01KXMGJ1VATKS27201K4D7BN1E: test

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

Buildomat Job: 01KXMGJEC9F20XMAZPNJDP74AP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T03:48:16.139Zjob assigned to worker 01KXMGJJA4W33QAA9EYCE85PFW [factory aws, i-063b6f00b7a797933] (queued for 56 s)
 
22026-07-16T03:48:22.190Zstarting task 0: "setup"
32026-07-16T03:48:22.196Z++ uname -s
42026-07-16T03:48:22.211Z+ kern=SunOS
52026-07-16T03:48:22.211Z+ build_user=build
62026-07-16T03:48:22.211Z+ build_uid=12345
72026-07-16T03:48:22.211Z+ work_dir=/work
82026-07-16T03:48:22.211Z+ input_dir=/input
92026-07-16T03:48:22.211Z+ [[ 0 == 12345 ]]
102026-07-16T03:48:22.211Z+ case "$kern" in
112026-07-16T03:48:22.211Z+ groupadd -g 12345 build
122026-07-16T03:48:22.215Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T03:48:24.206Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T03:48:24.361Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T03:48:24.364Z+ home_fs=zfs
162026-07-16T03:48:24.364Z+ [[ zfs == autofs ]]
172026-07-16T03:48:24.364Z+ mkdir -p /home/build
182026-07-16T03:48:24.364Z+ chown build:build /home/build /work
192026-07-16T03:48:26.366Z+ chmod 0700 /home/build /work
202026-07-16T03:48:26.369Zprocess exited: duration 4179 ms, exit code 0
 
212026-07-16T03:48:26.374Zstarting task 1: "rust-toolchain"
222026-07-16T03:48:26.379Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-16T03:48:26.379Z * rust toolchain channel = "1.90.0"
242026-07-16T03:48:26.379Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-16T03:48:26.379Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-16T03:48:26.379Z * rust toolchain profile = "default"
272026-07-16T03:48:26.379Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T03:48:26.382Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T03:48:26.382Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-16T03:48:26.474Zinfo: downloading installer
312026-07-16T03:48:28.059Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T03:48:28.059Zwarn: /home/build/.rustup/settings.toml
332026-07-16T03:48:28.059Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T03:48:28.059Zwarn: instead of the one inferred from the default host triple.
352026-07-16T03:48:28.071Zinfo: profile set to default
362026-07-16T03:48:28.071Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T03:48:28.074Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-16T03:48:28.219Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-16T03:48:28.223Zinfo: downloading 6 components
402026-07-16T03:48:41.923Z
412026-07-16T03:48:41.923Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-07-16T03:48:41.955Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-16T03:48:41.955Z
442026-07-16T03:48:41.955Z
452026-07-16T03:48:41.955ZRust is installed now. Great!
462026-07-16T03:48:41.955Z
472026-07-16T03:48:41.955ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T03:48:41.955Zenvironment variable. This has not been done automatically.
492026-07-16T03:48:41.955Z
502026-07-16T03:48:41.955ZTo configure your current shell, you need to source
512026-07-16T03:48:41.955Zthe corresponding env file under $HOME/.cargo.
522026-07-16T03:48:41.955Z
532026-07-16T03:48:41.955ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T03:48:41.955Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T03:48:41.955Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T03:48:41.955Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T03:48:41.955Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T03:48:41.955Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T03:48:41.956Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T03:48:41.959Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T03:48:41.959Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T03:48:42.045Z+ rustup --version
632026-07-16T03:48:42.053Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T03:48:42.056Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T03:48:42.078Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-16T03:48:42.081Z+ cargo --version
672026-07-16T03:48:42.092Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-16T03:48:42.095Z+ rustc --version
692026-07-16T03:48:42.115Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-16T03:48:42.118Zprocess exited: duration 15742 ms, exit code 0
 
712026-07-16T03:48:42.124Zstarting task 2: "authentication"
722026-07-16T03:48:42.141Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T03:48:42.148Zstarting task 3: "clone repository"
742026-07-16T03:48:42.151Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-16T03:48:42.155Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-16T03:48:42.182ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-16T03:48:42.844Z+ cd /work/oxidecomputer/dendrite
782026-07-16T03:48:42.844Z+ git fetch origin 1d8a3a43b3f99a4501598090306b07ebfbba601a
792026-07-16T03:48:43.079ZFrom https://github.com/oxidecomputer/dendrite
802026-07-16T03:48:43.079Z * branch 1d8a3a43b3f99a4501598090306b07ebfbba601a -> FETCH_HEAD
812026-07-16T03:48:43.084Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-07-16T03:48:43.092Z++ git branch --show-current
832026-07-16T03:48:43.092Z+ current=main
842026-07-16T03:48:43.092Z+ [[ main != renovate/uuid-1.x-lockfile ]]
852026-07-16T03:48:43.093Z+ git branch -f renovate/uuid-1.x-lockfile 1d8a3a43b3f99a4501598090306b07ebfbba601a
862026-07-16T03:48:43.093Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-07-16T03:48:43.108ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-07-16T03:48:43.117Z+ git reset --hard 1d8a3a43b3f99a4501598090306b07ebfbba601a
892026-07-16T03:48:43.125ZHEAD is now at 1d8a3a4 Update Rust crate uuid to v1.24.0
902026-07-16T03:48:43.125Zprocess exited: duration 966 ms, exit code 0
 
912026-07-16T03:48:43.134Zstarting task 4: "build"
922026-07-16T03:48:43.143Z+ source .github/buildomat/common.sh
932026-07-16T03:48:43.143Z++ TOFINO_STAGES=20
942026-07-16T03:48:43.143Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-07-16T03:48:43.143Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-07-16T03:48:43.143Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-07-16T03:48:43.143Z+++ uname -s
982026-07-16T03:48:43.149Z++ '[' SunOS == SunOS ']'
992026-07-16T03:48:43.149Z++ SERIES=illumos
1002026-07-16T03:48:43.149Z+++ uname -s
1012026-07-16T03:48:43.149Z++ '[' SunOS == SunOS ']'
1022026-07-16T03:48:43.149Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-07-16T03:48:43.149Z++ rustup show active-toolchain
1042026-07-16T03:48:43.149Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-07-16T03:48:43.149Z+ source .github/buildomat/illumos.sh
1062026-07-16T03:48:43.149Z++ banner 'sde setup'
1072026-07-16T03:48:43.155Z
1082026-07-16T03:48:43.155Z #### ##### ###### #### ###### ##### # # #####
1092026-07-16T03:48:43.155Z # # # # # # # # # # #
1102026-07-16T03:48:43.155Z #### # # ##### #### ##### # # # # #
1112026-07-16T03:48:43.155Z # # # # # # # # # #####
1122026-07-16T03:48:43.155Z # # # # # # # # # # # #
1132026-07-16T03:48:43.155Z #### ##### ###### #### ###### # #### #
1142026-07-16T03:48:43.155Z
1152026-07-16T03:48:43.155Z++ export PKG_SUCCESS_ON_NOP=1
1162026-07-16T03:48:43.155Z++ PKG_SUCCESS_ON_NOP=1
1172026-07-16T03:48:43.155Z++ export PKG=tofino_sde.p5p
1182026-07-16T03:48:43.155Z++ PKG=tofino_sde.p5p
1192026-07-16T03:48:43.155Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-07-16T03:48:43.159Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-07-16T03:48:43.159Z Dload Upload Total Spent Left Speed
1222026-07-16T03:48:44.187Z 0 0 0 0 0 0 0 0 0 95 76.03M 95 72.55M 0 0 72.61M 0 00:01 00:01 72.63M 100 76.03M 100 76.03M 0 0 73.80M 0 00:01 00:01 72.63M 100 76.03M 100 76.03M 0 0 73.80M 0 00:01 00:01 72.63M 100 76.03M 100 76.03M 0 0 73.80M 0 00:01 00:01 72.63M
1232026-07-16T03:48:44.191Z+++ digest -a sha256 tofino_sde.p5p
1242026-07-16T03:48:44.238Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-07-16T03:48:44.238Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-07-16T03:48:44.238Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-07-16T03:48:45.248Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-16T03:48:45.368Z Startup: Caching catalogs ... Done
1292026-07-16T03:48:45.409Z Startup: Refreshing catalog 'oxide' ... Done
1302026-07-16T03:48:46.028ZPlanning: Solver setup ... Done
1312026-07-16T03:48:46.060ZPlanning: Running solver ... Done
1322026-07-16T03:48:46.075ZPlanning: Finding local manifests ... Done
1332026-07-16T03:48:46.078ZPlanning: Fetching manifests: 1/1 100% complete
1342026-07-16T03:48:46.082ZPlanning: Fetching manifests: 1/1 100% complete
1352026-07-16T03:48:46.096ZPlanning: Package planning ... Done
1362026-07-16T03:48:46.099ZPlanning: Merging actions ... Done
1372026-07-16T03:48:46.197ZPlanning: Checking for conflicting actions ... Done
1382026-07-16T03:48:46.200ZPlanning: Consolidating action changes ... Done
1392026-07-16T03:48:46.965ZPlanning: Evaluating mediators ... Done
1402026-07-16T03:48:46.969ZPlanning: Planning completed in 1.55 seconds
1412026-07-16T03:48:46.973Z Packages to install: 1
1422026-07-16T03:48:46.973Z Create boot environment: No
1432026-07-16T03:48:46.973ZCreate backup boot environment: No
1442026-07-16T03:48:46.998Z
1452026-07-16T03:48:46.998ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-07-16T03:48:47.131ZDownload: Completed 75.30 MB in 0.13 seconds (565M/s)
1472026-07-16T03:48:47.319Z Actions: 1/293 actions (Installing new actions)
1482026-07-16T03:48:48.287Z Actions: Completed 293 actions in 0.97 seconds.
1492026-07-16T03:48:48.290ZFinalize: Updating package state database ... Done
1502026-07-16T03:48:48.333ZFinalize: Updating package cache ... Done
1512026-07-16T03:48:48.366ZFinalize: Updating image state ... Done
1522026-07-16T03:48:50.850ZFinalize: Creating fast lookup database ... Done
1532026-07-16T03:48:50.928ZFinalize: Reading search index ... Done
1542026-07-16T03:48:50.931ZFinalize: Updating search index ... Done
1552026-07-16T03:48:51.200ZFinalize: Updating package cache ... Done
1562026-07-16T03:48:51.315Z++ export SDE=/opt/oxide/tofino_sde
1572026-07-16T03:48:51.318Z++ SDE=/opt/oxide/tofino_sde
1582026-07-16T03:48:51.318Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-07-16T03:48:51.318Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-07-16T03:48:51.318Z++ banner packages
1612026-07-16T03:48:51.318Z
1622026-07-16T03:48:51.318Z ##### ## #### # # ## #### ###### ####
1632026-07-16T03:48:51.318Z # # # # # # # # # # # # # #
1642026-07-16T03:48:51.318Z # # # # # #### # # # ##### ####
1652026-07-16T03:48:51.318Z ##### ###### # # # ###### # ### # #
1662026-07-16T03:48:51.318Z # # # # # # # # # # # # # #
1672026-07-16T03:48:51.318Z # # # #### # # # # #### ###### ####
1682026-07-16T03:48:51.318Z
1692026-07-16T03:48:51.318Z++ pfexec pkg install clang-15 pcap gcc14
1702026-07-16T03:48:51.583Z Startup: Refreshing catalog 'helios' ... Done
1712026-07-16T03:48:51.586Z Startup: Refreshing catalog 'oxide' ... Done
1722026-07-16T03:48:52.079ZPlanning: Solver setup ... Done
1732026-07-16T03:48:52.110ZPlanning: Running solver ... Done
1742026-07-16T03:48:52.122ZPlanning: Consolidating action changes ... Done
1752026-07-16T03:48:52.122ZPlanning: Evaluating mediators ... Done
1762026-07-16T03:48:52.125ZPlanning: Planning completed in 0.54 seconds
1772026-07-16T03:48:52.138ZNo updates necessary for this image.
1782026-07-16T03:48:52.214Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-07-16T03:48:52.433ZPlanning: Evaluating mediator changes ... Done
1802026-07-16T03:48:52.548ZPlanning: Checking for conflicting actions ... Done
1812026-07-16T03:48:52.551ZPlanning: Consolidating action changes ... Done
1822026-07-16T03:48:52.717ZPlanning: Evaluating mediators ... Done
1832026-07-16T03:48:52.720ZPlanning: Planning completed in 0.28 seconds
1842026-07-16T03:48:52.741Z Mediators to change: 2
1852026-07-16T03:48:52.741Z Create boot environment: No
1862026-07-16T03:48:52.741ZCreate backup boot environment: No
1872026-07-16T03:48:52.786ZFinalize: Updating package state database ... Done
1882026-07-16T03:48:52.786ZFinalize: Updating package cache ... Done
1892026-07-16T03:48:52.803ZFinalize: Updating image state ... Done
1902026-07-16T03:48:54.841ZFinalize: Creating fast lookup database ... Done
1912026-07-16T03:48:54.912ZFinalize: Reading search index ... Done
1922026-07-16T03:48:54.915ZFinalize: Updating search index ... Done
1932026-07-16T03:48:54.997ZFinalize: Updating package cache ... Done
1942026-07-16T03:48:55.072Z++ cargo --version
1952026-07-16T03:48:55.081Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-07-16T03:48:55.084Z++ rustc --version
1972026-07-16T03:48:55.105Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-07-16T03:48:55.108Z+ banner copyrights
1992026-07-16T03:48:55.111Z
2002026-07-16T03:48:55.111Z #### #### ##### # # ##### # #### # # ##### ####
2012026-07-16T03:48:55.111Z # # # # # # # # # # # # # # # # #
2022026-07-16T03:48:55.111Z # # # # # # # # # # ###### # ####
2032026-07-16T03:48:55.111Z # # # ##### # ##### # # ### # # # #
2042026-07-16T03:48:55.111Z # # # # # # # # # # # # # # # #
2052026-07-16T03:48:55.111Z #### #### # # # # # #### # # # ####
2062026-07-16T03:48:55.111Z
2072026-07-16T03:48:55.111Z+ ./tools/check_copyrights.sh
2082026-07-16T03:48:55.404Zcommon/src/illumos.rs: Copyright with wrong year
2092026-07-16T03:48:56.196Zdpd/p4/headers.p4: Copyright with wrong year
2102026-07-16T03:48:56.664Zpacket/src/eth.rs: Copyright with wrong year
2112026-07-16T03:48:56.756Zpcap/build.rs: Copyright with wrong year
2122026-07-16T03:48:56.929Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-07-16T03:48:57.162Z+ banner clippy
2142026-07-16T03:48:57.166Z
2152026-07-16T03:48:57.166Z #### # # ##### ##### # #
2162026-07-16T03:48:57.166Z # # # # # # # # # #
2172026-07-16T03:48:57.166Z # # # # # # # #
2182026-07-16T03:48:57.166Z # # # ##### ##### #
2192026-07-16T03:48:57.166Z # # # # # # #
2202026-07-16T03:48:57.166Z #### ###### # # # #
2212026-07-16T03:48:57.166Z
2222026-07-16T03:48:57.166Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-07-16T03:48:57.166Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-07-16T03:48:57.315Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-07-16T03:49:07.590Z Updating crates.io index
2262026-07-16T03:49:07.594Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-07-16T03:49:07.844Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-07-16T03:49:08.610Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-07-16T03:49:09.183Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-16T03:49:09.441Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-07-16T03:49:09.881Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-07-16T03:49:10.757Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-07-16T03:49:11.204Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-07-16T03:49:11.506Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-07-16T03:49:11.803Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-07-16T03:49:12.151Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-07-16T03:49:12.396Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-07-16T03:49:12.827Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-07-16T03:49:13.122Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-07-16T03:49:13.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-07-16T03:49:14.262Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-16T03:49:14.586Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-16T03:49:14.939Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-16T03:49:15.532Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-07-16T03:49:15.888Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-07-16T03:49:16.143Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-07-16T03:49:17.537Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-07-16T03:49:17.955Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-16T03:49:18.432Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-16T03:49:19.851Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-16T03:49:20.480Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-16T03:49:20.718Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-16T03:49:20.979Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-07-16T03:49:22.995Z Downloading crates ...
2552026-07-16T03:49:23.056Z Downloaded arrayref v0.3.9
2562026-07-16T03:49:23.063Z Downloaded aead v0.5.2
2572026-07-16T03:49:23.071Z Downloaded adler2 v2.0.1
2582026-07-16T03:49:23.073Z Downloaded anyhow v1.0.102
2592026-07-16T03:49:23.079Z Downloaded aho-corasick v1.1.3
2602026-07-16T03:49:23.083Z Downloaded bytecount v0.6.9
2612026-07-16T03:49:23.087Z Downloaded cpufeatures v0.2.17
2622026-07-16T03:49:23.090Z Downloaded argon2 v0.5.3
2632026-07-16T03:49:23.090Z Downloaded cfg-if v1.0.4
2642026-07-16T03:49:23.093Z Downloaded autocfg v1.5.0
2652026-07-16T03:49:23.095Z Downloaded ciborium-io v0.2.2
2662026-07-16T03:49:23.098Z Downloaded dropshot-api-manager-types v0.7.2
2672026-07-16T03:49:23.098Z Downloaded byteorder v1.5.0
2682026-07-16T03:49:23.101Z Downloaded atomic-waker v1.1.2
2692026-07-16T03:49:23.104Z Downloaded bit-vec v0.8.0
2702026-07-16T03:49:23.104Z Downloaded curve25519-dalek-derive v0.1.1
2712026-07-16T03:49:23.107Z Downloaded cargo-platform v0.1.9
2722026-07-16T03:49:23.110Z Downloaded dropshot_endpoint v0.17.1
2732026-07-16T03:49:23.112Z Downloaded heck v0.5.0
2742026-07-16T03:49:23.115Z Downloaded enum-as-inner v0.6.1
2752026-07-16T03:49:23.118Z Downloaded futures-executor v0.3.32
2762026-07-16T03:49:23.121Z Downloaded dtrace-parser v0.3.0
2772026-07-16T03:49:23.121Z Downloaded cfg_aliases v0.2.1
2782026-07-16T03:49:23.124Z Downloaded futures-core v0.3.32
2792026-07-16T03:49:23.126Z Downloaded heck v0.4.1
2802026-07-16T03:49:23.126Z Downloaded fs-err v3.1.2
2812026-07-16T03:49:23.129Z Downloaded foldhash v0.2.0
2822026-07-16T03:49:23.132Z Downloaded filetime v0.2.26
2832026-07-16T03:49:23.135Z Downloaded futures-macro v0.3.32
2842026-07-16T03:49:23.135Z Downloaded futures-io v0.3.32
2852026-07-16T03:49:23.138Z Downloaded ff v0.13.1
2862026-07-16T03:49:23.138Z Downloaded fnv v1.0.7
2872026-07-16T03:49:23.141Z Downloaded git-stub v1.0.0
2882026-07-16T03:49:23.143Z Downloaded form_urlencoded v1.2.2
2892026-07-16T03:49:23.144Z Downloaded float-ord v0.3.2
2902026-07-16T03:49:23.146Z Downloaded errno v0.3.14
2912026-07-16T03:49:23.149Z Downloaded generic-array v0.14.7
2922026-07-16T03:49:23.152Z Downloaded gethostname v0.5.0
2932026-07-16T03:49:23.152Z Downloaded fixedbitset v0.4.2
2942026-07-16T03:49:23.155Z Downloaded darling_macro v0.21.3
2952026-07-16T03:49:23.155Z Downloaded foreign-types v0.3.2
2962026-07-16T03:49:23.158Z Downloaded erased-serde v0.3.31
2972026-07-16T03:49:23.161Z Downloaded equivalent v1.0.2
2982026-07-16T03:49:23.163Z Downloaded convert_case v0.4.0
2992026-07-16T03:49:23.163Z Downloaded foreign-types-shared v0.1.1
3002026-07-16T03:49:23.167Z Downloaded hash32 v0.3.1
3012026-07-16T03:49:23.167Z Downloaded git-stub-vcs v0.1.0
3022026-07-16T03:49:23.170Z Downloaded anstyle-query v1.1.4
3032026-07-16T03:49:23.173Z Downloaded async-stream v0.3.6
3042026-07-16T03:49:23.173Z Downloaded fs_extra v1.3.0
3052026-07-16T03:49:23.176Z Downloaded futures-task v0.3.32
3062026-07-16T03:49:23.179Z Downloaded constant_time_eq v0.3.1
3072026-07-16T03:49:23.179Z Downloaded colorchoice v1.0.4
3082026-07-16T03:49:23.181Z Downloaded foreign-types v0.5.0
3092026-07-16T03:49:23.184Z Downloaded bit-set v0.8.0
3102026-07-16T03:49:23.184Z Downloaded hex v0.4.3
3112026-07-16T03:49:23.187Z Downloaded futures-sink v0.3.32
3122026-07-16T03:49:23.187Z Downloaded foreign-types-macros v0.2.3
3132026-07-16T03:49:23.190Z Downloaded embedded-io v0.4.0
3142026-07-16T03:49:23.193Z Downloaded dof v0.3.0
3152026-07-16T03:49:23.193Z Downloaded base16ct v0.2.0
3162026-07-16T03:49:23.195Z Downloaded hubpack_derive v0.1.1
3172026-07-16T03:49:23.198Z Downloaded compression-core v0.4.32
3182026-07-16T03:49:23.198Z Downloaded block-buffer v0.12.0
3192026-07-16T03:49:23.201Z Downloaded http-body v1.0.1
3202026-07-16T03:49:23.201Z Downloaded atomicwrites v0.4.4
3212026-07-16T03:49:23.204Z Downloaded hubpack v0.1.2
3222026-07-16T03:49:23.207Z Downloaded httpdate v1.0.3
3232026-07-16T03:49:23.207Z Downloaded cstr-argument v0.1.2
3242026-07-16T03:49:23.210Z Downloaded globset v0.4.16
3252026-07-16T03:49:23.210Z Downloaded find-msvc-tools v0.1.9
3262026-07-16T03:49:23.212Z Downloaded hyper-tls v0.6.0
3272026-07-16T03:49:23.215Z Downloaded fixedbitset v0.5.7
3282026-07-16T03:49:23.218Z Downloaded debug-ignore v1.0.5
3292026-07-16T03:49:23.218Z Downloaded async-stream-impl v0.3.6
3302026-07-16T03:49:23.221Z Downloaded hostname v0.4.2
3312026-07-16T03:49:23.221Z Downloaded defmt v0.3.100
3322026-07-16T03:49:23.224Z Downloaded async-recursion v1.1.1
3332026-07-16T03:49:23.227Z Downloaded defmt-parser v1.0.0
3342026-07-16T03:49:23.232Z Downloaded idna_adapter v1.2.1
3352026-07-16T03:49:23.232Z Downloaded ident_case v1.0.1
3362026-07-16T03:49:23.232Z Downloaded chacha20 v0.9.1
3372026-07-16T03:49:23.235Z Downloaded cipher v0.4.4
3382026-07-16T03:49:23.235Z Downloaded is-terminal v0.4.16
3392026-07-16T03:49:23.238Z Downloaded hostname v0.3.1
3402026-07-16T03:49:23.238Z Downloaded indent_write v2.2.0
3412026-07-16T03:49:23.241Z Downloaded crypto-common v0.2.2
3422026-07-16T03:49:23.241Z Downloaded itoa v1.0.15
3432026-07-16T03:49:23.244Z Downloaded anstyle v1.0.14
3442026-07-16T03:49:23.247Z Downloaded cmake v0.1.54
3452026-07-16T03:49:23.247Z Downloaded arrayvec v0.7.6
3462026-07-16T03:49:23.250Z Downloaded lazy_static v1.5.0
3472026-07-16T03:49:23.253Z Downloaded futures-channel v0.3.32
3482026-07-16T03:49:23.253Z Downloaded foldhash v0.1.5
3492026-07-16T03:49:23.255Z Downloaded crossbeam-epoch v0.9.18
3502026-07-16T03:49:23.258Z Downloaded kstat-rs v0.2.4
3512026-07-16T03:49:23.261Z Downloaded keccak v0.1.6
3522026-07-16T03:49:23.261Z Downloaded dof v0.4.0
3532026-07-16T03:49:23.265Z Downloaded is_terminal_polyfill v1.70.1
3542026-07-16T03:49:23.265Z Downloaded match_cfg v0.1.0
3552026-07-16T03:49:23.268Z Downloaded highway v1.3.0
3562026-07-16T03:49:23.268Z Downloaded libscf-sys v1.2.0
3572026-07-16T03:49:23.270Z Downloaded crossbeam-channel v0.5.15
3582026-07-16T03:49:23.273Z Downloaded lru-cache v0.1.2
3592026-07-16T03:49:23.273Z Downloaded managed v0.8.0
3602026-07-16T03:49:23.276Z Downloaded const_format_proc_macros v0.2.34
3612026-07-16T03:49:23.279Z Downloaded glob v0.3.3
3622026-07-16T03:49:23.281Z Downloaded humantime v2.3.0
3632026-07-16T03:49:23.281Z Downloaded csv-core v0.1.12
3642026-07-16T03:49:23.284Z Downloaded daft v0.1.5
3652026-07-16T03:49:23.284Z Downloaded mime v0.3.17
3662026-07-16T03:49:23.288Z Downloaded getrandom v0.4.2
3672026-07-16T03:49:23.291Z Downloaded macaddr v1.0.1
3682026-07-16T03:49:23.291Z Downloaded memoffset v0.9.1
3692026-07-16T03:49:23.294Z Downloaded newtype_derive v0.1.6
3702026-07-16T03:49:23.294Z Downloaded num v0.4.3
3712026-07-16T03:49:23.297Z Downloaded deranged v0.5.3
3722026-07-16T03:49:23.299Z Downloaded newline-converter v0.3.0
3732026-07-16T03:49:23.299Z Downloaded clap_derive v4.6.1
3742026-07-16T03:49:23.301Z Downloaded digest v0.11.3
3752026-07-16T03:49:23.304Z Downloaded defmt-macros v1.0.1
3762026-07-16T03:49:23.306Z Downloaded crc32fast v1.5.0
3772026-07-16T03:49:23.310Z Downloaded jobserver v0.1.34
3782026-07-16T03:49:23.313Z Downloaded ipnetwork v0.21.1
3792026-07-16T03:49:23.313Z Downloaded ingot-types v0.1.2
3802026-07-16T03:49:23.316Z Downloaded num-iter v0.1.45
3812026-07-16T03:49:23.316Z Downloaded olpc-cjson v0.1.4
3822026-07-16T03:49:23.319Z Downloaded num_enum_derive v0.5.11
3832026-07-16T03:49:23.319Z Downloaded num-conv v0.2.1
3842026-07-16T03:49:23.323Z Downloaded opaque-debug v0.3.1
3852026-07-16T03:49:23.323Z Downloaded lock_api v0.4.14
3862026-07-16T03:49:23.327Z Downloaded futures v0.3.32
3872026-07-16T03:49:23.329Z Downloaded openssl-macros v0.1.1
3882026-07-16T03:49:23.329Z Downloaded getrandom v0.2.16
3892026-07-16T03:49:23.332Z Downloaded displaydoc v0.2.5
3902026-07-16T03:49:23.335Z Downloaded crossbeam-utils v0.8.21
3912026-07-16T03:49:23.338Z Downloaded daft-derive v0.1.5
3922026-07-16T03:49:23.341Z Downloaded openssl-probe v0.1.6
3932026-07-16T03:49:23.344Z Downloaded libsw-core v0.3.2
3942026-07-16T03:49:23.347Z Downloaded iana-time-zone v0.1.64
3952026-07-16T03:49:23.347Z Downloaded newtype-uuid v1.3.2
3962026-07-16T03:49:23.350Z Downloaded half v2.7.1
3972026-07-16T03:49:23.353Z Downloaded memmap v0.7.0
3982026-07-16T03:49:23.353Z Downloaded group v0.13.0
3992026-07-16T03:49:23.356Z Downloaded multer v3.1.0
4002026-07-16T03:49:23.359Z Downloaded newtype-uuid-macros v0.1.0
4012026-07-16T03:49:23.359Z Downloaded phf_shared v0.12.1
4022026-07-16T03:49:23.362Z Downloaded hybrid-array v0.4.12
4032026-07-16T03:49:23.365Z Downloaded parse-display v0.10.0
4042026-07-16T03:49:23.365Z Downloaded native-tls v0.2.14
4052026-07-16T03:49:23.368Z Downloaded proc-macro-crate v1.3.1
4062026-07-16T03:49:23.368Z Downloaded potential_utf v0.1.3
4072026-07-16T03:49:23.371Z Downloaded defmt v1.0.1
4082026-07-16T03:49:23.373Z Downloaded num-derive v0.4.2
4092026-07-16T03:49:23.376Z Downloaded percent-encoding v2.3.2
4102026-07-16T03:49:23.376Z Downloaded num-rational v0.4.2
4112026-07-16T03:49:23.379Z Downloaded allocator-api2 v0.2.21
4122026-07-16T03:49:23.382Z Downloaded hyper-rustls v0.27.7
4132026-07-16T03:49:23.385Z Downloaded num_enum_derive v0.7.5
4142026-07-16T03:49:23.385Z Downloaded powerfmt v0.2.0
4152026-07-16T03:49:23.388Z Downloaded pretty-hex v0.4.1
4162026-07-16T03:49:23.388Z Downloaded proc-macro-error-attr2 v2.0.0
4172026-07-16T03:49:23.390Z Downloaded proc-macro-error-attr v1.0.4
4182026-07-16T03:49:23.393Z Downloaded progenitor-macro v0.10.0
4192026-07-16T03:49:23.394Z Downloaded progenitor-client v0.14.0
4202026-07-16T03:49:23.397Z Downloaded oxide-tokio-rt v0.1.2
4212026-07-16T03:49:23.397Z Downloaded owo-colors v4.3.0
4222026-07-16T03:49:23.399Z Downloaded progenitor-client v0.10.0
4232026-07-16T03:49:23.399Z Downloaded num_enum v0.7.5
4242026-07-16T03:49:23.403Z Downloaded icu_normalizer v2.0.0
4252026-07-16T03:49:23.406Z Downloaded icu_properties v2.0.1
4262026-07-16T03:49:23.409Z Downloaded httparse v1.10.1
4272026-07-16T03:49:23.411Z Downloaded hmac v0.12.1
4282026-07-16T03:49:23.414Z Downloaded flate2 v1.1.2
4292026-07-16T03:49:23.417Z Downloaded pest_generator v2.8.2
4302026-07-16T03:49:23.420Z Downloaded progenitor-macro v0.11.1
4312026-07-16T03:49:23.420Z Downloaded pem v3.0.5
4322026-07-16T03:49:23.422Z Downloaded password-hash v0.5.0
4332026-07-16T03:49:23.422Z Downloaded quick-error v1.2.3
4342026-07-16T03:49:23.425Z Downloaded ref-cast v1.0.25
4352026-07-16T03:49:23.428Z Downloaded rand_xorshift v0.4.0
4362026-07-16T03:49:23.428Z Downloaded parse-display-derive v0.10.0
4372026-07-16T03:49:23.433Z Downloaded paste v1.0.15
4382026-07-16T03:49:23.436Z Downloaded darling_core v0.21.3
4392026-07-16T03:49:23.436Z Downloaded poly1305 v0.8.0
4402026-07-16T03:49:23.438Z Downloaded chacha20poly1305 v0.10.1
4412026-07-16T03:49:23.441Z Downloaded rand_chacha v0.3.1
4422026-07-16T03:49:23.441Z Downloaded memmap2 v0.9.8
4432026-07-16T03:49:23.444Z Downloaded rustc_version v0.1.7
4442026-07-16T03:49:23.444Z Downloaded rustc-hash v2.1.1
4452026-07-16T03:49:23.447Z Downloaded rustc_version v0.4.1
4462026-07-16T03:49:23.449Z Downloaded plain v0.2.3
4472026-07-16T03:49:23.450Z Downloaded progenitor-macro v0.14.0
4482026-07-16T03:49:23.452Z Downloaded pkg-config v0.3.32
4492026-07-16T03:49:23.452Z Downloaded pin-project-internal v1.1.10
4502026-07-16T03:49:23.455Z Downloaded ppv-lite86 v0.2.21
4512026-07-16T03:49:23.458Z Downloaded pin-project-lite v0.2.16
4522026-07-16T03:49:23.461Z Downloaded progenitor v0.11.1
4532026-07-16T03:49:23.463Z Downloaded progenitor-client v0.11.1
4542026-07-16T03:49:23.463Z Downloaded same-file v1.0.6
4552026-07-16T03:49:23.466Z Downloaded proc-macro-error2 v2.0.1
4562026-07-16T03:49:23.469Z Downloaded scroll_derive v0.13.1
4572026-07-16T03:49:23.469Z Downloaded log v0.4.29
4582026-07-16T03:49:23.472Z Downloaded drift v0.2.0
4592026-07-16T03:49:23.477Z Downloaded quote v1.0.45
4602026-07-16T03:49:23.480Z Downloaded derive_more v0.99.20
4612026-07-16T03:49:23.484Z Downloaded semver v0.1.20
4622026-07-16T03:49:23.486Z Downloaded scroll_derive v0.12.1
4632026-07-16T03:49:23.486Z Downloaded icu_locale_core v2.0.0
4642026-07-16T03:49:23.490Z Downloaded parking_lot_core v0.9.12
4652026-07-16T03:49:23.493Z Downloaded parking_lot v0.12.5
4662026-07-16T03:49:23.496Z Downloaded progenitor v0.10.0
4672026-07-16T03:49:23.496Z Downloaded sha1 v0.11.0
4682026-07-16T03:49:23.499Z Downloaded sha1 v0.10.6
4692026-07-16T03:49:23.499Z Downloaded serde_spanned v1.1.1
4702026-07-16T03:49:23.508Z Downloaded serde-big-array v0.5.1
4712026-07-16T03:49:23.508Z Downloaded rand_chacha v0.9.0
4722026-07-16T03:49:23.508Z Downloaded rand_core v0.9.3
4732026-07-16T03:49:23.508Z Downloaded icu_normalizer_data v2.0.0
4742026-07-16T03:49:23.515Z Downloaded pest_meta v2.8.2
4752026-07-16T03:49:23.515Z Downloaded postcard v1.1.3
4762026-07-16T03:49:23.518Z Downloaded resolv-conf v0.7.5
4772026-07-16T03:49:23.518Z Downloaded async-compression v0.4.33
4782026-07-16T03:49:23.518Z Downloaded rustls-pemfile v2.2.0
4792026-07-16T03:49:23.521Z Downloaded rand_core v0.6.4
4802026-07-16T03:49:23.524Z Downloaded hashbrown v0.12.3
4812026-07-16T03:49:23.527Z Downloaded sigpipe v0.1.3
4822026-07-16T03:49:23.527Z Downloaded signal-hook-tokio v0.4.0
4832026-07-16T03:49:23.529Z Downloaded omicron-zone-package v0.12.2
4842026-07-16T03:49:23.530Z Downloaded serde_spanned v0.6.9
4852026-07-16T03:49:23.533Z Downloaded serde_repr v0.1.20
4862026-07-16T03:49:23.533Z Downloaded serde_plain v1.0.2
4872026-07-16T03:49:23.536Z Downloaded search_path v0.1.4
4882026-07-16T03:49:23.539Z Downloaded rusty-fork v0.3.0
4892026-07-16T03:49:23.539Z Downloaded num-traits v0.2.19
4902026-07-16T03:49:23.542Z Downloaded once_cell v1.21.3
4912026-07-16T03:49:23.542Z Downloaded smawk v0.3.2
4922026-07-16T03:49:23.545Z Downloaded slog-bunyan v2.5.0
4932026-07-16T03:49:23.545Z Downloaded siphasher v1.0.1
4942026-07-16T03:49:23.548Z Downloaded const_format v0.2.34
4952026-07-16T03:49:23.551Z Downloaded schemars_derive v0.8.22
4962026-07-16T03:49:23.551Z Downloaded jiff-static v0.2.15
4972026-07-16T03:49:23.555Z Downloaded scroll v0.13.0
4982026-07-16T03:49:23.555Z Downloaded quinn-udp v0.5.14
4992026-07-16T03:49:23.558Z Downloaded curl v0.4.50
5002026-07-16T03:49:23.561Z Downloaded bytes v1.12.0
5012026-07-16T03:49:23.564Z Downloaded stable_deref_trait v1.2.0
5022026-07-16T03:49:23.564Z Downloaded hickory-resolver v0.24.4
5032026-07-16T03:49:23.566Z Downloaded crypto-bigint v0.5.5
5042026-07-16T03:49:23.570Z Downloaded secrecy v0.10.3
5052026-07-16T03:49:23.573Z Downloaded serde_path_to_error v0.1.20
5062026-07-16T03:49:23.573Z Downloaded strum v0.27.2
5072026-07-16T03:49:23.576Z Downloaded structmeta v0.3.0
5082026-07-16T03:49:23.576Z Downloaded strum v0.28.0
5092026-07-16T03:49:23.578Z Downloaded tabled_derive v0.7.0
5102026-07-16T03:49:23.578Z Downloaded sync_wrapper v1.0.2
5112026-07-16T03:49:23.581Z Downloaded swrite v0.1.0
5122026-07-16T03:49:23.581Z Downloaded structmeta-derive v0.3.0
5132026-07-16T03:49:23.581Z Downloaded supports-color v3.0.2
5142026-07-16T03:49:23.584Z Downloaded pest_derive v2.8.2
5152026-07-16T03:49:23.587Z Downloaded papergrid v0.17.0
5162026-07-16T03:49:23.590Z Downloaded subtle v2.6.1
5172026-07-16T03:49:23.590Z Downloaded serde_urlencoded v0.7.1
5182026-07-16T03:49:23.593Z Downloaded pin-project v1.1.10
5192026-07-16T03:49:23.598Z Downloaded termtree v0.5.1
5202026-07-16T03:49:23.601Z Downloaded terminal_size v0.4.3
5212026-07-16T03:49:23.601Z Downloaded tagptr v0.2.0
5222026-07-16T03:49:23.604Z Downloaded tabled_derive v0.11.0
5232026-07-16T03:49:23.604Z Downloaded testing_table v0.3.0
5242026-07-16T03:49:23.607Z Downloaded take_mut v0.2.2
5252026-07-16T03:49:23.607Z Downloaded tabwriter v1.4.1
5262026-07-16T03:49:23.607Z Downloaded signal-hook-registry v1.4.6
5272026-07-16T03:49:23.610Z Downloaded shlex v2.0.1
5282026-07-16T03:49:23.610Z Downloaded rustversion v1.0.22
5292026-07-16T03:49:23.613Z Downloaded proc-macro2 v1.0.106
5302026-07-16T03:49:23.615Z Downloaded slog-term v2.9.2
5312026-07-16T03:49:23.615Z Downloaded slog-dtrace v0.3.0
5322026-07-16T03:49:23.618Z Downloaded slab v0.4.11
5332026-07-16T03:49:23.618Z Downloaded slog-json v2.6.1
5342026-07-16T03:49:23.621Z Downloaded thread-id v4.2.2
5352026-07-16T03:49:23.621Z Downloaded thiserror-impl-no-std v2.0.2
5362026-07-16T03:49:23.624Z Downloaded strsim v0.11.1
5372026-07-16T03:49:23.624Z Downloaded snafu-derive v0.8.9
5382026-07-16T03:49:23.627Z Downloaded tinyvec_macros v0.1.1
5392026-07-16T03:49:23.627Z Downloaded thread-id v5.0.0
5402026-07-16T03:49:23.630Z Downloaded progenitor-impl v0.10.0
5412026-07-16T03:49:23.630Z Downloaded expectorate v1.2.0
5422026-07-16T03:49:23.633Z Downloaded static_assertions v1.1.0
5432026-07-16T03:49:23.633Z Downloaded time-core v0.1.8
5442026-07-16T03:49:23.633Z Downloaded semver v1.0.28
5452026-07-16T03:49:23.636Z Downloaded cc v1.2.64
5462026-07-16T03:49:23.640Z Downloaded tokio-macros v2.7.0
5472026-07-16T03:49:23.640Z Downloaded hyper-util v0.1.20
5482026-07-16T03:49:23.643Z Downloaded miniz_oxide v0.8.9
5492026-07-16T03:49:23.643Z Downloaded scroll v0.12.0
5502026-07-16T03:49:23.646Z Downloaded progenitor-impl v0.11.1
5512026-07-16T03:49:23.646Z Downloaded smf v0.2.3
5522026-07-16T03:49:23.648Z Downloaded serde_derive_internals v0.29.1
5532026-07-16T03:49:23.648Z Downloaded shlex v1.3.0
5542026-07-16T03:49:23.651Z Downloaded slog-async v2.8.0
5552026-07-16T03:49:23.651Z Downloaded serde_tokenstream v0.2.3
5562026-07-16T03:49:23.651Z Downloaded strum v0.26.3
5572026-07-16T03:49:23.654Z Downloaded papergrid v0.11.0
5582026-07-16T03:49:23.657Z Downloaded minimal-lexical v0.2.1
5592026-07-16T03:49:23.659Z Downloaded strum_macros v0.28.0
5602026-07-16T03:49:23.659Z Downloaded strum_macros v0.26.4
5612026-07-16T03:49:23.663Z Downloaded openssl-sys v0.9.117
5622026-07-16T03:49:23.666Z Downloaded icu_collections v2.0.0
5632026-07-16T03:49:23.669Z Downloaded base64 v0.22.1
5642026-07-16T03:49:23.669Z Downloaded heapless v0.8.0
5652026-07-16T03:49:23.672Z Downloaded serde_with_macros v3.14.1
5662026-07-16T03:49:23.675Z Downloaded synstructure v0.13.2
5672026-07-16T03:49:23.675Z Downloaded sha2 v0.10.9
5682026-07-16T03:49:23.677Z Downloaded rustls-pki-types v1.12.0
5692026-07-16T03:49:23.681Z Downloaded toml_write v0.1.2
5702026-07-16T03:49:23.681Z Downloaded scopeguard v1.2.0
5712026-07-16T03:49:23.681Z Downloaded progenitor v0.14.0
5722026-07-16T03:49:23.684Z Downloaded proc-macro-error v1.0.4
5732026-07-16T03:49:23.684Z Downloaded topological-sort v0.2.2
5742026-07-16T03:49:23.687Z Downloaded thiserror-impl v2.0.18
5752026-07-16T03:49:23.687Z Downloaded hickory-resolver v0.25.2
5762026-07-16T03:49:23.690Z Downloaded thiserror-impl v1.0.69
5772026-07-16T03:49:23.690Z Downloaded thiserror v2.0.18
5782026-07-16T03:49:23.693Z Downloaded try-lock v0.2.5
5792026-07-16T03:49:23.693Z Downloaded tower-service v0.3.3
5802026-07-16T03:49:23.696Z Downloaded tower-layer v0.3.3
5812026-07-16T03:49:23.696Z Downloaded signal-hook v0.4.4
5822026-07-16T03:49:23.696Z Downloaded ryu v1.0.20
5832026-07-16T03:49:23.700Z Downloaded thread_local v1.1.9
5842026-07-16T03:49:23.700Z Downloaded smallvec v1.15.1
5852026-07-16T03:49:23.703Z Downloaded progenitor-impl v0.14.0
5862026-07-16T03:49:23.703Z Downloaded prettyplease v0.2.37
5872026-07-16T03:49:23.706Z Downloaded thiserror v1.0.69
5882026-07-16T03:49:23.709Z Downloaded typify-macro v0.6.2
5892026-07-16T03:49:23.709Z Downloaded unarray v0.1.4
5902026-07-16T03:49:23.709Z Downloaded typify-macro v0.4.3
5912026-07-16T03:49:23.713Z Downloaded thiserror-no-std v2.0.2
5922026-07-16T03:49:23.713Z Downloaded strum_macros v0.27.2
5932026-07-16T03:49:23.716Z Downloaded tokio-dtrace v0.1.1
5942026-07-16T03:49:23.716Z Downloaded serde_yaml v0.9.34+deprecated
5952026-07-16T03:49:23.719Z Downloaded serde_core v1.0.228
5962026-07-16T03:49:23.719Z Downloaded tokio-native-tls v0.3.1
5972026-07-16T03:49:23.722Z Downloaded untrusted v0.9.0
5982026-07-16T03:49:23.722Z Downloaded utf8_iter v1.0.4
5992026-07-16T03:49:23.722Z Downloaded unicode-linebreak v0.1.5
6002026-07-16T03:49:23.725Z Downloaded h2 v0.4.14
6012026-07-16T03:49:23.727Z Downloaded universal-hash v0.5.1
6022026-07-16T03:49:23.727Z Downloaded unicode-xid v0.2.6
6032026-07-16T03:49:23.730Z Downloaded tokio-rustls v0.25.0
6042026-07-16T03:49:23.730Z Downloaded untrusted v0.7.1
6052026-07-16T03:49:23.730Z Downloaded rayon-core v1.13.0
6062026-07-16T03:49:23.733Z Downloaded spin v0.9.8
6072026-07-16T03:49:23.737Z Downloaded memchr v2.7.5
6082026-07-16T03:49:23.740Z Downloaded hashbrown v0.16.1
6092026-07-16T03:49:23.740Z Downloaded utf8parse v0.2.2
6102026-07-16T03:49:23.740Z Downloaded usdt-macro v0.6.0
6112026-07-16T03:49:23.743Z Downloaded usdt-macro v0.5.0
6122026-07-16T03:49:23.743Z Downloaded usdt-attr-macro v0.5.0
6132026-07-16T03:49:23.743Z Downloaded usdt v0.6.0
6142026-07-16T03:49:23.743Z Downloaded tempfile v3.27.0
6152026-07-16T03:49:23.749Z Downloaded indexmap v1.9.3
6162026-07-16T03:49:23.752Z Downloaded waitgroup v0.1.2
6172026-07-16T03:49:23.752Z Downloaded wait-timeout v0.2.1
6182026-07-16T03:49:23.752Z Downloaded phf v0.12.1
6192026-07-16T03:49:23.752Z Downloaded derive-where v1.6.0
6202026-07-16T03:49:23.752Z Downloaded icu_provider v2.0.0
6212026-07-16T03:49:23.756Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6222026-07-16T03:49:23.756Z Downloaded ref-cast-impl v1.0.25
6232026-07-16T03:49:23.756Z Downloaded oxnet v0.1.6
6242026-07-16T03:49:23.759Z Downloaded http v1.4.2
6252026-07-16T03:49:23.759Z Downloaded want v0.3.1
6262026-07-16T03:49:23.759Z Downloaded version_check v0.9.5
6272026-07-16T03:49:23.762Z Downloaded toml_writer v1.1.1+spec-1.1.0
6282026-07-16T03:49:23.762Z Downloaded usdt-attr-macro v0.6.0
6292026-07-16T03:49:23.762Z Downloaded darling v0.21.3
6302026-07-16T03:49:23.765Z Downloaded litemap v0.8.0
6312026-07-16T03:49:23.768Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6322026-07-16T03:49:23.768Z Downloaded term v1.2.0
6332026-07-16T03:49:23.771Z Downloaded schemars v0.9.0
6342026-07-16T03:49:23.775Z Downloaded slog v2.8.2
6352026-07-16T03:49:23.778Z Downloaded tinystr v0.8.1
6362026-07-16T03:49:23.781Z Downloaded yoke-derive v0.8.0
6372026-07-16T03:49:23.781Z Downloaded similar v2.7.0
6382026-07-16T03:49:23.784Z Downloaded time-macros v0.2.27
6392026-07-16T03:49:23.784Z Downloaded scuffle v0.1.0
6402026-07-16T03:49:23.788Z Downloaded dropshot-api-manager v0.7.2
6412026-07-16T03:49:23.791Z Downloaded quinn v0.11.9
6422026-07-16T03:49:23.791Z Downloaded tokio-stream v0.1.17
6432026-07-16T03:49:23.794Z Downloaded rand v0.8.5
6442026-07-16T03:49:23.797Z Downloaded num-complex v0.4.6
6452026-07-16T03:49:23.797Z Downloaded num_enum v0.5.11
6462026-07-16T03:49:23.800Z Downloaded usdt v0.5.0
6472026-07-16T03:49:23.800Z Downloaded zerofrom-derive v0.1.6
6482026-07-16T03:49:23.803Z Downloaded socket2 v0.6.4
6492026-07-16T03:49:23.803Z Downloaded zerofrom v0.1.6
6502026-07-16T03:49:23.803Z Downloaded num-integer v0.1.46
6512026-07-16T03:49:23.805Z Downloaded ingot-macros v0.1.1
6522026-07-16T03:49:23.805Z Downloaded zone_cfg_derive v0.3.1
6532026-07-16T03:49:23.805Z Downloaded toml v0.8.23
6542026-07-16T03:49:23.809Z Downloaded mio v1.2.1
6552026-07-16T03:49:23.811Z Downloaded clap_builder v4.6.0
6562026-07-16T03:49:23.814Z Downloaded zone v0.3.1
6572026-07-16T03:49:23.814Z Downloaded toml_datetime v0.6.11
6582026-07-16T03:49:23.814Z Downloaded serde_derive v1.0.228
6592026-07-16T03:49:23.817Z Downloaded tokio-rustls v0.26.4
6602026-07-16T03:49:23.817Z Downloaded ingot v0.1.1
6612026-07-16T03:49:23.820Z Downloaded usdt-impl v0.5.0
6622026-07-16T03:49:23.820Z Downloaded omicron-workspace-hack v0.1.0
6632026-07-16T03:49:23.820Z Downloaded num_threads v0.1.7
6642026-07-16T03:49:23.823Z Downloaded linked-hash-map v0.5.6
6652026-07-16T03:49:23.823Z Downloaded test-strategy v0.4.3
6662026-07-16T03:49:23.826Z Downloaded walkdir v2.5.0
6672026-07-16T03:49:23.826Z Downloaded vsss-rs v3.3.4
6682026-07-16T03:49:23.826Z Downloaded whoami v1.6.1
6692026-07-16T03:49:23.829Z Downloaded usdt-impl v0.6.0
6702026-07-16T03:49:23.829Z Downloaded xattr v1.6.1
6712026-07-16T03:49:23.832Z Downloaded toml_parser v1.1.2+spec-1.1.0
6722026-07-16T03:49:23.832Z Downloaded nom v7.1.3
6732026-07-16T03:49:23.835Z Downloaded schemars v1.2.0
6742026-07-16T03:49:23.841Z Downloaded writeable v0.6.1
6752026-07-16T03:49:23.844Z Downloaded tracing-attributes v0.1.30
6762026-07-16T03:49:23.844Z Downloaded hashbrown v0.15.5
6772026-07-16T03:49:23.848Z Downloaded schemars v0.8.22
6782026-07-16T03:49:23.852Z Downloaded yoke v0.8.0
6792026-07-16T03:49:23.856Z Downloaded tinyvec v1.10.0
6802026-07-16T03:49:23.856Z Downloaded serde v1.0.228
6812026-07-16T03:49:23.858Z Downloaded rand v0.9.3
6822026-07-16T03:49:23.861Z Downloaded qorb v0.4.1
6832026-07-16T03:49:23.861Z Downloaded indexmap v2.14.0
6842026-07-16T03:49:23.864Z Downloaded linear-map v1.2.0
6852026-07-16T03:49:23.867Z Downloaded getrandom v0.3.3
6862026-07-16T03:49:23.867Z Downloaded zerovec-derive v0.11.1
6872026-07-16T03:49:23.870Z Downloaded zmij v1.0.17
6882026-07-16T03:49:23.870Z Downloaded tar v0.4.45
6892026-07-16T03:49:23.873Z Downloaded toml v0.7.8
6902026-07-16T03:49:23.873Z Downloaded zeroize_derive v1.4.3
6912026-07-16T03:49:23.876Z Downloaded zeroize v1.8.1
6922026-07-16T03:49:23.876Z Downloaded futures-util v0.3.32
6932026-07-16T03:49:23.881Z Downloaded vergen v8.3.2
6942026-07-16T03:49:23.884Z Downloaded rustls-webpki v0.103.6
6952026-07-16T03:49:23.887Z Downloaded ucd-trie v0.1.7
6962026-07-16T03:49:23.887Z Downloaded textwrap v0.16.2
6972026-07-16T03:49:23.890Z Downloaded idna v1.1.0
6982026-07-16T03:49:23.893Z Downloaded itertools v0.12.1
6992026-07-16T03:49:23.896Z Downloaded zerocopy-derive v0.7.35
7002026-07-16T03:49:23.899Z Downloaded typify v0.4.3
7012026-07-16T03:49:23.901Z Downloaded unsafe-libyaml v0.2.11
7022026-07-16T03:49:23.904Z Downloaded snafu v0.8.9
7032026-07-16T03:49:23.907Z Downloaded hyper v1.10.1
7042026-07-16T03:49:23.910Z Downloaded icu_properties_data v2.0.1
7052026-07-16T03:49:23.915Z Downloaded unicode-ident v1.0.24
7062026-07-16T03:49:23.918Z Downloaded hashbrown v0.17.1
7072026-07-16T03:49:23.920Z Downloaded tracing-core v0.1.34
7082026-07-16T03:49:23.923Z Downloaded uuid v1.24.0
7092026-07-16T03:49:23.926Z Downloaded toml_edit v0.22.27
7102026-07-16T03:49:23.929Z Downloaded steno v0.4.1
7112026-07-16T03:49:23.932Z Downloaded iri-string v0.7.8
7122026-07-16T03:49:23.935Z Downloaded typify v0.6.2
7132026-07-16T03:49:23.937Z Downloaded toml v1.1.2+spec-1.1.0
7142026-07-16T03:49:23.940Z Downloaded toml v0.9.12+spec-1.1.0
7152026-07-16T03:49:23.941Z Downloaded libsw v3.5.0
7162026-07-16T03:49:23.943Z Downloaded iddqd v0.3.18
7172026-07-16T03:49:23.946Z Downloaded libm v0.2.15
7182026-07-16T03:49:23.952Z Downloaded itertools v0.14.0
7192026-07-16T03:49:23.956Z Downloaded pest v2.8.2
7202026-07-16T03:49:23.959Z Downloaded blake3 v1.8.2
7212026-07-16T03:49:23.963Z Downloaded toml_edit v0.19.15
7222026-07-16T03:49:23.973Z Downloaded tracing v0.1.41
7232026-07-16T03:49:23.976Z Downloaded libloading v0.8.9
7242026-07-16T03:49:23.980Z Downloaded console v0.15.11
7252026-07-16T03:49:23.980Z Downloaded camino-tempfile v1.4.1
7262026-07-16T03:49:23.983Z Downloaded iddqd v0.4.5
7272026-07-16T03:49:23.986Z Downloaded clang-sys v1.8.1
7282026-07-16T03:49:23.988Z Downloaded hkdf v0.12.4
7292026-07-16T03:49:23.989Z Downloaded async-trait v0.1.89
7302026-07-16T03:49:23.991Z Downloaded ipnet v2.11.0
7312026-07-16T03:49:23.994Z Downloaded cookie v0.18.1
7322026-07-16T03:49:23.994Z Downloaded ciborium v0.2.2
7332026-07-16T03:49:23.997Z Downloaded camino v1.2.3
7342026-07-16T03:49:23.997Z Downloaded blake2 v0.10.6
7352026-07-16T03:49:24.000Z Downloaded cargo_metadata v0.18.1
7362026-07-16T03:49:24.000Z Downloaded data-encoding v2.9.0
7372026-07-16T03:49:24.000Z Downloaded cancel-safe-futures v0.1.5
7382026-07-16T03:49:24.003Z Downloaded colored v3.1.1
7392026-07-16T03:49:24.004Z Downloaded lru-slab v0.1.2
7402026-07-16T03:49:24.006Z Downloaded backoff v0.4.0
7412026-07-16T03:49:24.006Z Downloaded compression-codecs v0.4.32
7422026-07-16T03:49:24.009Z Downloaded url v2.5.7
7432026-07-16T03:49:24.009Z Downloaded http-body-util v0.1.3
7442026-07-16T03:49:24.012Z Downloaded digest v0.10.7
7452026-07-16T03:49:24.012Z Downloaded is_ci v1.2.0
7462026-07-16T03:49:24.012Z Downloaded internet-checksum v0.2.1
7472026-07-16T03:49:24.015Z Downloaded instant v0.1.13
7482026-07-16T03:49:24.016Z Downloaded bitflags v2.11.1
7492026-07-16T03:49:24.018Z Downloaded bitflags v1.3.2
7502026-07-16T03:49:24.018Z Downloaded inout v0.1.4
7512026-07-16T03:49:24.018Z Downloaded critical-section v1.2.0
7522026-07-16T03:49:24.021Z Downloaded anstyle-parse v1.0.0
7532026-07-16T03:49:24.021Z Downloaded cpufeatures v0.3.0
7542026-07-16T03:49:24.024Z Downloaded bcs v0.1.6
7552026-07-16T03:49:24.024Z Downloaded crossbeam-deque v0.8.6
7562026-07-16T03:49:24.024Z Downloaded foreign-types-shared v0.3.1
7572026-07-16T03:49:24.024Z Downloaded dunce v1.0.5
7582026-07-16T03:49:24.027Z Downloaded cobs v0.3.0
7592026-07-16T03:49:24.027Z Downloaded block-buffer v0.10.4
7602026-07-16T03:49:24.027Z Downloaded embedded-io v0.6.1
7612026-07-16T03:49:24.030Z Downloaded crypto-common v0.1.6
7622026-07-16T03:49:24.030Z Downloaded crucible-workspace-hack v0.1.0
7632026-07-16T03:49:24.030Z Downloaded crc8 v0.1.1
7642026-07-16T03:49:24.030Z Downloaded ciborium-ll v0.2.2
7652026-07-16T03:49:24.030Z Downloaded elliptic-curve v0.13.8
7662026-07-16T03:49:24.033Z Downloaded either v1.15.0
7672026-07-16T03:49:24.033Z Downloaded goblin v0.8.2
7682026-07-16T03:49:24.037Z Downloaded const-oid v0.10.2
7692026-07-16T03:49:24.040Z Downloaded clap v4.6.1
7702026-07-16T03:49:24.044Z Downloaded zerocopy-derive v0.8.27
7712026-07-16T03:49:24.048Z Downloaded cexpr v0.6.0
7722026-07-16T03:49:24.051Z Downloaded reqwest v0.12.23
7732026-07-16T03:49:24.054Z Downloaded reqwest v0.13.2
7742026-07-16T03:49:24.057Z Downloaded zerotrie v0.2.2
7752026-07-16T03:49:24.060Z Downloaded tower v0.5.2
7762026-07-16T03:49:24.064Z Downloaded typed-path v0.9.3
7772026-07-16T03:49:24.067Z Downloaded portable-atomic v1.11.1
7782026-07-16T03:49:24.072Z Downloaded unicode-segmentation v1.12.0
7792026-07-16T03:49:24.076Z Downloaded goblin v0.10.1
7802026-07-16T03:49:24.079Z Downloaded serde_json v1.0.150
7812026-07-16T03:49:24.083Z Downloaded aws-lc-rs v1.16.2
7822026-07-16T03:49:24.088Z Downloaded typenum v1.20.1
7832026-07-16T03:49:24.091Z Downloaded git2 v0.19.0
7842026-07-16T03:49:24.096Z Downloaded regex v1.12.4
7852026-07-16T03:49:24.099Z Downloaded tokio-util v0.7.16
7862026-07-16T03:49:24.103Z Downloaded unicode-normalization v0.1.24
7872026-07-16T03:49:24.106Z Downloaded proptest v1.8.0
7882026-07-16T03:49:24.111Z Downloaded rustls-webpki v0.102.8
7892026-07-16T03:49:24.122Z Downloaded tower-http v0.6.8
7902026-07-16T03:49:24.127Z Downloaded bindgen v0.72.1
7912026-07-16T03:49:24.131Z Downloaded tough v0.20.0
7922026-07-16T03:49:24.137Z Downloaded zerovec v0.11.4
7932026-07-16T03:49:24.140Z Downloaded winnow v0.5.40
7942026-07-16T03:49:24.145Z Downloaded rayon v1.11.0
7952026-07-16T03:49:24.151Z Downloaded serde_with v3.14.1
7962026-07-16T03:49:24.158Z Downloaded curve25519-dalek v4.1.3
7972026-07-16T03:49:24.164Z Downloaded chrono v0.4.45
7982026-07-16T03:49:24.168Z Downloaded base64ct v1.8.0
7992026-07-16T03:49:24.172Z Downloaded anstream v1.0.0
8002026-07-16T03:49:24.172Z Downloaded fastrand v2.3.0
8012026-07-16T03:49:24.175Z Downloaded derive-ex v0.1.8
8022026-07-16T03:49:24.175Z Downloaded dyn-clone v1.0.20
8032026-07-16T03:49:24.175Z Downloaded dtrace-parser v0.2.0
8042026-07-16T03:49:24.175Z Downloaded clap_lex v1.1.0
8052026-07-16T03:49:24.178Z Downloaded dropshot_endpoint v0.16.7
8062026-07-16T03:49:24.178Z Downloaded zerocopy v0.7.35
8072026-07-16T03:49:24.187Z Downloaded winnow v1.0.3
8082026-07-16T03:49:24.193Z Downloaded moka v0.12.11
8092026-07-16T03:49:24.200Z Downloaded winnow v0.7.14
8102026-07-16T03:49:24.205Z Downloaded bstr v1.12.0
8112026-07-16T03:49:24.239Z Downloaded tabled v0.15.0
8122026-07-16T03:49:24.249Z Downloaded tabled v0.20.0
8132026-07-16T03:49:24.259Z Downloaded zerocopy v0.8.27
8142026-07-16T03:49:24.272Z Downloaded syn v2.0.118
8152026-07-16T03:49:24.279Z Downloaded rustls v0.22.4
8162026-07-16T03:49:24.287Z Downloaded vcpkg v0.2.15
8172026-07-16T03:49:24.310Z Downloaded smoltcp v0.11.0
8182026-07-16T03:49:24.317Z Downloaded dropshot v0.16.7
8192026-07-16T03:49:24.330Z Downloaded unicode-width v0.2.1
8202026-07-16T03:49:24.334Z Downloaded rustls v0.23.40
8212026-07-16T03:49:24.341Z Downloaded nix v0.30.1
8222026-07-16T03:49:24.348Z Downloaded hickory-proto v0.24.4
8232026-07-16T03:49:24.357Z Downloaded webpki-roots v1.0.2
8242026-07-16T03:49:24.360Z Downloaded dropshot v0.17.1
8252026-07-16T03:49:24.373Z Downloaded regress v0.11.1
8262026-07-16T03:49:24.378Z Downloaded rustix v0.38.44
8272026-07-16T03:49:24.391Z Downloaded openapiv3 v2.2.0
8282026-07-16T03:49:24.398Z Downloaded hickory-proto v0.25.2
8292026-07-16T03:49:24.407Z Downloaded rustix v1.1.4
8302026-07-16T03:49:24.422Z Downloaded regress v0.10.5
8312026-07-16T03:49:24.427Z Downloaded unicode-width v0.1.14
8322026-07-16T03:49:24.431Z Downloaded regex-syntax v0.8.11
8332026-07-16T03:49:24.435Z Downloaded openssl v0.10.81
8342026-07-16T03:49:24.441Z Downloaded syn v1.0.109
8352026-07-16T03:49:24.448Z Downloaded typify-impl v0.6.2
8362026-07-16T03:49:24.456Z Downloaded time v0.3.47
8372026-07-16T03:49:24.463Z Downloaded typify-impl v0.4.3
8382026-07-16T03:49:24.472Z Downloaded quinn-proto v0.11.14
8392026-07-16T03:49:24.495Z Downloaded jiff v0.2.15
8402026-07-16T03:49:24.505Z Downloaded petgraph v0.6.5
8412026-07-16T03:49:24.517Z Downloaded regex-automata v0.4.13
8422026-07-16T03:49:24.583Z Downloaded encoding_rs v0.8.35
8432026-07-16T03:49:24.597Z Downloaded chrono-tz v0.10.4
8442026-07-16T03:49:24.608Z Downloaded petgraph v0.8.2
8452026-07-16T03:49:24.636Z Downloaded libgit2-sys v0.17.0+1.8.1
8462026-07-16T03:49:24.668Z Downloaded libz-sys v1.1.22
8472026-07-16T03:49:24.680Z Downloaded libc v0.2.186
8482026-07-16T03:49:24.699Z Downloaded csv v1.4.0
8492026-07-16T03:49:24.711Z Downloaded sha3 v0.10.8
8502026-07-16T03:49:24.722Z Downloaded tokio v1.52.3
8512026-07-16T03:49:24.840Z Downloaded ring v0.17.14
8522026-07-16T03:49:24.878Z Downloaded curl-sys v0.4.89+curl-8.20.0
8532026-07-16T03:49:25.404Z Downloaded aws-lc-sys v0.39.1
8542026-07-16T03:49:25.720Z Compiling proc-macro2 v1.0.106
8552026-07-16T03:49:25.720Z Compiling quote v1.0.45
8562026-07-16T03:49:25.720Z Compiling unicode-ident v1.0.24
8572026-07-16T03:49:25.724Z Compiling serde_core v1.0.228
8582026-07-16T03:49:25.724Z Compiling serde v1.0.228
8592026-07-16T03:49:25.724Z Compiling libc v0.2.186
8602026-07-16T03:49:25.724Z Checking cfg-if v1.0.4
8612026-07-16T03:49:26.002Z Compiling zmij v1.0.17
8622026-07-16T03:49:26.060Z Compiling autocfg v1.5.0
8632026-07-16T03:49:26.382Z Compiling memchr v2.7.5
8642026-07-16T03:49:26.422Z Compiling libm v0.2.15
8652026-07-16T03:49:26.777Z Checking smallvec v1.15.1
8662026-07-16T03:49:26.855Z Compiling thiserror v2.0.18
8672026-07-16T03:49:26.870Z Compiling version_check v0.9.5
8682026-07-16T03:49:26.892Z Checking itoa v1.0.15
8692026-07-16T03:49:26.953Z Compiling jobserver v0.1.34
8702026-07-16T03:49:27.013Z Compiling find-msvc-tools v0.1.9
8712026-07-16T03:49:27.152Z Compiling getrandom v0.4.2
8722026-07-16T03:49:27.182Z Compiling syn v2.0.118
8732026-07-16T03:49:27.244Z Compiling shlex v2.0.1
8742026-07-16T03:49:27.258Z Compiling icu_properties_data v2.0.1
8752026-07-16T03:49:27.282Z Compiling icu_normalizer_data v2.0.0
8762026-07-16T03:49:27.393Z Compiling cc v1.2.64
8772026-07-16T03:49:27.448Z Compiling parking_lot_core v0.9.12
8782026-07-16T03:49:27.494Z Checking stable_deref_trait v1.2.0
8792026-07-16T03:49:27.528Z Compiling serde_json v1.0.150
8802026-07-16T03:49:27.770Z Compiling heck v0.5.0
8812026-07-16T03:49:27.786Z Checking writeable v0.6.1
8822026-07-16T03:49:27.824Z Checking litemap v0.8.0
8832026-07-16T03:49:27.959Z Compiling num-traits v0.2.19
8842026-07-16T03:49:27.973Z Checking percent-encoding v2.3.2
8852026-07-16T03:49:28.213Z Checking form_urlencoded v1.2.2
8862026-07-16T03:49:28.232Z Checking utf8_iter v1.0.4
8872026-07-16T03:49:28.333Z Compiling zerocopy v0.8.27
8882026-07-16T03:49:28.348Z Checking pin-project-lite v0.2.16
8892026-07-16T03:49:28.351Z Checking iana-time-zone v0.1.64
8902026-07-16T03:49:28.438Z Compiling log v0.4.29
8912026-07-16T03:49:28.463Z Compiling rustversion v1.0.22
8922026-07-16T03:49:28.477Z Compiling equivalent v1.0.2
8932026-07-16T03:49:28.563Z Compiling semver v1.0.28
8942026-07-16T03:49:28.660Z Checking socket2 v0.6.4
8952026-07-16T03:49:28.732Z Checking uuid v1.24.0
8962026-07-16T03:49:28.758Z Checking scopeguard v1.2.0
8972026-07-16T03:49:28.863Z Checking lock_api v0.4.14
8982026-07-16T03:49:29.007Z Checking signal-hook-registry v1.4.6
8992026-07-16T03:49:29.021Z Checking mio v1.2.1
9002026-07-16T03:49:29.045Z Checking getrandom v0.2.16
9012026-07-16T03:49:29.066Z Checking dyn-clone v1.0.20
9022026-07-16T03:49:29.069Z Checking parking_lot v0.12.5
9032026-07-16T03:49:29.156Z Compiling schemars v0.8.22
9042026-07-16T03:49:29.169Z Checking bitflags v2.11.1
9052026-07-16T03:49:29.274Z Compiling portable-atomic v1.11.1
9062026-07-16T03:49:29.329Z Checking futures-core v0.3.32
9072026-07-16T03:49:29.405Z Checking critical-section v1.2.0
9082026-07-16T03:49:29.420Z Compiling getrandom v0.3.3
9092026-07-16T03:49:29.447Z Compiling ring v0.17.14
9102026-07-16T03:49:29.450Z Compiling hashbrown v0.17.1
9112026-07-16T03:49:29.497Z Compiling thiserror v1.0.69
9122026-07-16T03:49:29.776Z Compiling httparse v1.10.1
9132026-07-16T03:49:29.979Z Compiling synstructure v0.13.2
9142026-07-16T03:49:30.001Z Compiling serde_derive_internals v0.29.1
9152026-07-16T03:49:30.179Z Compiling indexmap v2.14.0
9162026-07-16T03:49:30.199Z Checking once_cell v1.21.3
9172026-07-16T03:49:30.321Z Compiling regex-syntax v0.8.11
9182026-07-16T03:49:30.372Z Checking futures-sink v0.3.32
9192026-07-16T03:49:30.638Z Compiling rustix v1.1.4
9202026-07-16T03:49:30.730Z Checking slab v0.4.11
9212026-07-16T03:49:30.812Z Compiling aho-corasick v1.1.3
9222026-07-16T03:49:30.866Z Checking subtle v2.6.1
9232026-07-16T03:49:30.893Z Compiling ucd-trie v0.1.7
9242026-07-16T03:49:31.011Z Checking futures-channel v0.3.32
9252026-07-16T03:49:31.114Z Compiling anyhow v1.0.102
9262026-07-16T03:49:31.198Z Checking rand_core v0.6.4
9272026-07-16T03:49:31.212Z Checking typenum v1.20.1
9282026-07-16T03:49:31.258Z Compiling serde_derive v1.0.228
9292026-07-16T03:49:31.330Z Compiling zerofrom-derive v0.1.6
9302026-07-16T03:49:31.358Z Compiling yoke-derive v0.8.0
9312026-07-16T03:49:31.426Z Compiling zerovec-derive v0.11.1
9322026-07-16T03:49:31.969Z Compiling displaydoc v0.2.5
9332026-07-16T03:49:32.233Z Compiling thiserror-impl v2.0.18
9342026-07-16T03:49:32.367Z Compiling schemars_derive v0.8.22
9352026-07-16T03:49:32.391Z Compiling tokio-macros v2.7.0
9362026-07-16T03:49:32.495Z Compiling zerocopy-derive v0.8.27
9372026-07-16T03:49:32.511Z Checking zerofrom v0.1.6
9382026-07-16T03:49:32.644Z Checking yoke v0.8.0
9392026-07-16T03:49:32.701Z Compiling futures-macro v0.3.32
9402026-07-16T03:49:32.814Z Checking zerovec v0.11.4
9412026-07-16T03:49:33.109Z Checking zerotrie v0.2.2
9422026-07-16T03:49:33.346Z Compiling zeroize_derive v1.4.3
9432026-07-16T03:49:33.509Z Checking tinystr v0.8.1
9442026-07-16T03:49:33.528Z Checking potential_utf v0.1.3
9452026-07-16T03:49:33.542Z Compiling thiserror-impl v1.0.69
9462026-07-16T03:49:33.584Z Compiling regex-automata v0.4.13
9472026-07-16T03:49:33.651Z Checking icu_collections v2.0.0
9482026-07-16T03:49:33.680Z Checking icu_locale_core v2.0.0
9492026-07-16T03:49:33.984Z Checking zeroize v1.8.1
9502026-07-16T03:49:34.122Z Checking icu_provider v2.0.0
9512026-07-16T03:49:34.141Z Compiling pest v2.8.2
9522026-07-16T03:49:34.274Z Checking bytes v1.12.0
9532026-07-16T03:49:34.354Z Checking icu_properties v2.0.1
9542026-07-16T03:49:34.411Z Checking icu_normalizer v2.0.0
9552026-07-16T03:49:34.679Z Checking chrono v0.4.45
9562026-07-16T03:49:34.716Z Compiling serde_tokenstream v0.2.3
9572026-07-16T03:49:34.729Z Checking tokio v1.52.3
9582026-07-16T03:49:35.213Z Checking idna_adapter v1.2.1
9592026-07-16T03:49:35.260Z Compiling regex v1.12.4
9602026-07-16T03:49:35.318Z Compiling pest_meta v2.8.2
9612026-07-16T03:49:35.338Z Checking idna v1.1.0
9622026-07-16T03:49:35.423Z Checking futures-task v0.3.32
9632026-07-16T03:49:35.562Z Checking futures-io v0.3.32
9642026-07-16T03:49:35.584Z Compiling tracing-attributes v0.1.30
9652026-07-16T03:49:35.599Z Checking url v2.5.7
9662026-07-16T03:49:35.659Z Checking tracing-core v0.1.34
9672026-07-16T03:49:35.679Z Checking futures-util v0.3.32
9682026-07-16T03:49:35.961Z Compiling pest_generator v2.8.2
9692026-07-16T03:49:36.311Z Compiling foldhash v0.2.0
9702026-07-16T03:49:36.509Z Compiling pkg-config v0.3.32
9712026-07-16T03:49:36.590Z Compiling allocator-api2 v0.2.21
9722026-07-16T03:49:36.658Z Compiling pest_derive v2.8.2
9732026-07-16T03:49:36.782Z Checking fnv v1.0.7
9742026-07-16T03:49:36.807Z Checking tracing v0.1.41
9752026-07-16T03:49:36.879Z Compiling hashbrown v0.16.1
9762026-07-16T03:49:36.949Z Checking http v1.4.2
9772026-07-16T03:49:36.984Z Compiling generic-array v0.14.7
9782026-07-16T03:49:37.162Z Compiling vcpkg v0.2.15
9792026-07-16T03:49:37.434Z Compiling byteorder v1.5.0
9802026-07-16T03:49:37.437Z Compiling num-conv v0.2.1
9812026-07-16T03:49:37.462Z Compiling time-core v0.1.8
9822026-07-16T03:49:37.613Z Compiling time-macros v0.2.27
9832026-07-16T03:49:37.661Z Checking errno v0.3.14
9842026-07-16T03:49:37.725Z Checking base64 v0.22.1
9852026-07-16T03:49:37.780Z Checking ipnet v2.11.0
9862026-07-16T03:49:37.921Z Checking tokio-util v0.7.16
9872026-07-16T03:49:37.969Z Compiling scroll_derive v0.13.1
9882026-07-16T03:49:38.020Z Compiling camino v1.2.3
9892026-07-16T03:49:38.094Z Checking crypto-common v0.1.6
9902026-07-16T03:49:38.217Z Checking http-body v1.0.1
9912026-07-16T03:49:38.355Z Compiling crossbeam-utils v0.8.21
9922026-07-16T03:49:38.389Z Checking atomic-waker v1.1.2
9932026-07-16T03:49:38.408Z Checking ppv-lite86 v0.2.21
9942026-07-16T03:49:38.607Z Compiling slog v2.8.2
9952026-07-16T03:49:38.683Z Checking tower-layer v0.3.3
9962026-07-16T03:49:38.705Z Checking try-lock v0.2.5
9972026-07-16T03:49:38.772Z Compiling paste v1.0.15
9982026-07-16T03:49:38.801Z Checking tower-service v0.3.3
9992026-07-16T03:49:38.804Z Checking want v0.3.1
10002026-07-16T03:49:38.861Z Checking h2 v0.4.14
10012026-07-16T03:49:38.891Z Checking ipnetwork v0.21.1
10022026-07-16T03:49:38.932Z Checking erased-serde v0.3.31
10032026-07-16T03:49:39.001Z Checking rustls-pki-types v1.12.0
10042026-07-16T03:49:39.065Z Checking ryu v1.0.20
10052026-07-16T03:49:39.096Z Checking httpdate v1.0.3
10062026-07-16T03:49:39.110Z Checking pretty-hex v0.4.1
10072026-07-16T03:49:39.200Z Compiling async-trait v0.1.89
10082026-07-16T03:49:39.237Z Checking untrusted v0.9.0
10092026-07-16T03:49:39.264Z Compiling scroll v0.13.0
10102026-07-16T03:49:39.422Z Compiling usdt-impl v0.6.0
10112026-07-16T03:49:39.524Z Compiling plain v0.2.3
10122026-07-16T03:49:39.633Z Compiling goblin v0.10.1
10132026-07-16T03:49:39.653Z Checking http-body-util v0.1.3
10142026-07-16T03:49:39.681Z Compiling openssl-sys v0.9.117
10152026-07-16T03:49:39.697Z Compiling cmake v0.1.54
10162026-07-16T03:49:39.864Z Compiling dunce v1.0.5
10172026-07-16T03:49:40.009Z Compiling fs_extra v1.3.0
10182026-07-16T03:49:40.156Z Compiling slog-async v2.8.0
10192026-07-16T03:49:40.196Z Compiling strsim v0.11.1
10202026-07-16T03:49:40.262Z Compiling aws-lc-sys v0.39.1
10212026-07-16T03:49:40.311Z Checking serde_urlencoded v0.7.1
10222026-07-16T03:49:40.373Z Checking oxnet v0.1.6
10232026-07-16T03:49:40.492Z Checking block-buffer v0.10.4
10242026-07-16T03:49:40.507Z Checking rand_core v0.9.3
10252026-07-16T03:49:40.521Z Compiling regress v0.10.5
10262026-07-16T03:49:40.627Z Compiling dtrace-parser v0.3.0
10272026-07-16T03:49:40.630Z Compiling openapiv3 v2.2.0
10282026-07-16T03:49:40.684Z Compiling thread-id v5.0.0
10292026-07-16T03:49:40.770Z Checking hyper v1.10.1
10302026-07-16T03:49:41.251Z Checking digest v0.10.7
10312026-07-16T03:49:41.315Z Compiling ident_case v1.0.1
10322026-07-16T03:49:41.436Z Compiling omicron-workspace-hack v0.1.0
10332026-07-16T03:49:41.451Z Compiling darling_core v0.21.3
10342026-07-16T03:49:41.663Z Checking rand_chacha v0.9.0
10352026-07-16T03:49:41.700Z Checking hyper-util v0.1.20
10362026-07-16T03:49:41.847Z Compiling daft-derive v0.1.5
10372026-07-16T03:49:42.072Z Compiling typify-impl v0.4.3
10382026-07-16T03:49:42.167Z Compiling aws-lc-rs v1.16.2
10392026-07-16T03:49:42.471Z Compiling dof v0.4.0
10402026-07-16T03:49:42.556Z Checking powerfmt v0.2.0
10412026-07-16T03:49:42.764Z Checking deranged v0.5.3
10422026-07-16T03:49:43.225Z Checking rand v0.9.3
10432026-07-16T03:49:43.342Z Compiling unsafe-libyaml v0.2.11
10442026-07-16T03:49:43.508Z Compiling darling_macro v0.21.3
10452026-07-16T03:49:43.522Z Checking num_threads v0.1.7
10462026-07-16T03:49:43.542Z Compiling usdt-attr-macro v0.6.0
10472026-07-16T03:49:43.605Z Compiling usdt-macro v0.6.0
10482026-07-16T03:49:43.667Z Compiling syn v1.0.109
10492026-07-16T03:49:43.899Z Checking time v0.3.47
10502026-07-16T03:49:44.002Z Compiling serde_yaml v0.9.34+deprecated
10512026-07-16T03:49:44.042Z Compiling darling v0.21.3
10522026-07-16T03:49:44.125Z Checking sync_wrapper v1.0.2
10532026-07-16T03:49:44.364Z Checking encoding_rs v0.8.35
10542026-07-16T03:49:44.381Z Checking mime v0.3.17
10552026-07-16T03:49:44.547Z Checking cpufeatures v0.2.17
10562026-07-16T03:49:44.617Z Checking untrusted v0.7.1
10572026-07-16T03:49:44.730Z Checking tower v0.5.2
10582026-07-16T03:49:45.145Z Checking crossbeam-channel v0.5.15
10592026-07-16T03:49:45.295Z Checking futures-executor v0.3.32
10602026-07-16T03:49:45.316Z Compiling structmeta-derive v0.3.0
10612026-07-16T03:49:45.330Z Compiling multer v3.1.0
10622026-07-16T03:49:45.404Z Compiling rustls v0.22.4
10632026-07-16T03:49:45.438Z Compiling rustls v0.23.40
10642026-07-16T03:49:45.459Z Compiling typify-macro v0.4.3
10652026-07-16T03:49:45.473Z Checking iri-string v0.7.8
10662026-07-16T03:49:45.600Z Checking futures v0.3.32
10672026-07-16T03:49:45.645Z Compiling async-stream-impl v0.3.6
10682026-07-16T03:49:45.674Z Checking thread_local v1.1.9
10692026-07-16T03:49:45.837Z Checking fastrand v2.3.0
10702026-07-16T03:49:45.873Z Checking foreign-types-shared v0.1.1
10712026-07-16T03:49:45.958Z Checking hex v0.4.3
10722026-07-16T03:49:46.012Z Checking unicode-width v0.2.1
10732026-07-16T03:49:46.178Z Compiling openssl v0.10.81
10742026-07-16T03:49:46.251Z Checking tempfile v3.27.0
10752026-07-16T03:49:46.268Z Checking foreign-types v0.3.2
10762026-07-16T03:49:46.347Z Compiling structmeta v0.3.0
10772026-07-16T03:49:46.438Z Compiling strum_macros v0.26.4
10782026-07-16T03:49:46.472Z Compiling openssl-macros v0.1.1
10792026-07-16T03:49:46.486Z Checking tower-http v0.6.8
10802026-07-16T03:49:46.531Z Checking is-terminal v0.4.16
10812026-07-16T03:49:46.546Z Checking memmap2 v0.9.8
10822026-07-16T03:49:46.618Z Checking term v1.2.0
10832026-07-16T03:49:46.698Z Checking take_mut v0.2.2
10842026-07-16T03:49:46.745Z Checking match_cfg v0.1.0
10852026-07-16T03:49:46.799Z Checking openssl-probe v0.1.6
10862026-07-16T03:49:46.830Z Compiling native-tls v0.2.14
10872026-07-16T03:49:46.926Z Checking slog-term v2.9.2
10882026-07-16T03:49:46.945Z Compiling typify v0.4.3
10892026-07-16T03:49:47.037Z Checking hostname v0.3.1
10902026-07-16T03:49:47.174Z Checking slog-json v2.6.1
10912026-07-16T03:49:47.241Z Compiling newtype-uuid-macros v0.1.0
10922026-07-16T03:49:47.319Z Compiling ref-cast v1.0.25
10932026-07-16T03:49:47.391Z Checking slog-bunyan v2.5.0
10942026-07-16T03:49:47.675Z Compiling ref-cast-impl v1.0.25
10952026-07-16T03:49:47.724Z Compiling dropshot v0.16.7
10962026-07-16T03:49:48.012Z Compiling derive-ex v0.1.8
10972026-07-16T03:49:48.026Z Checking webpki-roots v1.0.2
10982026-07-16T03:49:48.039Z Compiling dropshot_endpoint v0.16.7
10992026-07-16T03:49:48.139Z Compiling strum_macros v0.27.2
11002026-07-16T03:49:48.345Z Checking winnow v0.7.14
11012026-07-16T03:49:49.183Z Checking tokio-native-tls v0.3.1
11022026-07-16T03:49:49.486Z Checking hyper-tls v0.6.0
11032026-07-16T03:49:49.531Z Compiling test-strategy v0.4.3
11042026-07-16T03:49:49.546Z Compiling progenitor-impl v0.11.1
11052026-07-16T03:49:49.619Z Checking newtype-uuid v1.3.2
11062026-07-16T03:49:49.648Z Checking either v1.15.0
11072026-07-16T03:49:49.807Z Checking winnow v1.0.3
11082026-07-16T03:49:49.823Z Checking daft v0.1.5
11092026-07-16T03:49:49.888Z Compiling serde_with_macros v3.14.1
11102026-07-16T03:49:50.047Z Checking serde_spanned v1.1.1
11112026-07-16T03:49:50.093Z Checking toml_parser v1.1.2+spec-1.1.0
11122026-07-16T03:49:50.096Z Checking usdt v0.6.0
11132026-07-16T03:49:50.174Z Checking toml_writer v1.1.1+spec-1.1.0
11142026-07-16T03:49:50.265Z Checking debug-ignore v1.0.5
11152026-07-16T03:49:50.364Z Checking spin v0.9.8
11162026-07-16T03:49:50.424Z Compiling parse-display-derive v0.10.0
11172026-07-16T03:49:50.500Z Checking async-stream v0.3.6
11182026-07-16T03:49:50.683Z Checking rustls-webpki v0.102.8
11192026-07-16T03:49:50.699Z Checking rustls-pemfile v2.2.0
11202026-07-16T03:49:50.841Z Checking waitgroup v0.1.2
11212026-07-16T03:49:50.921Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-07-16T03:49:50.942Z Checking serde_path_to_error v0.1.20
11232026-07-16T03:49:51.036Z Checking hostname v0.4.2
11242026-07-16T03:49:51.210Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-07-16T03:49:51.372Z Checking strum v0.26.3
11262026-07-16T03:49:51.482Z Checking rand_chacha v0.3.1
11272026-07-16T03:49:51.528Z Compiling toml_datetime v0.6.11
11282026-07-16T03:49:51.673Z Checking macaddr v1.0.1
11292026-07-16T03:49:51.691Z Compiling progenitor-macro v0.11.1
11302026-07-16T03:49:51.766Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-07-16T03:49:51.845Z Checking wait-timeout v0.2.1
11322026-07-16T03:49:51.956Z Checking quick-error v1.2.3
11332026-07-16T03:49:51.959Z Checking bit-vec v0.8.0
11342026-07-16T03:49:51.997Z Checking lazy_static v1.5.0
11352026-07-16T03:49:52.057Z Checking rusty-fork v0.3.0
11362026-07-16T03:49:52.092Z Checking toml v0.9.12+spec-1.1.0
11372026-07-16T03:49:52.169Z Checking bit-set v0.8.0
11382026-07-16T03:49:52.220Z Checking rand v0.8.5
11392026-07-16T03:49:52.300Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-07-16T03:49:52.469Z Checking tokio-rustls v0.25.0
11412026-07-16T03:49:52.559Z Checking tabwriter v1.4.1
11422026-07-16T03:49:52.640Z Checking sha1 v0.10.6
11432026-07-16T03:49:52.660Z Checking rand_xorshift v0.4.0
11442026-07-16T03:49:52.714Z Compiling clap_derive v4.6.1
11452026-07-16T03:49:52.772Z Checking unarray v0.1.4
11462026-07-16T03:49:52.796Z Checking utf8parse v0.2.2
11472026-07-16T03:49:52.874Z Checking colored v3.1.1
11482026-07-16T03:49:52.908Z Checking anstyle-parse v1.0.0
11492026-07-16T03:49:52.911Z Checking proptest v1.8.0
11502026-07-16T03:49:53.054Z Checking strum v0.27.2
11512026-07-16T03:49:53.152Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-07-16T03:49:53.176Z Checking terminal_size v0.4.3
11532026-07-16T03:49:53.562Z Checking is_terminal_polyfill v1.70.1
11542026-07-16T03:49:53.653Z Checking anstyle v1.0.14
11552026-07-16T03:49:53.668Z Checking colorchoice v1.0.4
11562026-07-16T03:49:53.727Z Checking anstyle-query v1.1.4
11572026-07-16T03:49:53.836Z Checking anstream v1.0.0
11582026-07-16T03:49:54.023Z Checking itertools v0.14.0
11592026-07-16T03:49:54.460Z Checking clap_lex v1.1.0
11602026-07-16T03:49:54.529Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-07-16T03:49:54.737Z Checking clap_builder v4.6.0
11622026-07-16T03:49:55.290Z Checking serde_with v3.14.1
11632026-07-16T03:49:55.821Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-07-16T03:49:55.970Z Checking clap v4.6.1
11652026-07-16T03:49:56.045Z Checking instant v0.1.13
11662026-07-16T03:49:56.132Z Checking rustc-hash v2.1.1
11672026-07-16T03:49:56.217Z Checking backoff v0.4.0
11682026-07-16T03:49:56.238Z Checking iddqd v0.3.18
11692026-07-16T03:49:56.382Z Checking parse-display v0.10.0
11702026-07-16T03:49:56.522Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-07-16T03:49:56.627Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-07-16T03:49:57.976Z Compiling num-derive v0.4.2
11732026-07-16T03:49:58.564Z Compiling rustls-webpki v0.103.6
11742026-07-16T03:49:59.062Z Compiling prettyplease v0.2.37
11752026-07-16T03:50:01.194Z Checking serde_spanned v0.6.9
11762026-07-16T03:50:01.210Z Compiling memoffset v0.9.1
11772026-07-16T03:50:01.318Z Compiling cfg_aliases v0.2.1
11782026-07-16T03:50:01.638Z Compiling nix v0.30.1
11792026-07-16T03:50:01.948Z Compiling tokio-rustls v0.26.4
11802026-07-16T03:50:02.445Z Compiling hyper-rustls v0.27.7
11812026-07-16T03:50:02.689Z Compiling reqwest v0.12.23
11822026-07-16T03:50:03.691Z Checking crossbeam-epoch v0.9.18
11832026-07-16T03:50:03.880Z Compiling progenitor-client v0.11.1
11842026-07-16T03:50:04.139Z Compiling winnow v0.5.40
11852026-07-16T03:50:05.383Z Compiling progenitor v0.11.1
11862026-07-16T03:50:05.503Z Compiling toml_edit v0.19.15
11872026-07-16T03:50:06.317Z Compiling num-integer v0.1.46
11882026-07-16T03:50:06.605Z Compiling proc-macro-crate v1.3.1
11892026-07-16T03:50:06.842Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-07-16T03:50:07.031Z Compiling progenitor-client v0.10.0
11912026-07-16T03:50:07.711Z Compiling hubpack_derive v0.1.1
11922026-07-16T03:50:08.151Z Compiling rayon-core v1.13.0
11932026-07-16T03:50:08.209Z Checking toml_write v0.1.2
11942026-07-16T03:50:08.268Z Checking hubpack v0.1.2
11952026-07-16T03:50:08.382Z Checking toml_edit v0.22.27
11962026-07-16T03:50:08.400Z Checking num-iter v0.1.45
11972026-07-16T03:50:08.430Z Checking num-rational v0.4.2
11982026-07-16T03:50:08.712Z Compiling zerocopy-derive v0.7.35
11992026-07-16T03:50:08.782Z Compiling num-complex v0.4.6
12002026-07-16T03:50:09.159Z Checking static_assertions v1.1.0
12012026-07-16T03:50:09.216Z Checking num v0.4.3
12022026-07-16T03:50:09.384Z Checking crossbeam-deque v0.8.6
12032026-07-16T03:50:09.432Z Checking toml v0.8.23
12042026-07-16T03:50:09.537Z Checking float-ord v0.3.2
12052026-07-16T03:50:09.558Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12062026-07-16T03:50:09.641Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-07-16T03:50:09.859Z Compiling proc-macro-error-attr v1.0.4
12082026-07-16T03:50:10.012Z Compiling heapless v0.8.0
12092026-07-16T03:50:10.141Z Compiling heck v0.4.1
12102026-07-16T03:50:10.155Z Checking bytecount v0.6.9
12112026-07-16T03:50:10.340Z Checking libscf-sys v1.2.0
12122026-07-16T03:50:10.343Z Compiling ingot-macros v0.1.1
12132026-07-16T03:50:10.467Z Checking hash32 v0.3.1
12142026-07-16T03:50:10.489Z Compiling proc-macro-error v1.0.4
12152026-07-16T03:50:10.596Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12162026-07-16T03:50:10.721Z Compiling smoltcp v0.11.0
12172026-07-16T03:50:11.359Z Compiling zerocopy v0.7.35
12182026-07-16T03:50:11.417Z Compiling num_enum_derive v0.7.5
12192026-07-16T03:50:11.489Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12202026-07-16T03:50:11.722Z Checking cobs v0.3.0
12212026-07-16T03:50:11.795Z Compiling foreign-types-macros v0.2.3
12222026-07-16T03:50:11.869Z Compiling scroll_derive v0.12.1
12232026-07-16T03:50:11.908Z Compiling usdt-impl v0.5.0
12242026-07-16T03:50:12.046Z Checking bitflags v1.3.2
12252026-07-16T03:50:12.124Z Compiling crucible-workspace-hack v0.1.0
12262026-07-16T03:50:12.161Z Checking managed v0.8.0
12272026-07-16T03:50:12.337Z Checking foreign-types-shared v0.3.1
12282026-07-16T03:50:12.425Z Checking foreign-types v0.5.0
12292026-07-16T03:50:12.452Z Checking num_enum v0.7.5
12302026-07-16T03:50:12.515Z Checking postcard v1.1.3
12312026-07-16T03:50:12.559Z Checking scroll v0.12.0
12322026-07-16T03:50:12.573Z Compiling dof v0.3.0
12332026-07-16T03:50:12.799Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12342026-07-16T03:50:12.890Z Compiling dtrace-parser v0.2.0
12352026-07-16T03:50:12.925Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12362026-07-16T03:50:12.954Z Checking camino-tempfile v1.4.1
12372026-07-16T03:50:12.991Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-07-16T03:50:12.994Z Checking ingot-types v0.1.2
12392026-07-16T03:50:13.107Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-07-16T03:50:13.197Z Checking cstr-argument v0.1.2
12412026-07-16T03:50:13.320Z Compiling thread-id v4.2.2
12422026-07-16T03:50:13.339Z Compiling minimal-lexical v0.2.1
12432026-07-16T03:50:13.342Z Checking ingot v0.1.1
12442026-07-16T03:50:13.393Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-07-16T03:50:13.497Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-07-16T03:50:13.527Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12472026-07-16T03:50:13.548Z Compiling nom v7.1.3
12482026-07-16T03:50:13.575Z Checking goblin v0.8.2
12492026-07-16T03:50:13.683Z Checking rayon v1.11.0
12502026-07-16T03:50:13.931Z Compiling num_enum_derive v0.5.11
12512026-07-16T03:50:14.231Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-07-16T03:50:14.614Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-07-16T03:50:14.730Z Compiling rustc_version v0.4.1
12542026-07-16T03:50:14.832Z Compiling proc-macro-error-attr2 v2.0.0
12552026-07-16T03:50:15.056Z Checking tinyvec_macros v0.1.1
12562026-07-16T03:50:15.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12572026-07-16T03:50:15.128Z Compiling rustix v0.38.44
12582026-07-16T03:50:15.203Z Compiling convert_case v0.4.0
12592026-07-16T03:50:15.288Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12602026-07-16T03:50:15.322Z Compiling proc-macro-error2 v2.0.1
12612026-07-16T03:50:15.513Z Compiling derive_more v0.99.20
12622026-07-16T03:50:15.595Z Checking tinyvec v1.10.0
12632026-07-16T03:50:15.678Z Checking num_enum v0.5.11
12642026-07-16T03:50:15.729Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-07-16T03:50:15.805Z Compiling libz-sys v1.1.22
12662026-07-16T03:50:15.837Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-07-16T03:50:15.995Z Compiling crc32fast v1.5.0
12682026-07-16T03:50:16.199Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12692026-07-16T03:50:16.288Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12702026-07-16T03:50:16.319Z Compiling tabled_derive v0.11.0
12712026-07-16T03:50:16.926Z Compiling usdt-attr-macro v0.5.0
12722026-07-16T03:50:16.954Z Compiling usdt-macro v0.5.0
12732026-07-16T03:50:17.057Z Compiling zone_cfg_derive v0.3.1
12742026-07-16T03:50:17.156Z Checking papergrid v0.17.0
12752026-07-16T03:50:17.381Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-07-16T03:50:17.620Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-07-16T03:50:17.638Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-07-16T03:50:17.717Z Checking itertools v0.12.1
12792026-07-16T03:50:17.732Z Checking testing_table v0.3.0
12802026-07-16T03:50:17.809Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-07-16T03:50:17.825Z Checking sigpipe v0.1.3
12822026-07-16T03:50:17.906Z Checking memmap v0.7.0
12832026-07-16T03:50:17.964Z Checking jiff v0.2.15
12842026-07-16T03:50:18.006Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-07-16T03:50:18.038Z Checking adler2 v2.0.1
12862026-07-16T03:50:18.052Z Checking glob v0.3.3
12872026-07-16T03:50:18.150Z Checking miniz_oxide v0.8.9
12882026-07-16T03:50:18.241Z Checking usdt v0.5.0
12892026-07-16T03:50:18.311Z Checking tabled v0.20.0
12902026-07-16T03:50:18.380Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12912026-07-16T03:50:18.408Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-07-16T03:50:18.495Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12932026-07-16T03:50:18.553Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-07-16T03:50:18.690Z Checking zone v0.3.1
12952026-07-16T03:50:18.719Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-07-16T03:50:18.844Z Checking smf v0.2.3
12972026-07-16T03:50:18.933Z Checking secrecy v0.10.3
12982026-07-16T03:50:19.029Z Checking bstr v1.12.0
12992026-07-16T03:50:19.066Z Checking whoami v1.6.1
13002026-07-16T03:50:19.230Z Checking flate2 v1.1.2
13012026-07-16T03:50:19.233Z Compiling curve25519-dalek v4.1.3
13022026-07-16T03:50:19.353Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-07-16T03:50:19.376Z Compiling clang-sys v1.8.1
13042026-07-16T03:50:19.510Z Checking hmac v0.12.1
13052026-07-16T03:50:19.539Z Checking inout v0.1.4
13062026-07-16T03:50:19.642Z Checking hybrid-array v0.4.12
13072026-07-16T03:50:19.666Z Checking ff v0.13.1
13082026-07-16T03:50:19.737Z Compiling enum-as-inner v0.6.1
13092026-07-16T03:50:19.791Z Checking data-encoding v2.9.0
13102026-07-16T03:50:20.084Z Compiling semver v0.1.20
13112026-07-16T03:50:20.138Z Checking group v0.13.0
13122026-07-16T03:50:20.272Z Compiling rustc_version v0.1.7
13132026-07-16T03:50:20.309Z Checking cipher v0.4.4
13142026-07-16T03:50:20.324Z Checking hkdf v0.12.4
13152026-07-16T03:50:20.339Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13162026-07-16T03:50:20.433Z Checking atomicwrites v0.4.4
13172026-07-16T03:50:20.456Z Compiling thiserror-impl-no-std v2.0.2
13182026-07-16T03:50:20.472Z Checking universal-hash v0.5.1
13192026-07-16T03:50:20.493Z Checking crypto-bigint v0.5.5
13202026-07-16T03:50:20.507Z Compiling regress v0.11.1
13212026-07-16T03:50:20.556Z Checking half v2.7.1
13222026-07-16T03:50:20.593Z Compiling curve25519-dalek-derive v0.1.1
13232026-07-16T03:50:20.774Z Checking base64ct v1.8.0
13242026-07-16T03:50:20.804Z Checking indent_write v2.2.0
13252026-07-16T03:50:20.937Z Checking ciborium-io v0.2.2
13262026-07-16T03:50:21.013Z Checking base16ct v0.2.0
13272026-07-16T03:50:21.031Z Checking opaque-debug v0.3.1
13282026-07-16T03:50:21.105Z Checking poly1305 v0.8.0
13292026-07-16T03:50:21.139Z Checking ciborium-ll v0.2.2
13302026-07-16T03:50:21.311Z Checking password-hash v0.5.0
13312026-07-16T03:50:21.334Z Checking chacha20 v0.9.1
13322026-07-16T03:50:21.517Z Checking elliptic-curve v0.13.8
13332026-07-16T03:50:21.531Z Compiling newtype_derive v0.1.6
13342026-07-16T03:50:21.545Z Checking crypto-common v0.2.2
13352026-07-16T03:50:21.548Z Checking thiserror-no-std v2.0.2
13362026-07-16T03:50:21.645Z Checking block-buffer v0.12.0
13372026-07-16T03:50:21.750Z Checking similar v2.7.0
13382026-07-16T03:50:21.765Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-07-16T03:50:21.791Z Checking blake2 v0.10.6
13402026-07-16T03:50:21.950Z Checking aead v0.5.2
13412026-07-16T03:50:22.002Z Compiling libloading v0.8.9
13422026-07-16T03:50:22.005Z Checking const-oid v0.10.2
13432026-07-16T03:50:22.079Z Compiling typify-impl v0.6.2
13442026-07-16T03:50:22.082Z Compiling owo-colors v4.3.0
13452026-07-16T03:50:22.156Z Checking keccak v0.1.6
13462026-07-16T03:50:22.159Z Checking linked-hash-map v0.5.6
13472026-07-16T03:50:22.201Z Checking compression-core v0.4.32
13482026-07-16T03:50:22.216Z Compiling bindgen v0.72.1
13492026-07-16T03:50:22.319Z Checking resolv-conf v0.7.5
13502026-07-16T03:50:22.322Z Checking lru-cache v0.1.2
13512026-07-16T03:50:22.322Z Checking compression-codecs v0.4.32
13522026-07-16T03:50:22.457Z Checking sha3 v0.10.8
13532026-07-16T03:50:22.472Z Checking digest v0.11.3
13542026-07-16T03:50:22.504Z Checking chacha20poly1305 v0.10.1
13552026-07-16T03:50:22.534Z Checking argon2 v0.5.3
13562026-07-16T03:50:22.616Z Checking vsss-rs v3.3.4
13572026-07-16T03:50:22.645Z Checking ciborium v0.2.2
13582026-07-16T03:50:22.679Z Checking hickory-proto v0.24.4
13592026-07-16T03:50:22.831Z Checking tokio-dtrace v0.1.1
13602026-07-16T03:50:23.012Z Compiling cexpr v0.6.0
13612026-07-16T03:50:23.066Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-07-16T03:50:23.348Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-07-16T03:50:23.575Z Checking serde-big-array v0.5.1
13642026-07-16T03:50:23.578Z Compiling serde_repr v0.1.20
13652026-07-16T03:50:23.714Z Compiling derive-where v1.6.0
13662026-07-16T03:50:23.749Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-07-16T03:50:23.954Z Compiling dropshot v0.17.1
13682026-07-16T03:50:23.992Z Compiling shlex v1.3.0
13692026-07-16T03:50:24.162Z Checking same-file v1.0.6
13702026-07-16T03:50:24.178Z Checking cpufeatures v0.3.0
13712026-07-16T03:50:24.192Z Checking unicode-segmentation v1.12.0
13722026-07-16T03:50:24.194Z Checking siphasher v1.0.1
13732026-07-16T03:50:24.249Z Checking sha1 v0.11.0
13742026-07-16T03:50:24.282Z Checking walkdir v2.5.0
13752026-07-16T03:50:24.365Z Checking phf_shared v0.12.1
13762026-07-16T03:50:24.447Z Checking hickory-resolver v0.24.4
13772026-07-16T03:50:24.476Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13782026-07-16T03:50:24.501Z Checking newline-converter v0.3.0
13792026-07-16T03:50:24.626Z Checking toml v1.1.2+spec-1.1.0
13802026-07-16T03:50:24.944Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-07-16T03:50:25.143Z Checking oxide-tokio-rt v0.1.2
13822026-07-16T03:50:25.265Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-07-16T03:50:25.368Z Checking async-compression v0.4.33
13842026-07-16T03:50:25.465Z Compiling progenitor-impl v0.10.0
13852026-07-16T03:50:25.534Z Compiling typify-macro v0.6.2
13862026-07-16T03:50:25.620Z Checking console v0.15.11
13872026-07-16T03:50:25.897Z Checking tokio-stream v0.1.17
13882026-07-16T03:50:26.056Z Compiling dropshot_endpoint v0.17.1
13892026-07-16T03:50:26.261Z Compiling pin-project-internal v1.1.10
13902026-07-16T03:50:26.276Z Compiling slog-dtrace v0.3.0
13912026-07-16T03:50:26.511Z Checking csv-core v0.1.12
13922026-07-16T03:50:26.691Z Compiling cancel-safe-futures v0.1.5
13932026-07-16T03:50:26.775Z Checking smawk v0.3.2
13942026-07-16T03:50:26.911Z Compiling unicode-xid v0.2.6
13952026-07-16T03:50:26.942Z Checking unicode-width v0.1.14
13962026-07-16T03:50:27.038Z Checking swrite v0.1.0
13972026-07-16T03:50:27.100Z Compiling chrono-tz v0.10.4
13982026-07-16T03:50:27.132Z Checking foldhash v0.1.5
13992026-07-16T03:50:27.195Z Checking unicode-linebreak v0.1.5
14002026-07-16T03:50:27.271Z Checking hashbrown v0.15.5
14012026-07-16T03:50:27.332Z Checking pin-project v1.1.10
14022026-07-16T03:50:27.350Z Compiling const_format_proc_macros v0.2.34
14032026-07-16T03:50:27.406Z Checking textwrap v0.16.2
14042026-07-16T03:50:27.448Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14052026-07-16T03:50:27.547Z Compiling progenitor-macro v0.10.0
14062026-07-16T03:50:27.619Z Checking csv v1.4.0
14072026-07-16T03:50:27.727Z Checking qorb v0.4.1
14082026-07-16T03:50:27.743Z Checking expectorate v1.2.0
14092026-07-16T03:50:27.872Z Checking phf v0.12.1
14102026-07-16T03:50:27.982Z Checking unicode-normalization v0.1.24
14112026-07-16T03:50:28.013Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-07-16T03:50:28.122Z Compiling snafu-derive v0.8.9
14132026-07-16T03:50:28.889Z Checking libsw-core v0.3.2
14142026-07-16T03:50:29.040Z Compiling libgit2-sys v0.17.0+1.8.1
14152026-07-16T03:50:29.359Z Compiling async-recursion v1.1.1
14162026-07-16T03:50:29.374Z Compiling cookie v0.18.1
14172026-07-16T03:50:29.470Z Checking fixedbitset v0.5.7
14182026-07-16T03:50:29.670Z Checking highway v1.3.0
14192026-07-16T03:50:29.813Z Checking fixedbitset v0.4.2
14202026-07-16T03:50:29.851Z Compiling moka v0.12.11
14212026-07-16T03:50:29.901Z Checking snafu v0.8.9
14222026-07-16T03:50:29.981Z Checking petgraph v0.6.5
14232026-07-16T03:50:30.129Z Checking petgraph v0.8.2
14242026-07-16T03:50:30.365Z Checking libsw v3.5.0
14252026-07-16T03:50:30.514Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-07-16T03:50:30.701Z Checking olpc-cjson v0.1.4
14272026-07-16T03:50:30.841Z Checking const_format v0.2.34
14282026-07-16T03:50:31.126Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-07-16T03:50:31.446Z Checking papergrid v0.11.0
14302026-07-16T03:50:31.462Z Compiling typify v0.6.2
14312026-07-16T03:50:31.512Z Checking globset v0.4.16
14322026-07-16T03:50:31.555Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-07-16T03:50:31.572Z Checking gethostname v0.5.0
14342026-07-16T03:50:31.675Z Checking progenitor v0.10.0
14352026-07-16T03:50:31.750Z Compiling tabled_derive v0.7.0
14362026-07-16T03:50:31.768Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-07-16T03:50:31.806Z Checking reqwest v0.13.2
14382026-07-16T03:50:32.028Z Checking bcs v0.1.6
14392026-07-16T03:50:32.031Z Checking pem v3.0.5
14402026-07-16T03:50:32.088Z Checking serde_plain v1.0.2
14412026-07-16T03:50:32.199Z Checking humantime v2.3.0
14422026-07-16T03:50:32.234Z Checking typed-path v0.9.3
14432026-07-16T03:50:32.265Z Checking termtree v0.5.1
14442026-07-16T03:50:32.349Z Checking crc8 v0.1.1
14452026-07-16T03:50:32.379Z Checking linear-map v1.2.0
14462026-07-16T03:50:32.397Z Checking tagptr v0.2.0
14472026-07-16T03:50:32.441Z Compiling signal-hook v0.4.4
14482026-07-16T03:50:32.546Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-07-16T03:50:32.672Z Checking tabled v0.15.0
14502026-07-16T03:50:32.691Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-07-16T03:50:32.972Z Checking tough v0.20.0
14522026-07-16T03:50:33.140Z Compiling progenitor-impl v0.14.0
14532026-07-16T03:50:33.776Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-07-16T03:50:33.898Z Checking steno v0.4.1
14552026-07-16T03:50:34.162Z Checking hickory-proto v0.25.2
14562026-07-16T03:50:34.773Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-07-16T03:50:34.856Z Compiling cargo-platform v0.1.9
14582026-07-16T03:50:34.909Z Compiling vergen v8.3.2
14592026-07-16T03:50:35.108Z Compiling fs-err v3.1.2
14602026-07-16T03:50:35.194Z Compiling cargo_metadata v0.18.1
14612026-07-16T03:50:35.209Z Compiling progenitor-macro v0.14.0
14622026-07-16T03:50:35.449Z Checking progenitor-client v0.14.0
14632026-07-16T03:50:35.615Z Checking dropshot-api-manager-types v0.7.2
14642026-07-16T03:50:35.671Z Checking sha2 v0.10.9
14652026-07-16T03:50:35.761Z Checking hickory-resolver v0.25.2
14662026-07-16T03:50:35.783Z Compiling blake3 v1.8.2
14672026-07-16T03:50:36.387Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14682026-07-16T03:50:36.431Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-07-16T03:50:36.561Z Checking git-stub v1.0.0
14702026-07-16T03:50:36.629Z Compiling strum_macros v0.28.0
14712026-07-16T03:50:36.714Z Checking filetime v0.2.26
14722026-07-16T03:50:36.852Z Checking arrayvec v0.7.6
14732026-07-16T03:50:37.037Z Checking is_ci v1.2.0
14742026-07-16T03:50:37.135Z Compiling curl v0.4.50
14752026-07-16T03:50:37.551Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-07-16T03:50:37.745Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-07-16T03:50:38.104Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-07-16T03:50:38.167Z Checking constant_time_eq v0.3.1
14792026-07-16T03:50:38.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14802026-07-16T03:50:38.429Z Checking arrayref v0.3.9
14812026-07-16T03:50:38.492Z Checking xattr v1.6.1
14822026-07-16T03:50:38.521Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-07-16T03:50:38.624Z Checking tar v0.4.45
14842026-07-16T03:50:38.797Z Checking strum v0.28.0
14852026-07-16T03:50:38.824Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-07-16T03:50:38.913Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-07-16T03:50:38.949Z Checking toml v0.7.8
14882026-07-16T03:50:39.056Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-07-16T03:50:39.075Z Checking supports-color v3.0.2
14902026-07-16T03:50:39.198Z Checking git-stub-vcs v0.1.0
14912026-07-16T03:50:39.355Z Checking progenitor v0.14.0
14922026-07-16T03:50:39.376Z Checking drift v0.2.0
14932026-07-16T03:50:39.407Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-07-16T03:50:39.476Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14952026-07-16T03:50:39.508Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-07-16T03:50:39.543Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-07-16T03:50:39.632Z Checking kstat-rs v0.2.4
14982026-07-16T03:50:39.649Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14992026-07-16T03:50:39.808Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-07-16T03:50:40.098Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15012026-07-16T03:50:40.147Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15022026-07-16T03:50:40.302Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-07-16T03:50:40.461Z Checking topological-sort v0.2.2
15042026-07-16T03:50:40.597Z Checking omicron-zone-package v0.12.2
15052026-07-16T03:50:40.710Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-07-16T03:50:40.727Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15072026-07-16T03:50:40.806Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-07-16T03:50:41.453Z Checking dropshot-api-manager v0.7.2
15092026-07-16T03:50:42.431Z Checking signal-hook-tokio v0.4.0
15102026-07-16T03:50:42.559Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-07-16T03:50:42.585Z Checking scuffle v0.1.0
15122026-07-16T03:50:43.071Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15132026-07-16T03:50:43.111Z Checking iddqd v0.4.5
15142026-07-16T03:50:43.198Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15152026-07-16T03:50:43.391Z Checking search_path v0.1.4
15162026-07-16T03:50:43.533Z Checking internet-checksum v0.2.1
15172026-07-16T03:50:43.653Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15182026-07-16T03:50:43.835Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15192026-07-16T03:50:43.851Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15202026-07-16T03:50:44.223Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15212026-07-16T03:50:44.971Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-07-16T03:50:45.147Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-07-16T03:50:45.837Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-07-16T03:50:46.230Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-07-16T03:50:46.359Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-07-16T03:50:46.694Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-07-16T03:50:46.961Z Compiling git2 v0.19.0
15282026-07-16T03:50:47.542Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-07-16T03:50:49.250Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-07-16T03:50:57.546Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-07-16T03:50:58.819Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-07-16T03:51:03.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15332026-07-16T03:51:04.026Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-07-16T03:51:04.026Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-07-16T03:51:04.520Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-07-16T03:51:04.520Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-07-16T03:51:04.523Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15382026-07-16T03:51:04.600Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15392026-07-16T03:51:11.763Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-07-16T03:51:11.763Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-07-16T03:51:14.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.22s
15422026-07-16T03:51:14.442Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-07-16T03:51:14.442Z+ cargo clippy --features softnpu -- --deny warnings
15442026-07-16T03:51:14.742Z Downloading crates ...
15452026-07-16T03:51:14.887Z Downloaded wyz v0.5.1
15462026-07-16T03:51:14.890Z Downloaded erased-serde v0.4.8
15472026-07-16T03:51:14.890Z Downloaded tap v1.0.1
15482026-07-16T03:51:14.890Z Downloaded serde_arrays v0.1.0
15492026-07-16T03:51:14.892Z Downloaded funty v2.0.0
15502026-07-16T03:51:14.892Z Downloaded bitstruct v0.1.1
15512026-07-16T03:51:14.892Z Downloaded typeid v1.0.3
15522026-07-16T03:51:14.895Z Downloaded radium v0.7.0
15532026-07-16T03:51:14.895Z Downloaded bitstruct_derive v0.1.0
15542026-07-16T03:51:14.895Z Downloaded ascii v1.1.0
15552026-07-16T03:51:14.902Z Downloaded libloading v0.7.4
15562026-07-16T03:51:14.910Z Downloaded num-bigint v0.4.6
15572026-07-16T03:51:14.916Z Downloaded bitvec v1.0.1
15582026-07-16T03:51:15.051Z Checking num-integer v0.1.46
15592026-07-16T03:51:15.131Z Checking num-complex v0.4.6
15602026-07-16T03:51:15.143Z Compiling radium v0.7.0
15612026-07-16T03:51:15.151Z Checking tap v1.0.1
15622026-07-16T03:51:15.157Z Checking funty v2.0.0
15632026-07-16T03:51:15.164Z Compiling typeid v1.0.3
15642026-07-16T03:51:15.167Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-07-16T03:51:15.177Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-07-16T03:51:15.237Z Checking wyz v0.5.1
15672026-07-16T03:51:15.328Z Checking num-bigint v0.4.6
15682026-07-16T03:51:15.331Z Checking num-iter v0.1.45
15692026-07-16T03:51:15.386Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-07-16T03:51:15.402Z Compiling erased-serde v0.4.8
15712026-07-16T03:51:15.452Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-07-16T03:51:15.462Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-07-16T03:51:15.485Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-07-16T03:51:15.531Z Compiling bitstruct_derive v0.1.0
15752026-07-16T03:51:15.562Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-07-16T03:51:15.577Z Checking bitvec v1.0.1
15772026-07-16T03:51:15.577Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-07-16T03:51:15.593Z Checking ascii v1.1.0
15792026-07-16T03:51:15.596Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-07-16T03:51:15.666Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-07-16T03:51:15.759Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-07-16T03:51:15.768Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-07-16T03:51:15.776Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-07-16T03:51:15.784Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-07-16T03:51:16.059Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-07-16T03:51:16.076Z Checking serde_arrays v0.1.0
15872026-07-16T03:51:16.163Z Checking num-rational v0.4.2
15882026-07-16T03:51:16.172Z Checking bitstruct v0.1.1
15892026-07-16T03:51:16.179Z Checking libloading v0.7.4
15902026-07-16T03:51:16.210Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-07-16T03:51:16.431Z Checking num v0.4.3
15922026-07-16T03:51:16.497Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-07-16T03:51:17.005Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-07-16T03:51:17.300Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-07-16T03:51:17.303Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-07-16T03:51:17.488Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-07-16T03:51:17.724Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-07-16T03:51:17.724Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-07-16T03:51:18.180Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-07-16T03:51:18.394Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-07-16T03:51:18.394Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-07-16T03:51:18.399Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-07-16T03:51:18.399Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-07-16T03:51:18.775Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-07-16T03:51:19.185Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-07-16T03:51:20.048Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-07-16T03:51:22.352Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-07-16T03:51:22.699Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-07-16T03:51:23.577Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-07-16T03:51:24.187Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-07-16T03:51:24.302Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-07-16T03:51:30.823Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-07-16T03:51:32.087Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-07-16T03:51:32.623Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-07-16T03:51:37.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.58s
16162026-07-16T03:51:37.213Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-07-16T03:51:37.213Z+ cargo clippy --features chaos -- --deny warnings
16182026-07-16T03:51:37.695Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-07-16T03:51:37.695Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-07-16T03:51:37.696Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-07-16T03:51:44.851Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-07-16T03:51:44.854Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-07-16T03:51:47.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
16242026-07-16T03:51:47.465Z+ banner fmt
16252026-07-16T03:51:47.469Z
16262026-07-16T03:51:47.470Z ###### # # #####
16272026-07-16T03:51:47.470Z # ## ## #
16282026-07-16T03:51:47.470Z ##### # ## # #
16292026-07-16T03:51:47.470Z # # # #
16302026-07-16T03:51:47.470Z # # # #
16312026-07-16T03:51:47.470Z # # # #
16322026-07-16T03:51:47.470Z
16332026-07-16T03:51:47.470Z+ cargo fmt -- --check
16342026-07-16T03:51:47.915Z+ banner test
16352026-07-16T03:51:47.919Z
16362026-07-16T03:51:47.919Z ##### ###### #### #####
16372026-07-16T03:51:47.919Z # # # #
16382026-07-16T03:51:47.919Z # ##### #### #
16392026-07-16T03:51:47.919Z # # # #
16402026-07-16T03:51:47.919Z # # # # #
16412026-07-16T03:51:47.919Z # ###### #### #
16422026-07-16T03:51:47.919Z
16432026-07-16T03:51:47.919Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-07-16T03:51:47.919Z+ RUST_BACKTRACE=full
16452026-07-16T03:51:47.919Z+ cargo test --features tofino_stub --no-fail-fast
16462026-07-16T03:51:48.773Z Compiling unicode-ident v1.0.24
16472026-07-16T03:51:48.774Z Compiling cfg-if v1.0.4
16482026-07-16T03:51:48.774Z Compiling memchr v2.7.5
16492026-07-16T03:51:48.777Z Compiling serde_core v1.0.228
16502026-07-16T03:51:48.899Z Compiling itoa v1.0.15
16512026-07-16T03:51:48.907Z Compiling libc v0.2.186
16522026-07-16T03:51:48.915Z Compiling zmij v1.0.17
16532026-07-16T03:51:48.946Z Compiling libm v0.2.15
16542026-07-16T03:51:48.990Z Compiling proc-macro2 v1.0.106
16552026-07-16T03:51:49.021Z Compiling heck v0.5.0
16562026-07-16T03:51:49.180Z Compiling equivalent v1.0.2
16572026-07-16T03:51:49.286Z Compiling log v0.4.29
16582026-07-16T03:51:49.394Z Compiling quote v1.0.45
16592026-07-16T03:51:49.412Z Compiling smallvec v1.15.1
16602026-07-16T03:51:49.472Z Compiling iana-time-zone v0.1.64
16612026-07-16T03:51:49.611Z Compiling syn v2.0.118
16622026-07-16T03:51:49.638Z Compiling dyn-clone v1.0.20
16632026-07-16T03:51:49.691Z Compiling hashbrown v0.17.1
16642026-07-16T03:51:49.704Z Compiling stable_deref_trait v1.2.0
16652026-07-16T03:51:49.715Z Compiling pin-project-lite v0.2.16
16662026-07-16T03:51:49.778Z Compiling percent-encoding v2.3.2
16672026-07-16T03:51:49.790Z Compiling litemap v0.8.0
16682026-07-16T03:51:49.810Z Compiling writeable v0.6.1
16692026-07-16T03:51:49.999Z Compiling fnv v1.0.7
16702026-07-16T03:51:50.020Z Compiling icu_properties_data v2.0.1
16712026-07-16T03:51:50.066Z Compiling icu_normalizer_data v2.0.0
16722026-07-16T03:51:50.099Z Compiling regex-syntax v0.8.11
16732026-07-16T03:51:50.131Z Compiling form_urlencoded v1.2.2
16742026-07-16T03:51:50.143Z Compiling utf8_iter v1.0.4
16752026-07-16T03:51:50.155Z Compiling scopeguard v1.2.0
16762026-07-16T03:51:50.260Z Compiling lock_api v0.4.14
16772026-07-16T03:51:50.272Z Compiling num-traits v0.2.19
16782026-07-16T03:51:50.314Z Compiling aho-corasick v1.1.3
16792026-07-16T03:51:50.490Z Compiling ucd-trie v0.1.7
16802026-07-16T03:51:50.742Z Compiling semver v1.0.28
16812026-07-16T03:51:50.797Z Compiling serde_json v1.0.150
16822026-07-16T03:51:50.890Z Compiling indexmap v2.14.0
16832026-07-16T03:51:50.951Z Compiling byteorder v1.5.0
16842026-07-16T03:51:51.088Z Compiling getrandom v0.4.2
16852026-07-16T03:51:51.088Z Compiling futures-core v0.3.32
16862026-07-16T03:51:51.177Z Compiling allocator-api2 v0.2.21
16872026-07-16T03:51:51.243Z Compiling uuid v1.24.0
16882026-07-16T03:51:51.500Z Compiling time-core v0.1.8
16892026-07-16T03:51:51.516Z Compiling num-conv v0.2.1
16902026-07-16T03:51:51.652Z Compiling regex-automata v0.4.13
16912026-07-16T03:51:51.670Z Compiling foldhash v0.2.0
16922026-07-16T03:51:51.682Z Compiling time-macros v0.2.27
16932026-07-16T03:51:51.711Z Compiling ryu v1.0.20
16942026-07-16T03:51:51.749Z Compiling futures-sink v0.3.32
16952026-07-16T03:51:51.857Z Compiling hashbrown v0.16.1
16962026-07-16T03:51:51.894Z Compiling pretty-hex v0.4.1
16972026-07-16T03:51:52.034Z Compiling slab v0.4.11
16982026-07-16T03:51:52.213Z Compiling plain v0.2.3
16992026-07-16T03:51:52.327Z Compiling strsim v0.11.1
17002026-07-16T03:51:52.443Z Compiling synstructure v0.13.2
17012026-07-16T03:51:52.526Z Compiling serde_derive_internals v0.29.1
17022026-07-16T03:51:52.601Z Compiling futures-channel v0.3.32
17032026-07-16T03:51:52.719Z Compiling futures-io v0.3.32
17042026-07-16T03:51:52.777Z Compiling futures-task v0.3.32
17052026-07-16T03:51:52.823Z Compiling socket2 v0.6.4
17062026-07-16T03:51:52.885Z Compiling parking_lot_core v0.9.12
17072026-07-16T03:51:52.953Z Compiling signal-hook-registry v1.4.6
17082026-07-16T03:51:52.965Z Compiling thread-id v5.0.0
17092026-07-16T03:51:53.048Z Compiling mio v1.2.1
17102026-07-16T03:51:53.178Z Compiling parking_lot v0.12.5
17112026-07-16T03:51:53.275Z Compiling regress v0.10.5
17122026-07-16T03:51:53.344Z Compiling regex v1.12.4
17132026-07-16T03:51:53.361Z Compiling darling_core v0.21.3
17142026-07-16T03:51:53.379Z Compiling base64 v0.22.1
17152026-07-16T03:51:53.560Z Compiling bitflags v2.11.1
17162026-07-16T03:51:53.585Z Compiling getrandom v0.2.16
17172026-07-16T03:51:53.667Z Compiling serde_derive v1.0.228
17182026-07-16T03:51:53.719Z Compiling zerofrom-derive v0.1.6
17192026-07-16T03:51:53.766Z Compiling yoke-derive v0.8.0
17202026-07-16T03:51:53.800Z Compiling zerovec-derive v0.11.1
17212026-07-16T03:51:53.812Z Compiling displaydoc v0.2.5
17222026-07-16T03:51:54.229Z Compiling thiserror-impl v2.0.18
17232026-07-16T03:51:54.578Z Compiling schemars_derive v0.8.22
17242026-07-16T03:51:54.826Z Compiling tokio-macros v2.7.0
17252026-07-16T03:51:54.902Z Compiling zerocopy-derive v0.8.27
17262026-07-16T03:51:54.947Z Compiling zeroize_derive v1.4.3
17272026-07-16T03:51:55.479Z Compiling futures-macro v0.3.32
17282026-07-16T03:51:55.503Z Compiling thiserror v2.0.18
17292026-07-16T03:51:55.614Z Compiling zerofrom v0.1.6
17302026-07-16T03:51:55.653Z Compiling thiserror-impl v1.0.69
17312026-07-16T03:51:55.701Z Compiling tracing-attributes v0.1.30
17322026-07-16T03:51:55.747Z Compiling yoke v0.8.0
17332026-07-16T03:51:55.861Z Compiling pest v2.8.2
17342026-07-16T03:51:55.943Z Compiling zerovec v0.11.4
17352026-07-16T03:51:56.242Z Compiling zerocopy v0.8.27
17362026-07-16T03:51:56.359Z Compiling zerotrie v0.2.2
17372026-07-16T03:51:56.435Z Compiling serde v1.0.228
17382026-07-16T03:51:56.821Z Compiling tinystr v0.8.1
17392026-07-16T03:51:56.865Z Compiling bytes v1.12.0
17402026-07-16T03:51:56.958Z Compiling serde_tokenstream v0.2.3
17412026-07-16T03:51:56.987Z Compiling icu_locale_core v2.0.0
17422026-07-16T03:51:57.027Z Compiling potential_utf v0.1.3
17432026-07-16T03:51:57.182Z Compiling icu_collections v2.0.0
17442026-07-16T03:51:57.197Z Compiling pest_meta v2.8.2
17452026-07-16T03:51:57.206Z Compiling chrono v0.4.45
17462026-07-16T03:51:57.227Z Compiling scroll_derive v0.13.1
17472026-07-16T03:51:57.510Z Compiling icu_provider v2.0.0
17482026-07-16T03:51:57.686Z Compiling http v1.4.2
17492026-07-16T03:51:57.731Z Compiling pest_generator v2.8.2
17502026-07-16T03:51:57.826Z Compiling icu_normalizer v2.0.0
17512026-07-16T03:51:57.851Z Compiling icu_properties v2.0.1
17522026-07-16T03:51:57.864Z Compiling async-trait v0.1.89
17532026-07-16T03:51:58.358Z Compiling schemars v0.8.22
17542026-07-16T03:51:58.435Z Compiling scroll v0.13.0
17552026-07-16T03:51:58.494Z Compiling pest_derive v2.8.2
17562026-07-16T03:51:58.664Z Compiling goblin v0.10.1
17572026-07-16T03:51:58.703Z Compiling idna_adapter v1.2.1
17582026-07-16T03:51:58.715Z Compiling thiserror v1.0.69
17592026-07-16T03:51:58.819Z Compiling idna v1.1.0
17602026-07-16T03:51:58.854Z Compiling tokio v1.52.3
17612026-07-16T03:51:58.867Z Compiling openapiv3 v2.2.0
17622026-07-16T03:51:59.029Z Compiling daft-derive v0.1.5
17632026-07-16T03:51:59.067Z Compiling dtrace-parser v0.3.0
17642026-07-16T03:51:59.480Z Compiling url v2.5.7
17652026-07-16T03:51:59.623Z Compiling typify-impl v0.4.3
17662026-07-16T03:51:59.793Z Compiling darling_macro v0.21.3
17672026-07-16T03:51:59.920Z Compiling http-body v1.0.1
17682026-07-16T03:52:00.119Z Compiling ppv-lite86 v0.2.21
17692026-07-16T03:52:00.437Z Compiling serde_yaml v0.9.34+deprecated
17702026-07-16T03:52:00.452Z Compiling erased-serde v0.3.31
17712026-07-16T03:52:00.466Z Compiling darling v0.21.3
17722026-07-16T03:52:00.535Z Compiling openssl-macros v0.1.1
17732026-07-16T03:52:00.825Z Compiling ipnet v2.11.0
17742026-07-16T03:52:00.965Z Compiling atomic-waker v1.1.2
17752026-07-16T03:52:01.377Z Compiling httparse v1.10.1
17762026-07-16T03:52:01.516Z Compiling dof v0.4.0
17772026-07-16T03:52:01.694Z Compiling untrusted v0.9.0
17782026-07-16T03:52:01.724Z Compiling tower-service v0.3.3
17792026-07-16T03:52:01.822Z Compiling tower-layer v0.3.3
17802026-07-16T03:52:01.835Z Compiling anyhow v1.0.102
17812026-07-16T03:52:01.962Z Compiling try-lock v0.2.5
17822026-07-16T03:52:01.995Z Compiling usdt-impl v0.6.0
17832026-07-16T03:52:02.076Z Compiling want v0.3.1
17842026-07-16T03:52:02.116Z Compiling syn v1.0.109
17852026-07-16T03:52:02.233Z Compiling zeroize v1.8.1
17862026-07-16T03:52:02.254Z Compiling httpdate v1.0.3
17872026-07-16T03:52:02.500Z Compiling portable-atomic v1.11.1
17882026-07-16T03:52:02.957Z Compiling async-stream-impl v0.3.6
17892026-07-16T03:52:03.030Z Compiling structmeta-derive v0.3.0
17902026-07-16T03:52:03.403Z Compiling critical-section v1.2.0
17912026-07-16T03:52:03.487Z Compiling usdt-macro v0.6.0
17922026-07-16T03:52:03.518Z Compiling usdt-attr-macro v0.6.0
17932026-07-16T03:52:03.613Z Compiling once_cell v1.21.3
17942026-07-16T03:52:04.008Z Compiling newtype-uuid-macros v0.1.0
17952026-07-16T03:52:04.107Z Compiling structmeta v0.3.0
17962026-07-16T03:52:04.325Z Compiling strum_macros v0.26.4
17972026-07-16T03:52:04.637Z Compiling powerfmt v0.2.0
17982026-07-16T03:52:04.835Z Compiling deranged v0.5.3
17992026-07-16T03:52:04.860Z Compiling num_threads v0.1.7
18002026-07-16T03:52:05.543Z Compiling http-body-util v0.1.3
18012026-07-16T03:52:05.546Z Compiling omicron-workspace-hack v0.1.0
18022026-07-16T03:52:05.714Z Compiling dropshot_endpoint v0.16.7
18032026-07-16T03:52:05.787Z Compiling serde_urlencoded v0.7.1
18042026-07-16T03:52:05.800Z Compiling ref-cast-impl v1.0.25
18052026-07-16T03:52:05.903Z Compiling typify-macro v0.4.3
18062026-07-16T03:52:06.053Z Compiling derive-ex v0.1.8
18072026-07-16T03:52:06.066Z Compiling strum_macros v0.27.2
18082026-07-16T03:52:06.143Z Compiling sync_wrapper v1.0.2
18092026-07-16T03:52:06.256Z Compiling serde_with_macros v3.14.1
18102026-07-16T03:52:06.270Z Compiling subtle v2.6.1
18112026-07-16T03:52:06.445Z Compiling thread_local v1.1.9
18122026-07-16T03:52:06.717Z Compiling iri-string v0.7.8
18132026-07-16T03:52:06.846Z Compiling futures-util v0.3.32
18142026-07-16T03:52:07.397Z Compiling match_cfg v0.1.0
18152026-07-16T03:52:07.474Z Compiling rand_core v0.6.4
18162026-07-16T03:52:07.487Z Compiling getrandom v0.3.3
18172026-07-16T03:52:07.667Z Compiling test-strategy v0.4.3
18182026-07-16T03:52:07.708Z Compiling term v1.2.0
18192026-07-16T03:52:07.837Z Compiling take_mut v0.2.2
18202026-07-16T03:52:07.916Z Compiling typenum v1.20.1
18212026-07-16T03:52:07.983Z Compiling typify v0.4.3
18222026-07-16T03:52:08.080Z Compiling progenitor-impl v0.11.1
18232026-07-16T03:52:08.356Z Compiling parse-display-derive v0.10.0
18242026-07-16T03:52:08.398Z Compiling tracing-core v0.1.34
18252026-07-16T03:52:08.415Z Compiling toml_datetime v0.6.11
18262026-07-16T03:52:08.694Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-07-16T03:52:08.733Z Compiling tracing v0.1.41
18282026-07-16T03:52:08.892Z Compiling camino v1.2.3
18292026-07-16T03:52:09.058Z Compiling clap_derive v4.6.1
18302026-07-16T03:52:09.190Z Compiling encoding_rs v0.8.35
18312026-07-16T03:52:09.315Z Compiling fastrand v2.3.0
18322026-07-16T03:52:09.317Z Compiling cpufeatures v0.2.17
18332026-07-16T03:52:09.392Z Compiling mime v0.3.17
18342026-07-16T03:52:09.592Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-07-16T03:52:09.937Z Compiling unicode-width v0.2.1
18362026-07-16T03:52:10.268Z Compiling errno v0.3.14
18372026-07-16T03:52:10.346Z Compiling hex v0.4.3
18382026-07-16T03:52:10.594Z Compiling generic-array v0.14.7
18392026-07-16T03:52:10.618Z Compiling ipnetwork v0.21.1
18402026-07-16T03:52:10.890Z Compiling crossbeam-utils v0.8.21
18412026-07-16T03:52:11.077Z Compiling tokio-util v0.7.16
18422026-07-16T03:52:11.111Z Compiling slog v2.8.2
18432026-07-16T03:52:11.421Z Compiling rustix v1.1.4
18442026-07-16T03:52:11.557Z Compiling winnow v0.7.14
18452026-07-16T03:52:11.631Z Compiling h2 v0.4.14
18462026-07-16T03:52:11.643Z Compiling crypto-common v0.1.6
18472026-07-16T03:52:11.654Z Compiling progenitor-macro v0.11.1
18482026-07-16T03:52:11.782Z Compiling oxnet v0.1.6
18492026-07-16T03:52:11.795Z Compiling itertools v0.14.0
18502026-07-16T03:52:12.269Z Compiling rand_core v0.9.3
18512026-07-16T03:52:12.623Z Compiling winnow v1.0.3
18522026-07-16T03:52:12.989Z Compiling toml_parser v1.1.2+spec-1.1.0
18532026-07-16T03:52:13.027Z Compiling num-derive v0.4.2
18542026-07-16T03:52:13.030Z Compiling serde_spanned v1.1.1
18552026-07-16T03:52:13.051Z Compiling spin v0.9.8
18562026-07-16T03:52:13.175Z Compiling debug-ignore v1.0.5
18572026-07-16T03:52:13.288Z Compiling toml_writer v1.1.1+spec-1.1.0
18582026-07-16T03:52:13.511Z Compiling rand_chacha v0.9.0
18592026-07-16T03:52:13.531Z Compiling rustls-pki-types v1.12.0
18602026-07-16T03:52:13.702Z Compiling hyper v1.10.1
18612026-07-16T03:52:14.003Z Compiling quick-error v1.2.3
18622026-07-16T03:52:14.003Z Compiling rand v0.9.3
18632026-07-16T03:52:14.026Z Compiling tabwriter v1.4.1
18642026-07-16T03:52:14.117Z Compiling async-stream v0.3.6
18652026-07-16T03:52:14.275Z Compiling waitgroup v0.1.2
18662026-07-16T03:52:14.298Z Compiling serde_path_to_error v0.1.20
18672026-07-16T03:52:14.426Z Compiling colored v3.1.1
18682026-07-16T03:52:14.625Z Compiling lazy_static v1.5.0
18692026-07-16T03:52:14.660Z Compiling bit-vec v0.8.0
18702026-07-16T03:52:14.721Z Compiling strum v0.26.3
18712026-07-16T03:52:14.738Z Compiling time v0.3.47
18722026-07-16T03:52:14.772Z Compiling hyper-util v0.1.20
18732026-07-16T03:52:14.828Z Compiling ring v0.17.14
18742026-07-16T03:52:14.855Z Compiling bit-set v0.8.0
18752026-07-16T03:52:15.064Z Compiling toml_datetime v0.7.5+spec-1.1.0
18762026-07-16T03:52:15.386Z Compiling unarray v0.1.4
18772026-07-16T03:52:15.506Z Compiling anstyle v1.0.14
18782026-07-16T03:52:15.594Z Compiling toml v0.9.12+spec-1.1.0
18792026-07-16T03:52:15.743Z Compiling crossbeam-channel v0.5.15
18802026-07-16T03:52:16.243Z Compiling macaddr v1.0.1
18812026-07-16T03:52:16.372Z Compiling utf8parse v0.2.2
18822026-07-16T03:52:16.486Z Compiling anstyle-parse v1.0.0
18832026-07-16T03:52:16.498Z Compiling block-buffer v0.10.4
18842026-07-16T03:52:16.511Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-07-16T03:52:16.529Z Compiling ref-cast v1.0.25
18862026-07-16T03:52:16.629Z Compiling colorchoice v1.0.4
18872026-07-16T03:52:16.642Z Compiling anstyle-query v1.1.4
18882026-07-16T03:52:16.653Z Compiling is_terminal_polyfill v1.70.1
18892026-07-16T03:52:16.673Z Compiling digest v0.10.7
18902026-07-16T03:52:16.692Z Compiling strum v0.27.2
18912026-07-16T03:52:16.745Z Compiling anstream v1.0.0
18922026-07-16T03:52:16.745Z Compiling is-terminal v0.4.16
18932026-07-16T03:52:16.748Z Compiling clap_lex v1.1.0
18942026-07-16T03:52:16.786Z Compiling slog-async v2.8.0
18952026-07-16T03:52:16.817Z Compiling slog-json v2.6.1
18962026-07-16T03:52:16.868Z Compiling slog-term v2.9.2
18972026-07-16T03:52:16.904Z Compiling hostname v0.3.1
18982026-07-16T03:52:17.048Z Compiling slog-bunyan v2.5.0
18992026-07-16T03:52:17.075Z Compiling tower v0.5.2
19002026-07-16T03:52:17.112Z Compiling futures-executor v0.3.32
19012026-07-16T03:52:17.180Z Compiling instant v0.1.13
19022026-07-16T03:52:17.361Z Compiling futures v0.3.32
19032026-07-16T03:52:17.393Z Compiling aws-lc-sys v0.39.1
19042026-07-16T03:52:17.465Z Compiling untrusted v0.7.1
19052026-07-16T03:52:17.497Z Compiling tower-http v0.6.8
19062026-07-16T03:52:17.556Z Compiling openssl-sys v0.9.117
19072026-07-16T03:52:17.919Z Compiling aws-lc-rs v1.16.2
19082026-07-16T03:52:18.052Z Compiling memmap2 v0.9.8
19092026-07-16T03:52:18.666Z Compiling foreign-types-shared v0.1.1
19102026-07-16T03:52:18.914Z Compiling rustls-webpki v0.103.6
19112026-07-16T03:52:19.149Z Compiling foreign-types v0.3.2
19122026-07-16T03:52:19.426Z Compiling rustls v0.23.40
19132026-07-16T03:52:19.729Z Compiling tempfile v3.27.0
19142026-07-16T03:52:20.002Z Compiling openssl-probe v0.1.6
19152026-07-16T03:52:20.248Z Compiling openssl v0.10.81
19162026-07-16T03:52:20.984Z Compiling usdt v0.6.0
19172026-07-16T03:52:21.162Z Compiling either v1.15.0
19182026-07-16T03:52:21.377Z Compiling webpki-roots v1.0.2
19192026-07-16T03:52:21.431Z Compiling newtype-uuid v1.3.2
19202026-07-16T03:52:21.786Z Compiling daft v0.1.5
19212026-07-16T03:52:22.618Z Compiling tokio-rustls v0.26.4
19222026-07-16T03:52:22.637Z Compiling native-tls v0.2.14
19232026-07-16T03:52:22.898Z Compiling tokio-native-tls v0.3.1
19242026-07-16T03:52:22.959Z Compiling hyper-rustls v0.27.7
19252026-07-16T03:52:23.086Z Compiling hyper-tls v0.6.0
19262026-07-16T03:52:23.273Z Compiling reqwest v0.12.23
19272026-07-16T03:52:24.257Z Compiling rustls-webpki v0.102.8
19282026-07-16T03:52:24.379Z Compiling rustls-pemfile v2.2.0
19292026-07-16T03:52:24.588Z Compiling multer v3.1.0
19302026-07-16T03:52:24.970Z Compiling hostname v0.4.2
19312026-07-16T03:52:25.150Z Compiling rustls v0.22.4
19322026-07-16T03:52:25.272Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-07-16T03:52:25.859Z Compiling terminal_size v0.4.3
19342026-07-16T03:52:25.953Z Compiling rand_chacha v0.3.1
19352026-07-16T03:52:26.036Z Compiling wait-timeout v0.2.1
19362026-07-16T03:52:26.508Z Compiling rusty-fork v0.3.0
19372026-07-16T03:52:26.757Z Compiling rand v0.8.5
19382026-07-16T03:52:27.421Z Compiling tokio-rustls v0.25.0
19392026-07-16T03:52:28.143Z Compiling sha1 v0.10.6
19402026-07-16T03:52:28.383Z Compiling rand_xorshift v0.4.0
19412026-07-16T03:52:29.111Z Compiling hubpack_derive v0.1.1
19422026-07-16T03:52:29.703Z Compiling proptest v1.8.0
19432026-07-16T03:52:29.830Z Compiling dropshot v0.16.7
19442026-07-16T03:52:30.171Z Compiling clap_builder v4.6.0
19452026-07-16T03:52:30.943Z Compiling serde_spanned v0.6.9
19462026-07-16T03:52:31.364Z Compiling prettyplease v0.2.37
19472026-07-16T03:52:31.846Z Compiling clap v4.6.1
19482026-07-16T03:52:31.862Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-07-16T03:52:32.739Z Compiling progenitor-client v0.11.1
19502026-07-16T03:52:32.742Z Compiling progenitor-client v0.10.0
19512026-07-16T03:52:33.053Z Compiling serde_with v3.14.1
19522026-07-16T03:52:33.811Z Compiling progenitor v0.11.1
19532026-07-16T03:52:34.889Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-07-16T03:52:35.166Z Compiling rustc-hash v2.1.1
19552026-07-16T03:52:35.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-07-16T03:52:35.272Z Compiling iddqd v0.3.18
19572026-07-16T03:52:36.335Z Compiling backoff v0.4.0
19582026-07-16T03:52:36.420Z Compiling parse-display v0.10.0
19592026-07-16T03:52:36.449Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-07-16T03:52:36.584Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-07-16T03:52:36.689Z Compiling toml_write v0.1.2
19622026-07-16T03:52:36.701Z Compiling winnow v0.5.40
19632026-07-16T03:52:36.891Z Compiling toml_edit v0.22.27
19642026-07-16T03:52:38.109Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-07-16T03:52:38.227Z Compiling num-integer v0.1.46
19662026-07-16T03:52:38.666Z Compiling float-ord v0.3.2
19672026-07-16T03:52:38.791Z Compiling toml v0.8.23
19682026-07-16T03:52:42.175Z Compiling num-iter v0.1.45
19692026-07-16T03:52:42.187Z Compiling num-rational v0.4.2
19702026-07-16T03:52:42.784Z Compiling num-complex v0.4.6
19712026-07-16T03:52:43.457Z Compiling num v0.4.3
19722026-07-16T03:52:44.012Z Compiling toml_edit v0.19.15
19732026-07-16T03:52:45.274Z Compiling proc-macro-crate v1.3.1
19742026-07-16T03:52:47.082Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-07-16T03:52:48.134Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-07-16T03:52:48.579Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-07-16T03:52:48.697Z Compiling zerocopy-derive v0.7.35
19782026-07-16T03:52:49.576Z Compiling memoffset v0.9.1
19792026-07-16T03:52:49.673Z Compiling libscf-sys v1.2.0
19802026-07-16T03:52:49.759Z Compiling ingot-macros v0.1.1
19812026-07-16T03:52:49.934Z Compiling proc-macro-error-attr2 v2.0.0
19822026-07-16T03:52:50.356Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-07-16T03:52:50.995Z Compiling proc-macro-error2 v2.0.1
19842026-07-16T03:52:51.283Z Compiling nix v0.30.1
19852026-07-16T03:52:52.067Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-07-16T03:52:52.206Z Compiling scroll_derive v0.12.1
19872026-07-16T03:52:52.845Z Compiling tabled_derive v0.11.0
19882026-07-16T03:52:52.946Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-07-16T03:52:54.896Z Compiling zerocopy v0.7.35
19902026-07-16T03:52:55.508Z Compiling num_enum_derive v0.7.5
19912026-07-16T03:52:55.648Z Compiling hubpack v0.1.2
19922026-07-16T03:52:55.732Z Compiling foreign-types-macros v0.2.3
19932026-07-16T03:52:56.011Z Compiling static_assertions v1.1.0
19942026-07-16T03:52:56.549Z Compiling glob v0.3.3
19952026-07-16T03:52:56.628Z Compiling proc-macro-error-attr v1.0.4
19962026-07-16T03:52:56.782Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-07-16T03:52:56.974Z Compiling dtrace-parser v0.2.0
19982026-07-16T03:52:57.002Z Compiling bytecount v0.6.9
19992026-07-16T03:52:57.300Z Compiling proc-macro-error v1.0.4
20002026-07-16T03:52:57.417Z Compiling dof v0.3.0
20012026-07-16T03:52:58.019Z Compiling num_enum_derive v0.5.11
20022026-07-16T03:52:59.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-07-16T03:52:59.567Z Compiling thread-id v4.2.2
20042026-07-16T03:52:59.669Z Compiling usdt-impl v0.5.0
20052026-07-16T03:53:00.422Z Compiling derive_more v0.99.20
20062026-07-16T03:53:00.514Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-07-16T03:53:00.731Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20082026-07-16T03:53:01.276Z Compiling minimal-lexical v0.2.1
20092026-07-16T03:53:01.565Z Compiling nom v7.1.3
20102026-07-16T03:53:01.581Z Compiling usdt-attr-macro v0.5.0
20112026-07-16T03:53:01.637Z Compiling usdt-macro v0.5.0
20122026-07-16T03:53:01.775Z Compiling zone_cfg_derive v0.3.1
20132026-07-16T03:53:02.424Z Compiling papergrid v0.17.0
20142026-07-16T03:53:02.437Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-07-16T03:53:02.503Z Compiling testing_table v0.3.0
20162026-07-16T03:53:02.682Z Compiling rustc_version v0.4.1
20172026-07-16T03:53:02.711Z Compiling crossbeam-epoch v0.9.18
20182026-07-16T03:53:02.927Z Compiling dropshot_endpoint v0.17.1
20192026-07-16T03:53:02.968Z Compiling adler2 v2.0.1
20202026-07-16T03:53:03.065Z Compiling miniz_oxide v0.8.9
20212026-07-16T03:53:03.115Z Compiling crc32fast v1.5.0
20222026-07-16T03:53:03.209Z Compiling enum-as-inner v0.6.1
20232026-07-16T03:53:03.321Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20242026-07-16T03:53:03.433Z Compiling tabled v0.20.0
20252026-07-16T03:53:03.757Z Compiling regress v0.11.1
20262026-07-16T03:53:03.806Z Compiling flate2 v1.1.2
20272026-07-16T03:53:04.131Z Compiling curve25519-dalek v4.1.3
20282026-07-16T03:53:04.344Z Compiling hybrid-array v0.4.12
20292026-07-16T03:53:04.512Z Compiling crossbeam-deque v0.8.6
20302026-07-16T03:53:04.613Z Compiling thiserror-impl-no-std v2.0.2
20312026-07-16T03:53:04.713Z Compiling curve25519-dalek-derive v0.1.1
20322026-07-16T03:53:04.825Z Compiling block-buffer v0.12.0
20332026-07-16T03:53:04.946Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20342026-07-16T03:53:05.060Z Compiling crypto-common v0.2.2
20352026-07-16T03:53:05.504Z Compiling typify-impl v0.6.2
20362026-07-16T03:53:05.773Z Compiling rayon-core v1.13.0
20372026-07-16T03:53:05.793Z Compiling clang-sys v1.8.1
20382026-07-16T03:53:06.176Z Compiling compression-core v0.4.32
20392026-07-16T03:53:06.199Z Compiling const-oid v0.10.2
20402026-07-16T03:53:06.234Z Compiling scroll v0.12.0
20412026-07-16T03:53:06.297Z Compiling compression-codecs v0.4.32
20422026-07-16T03:53:06.346Z Compiling digest v0.11.3
20432026-07-16T03:53:06.528Z Compiling hash32 v0.3.1
20442026-07-16T03:53:06.552Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-07-16T03:53:06.666Z Compiling cpufeatures v0.3.0
20462026-07-16T03:53:06.689Z Compiling heapless v0.8.0
20472026-07-16T03:53:06.740Z Compiling sha1 v0.11.0
20482026-07-16T03:53:06.753Z Compiling toml v1.1.2+spec-1.1.0
20492026-07-16T03:53:06.767Z Compiling async-compression v0.4.33
20502026-07-16T03:53:06.873Z Compiling goblin v0.8.2
20512026-07-16T03:53:07.017Z Compiling ingot-types v0.1.2
20522026-07-16T03:53:07.134Z Compiling cobs v0.3.0
20532026-07-16T03:53:07.248Z Compiling libloading v0.8.9
20542026-07-16T03:53:07.344Z Compiling bitflags v1.3.2
20552026-07-16T03:53:07.420Z Compiling managed v0.8.0
20562026-07-16T03:53:07.432Z Compiling foreign-types-shared v0.3.1
20572026-07-16T03:53:07.452Z Compiling dropshot v0.17.1
20582026-07-16T03:53:07.532Z Compiling foreign-types v0.5.0
20592026-07-16T03:53:07.620Z Compiling smoltcp v0.11.0
20602026-07-16T03:53:07.859Z Compiling ingot v0.1.1
20612026-07-16T03:53:08.299Z Compiling bindgen v0.72.1
20622026-07-16T03:53:08.315Z Compiling postcard v1.1.3
20632026-07-16T03:53:09.104Z Compiling cexpr v0.6.0
20642026-07-16T03:53:09.532Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-07-16T03:53:09.694Z Compiling num_enum v0.7.5
20662026-07-16T03:53:09.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-07-16T03:53:10.327Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-07-16T03:53:10.405Z Compiling camino-tempfile v1.4.1
20692026-07-16T03:53:10.606Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-07-16T03:53:10.640Z Compiling serde_repr v0.1.20
20712026-07-16T03:53:10.658Z Compiling derive-where v1.6.0
20722026-07-16T03:53:10.763Z Compiling cstr-argument v0.1.2
20732026-07-16T03:53:11.018Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-07-16T03:53:11.080Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-07-16T03:53:11.802Z Compiling typify-macro v0.6.2
20762026-07-16T03:53:11.971Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20772026-07-16T03:53:12.165Z Compiling rayon v1.11.0
20782026-07-16T03:53:12.256Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-07-16T03:53:12.387Z Compiling crucible-workspace-hack v0.1.0
20802026-07-16T03:53:13.017Z Compiling memmap v0.7.0
20812026-07-16T03:53:13.213Z Compiling tinyvec_macros v0.1.1
20822026-07-16T03:53:13.306Z Compiling tinyvec v1.10.0
20832026-07-16T03:53:13.474Z Compiling usdt v0.5.0
20842026-07-16T03:53:13.667Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-07-16T03:53:13.890Z Compiling typify v0.6.2
20862026-07-16T03:53:14.162Z Compiling num_enum v0.5.11
20872026-07-16T03:53:14.452Z Compiling pin-project-internal v1.1.10
20882026-07-16T03:53:15.406Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-07-16T03:53:15.535Z Compiling progenitor-impl v0.14.0
20902026-07-16T03:53:15.569Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-07-16T03:53:15.605Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-07-16T03:53:15.620Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-07-16T03:53:15.965Z Compiling rustix v0.38.44
20942026-07-16T03:53:16.300Z Compiling itertools v0.12.1
20952026-07-16T03:53:16.338Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-07-16T03:53:16.527Z Compiling progenitor-impl v0.10.0
20972026-07-16T03:53:16.739Z Compiling sigpipe v0.1.3
20982026-07-16T03:53:16.797Z Compiling jiff v0.2.15
20992026-07-16T03:53:16.855Z Compiling const_format_proc_macros v0.2.34
21002026-07-16T03:53:17.377Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-07-16T03:53:17.522Z Compiling zone v0.3.1
21022026-07-16T03:53:17.658Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21032026-07-16T03:53:19.064Z Compiling progenitor-macro v0.14.0
21042026-07-16T03:53:19.246Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21052026-07-16T03:53:19.288Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-07-16T03:53:19.709Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-07-16T03:53:19.744Z Compiling snafu-derive v0.8.9
21082026-07-16T03:53:19.989Z Compiling progenitor-macro v0.10.0
21092026-07-16T03:53:20.313Z Compiling secrecy v0.10.3
21102026-07-16T03:53:20.430Z Compiling smf v0.2.3
21112026-07-16T03:53:20.487Z Compiling async-recursion v1.1.1
21122026-07-16T03:53:20.604Z Compiling bstr v1.12.0
21132026-07-16T03:53:21.023Z Compiling whoami v1.6.1
21142026-07-16T03:53:21.348Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-07-16T03:53:22.014Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-07-16T03:53:22.565Z Compiling hmac v0.12.1
21172026-07-16T03:53:22.799Z Compiling inout v0.1.4
21182026-07-16T03:53:22.892Z Compiling ff v0.13.1
21192026-07-16T03:53:23.038Z Compiling data-encoding v2.9.0
21202026-07-16T03:53:23.273Z Compiling crc8 v0.1.1
21212026-07-16T03:53:23.402Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-07-16T03:53:23.735Z Compiling group v0.13.0
21232026-07-16T03:53:23.898Z Compiling cipher v0.4.4
21242026-07-16T03:53:24.136Z Compiling hkdf v0.12.4
21252026-07-16T03:53:24.325Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-07-16T03:53:24.773Z Compiling atomicwrites v0.4.4
21272026-07-16T03:53:24.918Z Compiling tokio-dtrace v0.1.1
21282026-07-16T03:53:25.278Z Compiling tabled_derive v0.7.0
21292026-07-16T03:53:25.782Z Compiling reqwest v0.13.2
21302026-07-16T03:53:25.829Z Compiling universal-hash v0.5.1
21312026-07-16T03:53:25.975Z Compiling crypto-bigint v0.5.5
21322026-07-16T03:53:26.074Z Compiling half v2.7.1
21332026-07-16T03:53:26.184Z Compiling base16ct v0.2.0
21342026-07-16T03:53:26.271Z Compiling base64ct v1.8.0
21352026-07-16T03:53:26.364Z Compiling opaque-debug v0.3.1
21362026-07-16T03:53:26.384Z Compiling ciborium-io v0.2.2
21372026-07-16T03:53:26.493Z Compiling indent_write v2.2.0
21382026-07-16T03:53:26.588Z Compiling password-hash v0.5.0
21392026-07-16T03:53:26.643Z Compiling ciborium-ll v0.2.2
21402026-07-16T03:53:26.958Z Compiling progenitor-client v0.14.0
21412026-07-16T03:53:27.064Z Compiling elliptic-curve v0.13.8
21422026-07-16T03:53:27.263Z Compiling poly1305 v0.8.0
21432026-07-16T03:53:27.691Z Compiling oxide-tokio-rt v0.1.2
21442026-07-16T03:53:27.901Z Compiling chacha20 v0.9.1
21452026-07-16T03:53:28.139Z Compiling similar v2.7.0
21462026-07-16T03:53:28.274Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-07-16T03:53:28.623Z Compiling thiserror-no-std v2.0.2
21482026-07-16T03:53:29.152Z Compiling blake2 v0.10.6
21492026-07-16T03:53:29.611Z Compiling aead v0.5.2
21502026-07-16T03:53:29.626Z Compiling strum_macros v0.28.0
21512026-07-16T03:53:29.854Z Compiling linked-hash-map v0.5.6
21522026-07-16T03:53:29.867Z Compiling resolv-conf v0.7.5
21532026-07-16T03:53:30.179Z Compiling keccak v0.1.6
21542026-07-16T03:53:30.329Z Compiling sha3 v0.10.8
21552026-07-16T03:53:30.460Z Compiling lru-cache v0.1.2
21562026-07-16T03:53:30.596Z Compiling chacha20poly1305 v0.10.1
21572026-07-16T03:53:30.648Z Compiling vsss-rs v3.3.4
21582026-07-16T03:53:30.726Z Compiling argon2 v0.5.3
21592026-07-16T03:53:30.739Z Compiling progenitor v0.14.0
21602026-07-16T03:53:30.872Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-07-16T03:53:30.944Z Compiling ciborium v0.2.2
21622026-07-16T03:53:31.116Z Compiling hickory-proto v0.24.4
21632026-07-16T03:53:31.546Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-07-16T03:53:31.617Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-07-16T03:53:32.006Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-07-16T03:53:32.130Z Compiling serde-big-array v0.5.1
21672026-07-16T03:53:32.281Z Compiling same-file v1.0.6
21682026-07-16T03:53:32.329Z Compiling siphasher v1.0.1
21692026-07-16T03:53:32.431Z Compiling unicode-segmentation v1.12.0
21702026-07-16T03:53:32.499Z Compiling phf_shared v0.12.1
21712026-07-16T03:53:32.681Z Compiling walkdir v2.5.0
21722026-07-16T03:53:32.787Z Compiling newline-converter v0.3.0
21732026-07-16T03:53:32.833Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21742026-07-16T03:53:32.833Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21752026-07-16T03:53:33.053Z Compiling hickory-resolver v0.24.4
21762026-07-16T03:53:33.125Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-07-16T03:53:33.644Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-07-16T03:53:34.744Z Compiling newtype_derive v0.1.6
21792026-07-16T03:53:34.835Z Compiling owo-colors v4.3.0
21802026-07-16T03:53:34.895Z Compiling tokio-stream v0.1.17
21812026-07-16T03:53:35.171Z Compiling console v0.15.11
21822026-07-16T03:53:35.401Z Compiling csv-core v0.1.12
21832026-07-16T03:53:35.670Z Compiling unicode-width v0.1.14
21842026-07-16T03:53:35.682Z Compiling foldhash v0.1.5
21852026-07-16T03:53:35.685Z Compiling termtree v0.5.1
21862026-07-16T03:53:35.705Z Compiling swrite v0.1.0
21872026-07-16T03:53:35.848Z Compiling humantime v2.3.0
21882026-07-16T03:53:35.870Z Compiling smawk v0.3.2
21892026-07-16T03:53:35.873Z Compiling unicode-linebreak v0.1.5
21902026-07-16T03:53:36.020Z Compiling hashbrown v0.15.5
21912026-07-16T03:53:36.151Z Compiling textwrap v0.16.2
21922026-07-16T03:53:36.182Z Compiling csv v1.4.0
21932026-07-16T03:53:36.210Z Compiling expectorate v1.2.0
21942026-07-16T03:53:36.245Z Compiling qorb v0.4.1
21952026-07-16T03:53:36.398Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-07-16T03:53:36.679Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-07-16T03:53:37.844Z Compiling phf v0.12.1
21982026-07-16T03:53:38.010Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-07-16T03:53:38.599Z Compiling pin-project v1.1.10
22002026-07-16T03:53:38.611Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22012026-07-16T03:53:38.623Z Compiling libz-sys v1.1.22
22022026-07-16T03:53:38.708Z Compiling unicode-normalization v0.1.24
22032026-07-16T03:53:38.971Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-07-16T03:53:39.959Z Compiling libsw-core v0.3.2
22052026-07-16T03:53:40.531Z Compiling fixedbitset v0.4.2
22062026-07-16T03:53:40.730Z Compiling fixedbitset v0.5.7
22072026-07-16T03:53:40.748Z Compiling highway v1.3.0
22082026-07-16T03:53:41.094Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-07-16T03:53:41.152Z Compiling petgraph v0.8.2
22102026-07-16T03:53:41.654Z Compiling petgraph v0.6.5
22112026-07-16T03:53:42.784Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-07-16T03:53:42.902Z Compiling progenitor v0.10.0
22132026-07-16T03:53:43.449Z Compiling libsw v3.5.0
22142026-07-16T03:53:43.640Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-07-16T03:53:44.185Z Compiling olpc-cjson v0.1.4
22162026-07-16T03:53:44.370Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-07-16T03:53:44.559Z Compiling snafu v0.8.9
22182026-07-16T03:53:45.002Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-07-16T03:53:45.052Z Compiling chrono-tz v0.10.4
22202026-07-16T03:53:45.204Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-07-16T03:53:46.113Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-07-16T03:53:46.547Z Compiling papergrid v0.11.0
22232026-07-16T03:53:46.588Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-07-16T03:53:46.652Z Compiling strum v0.28.0
22252026-07-16T03:53:46.728Z Compiling globset v0.4.16
22262026-07-16T03:53:46.791Z Compiling const_format v0.2.34
22272026-07-16T03:53:46.872Z Compiling slog-dtrace v0.3.0
22282026-07-16T03:53:47.132Z Compiling cancel-safe-futures v0.1.5
22292026-07-16T03:53:47.213Z Compiling gethostname v0.5.0
22302026-07-16T03:53:47.547Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-07-16T03:53:48.220Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-07-16T03:53:48.382Z Compiling dropshot-api-manager-types v0.7.2
22332026-07-16T03:53:48.474Z Compiling bcs v0.1.6
22342026-07-16T03:53:48.769Z Compiling cargo-platform v0.1.9
22352026-07-16T03:53:48.803Z Compiling serde_plain v1.0.2
22362026-07-16T03:53:48.815Z Compiling pem v3.0.5
22372026-07-16T03:53:48.879Z Compiling typed-path v0.9.3
22382026-07-16T03:53:49.206Z Compiling linear-map v1.2.0
22392026-07-16T03:53:49.388Z Compiling tagptr v0.2.0
22402026-07-16T03:53:49.400Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-07-16T03:53:49.625Z Compiling moka v0.12.11
22422026-07-16T03:53:50.214Z Compiling tough v0.20.0
22432026-07-16T03:53:51.466Z Compiling cargo_metadata v0.18.1
22442026-07-16T03:53:51.525Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-07-16T03:53:52.768Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-07-16T03:53:52.991Z Compiling tabled v0.15.0
22472026-07-16T03:53:53.045Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-07-16T03:53:53.959Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-07-16T03:53:54.170Z Compiling git2 v0.19.0
22502026-07-16T03:53:55.703Z Compiling steno v0.4.1
22512026-07-16T03:53:56.539Z Compiling cookie v0.18.1
22522026-07-16T03:53:57.053Z Compiling hickory-proto v0.25.2
22532026-07-16T03:53:58.892Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22542026-07-16T03:53:58.957Z Compiling hickory-resolver v0.25.2
22552026-07-16T03:54:01.513Z Compiling vergen v8.3.2
22562026-07-16T03:54:03.696Z Compiling signal-hook v0.4.4
22572026-07-16T03:54:04.202Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-07-16T03:54:04.257Z Compiling mockall_derive v0.14.0
22592026-07-16T03:54:04.257Z Compiling predicates-core v1.0.9
22602026-07-16T03:54:04.613Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-07-16T03:54:04.670Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-07-16T03:54:05.127Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-07-16T03:54:05.148Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-07-16T03:54:05.155Z Compiling sha2 v0.10.9
22652026-07-16T03:54:05.570Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-07-16T03:54:06.405Z Compiling diff v0.1.13
22672026-07-16T03:54:06.731Z Compiling yansi v1.0.1
22682026-07-16T03:54:07.050Z Compiling mockall v0.14.0
22692026-07-16T03:54:07.084Z Compiling pretty_assertions v1.4.1
22702026-07-16T03:54:07.300Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-07-16T03:54:08.262Z Compiling fs-err v3.1.2
22722026-07-16T03:54:08.581Z Compiling predicates-tree v1.0.12
22732026-07-16T03:54:08.706Z Compiling predicates v3.1.3
22742026-07-16T03:54:09.327Z Compiling git-stub v1.0.0
22752026-07-16T03:54:09.615Z Compiling filetime v0.2.26
22762026-07-16T03:54:09.639Z Compiling arrayvec v0.7.6
22772026-07-16T03:54:09.815Z Compiling xattr v1.6.1
22782026-07-16T03:54:09.860Z Compiling downcast v0.11.0
22792026-07-16T03:54:10.043Z Compiling fragile v2.0.1
22802026-07-16T03:54:10.091Z Compiling arrayref v0.3.9
22812026-07-16T03:54:10.157Z Compiling is_ci v1.2.0
22822026-07-16T03:54:10.331Z Compiling constant_time_eq v0.3.1
22832026-07-16T03:54:10.371Z Compiling supports-color v3.0.2
22842026-07-16T03:54:10.461Z Compiling blake3 v1.8.2
22852026-07-16T03:54:10.575Z Compiling tar v0.4.45
22862026-07-16T03:54:10.774Z Compiling toml v0.7.8
22872026-07-16T03:54:11.053Z Compiling git-stub-vcs v0.1.0
22882026-07-16T03:54:11.472Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-07-16T03:54:11.622Z Compiling signal-hook-tokio v0.4.0
22902026-07-16T03:54:11.921Z Compiling scuffle v0.1.0
22912026-07-16T03:54:12.856Z Compiling drift v0.2.0
22922026-07-16T03:54:13.522Z Compiling kstat-rs v0.2.4
22932026-07-16T03:54:13.658Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-07-16T03:54:13.847Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22952026-07-16T03:54:14.049Z Compiling topological-sort v0.2.2
22962026-07-16T03:54:14.179Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-07-16T03:54:14.212Z Compiling hex-literal v1.1.0
22982026-07-16T03:54:14.340Z Compiling omicron-zone-package v0.12.2
22992026-07-16T03:54:14.660Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23002026-07-16T03:54:15.950Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-07-16T03:54:16.823Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-07-16T03:54:16.852Z Compiling dropshot-api-manager v0.7.2
23032026-07-16T03:54:17.157Z Compiling curl v0.4.50
23042026-07-16T03:54:17.299Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-07-16T03:54:17.579Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-07-16T03:54:17.832Z Compiling iddqd v0.4.5
23072026-07-16T03:54:18.011Z Compiling search_path v0.1.4
23082026-07-16T03:54:18.405Z Compiling internet-checksum v0.2.1
23092026-07-16T03:54:18.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23102026-07-16T03:54:18.558Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23112026-07-16T03:54:21.340Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-07-16T03:54:23.914Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-07-16T03:55:07.655Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23142026-07-16T03:55:07.781Z Running unittests src/lib.rs (target/debug/deps/aal-cc4916a08035163e)
23152026-07-16T03:55:07.785Z
23162026-07-16T03:55:07.785Zrunning 5 tests
23172026-07-16T03:55:07.788Ztest fuse::tests::chip_revision_b0 ... ok
23182026-07-16T03:55:07.788Ztest fuse::tests::chip_revision_a0 ... ok
23192026-07-16T03:55:07.788Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23202026-07-16T03:55:07.788Ztest fuse::tests::chip_revision_b1 ... ok
23212026-07-16T03:55:07.788Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-07-16T03:55:07.788Z
23232026-07-16T03:55:07.788Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-07-16T03:55:07.788Z
23252026-07-16T03:55:07.788Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-07-16T03:55:07.793Z
23272026-07-16T03:55:07.793Zrunning 0 tests
23282026-07-16T03:55:07.793Z
23292026-07-16T03:55:07.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-07-16T03:55:07.793Z
23312026-07-16T03:55:07.793Z Running unittests src/lib.rs (target/debug/deps/asic-e912de0422f47e08)
23322026-07-16T03:55:07.793Z
23332026-07-16T03:55:07.793Zrunning 0 tests
23342026-07-16T03:55:07.793Z
23352026-07-16T03:55:07.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-07-16T03:55:07.793Z
23372026-07-16T03:55:07.796Z Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7)
23382026-07-16T03:55:07.796Z
23392026-07-16T03:55:07.796Zrunning 10 tests
23402026-07-16T03:55:07.796Ztest nat::tests::test_vni ... ok
23412026-07-16T03:55:07.796Ztest network::tests::test_equal ... ok
23422026-07-16T03:55:07.796Ztest network::tests::test_eui64 ... ok
23432026-07-16T03:55:07.796Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-07-16T03:55:07.796Ztest network::tests::test_into ... ok
23452026-07-16T03:55:07.796Ztest network::tests::test_not_equal ... ok
23462026-07-16T03:55:07.796Ztest network::tests::test_parse ... ok
23472026-07-16T03:55:07.796Ztest network::tests::test_to_string ... ok
23482026-07-16T03:55:07.797Ztest test_purge ... ok
23492026-07-16T03:55:07.800Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-07-16T03:55:07.800Z
23512026-07-16T03:55:07.800Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-07-16T03:55:07.800Z
23532026-07-16T03:55:07.800Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5ede181ac8b4f52d)
23542026-07-16T03:55:07.804Z
23552026-07-16T03:55:07.804Zrunning 1 test
23562026-07-16T03:55:07.807Z -------
23572026-07-16T03:55:07.807Z Generating OpenAPI documents from API definitions ...
23582026-07-16T03:55:07.945Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-07-16T03:55:08.013Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-07-16T03:55:08.978Z -------
23612026-07-16T03:55:08.978Z Checking 12 OpenAPI documents...
23622026-07-16T03:55:08.978Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-07-16T03:55:08.978Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-07-16T03:55:08.978Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-07-16T03:55:08.978Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-07-16T03:55:08.978Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-07-16T03:55:08.978Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-07-16T03:55:08.981Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-07-16T03:55:08.982Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-07-16T03:55:08.982Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-07-16T03:55:08.982Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-07-16T03:55:08.982Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-07-16T03:55:08.982Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-07-16T03:55:08.982Z Fresh dpd "latest" symlink
23752026-07-16T03:55:08.982Z -------
23762026-07-16T03:55:08.982Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-07-16T03:55:09.040Ztest test::test_apis_up_to_date ... ok
23782026-07-16T03:55:09.040Z
23792026-07-16T03:55:09.040Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
23802026-07-16T03:55:09.040Z
23812026-07-16T03:55:09.096Z Running unittests src/main.rs (target/debug/deps/dpd-2ba9e37f061863ac)
23822026-07-16T03:55:09.102Z
23832026-07-16T03:55:09.102Zrunning 33 tests
23842026-07-16T03:55:09.106Ztest freemap::test_ordering ... ok
23852026-07-16T03:55:09.106Ztest config::tests::test_updates ... ok
23862026-07-16T03:55:09.106Ztest freemap::test_split ... ok
23872026-07-16T03:55:09.106Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-07-16T03:55:09.106Ztest macaddrs::tests::test_mac_offset ... ok
23892026-07-16T03:55:09.106Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23902026-07-16T03:55:09.106Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23912026-07-16T03:55:09.106Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-07-16T03:55:09.106Ztest nat::test_mapping ... ok
23932026-07-16T03:55:09.106Ztest port_map::tests::dump_map ... ok
23942026-07-16T03:55:09.106Ztest port_map::tests::test_backplane_group ... ok
23952026-07-16T03:55:09.110Ztest port_map::tests::test_port_map ... ok
23962026-07-16T03:55:09.110ZJul 16 03:55:08.239 DEBG created new freemap, unit: Jul 16 03:55:08.239freemap_test DEBG created new freemap
23972026-07-16T03:55:09.110Z, unit: Jul 16 03:55:08.239freemap_test
23982026-07-16T03:55:09.110ZDEBG initted freemap. size: 128, unit: freemap_test
23992026-07-16T03:55:09.110ZJul 16 03:55:08.239 DEBG reset freemap, unit: freemap_test
24002026-07-16T03:55:09.110ZJul 16 03:55:08.239 DEBG initted freemap. size: 128, unit: freemap_test
24012026-07-16T03:55:09.110ZJul 16 03:55:08.239 DEBG reset freemap, unit: freemap_test
24022026-07-16T03:55:09.110ZJul 16 03:55:08.239 DEBG created new freemap, unit: freemap_test
24032026-07-16T03:55:09.110ZJul 16 03:55:08.240 DEBG initted freemap. size: 128, unit: freemap_test
24042026-07-16T03:55:09.110Ztest freemap::test_free ... ok
24052026-07-16T03:55:09.110Ztest freemap::test_reclaim ... ok
24062026-07-16T03:55:09.110ZJul 16 03:55:08.239Jul 16 03:55:08.240 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test
24072026-07-16T03:55:09.110Z
24082026-07-16T03:55:09.110ZJul 16 03:55:08.240 DEBG initted freemap. size: 128, unit: freemap_test
24092026-07-16T03:55:09.110ZJul 16 03:55:08.240 DEBG reset freemap, unit: freemap_test
24102026-07-16T03:55:09.111Ztest freemap::test_basic ... ok
24112026-07-16T03:55:09.111Ztest freemap::test_exhaustion ... ok
24122026-07-16T03:55:09.111ZJul 16 03:55:08.240 DEBG created new freemap, unit: freemap_test
24132026-07-16T03:55:09.111ZJul 16 03:55:08.240 DEBG initted freemap. size: 128, unit: freemap_test
24142026-07-16T03:55:09.111ZJul 16 03:55:08.240 DEBG reset freemap, unit: freemap_test
24152026-07-16T03:55:09.111Ztest freemap::test_span ... ok
24162026-07-16T03:55:09.111Ztest api_server::tests::test_build_info ... ok
24172026-07-16T03:55:09.111ZJul 16 03:55:08.240 DEBG created new freemap, unit: freemap_route_ipv4
24182026-07-16T03:55:09.111Ztest port_map::tests::parse_softnpu_revision ... ok
24192026-07-16T03:55:09.111ZJul 16 03:55:08.240 DEBGJul 16 03:55:08.240 created new freemap, unit: freemap_route_ipv6
24202026-07-16T03:55:09.111ZJul 16 03:55:08.241 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24212026-07-16T03:55:09.111ZJul 16 03:55:08.241 DEBG reset freemap, unit: freemap_route_ipv4
24222026-07-16T03:55:09.111ZJul 16 03:55:08.241 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24232026-07-16T03:55:09.111ZJul 16 03:55:08.241 DEBG reset freemap, unit: freemap_route_ipv6
24242026-07-16T03:55:09.111ZJul 16 03:55:08.241 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24252026-07-16T03:55:09.111ZJul 16 03:55:08.241 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 } }]
24262026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24272026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24282026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24292026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24302026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24312026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24322026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24332026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24342026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24352026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24362026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24372026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24382026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24392026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24402026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24412026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24422026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24432026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24442026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24452026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24462026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24472026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24482026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24492026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24502026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24512026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24522026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24532026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24542026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24552026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24562026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24572026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24582026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24592026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24602026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24612026-07-16T03:55:09.112ZJul 16 03:55:08.241 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 } }]
24622026-07-16T03:55:09.112ZJul 16 03:55:08.241 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24632026-07-16T03:55:09.113ZJul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG created new freemapreplacing 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 } }],
24642026-07-16T03:55:09.113Zunit: freemap_route_ipv4Jul 16 03:55:08.241
24652026-07-16T03:55:09.113Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24662026-07-16T03:55:09.113ZJul 16 03:55:08.241 DEBG Jul 16 03:55:08.241 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 } }]DEBG
24672026-07-16T03:55:09.113Z created new freemap, unit: freemap_route_ipv4
24682026-07-16T03:55:09.113ZJul 16 03:55:08.241 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24692026-07-16T03:55:09.113ZJul 16 03:55:08.241Jul 16 03:55:08.241 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 } }]created new freemap
24702026-07-16T03:55:09.113Z, unit: freemap_route_ipv6
24712026-07-16T03:55:09.113ZJul 16 03:55:08.241Jul 16 03:55:08.241 DEBGINFO initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
24722026-07-16T03:55:09.113Zunit: freemap_route_ipv4
24732026-07-16T03:55:09.113ZJul 16 03:55:08.241 Jul 16 03:55:08.241 DEBGDEBG reset freemapreplacing 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 } }],
24742026-07-16T03:55:09.113Zunit: freemap_route_ipv4
24752026-07-16T03:55:09.113ZJul 16 03:55:08.241 INFOJul 16 03:55:08.241 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
24762026-07-16T03:55:09.113Z initted freemap. size: 64, unitJul 16 03:55:08.241: DEBGfreemap_route_ipv6
24772026-07-16T03:55:09.113Zreplacing 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-07-16T03:55:09.113ZJul 16 03:55:08.241 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24792026-07-16T03:55:09.113ZJul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG reset freemapreplacing 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-07-16T03:55:09.113Zunit: Jul 16 03:55:08.241freemap_route_ipv6
24812026-07-16T03:55:09.113ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24822026-07-16T03:55:09.113ZJul 16 03:55:08.241Jul 16 03:55:08.241 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemap
24832026-07-16T03:55:09.113Z, Jul 16 03:55:08.241unit :Jul 16 03:55:08.241 DEBGfreemap_route_ipv4DEBG
24842026-07-16T03:55:09.113Zreplacing 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: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 } }]
24852026-07-16T03:55:09.113Z
24862026-07-16T03:55:09.113ZJul 16 03:55:08.241Jul 16 03:55:08.241 DEBGJul 16 03:55:08.241INFO DEBGJul 16 03:55:08.241 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
24872026-07-16T03:55:09.113Z:
24882026-07-16T03:55:09.113Zcreated new freemap freemap_route_ipv6,
24892026-07-16T03:55:09.113Zunit:Jul 16 03:55:08.241Jul 16 03:55:08.241 Jul 16 03:55:08.241 freemap_route_ipv4DEBGDEBG initted freemap. size: 64
24902026-07-16T03:55:09.113Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], unit
24912026-07-16T03:55:09.113Z:DEBG Jul 16 03:55:08.241 freemap_route_ipv4DEBG
24922026-07-16T03:55:09.113Z created new freemapreplacing 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 } }],
24932026-07-16T03:55:09.113ZunitJul 16 03:55:08.241 Jul 16 03:55:08.241 DEBG: reset freemapfreemap_route_ipv6INFO
24942026-07-16T03:55:09.113Z, unitJul 16 03:55:08.241: freemap_route_ipv4Jul 16 03:55:08.241adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
24952026-07-16T03:55:09.117ZDEBG initted freemap. size: 64
24962026-07-16T03:55:09.117Z, adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunitJul 16 03:55:08.241:
24972026-07-16T03:55:09.117Z DEBGJul 16 03:55:08.241 freemap_route_ipv4initted freemap. size: 64Jul 16 03:55:08.241,
24982026-07-16T03:55:09.117Z unit DEBG: Jul 16 03:55:08.241freemap_route_ipv6
24992026-07-16T03:55:09.117ZDEBGDEBGreplacing 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 } }]
25002026-07-16T03:55:09.117Zreplacing 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 } }]reset freemapJul 16 03:55:08.241
25012026-07-16T03:55:09.117Z Jul 16 03:55:08.241, DEBGINFO reset freemapunit , Jul 16 03:55:08.241: unit :freemap_route_ipv4INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
25022026-07-16T03:55:09.117Z
25032026-07-16T03:55:09.117Z freemap_route_ipv6
25042026-07-16T03:55:09.117Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 16 03:55:08.241
25052026-07-16T03:55:09.117ZJul 16 03:55:08.241 Jul 16 03:55:08.241DEBG INFODEBG initted freemap. size: 64replacing 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:dead::/64 -> 2001:db8::55:1,
25062026-07-16T03:55:09.117Z
25072026-07-16T03:55:09.117Zunit: freemap_route_ipv6
25082026-07-16T03:55:09.117ZJul 16 03:55:08.241 INFOJul 16 03:55:08.241 created new freemap Jul 16 03:55:08.241adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
25092026-07-16T03:55:09.118Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
25102026-07-16T03:55:09.118Z, reset freemapunit, :unitJul 16 03:55:08.241:Jul 16 03:55:08.241 freemap_route_ipv6
25112026-07-16T03:55:09.118Zfreemap_route_ipv6DEBGDEBG
25122026-07-16T03:55:09.118Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25132026-07-16T03:55:09.118ZJul 16 03:55:08.241
25142026-07-16T03:55:09.118Z INFOJul 16 03:55:08.241 Jul 16 03:55:08.241adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
25152026-07-16T03:55:09.118ZINFOinitted freemap. size: 64 , adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit
25162026-07-16T03:55:09.118Z: Jul 16 03:55:08.241freemap_route_ipv4
25172026-07-16T03:55:09.118ZDEBGJul 16 03:55:08.241 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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 } }]
25182026-07-16T03:55:09.118Z
25192026-07-16T03:55:09.118ZJul 16 03:55:08.241 DEBG reset freemapJul 16 03:55:08.241, Jul 16 03:55:08.241unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
25202026-07-16T03:55:09.118Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25212026-07-16T03:55:09.118Z
25222026-07-16T03:55:09.118ZJul 16 03:55:08.241 DEBGJul 16 03:55:08.241 Jul 16 03:55:08.241replacing 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 } }]
25232026-07-16T03:55:09.118Z 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 } }]DEBG
25242026-07-16T03:55:09.118Z initted freemap. size: 64Jul 16 03:55:08.241, unitINFOJul 16 03:55:08.241 : INFOfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
25252026-07-16T03:55:09.118Z
25262026-07-16T03:55:09.118Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25272026-07-16T03:55:09.118ZJul 16 03:55:08.241Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG reset freemapDEBG, unitreplacing 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: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 } }]
25282026-07-16T03:55:09.118Z
25292026-07-16T03:55:09.118Z: freemap_route_ipv6
25302026-07-16T03:55:09.118ZJul 16 03:55:08.241 Jul 16 03:55:08.241INFOJul 16 03:55:08.241 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
25312026-07-16T03:55:09.118Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
25322026-07-16T03:55:09.118Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25332026-07-16T03:55:09.118ZJul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG Jul 16 03:55:08.241replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: "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 } }]
25342026-07-16T03:55:09.118Z
25352026-07-16T03:55:09.118Z 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 } }]
25362026-07-16T03:55:09.118ZJul 16 03:55:08.241Jul 16 03:55:08.241 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:55:08.241
25372026-07-16T03:55:09.118Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
25382026-07-16T03:55:09.118ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25392026-07-16T03:55:09.118ZJul 16 03:55:08.241Jul 16 03:55:08.241Jul 16 03:55:08.241 DEBGDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25402026-07-16T03:55:09.118Zreplacing 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 } }]
25412026-07-16T03:55:09.118Z
25422026-07-16T03:55:09.118ZJul 16 03:55:08.241 Jul 16 03:55:08.241Jul 16 03:55:08.241 INFO INFOINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25432026-07-16T03:55:09.118Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:3
25442026-07-16T03:55:09.118Z
25452026-07-16T03:55:09.118ZJul 16 03:55:08.241 DEBG Jul 16 03:55:08.241Jul 16 03:55:08.241replacing 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 } }]
25462026-07-16T03:55:09.119ZDEBG DEBGJul 16 03:55:08.241 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
25472026-07-16T03:55:09.119Z
25482026-07-16T03:55:09.119ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25492026-07-16T03:55:09.119ZJul 16 03:55:08.241 Jul 16 03:55:08.241Jul 16 03:55:08.241INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]
25502026-07-16T03:55:09.119Z
25512026-07-16T03:55:09.119Zadding route 3fff:dead::/64 -> 2001:db8::55:4
25522026-07-16T03:55:09.119ZJul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 DEBGINFO adding route 3fff:beef:3::/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 } }]
25532026-07-16T03:55:09.119ZDEBG
25542026-07-16T03:55:09.119Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
25552026-07-16T03:55:09.119ZJul 16 03:55:08.242Jul 16 03:55:08.242 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 } }]INFO
25562026-07-16T03:55:09.119Z Jul 16 03:55:08.242adding route 3fff:beef:8::/64 -> 2001:db8::55:ff INFO
25572026-07-16T03:55:09.119Z adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
25582026-07-16T03:55:09.119Z Jul 16 03:55:08.242INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25592026-07-16T03:55:09.119Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25602026-07-16T03:55:09.120ZJul 16 03:55:08.242Jul 16 03:55:08.242 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25612026-07-16T03:55:09.120ZJul 16 03:55:08.242
25622026-07-16T03:55:09.120Z DEBG Jul 16 03:55:08.242replacing 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 } }]Jul 16 03:55:08.242
25632026-07-16T03:55:09.120Z DEBGINFO adding route 3fff:beef:5::/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 } }]
25642026-07-16T03:55:09.120Z
25652026-07-16T03:55:09.120ZJul 16 03:55:08.242 INFOJul 16 03:55:08.242Jul 16 03:55:08.242 DEBG 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 } }]
25662026-07-16T03:55:09.120Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25672026-07-16T03:55:09.120Z
25682026-07-16T03:55:09.120ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25692026-07-16T03:55:09.120Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25702026-07-16T03:55:09.120Z 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 } }]Jul 16 03:55:08.242
25712026-07-16T03:55:09.120Z Jul 16 03:55:08.242DEBG 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 } }]
25722026-07-16T03:55:09.120Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
25732026-07-16T03:55:09.120Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25742026-07-16T03:55:09.120ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG INFODEBG 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:7::/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 } }]
25752026-07-16T03:55:09.120Z
25762026-07-16T03:55:09.120Z
25772026-07-16T03:55:09.120ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBGINFO 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:3::/64 -> 2001:db8::55:ff
25782026-07-16T03:55:09.120ZINFO
25792026-07-16T03:55:09.120Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
25802026-07-16T03:55:09.120Z Jul 16 03:55:08.242 INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25812026-07-16T03:55:09.120ZJul 16 03:55:08.242replacing 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 } }]
25822026-07-16T03:55:09.120ZDEBG Jul 16 03:55:08.242replacing 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 } }]
25832026-07-16T03:55:09.120ZDEBG Jul 16 03:55:08.242replacing 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 } }] Jul 16 03:55:08.242
25842026-07-16T03:55:09.120Z INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25852026-07-16T03:55:09.120Z
25862026-07-16T03:55:09.120ZJul 16 03:55:08.242 INFO Jul 16 03:55:08.242adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25872026-07-16T03:55:09.120ZDEBG 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 } }]Jul 16 03:55:08.242Jul 16 03:55:08.242
25882026-07-16T03:55:09.120Z 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 } }]DEBG
25892026-07-16T03:55:09.120ZJul 16 03:55:08.242 INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.242 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
25902026-07-16T03:55:09.120Z
25912026-07-16T03:55:09.120Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25922026-07-16T03:55:09.120ZJul 16 03:55:08.242 Jul 16 03:55:08.242DEBGJul 16 03:55:08.242 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 } }]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 } }]
25932026-07-16T03:55:09.120Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25942026-07-16T03:55:09.120Z
25952026-07-16T03:55:09.126ZJul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25962026-07-16T03:55:09.126Z
25972026-07-16T03:55:09.126ZDEBG 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 } }]
25982026-07-16T03:55:09.126ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG 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 } }]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 } }]
25992026-07-16T03:55:09.126Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26002026-07-16T03:55:09.126Z
26012026-07-16T03:55:09.126ZJul 16 03:55:08.242 Jul 16 03:55:08.242INFOJul 16 03:55:08.242 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
26022026-07-16T03:55:09.126Z 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:10::/64 -> 2001:db8::55:ff
26032026-07-16T03:55:09.126Z
26042026-07-16T03:55:09.126ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242DEBG 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 } }]
26052026-07-16T03:55:09.126ZINFOreplacing 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:7::/64 -> 2001:db8::55:ff
26062026-07-16T03:55:09.126Z
26072026-07-16T03:55:09.126ZJul 16 03:55:08.242 INFO Jul 16 03:55:08.242Jul 16 03:55:08.242 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGINFO
26082026-07-16T03:55:09.126Zreplacing 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 } }]
26092026-07-16T03:55:09.127Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26102026-07-16T03:55:09.127ZJul 16 03:55:08.242 Jul 16 03:55:08.242DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.242
26112026-07-16T03:55:09.127Z DEBG adding route 3fff:beef:8::/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 } }]Jul 16 03:55:08.242
26122026-07-16T03:55:09.127Z
26132026-07-16T03:55:09.127Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26142026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242 INFODEBGJul 16 03:55:08.242 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 } }]DEBG
26152026-07-16T03:55:09.127Z 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:12::/64 -> 2001:db8::55:ff
26162026-07-16T03:55:09.127Z
26172026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242 DEBGINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26182026-07-16T03:55:09.127Z
26192026-07-16T03:55:09.127Z 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 } }]
26202026-07-16T03:55:09.127ZJul 16 03:55:08.242 Jul 16 03:55:08.242Jul 16 03:55:08.242 DEBGDEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26212026-07-16T03:55:09.127Zreplacing 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:13::/64 -> 2001:db8::55:ff
26222026-07-16T03:55:09.127Z
26232026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 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 } }] INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26242026-07-16T03:55:09.127Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26252026-07-16T03:55:09.127Z
26262026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBG DEBGadding route 3fff:beef:14::/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 } }]
26272026-07-16T03:55:09.127Z
26282026-07-16T03:55:09.127Zreplacing 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 } }]
26292026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26302026-07-16T03:55:09.127Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26312026-07-16T03:55:09.127Z
26322026-07-16T03:55:09.127ZJul 16 03:55:08.242 Jul 16 03:55:08.242Jul 16 03:55:08.242DEBG 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 } }]
26332026-07-16T03:55:09.127Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
26342026-07-16T03:55:09.127Zreplacing 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 } }]Jul 16 03:55:08.242
26352026-07-16T03:55:09.127Z INFO Jul 16 03:55:08.242adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26362026-07-16T03:55:09.127ZDEBGJul 16 03:55:08.242 INFOJul 16 03:55:08.242 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
26372026-07-16T03:55:09.127Z adding route 3fff:beef:c::/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 } }]
26382026-07-16T03:55:09.127Z
26392026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO 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 } }]
26402026-07-16T03:55:09.127Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26412026-07-16T03:55:09.127Z
26422026-07-16T03:55:09.127ZJul 16 03:55:08.242 INFO Jul 16 03:55:08.242Jul 16 03:55:08.242 DEBGDEBG adding route 3fff:beef:d::/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 } }]
26432026-07-16T03:55:09.127Z
26442026-07-16T03:55:09.127Z 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 } }]
26452026-07-16T03:55:09.127ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242INFO DEBGINFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26462026-07-16T03:55:09.127Zadding route 3fff:beef:17::/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 } }]
26472026-07-16T03:55:09.127Z
26482026-07-16T03:55:09.128ZJul 16 03:55:08.242 DEBGJul 16 03:55:08.242Jul 16 03:55:08.242 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 } }] INFODEBG
26492026-07-16T03:55:09.128Z 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 } }]
26502026-07-16T03:55:09.128Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
26512026-07-16T03:55:09.128Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
26522026-07-16T03:55:09.128ZJul 16 03:55:08.242 DEBG INFO Jul 16 03:55:08.242adding route 3fff:beef:18::/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 } }]
26532026-07-16T03:55:09.128ZDEBG
26542026-07-16T03:55:09.128Z 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 } }]
26552026-07-16T03:55:09.128ZJul 16 03:55:08.242 Jul 16 03:55:08.242 INFODEBG adding route 3fff:beef:f::/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 } }]Jul 16 03:55:08.242
26562026-07-16T03:55:09.128Z
26572026-07-16T03:55:09.128ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26582026-07-16T03:55:09.128ZJul 16 03:55:08.242Jul 16 03:55:08.242 Jul 16 03:55:08.242 DEBGINFO DEBGadding route 3fff:beef:19::/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 } }]
26592026-07-16T03:55:09.128Zreplacing 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 } }]
26602026-07-16T03:55:09.128Z
26612026-07-16T03:55:09.128ZJul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFODEBG adding route 3fff:beef:17::/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 } }]
26622026-07-16T03:55:09.128ZINFO
26632026-07-16T03:55:09.128Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26642026-07-16T03:55:09.128ZJul 16 03:55:08.242 Jul 16 03:55:08.242DEBG Jul 16 03:55:08.242 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
26652026-07-16T03:55:09.128ZINFO 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 } }]
26662026-07-16T03:55:09.128Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26672026-07-16T03:55:09.128ZJul 16 03:55:08.242 INFOJul 16 03:55:08.242 Jul 16 03:55:08.242adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26682026-07-16T03:55:09.128ZINFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Jul 16 03:55:08.242
26692026-07-16T03:55:09.128Z DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26702026-07-16T03:55:09.128ZJul 16 03:55:08.242replacing 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 } }]
26712026-07-16T03:55:09.128ZDEBG 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 } }]
26722026-07-16T03:55:09.128ZJul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
26732026-07-16T03:55:09.128Z
26742026-07-16T03:55:09.128Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:55:08.242Jul 16 03:55:08.242
26752026-07-16T03:55:09.128Z 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: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 } }]
26762026-07-16T03:55:09.128Z
26772026-07-16T03:55:09.128ZJul 16 03:55:08.242Jul 16 03:55:08.242Jul 16 03:55:08.242 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26782026-07-16T03:55:09.128Z
26792026-07-16T03:55:09.128Z 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 } }]
26802026-07-16T03:55:09.128ZJul 16 03:55:08.242 INFOJul 16 03:55:08.242 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
26812026-07-16T03:55:09.128Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26822026-07-16T03:55:09.128ZJul 16 03:55:08.242 DEBGJul 16 03:55:08.242 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
26832026-07-16T03:55:09.128Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26842026-07-16T03:55:09.128ZJul 16 03:55:08.242 INFOJul 16 03:55:08.242 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
26852026-07-16T03:55:09.128Z 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 } }]
26862026-07-16T03:55:09.129ZJul 16 03:55:08.242 DEBGJul 16 03:55:08.242 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 } }]Jul 16 03:55:08.242 DEBG created new freemapJul 16 03:55:08.242,
26872026-07-16T03:55:09.129Zunit: freemap_route_ipv4
26882026-07-16T03:55:09.129Z Jul 16 03:55:08.242 DEBG created new freemap, Jul 16 03:55:08.242unit: freemap_route_ipv6INFO
26892026-07-16T03:55:09.129Z 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 } }]
26902026-07-16T03:55:09.129ZJul 16 03:55:08.242 DEBG Jul 16 03:55:08.242initted freemap. size: 64, adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit: freemap_route_ipv4Jul 16 03:55:08.242
26912026-07-16T03:55:09.129ZDEBG
26922026-07-16T03:55:09.129Zreplacing 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 } }]Jul 16 03:55:08.242 DEBGINFO reset freemapINFO, unit: freemap_route_ipv4
26932026-07-16T03:55:09.129Z
26942026-07-16T03:55:09.129Z Jul 16 03:55:08.242adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG initted freemap. size: 64, unit: freemap_route_ipv6
26952026-07-16T03:55:09.133ZJul 16 03:55:08.242
26962026-07-16T03:55:09.133ZJul 16 03:55:08.242 DEBG reset freemapJul 16 03:55:08.242, unitDEBG: 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 } }]freemap_route_ipv6
26972026-07-16T03:55:09.133Z
26982026-07-16T03:55:09.133ZJul 16 03:55:08.242Jul 16 03:55:08.242 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
26992026-07-16T03:55:09.133Z
27002026-07-16T03:55:09.133ZDEBG 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 } }] Jul 16 03:55:08.242
27012026-07-16T03:55:09.133Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:55:08.242DEBG
27022026-07-16T03:55:09.133Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }]Jul 16 03:55:08.242Jul 16 03:55:08.242
27032026-07-16T03:55:09.133Z
27042026-07-16T03:55:09.133ZDEBG Jul 16 03:55:08.242replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27052026-07-16T03:55:09.133Z INFOJul 16 03:55:08.242 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27062026-07-16T03:55:09.133ZINFOadding route 3fff:beef::/64 -> 2001:db8::55:ffJul 16 03:55:08.242
27072026-07-16T03:55:09.133Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 16 03:55:08.242INFO
27082026-07-16T03:55:09.133Z DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27092026-07-16T03:55:09.133ZJul 16 03:55:08.242 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27102026-07-16T03:55:09.133ZJul 16 03:55:08.242 Jul 16 03:55:08.242replacing 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 } }] DEBGJul 16 03:55:08.242 DEBG
27112026-07-16T03:55:09.133ZINFOreplacing 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 } }]
27122026-07-16T03:55:09.133Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27132026-07-16T03:55:09.133Z
27142026-07-16T03:55:09.133ZJul 16 03:55:08.243 INFOJul 16 03:55:08.243 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243
27152026-07-16T03:55:09.133Z INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
27162026-07-16T03:55:09.133Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGJul 16 03:55:08.243
27172026-07-16T03:55:09.133Z 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 } }]Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243
27182026-07-16T03:55:09.134Z
27192026-07-16T03:55:09.134Z DEBG 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 } }]
27202026-07-16T03:55:09.134Zreplacing 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 } }]Jul 16 03:55:08.243
27212026-07-16T03:55:09.134Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27222026-07-16T03:55:09.134ZJul 16 03:55:08.243 Jul 16 03:55:08.243INFO Jul 16 03:55:08.243adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
27232026-07-16T03:55:09.134ZJul 16 03:55:08.243 DEBG Jul 16 03:55:08.243 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
27242026-07-16T03:55:09.134ZINFO 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 } }]
27252026-07-16T03:55:09.134Zreplacing 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:2::/64 -> 2001:db8::55:ffJul 16 03:55:08.243
27262026-07-16T03:55:09.134ZDEBG
27272026-07-16T03:55:09.134Z 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 } }]Jul 16 03:55:08.243
27282026-07-16T03:55:09.134Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243 DEBGINFOJul 16 03:55:08.243
27292026-07-16T03:55:09.134Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO
27302026-07-16T03:55:09.134ZJul 16 03:55:08.243 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:20::/64 -> 2001:db8::55:ffJul 16 03:55:08.243DEBG
27312026-07-16T03:55:09.134Z
27322026-07-16T03:55:09.134ZDEBGreplacing 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 } }]
27332026-07-16T03:55:09.134ZJul 16 03:55:08.243replacing 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 } }]
27342026-07-16T03:55:09.134ZDEBG 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 } }]
27352026-07-16T03:55:09.134ZJul 16 03:55:08.243Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO INFOJul 16 03:55:08.243adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27362026-07-16T03:55:09.134Z
27372026-07-16T03:55:09.134Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO
27382026-07-16T03:55:09.134Z Jul 16 03:55:08.243adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243
27392026-07-16T03:55:09.134ZJul 16 03:55:08.243 DEBGDEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]Jul 16 03:55:08.243
27402026-07-16T03:55:09.134Z
27412026-07-16T03:55:09.134Z 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 } }]
27422026-07-16T03:55:09.134Z 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 } }]
27432026-07-16T03:55:09.134ZJul 16 03:55:08.243Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO INFOINFOJul 16 03:55:08.243 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27442026-07-16T03:55:09.134Z
27452026-07-16T03:55:09.134Z
27462026-07-16T03:55:09.134Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:55:08.243
27472026-07-16T03:55:09.134Z DEBG Jul 16 03:55:08.243Jul 16 03:55:08.243replacing 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 } }] Jul 16 03:55:08.243
27482026-07-16T03:55:09.134ZDEBGDEBG 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
27492026-07-16T03:55:09.134Zreplacing 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 } }]Jul 16 03:55:08.243
27502026-07-16T03:55:09.134Z INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27512026-07-16T03:55:09.134ZJul 16 03:55:08.243adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27522026-07-16T03:55:09.134ZINFO Jul 16 03:55:08.243adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 Jul 16 03:55:08.243
27532026-07-16T03:55:09.134ZINFOJul 16 03:55:08.243INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 16 03:55:08.243DEBG
27542026-07-16T03:55:09.134Z DEBG created new freemap 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:5::/64 -> 2001:db8::55:ff,
27552026-07-16T03:55:09.134Zunit:
27562026-07-16T03:55:09.134ZJul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243 Jul 16 03:55:08.243INFODEBG freemap_route_ipv4adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27572026-07-16T03:55:09.135ZDEBG
27582026-07-16T03:55:09.135Z 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 } }]
27592026-07-16T03:55:09.135Z
27602026-07-16T03:55:09.135Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.243
27612026-07-16T03:55:09.135ZJul 16 03:55:08.243 Jul 16 03:55:08.243 DEBG INFO DEBGreplacing 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 } }] Jul 16 03:55:08.243adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27622026-07-16T03:55:09.135Zcreated new freemap, unit
27632026-07-16T03:55:09.135Z:Jul 16 03:55:08.243 INFOINFOJul 16 03:55:08.243Jul 16 03:55:08.243 freemap_route_ipv6INFO
27642026-07-16T03:55:09.135Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27652026-07-16T03:55:09.135Z
27662026-07-16T03:55:09.135ZDEBGJul 16 03:55:08.243
27672026-07-16T03:55:09.135Z 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
27682026-07-16T03:55:09.135Z Jul 16 03:55:08.243 Jul 16 03:55:08.243DEBGJul 16 03:55:08.243 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 } }]initted freemap. size: 64
27692026-07-16T03:55:09.135Z DEBG Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243,
27702026-07-16T03:55:09.135Z unitINFO: INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27712026-07-16T03:55:09.135Z Jul 16 03:55:08.243 freemap_route_ipv4adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
27722026-07-16T03:55:09.135ZJul 16 03:55:08.243
27732026-07-16T03:55:09.135ZDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]Jul 16 03:55:08.243
27742026-07-16T03:55:09.135Z
27752026-07-16T03:55:09.135Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27762026-07-16T03:55:09.135ZJul 16 03:55:08.243Jul 16 03:55:08.243 INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:55:08.243 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 } }]
27772026-07-16T03:55:09.135ZINFO
27782026-07-16T03:55:09.135Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27792026-07-16T03:55:09.135ZJul 16 03:55:08.243Jul 16 03:55:08.243 DEBGDEBG reset freemapreplacing 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 } }]Jul 16 03:55:08.243
27802026-07-16T03:55:09.135Z, INFOunit: freemap_route_ipv4adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243
27812026-07-16T03:55:09.135Z
27822026-07-16T03:55:09.135ZDEBG INFOJul 16 03:55:08.243 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 } }]
27832026-07-16T03:55:09.135ZDEBG 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:27::/64 -> 2001:db8::55:ff
27842026-07-16T03:55:09.135ZJul 16 03:55:08.243
27852026-07-16T03:55:09.135Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:55:08.243Jul 16 03:55:08.243
27862026-07-16T03:55:09.135Z DEBG INFO Jul 16 03:55:08.243Jul 16 03:55:08.243 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 } }]
27872026-07-16T03:55:09.135ZDEBGDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243
27882026-07-16T03:55:09.135Z 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
27892026-07-16T03:55:09.135ZJul 16 03:55:08.243 INFO Jul 16 03:55:08.243adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27902026-07-16T03:55:09.135ZDEBG 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 } }]
27912026-07-16T03:55:09.135ZJul 16 03:55:08.243 Jul 16 03:55:08.243 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27922026-07-16T03:55:09.135Z
27932026-07-16T03:55:09.135Z INFOJul 16 03:55:08.243 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
27942026-07-16T03:55:09.135Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27952026-07-16T03:55:09.140ZJul 16 03:55:08.243Jul 16 03:55:08.243 DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.243
27962026-07-16T03:55:09.140ZDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27972026-07-16T03:55:09.140Z
27982026-07-16T03:55:09.140ZJul 16 03:55:08.243 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27992026-07-16T03:55:09.140ZDEBG
28002026-07-16T03:55:09.140ZJul 16 03:55:08.243 INFO Jul 16 03:55:08.243replacing 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 } }]
28012026-07-16T03:55:09.140ZJul 16 03:55:08.243 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28022026-07-16T03:55:09.140ZDEBGDEBG 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 } }]Jul 16 03:55:08.243replacing 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 } }]Jul 16 03:55:08.243 DEBG
28032026-07-16T03:55:09.140Z
28042026-07-16T03:55:09.140Zreplacing 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 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28052026-07-16T03:55:09.140Z
28062026-07-16T03:55:09.140ZJul 16 03:55:08.243 Jul 16 03:55:08.243INFOJul 16 03:55:08.243 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:55:08.243adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
28072026-07-16T03:55:09.140Z
28082026-07-16T03:55:09.140Z DEBG
28092026-07-16T03:55:09.140Zreplacing 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 } }]
28102026-07-16T03:55:09.140ZJul 16 03:55:08.243Jul 16 03:55:08.243 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 } }]
28112026-07-16T03:55:09.140Zreplacing 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 } }]Jul 16 03:55:08.243
28122026-07-16T03:55:09.140ZDEBG 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 } }]Jul 16 03:55:08.243Jul 16 03:55:08.243
28132026-07-16T03:55:09.140Z INFOJul 16 03:55:08.243 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
28142026-07-16T03:55:09.140Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 16 03:55:08.243
28152026-07-16T03:55:09.140Z INFOJul 16 03:55:08.243 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGINFOJul 16 03:55:08.243
28162026-07-16T03:55:09.140Zreplacing 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
28172026-07-16T03:55:09.140ZDEBG 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 } }]
28182026-07-16T03:55:09.140Z
28192026-07-16T03:55:09.140ZJul 16 03:55:08.243Jul 16 03:55:08.243 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:55:08.243
28202026-07-16T03:55:09.141Z 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 } }]INFOJul 16 03:55:08.243
28212026-07-16T03:55:09.141Z Jul 16 03:55:08.243 DEBGDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28222026-07-16T03:55:09.141ZJul 16 03:55:08.243replacing 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 } }]
28232026-07-16T03:55:09.141Z 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
28242026-07-16T03:55:09.141ZJul 16 03:55:08.243Jul 16 03:55:08.243 INFODEBG adding route 3fff:beef:28::/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 } }]
28252026-07-16T03:55:09.141Z
28262026-07-16T03:55:09.141ZJul 16 03:55:08.243 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
28272026-07-16T03:55:09.141ZJul 16 03:55:08.243 DEBGJul 16 03:55:08.243 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 } }] INFO
28282026-07-16T03:55:09.141ZJul 16 03:55:08.243 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGJul 16 03:55:08.243 adding route 3fff:beef:28::/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 } }]
28292026-07-16T03:55:09.141Z
28302026-07-16T03:55:09.141Z
28312026-07-16T03:55:09.141Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:55:08.243
28322026-07-16T03:55:09.141ZJul 16 03:55:08.243DEBGJul 16 03:55:08.243 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 } }]
28332026-07-16T03:55:09.141Zreplacing 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 } }]Jul 16 03:55:08.243adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
28342026-07-16T03:55:09.141ZDEBG
28352026-07-16T03:55:09.141ZJul 16 03:55:08.243 INFOJul 16 03:55:08.243replacing 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 } }]
28362026-07-16T03:55:09.141ZJul 16 03:55:08.243 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
28372026-07-16T03:55:09.141Z DEBGJul 16 03:55:08.243adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28382026-07-16T03:55:09.141ZINFO 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 } }] Jul 16 03:55:08.243adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 16 03:55:08.243
28392026-07-16T03:55:09.141Z DEBG
28402026-07-16T03:55:09.141Z Jul 16 03:55:08.243DEBGreplacing 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 } }]
28412026-07-16T03:55:09.141ZINFO 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:10::/64 -> 2001:db8::55:ff
28422026-07-16T03:55:09.141Z
28432026-07-16T03:55:09.141ZJul 16 03:55:08.243Jul 16 03:55:08.243 INFODEBGJul 16 03:55:08.243 Jul 16 03:55:08.243INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28442026-07-16T03:55:09.141Zadding route 3fff:beef:2e::/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 } }]DEBG
28452026-07-16T03:55:09.141Z
28462026-07-16T03:55:09.141Z Jul 16 03:55:08.243replacing 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 } }]
28472026-07-16T03:55:09.141ZJul 16 03:55:08.243Jul 16 03:55:08.243DEBG DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28482026-07-16T03:55:09.141Zreplacing 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:2b::/64 -> 2001:db8::55:ff
28492026-07-16T03:55:09.141Z
28502026-07-16T03:55:09.141ZJul 16 03:55:08.243 Jul 16 03:55:08.243INFO INFOJul 16 03:55:08.243adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Jul 16 03:55:08.243
28512026-07-16T03:55:09.141Z DEBGINFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28522026-07-16T03:55:09.141Z adding route 3fff:beef:2b::/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 } }]
28532026-07-16T03:55:09.141Ztest route::tests::grow_succeeds ... ok
28542026-07-16T03:55:09.141Z
28552026-07-16T03:55:09.141ZJul 16 03:55:08.243 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 } }]Jul 16 03:55:08.243
28562026-07-16T03:55:09.141ZJul 16 03:55:08.243Jul 16 03:55:08.243 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:2c::/64 -> 2001:db8::55:ff
28572026-07-16T03:55:09.141Z
28582026-07-16T03:55:09.142ZJul 16 03:55:08.243 INFO Jul 16 03:55:08.243 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGDEBG
28592026-07-16T03:55:09.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 } }]
28602026-07-16T03:55:09.142Zreplacing 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 } }]Jul 16 03:55:08.243
28612026-07-16T03:55:09.142Z INFO Jul 16 03:55:08.243Jul 16 03:55:08.243Jul 16 03:55:08.243 INFOINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28622026-07-16T03:55:09.142Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
28632026-07-16T03:55:09.142ZDEBG
28642026-07-16T03:55:09.142Z Jul 16 03:55:08.243replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28652026-07-16T03:55:09.142ZDEBG Jul 16 03:55:08.243replacing 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 } }]
28662026-07-16T03:55:09.142ZDEBGJul 16 03:55:08.243 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 } }]
28672026-07-16T03:55:09.142ZDEBGJul 16 03:55:08.243 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 } }]
28682026-07-16T03:55:09.142ZINFOinitted freemap. size: 64 Jul 16 03:55:08.243adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28692026-07-16T03:55:09.142ZINFO, unitadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:Jul 16 03:55:08.243 Jul 16 03:55:08.243Jul 16 03:55:08.243freemap_route_ipv6
28702026-07-16T03:55:09.142Z DEBG
28712026-07-16T03:55:09.142ZINFO 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 } }]
28722026-07-16T03:55:09.142ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
28732026-07-16T03:55:09.142ZJul 16 03:55:08.243 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
28742026-07-16T03:55:09.142ZJul 16 03:55:08.243Jul 16 03:55:08.243 Jul 16 03:55:08.243INFO DEBGreset freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28752026-07-16T03:55:09.142Zreplacing 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 } }]Jul 16 03:55:08.243DEBG ,
28762026-07-16T03:55:09.142Zunit:Jul 16 03:55:08.243replacing 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 } }]
28772026-07-16T03:55:09.142ZDEBG DEBGfreemap_route_ipv6Jul 16 03:55:08.243
28782026-07-16T03:55:09.142Z 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 } }]Jul 16 03:55:08.243
28792026-07-16T03:55:09.142ZJul 16 03:55:08.244INFO 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 } }]INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28802026-07-16T03:55:09.142ZINFO
28812026-07-16T03:55:09.142Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:55:08.244
28822026-07-16T03:55:09.142Z Jul 16 03:55:08.244 Jul 16 03:55:08.244 INFOJul 16 03:55:08.244adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28832026-07-16T03:55:09.142Z DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO DEBG
28842026-07-16T03:55:09.142Z adding route 3fff:beef:2f::/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 } }]
28852026-07-16T03:55:09.142Z
28862026-07-16T03:55:09.142ZJul 16 03:55:08.244 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 } }]Jul 16 03:55:08.244 Jul 16 03:55:08.244 DEBG DEBG
28872026-07-16T03:55:09.142Z Jul 16 03:55:08.244INFO 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 } }]DEBGadding route 3fff:beef:2f::/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 } }]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 } }]
28882026-07-16T03:55:09.142Z
28892026-07-16T03:55:09.142Z
28902026-07-16T03:55:09.142Z
28912026-07-16T03:55:09.142ZJul 16 03:55:08.244 Jul 16 03:55:08.244Jul 16 03:55:08.244INFO Jul 16 03:55:08.244Jul 16 03:55:08.244 DEBGDEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO
28922026-07-16T03:55:09.142Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28932026-07-16T03:55:09.142Z
28942026-07-16T03:55:09.142Z
28952026-07-16T03:55:09.146ZJul 16 03:55:08.244adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 16 03:55:08.244
28962026-07-16T03:55:09.146ZDEBG 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 } }]Jul 16 03:55:08.244
28972026-07-16T03:55:09.146Z INFO 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:30::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
28982026-07-16T03:55:09.146Z INFO
28992026-07-16T03:55:09.146Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29002026-07-16T03:55:09.146Z Jul 16 03:55:08.244DEBG Jul 16 03:55:08.244 DEBGJul 16 03:55:08.244 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
29012026-07-16T03:55:09.146Z 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 } }]DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29022026-07-16T03:55:09.147Z
29032026-07-16T03:55:09.147Zreplacing 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 } }]
29042026-07-16T03:55:09.147ZJul 16 03:55:08.244 Jul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.242 INFOJul 16 03:55:08.244 INFODEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFOINFO
29052026-07-16T03:55:09.147Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29062026-07-16T03:55:09.147Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29072026-07-16T03:55:09.147Z
29082026-07-16T03:55:09.147Z
29092026-07-16T03:55:09.147ZJul 16 03:55:08.244Jul 16 03:55:08.244 INFOJul 16 03:55:08.244Jul 16 03:55:08.244 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
29102026-07-16T03:55:09.147Z 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 } }] Jul 16 03:55:08.244
29112026-07-16T03:55:09.147ZDEBGJul 16 03:55:08.244DEBG 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 } }] Jul 16 03:55:08.244replacing 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 } }]
29122026-07-16T03:55:09.147ZINFO
29132026-07-16T03:55:09.147Zadding route 3fff:beef:37::/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 } }]
29142026-07-16T03:55:09.147ZJul 16 03:55:08.244
29152026-07-16T03:55:09.147Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.244
29162026-07-16T03:55:09.147ZINFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing 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 } }]
29172026-07-16T03:55:09.147Z
29182026-07-16T03:55:09.147ZJul 16 03:55:08.244Jul 16 03:55:08.244 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 } }] INFO
29192026-07-16T03:55:09.147Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29202026-07-16T03:55:09.147Z Jul 16 03:55:08.244Jul 16 03:55:08.244 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29212026-07-16T03:55:09.147ZDEBG
29222026-07-16T03:55:09.147Zreplacing 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 } }]
29232026-07-16T03:55:09.147ZJul 16 03:55:08.244Jul 16 03:55:08.244 Jul 16 03:55:08.244DEBG 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 } }]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 } }]
29242026-07-16T03:55:09.147Z
29252026-07-16T03:55:09.147ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29262026-07-16T03:55:09.147ZJul 16 03:55:08.244 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29272026-07-16T03:55:09.147Z
29282026-07-16T03:55:09.147ZDEBG 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 } }]
29292026-07-16T03:55:09.147ZJul 16 03:55:08.244Jul 16 03:55:08.244 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 } }]DEBG
29302026-07-16T03:55:09.147Z Jul 16 03:55:08.244replacing 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 } }]
29312026-07-16T03:55:09.147ZINFOJul 16 03:55:08.244 INFO Jul 16 03:55:08.244adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
29322026-07-16T03:55:09.147ZINFO
29332026-07-16T03:55:09.147Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
29342026-07-16T03:55:09.147ZJul 16 03:55:08.244Jul 16 03:55:08.244 DEBGDEBG Jul 16 03:55:08.244replacing 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 } }]
29352026-07-16T03:55:09.147ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29362026-07-16T03:55:09.147Z
29372026-07-16T03:55:09.147ZJul 16 03:55:08.244 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29382026-07-16T03:55:09.147Z INFOJul 16 03:55:08.244 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29392026-07-16T03:55:09.147Z DEBG Jul 16 03:55:08.244replacing 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 } }]
29402026-07-16T03:55:09.147ZDEBG adding route 3fff:beef:3b::/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 } }]
29412026-07-16T03:55:09.148Z
29422026-07-16T03:55:09.148ZJul 16 03:55:08.244 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29432026-07-16T03:55:09.148Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
29442026-07-16T03:55:09.148ZJul 16 03:55:08.244 Jul 16 03:55:08.244DEBG 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 } }]Jul 16 03:55:08.244
29452026-07-16T03:55:09.148Z 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
29462026-07-16T03:55:09.148Z 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 } }]Jul 16 03:55:08.244
29472026-07-16T03:55:09.148Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29482026-07-16T03:55:09.148ZJul 16 03:55:08.244DEBGJul 16 03:55:08.244Jul 16 03:55:08.244 INFODEBG Jul 16 03:55:08.244adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
29492026-07-16T03:55:09.148Z 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 } }]INFODEBG
29502026-07-16T03:55:09.148Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29512026-07-16T03:55:09.148Z 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 created new freemapreplacing 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 } }]
29522026-07-16T03:55:09.148Z,
29532026-07-16T03:55:09.148ZJul 16 03:55:08.244unit :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 } }]Jul 16 03:55:08.244
29542026-07-16T03:55:09.148ZJul 16 03:55:08.244freemap_route_ipv4
29552026-07-16T03:55:09.148ZINFO Jul 16 03:55:08.244Jul 16 03:55:08.244adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29562026-07-16T03:55:09.148Z Jul 16 03:55:08.244DEBG DEBGfailed to allocate space for the new target listDEBGJul 16 03:55:08.244Jul 16 03:55:08.244 INFOcreated new freemap , Jul 16 03:55:08.244DEBGreplacing 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 } }]
29572026-07-16T03:55:09.148Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29582026-07-16T03:55:09.148Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit: freemap_route_ipv4
29592026-07-16T03:55:09.148Z
29602026-07-16T03:55:09.148ZJul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.244Jul 16 03:55:08.244 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
29612026-07-16T03:55:09.148Z created new freemap
29622026-07-16T03:55:09.148Z, unitDEBG: INFOfreemap_route_ipv6
29632026-07-16T03:55:09.148Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:55:08.244
29642026-07-16T03:55:09.148Ztest route::tests::rollback_on_compact_delete_failure ... ok
29652026-07-16T03:55:09.148Z DEBG Jul 16 03:55:08.244 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64, unitINFO DEBGJul 16 03:55:08.244 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: freemap_route_ipv4
29662026-07-16T03:55:09.148Z
29672026-07-16T03:55:09.148Z
29682026-07-16T03:55:09.148ZJul 16 03:55:08.244replacing 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 } }]
29692026-07-16T03:55:09.148ZJul 16 03:55:08.244DEBG 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 } }]Jul 16 03:55:08.244
29702026-07-16T03:55:09.148Z Jul 16 03:55:08.250DEBG INFOcreated new freemap , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit
29712026-07-16T03:55:09.148Z: Jul 16 03:55:08.250 INFOJul 16 03:55:08.250 DEBG freemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29722026-07-16T03:55:09.148Z
29732026-07-16T03:55:09.148Zreplacing 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 } }]Jul 16 03:55:08.250Jul 16 03:55:08.250
29742026-07-16T03:55:09.148ZDEBG 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
29752026-07-16T03:55:09.148Z created new freemapJul 16 03:55:08.250, unitDEBG: failed to allocate space for the new target listfreemap_route_ipv6
29762026-07-16T03:55:09.148Z
29772026-07-16T03:55:09.148ZJul 16 03:55:08.250 DEBG Jul 16 03:55:08.250replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:55:08.250 INFODEBGJul 16 03:55:08.250
29782026-07-16T03:55:09.148Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGinitted freemap. size: 64
29792026-07-16T03:55:09.149Z 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 } }],
29802026-07-16T03:55:09.149Zunit:Jul 16 03:55:08.250 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29812026-07-16T03:55:09.149Zfreemap_route_ipv4replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.250
29822026-07-16T03:55:09.149Z
29832026-07-16T03:55:09.149Z INFOJul 16 03:55:08.250Jul 16 03:55:08.250 DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29842026-07-16T03:55:09.149Zreset freemap
29852026-07-16T03:55:09.149Z, unitDEBGJul 16 03:55:08.250 : reset freemapJul 16 03:55:08.250, DEBGfreemap_route_ipv4DEBGunit :
29862026-07-16T03:55:09.149Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29872026-07-16T03:55:09.149Z
29882026-07-16T03:55:09.149Zfreemap_route_ipv4Jul 16 03:55:08.250
29892026-07-16T03:55:09.149Z DEBGJul 16 03:55:08.250 Jul 16 03:55:08.250INFOinitted freemap. size: 64 , adding route 3fff:beef:21::/64 -> 2001:db8::55:ff unitINFO:
29902026-07-16T03:55:09.149Z adding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv6
29912026-07-16T03:55:09.149Z
29922026-07-16T03:55:09.149ZJul 16 03:55:08.250Jul 16 03:55:08.250 DEBGDEBG initted 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 } }],
29932026-07-16T03:55:09.149ZJul 16 03:55:08.250Jul 16 03:55:08.250unit : DEBGDEBGfreemap_route_ipv6Jul 16 03:55:08.250
29942026-07-16T03:55:09.149Z INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:55:08.250reset freemap
29952026-07-16T03:55:09.153Z
29962026-07-16T03:55:09.153ZDEBG , reset freemapunit, :unit Jul 16 03:55:08.250freemap_route_ipv6Jul 16 03:55:08.250
29972026-07-16T03:55:09.153Z :DEBG INFO adding route 3fff:beef:22::/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 } }]
29982026-07-16T03:55:09.153Z
29992026-07-16T03:55:09.153Zfreemap_route_ipv6Jul 16 03:55:08.250
30002026-07-16T03:55:09.153Z INFOJul 16 03:55:08.250 Jul 16 03:55:08.250 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO
30012026-07-16T03:55:09.153Zadding route 3fff:beef:23::/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 } }]
30022026-07-16T03:55:09.153Z
30032026-07-16T03:55:09.153ZJul 16 03:55:08.250 INFO Jul 16 03:55:08.250adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:55:08.250 Jul 16 03:55:08.250
30042026-07-16T03:55:09.153ZDEBG INFO DEBGreplacing 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 } }]
30052026-07-16T03:55:09.153Z 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 } }]
30062026-07-16T03:55:09.153Z
30072026-07-16T03:55:09.153ZJul 16 03:55:08.250Jul 16 03:55:08.250 Jul 16 03:55:08.250INFO Jul 16 03:55:08.250 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
30082026-07-16T03:55:09.153ZINFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
30092026-07-16T03:55:09.153Z
30102026-07-16T03:55:09.153ZJul 16 03:55:08.250 DEBGreplacing 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: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 } }]
30112026-07-16T03:55:09.153ZJul 16 03:55:08.250
30122026-07-16T03:55:09.153Z Jul 16 03:55:08.250INFO Jul 16 03:55:08.250DEBG Jul 16 03:55:08.250adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
30132026-07-16T03:55:09.153Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30142026-07-16T03:55:09.153ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
30152026-07-16T03:55:09.153Z
30162026-07-16T03:55:09.154ZJul 16 03:55:08.250 Jul 16 03:55:08.250Jul 16 03:55:08.250 Jul 16 03:55:08.250DEBGDEBG INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30172026-07-16T03:55:09.154Z adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
30182026-07-16T03:55:09.154Z
30192026-07-16T03:55:09.154ZJul 16 03:55:08.250 INFODEBG Jul 16 03:55:08.250adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 16 03:55:08.250 INFODEBG
30202026-07-16T03:55:09.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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:26::/64 -> 2001:db8::55:ff
30212026-07-16T03:55:09.154Z
30222026-07-16T03:55:09.154Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30232026-07-16T03:55:09.154ZJul 16 03:55:08.250 Jul 16 03:55:08.250Jul 16 03:55:08.250 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30242026-07-16T03:55:09.154ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:55:08.250
30252026-07-16T03:55:09.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 } }] Jul 16 03:55:08.250INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:55:08.250adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
30262026-07-16T03:55:09.154Z
30272026-07-16T03:55:09.154Z
30282026-07-16T03:55:09.154ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:55:08.250Jul 16 03:55:08.250
30292026-07-16T03:55:09.154Z DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:55:08.250
30302026-07-16T03:55:09.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 Jul 16 03:55:08.250adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 16 03:55:08.250
30312026-07-16T03:55:09.154Z INFO Jul 16 03:55:08.250adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
30322026-07-16T03:55:09.154ZJul 16 03:55:08.250
30332026-07-16T03:55:09.154ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG
30342026-07-16T03:55:09.154Z Jul 16 03:55:08.250INFO 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 } }]Jul 16 03:55:08.250
30352026-07-16T03:55:09.154Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
30362026-07-16T03:55:09.154Z
30372026-07-16T03:55:09.154ZJul 16 03:55:08.250
30382026-07-16T03:55:09.154ZJul 16 03:55:08.250 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:55:08.250
30392026-07-16T03:55:09.154ZWARNJul 16 03:55:08.250 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBGJul 16 03:55:08.250
30402026-07-16T03:55:09.154Z INFOJul 16 03:55:08.250 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
30412026-07-16T03:55:09.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
30422026-07-16T03:55:09.154ZDEBGDEBG Jul 16 03:55:08.250replacing 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 } }]
30432026-07-16T03:55:09.154ZDEBGJul 16 03:55:08.250 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
30442026-07-16T03:55:09.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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: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 } }]Jul 16 03:55:08.250
30452026-07-16T03:55:09.154ZJul 16 03:55:08.250 INFO
30462026-07-16T03:55:09.154Z INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
30472026-07-16T03:55:09.154Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
30482026-07-16T03:55:09.154ZJul 16 03:55:08.250 INFOJul 16 03:55:08.250Jul 16 03:55:08.250 DEBGDEBG adding route 3fff:beef:34::/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 } }]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 } }]
30492026-07-16T03:55:09.154Z
30502026-07-16T03:55:09.154Z
30512026-07-16T03:55:09.154ZJul 16 03:55:08.250Jul 16 03:55:08.250 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30522026-07-16T03:55:09.154ZJul 16 03:55:08.250 INFO
30532026-07-16T03:55:09.154Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:55:08.250
30542026-07-16T03:55:09.154Z DEBGJul 16 03:55:08.250 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 } }]Jul 16 03:55:08.250
30552026-07-16T03:55:09.155ZINFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30562026-07-16T03:55:09.155Zreplacing 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 } }]
30572026-07-16T03:55:09.155Ztest route::tests::rollback_on_compact_write_failure ... ok
30582026-07-16T03:55:09.155ZJul 16 03:55:08.250Jul 16 03:55:08.250Jul 16 03:55:08.250 DEBGINFO 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
30592026-07-16T03:55:09.155Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
30602026-07-16T03:55:09.155Z
30612026-07-16T03:55:09.155Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30622026-07-16T03:55:09.155ZJul 16 03:55:08.250 Jul 16 03:55:08.250INFOJul 16 03:55:08.250 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
30632026-07-16T03:55:09.155Z
30642026-07-16T03:55:09.155Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
30652026-07-16T03:55:09.155ZJul 16 03:55:08.250 Jul 16 03:55:08.250INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
30662026-07-16T03:55:09.155Zreplacing 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 } }]Jul 16 03:55:08.250
30672026-07-16T03:55:09.155Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
30682026-07-16T03:55:09.155ZJul 16 03:55:08.251Jul 16 03:55:08.251Jul 16 03:55:08.257 DEBGJul 16 03:55:08.251 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 } }] DEBG
30692026-07-16T03:55:09.155Zcreated new freemap DEBGcreated new freemap , created new freemap, unitunitJul 16 03:55:08.257:: INFOfreemap_route_ipv4freemap_route_ipv4
30702026-07-16T03:55:09.155Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
30712026-07-16T03:55:09.155Z
30722026-07-16T03:55:09.155ZJul 16 03:55:08.257Jul 16 03:55:08.250 created new freemapINFO , Jul 16 03:55:08.257adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 16 03:55:08.251 DEBG DEBGJul 16 03:55:08.257
30732026-07-16T03:55:09.155Zcreated new freemapunit:DEBG , DEBG unitcreated new freemap: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 } }]Jul 16 03:55:08.257
30742026-07-16T03:55:09.155Z , freemap_route_ipv6freemap_route_ipv6unit
30752026-07-16T03:55:09.155Z
30762026-07-16T03:55:09.155Z DEBG:Jul 16 03:55:08.257 DEBGfreemap_route_ipv4 Jul 16 03:55:08.257initted freemap. size: 64 ,
30772026-07-16T03:55:09.155ZJul 16 03:55:08.257unit:INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
30782026-07-16T03:55:09.155Z
30792026-07-16T03:55:09.155Zinitted freemap. size: 64 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 } }]Jul 16 03:55:08.257
30802026-07-16T03:55:09.155Z, unit:DEBG Jul 16 03:55:08.257freemap_route_ipv4
30812026-07-16T03:55:09.155Z DEBGJul 16 03:55:08.257created new freemap DEBG reset freemap, 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 } }]unit:,
30822026-07-16T03:55:09.155ZJul 16 03:55:08.257freemap_route_ipv4 unit
30832026-07-16T03:55:09.155Z: freemap_route_ipv6DEBG
30842026-07-16T03:55:09.155ZJul 16 03:55:08.257Jul 16 03:55:08.257 INFODEBG Jul 16 03:55:08.257reset freemap , initted freemap. size: 64 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit,
30852026-07-16T03:55:09.155ZDEBG: unitinitted freemap. size: 64:, unit freemap_route_ipv4Jul 16 03:55:08.257:
30862026-07-16T03:55:09.155Z DEBGfreemap_route_ipv6
30872026-07-16T03:55:09.155Zfreemap_route_ipv4replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30882026-07-16T03:55:09.155Z
30892026-07-16T03:55:09.155ZJul 16 03:55:08.257Jul 16 03:55:08.257Jul 16 03:55:08.257Jul 16 03:55:08.257 DEBGDEBG INFOreset freemap , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
30902026-07-16T03:55:09.155Z: DEBG freemap_route_ipv6 Jul 16 03:55:08.257
30912026-07-16T03:55:09.155Z DEBGinitted freemap. size: 64 , 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 } }]Jul 16 03:55:08.258reset freemap
30922026-07-16T03:55:09.155Z INFOunit, :unit Jul 16 03:55:08.258adding route 172.16.0.0/32 -> 10.0.0.1:
30932026-07-16T03:55:09.155Z freemap_route_ipv6INFO
30942026-07-16T03:55:09.156Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
30952026-07-16T03:55:09.159Zfreemap_route_ipv4
30962026-07-16T03:55:09.160ZJul 16 03:55:08.258 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 } }]Jul 16 03:55:08.258
30972026-07-16T03:55:09.160ZJul 16 03:55:08.258 DEBGDEBG Jul 16 03:55:08.258 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
30982026-07-16T03:55:09.160Z Jul 16 03:55:08.258adding route 172.16.0.0/32 -> 10.0.0.2
30992026-07-16T03:55:09.160Zreset freemap, DEBGunit :Jul 16 03:55:08.258 Jul 16 03:55:08.258 freemap_route_ipv6INFODEBG initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31002026-07-16T03:55:09.160Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff,
31012026-07-16T03:55:09.160Zunit:
31022026-07-16T03:55:09.160Zfreemap_route_ipv6
31032026-07-16T03:55:09.160ZJul 16 03:55:08.258Jul 16 03:55:08.258 INFOINFO Jul 16 03:55:08.258adding route 172.16.0.0/32 -> 10.0.0.3 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
31042026-07-16T03:55:09.160Z
31052026-07-16T03:55:09.160ZJul 16 03:55:08.258 reset freemapDEBG, unit:replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31062026-07-16T03:55:09.160ZJul 16 03:55:08.258freemap_route_ipv6
31072026-07-16T03:55:09.160ZJul 16 03:55:08.258 Jul 16 03:55:08.258DEBG 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 } }]
31082026-07-16T03:55:09.160Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:55:08.258
31092026-07-16T03:55:09.160Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:55:08.258
31102026-07-16T03:55:09.160Z
31112026-07-16T03:55:09.160ZJul 16 03:55:08.258 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
31122026-07-16T03:55:09.160Z
31132026-07-16T03:55:09.160ZJul 16 03:55:08.258 Jul 16 03:55:08.258Jul 16 03:55:08.258Jul 16 03:55:08.258 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
31142026-07-16T03:55:09.160Z
31152026-07-16T03:55:09.160ZDEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31162026-07-16T03:55:09.160ZJul 16 03:55:08.258Jul 16 03:55:08.258
31172026-07-16T03:55:09.160Z DEBGINFO 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 } }]
31182026-07-16T03:55:09.160ZJul 16 03:55:08.258 INFOadding route 172.17.0.0/32 -> 10.0.0.255
31192026-07-16T03:55:09.160ZJul 16 03:55:08.258adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 16 03:55:08.258
31202026-07-16T03:55:09.160ZINFODEBGJul 16 03:55:08.258 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:36::/64 -> 2001:db8::55:ff
31212026-07-16T03:55:09.160ZDEBG
31222026-07-16T03:55:09.160Z 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 } }]
31232026-07-16T03:55:09.160ZJul 16 03:55:08.258 Jul 16 03:55:08.258Jul 16 03:55:08.258 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
31242026-07-16T03:55:09.160Z
31252026-07-16T03:55:09.160ZJul 16 03:55:08.258 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 } }]Jul 16 03:55:08.258adding route 172.17.0.1/32 -> 10.0.0.255
31262026-07-16T03:55:09.160Z
31272026-07-16T03:55:09.160Z INFOJul 16 03:55:08.258 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
31282026-07-16T03:55:09.160ZDEBGJul 16 03:55:08.258 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 } }]
31292026-07-16T03:55:09.160Zreplacing 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 } }]Jul 16 03:55:08.258
31302026-07-16T03:55:09.160Z INFOJul 16 03:55:08.258Jul 16 03:55:08.258Jul 16 03:55:08.258 INFO adding route 172.17.0.2/32 -> 10.0.0.255
31312026-07-16T03:55:09.160ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
31322026-07-16T03:55:09.160Zreplacing 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 } }]INFOJul 16 03:55:08.258
31332026-07-16T03:55:09.161Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:55:08.258replacing 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 } }]Jul 16 03:55:08.258
31342026-07-16T03:55:09.161Z DEBG
31352026-07-16T03:55:09.161Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
31362026-07-16T03:55:09.161ZJul 16 03:55:08.258 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:55:08.258
31372026-07-16T03:55:09.161ZINFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255Jul 16 03:55:08.258
31382026-07-16T03:55:09.161Z 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 } }]Jul 16 03:55:08.258
31392026-07-16T03:55:09.161Z Jul 16 03:55:08.258DEBG DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
31402026-07-16T03:55:09.161Z
31412026-07-16T03:55:09.161Z
31422026-07-16T03:55:09.161ZJul 16 03:55:08.258 Jul 16 03:55:08.258Jul 16 03:55:08.258 DEBGINFOJul 16 03:55:08.258 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
31432026-07-16T03:55:09.161Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
31442026-07-16T03:55:09.161Zadding route 172.17.0.4/32 -> 10.0.0.255DEBG
31452026-07-16T03:55:09.161ZJul 16 03:55:08.258replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:55:08.258
31462026-07-16T03:55:09.161ZDEBGDEBG replacing targets for 3fff:dead::/64 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 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 } }]
31472026-07-16T03:55:09.161ZJul 16 03:55:08.258
31482026-07-16T03:55:09.161ZDEBG 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 } }]Jul 16 03:55:08.258Jul 16 03:55:08.258Jul 16 03:55:08.258 INFOWARN
31492026-07-16T03:55:09.161Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
31502026-07-16T03:55:09.161Z
31512026-07-16T03:55:09.161ZJul 16 03:55:08.258 INFOWARN adding route 172.17.0.5/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 16 03:55:08.258
31522026-07-16T03:55:09.161Z
31532026-07-16T03:55:09.161Z Jul 16 03:55:08.258Jul 16 03:55:08.258 DEBGERRO 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 } }]
31542026-07-16T03:55:09.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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31552026-07-16T03:55:09.161Z
31562026-07-16T03:55:09.161ZJul 16 03:55:08.258 INFOcreated new freemapJul 16 03:55:08.258 Jul 16 03:55:08.258 adding route 172.17.0.6/32 -> 10.0.0.255INFO, Jul 16 03:55:08.250
31572026-07-16T03:55:09.161Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff unitERRO:Jul 16 03:55:08.258
31582026-07-16T03:55:09.161Z 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 itDEBG
31592026-07-16T03:55:09.161Z Jul 16 03:55:08.258freemap_route_ipv6replacing 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 } }]
31602026-07-16T03:55:09.161Z
31612026-07-16T03:55:09.161Z 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 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 } }]
31622026-07-16T03:55:09.161Ztest route::tests::identity_replace_is_noop ... ok
31632026-07-16T03:55:09.161ZJul 16 03:55:08.258 Jul 16 03:55:08.258 INFO
31642026-07-16T03:55:09.161Ztest route::tests::rollback_on_index_readd_failure ... ok
31652026-07-16T03:55:09.161Z DEBGadding route 172.17.0.7/32 -> 10.0.0.255 Jul 16 03:55:08.258
31662026-07-16T03:55:09.161Z INFO initted freemap. size: 64adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:55:08.258, Jul 16 03:55:08.258unit
31672026-07-16T03:55:09.161ZDEBG : INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31682026-07-16T03:55:09.161ZJul 16 03:55:08.258 freemap_route_ipv4DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
31692026-07-16T03:55:09.161Z
31702026-07-16T03:55:09.161ZJul 16 03:55:08.258 INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.8/32 -> 10.0.0.255
31712026-07-16T03:55:09.161ZJul 16 03:55:08.259Jul 16 03:55:08.259 DEBG created new freemapJul 16 03:55:08.258, unitJul 16 03:55:08.266DEBG, unitDEBG: created new freemapreplacing 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 } }], unitfreemap_route_ipv4
31722026-07-16T03:55:09.162Z
31732026-07-16T03:55:09.162Z: Jul 16 03:55:08.266freemap_route_ipv4
31742026-07-16T03:55:09.162ZINFOJul 16 03:55:08.266 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
31752026-07-16T03:55:09.162Z created new freemapJul 16 03:55:08.266DEBG , DEBGreset freemap Jul 16 03:55:08.266created new freemap , :DEBGunit :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 } }],
31762026-07-16T03:55:09.162Zfreemap_route_ipv4unitunit
31772026-07-16T03:55:09.162Z:Jul 16 03:55:08.266 :freemap_route_ipv4 INFOfreemap_route_ipv6
31782026-07-16T03:55:09.162Zadding route 172.17.0.10/32 -> 10.0.0.255
31792026-07-16T03:55:09.162Z freemap_route_ipv6
31802026-07-16T03:55:09.162Z
31812026-07-16T03:55:09.162ZJul 16 03:55:08.266 DEBG Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266DEBGJul 16 03:55:08.266 initted freemap. size: 64initted freemap. size: 64, , unitDEBG unitDEBGcreated new freemap:: , freemap_route_ipv6 unit
31822026-07-16T03:55:09.162Z freemap_route_ipv4DEBGinitted freemap. size: 64
31832026-07-16T03:55:09.162Z, Jul 16 03:55:08.266 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 } }]DEBG:unit :Jul 16 03:55:08.266reset freemap ,
31842026-07-16T03:55:09.162Zfreemap_route_ipv4unit:
31852026-07-16T03:55:09.162Z DEBG freemap_route_ipv6reset freemap , freemap_route_ipv6Jul 16 03:55:08.266Jul 16 03:55:08.266
31862026-07-16T03:55:09.162Zunit
31872026-07-16T03:55:09.162Z INFO:DEBG Jul 16 03:55:08.266adding route 172.17.0.11/32 -> 10.0.0.255 INFO
31882026-07-16T03:55:09.162Z freemap_route_ipv4
31892026-07-16T03:55:09.162Z adding route 172.16.0.0/32 -> 10.0.0.1reset freemap
31902026-07-16T03:55:09.162ZJul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266DEBG Jul 16 03:55:08.266DEBG 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 , unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. size: 64DEBG,
31912026-07-16T03:55:09.162Zunit :
31922026-07-16T03:55:09.162Z freemap_route_ipv6initted freemap. size: 64
31932026-07-16T03:55:09.162Z, Jul 16 03:55:08.266unit:: freemap_route_ipv4INFO
31942026-07-16T03:55:09.162Z Jul 16 03:55:08.266adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:55:08.266freemap_route_ipv4
31952026-07-16T03:55:09.166ZINFODEBG
31962026-07-16T03:55:09.166Z reset freemapadding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:55:08.266, Jul 16 03:55:08.266
31972026-07-16T03:55:09.166Z Jul 16 03:55:08.266 DEBGDEBGunit:DEBG freemap_route_ipv6initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], Jul 16 03:55:08.266
31982026-07-16T03:55:09.166Zreset freemap unit:
31992026-07-16T03:55:09.166ZDEBG, Jul 16 03:55:08.266 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 } }]
32002026-07-16T03:55:09.166ZINFO adding route 172.16.0.0/32 -> 10.0.0.3unitJul 16 03:55:08.266
32012026-07-16T03:55:09.166Z: Jul 16 03:55:08.266freemap_route_ipv4 Jul 16 03:55:08.266INFOfreemap_route_ipv6
32022026-07-16T03:55:09.166Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32032026-07-16T03:55:09.166Z INFODEBG 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 } }]
32042026-07-16T03:55:09.166Z
32052026-07-16T03:55:09.166Z
32062026-07-16T03:55:09.166ZJul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOreset freemap
32072026-07-16T03:55:09.166Z adding route 172.16.0.0/32 -> 10.0.0.4DEBG,
32082026-07-16T03:55:09.166Z 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 } }]Jul 16 03:55:08.266
32092026-07-16T03:55:09.166Zinitted freemap. size: 64 , unit:Jul 16 03:55:08.266INFOunit :freemap_route_ipv6
32102026-07-16T03:55:09.166Z DEBGJul 16 03:55:08.266freemap_route_ipv6
32112026-07-16T03:55:09.167ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
32122026-07-16T03:55:09.167Zadding route 172.17.0.14/32 -> 10.0.0.255
32132026-07-16T03:55:09.167Zadding route 3fff:dead::/64 -> 2001:db8::55:2
32142026-07-16T03:55:09.167ZJul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266 DEBGDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.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 } }, NextHop { asic_port_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.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 } }]
32152026-07-16T03:55:09.167Z
32162026-07-16T03:55:09.167ZDEBG Jul 16 03:55:08.266
32172026-07-16T03:55:09.167ZDEBG Jul 16 03:55:08.266replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 freemapJul 16 03:55:08.266INFO
32182026-07-16T03:55:09.167Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
32192026-07-16T03:55:09.167Z 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 } }],
32202026-07-16T03:55:09.167Zunit:Jul 16 03:55:08.266 Jul 16 03:55:08.266 freemap_route_ipv6DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32212026-07-16T03:55:09.167Z
32222026-07-16T03:55:09.167ZJul 16 03:55:08.266
32232026-07-16T03:55:09.167Z INFOJul 16 03:55:08.266 adding route 172.16.0.0/32 -> 10.0.0.1INFO
32242026-07-16T03:55:09.167Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:55:08.266
32252026-07-16T03:55:09.167Z INFOJul 16 03:55:08.266 adding route 172.17.0.16/32 -> 10.0.0.255Jul 16 03:55:08.266Jul 16 03:55:08.258
32262026-07-16T03:55:09.167Z DEBG 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 } }]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 } }]Jul 16 03:55:08.266
32272026-07-16T03:55:09.167Z 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 } }]DEBG
32282026-07-16T03:55:09.167Z
32292026-07-16T03:55:09.167Zreplacing 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 } }]
32302026-07-16T03:55:09.167ZJul 16 03:55:08.266 INFOJul 16 03:55:08.266 Jul 16 03:55:08.266INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:2
32312026-07-16T03:55:09.167Z Jul 16 03:55:08.266
32322026-07-16T03:55:09.167Z INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
32332026-07-16T03:55:09.167ZJul 16 03:55:08.266adding route 172.17.0.17/32 -> 10.0.0.255
32342026-07-16T03:55:09.167ZDEBG Jul 16 03:55:08.266 DEBGJul 16 03:55:08.266 Jul 16 03:55:08.266replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGDEBG
32352026-07-16T03:55:09.167Z 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.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 } }]
32362026-07-16T03:55:09.167Z
32372026-07-16T03:55:09.167Zreplacing 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 } }]Jul 16 03:55:08.266
32382026-07-16T03:55:09.167ZJul 16 03:55:08.266 INFOINFO Jul 16 03:55:08.266 Jul 16 03:55:08.266INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:3
32392026-07-16T03:55:09.167ZINFO
32402026-07-16T03:55:09.167Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
32412026-07-16T03:55:09.167Zadding route 172.17.0.18/32 -> 10.0.0.255
32422026-07-16T03:55:09.167ZJul 16 03:55:08.266Jul 16 03:55:08.266 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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 } }]
32432026-07-16T03:55:09.167Z
32442026-07-16T03:55:09.167ZJul 16 03:55:08.266 DEBGJul 16 03:55:08.266 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 } }]Jul 16 03:55:08.257DEBG
32452026-07-16T03:55:09.167ZJul 16 03:55:08.266 Jul 16 03:55:08.266 INFOINFOreplacing 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 } }]
32462026-07-16T03:55:09.167ZINFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:55:08.266adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32472026-07-16T03:55:09.167ZJul 16 03:55:08.266INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
32482026-07-16T03:55:09.168Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
32492026-07-16T03:55:09.168Zadding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:55:08.266
32502026-07-16T03:55:09.168Z
32512026-07-16T03:55:09.168Z DEBG Jul 16 03:55:08.266replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:55:08.266
32522026-07-16T03:55:09.168Z Jul 16 03:55:08.266DEBGDEBG Jul 16 03:55:08.266 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.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 } }]
32532026-07-16T03:55:09.168ZDEBG 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 } }]
32542026-07-16T03:55:09.168Z DEBG
32552026-07-16T03:55:09.168ZJul 16 03:55:08.266 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 } }]Jul 16 03:55:08.266Jul 16 03:55:08.266
32562026-07-16T03:55:09.168ZINFO INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:55:08.266adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
32572026-07-16T03:55:09.168Z
32582026-07-16T03:55:09.168Ztest route::tests::same_size_non_subset_replace ... ok
32592026-07-16T03:55:09.168ZJul 16 03:55:08.266 replacing targets for 3fff:dead::/64 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 } }]INFO Jul 16 03:55:08.266INFOJul 16 03:55:08.266 DEBGDEBG adding route 3fff:beef:39::/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 } }] adding route 172.17.0.1/32 -> 10.0.0.255
32602026-07-16T03:55:09.168Zreplacing 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 } }]
32612026-07-16T03:55:09.168Z
32622026-07-16T03:55:09.168Z
32632026-07-16T03:55:09.168Z
32642026-07-16T03:55:09.168ZJul 16 03:55:08.266Jul 16 03:55:08.266Jul 16 03:55:08.266 Jul 16 03:55:08.266INFO Jul 16 03:55:08.266 INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGDEBG
32652026-07-16T03:55:09.168Z 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 172.17.0.21/32 -> 10.0.0.255
32662026-07-16T03:55:09.168Z
32672026-07-16T03:55:09.168Z WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 16 03:55:08.266Jul 16 03:55:08.266replacing 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 } }]
32682026-07-16T03:55:09.168Z Jul 16 03:55:08.266DEBG
32692026-07-16T03:55:09.168ZDEBG 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 } }]
32702026-07-16T03:55:09.168Zreplacing 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 } }]
32712026-07-16T03:55:09.168Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:55:08.266 Jul 16 03:55:08.266INFO Jul 16 03:55:08.266INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFOJul 16 03:55:08.267 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
32722026-07-16T03:55:09.168Zcreated new freemap, unit
32732026-07-16T03:55:09.168Z
32742026-07-16T03:55:09.168ZJul 16 03:55:08.273: DEBGJul 16 03:55:08.273 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 } }]freemap_route_ipv4
32752026-07-16T03:55:09.168Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255
32762026-07-16T03:55:09.168Z
32772026-07-16T03:55:09.168Zreplacing 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 } }]Jul 16 03:55:08.273 Jul 16 03:55:08.273DEBG
32782026-07-16T03:55:09.168Z Jul 16 03:55:08.273replacing 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 } }] INFOJul 16 03:55:08.273Jul 16 03:55:08.273DEBG
32792026-07-16T03:55:09.168ZINFO adding route 172.17.0.3/32 -> 10.0.0.255 DEBGJul 16 03:55:08.273created new freemap
32802026-07-16T03:55:09.168Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:55:08.273replacing 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 } }],
32812026-07-16T03:55:09.168Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunitDEBG
32822026-07-16T03:55:09.168Z
32832026-07-16T03:55:09.168Z: 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 } }]
32842026-07-16T03:55:09.168Zfreemap_route_ipv6
32852026-07-16T03:55:09.168ZJul 16 03:55:08.273 Jul 16 03:55:08.273DEBGJul 16 03:55:08.273 INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:55:08.273
32862026-07-16T03:55:09.168Z INFO Jul 16 03:55:08.273adding route 172.17.0.4/32 -> 10.0.0.255DEBG
32872026-07-16T03:55:09.168Z DEBGadding route 172.17.0.23/32 -> 10.0.0.255
32882026-07-16T03:55:09.169ZJul 16 03:55:08.273 Jul 16 03:55:08.273 INFOinitted freemap. size: 64
32892026-07-16T03:55:09.169Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, Jul 16 03:55:08.273unit
32902026-07-16T03:55:09.169ZDEBG:DEBGJul 16 03:55:08.273 INFO Jul 16 03:55:08.273 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 } }]DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff 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 } }]
32912026-07-16T03:55:09.169Z
32922026-07-16T03:55:09.169Zreplacing 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 } }]
32932026-07-16T03:55:09.169Z freemap_route_ipv4
32942026-07-16T03:55:09.169Z
32952026-07-16T03:55:09.174Zreplacing 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 } }]Jul 16 03:55:08.273 DEBG
32962026-07-16T03:55:09.174ZJul 16 03:55:08.273Jul 16 03:55:08.273 Jul 16 03:55:08.273Jul 16 03:55:08.273replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
32972026-07-16T03:55:09.174Z adding route 172.17.0.24/32 -> 10.0.0.255INFO
32982026-07-16T03:55:09.174Z INFO adding route 172.17.0.5/32 -> 10.0.0.255
32992026-07-16T03:55:09.174Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 16 03:55:08.273DEBG
33002026-07-16T03:55:09.174ZJul 16 03:55:08.273 reset freemapINFO, unitDEBG:Jul 16 03:55:08.273 Jul 16 03:55:08.273 Jul 16 03:55:08.273 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG freemap_route_ipv4INFODEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
33012026-07-16T03:55:09.174Z
33022026-07-16T03:55:09.174Zreplacing 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 } }]
33032026-07-16T03:55:09.174Z
33042026-07-16T03:55:09.174Z
33052026-07-16T03:55:09.174Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:55:08.273
33062026-07-16T03:55:09.174ZJul 16 03:55:08.273Jul 16 03:55:08.273 DEBGJul 16 03:55:08.273DEBGJul 16 03:55:08.273 initted freemap. size: 64 , unitINFOINFO 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:3e::/64 -> 2001:db8::55:ff:
33072026-07-16T03:55:09.174ZJul 16 03:55:08.273
33082026-07-16T03:55:09.174Z adding route 172.17.0.6/32 -> 10.0.0.255 Jul 16 03:55:08.273 Jul 16 03:55:08.273
33092026-07-16T03:55:09.174ZDEBG freemap_route_ipv6replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33102026-07-16T03:55:09.174ZINFO
33112026-07-16T03:55:09.174ZINFO Jul 16 03:55:08.273 Jul 16 03:55:08.273 adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG
33122026-07-16T03:55:09.174Z
33132026-07-16T03:55:09.174Z 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 } }]Jul 16 03:55:08.273 failed to allocate space for the new target list
33142026-07-16T03:55:09.174Z
33152026-07-16T03:55:09.174Zreplacing 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 } }]DEBGJul 16 03:55:08.273 Jul 16 03:55:08.273 Jul 16 03:55:08.273INFO Jul 16 03:55:08.273 DEBGDEBG reset freemap
33162026-07-16T03:55:09.174Z adding route 172.17.0.7/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 } }], replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
33172026-07-16T03:55:09.174Z
33182026-07-16T03:55:09.174Z
33192026-07-16T03:55:09.174ZDEBG:Jul 16 03:55:08.273 freemap_route_ipv6replacing 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 } }]
33202026-07-16T03:55:09.174ZJul 16 03:55:08.273
33212026-07-16T03:55:09.174Z DEBGDEBG 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 } }]Jul 16 03:55:08.273Jul 16 03:55:08.273
33222026-07-16T03:55:09.174Zfailed to allocate space for the new target list Jul 16 03:55:08.273 INFO
33232026-07-16T03:55:09.174Z adding route 172.17.0.26/32 -> 10.0.0.255
33242026-07-16T03:55:09.174ZJul 16 03:55:08.273 INFOJul 16 03:55:08.273INFO adding route 172.17.0.8/32 -> 10.0.0.255Jul 16 03:55:08.273adding route 3fff:dead::/64 -> 2001:db8::55:1
33252026-07-16T03:55:09.174Z
33262026-07-16T03:55:09.174ZINFO 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 } }]
33272026-07-16T03:55:09.175ZDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 16 03:55:08.273replacing 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 } }]
33282026-07-16T03:55:09.175Z
33292026-07-16T03:55:09.175ZDEBG Jul 16 03:55:08.273Jul 16 03:55:08.273Jul 16 03:55:08.273replacing 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 } }]
33302026-07-16T03:55:09.175Z DEBGDEBG Jul 16 03:55:08.273 DEBGINFOJul 16 03:55:08.273 failed to allocate space for the new target list adding route 172.17.0.27/32 -> 10.0.0.255INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.9/32 -> 10.0.0.255
33312026-07-16T03:55:09.175Z
33322026-07-16T03:55:09.175Z
33332026-07-16T03:55:09.175Z
33342026-07-16T03:55:09.175Zreplacing 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 } }]
33352026-07-16T03:55:09.175ZJul 16 03:55:08.273Jul 16 03:55:08.273Jul 16 03:55:08.273 Jul 16 03:55:08.267DEBG INFODEBG created new freemapDEBGreplacing 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 } }]Jul 16 03:55:08.273,
33362026-07-16T03:55:09.175Zunit: freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
33372026-07-16T03:55:09.175ZJul 16 03:55:08.273INFO
33382026-07-16T03:55:09.175Z
33392026-07-16T03:55:09.175ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
33402026-07-16T03:55:09.175Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
33412026-07-16T03:55:09.175ZJul 16 03:55:08.273 Jul 16 03:55:08.273DEBGJul 16 03:55:08.273 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG created new freemapreplacing 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 } }], Jul 16 03:55:08.273unit
33422026-07-16T03:55:09.175Z:
33432026-07-16T03:55:09.175Z Jul 16 03:55:08.273 freemap_route_ipv6 DEBG
33442026-07-16T03:55:09.175Z 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 } }]INFOJul 16 03:55:08.273 Jul 16 03:55:08.273
33452026-07-16T03:55:09.175Z Jul 16 03:55:08.273INFOadding route 172.17.0.28/32 -> 10.0.0.255 INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBG
33462026-07-16T03:55:09.175Z
33472026-07-16T03:55:09.175Z initted freemap. size: 64, adding route 3fff:dead::/64 -> 2001:db8::55:3unit
33482026-07-16T03:55:09.175Z:Jul 16 03:55:08.273 freemap_route_ipv4Jul 16 03:55:08.273
33492026-07-16T03:55:09.175ZJul 16 03:55:08.273INFO Jul 16 03:55:08.273DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGJul 16 03:55:08.273replacing 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 DEBG
33502026-07-16T03:55:09.175Z
33512026-07-16T03:55:09.175Zreset freemap, unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:55:08.273 freemap_route_ipv4
33522026-07-16T03:55:09.175Z
33532026-07-16T03:55:09.175ZINFO adding route 172.17.0.12/32 -> 10.0.0.255
33542026-07-16T03:55:09.175Z
33552026-07-16T03:55:09.175ZJul 16 03:55:08.273 DEBG Jul 16 03:55:08.273initted freemap. size: 64Jul 16 03:55:08.273Jul 16 03:55:08.273 , DEBGunit DEBGINFO : Jul 16 03:55:08.273replacing 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 } }]
33562026-07-16T03:55:09.175Zfreemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255
33572026-07-16T03:55:09.175Z
33582026-07-16T03:55:09.175Z INFO 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 } }]Jul 16 03:55:08.273adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:55:08.273
33592026-07-16T03:55:09.175Z
33602026-07-16T03:55:09.175Z DEBGJul 16 03:55:08.273 INFOreset freemap Jul 16 03:55:08.273, unitDEBG:adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
33612026-07-16T03:55:09.175Z freemap_route_ipv6
33622026-07-16T03:55:09.175Zreplacing 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 } }]Jul 16 03:55:08.273
33632026-07-16T03:55:09.175ZJul 16 03:55:08.273Jul 16 03:55:08.273 INFODEBG Jul 16 03:55:08.273adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, 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 } }] INFOreplacing 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 } }]
33642026-07-16T03:55:09.175Z
33652026-07-16T03:55:09.175Zadding route 172.17.0.30/32 -> 10.0.0.255
33662026-07-16T03:55:09.176Z
33672026-07-16T03:55:09.176ZJul 16 03:55:08.273 DEBG Jul 16 03:55:08.273replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 16 03:55:08.273
33682026-07-16T03:55:09.176Z INFOINFODEBG Jul 16 03:55:08.273Jul 16 03:55:08.273adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
33692026-07-16T03:55:09.176Z
33702026-07-16T03:55:09.176Z
33712026-07-16T03:55:09.176ZINFODEBG adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:55:08.273Jul 16 03:55:08.273
33722026-07-16T03:55:09.176ZDEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 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.31/32 -> 10.0.0.255
33732026-07-16T03:55:09.176Z
33742026-07-16T03:55:09.176ZJul 16 03:55:08.273
33752026-07-16T03:55:09.176Z DEBGJul 16 03:55:08.273 Jul 16 03:55:08.273replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
33762026-07-16T03:55:09.176Z Jul 16 03:55:08.273adding route 172.17.0.15/32 -> 10.0.0.255 DEBG
33772026-07-16T03:55:09.176ZDEBG Jul 16 03:55:08.273 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]Jul 16 03:55:08.273
33782026-07-16T03:55:09.176Z
33792026-07-16T03:55:09.176ZDEBG 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 } }]Jul 16 03:55:08.273replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]Jul 16 03:55:08.273
33802026-07-16T03:55:09.176Z
33812026-07-16T03:55:09.176Z INFO adding route 172.17.0.32/32 -> 10.0.0.255INFOJul 16 03:55:08.273 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
33822026-07-16T03:55:09.176ZINFO
33832026-07-16T03:55:09.176Zadding route 172.17.0.16/32 -> 10.0.0.255
33842026-07-16T03:55:09.176ZJul 16 03:55:08.273 Jul 16 03:55:08.273DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33852026-07-16T03:55:09.176Z Jul 16 03:55:08.273 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 Jul 16 03:55:08.274 DEBGJul 16 03:55:08.274replacing 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 } }]Jul 16 03:55:08.267
33862026-07-16T03:55:09.176Z DEBG
33872026-07-16T03:55:09.176Z Jul 16 03:55:08.274Jul 16 03:55:08.279 DEBG created new freemapINFO, unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:Jul 16 03:55:08.273Jul 16 03:55:08.279
33882026-07-16T03:55:09.176Zfreemap_route_ipv4INFOcreated new freemap ,
33892026-07-16T03:55:09.176Z adding route 172.17.0.33/32 -> 10.0.0.255INFO unit
33902026-07-16T03:55:09.176Z:adding route 172.17.0.17/32 -> 10.0.0.255
33912026-07-16T03:55:09.176Zfreemap_route_ipv4Jul 16 03:55:08.279
33922026-07-16T03:55:09.176Z Jul 16 03:55:08.279DEBGJul 16 03:55:08.279 DEBG DEBG Jul 16 03:55:08.279replacing 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.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 } }]created new freemapJul 16 03:55:08.279
33932026-07-16T03:55:09.176Z
33942026-07-16T03:55:09.176Z DEBG, unit created new freemap:, Jul 16 03:55:08.279freemap_route_ipv6Jul 16 03:55:08.279 DEBGINFO
33952026-07-16T03:55:09.182Z INFOadding route 172.17.0.18/32 -> 10.0.0.255 unit:adding route 172.17.0.34/32 -> 10.0.0.255
33962026-07-16T03:55:09.182Z
33972026-07-16T03:55:09.183Z freemap_route_ipv6replacing 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 } }]Jul 16 03:55:08.279Jul 16 03:55:08.279
33982026-07-16T03:55:09.183ZJul 16 03:55:08.279 DEBG DEBGDEBG
33992026-07-16T03:55:09.183Z 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 } }]
34002026-07-16T03:55:09.183Zreplacing 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 } }]initted freemap. size: 64Jul 16 03:55:08.279
34012026-07-16T03:55:09.183Z, unit: Jul 16 03:55:08.279Jul 16 03:55:08.279freemap_route_ipv4 Jul 16 03:55:08.279
34022026-07-16T03:55:09.183Z DEBG INFOINFO INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:55:08.279
34032026-07-16T03:55:09.183Zinitted freemap. size: 64 , DEBGunit reset freemap, adding route 172.17.0.35/32 -> 10.0.0.255unit:
34042026-07-16T03:55:09.183Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:Jul 16 03:55:08.279
34052026-07-16T03:55:09.183ZDEBGfreemap_route_ipv4
34062026-07-16T03:55:09.183Zreplacing 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 } }]Jul 16 03:55:08.279 freemap_route_ipv4DEBG
34072026-07-16T03:55:09.183Z
34082026-07-16T03:55:09.183ZJul 16 03:55:08.279 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 } }]
34092026-07-16T03:55:09.183Z DEBGJul 16 03:55:08.279 Jul 16 03:55:08.279initted freemap. size: 64 Jul 16 03:55:08.279, INFODEBG unitDEBG :adding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:55:08.279 reset freemap
34102026-07-16T03:55:09.183Zfreemap_route_ipv6,
34112026-07-16T03:55:09.183ZINFO unitadding route 172.17.0.36/32 -> 10.0.0.255:Jul 16 03:55:08.279
34122026-07-16T03:55:09.183ZDEBGreplacing 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 } }]Jul 16 03:55:08.279 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 } }]freemap_route_ipv4
34132026-07-16T03:55:09.183Z
34142026-07-16T03:55:09.183Z DEBG
34152026-07-16T03:55:09.183ZJul 16 03:55:08.279 reset freemap DEBGJul 16 03:55:08.279, 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 } }]unit :
34162026-07-16T03:55:09.183ZJul 16 03:55:08.279 INFO freemap_route_ipv6
34172026-07-16T03:55:09.183Z adding route 172.17.0.21/32 -> 10.0.0.255INFOJul 16 03:55:08.279Jul 16 03:55:08.279 DEBGINFO
34182026-07-16T03:55:09.183Z initted freemap. size: 64, Jul 16 03:55:08.279adding route 172.17.0.37/32 -> 10.0.0.255
34192026-07-16T03:55:09.183ZINFO unitadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
34202026-07-16T03:55:09.183Z:Jul 16 03:55:08.279Jul 16 03:55:08.279
34212026-07-16T03:55:09.183Z DEBG freemap_route_ipv6
34222026-07-16T03:55:09.183ZJul 16 03:55:08.279replacing 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 } }]
34232026-07-16T03:55:09.183ZDEBGDEBG 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.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 } }]
34242026-07-16T03:55:09.183Z
34252026-07-16T03:55:09.183ZJul 16 03:55:08.279 INFO Jul 16 03:55:08.279adding route 172.17.0.22/32 -> 10.0.0.255
34262026-07-16T03:55:09.183ZINFOJul 16 03:55:08.279Jul 16 03:55:08.279 INFODEBG Jul 16 03:55:08.279adding route 172.17.0.38/32 -> 10.0.0.255 reset freemapadding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:55:08.279, unit
34272026-07-16T03:55:09.183Z
34282026-07-16T03:55:09.183Z: DEBGJul 16 03:55:08.279DEBG Jul 16 03:55:08.279freemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34292026-07-16T03:55:09.183ZDEBG
34302026-07-16T03:55:09.183Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]Jul 16 03:55:08.279
34312026-07-16T03:55:09.183Z 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 } }] adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:55:08.279
34322026-07-16T03:55:09.183Z
34332026-07-16T03:55:09.183ZJul 16 03:55:08.279
34342026-07-16T03:55:09.184Z INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:55:08.279
34352026-07-16T03:55:09.184ZJul 16 03:55:08.279adding route 172.16.0.0/32 -> 10.0.0.1
34362026-07-16T03:55:09.184ZINFODEBG Jul 16 03:55:08.279adding route 172.17.0.39/32 -> 10.0.0.255 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 } }]
34372026-07-16T03:55:09.184Z
34382026-07-16T03:55:09.184ZJul 16 03:55:08.280 DEBGDEBG Jul 16 03:55:08.280replacing 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 } }]
34392026-07-16T03:55:09.184ZINFOfailed to allocate space for the new target list adding route 172.17.0.24/32 -> 10.0.0.255Jul 16 03:55:08.280Jul 16 03:55:08.280
34402026-07-16T03:55:09.184ZJul 16 03:55:08.280DEBG 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 } }]INFODEBG
34412026-07-16T03:55:09.184Z
34422026-07-16T03:55:09.184Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.2/32 -> 10.0.0.255Jul 16 03:55:08.280
34432026-07-16T03:55:09.184Z Jul 16 03:55:08.280 Jul 16 03:55:08.280DEBGINFO
34442026-07-16T03:55:09.184Zreplacing 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 } }]Jul 16 03:55:08.280 adding route 172.17.0.40/32 -> 10.0.0.255
34452026-07-16T03:55:09.184ZDEBGDEBG 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 } }]
34462026-07-16T03:55:09.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:2, vlan_id: None } }]Jul 16 03:55:08.280
34472026-07-16T03:55:09.184Z DEBG
34482026-07-16T03:55:09.184Z 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 } }]Jul 16 03:55:08.280Jul 16 03:55:08.280
34492026-07-16T03:55:09.184ZINFO adding route 172.17.0.3/32 -> 10.0.0.255INFOJul 16 03:55:08.280
34502026-07-16T03:55:09.184Zadding route 172.17.0.25/32 -> 10.0.0.255 INFOJul 16 03:55:08.280 adding route 172.16.0.0/32 -> 10.0.0.2INFOJul 16 03:55:08.280 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
34512026-07-16T03:55:09.184Z 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 } }]
34522026-07-16T03:55:09.184Z
34532026-07-16T03:55:09.184Z
34542026-07-16T03:55:09.184ZJul 16 03:55:08.280Jul 16 03:55:08.280Jul 16 03:55:08.280 Jul 16 03:55:08.280 DEBGDEBGINFODEBG 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 } }]adding route 172.17.0.4/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 } }]created new freemapreplacing 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 } }],
34552026-07-16T03:55:09.184Z
34562026-07-16T03:55:09.184Z
34572026-07-16T03:55:09.184Z
34582026-07-16T03:55:09.184Zunit: Jul 16 03:55:08.280freemap_route_ipv4 Jul 16 03:55:08.280Jul 16 03:55:08.280
34592026-07-16T03:55:09.184Z Jul 16 03:55:08.280 DEBG INFOINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 INFO
34602026-07-16T03:55:09.184Zadding route 172.17.0.0/32 -> 10.0.0.255
34612026-07-16T03:55:09.184ZJul 16 03:55:08.280 DEBG
34622026-07-16T03:55:09.184Zadding route 172.17.0.26/32 -> 10.0.0.255 created new freemap
34632026-07-16T03:55:09.184Z, unit:Jul 16 03:55:08.280 freemap_route_ipv6INFOJul 16 03:55:08.280
34642026-07-16T03:55:09.184Z adding route 172.17.0.5/32 -> 10.0.0.255DEBGJul 16 03:55:08.280
34652026-07-16T03:55:09.184Z Jul 16 03:55:08.280DEBG Jul 16 03:55:08.280 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 } }] initted freemap. size: 64
34662026-07-16T03:55:09.184Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
34672026-07-16T03:55:09.184ZDEBGDEBG, unit :Jul 16 03:55:08.280 freemap_route_ipv4replacing 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 } }]
34682026-07-16T03:55:09.184ZJul 16 03:55:08.280
34692026-07-16T03:55:09.184Z INFODEBG 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 } }]Jul 16 03:55:08.280
34702026-07-16T03:55:09.184Zadding route 172.17.0.43/32 -> 10.0.0.255
34712026-07-16T03:55:09.184ZJul 16 03:55:08.280 DEBGINFO reset freemapadding route 172.17.0.27/32 -> 10.0.0.255 Jul 16 03:55:08.280,
34722026-07-16T03:55:09.184Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
34732026-07-16T03:55:09.185Z:Jul 16 03:55:08.280 freemap_route_ipv4 INFODEBGJul 16 03:55:08.280
34742026-07-16T03:55:09.185ZJul 16 03:55:08.280 DEBG Jul 16 03:55:08.280adding route 172.17.0.1/32 -> 10.0.0.255 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 } }]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 } }]
34752026-07-16T03:55:09.185Zinitted freemap. size: 64INFO
34762026-07-16T03:55:09.185Z, adding route 172.17.0.6/32 -> 10.0.0.255
34772026-07-16T03:55:09.185Zunit:
34782026-07-16T03:55:09.185Z Jul 16 03:55:08.280 INFO freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255
34792026-07-16T03:55:09.185ZJul 16 03:55:08.280Jul 16 03:55:08.280 INFOJul 16 03:55:08.280
34802026-07-16T03:55:09.185Z adding route 172.17.0.44/32 -> 10.0.0.255DEBGJul 16 03:55:08.280
34812026-07-16T03:55:09.185ZJul 16 03:55:08.280DEBGDEBG 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 } }]reset freemap 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.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 } }]
34822026-07-16T03:55:09.185Z,
34832026-07-16T03:55:09.185ZunitJul 16 03:55:08.280:
34842026-07-16T03:55:09.185Z DEBG Jul 16 03:55:08.280freemap_route_ipv6 INFO
34852026-07-16T03:55:09.185Zreplacing 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 } }]Jul 16 03:55:08.280
34862026-07-16T03:55:09.185ZJul 16 03:55:08.280 INFOadding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:55:08.280Jul 16 03:55:08.280INFO
34872026-07-16T03:55:09.185Z INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
34882026-07-16T03:55:09.185Z
34892026-07-16T03:55:09.185Z
34902026-07-16T03:55:09.185Z Jul 16 03:55:08.280adding route 172.17.0.45/32 -> 10.0.0.255 Jul 16 03:55:08.280DEBG Jul 16 03:55:08.280DEBG
34912026-07-16T03:55:09.185Z Jul 16 03:55:08.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34922026-07-16T03:55:09.185Zreplacing 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 } }]DEBGDEBG
34932026-07-16T03:55:09.185ZJul 16 03:55:08.280 Jul 16 03:55:08.280 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
34942026-07-16T03:55:09.185ZINFO
34952026-07-16T03:55:09.190Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
34962026-07-16T03:55:09.190ZJul 16 03:55:08.280 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Jul 16 03:55:08.280Jul 16 03:55:08.280adding route 172.17.0.8/32 -> 10.0.0.255 Jul 16 03:55:08.280INFO
34972026-07-16T03:55:09.191Z DEBGadding route 172.17.0.30/32 -> 10.0.0.255
34982026-07-16T03:55:09.191Z
34992026-07-16T03:55:09.191Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
35002026-07-16T03:55:09.191Z Jul 16 03:55:08.280Jul 16 03:55:08.280INFO Jul 16 03:55:08.280DEBGDEBG 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.3/32 -> 10.0.0.255Jul 16 03:55:08.280
35012026-07-16T03:55:09.191Z 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 } }]
35022026-07-16T03:55:09.191Z
35032026-07-16T03:55:09.191ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
35042026-07-16T03:55:09.191ZJul 16 03:55:08.280Jul 16 03:55:08.280 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255
35052026-07-16T03:55:09.191ZJul 16 03:55:08.280adding route 172.17.0.46/32 -> 10.0.0.255
35062026-07-16T03:55:09.191ZJul 16 03:55:08.280 INFODEBGJul 16 03:55:08.280 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]DEBGDEBGJul 16 03:55:08.280
35072026-07-16T03:55:09.191Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
35082026-07-16T03:55:09.191Zadding route 172.17.0.9/32 -> 10.0.0.255
35092026-07-16T03:55:09.191Z
35102026-07-16T03:55:09.191ZJul 16 03:55:08.286 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 16 03:55:08.286Jul 16 03:55:08.286
35112026-07-16T03:55:09.191Z 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 } }]
35122026-07-16T03:55:09.191ZJul 16 03:55:08.286 Jul 16 03:55:08.280INFODEBGJul 16 03:55:08.286 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
35132026-07-16T03:55:09.191ZDEBG
35142026-07-16T03:55:09.191Zcreated new freemapINFO, unitadding route 172.17.0.10/32 -> 10.0.0.255Jul 16 03:55:08.286
35152026-07-16T03:55:09.191Z 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 } }]:
35162026-07-16T03:55:09.191ZJul 16 03:55:08.286 Jul 16 03:55:08.286 freemap_route_ipv4INFOJul 16 03:55:08.286DEBG 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 } }]
35172026-07-16T03:55:09.191Zreplacing targets for 3fff:dead::/64 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 } }]
35182026-07-16T03:55:09.192Zadding route 172.17.0.33/32 -> 10.0.0.255
35192026-07-16T03:55:09.192Z
35202026-07-16T03:55:09.192ZJul 16 03:55:08.286 INFO adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:55:08.286
35212026-07-16T03:55:09.192Z Jul 16 03:55:08.286 INFODEBGJul 16 03:55:08.286 Jul 16 03:55:08.286replacing 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 } }] DEBG
35222026-07-16T03:55:09.192Z 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
35232026-07-16T03:55:09.192Z created new freemapJul 16 03:55:08.286, adding route 172.17.0.4/32 -> 10.0.0.255unitJul 16 03:55:08.286 :INFO freemap_route_ipv6
35242026-07-16T03:55:09.192ZINFOadding route 172.17.0.34/32 -> 10.0.0.255
35252026-07-16T03:55:09.192Zadding route 172.17.0.12/32 -> 10.0.0.255
35262026-07-16T03:55:09.192Z
35272026-07-16T03:55:09.192ZJul 16 03:55:08.286Jul 16 03:55:08.286 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 } }]created new freemapDEBG
35282026-07-16T03:55:09.192Z, Jul 16 03:55:08.286Jul 16 03:55:08.286unit :DEBG freemap_route_ipv4Jul 16 03:55:08.286replacing 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.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 } }]
35292026-07-16T03:55:09.192Z
35302026-07-16T03:55:09.192Z
35312026-07-16T03:55:09.192ZDEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64Jul 16 03:55:08.286
35322026-07-16T03:55:09.192ZDEBG Jul 16 03:55:08.286, Jul 16 03:55:08.286created new freemapJul 16 03:55:08.286 , INFOunit unit:INFO adding route 172.17.0.13/32 -> 10.0.0.255 DEBGfreemap_route_ipv6
35332026-07-16T03:55:09.192Z
35342026-07-16T03:55:09.192Zadding route 172.17.0.5/32 -> 10.0.0.255: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 } }]
35352026-07-16T03:55:09.192Z
35362026-07-16T03:55:09.192ZJul 16 03:55:08.286 DEBGJul 16 03:55:08.286 initted freemap. size: 64DEBGJul 16 03:55:08.286, freemap_route_ipv4replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35372026-07-16T03:55:09.192Z
35382026-07-16T03:55:09.192Zunit: INFOfreemap_route_ipv4 Jul 16 03:55:08.286Jul 16 03:55:08.286
35392026-07-16T03:55:09.192ZJul 16 03:55:08.286 adding route 172.17.0.36/32 -> 10.0.0.255
35402026-07-16T03:55:09.192ZINFOJul 16 03:55:08.286 DEBG DEBGadding route 172.17.0.14/32 -> 10.0.0.255 DEBGreset freemap
35412026-07-16T03:55:09.192Z, unitJul 16 03:55:08.286replacing 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 } }]: DEBGfreemap_route_ipv4Jul 16 03:55:08.286
35422026-07-16T03:55:09.192Z
35432026-07-16T03:55:09.192Z 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 } }]reset freemap
35442026-07-16T03:55:09.192Z DEBGJul 16 03:55:08.286 , 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 } }]DEBGJul 16 03:55:08.286
35452026-07-16T03:55:09.192Zunit : initted freemap. size: 64INFO, freemap_route_ipv4unitJul 16 03:55:08.286: freemap_route_ipv6INFO
35462026-07-16T03:55:09.192ZJul 16 03:55:08.286 adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
35472026-07-16T03:55:09.192Z
35482026-07-16T03:55:09.192ZINFO
35492026-07-16T03:55:09.192ZJul 16 03:55:08.286 adding route 172.17.0.15/32 -> 10.0.0.255DEBGJul 16 03:55:08.286
35502026-07-16T03:55:09.192ZJul 16 03:55:08.286 Jul 16 03:55:08.286 reset freemap DEBG, DEBGDEBG Jul 16 03:55:08.286 unitreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:initted freemap. size: 64
35512026-07-16T03:55:09.192Zfreemap_route_ipv6replacing 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 } }],
35522026-07-16T03:55:09.192Z DEBG
35532026-07-16T03:55:09.192Z 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 } }]Jul 16 03:55:08.286
35542026-07-16T03:55:09.192ZINFOJul 16 03:55:08.286unit Jul 16 03:55:08.286:adding route 172.17.0.7/32 -> 10.0.0.255INFO Jul 16 03:55:08.286adding route 172.16.0.0/32 -> 10.0.0.1
35552026-07-16T03:55:09.192Z
35562026-07-16T03:55:09.192ZINFO freemap_route_ipv6 Jul 16 03:55:08.286INFO adding route 172.17.0.38/32 -> 10.0.0.255 DEBG
35572026-07-16T03:55:09.192Zadding route 172.17.0.16/32 -> 10.0.0.255
35582026-07-16T03:55:09.193ZJul 16 03:55:08.286 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 } }]
35592026-07-16T03:55:09.193Z
35602026-07-16T03:55:09.193Z Jul 16 03:55:08.286Jul 16 03:55:08.286 Jul 16 03:55:08.286DEBGDEBGDEBGJul 16 03:55:08.286 INFODEBGreplacing 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 } }]
35612026-07-16T03:55:09.193Z reset freemapadding route 172.16.0.0/32 -> 10.0.0.2
35622026-07-16T03:55:09.193Z, replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35632026-07-16T03:55:09.193ZJul 16 03:55:08.286
35642026-07-16T03:55:09.193ZJul 16 03:55:08.286 unitDEBGINFOJul 16 03:55:08.286 INFO: adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:55:08.286
35652026-07-16T03:55:09.193Zadding route 172.17.0.8/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 } }]
35662026-07-16T03:55:09.193ZINFO Jul 16 03:55:08.286adding route 172.17.0.17/32 -> 10.0.0.255
35672026-07-16T03:55:09.193Z
35682026-07-16T03:55:09.193ZJul 16 03:55:08.286freemap_route_ipv6 DEBGINFOJul 16 03:55:08.286 adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
35692026-07-16T03:55:09.193Z
35702026-07-16T03:55:09.193Z
35712026-07-16T03:55:09.193ZDEBG 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 } }]Jul 16 03:55:08.286
35722026-07-16T03:55:09.193Z DEBG Jul 16 03:55:08.286replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]Jul 16 03:55:08.286 Jul 16 03:55:08.286
35732026-07-16T03:55:09.193Z INFOINFO Jul 16 03:55:08.286 adding route 172.17.0.18/32 -> 10.0.0.255 DEBG
35742026-07-16T03:55:09.193ZJul 16 03:55:08.286 INFO adding route 172.17.0.40/32 -> 10.0.0.255INFO 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 } }]
35752026-07-16T03:55:09.193Zadding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:55:08.286
35762026-07-16T03:55:09.193Z
35772026-07-16T03:55:09.193ZDEBGJul 16 03:55:08.286 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
35782026-07-16T03:55:09.193ZDEBG Jul 16 03:55:08.286
35792026-07-16T03:55:09.193Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35802026-07-16T03:55:09.193Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]Jul 16 03:55:08.286
35812026-07-16T03:55:09.193ZJul 16 03:55:08.286 Jul 16 03:55:08.286INFODEBG Jul 16 03:55:08.286adding route 172.17.0.19/32 -> 10.0.0.255 DEBGJul 16 03:55:08.286
35822026-07-16T03:55:09.193ZINFO INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
35832026-07-16T03:55:09.193ZJul 16 03:55:08.286adding route 172.17.0.9/32 -> 10.0.0.255
35842026-07-16T03:55:09.193Z 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 } }]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 } }]
35852026-07-16T03:55:09.193Zadding route 172.17.0.41/32 -> 10.0.0.255
35862026-07-16T03:55:09.193Z
35872026-07-16T03:55:09.193ZJul 16 03:55:08.286 Jul 16 03:55:08.286Jul 16 03:55:08.286 INFODEBG DEBGadding route 172.17.0.20/32 -> 10.0.0.255
35882026-07-16T03:55:09.193Zreplacing 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 } }] Jul 16 03:55:08.286replacing 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 } }]
35892026-07-16T03:55:09.193ZINFOJul 16 03:55:08.286
35902026-07-16T03:55:09.193Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:55:08.286DEBG INFOJul 16 03:55:08.286 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
35912026-07-16T03:55:09.193ZINFO
35922026-07-16T03:55:09.193Z adding route 172.17.0.10/32 -> 10.0.0.255
35932026-07-16T03:55:09.193Z
35942026-07-16T03:55:09.193ZJul 16 03:55:08.286 DEBG Jul 16 03:55:08.286 Jul 16 03:55:08.286replacing 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 } }] INFOJul 16 03:55:08.286
35952026-07-16T03:55:09.221Z DEBG DEBGadding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
35962026-07-16T03:55:09.221Z
35972026-07-16T03:55:09.221Z
35982026-07-16T03:55:09.221ZJul 16 03:55:08.286 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 } }] Jul 16 03:55:08.286adding route 172.17.0.43/32 -> 10.0.0.255
35992026-07-16T03:55:09.221ZDEBG
36002026-07-16T03:55:09.221ZJul 16 03:55:08.286 INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.286
36012026-07-16T03:55:09.221Z Jul 16 03:55:08.286DEBG adding route 172.17.0.47/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 } }]Jul 16 03:55:08.286
36022026-07-16T03:55:09.221Z
36032026-07-16T03:55:09.221Z Jul 16 03:55:08.286INFO INFO INFOJul 16 03:55:08.286Jul 16 03:55:08.286 adding route 172.16.0.0/32 -> 10.0.0.1INFOadding route 172.17.0.22/32 -> 10.0.0.255
36042026-07-16T03:55:09.222Z
36052026-07-16T03:55:09.222ZDEBG adding route 172.17.0.44/32 -> 10.0.0.255
36062026-07-16T03:55:09.222Zreplacing 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.11/32 -> 10.0.0.255Jul 16 03:55:08.286
36072026-07-16T03:55:09.222Z
36082026-07-16T03:55:09.222ZJul 16 03:55:08.286Jul 16 03:55:08.286 DEBGDEBGJul 16 03:55:08.286 Jul 16 03:55:08.286 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 } }, 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.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 } }]
36092026-07-16T03:55:09.222ZINFO
36102026-07-16T03:55:09.222Z 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 } }]Jul 16 03:55:08.286
36112026-07-16T03:55:09.222Zadding route 172.17.0.48/32 -> 10.0.0.255 DEBG
36122026-07-16T03:55:09.222ZINFO Jul 16 03:55:08.286 adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:55:08.286 INFO
36132026-07-16T03:55:09.222ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
36142026-07-16T03:55:09.222Zadding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.286Jul 16 03:55:08.286
36152026-07-16T03:55:09.222Z DEBGDEBG
36162026-07-16T03:55:09.222ZJul 16 03:55:08.286 DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36172026-07-16T03:55:09.222Zreplacing 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 } }]
36182026-07-16T03:55:09.222Zreplacing 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 } }]
36192026-07-16T03:55:09.222ZJul 16 03:55:08.286 DEBG created new freemapJul 16 03:55:08.286 INFO, Jul 16 03:55:08.292unit : INFOadding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4
36202026-07-16T03:55:09.222Zadding route 172.17.0.46/32 -> 10.0.0.255
36212026-07-16T03:55:09.222Z
36222026-07-16T03:55:09.222ZJul 16 03:55:08.292 DEBG created new freemap, Jul 16 03:55:08.292unitJul 16 03:55:08.292: DEBG DEBG freemap_route_ipv6replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36232026-07-16T03:55:09.222Z
36242026-07-16T03:55:09.222Zreplacing 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 } }]
36252026-07-16T03:55:09.222ZJul 16 03:55:08.292 INFO adding route 172.17.0.47/32 -> 10.0.0.255
36262026-07-16T03:55:09.222ZJul 16 03:55:08.292 Jul 16 03:55:08.292 Jul 16 03:55:08.292DEBG INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 initted freemap. size: 64replacing 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 } }]
36272026-07-16T03:55:09.222Z
36282026-07-16T03:55:09.222Z, unit:Jul 16 03:55:08.292Jul 16 03:55:08.292 DEBG freemap_route_ipv4replacing 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 } }]
36292026-07-16T03:55:09.222Z
36302026-07-16T03:55:09.222ZINFO adding route 172.17.0.48/32 -> 10.0.0.255
36312026-07-16T03:55:09.222ZJul 16 03:55:08.292 INFOJul 16 03:55:08.286Jul 16 03:55:08.292Jul 16 03:55:08.292 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.12/32 -> 10.0.0.255
36322026-07-16T03:55:09.222Z
36332026-07-16T03:55:09.222Zadding route 172.17.0.51/32 -> 10.0.0.255
36342026-07-16T03:55:09.222ZDEBG Jul 16 03:55:08.292 INFO Jul 16 03:55:08.292adding route 172.17.0.49/32 -> 10.0.0.255
36352026-07-16T03:55:09.222ZDEBGreset 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 } }],
36362026-07-16T03:55:09.222ZunitJul 16 03:55:08.292:Jul 16 03:55:08.292 DEBGfreemap_route_ipv4Jul 16 03:55:08.292DEBG
36372026-07-16T03:55:09.222Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36382026-07-16T03:55:09.222Z
36392026-07-16T03:55:09.222ZINFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 16 03:55:08.292Jul 16 03:55:08.292 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255Jul 16 03:55:08.292
36402026-07-16T03:55:09.222Z
36412026-07-16T03:55:09.222Z
36422026-07-16T03:55:09.222Z DEBG initted freemap. size: 64Jul 16 03:55:08.292Jul 16 03:55:08.292 Jul 16 03:55:08.292DEBGDEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36432026-07-16T03:55:09.223Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }],
36442026-07-16T03:55:09.223Z
36452026-07-16T03:55:09.223ZJul 16 03:55:08.292unit: INFOfreemap_route_ipv6Jul 16 03:55:08.292Jul 16 03:55:08.292
36462026-07-16T03:55:09.223Z adding route 172.17.0.51/32 -> 10.0.0.255INFO
36472026-07-16T03:55:09.223Z adding route 172.17.0.14/32 -> 10.0.0.255INFO
36482026-07-16T03:55:09.223Z adding route 172.17.0.53/32 -> 10.0.0.255Jul 16 03:55:08.292
36492026-07-16T03:55:09.223Z DEBGJul 16 03:55:08.292Jul 16 03:55:08.292 reset freemapDEBG, 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 } }]unitreplacing 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 } }]
36502026-07-16T03:55:09.223ZJul 16 03:55:08.293
36512026-07-16T03:55:09.223Z : DEBGfreemap_route_ipv6 Jul 16 03:55:08.293Jul 16 03:55:08.293 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36522026-07-16T03:55:09.223Z INFO
36532026-07-16T03:55:09.223Zadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255
36542026-07-16T03:55:09.223Z
36552026-07-16T03:55:09.223ZJul 16 03:55:08.293Jul 16 03:55:08.293Jul 16 03:55:08.293 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 } }]Jul 16 03:55:08.293INFOadding route 172.16.0.0/32 -> 10.0.0.1
36562026-07-16T03:55:09.223Z 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255
36572026-07-16T03:55:09.223Z
36582026-07-16T03:55:09.223ZJul 16 03:55:08.293
36592026-07-16T03:55:09.223ZINFO Jul 16 03:55:08.293adding route 172.17.0.16/32 -> 10.0.0.255
36602026-07-16T03:55:09.223ZINFO Jul 16 03:55:08.293adding route 172.17.0.53/32 -> 10.0.0.255 DEBG
36612026-07-16T03:55:09.223Ztest route::tests::shrink_preserves_compacted_order ... ok
36622026-07-16T03:55:09.223Z 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 } }]Jul 16 03:55:08.293Jul 16 03:55:08.293
36632026-07-16T03:55:09.223Z 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 } }]
36642026-07-16T03:55:09.223Zreplacing 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 } }]
36652026-07-16T03:55:09.223ZJul 16 03:55:08.293Jul 16 03:55:08.293 Jul 16 03:55:08.293DEBGINFO INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 16 03:55:08.293adding route 172.17.0.17/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 } }]
36662026-07-16T03:55:09.223Z
36672026-07-16T03:55:09.223Z
36682026-07-16T03:55:09.223Z INFO Jul 16 03:55:08.293Jul 16 03:55:08.293 adding route 172.16.0.0/32 -> 10.0.0.2INFO
36692026-07-16T03:55:09.223Z Jul 16 03:55:08.293adding route 172.17.0.54/32 -> 10.0.0.255DEBGJul 16 03:55:08.293
36702026-07-16T03:55:09.223Z DEBG INFOJul 16 03:55:08.293 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.24/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 } }]Jul 16 03:55:08.293
36712026-07-16T03:55:09.223Z
36722026-07-16T03:55:09.223Z
36732026-07-16T03:55:09.223Z 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 } }]
36742026-07-16T03:55:09.223Ztest route::tests::delete_targets_fragmented ... ok
36752026-07-16T03:55:09.223ZDEBGJul 16 03:55:08.293 Jul 16 03:55:08.293replacing 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 } }]
36762026-07-16T03:55:09.223Ztest route::tests::delete_target_fragmented ... ok
36772026-07-16T03:55:09.223ZINFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG
36782026-07-16T03:55:09.223Z Jul 16 03:55:08.293 Jul 16 03:55:08.286Jul 16 03:55:08.293replacing 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 } }] Jul 16 03:55:08.293
36792026-07-16T03:55:09.223ZDEBGINFOJul 16 03:55:08.293INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG
36802026-07-16T03:55:09.223Z adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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.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 } }]
36812026-07-16T03:55:09.224Z Jul 16 03:55:08.293 INFO adding route 172.17.0.25/32 -> 10.0.0.255
36822026-07-16T03:55:09.224ZJul 16 03:55:08.299adding route 172.16.0.0/32 -> 10.0.0.3
36832026-07-16T03:55:09.224ZINFO Jul 16 03:55:08.299adding route 172.17.0.19/32 -> 10.0.0.255
36842026-07-16T03:55:09.224ZDEBGJul 16 03:55:08.299 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 } }]
36852026-07-16T03:55:09.224ZDEBG Jul 16 03:55:08.299replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
36862026-07-16T03:55:09.224ZDEBGJul 16 03:55:08.299 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 } }]INFO
36872026-07-16T03:55:09.224Z Jul 16 03:55:08.299adding route 172.17.0.26/32 -> 10.0.0.255 INFO
36882026-07-16T03:55:09.224Z adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:55:08.299
36892026-07-16T03:55:09.224Z
36902026-07-16T03:55:09.224ZJul 16 03:55:08.299 DEBG Jul 16 03:55:08.299INFOJul 16 03:55:08.299 adding route 172.17.0.20/32 -> 10.0.0.255DEBG 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
36912026-07-16T03:55:09.224Zreplacing 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 } }]
36922026-07-16T03:55:09.224Z
36932026-07-16T03:55:09.224Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]Jul 16 03:55:08.299
36942026-07-16T03:55:09.224ZDEBGJul 16 03:55:08.299Jul 16 03:55:08.299 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 } }]
36952026-07-16T03:55:09.230ZINFOINFO adding route 172.17.0.56/32 -> 10.0.0.255
36962026-07-16T03:55:09.230Zadding route 172.17.0.27/32 -> 10.0.0.255
36972026-07-16T03:55:09.230ZJul 16 03:55:08.299 Jul 16 03:55:08.299INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
36982026-07-16T03:55:09.230Zreplacing targets for 172.16.0.0/32 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 } }]
36992026-07-16T03:55:09.230Z
37002026-07-16T03:55:09.230ZJul 16 03:55:08.299Jul 16 03:55:08.299 DEBGDEBGJul 16 03:55:08.299 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.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 } }]DEBGJul 16 03:55:08.299
37012026-07-16T03:55:09.230Zreplacing 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 } }]
37022026-07-16T03:55:09.230Z
37032026-07-16T03:55:09.230Z Jul 16 03:55:08.299INFO Jul 16 03:55:08.299Jul 16 03:55:08.299INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 INFOINFO
37042026-07-16T03:55:09.230Z
37052026-07-16T03:55:09.230Zadding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
37062026-07-16T03:55:09.230Z
37072026-07-16T03:55:09.230ZJul 16 03:55:08.299Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGDEBGDEBG 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 } }]Jul 16 03:55:08.299replacing 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 } }]
37082026-07-16T03:55:09.230Z
37092026-07-16T03:55:09.230ZDEBG 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.299
37102026-07-16T03:55:09.230Z INFO
37112026-07-16T03:55:09.230ZJul 16 03:55:08.299 adding route 172.17.0.58/32 -> 10.0.0.255INFOJul 16 03:55:08.299
37122026-07-16T03:55:09.230Z adding route 172.17.0.29/32 -> 10.0.0.255 INFO
37132026-07-16T03:55:09.230Z adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:55:08.299
37142026-07-16T03:55:09.230ZJul 16 03:55:08.299 DEBGINFO Jul 16 03:55:08.299 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
37152026-07-16T03:55:09.230ZJul 16 03:55:08.299DEBG
37162026-07-16T03:55:09.230Z 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 } }]
37172026-07-16T03:55:09.230Zreplacing 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 } }]Jul 16 03:55:08.299Jul 16 03:55:08.299
37182026-07-16T03:55:09.230ZDEBGINFO 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.59/32 -> 10.0.0.255Jul 16 03:55:08.299
37192026-07-16T03:55:09.230Z
37202026-07-16T03:55:09.230Z INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 16 03:55:08.299
37212026-07-16T03:55:09.230ZJul 16 03:55:08.299 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
37222026-07-16T03:55:09.230ZJul 16 03:55:08.299
37232026-07-16T03:55:09.230Z Jul 16 03:55:08.299 DEBGINFOJul 16 03:55:08.299 Jul 16 03:55:08.299INFO 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.30/32 -> 10.0.0.255
37242026-07-16T03:55:09.231ZDEBG adding route 172.17.0.60/32 -> 10.0.0.255
37252026-07-16T03:55:09.231Z
37262026-07-16T03:55:09.231Zreplacing 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 } }]Jul 16 03:55:08.299 Jul 16 03:55:08.299INFO Jul 16 03:55:08.299DEBG
37272026-07-16T03:55:09.231Zreplacing 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 } }]
37282026-07-16T03:55:09.231Zadding route 172.17.0.25/32 -> 10.0.0.255DEBG
37292026-07-16T03:55:09.231Z 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 } }]
37302026-07-16T03:55:09.231ZJul 16 03:55:08.299Jul 16 03:55:08.299 Jul 16 03:55:08.299DEBG INFOfailed to allocate space for the new target listJul 16 03:55:08.299
37312026-07-16T03:55:09.231ZINFODEBG 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.31/32 -> 10.0.0.255
37322026-07-16T03:55:09.231ZJul 16 03:55:08.299 adding route 172.17.0.3/32 -> 10.0.0.255
37332026-07-16T03:55:09.231Z
37342026-07-16T03:55:09.231ZDEBG 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 } }]Jul 16 03:55:08.299
37352026-07-16T03:55:09.231Z Jul 16 03:55:08.299INFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG
37362026-07-16T03:55:09.231Z Jul 16 03:55:08.299replacing 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 } }]
37372026-07-16T03:55:09.231ZDEBG Jul 16 03:55:08.299replacing 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 } }]
37382026-07-16T03:55:09.231ZDEBGJul 16 03:55:08.299 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
37392026-07-16T03:55:09.231Zadding route 172.17.0.4/32 -> 10.0.0.255Jul 16 03:55:08.299Jul 16 03:55:08.299
37402026-07-16T03:55:09.231ZJul 16 03:55:08.299 INFOINFO Jul 16 03:55:08.299adding route 172.17.0.27/32 -> 10.0.0.255 DEBGDEBGadding route 172.17.0.32/32 -> 10.0.0.255
37412026-07-16T03:55:09.231Z 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.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 } }]
37422026-07-16T03:55:09.231Z
37432026-07-16T03:55:09.231Z
37442026-07-16T03:55:09.231ZJul 16 03:55:08.299 DEBGJul 16 03:55:08.299 Jul 16 03:55:08.299Jul 16 03:55:08.299 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO DEBG INFOadding route 172.17.0.5/32 -> 10.0.0.255
37452026-07-16T03:55:09.231Z
37462026-07-16T03:55:09.231Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
37472026-07-16T03:55:09.231ZJul 16 03:55:08.299
37482026-07-16T03:55:09.231ZINFOJul 16 03:55:08.299 adding route 172.17.0.33/32 -> 10.0.0.255Jul 16 03:55:08.299 DEBG
37492026-07-16T03:55:09.231ZJul 16 03:55:08.299INFO 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 } }]DEBGadding route 172.17.0.28/32 -> 10.0.0.255
37502026-07-16T03:55:09.231ZJul 16 03:55:08.299 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 } }]
37512026-07-16T03:55:09.231ZDEBG
37522026-07-16T03:55:09.231ZJul 16 03:55:08.299 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
37532026-07-16T03:55:09.231ZJul 16 03:55:08.299 DEBG adding route 172.17.0.6/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 } }]Jul 16 03:55:08.299
37542026-07-16T03:55:09.231Z
37552026-07-16T03:55:09.231Z INFOJul 16 03:55:08.299 adding route 172.17.0.58/32 -> 10.0.0.255INFO
37562026-07-16T03:55:09.231ZJul 16 03:55:08.299adding route 172.17.0.34/32 -> 10.0.0.255
37572026-07-16T03:55:09.231ZINFOJul 16 03:55:08.299 adding route 172.17.0.29/32 -> 10.0.0.255DEBGJul 16 03:55:08.299
37582026-07-16T03:55:09.231Z 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
37592026-07-16T03:55:09.231Z Jul 16 03:55:08.299 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 } }]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 } }]
37602026-07-16T03:55:09.231ZJul 16 03:55:08.299
37612026-07-16T03:55:09.231ZJul 16 03:55:08.299 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37622026-07-16T03:55:09.232ZJul 16 03:55:08.299adding route 172.17.0.7/32 -> 10.0.0.255Jul 16 03:55:08.299
37632026-07-16T03:55:09.232Z INFOINFOJul 16 03:55:08.299Jul 16 03:55:08.299 DEBGINFO adding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255
37642026-07-16T03:55:09.232Z
37652026-07-16T03:55:09.232Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
37662026-07-16T03:55:09.232Z
37672026-07-16T03:55:09.232ZJul 16 03:55:08.299 DEBG Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGJul 16 03:55:08.299replacing 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 } }]
37682026-07-16T03:55:09.232Z 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 } }]
37692026-07-16T03:55:09.232Zreplacing 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.8/32 -> 10.0.0.255
37702026-07-16T03:55:09.232ZJul 16 03:55:08.299
37712026-07-16T03:55:09.232ZJul 16 03:55:08.299 INFOINFO Jul 16 03:55:08.299Jul 16 03:55:08.299adding route 172.17.0.31/32 -> 10.0.0.255 INFOadding route 172.17.0.60/32 -> 10.0.0.255
37722026-07-16T03:55:09.232ZDEBG adding route 172.17.0.36/32 -> 10.0.0.255
37732026-07-16T03:55:09.232Z
37742026-07-16T03:55:09.232Z 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 } }]Jul 16 03:55:08.299
37752026-07-16T03:55:09.232Z Jul 16 03:55:08.299DEBGJul 16 03:55:08.299 DEBG 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 } }]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 } }]
37762026-07-16T03:55:09.232Z
37772026-07-16T03:55:09.232ZJul 16 03:55:08.299replacing 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 } }]
37782026-07-16T03:55:09.232ZINFO Jul 16 03:55:08.299adding route 172.17.0.9/32 -> 10.0.0.255Jul 16 03:55:08.299
37792026-07-16T03:55:09.232ZDEBG INFOJul 16 03:55:08.299failed to allocate space for the new target list
37802026-07-16T03:55:09.232Zadding route 172.17.0.32/32 -> 10.0.0.255Jul 16 03:55:08.299
37812026-07-16T03:55:09.232ZINFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 16 03:55:08.299DEBG
37822026-07-16T03:55:09.232Z Jul 16 03:55:08.299replacing 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 } }] DEBGDEBG
37832026-07-16T03:55:09.232Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
37842026-07-16T03:55:09.232Z
37852026-07-16T03:55:09.232ZJul 16 03:55:08.299 DEBGJul 16 03:55:08.299Jul 16 03:55:08.299 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 } }]INFOINFO
37862026-07-16T03:55:09.232Zadding route 172.17.0.33/32 -> 10.0.0.255
37872026-07-16T03:55:09.232Zadding route 172.17.0.10/32 -> 10.0.0.255
37882026-07-16T03:55:09.232ZJul 16 03:55:08.299Jul 16 03:55:08.299Jul 16 03:55:08.299 DEBGINFO 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 } }] 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 } }]
37892026-07-16T03:55:09.232ZJul 16 03:55:08.306 INFO adding route 172.17.0.11/32 -> 10.0.0.255
37902026-07-16T03:55:09.232ZJul 16 03:55:08.306 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 } }]
37912026-07-16T03:55:09.232ZJul 16 03:55:08.306 INFO adding route 172.17.0.12/32 -> 10.0.0.255
37922026-07-16T03:55:09.232Z Jul 16 03:55:08.306adding route 172.17.0.38/32 -> 10.0.0.255
37932026-07-16T03:55:09.232ZDEBG 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 } }]
37942026-07-16T03:55:09.232Z
37952026-07-16T03:55:09.237ZJul 16 03:55:08.306 Jul 16 03:55:08.306INFO DEBGJul 16 03:55:08.306 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.13/32 -> 10.0.0.255INFO
37962026-07-16T03:55:09.237Z
37972026-07-16T03:55:09.237Zadding route 172.17.0.34/32 -> 10.0.0.255
37982026-07-16T03:55:09.237ZJul 16 03:55:08.306Jul 16 03:55:08.306Jul 16 03:55:08.306 DEBGDEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37992026-07-16T03:55:09.237Zreplacing 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 } }]
38002026-07-16T03:55:09.237Zadding route 172.17.0.39/32 -> 10.0.0.255
38012026-07-16T03:55:09.237ZJul 16 03:55:08.306Jul 16 03:55:08.306 Jul 16 03:55:08.306 INFOINFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
38022026-07-16T03:55:09.237Zreplacing 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.14/32 -> 10.0.0.255
38032026-07-16T03:55:09.237Z
38042026-07-16T03:55:09.237ZJul 16 03:55:08.306 DEBG Jul 16 03:55:08.306replacing 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 } }]
38052026-07-16T03:55:09.237ZJul 16 03:55:08.306INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:55:08.306
38062026-07-16T03:55:09.237Zreplacing 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
38072026-07-16T03:55:09.237Z adding route 172.17.0.36/32 -> 10.0.0.255
38082026-07-16T03:55:09.237ZJul 16 03:55:08.306 Jul 16 03:55:08.306DEBG Jul 16 03:55:08.306 INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38092026-07-16T03:55:09.237Z 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 } }]
38102026-07-16T03:55:09.237Zadding route 172.17.0.15/32 -> 10.0.0.255
38112026-07-16T03:55:09.237ZJul 16 03:55:08.306Jul 16 03:55:08.306 Jul 16 03:55:08.306INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
38122026-07-16T03:55:09.237Z
38132026-07-16T03:55:09.237ZDEBG 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 } }]
38142026-07-16T03:55:09.237ZJul 16 03:55:08.306 Jul 16 03:55:08.306Jul 16 03:55:08.306 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 } }]INFO
38152026-07-16T03:55:09.237Zreplacing 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 } }]
38162026-07-16T03:55:09.237Zadding route 172.17.0.16/32 -> 10.0.0.255
38172026-07-16T03:55:09.237ZJul 16 03:55:08.306 Jul 16 03:55:08.306INFOJul 16 03:55:08.306 DEBGadding route 172.17.0.38/32 -> 10.0.0.255INFO
38182026-07-16T03:55:09.237Z adding route 172.17.0.42/32 -> 10.0.0.255
38192026-07-16T03:55:09.238Zreplacing 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 } }]
38202026-07-16T03:55:09.238ZJul 16 03:55:08.306 DEBGJul 16 03:55:08.306 Jul 16 03:55:08.306 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38212026-07-16T03:55:09.238ZINFO 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 } }]
38222026-07-16T03:55:09.238Zadding route 172.17.0.17/32 -> 10.0.0.255Jul 16 03:55:08.306
38232026-07-16T03:55:09.238Z INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:55:08.306
38242026-07-16T03:55:09.238Z Jul 16 03:55:08.306INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255
38252026-07-16T03:55:09.238ZJul 16 03:55:08.306replacing 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 } }]
38262026-07-16T03:55:09.238ZDEBG 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 } }]
38272026-07-16T03:55:09.238ZJul 16 03:55:08.306Jul 16 03:55:08.306 DEBGJul 16 03:55:08.306INFO INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
38282026-07-16T03:55:09.238Z
38292026-07-16T03:55:09.238Z
38302026-07-16T03:55:09.238ZJul 16 03:55:08.306Jul 16 03:55:08.306Jul 16 03:55:08.306 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 } }]
38312026-07-16T03:55:09.238Zreplacing 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
38322026-07-16T03:55:09.238Z adding route 172.17.0.44/32 -> 10.0.0.255
38332026-07-16T03:55:09.238ZJul 16 03:55:08.306 Jul 16 03:55:08.306INFOJul 16 03:55:08.306 adding route 172.17.0.41/32 -> 10.0.0.255INFO
38342026-07-16T03:55:09.238Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255
38352026-07-16T03:55:09.238Zreplacing 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 } }]Jul 16 03:55:08.306
38362026-07-16T03:55:09.238Z DEBG Jul 16 03:55:08.306replacing 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 } }]
38372026-07-16T03:55:09.238ZDEBGJul 16 03:55:08.306 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 } }]
38382026-07-16T03:55:09.238ZJul 16 03:55:08.306adding route 172.17.0.45/32 -> 10.0.0.255 INFO
38392026-07-16T03:55:09.238Z adding route 172.17.0.42/32 -> 10.0.0.255Jul 16 03:55:08.306
38402026-07-16T03:55:09.238Z Jul 16 03:55:08.306INFO 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.20/32 -> 10.0.0.255Jul 16 03:55:08.306
38412026-07-16T03:55:09.238Z
38422026-07-16T03:55:09.238ZDEBG 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 } }]
38432026-07-16T03:55:09.238ZJul 16 03:55:08.306Jul 16 03:55:08.306 INFODEBGJul 16 03:55:08.306 INFOadding route 172.17.0.46/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 } }]
38442026-07-16T03:55:09.238Zadding route 172.17.0.43/32 -> 10.0.0.255
38452026-07-16T03:55:09.238Z
38462026-07-16T03:55:09.238ZJul 16 03:55:08.306Jul 16 03:55:08.306Jul 16 03:55:08.306 INFODEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
38472026-07-16T03:55:09.238Z 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 } }]
38482026-07-16T03:55:09.238Z
38492026-07-16T03:55:09.238ZJul 16 03:55:08.306 INFOJul 16 03:55:08.306Jul 16 03:55:08.306 adding route 172.17.0.44/32 -> 10.0.0.255INFO
38502026-07-16T03:55:09.238ZDEBG 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.47/32 -> 10.0.0.255
38512026-07-16T03:55:09.238Z
38522026-07-16T03:55:09.238ZJul 16 03:55:08.306 DEBG Jul 16 03:55:08.306Jul 16 03:55:08.306replacing 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 } }]
38532026-07-16T03:55:09.238ZDEBGINFO adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38542026-07-16T03:55:09.238Z
38552026-07-16T03:55:09.238ZJul 16 03:55:08.306 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:55:08.306
38562026-07-16T03:55:09.238Z Jul 16 03:55:08.306DEBG INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:55:08.306adding route 172.17.0.48/32 -> 10.0.0.255
38572026-07-16T03:55:09.238Z
38582026-07-16T03:55:09.239ZDEBG 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 } }]
38592026-07-16T03:55:09.239ZJul 16 03:55:08.306Jul 16 03:55:08.306 DEBGINFOJul 16 03:55:08.306 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.23/32 -> 10.0.0.255
38602026-07-16T03:55:09.239Z
38612026-07-16T03:55:09.239ZINFO adding route 172.17.0.46/32 -> 10.0.0.255
38622026-07-16T03:55:09.239ZJul 16 03:55:08.306Jul 16 03:55:08.306 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
38632026-07-16T03:55:09.239Z
38642026-07-16T03:55:09.239ZJul 16 03:55:08.306 Jul 16 03:55:08.307DEBGJul 16 03:55:08.307 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 } }]
38652026-07-16T03:55:09.239ZDEBGINFO 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 } }]Jul 16 03:55:08.307
38662026-07-16T03:55:09.239Zadding route 172.17.0.24/32 -> 10.0.0.255
38672026-07-16T03:55:09.239ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
38682026-07-16T03:55:09.239ZJul 16 03:55:08.307Jul 16 03:55:08.307 Jul 16 03:55:08.307DEBGINFO 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 } }]adding route 172.17.0.50/32 -> 10.0.0.255
38692026-07-16T03:55:09.239Zreplacing 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 } }]
38702026-07-16T03:55:09.239Z
38712026-07-16T03:55:09.239ZJul 16 03:55:08.307Jul 16 03:55:08.307 Jul 16 03:55:08.307INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255
38722026-07-16T03:55:09.239ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
38732026-07-16T03:55:09.239Z
38742026-07-16T03:55:09.239ZJul 16 03:55:08.307 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 } }]
38752026-07-16T03:55:09.239ZJul 16 03:55:08.307Jul 16 03:55:08.307 INFODEBGJul 16 03:55:08.307 INFOadding route 172.17.0.51/32 -> 10.0.0.255
38762026-07-16T03:55:09.239Zadding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38772026-07-16T03:55:09.239Z
38782026-07-16T03:55:09.239ZJul 16 03:55:08.307Jul 16 03:55:08.307 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38792026-07-16T03:55:09.239Ztest route::tests::delete_target_full ... ok
38802026-07-16T03:55:09.239Z
38812026-07-16T03:55:09.239ZJul 16 03:55:08.307 INFO Jul 16 03:55:08.307Jul 16 03:55:08.307 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
38822026-07-16T03:55:09.239Z
38832026-07-16T03:55:09.239Zadding route 172.17.0.26/32 -> 10.0.0.255
38842026-07-16T03:55:09.239ZJul 16 03:55:08.307Jul 16 03:55:08.307 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 } }]Jul 16 03:55:08.307
38852026-07-16T03:55:09.239Zreplacing 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
38862026-07-16T03:55:09.239Z 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 } }]Jul 16 03:55:08.307
38872026-07-16T03:55:09.239Z INFOJul 16 03:55:08.307 adding route 172.17.0.51/32 -> 10.0.0.255INFO
38882026-07-16T03:55:09.239Z Jul 16 03:55:08.307adding route 172.17.0.53/32 -> 10.0.0.255
38892026-07-16T03:55:09.239ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
38902026-07-16T03:55:09.239ZJul 16 03:55:08.307 Jul 16 03:55:08.307DEBG Jul 16 03:55:08.307replacing 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
38912026-07-16T03:55:09.239Z 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 } }]
38922026-07-16T03:55:09.239Ztest route::tests::add_target_fails_full ... ok
38932026-07-16T03:55:09.239ZDEBG Jul 16 03:55:08.307replacing 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 } }]
38942026-07-16T03:55:09.239Ztest route::tests::delete_targets_full ... ok
38952026-07-16T03:55:09.243ZINFOJul 16 03:55:08.307 INFOadding route 172.17.0.52/32 -> 10.0.0.255
38962026-07-16T03:55:09.243Z
38972026-07-16T03:55:09.243Zadding route 172.17.0.54/32 -> 10.0.0.255Jul 16 03:55:08.307
38982026-07-16T03:55:09.244Ztest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
38992026-07-16T03:55:09.244Z INFO Jul 16 03:55:08.307adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:55:08.307 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39002026-07-16T03:55:09.244Z
39012026-07-16T03:55:09.244Z
39022026-07-16T03:55:09.244Z
39032026-07-16T03:55:09.244ZJul 16 03:55:08.307Jul 16 03:55:08.307Jul 16 03:55:08.307 INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255INFO
39042026-07-16T03:55:09.244Z 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.55/32 -> 10.0.0.255
39052026-07-16T03:55:09.244Z
39062026-07-16T03:55:09.244ZJul 16 03:55:08.307 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 } }]
39072026-07-16T03:55:09.244ZJul 16 03:55:08.307 INFOJul 16 03:55:08.307 Jul 16 03:55:08.307adding route 172.17.0.29/32 -> 10.0.0.255 DEBG
39082026-07-16T03:55:09.244ZINFO 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.54/32 -> 10.0.0.255
39092026-07-16T03:55:09.244Z
39102026-07-16T03:55:09.244ZJul 16 03:55:08.307 Jul 16 03:55:08.307Jul 16 03:55:08.307 DEBGDEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39112026-07-16T03:55:09.244Z
39122026-07-16T03:55:09.244Zadding route 172.17.0.56/32 -> 10.0.0.255
39132026-07-16T03:55:09.244ZJul 16 03:55:08.307 Jul 16 03:55:08.307INFO Jul 16 03:55:08.313INFO adding route 172.17.0.55/32 -> 10.0.0.255 DEBG
39142026-07-16T03:55:09.244Zadding route 172.17.0.30/32 -> 10.0.0.255
39152026-07-16T03:55:09.244Zreplacing 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 } }]
39162026-07-16T03:55:09.244ZJul 16 03:55:08.313 DEBGJul 16 03:55:08.313 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
39172026-07-16T03:55:09.244Z adding route 172.17.0.57/32 -> 10.0.0.255
39182026-07-16T03:55:09.244ZJul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
39192026-07-16T03:55:09.244Z
39202026-07-16T03:55:09.244ZJul 16 03:55:08.313 Jul 16 03:55:08.313DEBG 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 } }]
39212026-07-16T03:55:09.244Zadding route 172.17.0.58/32 -> 10.0.0.255
39222026-07-16T03:55:09.244ZJul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
39232026-07-16T03:55:09.244Z
39242026-07-16T03:55:09.244ZJul 16 03:55:08.313 Jul 16 03:55:08.313DEBG 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 } }]
39252026-07-16T03:55:09.244Zadding route 172.17.0.59/32 -> 10.0.0.255
39262026-07-16T03:55:09.244ZJul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
39272026-07-16T03:55:09.244Z
39282026-07-16T03:55:09.244ZJul 16 03:55:08.313 Jul 16 03:55:08.313DEBG 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 } }]
39292026-07-16T03:55:09.244Zadding route 172.17.0.60/32 -> 10.0.0.255
39302026-07-16T03:55:09.244ZJul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
39312026-07-16T03:55:09.244Z
39322026-07-16T03:55:09.244ZJul 16 03:55:08.313 Jul 16 03:55:08.313DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39332026-07-16T03:55:09.244Zadding route 172.17.0.61/32 -> 10.0.0.255
39342026-07-16T03:55:09.244ZJul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
39352026-07-16T03:55:09.244Z
39362026-07-16T03:55:09.244ZJul 16 03:55:08.313 Jul 16 03:55:08.313DEBG 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 } }]
39372026-07-16T03:55:09.245Zadding route 172.17.0.62/32 -> 10.0.0.255
39382026-07-16T03:55:09.245ZJul 16 03:55:08.313Jul 16 03:55:08.313 DEBGINFO 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 172.17.0.61/32 -> 10.0.0.255
39392026-07-16T03:55:09.245Z
39402026-07-16T03:55:09.245ZJul 16 03:55:08.313 DEBG Jul 16 03:55:08.313replacing 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 } }]
39412026-07-16T03:55:09.245ZINFOJul 16 03:55:08.313 adding route 172.17.0.63/32 -> 10.0.0.255
39422026-07-16T03:55:09.245ZDEBGJul 16 03:55:08.313 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39432026-07-16T03:55:09.245ZJul 16 03:55:08.313 adding route 172.17.0.62/32 -> 10.0.0.255DEBG
39442026-07-16T03:55:09.245Z Jul 16 03:55:08.313replacing 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 } }]
39452026-07-16T03:55:09.245ZINFO Jul 16 03:55:08.313adding route 172.17.0.31/32 -> 10.0.0.255 Jul 16 03:55:08.313DEBG
39462026-07-16T03:55:09.245Z 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 } }]DEBG
39472026-07-16T03:55:09.245Z failed to allocate space for the new target list
39482026-07-16T03:55:09.245ZJul 16 03:55:08.313Jul 16 03:55:08.313 Jul 16 03:55:08.313 DEBGDEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
39492026-07-16T03:55:09.245Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
39502026-07-16T03:55:09.245Z
39512026-07-16T03:55:09.245ZJul 16 03:55:08.313 Jul 16 03:55:08.313DEBG Jul 16 03:55:08.313replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
39522026-07-16T03:55:09.245ZDEBG INFO failed to allocate space for the new target listadding route 172.17.0.32/32 -> 10.0.0.255
39532026-07-16T03:55:09.245Z
39542026-07-16T03:55:09.245ZJul 16 03:55:08.313 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 } }]
39552026-07-16T03:55:09.245ZJul 16 03:55:08.313 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39562026-07-16T03:55:09.245ZJul 16 03:55:08.313 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 } }]
39572026-07-16T03:55:09.245Z
39582026-07-16T03:55:09.245ZJul 16 03:55:08.313 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39592026-07-16T03:55:09.245ZJul 16 03:55:08.313 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 } }]
39602026-07-16T03:55:09.245ZJul 16 03:55:08.313 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39612026-07-16T03:55:09.245ZJul 16 03:55:08.313 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 } }]
39622026-07-16T03:55:09.245ZJul 16 03:55:08.313 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39632026-07-16T03:55:09.245ZJul 16 03:55:08.314 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 } }]
39642026-07-16T03:55:09.245ZJul 16 03:55:08.314 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39652026-07-16T03:55:09.245ZJul 16 03:55:08.314 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 } }]
39662026-07-16T03:55:09.245Zrunning 0 tests
39672026-07-16T03:55:09.245ZJul 16 03:55:08.314 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39682026-07-16T03:55:09.245ZJul 16 03:55:08.314 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 } }]
39692026-07-16T03:55:09.245ZJul 16 03:55:08.314 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39702026-07-16T03:55:09.245ZJul 16 03:55:08.314 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 } }]
39712026-07-16T03:55:09.245ZJul 16 03:55:08.314 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39722026-07-16T03:55:09.245Z
39732026-07-16T03:55:09.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39742026-07-16T03:55:09.245Z
39752026-07-16T03:55:09.245Z
39762026-07-16T03:55:09.246Zrunning 0 tests
39772026-07-16T03:55:09.246Z
39782026-07-16T03:55:09.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39792026-07-16T03:55:09.246Z
39802026-07-16T03:55:09.246Z
39812026-07-16T03:55:09.246Zrunning 6 tests
39822026-07-16T03:55:09.246Ztest tests::test_port_id_cmp ... ok
39832026-07-16T03:55:09.246Ztest tests::test_parse_client_port_id ... ok
39842026-07-16T03:55:09.246Ztest tests::test_full_lot_id_neither_present ... ok
39852026-07-16T03:55:09.246Ztest tests::test_full_lot_id_both_present ... ok
39862026-07-16T03:55:09.246Ztest tests::test_full_lot_id_lotnum_only ... ok
39872026-07-16T03:55:09.246Ztest tests::test_full_lot_id_lot_only ... ok
39882026-07-16T03:55:09.246Z
39892026-07-16T03:55:09.246Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39902026-07-16T03:55:09.246Z
39912026-07-16T03:55:09.246Z
39922026-07-16T03:55:09.246Zrunning 0 tests
39932026-07-16T03:55:09.246Z
39942026-07-16T03:55:09.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39952026-07-16T03:55:09.250Z
39962026-07-16T03:55:09.250Z
39972026-07-16T03:55:09.250Zrunning 0 tests
39982026-07-16T03:55:09.250Z
39992026-07-16T03:55:09.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40002026-07-16T03:55:09.250Z
40012026-07-16T03:55:09.250Z
40022026-07-16T03:55:09.250Zrunning 0 tests
40032026-07-16T03:55:09.250Z
40042026-07-16T03:55:09.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40052026-07-16T03:55:09.250Z
40062026-07-16T03:55:09.250Z
40072026-07-16T03:55:09.250Zrunning 12 tests
40082026-07-16T03:55:09.250Ztest ipv6::test_ipv6_parse ... ok
40092026-07-16T03:55:09.250Ztest icmp::test_v6_checksum ... ok
40102026-07-16T03:55:09.250Ztest icmp::test_v4_checksum ... ok
40112026-07-16T03:55:09.250Ztest pbuf::test_byte ... ok
40122026-07-16T03:55:09.250Ztest pbuf::test_nibble ... ok
40132026-07-16T03:55:09.250Ztest lldp::test_lldp_parse ... ok
40142026-07-16T03:55:09.250Ztest pbuf::test_overflow ... ok
40152026-07-16T03:55:09.250Ztest pbuf::test_short ... ok
40162026-07-16T03:55:09.250Ztest pbuf::test_twelve ... ok
40172026-07-16T03:55:09.250Ztest pbuf::test_word ... ok
40182026-07-16T03:55:09.250Ztest tcp::test_checksum_ack_data ... ok
40192026-07-16T03:55:09.250ZJul 16 03:55:08.314 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 } }]
40202026-07-16T03:55:09.250Ztest tcp::test_checksum_syn_nodata ... ok
40212026-07-16T03:55:09.250Z
40222026-07-16T03:55:09.250ZJul 16 03:55:08.314 INFO adding route 172.17.0.41/32 -> 10.0.0.255
40232026-07-16T03:55:09.250Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40242026-07-16T03:55:09.250Z
40252026-07-16T03:55:09.250ZJul 16 03:55:08.314 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 } }]
40262026-07-16T03:55:09.250Z
40272026-07-16T03:55:09.250Zrunning 0 tests
40282026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.42/32 -> 10.0.0.255
40292026-07-16T03:55:09.251Z
40302026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40312026-07-16T03:55:09.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40322026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.43/32 -> 10.0.0.255
40332026-07-16T03:55:09.251Z
40342026-07-16T03:55:09.251Z
40352026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40362026-07-16T03:55:09.251Zrunning 5 tests
40372026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.44/32 -> 10.0.0.255
40382026-07-16T03:55:09.251Ztest switchport::test::test_compute_lanes ... ok
40392026-07-16T03:55:09.251Ztest switchport::test::port_id_ordering ... ok
40402026-07-16T03:55:09.251Z Lane 0 Lane 1 Lane 2 Lane 3
40412026-07-16T03:55:09.251Z Rx Loss-of-lock: Yes Yes Yes Yes
40422026-07-16T03:55:09.251Z Rx Loss-of-signal: Yes Yes Yes Yes
40432026-07-16T03:55:09.251Z Rx CDR Enabled: Yes Lane 0Yes Yes YesLane 1
40442026-07-16T03:55:09.251Z Tx Enabled: YesLane 2 YesLane 3 Yes
40452026-07-16T03:55:09.251Z Yes
40462026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40472026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.45/32 -> 10.0.0.255
40482026-07-16T03:55:09.251Z State: Activated Tx Loss-of-lock: NoActivated NoActivated Activated
40492026-07-16T03:55:09.251ZNo Rx Output Enabled: false No
40502026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40512026-07-16T03:55:09.251Zfalse Tx Loss-of-signal: Nofalse falseNo
40522026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.46/32 -> 10.0.0.255
40532026-07-16T03:55:09.251Z Rx Output Status: valid No validNo
40542026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40552026-07-16T03:55:09.251Zvalid Tx CDR Enabled: Novalid
40562026-07-16T03:55:09.251ZNo Rx Loss-of-lock: true No trueNo
40572026-07-16T03:55:09.251Ztrue Tx Adaptive EQ Fault: Notrue
40582026-07-16T03:55:09.251ZNo Rx Loss-of-signal: false No falseNo
40592026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.47/32 -> 10.0.0.255
40602026-07-16T03:55:09.251Zfalse Tx Fault: Yesfalse
40612026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40622026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40632026-07-16T03:55:09.251ZJul 16 03:55:08.314 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 } }]
40642026-07-16T03:55:09.251ZJul 16 03:55:08.314 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40652026-07-16T03:55:09.251ZYes Rx Auto-squelch Disable: trueYes Yestrue
40662026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40672026-07-16T03:55:09.252Z true true
40682026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.50/32 -> 10.0.0.255
40692026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40702026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.51/32 -> 10.0.0.255
40712026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40722026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.52/32 -> 10.0.0.255
40732026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40742026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40752026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40762026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40772026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40782026-07-16T03:55:09.252Z Tx Output Enabled: true true true true
40792026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40802026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40812026-07-16T03:55:09.252Z Tx Output Status: invalid invalid invalid invalid
40822026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40832026-07-16T03:55:09.252Z Tx Loss-of-lock: false false false false
40842026-07-16T03:55:09.252Z Tx Loss-of-signal: true true true true
40852026-07-16T03:55:09.252ZTx Auto-squelch Disable: false false false false
40862026-07-16T03:55:09.252ZJul 16 03:55:08.314 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 } }]
40872026-07-16T03:55:09.252Z Tx Adaptive EQ Fail: true true true true
40882026-07-16T03:55:09.252Z Tx Failure: false false false false
40892026-07-16T03:55:09.252Z Tx Force Squelch: true true true true
40902026-07-16T03:55:09.252Z Tx Input Polarity: normal normal normal normal
40912026-07-16T03:55:09.252Ztest switchport::test::test_print_sff_datapath ... ok
40922026-07-16T03:55:09.252ZJul 16 03:55:08.314 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40932026-07-16T03:55:09.252Ztest switchport::test::test_print_cmis_datapath ... ok
40942026-07-16T03:55:09.252Ztest link::test_filter ... ok
40952026-07-16T03:55:09.256ZJul 16 03:55:08.314 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 } }]
40962026-07-16T03:55:09.256Z
40972026-07-16T03:55:09.256ZJul 16 03:55:08.314 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40982026-07-16T03:55:09.256ZJul 16 03:55:08.314 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 } }]
40992026-07-16T03:55:09.256ZJul 16 03:55:08.314 INFO adding route 172.17.0.59/32 -> 10.0.0.255
41002026-07-16T03:55:09.256Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41012026-07-16T03:55:09.256Z
41022026-07-16T03:55:09.256Z
41032026-07-16T03:55:09.256Zrunning 1 test
41042026-07-16T03:55:09.256Ztest test_p4_counter_list ... ignored
41052026-07-16T03:55:09.256Z
41062026-07-16T03:55:09.256Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41072026-07-16T03:55:09.256Z
41082026-07-16T03:55:09.256Z
41092026-07-16T03:55:09.256ZJul 16 03:55:08.314 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 } }]
41102026-07-16T03:55:09.256ZJul 16 03:55:08.314 INFO adding route 172.17.0.60/32 -> 10.0.0.255
41112026-07-16T03:55:09.256ZJul 16 03:55:08.314 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 } }]
41122026-07-16T03:55:09.256ZJul 16 03:55:08.314 DEBG failed to allocate space for the new target list
41132026-07-16T03:55:09.256ZJul 16 03:55:08.314 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 } }]
41142026-07-16T03:55:09.256Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-7d5c5a54297ef6b1)
41152026-07-16T03:55:09.256Zrunning 5 tests
41162026-07-16T03:55:09.256Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4faf3fbc4e4f0560)
41172026-07-16T03:55:09.256Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e6e3fdcd1776769c)
41182026-07-16T03:55:09.257Z Running tests/test_all.rs (target/debug/deps/test_all-a8ed39e78a2047b0)
41192026-07-16T03:55:09.257Ztest test_an ... ignored
41202026-07-16T03:55:09.257Z Running unittests src/lib.rs (target/debug/deps/dpd_types-49acb7e11cff4046)
41212026-07-16T03:55:09.257Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c19f96435c4f4db9)
41222026-07-16T03:55:09.257Z Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed)
41232026-07-16T03:55:09.257Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
41242026-07-16T03:55:09.257Ztest test_enable ... ignored
41252026-07-16T03:55:09.257Z Running unittests src/main.rs (target/debug/deps/swadm-1151a9d6061a110a)
41262026-07-16T03:55:09.257Ztest test_ip_addresses ... ignored
41272026-07-16T03:55:09.257Ztest test_kr ... ignored
41282026-07-16T03:55:09.257Ztest test_mac ... ignored
41292026-07-16T03:55:09.257Z
41302026-07-16T03:55:09.257Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41312026-07-16T03:55:09.257Z
41322026-07-16T03:55:09.257Z
41332026-07-16T03:55:09.257Z Running tests/counters.rs (target/debug/deps/counters-bb42acff8e49f0e6)
41342026-07-16T03:55:09.257Zrunning 3 tests
41352026-07-16T03:55:09.257Z Running tests/port-link.rs (target/debug/deps/port_link-e7c736a3c8626b2a)
41362026-07-16T03:55:09.257Ztest linklocal::test_parse_ipadm ... ok
41372026-07-16T03:55:09.257Ztest tfport::test_parse_tfport ... ok
41382026-07-16T03:55:09.257Z Running unittests src/main.rs (target/debug/deps/tfportd-f2cc97fd7cb6b1e5)
41392026-07-16T03:55:09.257Ztest config::tests::test_updates ... ok
41402026-07-16T03:55:09.257Z Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84)
41412026-07-16T03:55:09.257Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
41422026-07-16T03:55:09.257Z Doc-tests aal
41432026-07-16T03:55:09.257Z
41442026-07-16T03:55:09.257Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41452026-07-16T03:55:09.257Z
41462026-07-16T03:55:09.257Z
41472026-07-16T03:55:09.257Zrunning 0 tests
41482026-07-16T03:55:09.257Z
41492026-07-16T03:55:09.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41502026-07-16T03:55:09.257Z
41512026-07-16T03:55:09.257Z
41522026-07-16T03:55:09.257Zrunning 0 tests
41532026-07-16T03:55:09.257Z
41542026-07-16T03:55:09.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41552026-07-16T03:55:09.257Z
41562026-07-16T03:55:09.349Z
41572026-07-16T03:55:09.349Zrunning 0 tests
41582026-07-16T03:55:09.349Z
41592026-07-16T03:55:09.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41602026-07-16T03:55:09.349Z
41612026-07-16T03:55:09.366Z Doc-tests aal_macros
41622026-07-16T03:55:09.434Z
41632026-07-16T03:55:09.434Zrunning 0 tests
41642026-07-16T03:55:09.434Z
41652026-07-16T03:55:09.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-07-16T03:55:09.434Z
41672026-07-16T03:55:09.444Z Doc-tests common
41682026-07-16T03:55:09.673Z
41692026-07-16T03:55:09.673Zrunning 0 tests
41702026-07-16T03:55:09.673Z
41712026-07-16T03:55:09.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41722026-07-16T03:55:09.673Z
41732026-07-16T03:55:09.694Z Doc-tests dpd_api
41742026-07-16T03:55:10.447Z
41752026-07-16T03:55:10.447Zrunning 2 tests
41762026-07-16T03:55:10.447Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41772026-07-16T03:55:10.447Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41782026-07-16T03:55:10.447Z
41792026-07-16T03:55:10.447Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41802026-07-16T03:55:10.447Z
41812026-07-16T03:55:10.477Z Doc-tests dpd_client
41822026-07-16T03:55:11.773Z
41832026-07-16T03:55:11.773Zrunning 0 tests
41842026-07-16T03:55:11.773Z
41852026-07-16T03:55:11.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-07-16T03:55:11.773Z
41872026-07-16T03:55:11.816Z Doc-tests dpd_types
41882026-07-16T03:55:12.032Z
41892026-07-16T03:55:12.032Zrunning 0 tests
41902026-07-16T03:55:12.032Z
41912026-07-16T03:55:12.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41922026-07-16T03:55:12.032Z
41932026-07-16T03:55:12.057Z Doc-tests dpd_types_versions
41942026-07-16T03:55:13.278Z
41952026-07-16T03:55:13.278Zrunning 1 test
41962026-07-16T03:55:13.278Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41972026-07-16T03:55:13.278Z
41982026-07-16T03:55:13.278Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41992026-07-16T03:55:13.278Z
42002026-07-16T03:55:13.320Z Doc-tests packet
42012026-07-16T03:55:13.435Z
42022026-07-16T03:55:13.435Zrunning 0 tests
42032026-07-16T03:55:13.435Z
42042026-07-16T03:55:13.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-07-16T03:55:13.435Z
42062026-07-16T03:55:13.451Z Doc-tests pcap
42072026-07-16T03:55:13.506Z
42082026-07-16T03:55:13.506Zrunning 0 tests
42092026-07-16T03:55:13.506Z
42102026-07-16T03:55:13.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42112026-07-16T03:55:13.506Z
42122026-07-16T03:55:13.577Z+ for feat in tofino_stub tofino_asic softnpu chaos
42132026-07-16T03:55:13.577Z+ RUST_BACKTRACE=full
42142026-07-16T03:55:13.577Z+ cargo test --features tofino_asic --no-fail-fast
42152026-07-16T03:55:14.183Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42162026-07-16T03:55:14.265Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42172026-07-16T03:55:14.271Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42182026-07-16T03:55:14.279Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42192026-07-16T03:55:22.824Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42202026-07-16T03:55:22.931Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42212026-07-16T03:56:02.749Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.16s
42222026-07-16T03:56:02.863Z Running unittests src/lib.rs (target/debug/deps/aal-cc4916a08035163e)
42232026-07-16T03:56:02.867Z
42242026-07-16T03:56:02.867Zrunning 5 tests
42252026-07-16T03:56:02.874Ztest fuse::tests::chip_revision_a0 ... ok
42262026-07-16T03:56:02.874Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42272026-07-16T03:56:02.874Ztest fuse::tests::chip_revision_b0 ... ok
42282026-07-16T03:56:02.875Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42292026-07-16T03:56:02.875Ztest fuse::tests::chip_revision_b1 ... ok
42302026-07-16T03:56:02.875Z
42312026-07-16T03:56:02.875Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42322026-07-16T03:56:02.875Z
42332026-07-16T03:56:02.875Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42342026-07-16T03:56:02.878Z
42352026-07-16T03:56:02.878Zrunning 0 tests
42362026-07-16T03:56:02.878Z
42372026-07-16T03:56:02.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42382026-07-16T03:56:02.878Z
42392026-07-16T03:56:02.878Z Running unittests src/lib.rs (target/debug/deps/asic-06266b62c56eb0f5)
42402026-07-16T03:56:02.971Z
42412026-07-16T03:56:02.971Zrunning 8 tests
42422026-07-16T03:56:02.974Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42432026-07-16T03:56:02.974Ztest tofino_asic::qsfp::tests::fix_link ... ok
42442026-07-16T03:56:02.974Ztest tofino_asic::stats::constants_sanity_check ... ok
42452026-07-16T03:56:02.974Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42462026-07-16T03:56:02.974Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42472026-07-16T03:56:02.975Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42482026-07-16T03:56:02.981Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42492026-07-16T03:56:03.473Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42502026-07-16T03:56:03.473Z
42512026-07-16T03:56:03.473Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42522026-07-16T03:56:03.473Z
42532026-07-16T03:56:03.483Z Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7)
42542026-07-16T03:56:03.488Z
42552026-07-16T03:56:03.488Zrunning 10 tests
42562026-07-16T03:56:03.488Ztest network::tests::test_equal ... ok
42572026-07-16T03:56:03.488Ztest nat::tests::test_vni ... ok
42582026-07-16T03:56:03.488Ztest network::tests::test_eui64 ... ok
42592026-07-16T03:56:03.488Ztest network::tests::test_not_equal ... ok
42602026-07-16T03:56:03.488Ztest network::tests::test_generate_ipv6_link_local ... ok
42612026-07-16T03:56:03.488Ztest network::tests::test_into ... ok
42622026-07-16T03:56:03.488Ztest network::tests::test_parse ... ok
42632026-07-16T03:56:03.488Ztest network::tests::test_to_string ... ok
42642026-07-16T03:56:03.488Ztest test_purge ... ok
42652026-07-16T03:56:03.492Ztest illumos::test::address_exists_handles_missing_object ... ok
42662026-07-16T03:56:03.492Z
42672026-07-16T03:56:03.492Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42682026-07-16T03:56:03.492Z
42692026-07-16T03:56:03.492Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5ede181ac8b4f52d)
42702026-07-16T03:56:03.495Z
42712026-07-16T03:56:03.496Zrunning 1 test
42722026-07-16T03:56:03.499Z -------
42732026-07-16T03:56:03.499Z Generating OpenAPI documents from API definitions ...
42742026-07-16T03:56:03.705Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42752026-07-16T03:56:03.776Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42762026-07-16T03:56:04.793Z -------
42772026-07-16T03:56:04.793Z Checking 12 OpenAPI documents...
42782026-07-16T03:56:04.793Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-07-16T03:56:04.793Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-07-16T03:56:04.793Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-07-16T03:56:04.793Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-07-16T03:56:04.793Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-07-16T03:56:04.796Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-07-16T03:56:04.796Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-07-16T03:56:04.796Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-07-16T03:56:04.796Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-07-16T03:56:04.796Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-07-16T03:56:04.796Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-07-16T03:56:04.796Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-07-16T03:56:04.796Z Fresh dpd "latest" symlink
42912026-07-16T03:56:04.796Z -------
42922026-07-16T03:56:04.796Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42932026-07-16T03:56:04.859Ztest test::test_apis_up_to_date ... ok
42942026-07-16T03:56:04.859Z
42952026-07-16T03:56:04.859Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
42962026-07-16T03:56:04.859Z
42972026-07-16T03:56:04.917Z Running unittests src/main.rs (target/debug/deps/dpd-4943622acba53d06)
42982026-07-16T03:56:04.983Z
42992026-07-16T03:56:04.983Zrunning 65 tests
43002026-07-16T03:56:04.986Ztest freemap::test_ordering ... ok
43012026-07-16T03:56:04.986Ztest config::tests::test_updates ... ok
43022026-07-16T03:56:04.986Ztest freemap::test_split ... ok
43032026-07-16T03:56:04.986Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43042026-07-16T03:56:04.987Ztest macaddrs::tests::test_mac_offset ... ok
43052026-07-16T03:56:04.987Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43062026-07-16T03:56:04.987Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43072026-07-16T03:56:04.987Ztest macaddrs::tests::test_parse_port_id ... ok
43082026-07-16T03:56:04.987Ztest nat::test_mapping ... ok
43092026-07-16T03:56:04.987Ztest port_map::tests::dump_map ... ok
43102026-07-16T03:56:04.996Ztest port_map::tests::test_backplane_group ... ok
43112026-07-16T03:56:04.996Ztest port_map::tests::test_port_map ... ok
43122026-07-16T03:56:04.996ZJul 16 03:56:04.120 DEBG created new freemap, unit: freemap_test
43132026-07-16T03:56:04.996ZJul 16 03:56:04.120 DEBG initted freemap. size: 128, unit: freemap_test
43142026-07-16T03:56:04.996ZJul 16 03:56:04.120 DEBG reset freemap, unit: freemap_test
43152026-07-16T03:56:04.996ZJul 16 03:56:04.120 DEBG created new freemap, unitJul 16 03:56:04.120: freemap_testDEBG
43162026-07-16T03:56:04.996Z created new freemap, unitJul 16 03:56:04.120: DEBGfreemap_test initted freemap. size: 128
43172026-07-16T03:56:04.996Z, unit: freemap_test
43182026-07-16T03:56:04.996ZJul 16 03:56:04.120Jul 16 03:56:04.120 Jul 16 03:56:04.120 DEBGDEBG DEBGreset freemap , created new freemapunitinitted freemap. size: 128:, , unitunitfreemap_test:
43192026-07-16T03:56:04.996Z :freemap_test freemap_test
43202026-07-16T03:56:04.996Z
43212026-07-16T03:56:04.996ZJul 16 03:56:04.120 Jul 16 03:56:04.120DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
43222026-07-16T03:56:04.997Zfreemap_test
43232026-07-16T03:56:04.997ZJul 16 03:56:04.120 DEBG reset freemap, unit: freemap_test
43242026-07-16T03:56:04.997Ztest freemap::test_free ... ok
43252026-07-16T03:56:04.997Ztest freemap::test_basic ... ok
43262026-07-16T03:56:04.997Ztest freemap::test_span ... ok
43272026-07-16T03:56:04.997Ztest freemap::test_reclaim ... ok
43282026-07-16T03:56:04.997ZJul 16 03:56:04.120 DEBG created new freemap, unit: freemap_test
43292026-07-16T03:56:04.997ZJul 16 03:56:04.120 DEBG initted freemap. size: 128, unit: freemap_test
43302026-07-16T03:56:04.997ZJul 16 03:56:04.120 DEBG reset freemap, unit: freemap_test
43312026-07-16T03:56:04.997Ztest freemap::test_exhaustion ... ok
43322026-07-16T03:56:04.997Ztest port_map::tests::parse_softnpu_revision ... ok
43332026-07-16T03:56:04.997Ztest api_server::tests::test_build_info ... ok
43342026-07-16T03:56:04.997ZJul 16 03:56:04.121 DEBG created new freemap, unit: freemap_route_ipv4
43352026-07-16T03:56:04.997ZJul 16 03:56:04.121 DEBG created new freemap, unit: freemap_route_ipv6
43362026-07-16T03:56:04.997ZJul 16 03:56:04.121 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43372026-07-16T03:56:04.997ZJul 16 03:56:04.121 DEBG reset freemap, unit: freemap_route_ipv4
43382026-07-16T03:56:04.997ZJul 16 03:56:04.121 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43392026-07-16T03:56:04.997ZJul 16 03:56:04.121 DEBG reset freemap, unit: freemap_route_ipv6
43402026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43412026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43422026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43432026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43442026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43452026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43462026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43472026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43482026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43492026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43502026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43512026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43522026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43532026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43542026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43552026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43562026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43572026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43582026-07-16T03:56:04.997ZJul 16 03:56:04.121 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43592026-07-16T03:56:04.997ZJul 16 03:56:04.121 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 } }]
43602026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43612026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43622026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43632026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43642026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43652026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43662026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43672026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43682026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43692026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43702026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43712026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43722026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
43732026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43742026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
43752026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43762026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
43772026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43782026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
43792026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43802026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
43812026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43822026-07-16T03:56:04.998ZJul 16 03:56:04.121 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
43832026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43842026-07-16T03:56:04.998ZJul 16 03:56:04.121Jul 16 03:56:04.121 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
43852026-07-16T03:56:04.998ZJul 16 03:56:04.121 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 } }]
43862026-07-16T03:56:04.998ZJul 16 03:56:04.122 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
43872026-07-16T03:56:04.998Z DEBGJul 16 03:56:04.122 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 } }]
43882026-07-16T03:56:04.998ZJul 16 03:56:04.122 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
43892026-07-16T03:56:04.998Z created new freemapJul 16 03:56:04.122 , DEBGunit 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 } }]
43902026-07-16T03:56:04.998ZJul 16 03:56:04.122 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
43912026-07-16T03:56:04.998ZJul 16 03:56:04.122 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 } }]
43922026-07-16T03:56:04.998ZJul 16 03:56:04.122 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
43932026-07-16T03:56:04.998ZJul 16 03:56:04.122 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 } }]
43942026-07-16T03:56:04.998ZJul 16 03:56:04.122 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
43952026-07-16T03:56:04.998ZJul 16 03:56:04.122 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 } }]
43962026-07-16T03:56:04.998Z: Jul 16 03:56:04.122 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
43972026-07-16T03:56:04.998ZJul 16 03:56:04.122 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 } }]
43982026-07-16T03:56:04.998Zfreemap_route_ipv4Jul 16 03:56:04.122 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
43992026-07-16T03:56:04.999ZJul 16 03:56:04.122 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 } }]
44002026-07-16T03:56:04.999ZJul 16 03:56:04.122 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
44012026-07-16T03:56:04.999ZJul 16 03:56:04.122 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 } }]
44022026-07-16T03:56:04.999Z
44032026-07-16T03:56:04.999ZJul 16 03:56:04.122 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44042026-07-16T03:56:04.999ZJul 16 03:56:04.122 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 } }]
44052026-07-16T03:56:04.999ZJul 16 03:56:04.122 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44062026-07-16T03:56:04.999ZJul 16 03:56:04.122 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 } }]
44072026-07-16T03:56:04.999ZJul 16 03:56:04.122 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44082026-07-16T03:56:04.999ZJul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44092026-07-16T03:56:04.999ZJul 16 03:56:04.122 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
44102026-07-16T03:56:05.003ZJul 16 03:56:04.122 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 } }]
44112026-07-16T03:56:05.003ZJul 16 03:56:04.122 Jul 16 03:56:04.122DEBG INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
44122026-07-16T03:56:05.003Z Jul 16 03:56:04.122created new freemap DEBG, unitreplacing 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 } }]
44132026-07-16T03:56:05.003ZJul 16 03:56:04.122 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
44142026-07-16T03:56:05.003ZJul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44152026-07-16T03:56:05.003ZJul 16 03:56:04.122 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
44162026-07-16T03:56:05.003ZJul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.122
44172026-07-16T03:56:05.003Z DEBG created new freemap:Jul 16 03:56:04.122 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
44182026-07-16T03:56:05.003ZJul 16 03:56:04.122Jul 16 03:56:04.122 DEBG created new freemap, unit: freemap_route_ipv6
44192026-07-16T03:56:05.003ZDEBG, 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 } }]
44202026-07-16T03:56:05.003Z freemap_route_ipv4Jul 16 03:56:04.122
44212026-07-16T03:56:05.003ZJul 16 03:56:04.122 DEBG created new freemap, unit: INFOJul 16 03:56:04.122 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
44222026-07-16T03:56:05.003ZunitDEBG created new freemap: , Jul 16 03:56:04.122unit: DEBG freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44232026-07-16T03:56:05.003Z
44242026-07-16T03:56:05.003Zfreemap_route_ipv4
44252026-07-16T03:56:05.004ZJul 16 03:56:04.122Jul 16 03:56:04.122 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
44262026-07-16T03:56:05.004Zfreemap_route_ipv4DEBGJul 16 03:56:04.122 DEBG initted freemap. size: 64 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 } }]
44272026-07-16T03:56:05.004Z,
44282026-07-16T03:56:05.004ZJul 16 03:56:04.122 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
44292026-07-16T03:56:05.004ZJul 16 03:56:04.122Jul 16 03:56:04.122 DEBGDEBG Jul 16 03:56:04.122 unitJul 16 03:56:04.122: 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 } }]
44302026-07-16T03:56:05.004ZDEBG created new freemap, unit: freemap_route_ipv6initted freemap. size: 64
44312026-07-16T03:56:05.004ZJul 16 03:56:04.122 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
44322026-07-16T03:56:05.004Z, unit: freemap_route_ipv4
44332026-07-16T03:56:05.004ZJul 16 03:56:04.122Jul 16 03:56:04.122 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 } }]
44342026-07-16T03:56:05.004Zcreated new freemapJul 16 03:56:04.122, unit freemap_route_ipv4INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
44352026-07-16T03:56:05.004Z DEBG initted freemap. size: 64Jul 16 03:56:04.122
44362026-07-16T03:56:05.004Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44372026-07-16T03:56:05.004Z:Jul 16 03:56:04.122 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
44382026-07-16T03:56:05.004Z freemap_route_ipv6Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44392026-07-16T03:56:05.004ZJul 16 03:56:04.122
44402026-07-16T03:56:05.004ZINFOJul 16 03:56:04.122 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
44412026-07-16T03:56:05.004Z, unitJul 16 03:56:04.122 Jul 16 03:56:04.122 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 } }]
44422026-07-16T03:56:05.004ZDEBGJul 16 03:56:04.122: freemap_route_ipv4INFO
44432026-07-16T03:56:05.004Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
44442026-07-16T03:56:05.004ZJul 16 03:56:04.122 DEBGJul 16 03:56:04.122 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 } }]Jul 16 03:56:04.122
44452026-07-16T03:56:05.004Z DEBGJul 16 03:56:04.122 INFODEBG reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff,
44462026-07-16T03:56:05.004ZDEBG reset freemapJul 16 03:56:04.122unit , DEBGunit : 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 } }]:
44472026-07-16T03:56:05.004Z freemap_route_ipv4
44482026-07-16T03:56:05.004ZJul 16 03:56:04.122 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
44492026-07-16T03:56:05.004Zfreemap_route_ipv4Jul 16 03:56:04.122 DEBGJul 16 03:56:04.122 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 } }]
44502026-07-16T03:56:05.004Z DEBGreset freemap Jul 16 03:56:04.122
44512026-07-16T03:56:05.004ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
44522026-07-16T03:56:05.005Z, unit: freemap_route_ipv4
44532026-07-16T03:56:05.005ZJul 16 03:56:04.122 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 } }]initted freemap. size: 64Jul 16 03:56:04.122
44542026-07-16T03:56:05.005ZJul 16 03:56:04.122 Jul 16 03:56:04.122DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64unit, :unit :freemap_route_ipv6
44552026-07-16T03:56:05.005Zfreemap_route_ipv6 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64, , unit
44562026-07-16T03:56:05.005Z
44572026-07-16T03:56:05.005ZunitJul 16 03:56:04.122: Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44582026-07-16T03:56:05.005Z: freemap_route_ipv6
44592026-07-16T03:56:05.005ZJul 16 03:56:04.122 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv4
44602026-07-16T03:56:05.005Z
44612026-07-16T03:56:05.005Zreset freemap, unit:Jul 16 03:56:04.122Jul 16 03:56:04.122 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 } }]
44622026-07-16T03:56:05.005ZDEBG reset freemap, Jul 16 03:56:04.122Jul 16 03:56:04.122 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:56:04.122
44632026-07-16T03:56:05.005ZJul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44642026-07-16T03:56:05.005ZJul 16 03:56:04.122 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
44652026-07-16T03:56:05.005ZDEBG Jul 16 03:56:04.122reset freemap , 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 } }]
44662026-07-16T03:56:05.005Zfreemap_route_ipv6
44672026-07-16T03:56:05.005ZJul 16 03:56:04.122Jul 16 03:56:04.122 unitINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff:
44682026-07-16T03:56:05.005Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Jul 16 03:56:04.122 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 } }]
44692026-07-16T03:56:05.005ZJul 16 03:56:04.122 unitINFO reset freemap, unit: freemap_route_ipv6
44702026-07-16T03:56:05.005Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
44712026-07-16T03:56:05.005Z
44722026-07-16T03:56:05.005ZJul 16 03:56:04.122: 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 } }]
44732026-07-16T03:56:05.005ZJul 16 03:56:04.122 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 } }]
44742026-07-16T03:56:05.005ZJul 16 03:56:04.122 Jul 16 03:56:04.122 INFOfreemap_route_ipv4
44752026-07-16T03:56:05.005Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
44762026-07-16T03:56:05.005ZDEBG Jul 16 03:56:04.122Jul 16 03:56:04.122 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
44772026-07-16T03:56:05.006Z 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 } }]
44782026-07-16T03:56:05.006Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
44792026-07-16T03:56:05.006ZJul 16 03:56:04.122 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
44802026-07-16T03:56:05.006ZJul 16 03:56:04.122 Jul 16 03:56:04.122 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44812026-07-16T03:56:05.006ZDEBG 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 } }]Jul 16 03:56:04.122
44822026-07-16T03:56:05.006ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
44832026-07-16T03:56:05.006ZJul 16 03:56:04.122 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 } }]
44842026-07-16T03:56:05.006ZJul 16 03:56:04.122 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:56:04.122
44852026-07-16T03:56:05.006ZJul 16 03:56:04.122 Jul 16 03:56:04.122 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 } }]
44862026-07-16T03:56:05.006ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:56:04.122 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
44872026-07-16T03:56:05.006Z
44882026-07-16T03:56:05.006ZJul 16 03:56:04.122 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 } }]
44892026-07-16T03:56:05.006ZJul 16 03:56:04.122 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
44902026-07-16T03:56:05.006ZJul 16 03:56:04.122 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 } }]
44912026-07-16T03:56:05.006ZJul 16 03:56:04.123 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
44922026-07-16T03:56:05.006ZJul 16 03:56:04.123 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 } }]
44932026-07-16T03:56:05.006Z INFO Jul 16 03:56:04.123 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
44942026-07-16T03:56:05.006ZJul 16 03:56:04.122 DEBGJul 16 03:56:04.123 DEBG 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 } }]
44952026-07-16T03:56:05.006ZJul 16 03:56:04.123 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
44962026-07-16T03:56:05.006ZJul 16 03:56:04.123 DEBG 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 } }]
44972026-07-16T03:56:05.006ZJul 16 03:56:04.123 DEBG failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:1
44982026-07-16T03:56:05.006Z Jul 16 03:56:04.123created new freemap 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 } }]
44992026-07-16T03:56:05.006Zunit: freemap_route_ipv4
45002026-07-16T03:56:05.006ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG initted freemap. size: 64created new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
45012026-07-16T03:56:05.006Z
45022026-07-16T03:56:05.007ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4
45032026-07-16T03:56:05.007Z
45042026-07-16T03:56:05.007ZJul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
45052026-07-16T03:56:05.007Z, unit: freemap_route_ipv4
45062026-07-16T03:56:05.007ZJul 16 03:56:04.123 DEBG Jul 16 03:56:04.123replacing 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 } }]
45072026-07-16T03:56:05.007ZDEBG initted freemap. size: 64, Jul 16 03:56:04.123unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
45082026-07-16T03:56:05.007Z
45092026-07-16T03:56:05.007ZJul 16 03:56:04.123Jul 16 03:56:04.123
45102026-07-16T03:56:05.015Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap
45112026-07-16T03:56:05.016Z, unit: freemap_route_ipv6
45122026-07-16T03:56:05.016ZJul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG
45132026-07-16T03:56:05.016ZJul 16 03:56:04.123adding route 3fff:dead::/64 -> 2001:db8::55:1
45142026-07-16T03:56:05.016ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45152026-07-16T03:56:05.016ZJul 16 03:56:04.123 Jul 16 03:56:04.123 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 } }]
45162026-07-16T03:56:05.016ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
45172026-07-16T03:56:05.016Z
45182026-07-16T03:56:05.016ZJul 16 03:56:04.123 DEBGJul 16 03:56:04.123 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 } }]INFO
45192026-07-16T03:56:05.016Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
45202026-07-16T03:56:05.016ZJul 16 03:56:04.123 Jul 16 03:56:04.123INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
45212026-07-16T03:56:05.016Zreplacing 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 } }]
45222026-07-16T03:56:05.016ZJul 16 03:56:04.123 Jul 16 03:56:04.123DEBG 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 } }]
45232026-07-16T03:56:05.016Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45242026-07-16T03:56:05.016ZJul 16 03:56:04.123 Jul 16 03:56:04.123INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
45252026-07-16T03:56:05.016Zreplacing 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 } }]
45262026-07-16T03:56:05.016ZJul 16 03:56:04.123 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 } }]Jul 16 03:56:04.123
45272026-07-16T03:56:05.016Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45282026-07-16T03:56:05.016ZJul 16 03:56:04.123 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 16 03:56:04.123
45292026-07-16T03:56:05.016Z 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 } }]
45302026-07-16T03:56:05.016ZJul 16 03:56:04.123 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 } }]Jul 16 03:56:04.123
45312026-07-16T03:56:05.016Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45322026-07-16T03:56:05.016ZJul 16 03:56:04.123 INFO Jul 16 03:56:04.123adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45332026-07-16T03:56:05.016ZDEBG 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 } }]
45342026-07-16T03:56:05.016ZJul 16 03:56:04.123 Jul 16 03:56:04.123DEBG 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 } }]
45352026-07-16T03:56:05.016Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45362026-07-16T03:56:05.016ZDEBG Jul 16 03:56:04.123Jul 16 03:56:04.123 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 } }]
45372026-07-16T03:56:05.016Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45382026-07-16T03:56:05.016ZJul 16 03:56:04.123Jul 16 03:56:04.123 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2
45392026-07-16T03:56:05.016Z
45402026-07-16T03:56:05.016ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
45412026-07-16T03:56:05.016Z
45422026-07-16T03:56:05.016ZJul 16 03:56:04.123Jul 16 03:56:04.123 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
45432026-07-16T03:56:05.016Z
45442026-07-16T03:56:05.016ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45452026-07-16T03:56:05.017Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
45462026-07-16T03:56:05.017Z 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 } }]
45472026-07-16T03:56:05.017ZJul 16 03:56:04.123 Jul 16 03:56:04.123INFO Jul 16 03:56:04.123adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45482026-07-16T03:56:05.017Z
45492026-07-16T03:56:05.017Z
45502026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45512026-07-16T03:56:05.017Z
45522026-07-16T03:56:05.017Z 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 } }]Jul 16 03:56:04.123Jul 16 03:56:04.123
45532026-07-16T03:56:05.017Z INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45542026-07-16T03:56:05.017Z
45552026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123 INFODEBGDEBG adding route 3fff:beef::/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 } }]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 } }]
45562026-07-16T03:56:05.017Z
45572026-07-16T03:56:05.017Z
45582026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123 INFOJul 16 03:56:04.123 INFODEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45592026-07-16T03:56:05.017Zreplacing 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:3::/64 -> 2001:db8::55:ff
45602026-07-16T03:56:05.017Z
45612026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG INFOreplacing 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: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 } }]
45622026-07-16T03:56:05.017Z
45632026-07-16T03:56:05.017Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45642026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFO INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/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 } }]
45652026-07-16T03:56:05.017Z
45662026-07-16T03:56:05.017Z
45672026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123 INFODEBGDEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45682026-07-16T03:56:05.017Zreplacing 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: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 } }]
45692026-07-16T03:56:05.017Z
45702026-07-16T03:56:05.017ZJul 16 03:56:04.123 DEBGJul 16 03:56:04.123Jul 16 03:56:04.123 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 } }]INFOINFO
45712026-07-16T03:56:05.017Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45722026-07-16T03:56:05.017Z
45732026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG DEBGadding route 3fff:beef:3::/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 } }]
45742026-07-16T03:56:05.017Z
45752026-07-16T03:56:05.017Zreplacing 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 } }]
45762026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGINFO Jul 16 03:56:04.123replacing 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:6::/64 -> 2001:db8::55:ffINFO
45772026-07-16T03:56:05.017Z
45782026-07-16T03:56:05.017Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45792026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123 DEBGJul 16 03:56:04.123 INFODEBG adding route 3fff:beef:4::/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 } }]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 } }]
45802026-07-16T03:56:05.017Z
45812026-07-16T03:56:05.017Z
45822026-07-16T03:56:05.017ZJul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123 INFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
45832026-07-16T03:56:05.017Z
45842026-07-16T03:56:05.018Z 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 } }]
45852026-07-16T03:56:05.018ZJul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45862026-07-16T03:56:05.018Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45872026-07-16T03:56:05.018Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45882026-07-16T03:56:05.018ZJul 16 03:56:04.123 Jul 16 03:56:04.123INFO Jul 16 03:56:04.123 INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45892026-07-16T03:56:05.018Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
45902026-07-16T03:56:05.018Z 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 } }]Jul 16 03:56:04.123
45912026-07-16T03:56:05.018Z Jul 16 03:56:04.123DEBG Jul 16 03:56:04.123DEBG 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: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
45922026-07-16T03:56:05.018Z
45932026-07-16T03:56:05.018Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45942026-07-16T03:56:05.018ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBGINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45952026-07-16T03:56:05.018Zreplacing 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:d::/64 -> 2001:db8::55:ff
45962026-07-16T03:56:05.018Z
45972026-07-16T03:56:05.018ZJul 16 03:56:04.123Jul 16 03:56:04.123 Jul 16 03:56:04.123DEBG INFODEBGreplacing 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 } }]
45982026-07-16T03:56:05.018Zreplacing 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 } }]
45992026-07-16T03:56:05.018Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46002026-07-16T03:56:05.018ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFOINFODEBG 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:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46012026-07-16T03:56:05.018Z
46022026-07-16T03:56:05.018Z
46032026-07-16T03:56:05.018ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46042026-07-16T03:56:05.018ZINFOreplacing 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 } }]
46052026-07-16T03:56:05.018Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46062026-07-16T03:56:05.018ZJul 16 03:56:04.123 Jul 16 03:56:04.123Jul 16 03:56:04.123INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46072026-07-16T03:56:05.018ZINFO 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:b::/64 -> 2001:db8::55:ff
46082026-07-16T03:56:05.018Z
46092026-07-16T03:56:05.018ZJul 16 03:56:04.123 Jul 16 03:56:04.123DEBG Jul 16 03:56:04.123 created new freemapINFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 16 03:56:04.123DEBG:
46102026-07-16T03:56:05.023Zfreemap_route_ipv4replacing 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 } }]
46112026-07-16T03:56:05.023Z
46122026-07-16T03:56:05.023ZDEBG 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 } }]
46132026-07-16T03:56:05.023ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
46142026-07-16T03:56:05.023Z created new freemapJul 16 03:56:04.123replacing 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 } }],
46152026-07-16T03:56:05.023Zunit: INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv6
46162026-07-16T03:56:05.023ZJul 16 03:56:04.123
46172026-07-16T03:56:05.023Z Jul 16 03:56:04.123INFO Jul 16 03:56:04.123DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46182026-07-16T03:56:05.023ZJul 16 03:56:04.123 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 } }]Jul 16 03:56:04.123
46192026-07-16T03:56:05.023Zinitted freemap. size: 64
46202026-07-16T03:56:05.023Z, 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 } }]Jul 16 03:56:04.123Jul 16 03:56:04.123 freemap_route_ipv4
46212026-07-16T03:56:05.023Z
46222026-07-16T03:56:05.023ZINFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46232026-07-16T03:56:05.023Z
46242026-07-16T03:56:05.023ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 DEBG DEBGJul 16 03:56:04.123 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 } }]
46252026-07-16T03:56:05.023Z 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:b::/64 -> 2001:db8::55:ff
46262026-07-16T03:56:05.024ZDEBG Jul 16 03:56:04.123reset freemap
46272026-07-16T03:56:05.024Z, unitINFO: freemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:56:04.123
46282026-07-16T03:56:05.024Z INFOJul 16 03:56:04.123
46292026-07-16T03:56:05.024Z DEBG Jul 16 03:56:04.123adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46302026-07-16T03:56:05.024Zreplacing 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
46312026-07-16T03:56:05.024Z 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 } }]Jul 16 03:56:04.123
46322026-07-16T03:56:05.024Z Jul 16 03:56:04.123DEBG INFOinitted freemap. size: 64 Jul 16 03:56:04.123, unitINFO: Jul 16 03:56:04.123 adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv6
46332026-07-16T03:56:05.024Z
46342026-07-16T03:56:05.024Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
46352026-07-16T03:56:05.024Z Jul 16 03:56:04.123replacing 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 } }]
46362026-07-16T03:56:05.024ZDEBG 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 } }]Jul 16 03:56:04.123
46372026-07-16T03:56:05.024ZJul 16 03:56:04.123 DEBG INFO Jul 16 03:56:04.123 Jul 16 03:56:04.123adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46382026-07-16T03:56:05.024ZINFOreset freemap , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit
46392026-07-16T03:56:05.024Z:DEBG Jul 16 03:56:04.123freemap_route_ipv6
46402026-07-16T03:56:05.024ZDEBGJul 16 03:56:04.123 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: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 } }]
46412026-07-16T03:56:05.024Z
46422026-07-16T03:56:05.024ZJul 16 03:56:04.123 DEBGINFO Jul 16 03:56:04.123adding route 172.16.0.0/32 -> 10.0.0.1
46432026-07-16T03:56:05.024ZINFO Jul 16 03:56:04.123replacing 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 } }]
46442026-07-16T03:56:05.024Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
46452026-07-16T03:56:05.024ZJul 16 03:56:04.123 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46462026-07-16T03:56:05.024ZJul 16 03:56:04.123replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 16 03:56:04.123
46472026-07-16T03:56:05.024ZDEBG 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 } }]INFOJul 16 03:56:04.123 Jul 16 03:56:04.123
46482026-07-16T03:56:05.024Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
46492026-07-16T03:56:05.024Zreplacing 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 } }] Jul 16 03:56:04.123
46502026-07-16T03:56:05.024Z DEBGINFO adding route 3fff:beef:e::/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 } }]
46512026-07-16T03:56:05.024ZJul 16 03:56:04.123
46522026-07-16T03:56:05.025Z Jul 16 03:56:04.123INFO DEBGJul 16 03:56:04.123 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:11::/64 -> 2001:db8::55:ff
46532026-07-16T03:56:05.025Z
46542026-07-16T03:56:05.025ZDEBG 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 } }]
46552026-07-16T03:56:05.025ZJul 16 03:56:04.123 INFOJul 16 03:56:04.123 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
46562026-07-16T03:56:05.025Z 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 } }]Jul 16 03:56:04.123
46572026-07-16T03:56:05.025Z INFOJul 16 03:56:04.123 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 16 03:56:04.123DEBG
46582026-07-16T03:56:05.025ZINFO 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:12::/64 -> 2001:db8::55:ff
46592026-07-16T03:56:05.025Z
46602026-07-16T03:56:05.025ZJul 16 03:56:04.123 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 } }]
46612026-07-16T03:56:05.025ZJul 16 03:56:04.123Jul 16 03:56:04.123 INFODEBG 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:17::/64 -> 2001:db8::55:ff
46622026-07-16T03:56:05.025ZJul 16 03:56:04.123
46632026-07-16T03:56:05.025Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 16 03:56:04.123
46642026-07-16T03:56:05.025ZJul 16 03:56:04.123 INFODEBG Jul 16 03:56:04.123replacing 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:13::/64 -> 2001:db8::55:ffDEBG
46652026-07-16T03:56:05.025Z
46662026-07-16T03:56:05.025Zreplacing 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 } }]
46672026-07-16T03:56:05.025ZJul 16 03:56:04.123Jul 16 03:56:04.123Jul 16 03:56:04.123 INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
46682026-07-16T03:56:05.025Z 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:18::/64 -> 2001:db8::55:ff
46692026-07-16T03:56:05.025Z
46702026-07-16T03:56:05.025ZJul 16 03:56:04.123 DEBGJul 16 03:56:04.123 Jul 16 03:56:04.123replacing 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 } }]
46712026-07-16T03:56:05.025ZINFODEBG adding route 3fff:beef:14::/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 } }]
46722026-07-16T03:56:05.025Z
46732026-07-16T03:56:05.025ZJul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124INFO INFODEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:56:04.123
46742026-07-16T03:56:05.025Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
46752026-07-16T03:56:05.025Z 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 } }] Jul 16 03:56:04.124created new freemap , DEBG
46762026-07-16T03:56:05.025Zunit Jul 16 03:56:04.124: replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46772026-07-16T03:56:05.025Z 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_ipv4Jul 16 03:56:04.124
46782026-07-16T03:56:05.025Z
46792026-07-16T03:56:05.026Z INFOJul 16 03:56:04.124 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 16 03:56:04.124Jul 16 03:56:04.124 INFODEBG
46802026-07-16T03:56:05.026Z created new freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO,
46812026-07-16T03:56:05.026Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffunit:Jul 16 03:56:04.124Jul 16 03:56:04.124 freemap_route_ipv6DEBG
46822026-07-16T03:56:05.026Z
46832026-07-16T03:56:05.026Zreplacing 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 } }]
46842026-07-16T03:56:05.026ZDEBG 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 } }]Jul 16 03:56:04.124
46852026-07-16T03:56:05.026ZJul 16 03:56:04.124 Jul 16 03:56:04.124DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46862026-07-16T03:56:05.026Zinitted freemap. size: 64 , INFOunit :adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 16 03:56:04.124
46872026-07-16T03:56:05.026Z Jul 16 03:56:04.124 freemap_route_ipv4INFO
46882026-07-16T03:56:05.026Z Jul 16 03:56:04.124adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46892026-07-16T03:56:05.026ZDEBG INFOJul 16 03:56:04.124 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:14::/64 -> 2001:db8::55:ffJul 16 03:56:04.124DEBG
46902026-07-16T03:56:05.026Z 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 } }]
46912026-07-16T03:56:05.026Z
46922026-07-16T03:56:05.026ZDEBG reset freemap, unitJul 16 03:56:04.124: Jul 16 03:56:04.124Jul 16 03:56:04.124freemap_route_ipv4INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46932026-07-16T03:56:05.026Z
46942026-07-16T03:56:05.026Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
46952026-07-16T03:56:05.026Z Jul 16 03:56:04.124adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124Jul 16 03:56:04.124
46962026-07-16T03:56:05.026ZDEBG initted freemap. size: 64INFO, unit :DEBGJul 16 03:56:04.124adding route 3fff:beef:15::/64 -> 2001:db8::55:ff 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 } }] DEBGfreemap_route_ipv6
46972026-07-16T03:56:05.026Z
46982026-07-16T03:56:05.026Z
46992026-07-16T03:56:05.026Z 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 } }]
47002026-07-16T03:56:05.026ZJul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG Jul 16 03:56:04.124replacing 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
47012026-07-16T03:56:05.026Z DEBGINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47022026-07-16T03:56:05.026Zreset freemap , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit
47032026-07-16T03:56:05.026Z: Jul 16 03:56:04.124freemap_route_ipv6
47042026-07-16T03:56:05.026Ztest route::tests::grow_succeeds ... ok
47052026-07-16T03:56:05.026ZJul 16 03:56:04.124Jul 16 03:56:04.124 INFO DEBG Jul 16 03:56:04.124DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO
47062026-07-16T03:56:05.027Z adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47072026-07-16T03:56:05.027Zreplacing 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 } }]
47082026-07-16T03:56:05.027Z
47092026-07-16T03:56:05.027ZJul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124 INFOINFO Jul 16 03:56:04.124adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47102026-07-16T03:56:05.031Z
47112026-07-16T03:56:05.031Z DEBG Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 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 } }]DEBGDEBG
47122026-07-16T03:56:05.031ZDEBG 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 } }]DEBGcreated new freemap
47132026-07-16T03:56:05.031Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , Jul 16 03:56:04.124
47142026-07-16T03:56:05.031Zunit INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
47152026-07-16T03:56:05.031ZJul 16 03:56:04.124 Jul 16 03:56:04.124INFO Jul 16 03:56:04.124 freemap_route_ipv4 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47162026-07-16T03:56:05.031ZINFODEBG
47172026-07-16T03:56:05.031Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffcreated new freemapJul 16 03:56:04.124
47182026-07-16T03:56:05.031ZJul 16 03:56:04.124
47192026-07-16T03:56:05.031Z , DEBGunit :DEBG freemap_route_ipv4Jul 16 03:56:04.124replacing 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 } }]
47202026-07-16T03:56:05.031Z
47212026-07-16T03:56:05.031ZDEBGcreated new freemap 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 } }]Jul 16 03:56:04.124
47222026-07-16T03:56:05.031ZJul 16 03:56:04.124 DEBG DEBG, created new freemapJul 16 03:56:04.124unit, unitINFOJul 16 03:56:04.124: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
47232026-07-16T03:56:05.031Zreplacing 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 } }]freemap_route_ipv6
47242026-07-16T03:56:05.031Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47252026-07-16T03:56:05.031Z
47262026-07-16T03:56:05.032ZJul 16 03:56:04.124: INFO Jul 16 03:56:04.124adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv6Jul 16 03:56:04.124
47272026-07-16T03:56:05.032Z 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124 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: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 } }]
47282026-07-16T03:56:05.032Z
47292026-07-16T03:56:05.032Z
47302026-07-16T03:56:05.032Z
47312026-07-16T03:56:05.032Z DEBGJul 16 03:56:04.124 initted freemap. size: 64Jul 16 03:56:04.124INFO INFOJul 16 03:56:04.124 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff,
47322026-07-16T03:56:05.032Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunitINFO:
47332026-07-16T03:56:05.032Z Jul 16 03:56:04.124adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 16 03:56:04.124
47342026-07-16T03:56:05.032Z DEBG freemap_route_ipv4DEBGinitted freemap. size: 64Jul 16 03:56:04.124
47352026-07-16T03:56:05.032Z 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 } }]
47362026-07-16T03:56:05.032Z, Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124 DEBGunit DEBGINFO: adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap
47372026-07-16T03:56:05.032Zreplacing 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 } }], unit
47382026-07-16T03:56:05.032ZDEBG: Jul 16 03:56:04.124 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 } }]DEBGfreemap_route_ipv4
47392026-07-16T03:56:05.032Zfreemap_route_ipv4
47402026-07-16T03:56:05.032Zreplacing 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 } }]Jul 16 03:56:04.124
47412026-07-16T03:56:05.032Z
47422026-07-16T03:56:05.032ZJul 16 03:56:04.124INFOJul 16 03:56:04.124 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFOJul 16 03:56:04.124 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47432026-07-16T03:56:05.032Z
47442026-07-16T03:56:05.032ZDEBG INFO initted freemap. size: 64adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff,
47452026-07-16T03:56:05.032ZJul 16 03:56:04.124 DEBGJul 16 03:56:04.124Jul 16 03:56:04.124unit Jul 16 03:56:04.124 reset freemap:DEBG DEBGfreemap_route_ipv6DEBG 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: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: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 } }]unit
47462026-07-16T03:56:05.032Z
47472026-07-16T03:56:05.032Z
47482026-07-16T03:56:05.032Z
47492026-07-16T03:56:05.032Z: freemap_route_ipv4
47502026-07-16T03:56:05.032ZJul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124INFOJul 16 03:56:04.124 INFO Jul 16 03:56:04.124adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47512026-07-16T03:56:05.032ZDEBG
47522026-07-16T03:56:05.032ZINFO reset freemapDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 16 03:56:04.124,
47532026-07-16T03:56:05.032Zunit : DEBGfreemap_route_ipv6
47542026-07-16T03:56:05.032Zreplacing 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124
47552026-07-16T03:56:05.032Zinitted freemap. size: 64DEBG DEBG, Jul 16 03:56:04.124replacing 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 } }] unitINFOJul 16 03:56:04.124
47562026-07-16T03:56:05.032ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
47572026-07-16T03:56:05.032Z
47582026-07-16T03:56:05.032Z Jul 16 03:56:04.124replacing 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 } }] Jul 16 03:56:04.124INFOJul 16 03:56:04.124 : adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
47592026-07-16T03:56:05.032ZDEBG
47602026-07-16T03:56:05.032Zfreemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47612026-07-16T03:56:05.032Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
47622026-07-16T03:56:05.033Z
47632026-07-16T03:56:05.033ZJul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG INFOINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
47642026-07-16T03:56:05.033Zreplacing 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:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreset freemap
47652026-07-16T03:56:05.033Z,
47662026-07-16T03:56:05.033Zunit
47672026-07-16T03:56:05.033Z: Jul 16 03:56:04.124Jul 16 03:56:04.124freemap_route_ipv6
47682026-07-16T03:56:05.033Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
47692026-07-16T03:56:05.033Z Jul 16 03:56:04.124DEBGINFO Jul 16 03:56:04.124 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:20::/64 -> 2001:db8::55:ff
47702026-07-16T03:56:05.033ZDEBG
47712026-07-16T03:56:05.033Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
47722026-07-16T03:56:05.033Zreplacing 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 } }]Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124
47732026-07-16T03:56:05.033Z INFODEBGJul 16 03:56:04.124 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:56:04.124
47742026-07-16T03:56:05.033ZINFO 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 } }]
47752026-07-16T03:56:05.033Zadding route 3fff:dead::/64 -> 2001:db8::55:3
47762026-07-16T03:56:05.033ZJul 16 03:56:04.124 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGJul 16 03:56:04.124 Jul 16 03:56:04.124replacing 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 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
47772026-07-16T03:56:05.033Z
47782026-07-16T03:56:05.033Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
47792026-07-16T03:56:05.033Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47802026-07-16T03:56:05.033Z
47812026-07-16T03:56:05.033ZJul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBG Jul 16 03:56:04.124INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGDEBG
47822026-07-16T03:56:05.033Zreplacing 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:4
47832026-07-16T03:56:05.033Z
47842026-07-16T03:56:05.033ZJul 16 03:56:04.124 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 } }] Jul 16 03:56:04.124replacing 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 } }]Jul 16 03:56:04.124replacing 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 } }]
47852026-07-16T03:56:05.033ZDEBGINFO
47862026-07-16T03:56:05.033Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47872026-07-16T03:56:05.033Z
47882026-07-16T03:56:05.033ZJul 16 03:56:04.124replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
47892026-07-16T03:56:05.033Z INFOJul 16 03:56:04.124 Jul 16 03:56:04.124Jul 16 03:56:04.124adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47902026-07-16T03:56:05.033ZDEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47912026-07-16T03:56:05.033ZJul 16 03:56:04.124adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOJul 16 03:56:04.124DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]Jul 16 03:56:04.124
47922026-07-16T03:56:05.033Z
47932026-07-16T03:56:05.033Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
47942026-07-16T03:56:05.033Z
47952026-07-16T03:56:05.033ZINFO Jul 16 03:56:04.124adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124INFO
47962026-07-16T03:56:05.033Z DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124replacing 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 } }]
47972026-07-16T03:56:05.033Z
47982026-07-16T03:56:05.033ZDEBG Jul 16 03:56:04.124replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 16 03:56:04.124
47992026-07-16T03:56:05.033Z DEBGDEBG Jul 16 03:56:04.124 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 } }]
48002026-07-16T03:56:05.033Zreplacing 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
48012026-07-16T03:56:05.033ZJul 16 03:56:04.124 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 16 03:56:04.124INFO
48022026-07-16T03:56:05.034Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:56:04.124 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
48032026-07-16T03:56:05.034Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:56:04.124
48042026-07-16T03:56:05.034Z
48052026-07-16T03:56:05.034Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBGDEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48062026-07-16T03:56:05.034Z
48072026-07-16T03:56:05.034Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
48082026-07-16T03:56:05.034Z
48092026-07-16T03:56:05.034ZJul 16 03:56:04.124 Jul 16 03:56:04.124INFO Jul 16 03:56:04.124INFO Jul 16 03:56:04.124adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
48102026-07-16T03:56:05.038Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48112026-07-16T03:56:05.038Z
48122026-07-16T03:56:05.038ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:56:04.124
48132026-07-16T03:56:05.038Z Jul 16 03:56:04.124Jul 16 03:56:04.124 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48142026-07-16T03:56:05.038Zreplacing 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 } }]
48152026-07-16T03:56:05.038ZDEBG Jul 16 03:56:04.124replacing 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 } }]
48162026-07-16T03:56:05.038ZJul 16 03:56:04.124 DEBGINFO Jul 16 03:56:04.124 Jul 16 03:56:04.124adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
48172026-07-16T03:56:05.038Z
48182026-07-16T03:56:05.038Z INFO INFO Jul 16 03:56:04.124adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:56:04.124
48192026-07-16T03:56:05.038Z DEBGDEBG adding route 3fff:beef:26::/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 } }]
48202026-07-16T03:56:05.038Z
48212026-07-16T03:56:05.038Zreplacing targets for 3fff:dead::/64 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 } }]
48222026-07-16T03:56:05.038ZJul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124DEBG INFODEBGJul 16 03:56:04.124 WARNreplacing 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:2e::/64 -> 2001:db8::55:ff
48232026-07-16T03:56:05.039Z
48242026-07-16T03:56:05.039Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
48252026-07-16T03:56:05.039Z
48262026-07-16T03:56:05.039ZJul 16 03:56:04.124 Jul 16 03:56:04.124INFOJul 16 03:56:04.124 Jul 16 03:56:04.124 INFO ERROadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
48272026-07-16T03:56:05.039Z 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:22::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
48282026-07-16T03:56:05.039Z
48292026-07-16T03:56:05.039Z
48302026-07-16T03:56:05.040ZJul 16 03:56:04.124Jul 16 03:56:04.124 DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 16 03:56:04.124replacing 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 } }]
48312026-07-16T03:56:05.040Z
48322026-07-16T03:56:05.040ZJul 16 03:56:04.124ERRO 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 itDEBGJul 16 03:56:04.124 Jul 16 03:56:04.124
48332026-07-16T03:56:05.040Z INFO adding route 3fff:beef:28::/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 } }]
48342026-07-16T03:56:05.040Z
48352026-07-16T03:56:05.040ZDEBG 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 } }]
48362026-07-16T03:56:05.040ZJul 16 03:56:04.124Jul 16 03:56:04.124Jul 16 03:56:04.124 Jul 16 03:56:04.124INFO DEBG INFO 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 } }]
48372026-07-16T03:56:05.040Zadding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
48382026-07-16T03:56:05.040Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48392026-07-16T03:56:05.040Z
48402026-07-16T03:56:05.040ZJul 16 03:56:04.124Jul 16 03:56:04.124 INFOJul 16 03:56:04.124 DEBG DEBGreplacing 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:29::/64 -> 2001:db8::55:ff
48412026-07-16T03:56:05.040ZJul 16 03:56:04.124
48422026-07-16T03:56:05.040Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
48432026-07-16T03:56:05.040ZJul 16 03:56:04.125DEBGJul 16 03:56:04.125 INFODEBG 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:24::/64 -> 2001:db8::55:ffJul 16 03:56:04.125replacing 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 } }]
48442026-07-16T03:56:05.040Z
48452026-07-16T03:56:05.040ZINFO
48462026-07-16T03:56:05.040Z Jul 16 03:56:04.125adding route 172.17.0.0/32 -> 10.0.0.255 Jul 16 03:56:04.125INFO INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48472026-07-16T03:56:05.040Z
48482026-07-16T03:56:05.040ZJul 16 03:56:04.125adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48492026-07-16T03:56:05.040ZJul 16 03:56:04.125 DEBG DEBGJul 16 03:56:04.125 DEBGcreated new freemapreplacing 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 } }],
48502026-07-16T03:56:05.040ZJul 16 03:56:04.125unitreplacing 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 freemap_route_ipv4Jul 16 03:56:04.125
48512026-07-16T03:56:05.040Zreplacing 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 } }]
48522026-07-16T03:56:05.040Z
48532026-07-16T03:56:05.040ZINFO Jul 16 03:56:04.125adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 16 03:56:04.125
48542026-07-16T03:56:05.041Z INFOINFOJul 16 03:56:04.125 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
48552026-07-16T03:56:05.041ZDEBG
48562026-07-16T03:56:05.041ZJul 16 03:56:04.125 DEBGJul 16 03:56:04.125Jul 16 03:56:04.125 created new freemap DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }],
48572026-07-16T03:56:05.041Z
48582026-07-16T03:56:05.041Z unitreplacing 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 } }]Jul 16 03:56:04.125:Jul 16 03:56:04.125
48592026-07-16T03:56:05.041Z INFOfreemap_route_ipv6 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48602026-07-16T03:56:05.041Z
48612026-07-16T03:56:05.041Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:56:04.125
48622026-07-16T03:56:05.041Z Jul 16 03:56:04.125INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
48632026-07-16T03:56:05.041Zreplacing 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 } }]Jul 16 03:56:04.125 DEBG Jul 16 03:56:04.125Jul 16 03:56:04.125 DEBG created new freemap, unitJul 16 03:56:04.125:Jul 16 03:56:04.135 DEBGfreemap_route_ipv4
48642026-07-16T03:56:05.041ZDEBG initted freemap. size: 64replacing 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 } }],
48652026-07-16T03:56:05.041Zunit:Jul 16 03:56:04.135 freemap_route_ipv4DEBGJul 16 03:56:04.135INFO
48662026-07-16T03:56:05.041ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffcreated new freemap
48672026-07-16T03:56:05.041Z , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 16 03:56:04.135unit :
48682026-07-16T03:56:05.041Ztest route::tests::identity_replace_is_noop ... ok
48692026-07-16T03:56:05.041Ztest route::tests::rollback_on_compact_write_failure ... ok
48702026-07-16T03:56:05.041Z DEBGfreemap_route_ipv6 Jul 16 03:56:04.135reset freemap ,
48712026-07-16T03:56:05.041ZDEBGunit :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 } }]
48722026-07-16T03:56:05.041ZJul 16 03:56:04.135freemap_route_ipv4Jul 16 03:56:04.135 DEBGDEBG
48732026-07-16T03:56:05.041ZJul 16 03:56:04.135 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 } }]initted freemap. size: 64
48742026-07-16T03:56:05.041Z, unitINFO: adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 16 03:56:04.135
48752026-07-16T03:56:05.041Zfreemap_route_ipv4 Jul 16 03:56:04.135
48762026-07-16T03:56:05.041ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
48772026-07-16T03:56:05.041ZDEBGJul 16 03:56:04.135Jul 16 03:56:04.135 DEBG DEBGinitted freemap. size: 64 Jul 16 03:56:04.135 reset freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG,
48782026-07-16T03:56:05.041Zunit 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 } }]:
48792026-07-16T03:56:05.041Z unitfreemap_route_ipv6:
48802026-07-16T03:56:05.042ZJul 16 03:56:04.135Jul 16 03:56:04.135 INFOINFOfreemap_route_ipv4
48812026-07-16T03:56:05.042Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48822026-07-16T03:56:05.042Z
48832026-07-16T03:56:05.042ZJul 16 03:56:04.135Jul 16 03:56:04.135 Jul 16 03:56:04.135Jul 16 03:56:04.135 DEBG DEBG 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 } }]reset freemap
48842026-07-16T03:56:05.042ZDEBGDEBG 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 } }]
48852026-07-16T03:56:05.042Zcreated new freemap, , Jul 16 03:56:04.135unit :INFO initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4,
48862026-07-16T03:56:05.042ZJul 16 03:56:04.135
48872026-07-16T03:56:05.042Zunit :INFOunit freemap_route_ipv6adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 16 03:56:04.135:
48882026-07-16T03:56:05.042ZDEBGJul 16 03:56:04.135 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
48892026-07-16T03:56:05.042Z created new freemap
48902026-07-16T03:56:05.042Z, unitfreemap_route_ipv6:
48912026-07-16T03:56:05.042ZJul 16 03:56:04.135 Jul 16 03:56:04.135Jul 16 03:56:04.135 freemap_route_ipv6 DEBG
48922026-07-16T03:56:05.042Z INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48932026-07-16T03:56:05.042Z Jul 16 03:56:04.135adding route 3fff:beef:31::/64 -> 2001:db8::55:ff reset freemap
48942026-07-16T03:56:05.042ZJul 16 03:56:04.135, DEBG Jul 16 03:56:04.135 unitinitted freemap. size: 64INFO, Jul 16 03:56:04.135unit :: DEBGfreemap_route_ipv4INFO 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_ipv6
48952026-07-16T03:56:05.042Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48962026-07-16T03:56:05.042Z
48972026-07-16T03:56:05.042Z
48982026-07-16T03:56:05.042Z Jul 16 03:56:04.135 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 16 03:56:04.135Jul 16 03:56:04.135 Jul 16 03:56:04.135adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
48992026-07-16T03:56:05.042ZINFO 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 172.16.0.0/32 -> 10.0.0.1
49002026-07-16T03:56:05.042ZDEBG
49012026-07-16T03:56:05.042ZJul 16 03:56:04.135 reset freemap , DEBGunit :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 } }]Jul 16 03:56:04.135
49022026-07-16T03:56:05.042Z
49032026-07-16T03:56:05.042Z Jul 16 03:56:04.135DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
49042026-07-16T03:56:05.042Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
49052026-07-16T03:56:05.042Z
49062026-07-16T03:56:05.043ZJul 16 03:56:04.135Jul 16 03:56:04.135Jul 16 03:56:04.135 DEBGDEBG initted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:56:04.135INFOunit Jul 16 03:56:04.125Jul 16 03:56:04.135 :INFO freemap_route_ipv6 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGadding route 172.16.0.0/32 -> 10.0.0.2
49072026-07-16T03:56:05.043Zreplacing 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 } }]
49082026-07-16T03:56:05.043Z
49092026-07-16T03:56:05.043ZDEBG
49102026-07-16T03:56:05.047ZJul 16 03:56:04.135
49112026-07-16T03:56:05.047Z Jul 16 03:56:04.135Jul 16 03:56:04.135DEBG INFOreset freemap , 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 } }]Jul 16 03:56:04.135Jul 16 03:56:04.135adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
49122026-07-16T03:56:05.047Zunit 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
49132026-07-16T03:56:05.048Z:Jul 16 03:56:04.135
49142026-07-16T03:56:05.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 } }]DEBGfreemap_route_ipv6
49152026-07-16T03:56:05.048Z
49162026-07-16T03:56:05.048Zreplacing 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 } }]Jul 16 03:56:04.135
49172026-07-16T03:56:05.048Z INFOJul 16 03:56:04.135INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:56:04.135
49182026-07-16T03:56:05.048ZJul 16 03:56:04.135 Jul 16 03:56:04.135
49192026-07-16T03:56:05.048ZINFOINFO INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 16 03:56:04.135
49202026-07-16T03:56:05.048Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO
49212026-07-16T03:56:05.048Zreplacing 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 } }] Jul 16 03:56:04.135Jul 16 03:56:04.135
49222026-07-16T03:56:05.048Z adding route 172.16.0.0/32 -> 10.0.0.3DEBGJul 16 03:56:04.135
49232026-07-16T03:56:05.048Z 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 } }]
49242026-07-16T03:56:05.048ZDEBGadding route 172.17.0.1/32 -> 10.0.0.255 Jul 16 03:56:04.135DEBG
49252026-07-16T03:56:05.048Z Jul 16 03:56:04.135DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 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:35::/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 } }]
49262026-07-16T03:56:05.048Z
49272026-07-16T03:56:05.048Z
49282026-07-16T03:56:05.048ZJul 16 03:56:04.135 Jul 16 03:56:04.135INFOJul 16 03:56:04.135 Jul 16 03:56:04.135adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFO
49292026-07-16T03:56:05.048ZJul 16 03:56:04.135DEBG INFODEBGreplacing 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 } }]Jul 16 03:56:04.135 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
49302026-07-16T03:56:05.048Z
49312026-07-16T03:56:05.048Z adding route 172.16.0.0/32 -> 10.0.0.4DEBG
49322026-07-16T03:56:05.048Zreplacing 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 } }]
49332026-07-16T03:56:05.048ZJul 16 03:56:04.135
49342026-07-16T03:56:05.048Z 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 } }]Jul 16 03:56:04.135
49352026-07-16T03:56:05.048ZJul 16 03:56:04.135 Jul 16 03:56:04.135Jul 16 03:56:04.135INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
49362026-07-16T03:56:05.048Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
49372026-07-16T03:56:05.049Z Jul 16 03:56:04.135DEBG Jul 16 03:56:04.135 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 } }]DEBG
49382026-07-16T03:56:05.049ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 172.17.0.2/32 -> 10.0.0.255Jul 16 03:56:04.135
49392026-07-16T03:56:05.049Z
49402026-07-16T03:56:05.049Z
49412026-07-16T03:56:05.049Z DEBG Jul 16 03:56:04.135replacing 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 } }] Jul 16 03:56:04.135
49422026-07-16T03:56:05.049Z DEBGDEBG Jul 16 03:56:04.135replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] Jul 16 03:56:04.135
49432026-07-16T03:56:05.049Z INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49442026-07-16T03:56:05.049Z
49452026-07-16T03:56:05.049ZJul 16 03:56:04.135
49462026-07-16T03:56:05.049Z DEBGJul 16 03:56:04.135Jul 16 03:56:04.135 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
49472026-07-16T03:56:05.049Z Jul 16 03:56:04.135replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
49482026-07-16T03:56:05.049ZINFO
49492026-07-16T03:56:05.049Z adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:56:04.135
49502026-07-16T03:56:05.049Z INFOJul 16 03:56:04.135 adding route 172.17.0.3/32 -> 10.0.0.255
49512026-07-16T03:56:05.049ZINFO Jul 16 03:56:04.135adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49522026-07-16T03:56:05.049ZDEBG Jul 16 03:56:04.135replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
49532026-07-16T03:56:05.049ZJul 16 03:56:04.135DEBG Jul 16 03:56:04.136INFO Jul 16 03:56:04.136DEBG DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
49542026-07-16T03:56:05.049Z
49552026-07-16T03:56:05.049Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
49562026-07-16T03:56:05.049Z
49572026-07-16T03:56:05.049ZJul 16 03:56:04.136Jul 16 03:56:04.136 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 } }]Jul 16 03:56:04.136adding route 172.17.0.4/32 -> 10.0.0.255Jul 16 03:56:04.136
49582026-07-16T03:56:05.049Z
49592026-07-16T03:56:05.049ZWARN INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 16 03:56:04.136adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
49602026-07-16T03:56:05.049Z
49612026-07-16T03:56:05.049ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
49622026-07-16T03:56:05.049ZJul 16 03:56:04.136 DEBGJul 16 03:56:04.136 Jul 16 03:56:04.136 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 } }] DEBG
49632026-07-16T03:56:05.050Zreplacing 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 } }]
49642026-07-16T03:56:05.050Zreplacing 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 } }]
49652026-07-16T03:56:05.050ZJul 16 03:56:04.136 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:56:04.136
49662026-07-16T03:56:05.050Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 16 03:56:04.136Jul 16 03:56:04.136
49672026-07-16T03:56:05.050Z DEBGINFO Jul 16 03:56:04.136adding route 172.17.0.5/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 } }]
49682026-07-16T03:56:05.050Ztest route::tests::rollback_on_index_readd_failure ... ok
49692026-07-16T03:56:05.050Z DEBG
49702026-07-16T03:56:05.050Zreplacing 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 } }]
49712026-07-16T03:56:05.050ZJul 16 03:56:04.136 DEBG Jul 16 03:56:04.136replacing 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 } }]
49722026-07-16T03:56:05.050ZINFO Jul 16 03:56:04.136adding route 3fff:beef:11::/64 -> 2001:db8::55:ff INFO
49732026-07-16T03:56:05.050ZJul 16 03:56:04.136adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
49742026-07-16T03:56:05.050Zreplacing 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 } }]Jul 16 03:56:04.146
49752026-07-16T03:56:05.050ZINFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
49762026-07-16T03:56:05.050ZJul 16 03:56:04.136Jul 16 03:56:04.146 created new freemapJul 16 03:56:04.136, DEBGDEBG unitcreated 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 } }] , freemap_route_ipv4
49772026-07-16T03:56:05.050Z
49782026-07-16T03:56:05.050ZJul 16 03:56:04.146 unitDEBGINFOJul 16 03:56:04.146 Jul 16 03:56:04.146 : INFO DEBGfreemap_route_ipv4 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 } }]
49792026-07-16T03:56:05.050Z created new freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, adding route 172.17.0.6/32 -> 10.0.0.255
49802026-07-16T03:56:05.050Zunit
49812026-07-16T03:56:05.050Z
49822026-07-16T03:56:05.050Z: Jul 16 03:56:04.146freemap_route_ipv6
49832026-07-16T03:56:05.050ZJul 16 03:56:04.146DEBG DEBG created new freemapreplacing 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 } }], Jul 16 03:56:04.146unit
49842026-07-16T03:56:05.050Z:DEBG freemap_route_ipv6Jul 16 03:56:04.146
49852026-07-16T03:56:05.050ZJul 16 03:56:04.146initted freemap. size: 64 , unitDEBG:Jul 16 03:56:04.146 failed to allocate space for the new target list Jul 16 03:56:04.146
49862026-07-16T03:56:05.050Zfreemap_route_ipv4DEBGDEBG 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 } }]
49872026-07-16T03:56:05.050Zinitted freemap. size: 64
49882026-07-16T03:56:05.050ZJul 16 03:56:04.146, unit :DEBG freemap_route_ipv4
49892026-07-16T03:56:05.050Zreplacing targets for 3fff:dead::/64 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 } }]Jul 16 03:56:04.146
49902026-07-16T03:56:05.051ZINFO Jul 16 03:56:04.146DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 16 03:56:04.146INFO
49912026-07-16T03:56:05.051Z adding route 172.17.0.7/32 -> 10.0.0.255 DEBGreset freemap
49922026-07-16T03:56:05.051Zreset freemapJul 16 03:56:04.146, unit, :DEBGunit :freemap_route_ipv4Jul 16 03:56:04.146
49932026-07-16T03:56:05.051Z 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_ipv4
49942026-07-16T03:56:05.051Z
49952026-07-16T03:56:05.051ZDEBGJul 16 03:56:04.146 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 } }]
49962026-07-16T03:56:05.051ZDEBG Jul 16 03:56:04.146initted freemap. size: 64 , DEBGunit Jul 16 03:56:04.146: INFOJul 16 03:56:04.146initted freemap. size: 64 freemap_route_ipv6INFO, adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit
49972026-07-16T03:56:05.051Zadding route 172.17.0.8/32 -> 10.0.0.255
49982026-07-16T03:56:05.051Z:
49992026-07-16T03:56:05.051Zfreemap_route_ipv6
50002026-07-16T03:56:05.051ZJul 16 03:56:04.146Jul 16 03:56:04.146 DEBGJul 16 03:56:04.146DEBG DEBGreset freemap Jul 16 03:56:04.146 reset freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBG
50012026-07-16T03:56:05.051Z Jul 16 03:56:04.146, unitreplacing 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 } }]
50022026-07-16T03:56:05.051Zunit:: freemap_route_ipv6
50032026-07-16T03:56:05.051ZINFOfreemap_route_ipv6 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
50042026-07-16T03:56:05.051ZJul 16 03:56:04.146Jul 16 03:56:04.146 INFO
50052026-07-16T03:56:05.051ZJul 16 03:56:04.146INFO Jul 16 03:56:04.146 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
50062026-07-16T03:56:05.051Zadding route 172.17.0.9/32 -> 10.0.0.255
50072026-07-16T03:56:05.051ZJul 16 03:56:04.146INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGJul 16 03:56:04.146Jul 16 03:56:04.146
50082026-07-16T03:56:05.051Z
50092026-07-16T03:56:05.051Z 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 } }]
50102026-07-16T03:56:05.057Z DEBGJul 16 03:56:04.146 Jul 16 03:56:04.146replacing 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 } }] Jul 16 03:56:04.146replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
50112026-07-16T03:56:05.057Z
50122026-07-16T03:56:05.057Z INFODEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
50132026-07-16T03:56:05.057Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50142026-07-16T03:56:05.057Z
50152026-07-16T03:56:05.057ZJul 16 03:56:04.146Jul 16 03:56:04.146Jul 16 03:56:04.146 Jul 16 03:56:04.146INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO DEBG
50162026-07-16T03:56:05.057ZINFO Jul 16 03:56:04.146adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
50172026-07-16T03:56:05.057Z
50182026-07-16T03:56:05.057ZINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50192026-07-16T03:56:05.057ZJul 16 03:56:04.146Jul 16 03:56:04.146
50202026-07-16T03:56:05.057ZJul 16 03:56:04.146 DEBGJul 16 03:56:04.146DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
50212026-07-16T03:56:05.057Z
50222026-07-16T03:56:05.057Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
50232026-07-16T03:56:05.057Zreplacing 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 } }]Jul 16 03:56:04.146
50242026-07-16T03:56:05.057ZJul 16 03:56:04.146Jul 16 03:56:04.146 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:56:04.146
50252026-07-16T03:56:05.057Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: 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 } }] Jul 16 03:56:04.146
50262026-07-16T03:56:05.057ZINFO adding route 172.17.0.11/32 -> 10.0.0.255 DEBGDEBG
50272026-07-16T03:56:05.057Z 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 } }]
50282026-07-16T03:56:05.057Zreplacing 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 } }]Jul 16 03:56:04.146Jul 16 03:56:04.146
50292026-07-16T03:56:05.057Z 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 } }]DEBG
50302026-07-16T03:56:05.057ZJul 16 03:56:04.146 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 } }] Jul 16 03:56:04.146INFO
50312026-07-16T03:56:05.057ZINFO Jul 16 03:56:04.146 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
50322026-07-16T03:56:05.057Z Jul 16 03:56:04.146
50332026-07-16T03:56:05.057Zadding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
50342026-07-16T03:56:05.057Z adding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:56:04.146
50352026-07-16T03:56:05.057ZJul 16 03:56:04.146 Jul 16 03:56:04.146DEBG DEBGJul 16 03:56:04.146 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 } }]
50362026-07-16T03:56:05.058Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
50372026-07-16T03:56:05.058Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
50382026-07-16T03:56:05.058Z
50392026-07-16T03:56:05.058ZJul 16 03:56:04.146 Jul 16 03:56:04.146INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
50402026-07-16T03:56:05.058Zreplacing targets for 3fff:dead::/64 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 } }]
50412026-07-16T03:56:05.058ZJul 16 03:56:04.146Jul 16 03:56:04.146 INFOJul 16 03:56:04.146Jul 16 03:56:04.146 INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
50422026-07-16T03:56:05.058Zadding route 172.17.0.13/32 -> 10.0.0.255WARN
50432026-07-16T03:56:05.058ZDEBG 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 } }]
50442026-07-16T03:56:05.058Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 16 03:56:04.146
50452026-07-16T03:56:05.058ZDEBG Jul 16 03:56:04.146Jul 16 03:56:04.146 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:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50462026-07-16T03:56:05.058Z
50472026-07-16T03:56:05.058Z
50482026-07-16T03:56:05.058Z
50492026-07-16T03:56:05.058ZJul 16 03:56:04.146 INFOJul 16 03:56:04.146Jul 16 03:56:04.146 adding route 172.17.0.14/32 -> 10.0.0.255Jul 16 03:56:04.146
50502026-07-16T03:56:05.058Z DEBGINFO DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:56:04.146
50512026-07-16T03:56:05.058Z
50522026-07-16T03:56:05.058Zreplacing 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
50532026-07-16T03:56:05.058Z 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 } }]
50542026-07-16T03:56:05.058ZJul 16 03:56:04.146Jul 16 03:56:04.146 Jul 16 03:56:04.146DEBG INFO INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:56:04.147
50552026-07-16T03:56:05.058Z
50562026-07-16T03:56:05.058Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
50572026-07-16T03:56:05.058Z
50582026-07-16T03:56:05.058ZJul 16 03:56:04.147 DEBGJul 16 03:56:04.147 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 } }]INFOJul 16 03:56:04.147 Jul 16 03:56:04.147
50592026-07-16T03:56:05.058Z DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50602026-07-16T03:56:05.058Z DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:56:04.147
50612026-07-16T03:56:05.058Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50622026-07-16T03:56:05.059Z Jul 16 03:56:04.147adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 16 03:56:04.147
50632026-07-16T03:56:05.059Z Jul 16 03:56:04.147DEBGINFO 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 } }]
50642026-07-16T03:56:05.059Z Jul 16 03:56:04.147adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255
50652026-07-16T03:56:05.059Z
50662026-07-16T03:56:05.059Z DEBG Jul 16 03:56:04.147replacing 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 } }]Jul 16 03:56:04.147
50672026-07-16T03:56:05.059Z Jul 16 03:56:04.147
50682026-07-16T03:56:05.059ZDEBG 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 } }]
50692026-07-16T03:56:05.059ZDEBGJul 16 03:56:04.147 INFOJul 16 03:56:04.147 INFOINFO Jul 16 03:56:04.147 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
50702026-07-16T03:56:05.059Z INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing 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 } }]
50712026-07-16T03:56:05.059Z
50722026-07-16T03:56:05.059ZJul 16 03:56:04.147adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
50732026-07-16T03:56:05.059ZDEBG
50742026-07-16T03:56:05.059Z Jul 16 03:56:04.147 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 } }]Jul 16 03:56:04.147
50752026-07-16T03:56:05.059ZDEBGJul 16 03:56:04.147 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
50762026-07-16T03:56:05.059Z Jul 16 03:56:04.147replacing 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 } }] INFOINFOJul 16 03:56:04.147
50772026-07-16T03:56:05.059Z Jul 16 03:56:04.147adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG
50782026-07-16T03:56:05.059Z INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
50792026-07-16T03:56:05.059ZJul 16 03:56:04.147Jul 16 03:56:04.147
50802026-07-16T03:56:05.059Zadding route 172.17.0.17/32 -> 10.0.0.255
50812026-07-16T03:56:05.059ZDEBG 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 } }]Jul 16 03:56:04.147
50822026-07-16T03:56:05.059ZJul 16 03:56:04.147 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 } }]Jul 16 03:56:04.147Jul 16 03:56:04.147
50832026-07-16T03:56:05.059Z Jul 16 03:56:04.147DEBG Jul 16 03:56:04.155 DEBG created new freemap , INFOunit :adding route 172.17.0.18/32 -> 10.0.0.255
50842026-07-16T03:56:05.059Zfreemap_route_ipv4
50852026-07-16T03:56:05.059ZDEBGJul 16 03:56:04.147 created new freemap Jul 16 03:56:04.155INFO, unit :DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff freemap_route_ipv4Jul 16 03:56:04.155replacing 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 } }]
50862026-07-16T03:56:05.059Z
50872026-07-16T03:56:05.059Z
50882026-07-16T03:56:05.059ZDEBG Jul 16 03:56:04.155 created new freemapDEBG, Jul 16 03:56:04.155 unitJul 16 03:56:04.155DEBG :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 } }]INFOcreated new freemap ,
50892026-07-16T03:56:05.059Zunitadding route 172.17.0.19/32 -> 10.0.0.255: freemap_route_ipv6freemap_route_ipv6
50902026-07-16T03:56:05.060Z
50912026-07-16T03:56:05.060Z
50922026-07-16T03:56:05.060ZJul 16 03:56:04.155 INFO Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64initted freemap. size: 64
50932026-07-16T03:56:05.060ZJul 16 03:56:04.155, , unit:unit :Jul 16 03:56:04.155DEBG DEBGreplacing 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_ipv4
50942026-07-16T03:56:05.060Zfreemap_route_ipv4
50952026-07-16T03:56:05.060Z
50962026-07-16T03:56:05.060Zreplacing 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 } }]
50972026-07-16T03:56:05.060ZJul 16 03:56:04.155Jul 16 03:56:04.155 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255reset freemap
50982026-07-16T03:56:05.060ZJul 16 03:56:04.155 , DEBGunitJul 16 03:56:04.155: DEBG Jul 16 03:56:04.155reset freemap freemap_route_ipv4,
50992026-07-16T03:56:05.060ZINFO adding route 3fff:beef:18::/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 } }]unit
51002026-07-16T03:56:05.060Z
51012026-07-16T03:56:05.060Z: freemap_route_ipv4
51022026-07-16T03:56:05.060ZJul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBGJul 16 03:56:04.155 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 } }]initted freemap. size: 64
51032026-07-16T03:56:05.060ZINFO, unitadding route 172.17.0.21/32 -> 10.0.0.255:
51042026-07-16T03:56:05.060ZJul 16 03:56:04.155 Jul 16 03:56:04.155freemap_route_ipv6
51052026-07-16T03:56:05.060ZDEBGINFO Jul 16 03:56:04.155adding route 3fff:beef:19::/64 -> 2001:db8::55:ff initted freemap. size: 64DEBG
51062026-07-16T03:56:05.060Z Jul 16 03:56:04.155replacing 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 } }]
51072026-07-16T03:56:05.060ZDEBG reset freemap, , unitunit:Jul 16 03:56:04.155: INFOfreemap_route_ipv6
51082026-07-16T03:56:05.060ZJul 16 03:56:04.155adding route 172.17.0.22/32 -> 10.0.0.255
51092026-07-16T03:56:05.060ZDEBG freemap_route_ipv6replacing 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 } }]
51102026-07-16T03:56:05.064ZJul 16 03:56:04.155Jul 16 03:56:04.155 INFO
51112026-07-16T03:56:05.065Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:56:04.155
51122026-07-16T03:56:05.065ZJul 16 03:56:04.155 DEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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 } }]
51132026-07-16T03:56:05.065Zreset freemap
51142026-07-16T03:56:05.065ZJul 16 03:56:04.155, unit:Jul 16 03:56:04.155 DEBGDEBG freemap_route_ipv6Jul 16 03:56:04.155 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
51152026-07-16T03:56:05.065ZINFO
51162026-07-16T03:56:05.065Zadding route 172.17.0.23/32 -> 10.0.0.255
51172026-07-16T03:56:05.065Z
51182026-07-16T03:56:05.065ZJul 16 03:56:04.155 Jul 16 03:56:04.155 INFO Jul 16 03:56:04.155Jul 16 03:56:04.155 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
51192026-07-16T03:56:05.065Z INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51202026-07-16T03:56:05.065Z adding route 172.16.0.0/32 -> 10.0.0.1
51212026-07-16T03:56:05.065Zadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:56:04.155
51222026-07-16T03:56:05.065Z Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGJul 16 03:56:04.155INFOINFOJul 16 03:56:04.155 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 } }]DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }]
51232026-07-16T03:56:05.065Z
51242026-07-16T03:56:05.065Z
51252026-07-16T03:56:05.065Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51262026-07-16T03:56:05.065ZJul 16 03:56:04.155
51272026-07-16T03:56:05.065ZDEBG Jul 16 03:56:04.155Jul 16 03:56:04.155replacing 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 } }] Jul 16 03:56:04.155
51282026-07-16T03:56:05.065ZINFO INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
51292026-07-16T03:56:05.065ZJul 16 03:56:04.155
51302026-07-16T03:56:05.065Z Jul 16 03:56:04.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 16 03:56:04.155
51312026-07-16T03:56:05.065ZJul 16 03:56:04.155
51322026-07-16T03:56:05.065Z DEBGDEBG 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 } }, 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 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 } }]
51332026-07-16T03:56:05.065Z
51342026-07-16T03:56:05.065ZJul 16 03:56:04.155Jul 16 03:56:04.155replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
51352026-07-16T03:56:05.065Z DEBG Jul 16 03:56:04.155replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:56:04.155 INFO
51362026-07-16T03:56:05.065Z
51372026-07-16T03:56:05.065ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 16 03:56:04.155
51382026-07-16T03:56:05.065Z adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:56:04.155
51392026-07-16T03:56:05.065ZINFO Jul 16 03:56:04.155INFO Jul 16 03:56:04.155DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
51402026-07-16T03:56:05.065Zadding route 172.17.0.25/32 -> 10.0.0.255 Jul 16 03:56:04.155 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 } }]failed to allocate space for the new target listDEBG
51412026-07-16T03:56:05.065Z
51422026-07-16T03:56:05.065ZJul 16 03:56:04.155replacing 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 } }]
51432026-07-16T03:56:05.065Z
51442026-07-16T03:56:05.066ZJul 16 03:56:04.155 INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255
51452026-07-16T03:56:05.066Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:56:04.155Jul 16 03:56:04.155
51462026-07-16T03:56:05.066Z 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 } }]Jul 16 03:56:04.155
51472026-07-16T03:56:05.066ZJul 16 03:56:04.155 INFOJul 16 03:56:04.155 DEBG 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 } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51482026-07-16T03:56:05.066Z adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]Jul 16 03:56:04.155
51492026-07-16T03:56:05.066Z
51502026-07-16T03:56:05.066Z
51512026-07-16T03:56:05.066ZJul 16 03:56:04.155 Jul 16 03:56:04.155INFO DEBGINFOJul 16 03:56:04.155Jul 16 03:56:04.155 adding route 172.17.0.26/32 -> 10.0.0.255
51522026-07-16T03:56:05.066Zadding route 172.17.0.1/32 -> 10.0.0.255failed to allocate space for the new target list
51532026-07-16T03:56:05.066Z
51542026-07-16T03:56:05.066Z DEBGJul 16 03:56:04.155 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
51552026-07-16T03:56:05.066ZDEBG
51562026-07-16T03:56:05.066Z Jul 16 03:56:04.155replacing 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 } }] Jul 16 03:56:04.155DEBG
51572026-07-16T03:56:05.066ZJul 16 03:56:04.155 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
51582026-07-16T03:56:05.066Z 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: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 } }]
51592026-07-16T03:56:05.066Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 16 03:56:04.155Jul 16 03:56:04.155
51602026-07-16T03:56:05.066Z INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:56:04.155adding route 172.17.0.27/32 -> 10.0.0.255
51612026-07-16T03:56:05.066Z
51622026-07-16T03:56:05.066ZDEBG 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 } }]Jul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBG
51632026-07-16T03:56:05.066Z 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.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 } }]
51642026-07-16T03:56:05.066Z
51652026-07-16T03:56:05.066Z Jul 16 03:56:04.155created new freemap INFO, unitadding route 3fff:beef:20::/64 -> 2001:db8::55:ff:Jul 16 03:56:04.155 Jul 16 03:56:04.155INFO INFO
51662026-07-16T03:56:05.066Z adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255
51672026-07-16T03:56:05.066Z
51682026-07-16T03:56:05.066Z
51692026-07-16T03:56:05.066ZJul 16 03:56:04.155 DEBG Jul 16 03:56:04.155replacing 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 } }]
51702026-07-16T03:56:05.066Ztest route::tests::rollback_on_compact_delete_failure ... ok
51712026-07-16T03:56:05.066ZDEBG created new freemap, Jul 16 03:56:04.155unitJul 16 03:56:04.155 DEBGINFO :replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
51722026-07-16T03:56:05.066Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
51732026-07-16T03:56:05.066Z
51742026-07-16T03:56:05.066ZJul 16 03:56:04.155Jul 16 03:56:04.155Jul 16 03:56:04.155 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255initted freemap. size: 64
51752026-07-16T03:56:05.066Z, unitJul 16 03:56:04.155: Jul 16 03:56:04.155freemap_route_ipv4DEBG
51762026-07-16T03:56:05.066ZDEBG 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 } }]
51772026-07-16T03:56:05.066Zreplacing 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 } }]Jul 16 03:56:04.155
51782026-07-16T03:56:05.066Z DEBG 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 } }]
51792026-07-16T03:56:05.066ZJul 16 03:56:04.155reset freemap , INFOJul 16 03:56:04.155Jul 16 03:56:04.155 unitINFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 :
51802026-07-16T03:56:05.066Zadding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
51812026-07-16T03:56:05.066Z
51822026-07-16T03:56:05.066Z freemap_route_ipv4Jul 16 03:56:04.155
51832026-07-16T03:56:05.066Z Jul 16 03:56:04.155DEBG Jul 16 03:56:04.155DEBG Jul 16 03:56:04.155 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64replacing 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 } }],
51842026-07-16T03:56:05.067Z
51852026-07-16T03:56:05.067Zunit :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 } }]
51862026-07-16T03:56:05.067Zfreemap_route_ipv6Jul 16 03:56:04.155Jul 16 03:56:04.155
51872026-07-16T03:56:05.067Z INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255Jul 16 03:56:04.155
51882026-07-16T03:56:05.067Z
51892026-07-16T03:56:05.067Z Jul 16 03:56:04.155INFOJul 16 03:56:04.155Jul 16 03:56:04.155 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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
51902026-07-16T03:56:05.067Z adding route 172.17.0.30/32 -> 10.0.0.255
51912026-07-16T03:56:05.067Zreset freemap
51922026-07-16T03:56:05.067Ztest route::tests::shrink_preserves_compacted_order ... ok
51932026-07-16T03:56:05.067Ztest transceivers::mpn_test::test_mpn_missing ... ok
51942026-07-16T03:56:05.067Ztest transceivers::mpn_test::test_mpn_present ... ok
51952026-07-16T03:56:05.067Ztest transceivers::mpn_test::test_xcvr_missing ... ok
51962026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
51972026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
51982026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
51992026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52002026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52012026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52022026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52032026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52042026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52052026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52062026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52072026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52082026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52092026-07-16T03:56:05.067Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52102026-07-16T03:56:05.072Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52112026-07-16T03:56:05.072Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52122026-07-16T03:56:05.072Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52132026-07-16T03:56:05.072Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52142026-07-16T03:56:05.072Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52152026-07-16T03:56:05.072Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52162026-07-16T03:56:05.072Z, unitJul 16 03:56:04.155:Jul 16 03:56:04.155 INFOINFO freemap_route_ipv6Jul 16 03:56:04.155adding route 172.17.0.7/32 -> 10.0.0.255
52172026-07-16T03:56:05.072ZJul 16 03:56:04.156 DEBGJul 16 03:56:04.156 Jul 16 03:56:04.163DEBG created new freemapDEBG, created new freemapunit , unitreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
52182026-07-16T03:56:05.072Z freemap_route_ipv4DEBG
52192026-07-16T03:56:05.072ZJul 16 03:56:04.163 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
52202026-07-16T03:56:05.072Z
52212026-07-16T03:56:05.072ZJul 16 03:56:04.163 adding route 172.17.0.8/32 -> 10.0.0.255 DEBG
52222026-07-16T03:56:05.072Z created new freemapJul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163 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 } }]
52232026-07-16T03:56:05.072Z DEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], :unit
52242026-07-16T03:56:05.072Zfreemap_route_ipv4 :
52252026-07-16T03:56:05.072Z replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:56:04.163Jul 16 03:56:04.163
52262026-07-16T03:56:05.072ZJul 16 03:56:04.163 freemap_route_ipv6INFO
52272026-07-16T03:56:05.072Z Jul 16 03:56:04.163DEBG adding route 172.17.0.9/32 -> 10.0.0.255INFO
52282026-07-16T03:56:05.072Z WARNadding route 3fff:beef:25::/64 -> 2001:db8::55:ff created new freemapshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52292026-07-16T03:56:05.072ZJul 16 03:56:04.163Jul 16 03:56:04.163, unit: DEBG
52302026-07-16T03:56:05.072ZDEBG freemap_route_ipv6 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 } }]initted freemap. size: 64
52312026-07-16T03:56:05.072Z,
52322026-07-16T03:56:05.072ZJul 16 03:56:04.163unit :Jul 16 03:56:04.163Jul 16 03:56:04.163 DEBG DEBG freemap_route_ipv4INFO
52332026-07-16T03:56:05.072Zreplacing 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 } }]initted freemap. size: 64 adding route 172.17.0.10/32 -> 10.0.0.255,
52342026-07-16T03:56:05.073Zunit
52352026-07-16T03:56:05.073ZJul 16 03:56:04.163: freemap_route_ipv4DEBG
52362026-07-16T03:56:05.073Z reset freemapJul 16 03:56:04.163, unitDEBGJul 16 03:56:04.163 : DEBGfreemap_route_ipv4 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 } }]reset freemap
52372026-07-16T03:56:05.073Z
52382026-07-16T03:56:05.073Z, unit:Jul 16 03:56:04.163 Jul 16 03:56:04.163freemap_route_ipv4
52392026-07-16T03:56:05.073Z 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 } }]DEBG
52402026-07-16T03:56:05.073Z adding route 172.17.0.11/32 -> 10.0.0.255
52412026-07-16T03:56:05.073ZJul 16 03:56:04.163Jul 16 03:56:04.163 initted freemap. size: 64 DEBGJul 16 03:56:04.163 Jul 16 03:56:04.163initted freemap. size: 64 DEBGINFO, , replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitunit:: freemap_route_ipv6 INFOfreemap_route_ipv6
52422026-07-16T03:56:05.073Zadding route 172.17.0.31/32 -> 10.0.0.255
52432026-07-16T03:56:05.073Z
52442026-07-16T03:56:05.073Z
52452026-07-16T03:56:05.073Z Jul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163 INFO DEBG 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 } }] adding route 172.17.0.12/32 -> 10.0.0.255DEBGreset freemap ,
52462026-07-16T03:56:05.073Zreset freemap
52472026-07-16T03:56:05.073Zunit:, unit:freemap_route_ipv6adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:56:04.163
52482026-07-16T03:56:05.073Z Jul 16 03:56:04.163
52492026-07-16T03:56:05.073Zfreemap_route_ipv6DEBG INFO
52502026-07-16T03:56:05.073ZJul 16 03:56:04.163 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.255DEBG
52512026-07-16T03:56:05.073Z
52522026-07-16T03:56:05.073Z 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 } }]Jul 16 03:56:04.163
52532026-07-16T03:56:05.073Z INFOJul 16 03:56:04.163 Jul 16 03:56:04.163 adding route 172.16.0.0/32 -> 10.0.0.1
52542026-07-16T03:56:05.073ZINFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 16 03:56:04.163
52552026-07-16T03:56:05.073ZDEBGJul 16 03:56:04.163 Jul 16 03:56:04.163replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
52562026-07-16T03:56:05.073ZJul 16 03:56:04.163 DEBG DEBGadding route 3fff:beef:27::/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 } }]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 } }]Jul 16 03:56:04.163
52572026-07-16T03:56:05.073Z
52582026-07-16T03:56:05.073ZINFO
52592026-07-16T03:56:05.073Zadding route 172.16.0.0/32 -> 10.0.0.1
52602026-07-16T03:56:05.073ZINFO Jul 16 03:56:04.163Jul 16 03:56:04.163 adding route 172.17.0.33/32 -> 10.0.0.255INFO
52612026-07-16T03:56:05.073ZJul 16 03:56:04.163 INFOadding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255
52622026-07-16T03:56:05.073Z DEBG
52632026-07-16T03:56:05.073ZJul 16 03:56:04.163 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 } }] Jul 16 03:56:04.163Jul 16 03:56:04.163DEBG
52642026-07-16T03:56:05.073Z 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 } }]
52652026-07-16T03:56:05.073ZJul 16 03:56:04.163DEBG DEBG DEBGreplacing 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 } }]Jul 16 03:56:04.163
52662026-07-16T03:56:05.073Z 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52672026-07-16T03:56:05.073ZJul 16 03:56:04.163
52682026-07-16T03:56:05.073Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52692026-07-16T03:56:05.074ZJul 16 03:56:04.163 INFO Jul 16 03:56:04.163INFO Jul 16 03:56:04.163 INFOINFO INFOadding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
52702026-07-16T03:56:05.074Z adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
52712026-07-16T03:56:05.074Z
52722026-07-16T03:56:05.074Z
52732026-07-16T03:56:05.074Z
52742026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52752026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52762026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52772026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52782026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52792026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52802026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52812026-07-16T03:56:05.074Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52822026-07-16T03:56:05.074ZJul 16 03:56:04.163Jul 16 03:56:04.163 Jul 16 03:56:04.163DEBG Jul 16 03:56:04.163DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] Jul 16 03:56:04.163replacing 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
52832026-07-16T03:56:05.074Z DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
52842026-07-16T03:56:05.074Z
52852026-07-16T03:56:05.074Z
52862026-07-16T03:56:05.074Z 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 } }]Jul 16 03:56:04.163
52872026-07-16T03:56:05.074Z Jul 16 03:56:04.163 INFOJul 16 03:56:04.163 INFOadding route 172.17.0.2/32 -> 10.0.0.255
52882026-07-16T03:56:05.074ZINFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 16 03:56:04.163
52892026-07-16T03:56:05.074Zadding route 172.17.0.16/32 -> 10.0.0.255INFO
52902026-07-16T03:56:05.074Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:56:04.163Jul 16 03:56:04.163
52912026-07-16T03:56:05.074ZDEBGINFOJul 16 03:56:04.163 Jul 16 03:56:04.163adding route 172.16.0.0/32 -> 10.0.0.3
52922026-07-16T03:56:05.074Z 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 } }]Jul 16 03:56:04.163DEBG
52932026-07-16T03:56:05.074Z DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
52942026-07-16T03:56:05.074ZJul 16 03:56:04.163
52952026-07-16T03:56:05.075Zreplacing 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 } }]
52962026-07-16T03:56:05.075ZINFO adding route 172.17.0.3/32 -> 10.0.0.255
52972026-07-16T03:56:05.075ZJul 16 03:56:04.163 Jul 16 03:56:04.163INFOJul 16 03:56:04.163 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Jul 16 03:56:04.163
52982026-07-16T03:56:05.075Zadding route 172.17.0.17/32 -> 10.0.0.255INFO
52992026-07-16T03:56:05.075Zadding route 172.17.0.36/32 -> 10.0.0.255
53002026-07-16T03:56:05.075ZJul 16 03:56:04.163DEBG Jul 16 03:56:04.163DEBGJul 16 03:56:04.163 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 } }]
53012026-07-16T03:56:05.075Z 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 } }]DEBGDEBG
53022026-07-16T03:56:05.075Zreplacing 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 } }]
53032026-07-16T03:56:05.075Zreplacing 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 } }]Jul 16 03:56:04.163Jul 16 03:56:04.163 Jul 16 03:56:04.163DEBG
53042026-07-16T03:56:05.075ZINFOJul 16 03:56:04.163 INFO adding route 172.17.0.4/32 -> 10.0.0.255
53052026-07-16T03:56:05.075Zreplacing 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
53062026-07-16T03:56:05.075Z adding route 172.17.0.18/32 -> 10.0.0.255 Jul 16 03:56:04.163adding route 172.16.0.0/32 -> 10.0.0.4
53072026-07-16T03:56:05.075ZJul 16 03:56:04.163Jul 16 03:56:04.163
53082026-07-16T03:56:05.075Z DEBGINFO INFO Jul 16 03:56:04.163adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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 } }]
53092026-07-16T03:56:05.075Z
53102026-07-16T03:56:05.081ZDEBG adding route 172.17.0.37/32 -> 10.0.0.255Jul 16 03:56:04.163Jul 16 03:56:04.163
53112026-07-16T03:56:05.081Zreplacing 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 } }]
53122026-07-16T03:56:05.081ZDEBGDEBG Jul 16 03:56:04.163 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 } }]INFOJul 16 03:56:04.163Jul 16 03:56:04.163
53132026-07-16T03:56:05.081Z DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.5/32 -> 10.0.0.255INFO Jul 16 03:56:04.163replacing 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 } }]
53142026-07-16T03:56:05.081ZDEBG
53152026-07-16T03:56:05.081Z
53162026-07-16T03:56:05.081Z adding route 172.17.0.19/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.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 } }]
53172026-07-16T03:56:05.081Z
53182026-07-16T03:56:05.081ZJul 16 03:56:04.163 INFOJul 16 03:56:04.163Jul 16 03:56:04.163Jul 16 03:56:04.163 INFO DEBGDEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing 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 } }]
53192026-07-16T03:56:05.081Z
53202026-07-16T03:56:05.081Z
53212026-07-16T03:56:05.081Z 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:2c::/64 -> 2001:db8::55:ff
53222026-07-16T03:56:05.082ZJul 16 03:56:04.163
53232026-07-16T03:56:05.082Z Jul 16 03:56:04.163DEBG Jul 16 03:56:04.163 INFOJul 16 03:56:04.163INFOJul 16 03:56:04.163replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.20/32 -> 10.0.0.255
53242026-07-16T03:56:05.082Z adding route 172.17.0.6/32 -> 10.0.0.255
53252026-07-16T03:56:05.082Zreplacing 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 } }]
53262026-07-16T03:56:05.082Z
53272026-07-16T03:56:05.082ZJul 16 03:56:04.163INFO Jul 16 03:56:04.163adding route 172.16.0.0/32 -> 10.0.0.1
53282026-07-16T03:56:05.082ZDEBGINFOJul 16 03:56:04.163 Jul 16 03:56:04.163INFO 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 } }]
53292026-07-16T03:56:05.082Zadding route 172.17.0.39/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
53302026-07-16T03:56:05.082Zreplacing 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 } }]
53312026-07-16T03:56:05.082Z
53322026-07-16T03:56:05.083ZJul 16 03:56:04.163 DEBGJul 16 03:56:04.163 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 } }]INFOJul 16 03:56:04.163 Jul 16 03:56:04.163Jul 16 03:56:04.163 DEBGadding route 172.17.0.7/32 -> 10.0.0.255DEBG
53332026-07-16T03:56:05.083Z
53342026-07-16T03:56:05.083Z INFO 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 } }]
53352026-07-16T03:56:05.083Zadding route 172.17.0.21/32 -> 10.0.0.255replacing 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 } }]
53362026-07-16T03:56:05.083ZJul 16 03:56:04.164
53372026-07-16T03:56:05.083Z DEBG Jul 16 03:56:04.164created new freemap , Jul 16 03:56:04.170unitDEBG: DEBG 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 } }]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 } }]
53382026-07-16T03:56:05.083ZJul 16 03:56:04.170
53392026-07-16T03:56:05.083Z
53402026-07-16T03:56:05.083ZINFO Jul 16 03:56:04.170 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
53412026-07-16T03:56:05.083Zadding route 172.17.0.22/32 -> 10.0.0.255
53422026-07-16T03:56:05.083Z
53432026-07-16T03:56:05.083ZJul 16 03:56:04.170Jul 16 03:56:04.170Jul 16 03:56:04.170 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapDEBG
53442026-07-16T03:56:05.083Z, Jul 16 03:56:04.170 Jul 16 03:56:04.170replacing 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
53452026-07-16T03:56:05.083Zunit 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 } }]Jul 16 03:56:04.170:Jul 16 03:56:04.170
53462026-07-16T03:56:05.083Z freemap_route_ipv6 INFOINFO
53472026-07-16T03:56:05.083Z adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:56:04.170adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
53482026-07-16T03:56:05.083ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
53492026-07-16T03:56:05.083Z
53502026-07-16T03:56:05.083Z
53512026-07-16T03:56:05.083ZJul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170Jul 16 03:56:04.170Jul 16 03:56:04.170 DEBGDEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
53522026-07-16T03:56:05.083ZDEBG
53532026-07-16T03:56:05.083ZDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
53542026-07-16T03:56:05.083Z, Jul 16 03:56:04.170Jul 16 03:56:04.170unit : INFOfreemap_route_ipv4
53552026-07-16T03:56:05.083Zadding route 3fff:beef:32::/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 } }]
53562026-07-16T03:56:05.084ZINFO Jul 16 03:56:04.170
53572026-07-16T03:56:05.084Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO
53582026-07-16T03:56:05.084Z Jul 16 03:56:04.170Jul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170adding route 172.17.0.24/32 -> 10.0.0.255
53592026-07-16T03:56:05.084ZINFO DEBG 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 } }]
53602026-07-16T03:56:05.084ZJul 16 03:56:04.170replacing 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
53612026-07-16T03:56:05.084Z adding route 172.17.0.9/32 -> 10.0.0.255DEBGreplacing 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 } }]
53622026-07-16T03:56:05.084Z
53632026-07-16T03:56:05.084Zreset freemap, Jul 16 03:56:04.170unit Jul 16 03:56:04.170INFOJul 16 03:56:04.170: INFO freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
53642026-07-16T03:56:05.084Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
53652026-07-16T03:56:05.084Z
53662026-07-16T03:56:05.084Zadding route 172.17.0.25/32 -> 10.0.0.255
53672026-07-16T03:56:05.084ZJul 16 03:56:04.170 Jul 16 03:56:04.170Jul 16 03:56:04.170 DEBG DEBGJul 16 03:56:04.170 Jul 16 03:56:04.170 DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
53682026-07-16T03:56:05.084Zreplacing 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 } }]
53692026-07-16T03:56:05.084Ztest route::tests::same_size_non_subset_replace ... ok
53702026-07-16T03:56:05.084Z
53712026-07-16T03:56:05.084Z 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
53722026-07-16T03:56:05.084Z initted freemap. size: 64, Jul 16 03:56:04.170unitJul 16 03:56:04.170 :Jul 16 03:56:04.170Jul 16 03:56:04.170 INFOINFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv6 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
53732026-07-16T03:56:05.084Z
53742026-07-16T03:56:05.084Z
53752026-07-16T03:56:05.084Z
53762026-07-16T03:56:05.084Z
53772026-07-16T03:56:05.084ZJul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170DEBGDEBGJul 16 03:56:04.170 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
53782026-07-16T03:56:05.084Z 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 } }] 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 } }]reset freemap
53792026-07-16T03:56:05.084Z
53802026-07-16T03:56:05.084Z, Jul 16 03:56:04.170 INFOJul 16 03:56:04.170 unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff :
53812026-07-16T03:56:05.084ZJul 16 03:56:04.170 DEBGJul 16 03:56:04.170freemap_route_ipv6 INFO
53822026-07-16T03:56:05.085Z adding route 172.17.0.27/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 } }]
53832026-07-16T03:56:05.085Z
53842026-07-16T03:56:05.085ZJul 16 03:56:04.170 DEBGINFO Jul 16 03:56:04.170 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:56:04.170
53852026-07-16T03:56:05.085Z
53862026-07-16T03:56:05.085ZJul 16 03:56:04.170 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
53872026-07-16T03:56:05.085Z
53882026-07-16T03:56:05.085ZINFOJul 16 03:56:04.170 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOJul 16 03:56:04.170
53892026-07-16T03:56:05.085Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 16 03:56:04.170
53902026-07-16T03:56:05.085Z INFODEBG adding route 172.17.0.28/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 } }]
53912026-07-16T03:56:05.085Z
53922026-07-16T03:56:05.085ZJul 16 03:56:04.170Jul 16 03:56:04.170 Jul 16 03:56:04.170Jul 16 03:56:04.170DEBG 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 } }]Jul 16 03:56:04.170
53932026-07-16T03:56:05.085Z INFO 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:2
53942026-07-16T03:56:05.085ZDEBG
53952026-07-16T03:56:05.085ZDEBGJul 16 03:56:04.170 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 } }]Jul 16 03:56:04.170INFOJul 16 03:56:04.170
53962026-07-16T03:56:05.085Z INFO DEBG Jul 16 03:56:04.170 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
53972026-07-16T03:56:05.085Z adding route 172.17.0.29/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 } }]
53982026-07-16T03:56:05.085ZJul 16 03:56:04.170 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 } }]
53992026-07-16T03:56:05.085ZDEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing 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 } }]Jul 16 03:56:04.179
54002026-07-16T03:56:05.085ZINFO
54012026-07-16T03:56:05.085Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:56:04.179
54022026-07-16T03:56:05.085Z 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 } }]Jul 16 03:56:04.179
54032026-07-16T03:56:05.085Z DEBG Jul 16 03:56:04.179replacing 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 } }]
54042026-07-16T03:56:05.085ZINFO Jul 16 03:56:04.179 adding route 172.17.0.40/32 -> 10.0.0.255INFO
54052026-07-16T03:56:05.085Z Jul 16 03:56:04.179adding route 172.17.0.30/32 -> 10.0.0.255
54062026-07-16T03:56:05.085ZINFOJul 16 03:56:04.179 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
54072026-07-16T03:56:05.086ZDEBGJul 16 03:56:04.179Jul 16 03:56:04.179 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 } }]Jul 16 03:56:04.179
54082026-07-16T03:56:05.086ZDEBG 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 } }]DEBG
54092026-07-16T03:56:05.086ZJul 16 03:56:04.179 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 } }]
54102026-07-16T03:56:05.090Zreplacing 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 } }]Jul 16 03:56:04.179
54112026-07-16T03:56:05.090Z INFO INFOJul 16 03:56:04.179 Jul 16 03:56:04.179adding route 172.17.0.13/32 -> 10.0.0.255INFO adding route 172.17.0.41/32 -> 10.0.0.255INFO
54122026-07-16T03:56:05.090Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.31/32 -> 10.0.0.255
54132026-07-16T03:56:05.090Z
54142026-07-16T03:56:05.090Z
54152026-07-16T03:56:05.090ZJul 16 03:56:04.179 DEBGJul 16 03:56:04.179 Jul 16 03:56:04.179 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 } }]DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54162026-07-16T03:56:05.090Zreplacing 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 } }]
54172026-07-16T03:56:05.090Z
54182026-07-16T03:56:05.090ZJul 16 03:56:04.179 Jul 16 03:56:04.179DEBG Jul 16 03:56:04.179replacing 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 } }] INFOINFOJul 16 03:56:04.179
54192026-07-16T03:56:05.090Z INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
54202026-07-16T03:56:05.091Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
54212026-07-16T03:56:05.091Z
54222026-07-16T03:56:05.091ZJul 16 03:56:04.179Jul 16 03:56:04.179 INFOINFO Jul 16 03:56:04.179 adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.32/32 -> 10.0.0.255DEBG
54232026-07-16T03:56:05.091ZJul 16 03:56:04.179
54242026-07-16T03:56:05.091ZJul 16 03:56:04.179 DEBGJul 16 03:56:04.179Jul 16 03:56:04.179replacing 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 } }]
54252026-07-16T03:56:05.091Z DEBG 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 } }]DEBG
54262026-07-16T03:56:05.091Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
54272026-07-16T03:56:05.091Z
54282026-07-16T03:56:05.091ZJul 16 03:56:04.179
54292026-07-16T03:56:05.091ZINFOJul 16 03:56:04.179 adding route 172.17.0.15/32 -> 10.0.0.255Jul 16 03:56:04.179 INFOINFO
54302026-07-16T03:56:05.091Z Jul 16 03:56:04.179 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.33/32 -> 10.0.0.255
54312026-07-16T03:56:05.091ZDEBG
54322026-07-16T03:56:05.091Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]Jul 16 03:56:04.179
54332026-07-16T03:56:05.091ZJul 16 03:56:04.179 DEBG Jul 16 03:56:04.179 Jul 16 03:56:04.179 INFODEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
54342026-07-16T03:56:05.091Z
54352026-07-16T03:56:05.091Zadding route 172.17.0.43/32 -> 10.0.0.255
54362026-07-16T03:56:05.091Zreplacing 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 } }]
54372026-07-16T03:56:05.091ZJul 16 03:56:04.179Jul 16 03:56:04.179 INFOINFOJul 16 03:56:04.179 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
54382026-07-16T03:56:05.091Z Jul 16 03:56:04.179replacing 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 } }]
54392026-07-16T03:56:05.091ZINFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
54402026-07-16T03:56:05.091Zadding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:56:04.179
54412026-07-16T03:56:05.091Z DEBGJul 16 03:56:04.179 Jul 16 03:56:04.179Jul 16 03:56:04.179 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
54422026-07-16T03:56:05.091ZDEBG DEBGadding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54432026-07-16T03:56:05.091Z
54442026-07-16T03:56:05.091Z
54452026-07-16T03:56:05.091ZJul 16 03:56:04.179 Jul 16 03:56:04.179Jul 16 03:56:04.179 INFOJul 16 03:56:04.179DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO INFO adding route 172.17.0.35/32 -> 10.0.0.255
54462026-07-16T03:56:05.091Zreplacing 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 } }]
54472026-07-16T03:56:05.091Zadding route 172.17.0.17/32 -> 10.0.0.255
54482026-07-16T03:56:05.091Z
54492026-07-16T03:56:05.091ZJul 16 03:56:04.179Jul 16 03:56:04.179Jul 16 03:56:04.179 Jul 16 03:56:04.179 DEBGDEBG 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 } }] INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54502026-07-16T03:56:05.091Z
54512026-07-16T03:56:05.091Zreplacing 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.45/32 -> 10.0.0.255
54522026-07-16T03:56:05.091Z
54532026-07-16T03:56:05.091ZJul 16 03:56:04.180Jul 16 03:56:04.180 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 16 03:56:04.180
54542026-07-16T03:56:05.091Zadding route 172.17.0.18/32 -> 10.0.0.255 INFO
54552026-07-16T03:56:05.091Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:56:04.180
54562026-07-16T03:56:05.091Z DEBGJul 16 03:56:04.180 Jul 16 03:56:04.180Jul 16 03:56:04.180replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
54572026-07-16T03:56:05.091ZDEBG 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
54582026-07-16T03:56:05.092Z 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 } }]Jul 16 03:56:04.180
54592026-07-16T03:56:05.092Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54602026-07-16T03:56:05.092ZJul 16 03:56:04.180 adding route 172.17.0.37/32 -> 10.0.0.255
54612026-07-16T03:56:05.092ZINFO Jul 16 03:56:04.180adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:56:04.180
54622026-07-16T03:56:05.092Z INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:56:04.180adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:56:04.180
54632026-07-16T03:56:05.092Z
54642026-07-16T03:56:05.092Z DEBG DEBGJul 16 03:56:04.180 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54652026-07-16T03:56:05.092Z
54662026-07-16T03:56:05.092Z DEBG Jul 16 03:56:04.180replacing 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 } }]Jul 16 03:56:04.180Jul 16 03:56:04.180
54672026-07-16T03:56:05.092ZINFO DEBG DEBGfailed to allocate space for the new target list adding route 172.17.0.38/32 -> 10.0.0.255Jul 16 03:56:04.180replacing 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 } }]
54682026-07-16T03:56:05.092Z INFO
54692026-07-16T03:56:05.092Z
54702026-07-16T03:56:05.092Zadding route 172.17.0.20/32 -> 10.0.0.255
54712026-07-16T03:56:05.092ZJul 16 03:56:04.180 Jul 16 03:56:04.180Jul 16 03:56:04.180 Jul 16 03:56:04.180INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
54722026-07-16T03:56:05.092ZDEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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:dead::/64 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 } }]
54732026-07-16T03:56:05.092Z
54742026-07-16T03:56:05.092Z
54752026-07-16T03:56:05.092ZJul 16 03:56:04.180 DEBG Jul 16 03:56:04.180replacing 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 } }]
54762026-07-16T03:56:05.092ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
54772026-07-16T03:56:05.092Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54782026-07-16T03:56:05.092ZJul 16 03:56:04.180 INFOJul 16 03:56:04.180 Jul 16 03:56:04.180adding route 172.17.0.21/32 -> 10.0.0.255
54792026-07-16T03:56:05.092ZINFODEBG adding route 172.17.0.48/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 } }]Jul 16 03:56:04.180
54802026-07-16T03:56:05.092Z
54812026-07-16T03:56:05.092Z 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 } }]Jul 16 03:56:04.180
54822026-07-16T03:56:05.092Z INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:56:04.180
54832026-07-16T03:56:05.092ZINFOJul 16 03:56:04.180
54842026-07-16T03:56:05.092Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255
54852026-07-16T03:56:05.092Zreplacing 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 } }]Jul 16 03:56:04.180
54862026-07-16T03:56:05.092Z Jul 16 03:56:04.180DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54872026-07-16T03:56:05.092Z adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:56:04.180
54882026-07-16T03:56:05.092ZJul 16 03:56:04.180 DEBG Jul 16 03:56:04.180 Jul 16 03:56:04.180INFO 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 } }]INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255
54892026-07-16T03:56:05.093Zadding route 172.17.0.41/32 -> 10.0.0.255
54902026-07-16T03:56:05.093Z
54912026-07-16T03:56:05.093Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:56:04.180
54922026-07-16T03:56:05.093Z INFOJul 16 03:56:04.180 adding route 172.17.0.23/32 -> 10.0.0.255DEBGJul 16 03:56:04.180
54932026-07-16T03:56:05.093Z 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
54942026-07-16T03:56:05.093Z Jul 16 03:56:04.180 adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:56:04.180
54952026-07-16T03:56:05.093Z 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 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 } }]
54962026-07-16T03:56:05.093Z
54972026-07-16T03:56:05.093ZJul 16 03:56:04.180Jul 16 03:56:04.180 DEBGINFOJul 16 03:56:04.180 adding route 172.17.0.42/32 -> 10.0.0.255 INFO
54982026-07-16T03:56:05.093Zadding route 172.17.0.24/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 } }]
54992026-07-16T03:56:05.093ZJul 16 03:56:04.180
55002026-07-16T03:56:05.093ZINFO Jul 16 03:56:04.180adding route 172.17.0.50/32 -> 10.0.0.255 Jul 16 03:56:04.180DEBG
55012026-07-16T03:56:05.093Z 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 } }]
55022026-07-16T03:56:05.093Zreplacing 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 } }]Jul 16 03:56:04.180
55032026-07-16T03:56:05.093ZDEBG Jul 16 03:56:04.180Jul 16 03:56:04.180 replacing targets for 3fff:dead::/64 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 } }]INFO
55042026-07-16T03:56:05.093Z Jul 16 03:56:04.180adding route 172.17.0.43/32 -> 10.0.0.255
55052026-07-16T03:56:05.093ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Jul 16 03:56:04.180 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
55062026-07-16T03:56:05.093Z created new freemapJul 16 03:56:04.180 , DEBGunit : created new freemapfreemap_route_ipv4,
55072026-07-16T03:56:05.093ZunitJul 16 03:56:04.187: DEBGfreemap_route_ipv4 Jul 16 03:56:04.187
55082026-07-16T03:56:05.093Zreplacing 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 } }]
55092026-07-16T03:56:05.093ZDEBG Jul 16 03:56:04.187created new freemap , DEBGunitJul 16 03:56:04.187: created new freemapfreemap_route_ipv6INFO,
55102026-07-16T03:56:05.098Z unitadding route 172.17.0.26/32 -> 10.0.0.255:
55112026-07-16T03:56:05.098Z freemap_route_ipv6Jul 16 03:56:04.187
55122026-07-16T03:56:05.098ZJul 16 03:56:04.180Jul 16 03:56:04.187 DEBGDEBGJul 16 03:56:04.187 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 } }]
55132026-07-16T03:56:05.098ZDEBG initted freemap. size: 64DEBGinitted freemap. size: 64, unitreplacing 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 } }],
55142026-07-16T03:56:05.098Z:unit :Jul 16 03:56:04.187 Jul 16 03:56:04.187 freemap_route_ipv4INFO
55152026-07-16T03:56:05.098Z INFOfreemap_route_ipv4 adding route 172.17.0.27/32 -> 10.0.0.255
55162026-07-16T03:56:05.098Z
55172026-07-16T03:56:05.098Zadding route 172.17.0.44/32 -> 10.0.0.255
55182026-07-16T03:56:05.098ZJul 16 03:56:04.187Jul 16 03:56:04.187 DEBGDEBG Jul 16 03:56:04.187replacing 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 } }] Jul 16 03:56:04.187DEBGreset freemap
55192026-07-16T03:56:05.098Z 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 } }]unit
55202026-07-16T03:56:05.098Z
55212026-07-16T03:56:05.098Z: reset freemapfreemap_route_ipv4, Jul 16 03:56:04.187unit
55222026-07-16T03:56:05.098Z INFO: Jul 16 03:56:04.187 Jul 16 03:56:04.187freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255
55232026-07-16T03:56:05.098ZINFO
55242026-07-16T03:56:05.098ZINFOJul 16 03:56:04.187 adding route 172.17.0.45/32 -> 10.0.0.255 DEBG
55252026-07-16T03:56:05.098Zadding route 172.17.0.51/32 -> 10.0.0.255
55262026-07-16T03:56:05.098Zinitted freemap. size: 64Jul 16 03:56:04.187Jul 16 03:56:04.187, Jul 16 03:56:04.187unit : Jul 16 03:56:04.187DEBG DEBG freemap_route_ipv6replacing 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 } }]initted freemap. size: 64
55272026-07-16T03:56:05.098Z
55282026-07-16T03:56:05.098Z, unitDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG Jul 16 03:56:04.187
55292026-07-16T03:56:05.098Zreplacing 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 } }] DEBGfreemap_route_ipv6Jul 16 03:56:04.187
55302026-07-16T03:56:05.098Z reset freemapINFO
55312026-07-16T03:56:05.098Z, unitadding route 172.17.0.52/32 -> 10.0.0.255:
55322026-07-16T03:56:05.098Z freemap_route_ipv6Jul 16 03:56:04.187
55332026-07-16T03:56:05.098ZJul 16 03:56:04.187 Jul 16 03:56:04.187 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:56:04.187Jul 16 03:56:04.187
55342026-07-16T03:56:05.098Zreset freemapINFO, unit:INFO freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255
55352026-07-16T03:56:05.098Z
55362026-07-16T03:56:05.098Zadding route 172.16.0.0/32 -> 10.0.0.1
55372026-07-16T03:56:05.099ZJul 16 03:56:04.187 Jul 16 03:56:04.187Jul 16 03:56:04.187DEBGDEBG INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 Jul 16 03:56:04.187 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 } }]
55382026-07-16T03:56:05.099Z
55392026-07-16T03:56:05.099Zreplacing 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 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 } }]
55402026-07-16T03:56:05.099Z
55412026-07-16T03:56:05.099Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
55422026-07-16T03:56:05.099ZJul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 172.17.0.47/32 -> 10.0.0.255
55432026-07-16T03:56:05.099Z adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
55442026-07-16T03:56:05.099Z
55452026-07-16T03:56:05.099Z
55462026-07-16T03:56:05.099ZINFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 16 03:56:04.187
55472026-07-16T03:56:05.099Z Jul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187 DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOJul 16 03:56:04.187 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.16.0.0/32 -> 10.0.0.1
55482026-07-16T03:56:05.099ZDEBG
55492026-07-16T03:56:05.099Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
55502026-07-16T03:56:05.099Z
55512026-07-16T03:56:05.099Z 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 } }]
55522026-07-16T03:56:05.099ZJul 16 03:56:04.187Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO INFO Jul 16 03:56:04.187adding route 172.17.0.48/32 -> 10.0.0.255
55532026-07-16T03:56:05.099Z INFOINFOJul 16 03:56:04.187adding route 172.17.0.31/32 -> 10.0.0.255
55542026-07-16T03:56:05.099Zadding route 172.17.0.54/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
55552026-07-16T03:56:05.099Z
55562026-07-16T03:56:05.099ZDEBGJul 16 03:56:04.187 Jul 16 03:56:04.187replacing 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 } }]DEBGJul 16 03:56:04.187 Jul 16 03:56:04.187
55572026-07-16T03:56:05.099Zreplacing 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
55582026-07-16T03:56:05.099ZDEBG 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 } }] Jul 16 03:56:04.187replacing 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 } }]
55592026-07-16T03:56:05.099ZINFOJul 16 03:56:04.187
55602026-07-16T03:56:05.099Zadding route 172.16.0.0/32 -> 10.0.0.1INFO
55612026-07-16T03:56:05.099Zreplacing 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 } }]
55622026-07-16T03:56:05.099Zadding route 172.17.0.49/32 -> 10.0.0.255Jul 16 03:56:04.187
55632026-07-16T03:56:05.099ZJul 16 03:56:04.187Jul 16 03:56:04.187INFO DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.4
55642026-07-16T03:56:05.099Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255Jul 16 03:56:04.187
55652026-07-16T03:56:05.099Z
55662026-07-16T03:56:05.099ZDEBGJul 16 03:56:04.187 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
55672026-07-16T03:56:05.099Z Jul 16 03:56:04.187 adding route 172.17.0.32/32 -> 10.0.0.255DEBGJul 16 03:56:04.187
55682026-07-16T03:56:05.099Ztest route::tests::delete_target_full ... ok
55692026-07-16T03:56:05.099Z Jul 16 03:56:04.187replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
55702026-07-16T03:56:05.099ZDEBG Jul 16 03:56:04.187 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 } }]
55712026-07-16T03:56:05.099ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:56:04.187
55722026-07-16T03:56:05.099Z DEBGJul 16 03:56:04.187Jul 16 03:56:04.187 Jul 16 03:56:04.187INFO INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.50/32 -> 10.0.0.255
55732026-07-16T03:56:05.099Ztest route::tests::delete_targets_full ... ok
55742026-07-16T03:56:05.099Z adding route 172.17.0.56/32 -> 10.0.0.255DEBG
55752026-07-16T03:56:05.100Z
55762026-07-16T03:56:05.100Z 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.16.0.0/32 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 } }]
55772026-07-16T03:56:05.100Z
55782026-07-16T03:56:05.100ZJul 16 03:56:04.187Jul 16 03:56:04.187Jul 16 03:56:04.187 DEBGDEBGJul 16 03:56:04.187 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55792026-07-16T03:56:05.100Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255INFO
55802026-07-16T03:56:05.100Z
55812026-07-16T03:56:05.100Zadding route 172.17.0.33/32 -> 10.0.0.255
55822026-07-16T03:56:05.100ZJul 16 03:56:04.187 Jul 16 03:56:04.187INFO Jul 16 03:56:04.187 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 16 03:56:04.187DEBG
55832026-07-16T03:56:05.100Z DEBG adding route 172.17.0.51/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 } }]
55842026-07-16T03:56:05.100Z
55852026-07-16T03:56:05.100Zreplacing 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 } }]
55862026-07-16T03:56:05.100ZJul 16 03:56:04.187 DEBGJul 16 03:56:04.187 Jul 16 03:56:04.187 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG
55872026-07-16T03:56:05.100Z Jul 16 03:56:04.188adding route 172.17.0.1/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 } }]
55882026-07-16T03:56:05.100Z
55892026-07-16T03:56:05.100Z INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:56:04.188
55902026-07-16T03:56:05.100Z Jul 16 03:56:04.188DEBGJul 16 03:56:04.188 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 INFOadding route 172.17.0.52/32 -> 10.0.0.255
55912026-07-16T03:56:05.100Z
55922026-07-16T03:56:05.100ZJul 16 03:56:04.188 DEBGadding route 172.17.0.58/32 -> 10.0.0.255
55932026-07-16T03:56:05.100ZJul 16 03:56:04.188replacing 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 } }] Jul 16 03:56:04.188DEBG
55942026-07-16T03:56:05.100Z 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 } }]
55952026-07-16T03:56:05.100Zadding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:56:04.188
55962026-07-16T03:56:05.100ZJul 16 03:56:04.188 INFO Jul 16 03:56:04.188adding route 172.17.0.35/32 -> 10.0.0.255DEBGJul 16 03:56:04.188
55972026-07-16T03:56:05.100Z INFODEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.53/32 -> 10.0.0.255replacing 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 } }]Jul 16 03:56:04.188
55982026-07-16T03:56:05.100Z
55992026-07-16T03:56:05.100Z
56002026-07-16T03:56:05.100Z DEBG Jul 16 03:56:04.188replacing 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 } }]
56012026-07-16T03:56:05.100ZJul 16 03:56:04.188INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 Jul 16 03:56:04.188replacing 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 } }]
56022026-07-16T03:56:05.100Z
56032026-07-16T03:56:05.100ZINFOJul 16 03:56:04.188 adding route 172.17.0.36/32 -> 10.0.0.255INFO
56042026-07-16T03:56:05.100Z Jul 16 03:56:04.188adding route 172.17.0.3/32 -> 10.0.0.255 DEBGJul 16 03:56:04.188 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 } }]
56052026-07-16T03:56:05.100ZJul 16 03:56:04.188
56062026-07-16T03:56:05.100Z INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255Jul 16 03:56:04.188
56072026-07-16T03:56:05.100Zreplacing 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 } }] Jul 16 03:56:04.188DEBG
56082026-07-16T03:56:05.100ZJul 16 03:56:04.188replacing 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 } }] DEBGINFO
56092026-07-16T03:56:05.100Zreplacing 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 } }]Jul 16 03:56:04.188
56102026-07-16T03:56:05.104Z adding route 172.17.0.60/32 -> 10.0.0.255INFO Jul 16 03:56:04.188adding route 172.17.0.37/32 -> 10.0.0.255
56112026-07-16T03:56:05.104ZINFOJul 16 03:56:04.188
56122026-07-16T03:56:05.105Z INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
56132026-07-16T03:56:05.105ZJul 16 03:56:04.188
56142026-07-16T03:56:05.105ZJul 16 03:56:04.188 DEBGDEBGJul 16 03:56:04.188 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 } }]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 } }]
56152026-07-16T03:56:05.105Z
56162026-07-16T03:56:05.105Zreplacing 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 } }]Jul 16 03:56:04.188
56172026-07-16T03:56:05.105Z Jul 16 03:56:04.188DEBG INFOJul 16 03:56:04.188replacing 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
56182026-07-16T03:56:05.105Z Jul 16 03:56:04.188 adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
56192026-07-16T03:56:05.105ZJul 16 03:56:04.188
56202026-07-16T03:56:05.105ZJul 16 03:56:04.196 DEBGJul 16 03:56:04.196INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }]
56212026-07-16T03:56:05.105Z
56222026-07-16T03:56:05.105ZJul 16 03:56:04.196INFO Jul 16 03:56:04.196 INFO adding route 172.17.0.56/32 -> 10.0.0.255DEBG
56232026-07-16T03:56:05.105Z adding route 172.17.0.62/32 -> 10.0.0.255replacing 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 } }]
56242026-07-16T03:56:05.105Z
56252026-07-16T03:56:05.105ZJul 16 03:56:04.196Jul 16 03:56:04.196 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56262026-07-16T03:56:05.105Z
56272026-07-16T03:56:05.105ZJul 16 03:56:04.196 DEBG Jul 16 03:56:04.196replacing 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 } }]
56282026-07-16T03:56:05.105ZDEBG 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 } }]Jul 16 03:56:04.196
56292026-07-16T03:56:05.105Z DEBGJul 16 03:56:04.196 failed to allocate space for the new target listINFO
56302026-07-16T03:56:05.105ZJul 16 03:56:04.196 adding route 172.17.0.57/32 -> 10.0.0.255INFO
56312026-07-16T03:56:05.105Z Jul 16 03:56:04.196adding route 172.17.0.7/32 -> 10.0.0.255
56322026-07-16T03:56:05.105ZDEBG 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 } }]Jul 16 03:56:04.196 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 } }]
56332026-07-16T03:56:05.105Z
56342026-07-16T03:56:05.105ZJul 16 03:56:04.196Jul 16 03:56:04.196 DEBGINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
56352026-07-16T03:56:05.105Z
56362026-07-16T03:56:05.105ZJul 16 03:56:04.196Jul 16 03:56:04.196 INFODEBG adding route 172.17.0.8/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 } }]
56372026-07-16T03:56:05.105Z
56382026-07-16T03:56:05.105ZJul 16 03:56:04.197 Jul 16 03:56:04.179INFO adding route 172.17.0.59/32 -> 10.0.0.255
56392026-07-16T03:56:05.105ZJul 16 03:56:04.197INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:56:04.197
56402026-07-16T03:56:05.105ZDEBGreplacing 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 } }]
56412026-07-16T03:56:05.105Zreplacing 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 } }]
56422026-07-16T03:56:05.105ZJul 16 03:56:04.197 INFO adding route 172.17.0.60/32 -> 10.0.0.255
56432026-07-16T03:56:05.105ZJul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
56442026-07-16T03:56:05.105Z 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 } }]Jul 16 03:56:04.197
56452026-07-16T03:56:05.105Z 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 } }]Jul 16 03:56:04.197
56462026-07-16T03:56:05.105Z 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 } }]
56472026-07-16T03:56:05.105ZJul 16 03:56:04.197 INFOJul 16 03:56:04.197 Jul 16 03:56:04.197adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
56482026-07-16T03:56:05.106ZINFO Jul 16 03:56:04.197failed to allocate space for the new target listadding route 172.17.0.10/32 -> 10.0.0.255
56492026-07-16T03:56:05.106ZDEBG
56502026-07-16T03:56:05.106Z 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 } }]
56512026-07-16T03:56:05.106ZJul 16 03:56:04.197 Jul 16 03:56:04.197Jul 16 03:56:04.197 DEBG INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
56522026-07-16T03:56:05.106Zreplacing targets for 172.16.0.0/32 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 } }]
56532026-07-16T03:56:05.106Z
56542026-07-16T03:56:05.106ZJul 16 03:56:04.197 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 } }]Jul 16 03:56:04.197
56552026-07-16T03:56:05.106Z INFO adding route 172.17.0.11/32 -> 10.0.0.255
56562026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
56572026-07-16T03:56:05.106Z
56582026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 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 172.17.0.12/32 -> 10.0.0.255
56592026-07-16T03:56:05.106Z
56602026-07-16T03:56:05.106ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56612026-07-16T03:56:05.106Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
56622026-07-16T03:56:05.106ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG 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 } }]
56632026-07-16T03:56:05.106Zreplacing 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.13/32 -> 10.0.0.255
56642026-07-16T03:56:05.106Z
56652026-07-16T03:56:05.106ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG DEBGfailed to allocate space for the new target list
56662026-07-16T03:56:05.106Zreplacing 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 } }]
56672026-07-16T03:56:05.106ZJul 16 03:56:04.197 Jul 16 03:56:04.197Jul 16 03:56:04.197INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255INFO
56682026-07-16T03:56:05.106Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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.14/32 -> 10.0.0.255
56692026-07-16T03:56:05.106Z
56702026-07-16T03:56:05.106Ztest route::tests::add_target_fails_full ... ok
56712026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56722026-07-16T03:56:05.106Z
56732026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
56742026-07-16T03:56:05.106Z
56752026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 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 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 } }]
56762026-07-16T03:56:05.106Z
56772026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
56782026-07-16T03:56:05.106Z
56792026-07-16T03:56:05.106ZJul 16 03:56:04.197Jul 16 03:56:04.197 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 } }]
56802026-07-16T03:56:05.106Zreplacing 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 } }]
56812026-07-16T03:56:05.106ZJul 16 03:56:04.197 INFO Jul 16 03:56:04.197 INFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
56822026-07-16T03:56:05.106Z
56832026-07-16T03:56:05.106ZJul 16 03:56:04.197 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 } }]Jul 16 03:56:04.197
56842026-07-16T03:56:05.106Z 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 } }]
56852026-07-16T03:56:05.106ZJul 16 03:56:04.197 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:56:04.197
56862026-07-16T03:56:05.106Z INFO adding route 172.17.0.18/32 -> 10.0.0.255
56872026-07-16T03:56:05.107ZJul 16 03:56:04.197 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 } }]Jul 16 03:56:04.197
56882026-07-16T03:56:05.107Z 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 } }]
56892026-07-16T03:56:05.107ZJul 16 03:56:04.197 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 16 03:56:04.197
56902026-07-16T03:56:05.107Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
56912026-07-16T03:56:05.107ZJul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }]
56922026-07-16T03:56:05.107ZDEBG 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 } }]
56932026-07-16T03:56:05.107ZJul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.45/32 -> 10.0.0.255
56942026-07-16T03:56:05.107ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
56952026-07-16T03:56:05.107ZJul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }]
56962026-07-16T03:56:05.107ZDEBG 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 } }]
56972026-07-16T03:56:05.107ZJul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.46/32 -> 10.0.0.255
56982026-07-16T03:56:05.107ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
56992026-07-16T03:56:05.107ZJul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }]
57002026-07-16T03:56:05.107ZDEBG 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 } }]
57012026-07-16T03:56:05.107ZJul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.47/32 -> 10.0.0.255
57022026-07-16T03:56:05.107ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
57032026-07-16T03:56:05.107ZJul 16 03:56:04.197 DEBG Jul 16 03:56:04.197replacing 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 } }]
57042026-07-16T03:56:05.107ZDEBG 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 } }]
57052026-07-16T03:56:05.107ZJul 16 03:56:04.197 INFO Jul 16 03:56:04.197adding route 172.17.0.48/32 -> 10.0.0.255
57062026-07-16T03:56:05.107ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
57072026-07-16T03:56:05.107ZJul 16 03:56:04.197 DEBGJul 16 03:56:04.197 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
57082026-07-16T03:56:05.107Z 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 } }]
57092026-07-16T03:56:05.107ZJul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.49/32 -> 10.0.0.255INFO
57102026-07-16T03:56:05.112Z adding route 172.17.0.24/32 -> 10.0.0.255
57112026-07-16T03:56:05.112ZJul 16 03:56:04.197 DEBGJul 16 03:56:04.197 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57122026-07-16T03:56:05.112Z 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 } }]
57132026-07-16T03:56:05.112ZJul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.50/32 -> 10.0.0.255INFO
57142026-07-16T03:56:05.112Z adding route 172.17.0.25/32 -> 10.0.0.255
57152026-07-16T03:56:05.112ZJul 16 03:56:04.197 DEBGJul 16 03:56:04.197 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57162026-07-16T03:56:05.112Z 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 } }]
57172026-07-16T03:56:05.112ZJul 16 03:56:04.197 INFOJul 16 03:56:04.197 adding route 172.17.0.51/32 -> 10.0.0.255INFO
57182026-07-16T03:56:05.112Z adding route 172.17.0.26/32 -> 10.0.0.255
57192026-07-16T03:56:05.112ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57202026-07-16T03:56:05.112Zreplacing 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 } }]
57212026-07-16T03:56:05.112ZJul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255
57222026-07-16T03:56:05.112Zadding route 172.17.0.27/32 -> 10.0.0.255
57232026-07-16T03:56:05.113ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57242026-07-16T03:56:05.113Zreplacing 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 } }]
57252026-07-16T03:56:05.113ZJul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
57262026-07-16T03:56:05.113Zadding route 172.17.0.28/32 -> 10.0.0.255
57272026-07-16T03:56:05.113ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG 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 } }]
57282026-07-16T03:56:05.113Zreplacing 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 } }]
57292026-07-16T03:56:05.113ZJul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
57302026-07-16T03:56:05.113Zadding route 172.17.0.29/32 -> 10.0.0.255
57312026-07-16T03:56:05.113ZJul 16 03:56:04.197 Jul 16 03:56:04.197DEBG 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 } }]
57322026-07-16T03:56:05.113Zreplacing 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 } }]
57332026-07-16T03:56:05.113ZJul 16 03:56:04.197 Jul 16 03:56:04.197INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255
57342026-07-16T03:56:05.113Zadding route 172.17.0.30/32 -> 10.0.0.255
57352026-07-16T03:56:05.113ZJul 16 03:56:04.197Jul 16 03:56:04.197 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.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 } }]
57362026-07-16T03:56:05.113Z
57372026-07-16T03:56:05.113ZJul 16 03:56:04.203 INFO adding route 172.17.0.31/32 -> 10.0.0.255
57382026-07-16T03:56:05.113ZJul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.56/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 } }]
57392026-07-16T03:56:05.113Z
57402026-07-16T03:56:05.113ZJul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
57412026-07-16T03:56:05.113Zreplacing 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 } }]
57422026-07-16T03:56:05.113ZJul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57432026-07-16T03:56:05.113Z
57442026-07-16T03:56:05.113ZJul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255
57452026-07-16T03:56:05.113Zreplacing 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 } }]
57462026-07-16T03:56:05.113ZJul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.58/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 } }]
57472026-07-16T03:56:05.113Z
57482026-07-16T03:56:05.113ZJul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
57492026-07-16T03:56:05.113Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57502026-07-16T03:56:05.113ZJul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.59/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 } }]
57512026-07-16T03:56:05.113Z
57522026-07-16T03:56:05.113ZJul 16 03:56:04.203 Jul 16 03:56:04.203INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
57532026-07-16T03:56:05.113Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57542026-07-16T03:56:05.113ZJul 16 03:56:04.203Jul 16 03:56:04.203 INFODEBG adding route 172.17.0.60/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 } }]
57552026-07-16T03:56:05.114Z
57562026-07-16T03:56:05.114ZJul 16 03:56:04.204 INFOJul 16 03:56:04.204 adding route 172.17.0.36/32 -> 10.0.0.255DEBG
57572026-07-16T03:56:05.114Z 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 } }]
57582026-07-16T03:56:05.114ZJul 16 03:56:04.197Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGDEBGINFO created new freemap adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57592026-07-16T03:56:05.114Z,
57602026-07-16T03:56:05.114Zunit: freemap_route_ipv4Jul 16 03:56:04.204Jul 16 03:56:04.204
57612026-07-16T03:56:05.114Z DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
57622026-07-16T03:56:05.114Z
57632026-07-16T03:56:05.114ZJul 16 03:56:04.204Jul 16 03:56:04.204Jul 16 03:56:04.204 INFO 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 } }]adding route 172.17.0.62/32 -> 10.0.0.255
57642026-07-16T03:56:05.114Zcreated new freemap
57652026-07-16T03:56:05.114Z, unit: freemap_route_ipv6Jul 16 03:56:04.204
57662026-07-16T03:56:05.114Z DEBGJul 16 03:56:04.204 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 } }]INFOJul 16 03:56:04.204
57672026-07-16T03:56:05.114Z adding route 172.17.0.38/32 -> 10.0.0.255DEBG
57682026-07-16T03:56:05.114Z initted freemap. size: 64, unitJul 16 03:56:04.204Jul 16 03:56:04.204: INFO freemap_route_ipv4DEBGadding route 172.17.0.63/32 -> 10.0.0.255
57692026-07-16T03:56:05.114Ztest route::tests::delete_targets_fragmented ... ok
57702026-07-16T03:56:05.114Zreplacing 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 } }]
57712026-07-16T03:56:05.114Z
57722026-07-16T03:56:05.114ZJul 16 03:56:04.204Jul 16 03:56:04.204 Jul 16 03:56:04.204 DEBG DEBG INFOreplacing 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 } }] adding route 172.17.0.39/32 -> 10.0.0.255
57732026-07-16T03:56:05.114Zreset freemap
57742026-07-16T03:56:05.114Z, unit: Jul 16 03:56:04.204Jul 16 03:56:04.204 freemap_route_ipv4DEBG
57752026-07-16T03:56:05.114ZDEBG failed to allocate space for the new target listreplacing 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 } }]
57762026-07-16T03:56:05.114Z
57772026-07-16T03:56:05.114ZJul 16 03:56:04.204Jul 16 03:56:04.204Jul 16 03:56:04.204 DEBGINFO DEBGinitted freemap. size: 64 , 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 } }]
57782026-07-16T03:56:05.114Zadding route 172.17.0.40/32 -> 10.0.0.255unit
57792026-07-16T03:56:05.114Z: freemap_route_ipv6
57802026-07-16T03:56:05.114ZJul 16 03:56:04.204Jul 16 03:56:04.204 DEBG DEBGfailed to allocate space for the new target listJul 16 03:56:04.204
57812026-07-16T03:56:05.114Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57822026-07-16T03:56:05.114Z reset freemap, unit:Jul 16 03:56:04.204 freemap_route_ipv6INFO
57832026-07-16T03:56:05.114Z adding route 172.17.0.41/32 -> 10.0.0.255
57842026-07-16T03:56:05.114ZJul 16 03:56:04.204 Jul 16 03:56:04.204INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
57852026-07-16T03:56:05.114Zreplacing 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 } }]
57862026-07-16T03:56:05.114ZJul 16 03:56:04.204Jul 16 03:56:04.204 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.42/32 -> 10.0.0.255
57872026-07-16T03:56:05.114Z
57882026-07-16T03:56:05.115ZJul 16 03:56:04.204Jul 16 03:56:04.204 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.16.0.0/32 -> 10.0.0.2
57892026-07-16T03:56:05.115Z
57902026-07-16T03:56:05.115ZJul 16 03:56:04.204Jul 16 03:56:04.204 INFODEBG adding route 172.17.0.43/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 } }]
57912026-07-16T03:56:05.115Z
57922026-07-16T03:56:05.115ZJul 16 03:56:04.204Jul 16 03:56:04.204 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.16.0.0/32 -> 10.0.0.3
57932026-07-16T03:56:05.115Z
57942026-07-16T03:56:05.115ZJul 16 03:56:04.204Jul 16 03:56:04.204 INFODEBG adding route 172.17.0.44/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 } }]
57952026-07-16T03:56:05.115ZJul 16 03:56:04.211 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 } }]
57962026-07-16T03:56:05.115ZJul 16 03:56:04.211 INFO adding route 172.17.0.45/32 -> 10.0.0.255
57972026-07-16T03:56:05.115ZJul 16 03:56:04.211 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 } }]
57982026-07-16T03:56:05.115ZJul 16 03:56:04.211 INFO adding route 172.17.0.46/32 -> 10.0.0.255
57992026-07-16T03:56:05.115ZJul 16 03:56:04.212 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 } }]
58002026-07-16T03:56:05.115Z
58012026-07-16T03:56:05.115ZJul 16 03:56:04.212 INFO adding route 172.17.0.47/32 -> 10.0.0.255
58022026-07-16T03:56:05.115ZJul 16 03:56:04.212 INFO Jul 16 03:56:04.212adding route 172.16.0.0/32 -> 10.0.0.4
58032026-07-16T03:56:05.115ZDEBG 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 } }]
58042026-07-16T03:56:05.115ZJul 16 03:56:04.212 DEBGJul 16 03:56:04.212 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO
58052026-07-16T03:56:05.115Z adding route 172.17.0.48/32 -> 10.0.0.255
58062026-07-16T03:56:05.115ZJul 16 03:56:04.212 Jul 16 03:56:04.212INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255
58072026-07-16T03:56:05.115Zreplacing 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 } }]
58082026-07-16T03:56:05.115ZJul 16 03:56:04.212 Jul 16 03:56:04.212DEBG 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 } }]
58092026-07-16T03:56:05.115Zadding route 172.17.0.49/32 -> 10.0.0.255
58102026-07-16T03:56:05.120ZJul 16 03:56:04.212 Jul 16 03:56:04.212INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
58112026-07-16T03:56:05.120Zreplacing 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 } }]
58122026-07-16T03:56:05.120ZJul 16 03:56:04.212 Jul 16 03:56:04.212DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58132026-07-16T03:56:05.121Zadding route 172.17.0.50/32 -> 10.0.0.255
58142026-07-16T03:56:05.121ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.2/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 } }]
58152026-07-16T03:56:05.121Z
58162026-07-16T03:56:05.121ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing 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 } }]
58172026-07-16T03:56:05.121Z
58182026-07-16T03:56:05.121ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
58192026-07-16T03:56:05.121Z
58202026-07-16T03:56:05.121ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing 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 } }]
58212026-07-16T03:56:05.122Z
58222026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 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.4/32 -> 10.0.0.255
58232026-07-16T03:56:05.122Z
58242026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.53/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 } }]
58252026-07-16T03:56:05.122Z
58262026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 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.5/32 -> 10.0.0.255
58272026-07-16T03:56:05.122Z
58282026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
58292026-07-16T03:56:05.122Z
58302026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
58312026-07-16T03:56:05.122Z
58322026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.55/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 } }]
58332026-07-16T03:56:05.122Z
58342026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
58352026-07-16T03:56:05.122Z
58362026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.56/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 } }]
58372026-07-16T03:56:05.122Z
58382026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
58392026-07-16T03:56:05.122Z
58402026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.57/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 } }]
58412026-07-16T03:56:05.122Z
58422026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
58432026-07-16T03:56:05.122Z
58442026-07-16T03:56:05.122ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.58/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 } }]
58452026-07-16T03:56:05.123Z
58462026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
58472026-07-16T03:56:05.123Z
58482026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58492026-07-16T03:56:05.123Z
58502026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
58512026-07-16T03:56:05.123Z
58522026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing 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 } }]
58532026-07-16T03:56:05.123Z
58542026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
58552026-07-16T03:56:05.123Z
58562026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
58572026-07-16T03:56:05.123Z
58582026-07-16T03:56:05.123ZJul 16 03:56:04.212Jul 16 03:56:04.212 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
58592026-07-16T03:56:05.123Z
58602026-07-16T03:56:05.123ZJul 16 03:56:04.212 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 } }]
58612026-07-16T03:56:05.123ZJul 16 03:56:04.212 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58622026-07-16T03:56:05.123ZJul 16 03:56:04.212 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 } }]
58632026-07-16T03:56:05.123ZJul 16 03:56:04.212 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58642026-07-16T03:56:05.123ZJul 16 03:56:04.212 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 } }]
58652026-07-16T03:56:05.123ZJul 16 03:56:04.212 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58662026-07-16T03:56:05.123ZJul 16 03:56:04.212 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 } }]
58672026-07-16T03:56:05.123ZJul 16 03:56:04.212 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58682026-07-16T03:56:05.123ZJul 16 03:56:04.212 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 } }]
58692026-07-16T03:56:05.123ZJul 16 03:56:04.212 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58702026-07-16T03:56:05.124Ztest route::tests::delete_target_fragmented ... ok
58712026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58722026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58732026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58742026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58752026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58762026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58772026-07-16T03:56:05.124Z
58782026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58792026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58802026-07-16T03:56:05.124Ztest result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
58812026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58822026-07-16T03:56:05.124Z
58832026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58842026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58852026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58862026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58872026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58882026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58892026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58902026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58912026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.27/32 -> 10.0.0.255
58922026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58932026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.28/32 -> 10.0.0.255
58942026-07-16T03:56:05.124ZJul 16 03:56:04.212 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 } }]
58952026-07-16T03:56:05.124ZJul 16 03:56:04.212 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58962026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
58972026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.30/32 -> 10.0.0.255
58982026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
58992026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59002026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
59012026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59022026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
59032026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59042026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
59052026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59062026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
59072026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59082026-07-16T03:56:05.125ZJul 16 03:56:04.212 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 } }]
59092026-07-16T03:56:05.125ZJul 16 03:56:04.212 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59102026-07-16T03:56:05.129ZJul 16 03:56:04.212 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 } }]
59112026-07-16T03:56:05.130ZJul 16 03:56:04.212 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59122026-07-16T03:56:05.130ZJul 16 03:56:04.212 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 } }]
59132026-07-16T03:56:05.130ZJul 16 03:56:04.212 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59142026-07-16T03:56:05.130ZJul 16 03:56:04.222 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 } }]
59152026-07-16T03:56:05.130ZJul 16 03:56:04.222 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59162026-07-16T03:56:05.130ZJul 16 03:56:04.222 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 } }]
59172026-07-16T03:56:05.130ZJul 16 03:56:04.222 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59182026-07-16T03:56:05.130ZJul 16 03:56:04.222 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 } }]
59192026-07-16T03:56:05.130ZJul 16 03:56:04.222 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59202026-07-16T03:56:05.130ZJul 16 03:56:04.222 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 } }]
59212026-07-16T03:56:05.130ZJul 16 03:56:04.222 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59222026-07-16T03:56:05.130ZJul 16 03:56:04.222 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 } }]
59232026-07-16T03:56:05.130ZJul 16 03:56:04.222 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59242026-07-16T03:56:05.130ZJul 16 03:56:04.222 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 } }]
59252026-07-16T03:56:05.130ZJul 16 03:56:04.222 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59262026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59272026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59282026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59292026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59302026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59312026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59322026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59332026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59342026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59352026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59362026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59372026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59382026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59392026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59402026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59412026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59422026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59432026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59442026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59452026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59462026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59472026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59482026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59492026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59502026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59512026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59522026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59532026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59542026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59552026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59562026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59572026-07-16T03:56:05.131ZJul 16 03:56:04.222 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59582026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59592026-07-16T03:56:05.131ZJul 16 03:56:04.222 DEBG failed to allocate space for the new target list
59602026-07-16T03:56:05.131ZJul 16 03:56:04.222 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 } }]
59612026-07-16T03:56:05.132Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f278f759a73f04e9)
59622026-07-16T03:56:05.132Z
59632026-07-16T03:56:05.132Zrunning 0 tests
59642026-07-16T03:56:05.132Z
59652026-07-16T03:56:05.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662026-07-16T03:56:05.132Z
59672026-07-16T03:56:05.132Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4faf3fbc4e4f0560)
59682026-07-16T03:56:05.132Z
59692026-07-16T03:56:05.132Zrunning 0 tests
59702026-07-16T03:56:05.132Z
59712026-07-16T03:56:05.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59722026-07-16T03:56:05.132Z
59732026-07-16T03:56:05.132Z Running unittests src/lib.rs (target/debug/deps/dpd_client-4c14ba3826faf86a)
59742026-07-16T03:56:05.132Z
59752026-07-16T03:56:05.132Zrunning 6 tests
59762026-07-16T03:56:05.132Ztest tests::test_full_lot_id_neither_present ... ok
59772026-07-16T03:56:05.132Ztest tests::test_full_lot_id_lotnum_only ... ok
59782026-07-16T03:56:05.132Ztest tests::test_full_lot_id_lot_only ... ok
59792026-07-16T03:56:05.132Ztest tests::test_full_lot_id_both_present ... ok
59802026-07-16T03:56:05.132Ztest tests::test_parse_client_port_id ... ok
59812026-07-16T03:56:05.132Ztest tests::test_port_id_cmp ... ok
59822026-07-16T03:56:05.132Z
59832026-07-16T03:56:05.132Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842026-07-16T03:56:05.132Z
59852026-07-16T03:56:05.132Z Running tests/test_all.rs (target/debug/deps/test_all-b2a6889e6446b901)
59862026-07-16T03:56:05.132Z
59872026-07-16T03:56:05.132Zrunning 0 tests
59882026-07-16T03:56:05.132Z
59892026-07-16T03:56:05.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902026-07-16T03:56:05.132Z
59912026-07-16T03:56:05.132Z Running unittests src/lib.rs (target/debug/deps/dpd_types-49acb7e11cff4046)
59922026-07-16T03:56:05.132Z
59932026-07-16T03:56:05.132Zrunning 0 tests
59942026-07-16T03:56:05.132Z
59952026-07-16T03:56:05.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59962026-07-16T03:56:05.132Z
59972026-07-16T03:56:05.132Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c19f96435c4f4db9)
59982026-07-16T03:56:05.132Z
59992026-07-16T03:56:05.132Zrunning 0 tests
60002026-07-16T03:56:05.133Z
60012026-07-16T03:56:05.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60022026-07-16T03:56:05.133Z
60032026-07-16T03:56:05.133Z Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed)
60042026-07-16T03:56:05.133Z
60052026-07-16T03:56:05.133Zrunning 12 tests
60062026-07-16T03:56:05.133Ztest lldp::test_lldp_parse ... ok
60072026-07-16T03:56:05.133Ztest ipv6::test_ipv6_parse ... ok
60082026-07-16T03:56:05.133Ztest icmp::test_v6_checksum ... ok
60092026-07-16T03:56:05.133Ztest icmp::test_v4_checksum ... ok
60102026-07-16T03:56:05.137Ztest pbuf::test_byte ... ok
60112026-07-16T03:56:05.137Ztest pbuf::test_nibble ... ok
60122026-07-16T03:56:05.137Ztest pbuf::test_overflow ... ok
60132026-07-16T03:56:05.137Ztest pbuf::test_short ... ok
60142026-07-16T03:56:05.137Ztest pbuf::test_twelve ... ok
60152026-07-16T03:56:05.137Ztest pbuf::test_word ... ok
60162026-07-16T03:56:05.137Ztest tcp::test_checksum_syn_nodata ... ok
60172026-07-16T03:56:05.137Ztest tcp::test_checksum_ack_data ... ok
60182026-07-16T03:56:05.137Z
60192026-07-16T03:56:05.137Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60202026-07-16T03:56:05.137Z
60212026-07-16T03:56:05.137Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60222026-07-16T03:56:05.137Z
60232026-07-16T03:56:05.137Zrunning 0 tests
60242026-07-16T03:56:05.137Z
60252026-07-16T03:56:05.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60262026-07-16T03:56:05.137Z
60272026-07-16T03:56:05.137Z Running unittests src/main.rs (target/debug/deps/swadm-b2eba69d3fb67c7e)
60282026-07-16T03:56:05.137Z
60292026-07-16T03:56:05.137Zrunning 5 tests
60302026-07-16T03:56:05.137Ztest switchport::test::test_compute_lanes ... ok
60312026-07-16T03:56:05.137Ztest switchport::test::port_id_ordering ... ok
60322026-07-16T03:56:05.138Z Lane 0 Lane 1 Lane 2 Lane 3
60332026-07-16T03:56:05.138Z Lane 0 Rx Loss-of-lock: Yes YesLane 1 YesLane 2 Yes
60342026-07-16T03:56:05.138ZLane 3 Rx Loss-of-signal: Yes
60352026-07-16T03:56:05.138Z Yes State: Activated YesActivated Yes
60362026-07-16T03:56:05.138ZActivated Rx CDR Enabled: Yes ActivatedYes
60372026-07-16T03:56:05.138Z Rx Output Enabled: falseYes Yesfalse
60382026-07-16T03:56:05.138Z Tx Enabled: Yesfalse falseYes
60392026-07-16T03:56:05.138ZYes Rx Output Status: valid Yes
60402026-07-16T03:56:05.138Zvalid Tx Loss-of-lock: No valid Novalid
60412026-07-16T03:56:05.138ZNo Rx Loss-of-lock: trueNo
60422026-07-16T03:56:05.138Ztrue Tx Loss-of-signal: Notrue true
60432026-07-16T03:56:05.138ZNo Rx Loss-of-signal: falseNo No
60442026-07-16T03:56:05.138Zfalse Tx CDR Enabled: Nofalse Nofalse
60452026-07-16T03:56:05.138ZNoRx Auto-squelch Disable: true No
60462026-07-16T03:56:05.138Ztrue Tx Adaptive EQ Fault: No trueNo trueNo
60472026-07-16T03:56:05.138Z Tx Output Enabled: trueNo
60482026-07-16T03:56:05.138Ztrue true Tx Fault: Yes Yestrue
60492026-07-16T03:56:05.138ZYes Tx Output Status: invalidYes
60502026-07-16T03:56:05.138Zinvalid invalid invalid
60512026-07-16T03:56:05.138Z Tx Loss-of-lock: false false false false
60522026-07-16T03:56:05.138Z Tx Loss-of-signal: true true true true
60532026-07-16T03:56:05.138ZTx Auto-squelch Disable: false false false false
60542026-07-16T03:56:05.138Z Tx Adaptive EQ Fail: true true true true
60552026-07-16T03:56:05.138Z Tx Failure: false false false false
60562026-07-16T03:56:05.138Z Tx Force Squelch: true true true true
60572026-07-16T03:56:05.138Z Tx Input Polarity: normal normal normal normal
60582026-07-16T03:56:05.139Ztest switchport::test::test_print_sff_datapath ... ok
60592026-07-16T03:56:05.139Ztest switchport::test::test_print_cmis_datapath ... ok
60602026-07-16T03:56:05.139Ztest link::test_filter ... ok
60612026-07-16T03:56:05.139Z
60622026-07-16T03:56:05.139Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60632026-07-16T03:56:05.139Z
60642026-07-16T03:56:05.139Z Running tests/counters.rs (target/debug/deps/counters-f3b84265ac300a3e)
60652026-07-16T03:56:05.139Z
60662026-07-16T03:56:05.139Zrunning 1 test
60672026-07-16T03:56:05.139Ztest test_p4_counter_list ... ignored
60682026-07-16T03:56:05.139Z
60692026-07-16T03:56:05.139Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60702026-07-16T03:56:05.139Z
60712026-07-16T03:56:05.139Z Running tests/port-link.rs (target/debug/deps/port_link-5c1cdbd8d63fc5a0)
60722026-07-16T03:56:05.139Z
60732026-07-16T03:56:05.139Zrunning 5 tests
60742026-07-16T03:56:05.139Ztest test_an ... ignored
60752026-07-16T03:56:05.139Ztest test_enable ... ignored
60762026-07-16T03:56:05.139Ztest test_ip_addresses ... ignored
60772026-07-16T03:56:05.139Ztest test_kr ... ignored
60782026-07-16T03:56:05.139Ztest test_mac ... ignored
60792026-07-16T03:56:05.139Z
60802026-07-16T03:56:05.139Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60812026-07-16T03:56:05.139Z
60822026-07-16T03:56:05.139Z Running unittests src/main.rs (target/debug/deps/tfportd-906760ee4d4f6eea)
60832026-07-16T03:56:05.139Z
60842026-07-16T03:56:05.139Zrunning 3 tests
60852026-07-16T03:56:05.143Ztest linklocal::test_parse_ipadm ... ok
60862026-07-16T03:56:05.143Ztest tfport::test_parse_tfport ... ok
60872026-07-16T03:56:05.143Ztest config::tests::test_updates ... ok
60882026-07-16T03:56:05.143Z
60892026-07-16T03:56:05.143Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60902026-07-16T03:56:05.143Z
60912026-07-16T03:56:05.143Z Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84)
60922026-07-16T03:56:05.143Z
60932026-07-16T03:56:05.143Zrunning 0 tests
60942026-07-16T03:56:05.143Z
60952026-07-16T03:56:05.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60962026-07-16T03:56:05.143Z
60972026-07-16T03:56:05.143Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
60982026-07-16T03:56:05.143Z
60992026-07-16T03:56:05.143Zrunning 0 tests
61002026-07-16T03:56:05.143Z
61012026-07-16T03:56:05.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022026-07-16T03:56:05.144Z
61032026-07-16T03:56:05.144Z Doc-tests aal
61042026-07-16T03:56:05.264Z
61052026-07-16T03:56:05.264Zrunning 0 tests
61062026-07-16T03:56:05.264Z
61072026-07-16T03:56:05.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61082026-07-16T03:56:05.264Z
61092026-07-16T03:56:05.280Z Doc-tests aal_macros
61102026-07-16T03:56:05.350Z
61112026-07-16T03:56:05.350Zrunning 0 tests
61122026-07-16T03:56:05.350Z
61132026-07-16T03:56:05.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61142026-07-16T03:56:05.350Z
61152026-07-16T03:56:05.360Z Doc-tests common
61162026-07-16T03:56:05.594Z
61172026-07-16T03:56:05.594Zrunning 0 tests
61182026-07-16T03:56:05.594Z
61192026-07-16T03:56:05.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61202026-07-16T03:56:05.594Z
61212026-07-16T03:56:05.614Z Doc-tests dpd_api
61222026-07-16T03:56:06.361Z
61232026-07-16T03:56:06.361Zrunning 2 tests
61242026-07-16T03:56:06.361Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61252026-07-16T03:56:06.361Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61262026-07-16T03:56:06.361Z
61272026-07-16T03:56:06.361Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-07-16T03:56:06.361Z
61292026-07-16T03:56:06.392Z Doc-tests dpd_client
61302026-07-16T03:56:07.663Z
61312026-07-16T03:56:07.664Zrunning 0 tests
61322026-07-16T03:56:07.664Z
61332026-07-16T03:56:07.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61342026-07-16T03:56:07.664Z
61352026-07-16T03:56:07.708Z Doc-tests dpd_types
61362026-07-16T03:56:07.921Z
61372026-07-16T03:56:07.921Zrunning 0 tests
61382026-07-16T03:56:07.921Z
61392026-07-16T03:56:07.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61402026-07-16T03:56:07.921Z
61412026-07-16T03:56:07.946Z Doc-tests dpd_types_versions
61422026-07-16T03:56:09.147Z
61432026-07-16T03:56:09.147Zrunning 1 test
61442026-07-16T03:56:09.147Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61452026-07-16T03:56:09.147Z
61462026-07-16T03:56:09.147Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61472026-07-16T03:56:09.147Z
61482026-07-16T03:56:09.190Z Doc-tests packet
61492026-07-16T03:56:09.303Z
61502026-07-16T03:56:09.303Zrunning 0 tests
61512026-07-16T03:56:09.303Z
61522026-07-16T03:56:09.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61532026-07-16T03:56:09.303Z
61542026-07-16T03:56:09.319Z Doc-tests pcap
61552026-07-16T03:56:09.370Z
61562026-07-16T03:56:09.370Zrunning 0 tests
61572026-07-16T03:56:09.370Z
61582026-07-16T03:56:09.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61592026-07-16T03:56:09.370Z
61602026-07-16T03:56:09.417Z+ for feat in tofino_stub tofino_asic softnpu chaos
61612026-07-16T03:56:09.417Z+ RUST_BACKTRACE=full
61622026-07-16T03:56:09.417Z+ cargo test --features softnpu --no-fail-fast
61632026-07-16T03:56:10.070Z Compiling num-integer v0.1.46
61642026-07-16T03:56:10.156Z Compiling num-complex v0.4.6
61652026-07-16T03:56:10.203Z Compiling bitstruct_derive v0.1.0
61662026-07-16T03:56:10.207Z Compiling tap v1.0.1
61672026-07-16T03:56:10.326Z Compiling wyz v0.5.1
61682026-07-16T03:56:10.447Z Compiling num-rational v0.4.2
61692026-07-16T03:56:10.485Z Compiling num-iter v0.1.45
61702026-07-16T03:56:10.499Z Compiling num-bigint v0.4.6
61712026-07-16T03:56:10.596Z Compiling radium v0.7.0
61722026-07-16T03:56:10.605Z Compiling funty v2.0.0
61732026-07-16T03:56:10.645Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61742026-07-16T03:56:10.688Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61752026-07-16T03:56:10.824Z Compiling num v0.4.3
61762026-07-16T03:56:10.877Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61772026-07-16T03:56:10.896Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61782026-07-16T03:56:10.908Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61792026-07-16T03:56:10.947Z Compiling typeid v1.0.3
61802026-07-16T03:56:11.006Z Compiling bitvec v1.0.1
61812026-07-16T03:56:11.064Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61822026-07-16T03:56:11.160Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61832026-07-16T03:56:11.240Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61842026-07-16T03:56:11.285Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61852026-07-16T03:56:11.296Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-07-16T03:56:11.619Z Compiling ascii v1.1.0
61872026-07-16T03:56:11.896Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-07-16T03:56:12.100Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-07-16T03:56:12.200Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-07-16T03:56:12.315Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61912026-07-16T03:56:12.401Z Compiling erased-serde v0.4.8
61922026-07-16T03:56:12.419Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
61932026-07-16T03:56:12.551Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61942026-07-16T03:56:12.656Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
61952026-07-16T03:56:12.893Z Compiling bitstruct v0.1.1
61962026-07-16T03:56:13.199Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
61972026-07-16T03:56:13.214Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-07-16T03:56:13.217Z Compiling serde_arrays v0.1.0
61992026-07-16T03:56:13.274Z Compiling libloading v0.7.4
62002026-07-16T03:56:13.508Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62012026-07-16T03:56:14.060Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62022026-07-16T03:56:14.321Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62032026-07-16T03:56:14.354Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62042026-07-16T03:56:15.466Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62052026-07-16T03:56:16.210Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62062026-07-16T03:56:22.235Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62072026-07-16T03:56:22.456Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62082026-07-16T03:56:22.459Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-07-16T03:56:22.543Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62102026-07-16T03:56:22.556Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-07-16T03:56:23.118Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62122026-07-16T03:56:24.663Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62132026-07-16T03:56:25.052Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62142026-07-16T03:56:27.535Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62152026-07-16T03:56:28.058Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62162026-07-16T03:56:29.537Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62172026-07-16T03:56:31.437Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62182026-07-16T03:56:31.693Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62192026-07-16T03:56:32.352Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62202026-07-16T03:56:39.882Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62212026-07-16T03:56:41.754Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-07-16T03:56:45.229Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62232026-07-16T03:57:27.247Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
62242026-07-16T03:57:27.370Z Running unittests src/lib.rs (target/debug/deps/aal-8cf253b6ff3a685f)
62252026-07-16T03:57:27.376Z
62262026-07-16T03:57:27.376Zrunning 5 tests
62272026-07-16T03:57:27.376Ztest fuse::tests::chip_revision_b1 ... ok
62282026-07-16T03:57:27.376Ztest fuse::tests::chip_revision_a0 ... ok
62292026-07-16T03:57:27.376Ztest fuse::tests::chip_revision_b0 ... ok
62302026-07-16T03:57:27.376Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62312026-07-16T03:57:27.376Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62322026-07-16T03:57:27.376Z
62332026-07-16T03:57:27.376Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62342026-07-16T03:57:27.376Z
62352026-07-16T03:57:27.376Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62362026-07-16T03:57:27.399Z
62372026-07-16T03:57:27.399Zrunning 0 tests
62382026-07-16T03:57:27.399Z
62392026-07-16T03:57:27.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-07-16T03:57:27.399Z
62412026-07-16T03:57:27.399Z Running unittests src/lib.rs (target/debug/deps/asic-dd04386a5d77ba68)
62422026-07-16T03:57:27.399Z
62432026-07-16T03:57:27.399Zrunning 0 tests
62442026-07-16T03:57:27.399Z
62452026-07-16T03:57:27.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-07-16T03:57:27.399Z
62472026-07-16T03:57:27.399Z Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7)
62482026-07-16T03:57:27.399Z
62492026-07-16T03:57:27.399Zrunning 10 tests
62502026-07-16T03:57:27.399Ztest network::tests::test_eui64 ... ok
62512026-07-16T03:57:27.399Ztest network::tests::test_equal ... ok
62522026-07-16T03:57:27.399Ztest nat::tests::test_vni ... ok
62532026-07-16T03:57:27.399Ztest network::tests::test_generate_ipv6_link_local ... ok
62542026-07-16T03:57:27.399Ztest network::tests::test_into ... ok
62552026-07-16T03:57:27.399Ztest network::tests::test_not_equal ... ok
62562026-07-16T03:57:27.399Ztest network::tests::test_to_string ... ok
62572026-07-16T03:57:27.400Ztest network::tests::test_parse ... ok
62582026-07-16T03:57:27.400Ztest test_purge ... ok
62592026-07-16T03:57:27.400Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-07-16T03:57:27.400Z
62612026-07-16T03:57:27.400Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-07-16T03:57:27.400Z
62632026-07-16T03:57:27.403Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-73c5d14fde60f003)
62642026-07-16T03:57:27.403Z
62652026-07-16T03:57:27.403Zrunning 1 test
62662026-07-16T03:57:27.403Z -------
62672026-07-16T03:57:27.403Z Generating OpenAPI documents from API definitions ...
62682026-07-16T03:57:27.541Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-07-16T03:57:27.612Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-07-16T03:57:28.616Z -------
62712026-07-16T03:57:28.616Z Checking 12 OpenAPI documents...
62722026-07-16T03:57:28.616Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-07-16T03:57:28.616Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-07-16T03:57:28.616Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-07-16T03:57:28.623Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-07-16T03:57:28.623Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-07-16T03:57:28.623Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-07-16T03:57:28.623Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-07-16T03:57:28.623Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-07-16T03:57:28.623Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-07-16T03:57:28.623Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-07-16T03:57:28.623Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-07-16T03:57:28.623Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-07-16T03:57:28.623Z Fresh dpd "latest" symlink
62852026-07-16T03:57:28.623Z -------
62862026-07-16T03:57:28.623Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62872026-07-16T03:57:28.679Ztest test::test_apis_up_to_date ... ok
62882026-07-16T03:57:28.679Z
62892026-07-16T03:57:28.679Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
62902026-07-16T03:57:28.679Z
62912026-07-16T03:57:28.735Z Running unittests src/main.rs (target/debug/deps/dpd-3b0f960689fc0962)
62922026-07-16T03:57:28.744Z
62932026-07-16T03:57:28.744Zrunning 33 tests
62942026-07-16T03:57:28.751Ztest freemap::test_ordering ... ok
62952026-07-16T03:57:28.751Ztest config::tests::test_updates ... ok
62962026-07-16T03:57:28.751Ztest freemap::test_split ... ok
62972026-07-16T03:57:28.751Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-07-16T03:57:28.751Ztest macaddrs::tests::test_mac_offset ... ok
62992026-07-16T03:57:28.751Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63002026-07-16T03:57:28.751Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63012026-07-16T03:57:28.751Ztest nat::test_mapping ... ok
63022026-07-16T03:57:28.751Ztest macaddrs::tests::test_parse_port_id ... ok
63032026-07-16T03:57:28.751Ztest port_map::tests::dump_map ... ok
63042026-07-16T03:57:28.751Ztest port_map::tests::test_backplane_group ... ok
63052026-07-16T03:57:28.751Ztest port_map::tests::test_port_map ... ok
63062026-07-16T03:57:28.751ZJul 16 03:57:27.876 DEBG created new freemap, unit: freemap_test
63072026-07-16T03:57:28.751ZJul 16 03:57:27.876 DEBG initted freemap. size: 128, unit: freemap_test
63082026-07-16T03:57:28.751ZJul 16 03:57:27.876 DEBG reset freemap, unit: freemap_test
63092026-07-16T03:57:28.751ZJul 16 03:57:27.876Jul 16 03:57:27.876 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test
63102026-07-16T03:57:28.751Zfreemap_test
63112026-07-16T03:57:28.751ZJul 16 03:57:27.876 DEBG initted freemap. size: 128Jul 16 03:57:27.876, unitDEBG: initted freemap. size: 128freemap_test,
63122026-07-16T03:57:28.751Zunit: freemap_test
63132026-07-16T03:57:28.751ZJul 16 03:57:27.876 DEBG reset freemap, Jul 16 03:57:27.876unit :DEBG freemap_testreset freemap
63142026-07-16T03:57:28.751Z, unit: freemap_test
63152026-07-16T03:57:28.751Ztest freemap::test_free ... ok
63162026-07-16T03:57:28.751ZJul 16 03:57:27.876 DEBG created new freemap, unit: freemap_test
63172026-07-16T03:57:28.751Ztest freemap::test_basic ... ok
63182026-07-16T03:57:28.752Ztest freemap::test_exhaustion ... ok
63192026-07-16T03:57:28.752ZJul 16 03:57:27.876 DEBG initted freemap. size: 128, unit: freemap_test
63202026-07-16T03:57:28.752ZJul 16 03:57:27.876 DEBG reset freemap, unit: freemap_test
63212026-07-16T03:57:28.752Ztest freemap::test_reclaim ... ok
63222026-07-16T03:57:28.752ZJul 16 03:57:27.877 DEBG created new freemap, unit: freemap_test
63232026-07-16T03:57:28.752ZJul 16 03:57:27.877 DEBG initted freemap. size: 128, unit: freemap_test
63242026-07-16T03:57:28.752ZJul 16 03:57:27.877 DEBG reset freemap, unit: freemap_test
63252026-07-16T03:57:28.752Ztest freemap::test_span ... ok
63262026-07-16T03:57:28.752Ztest port_map::tests::parse_softnpu_revision ... ok
63272026-07-16T03:57:28.752Ztest api_server::tests::test_build_info ... ok
63282026-07-16T03:57:28.752ZJul 16 03:57:27.877 DEBG created new freemap, unit: freemap_route_ipv4Jul 16 03:57:27.877
63292026-07-16T03:57:28.752Z DEBG created new freemapJul 16 03:57:27.877, unitDEBG: created new freemapfreemap_route_ipv4, unit
63302026-07-16T03:57:28.752Z: freemap_route_ipv6
63312026-07-16T03:57:28.752ZJul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4
63322026-07-16T03:57:28.752Z
63332026-07-16T03:57:28.752ZJul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4
63342026-07-16T03:57:28.752Z
63352026-07-16T03:57:28.752ZJul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG initted freemap. size: 64reset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv4
63362026-07-16T03:57:28.752Z
63372026-07-16T03:57:28.752ZJul 16 03:57:27.877Jul 16 03:57:27.877 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv6
63382026-07-16T03:57:28.752Z
63392026-07-16T03:57:28.752ZJul 16 03:57:27.877Jul 16 03:57:27.877 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
63402026-07-16T03:57:28.752Z, unit: freemap_route_ipv6Jul 16 03:57:27.877
63412026-07-16T03:57:28.752Z 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 } }]Jul 16 03:57:27.877
63422026-07-16T03:57:28.752Z INFO Jul 16 03:57:27.877adding route 3fff:dead::/64 -> 2001:db8::55:1
63432026-07-16T03:57:28.752ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63442026-07-16T03:57:28.752ZJul 16 03:57:27.877 DEBG Jul 16 03:57:27.877replacing 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 } }]
63452026-07-16T03:57:28.752ZDEBGJul 16 03:57:27.877 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
63462026-07-16T03:57:28.752Z Jul 16 03:57:27.877created new freemap , INFOunitJul 16 03:57:27.877 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3
63472026-07-16T03:57:28.752Zfreemap_route_ipv4
63482026-07-16T03:57:28.752Z
63492026-07-16T03:57:28.752ZJul 16 03:57:27.877Jul 16 03:57:27.877 Jul 16 03:57:27.877DEBG 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 } }]
63502026-07-16T03:57:28.752Zcreated new freemap, unit: Jul 16 03:57:27.878freemap_route_ipv6
63512026-07-16T03:57:28.752ZINFODEBG 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:dead::/64 -> 2001:db8::55:4
63522026-07-16T03:57:28.752ZJul 16 03:57:27.878
63532026-07-16T03:57:28.752Z DEBG initted freemap. size: 64Jul 16 03:57:27.878, unitJul 16 03:57:27.878DEBG: INFO 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 } }]
63542026-07-16T03:57:28.753Zadding route 3fff:dead::/64 -> 2001:db8::55:1
63552026-07-16T03:57:28.753Z
63562026-07-16T03:57:28.753ZJul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGINFO reset freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff, DEBG
63572026-07-16T03:57:28.753Zunit 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 } }]:
63582026-07-16T03:57:28.753Zfreemap_route_ipv4
63592026-07-16T03:57:28.753ZJul 16 03:57:27.878 DEBGJul 16 03:57:27.878 Jul 16 03:57:27.878replacing 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 } }]
63602026-07-16T03:57:28.753ZDEBGINFO initted freemap. size: 64 , Jul 16 03:57:27.878unitadding route 3fff:dead::/64 -> 2001:db8::55:2 :INFO
63612026-07-16T03:57:28.753Zfreemap_route_ipv6 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63622026-07-16T03:57:28.753Z
63632026-07-16T03:57:28.753ZJul 16 03:57:27.878 DEBG Jul 16 03:57:27.878replacing 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 } }]Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
63642026-07-16T03:57:28.753Z,
63652026-07-16T03:57:28.753Zunit: freemap_route_ipv6
63662026-07-16T03:57:28.753ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFOJul 16 03:57:27.878 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63672026-07-16T03:57:28.753ZINFOadding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
63682026-07-16T03:57:28.753Z
63692026-07-16T03:57:28.753ZJul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
63702026-07-16T03:57:28.753Z
63712026-07-16T03:57:28.753Zreplacing 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 } }]
63722026-07-16T03:57:28.753ZJul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
63732026-07-16T03:57:28.753Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
63742026-07-16T03:57:28.753Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63752026-07-16T03:57:28.753ZJul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBG DEBGDEBG Jul 16 03:57:27.878created new 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 } }], 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 } }]
63762026-07-16T03:57:28.753Z
63772026-07-16T03:57:28.753Z DEBG unitreplacing 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 } }]Jul 16 03:57:27.878Jul 16 03:57:27.878:
63782026-07-16T03:57:28.753ZINFOfreemap_route_ipv4 INFO
63792026-07-16T03:57:28.753Z adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63802026-07-16T03:57:28.753ZJul 16 03:57:27.878
63812026-07-16T03:57:28.753Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG
63822026-07-16T03:57:28.753ZDEBG 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 } }]created new freemapreplacing 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 } }],
63832026-07-16T03:57:28.753Zunit
63842026-07-16T03:57:28.753Z: Jul 16 03:57:27.878freemap_route_ipv6Jul 16 03:57:27.878
63852026-07-16T03:57:28.753Z Jul 16 03:57:27.878INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO
63862026-07-16T03:57:28.753Z adding route 3fff:beef:5::/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 } }]
63872026-07-16T03:57:28.753Z
63882026-07-16T03:57:28.753ZJul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBGJul 16 03:57:27.878 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 } }] initted freemap. size: 64INFO
63892026-07-16T03:57:28.753ZDEBG, unitreplacing 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:3::/64 -> 2001:db8::55:ff Jul 16 03:57:27.878
63902026-07-16T03:57:28.753Z
63912026-07-16T03:57:28.753Zfreemap_route_ipv4INFO
63922026-07-16T03:57:28.753Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63932026-07-16T03:57:28.754ZJul 16 03:57:27.878Jul 16 03:57:27.878 Jul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878DEBG INFODEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG created new freemapDEBG, unitreset freemap:, unitfreemap_route_ipv4:
63942026-07-16T03:57:28.760Z freemap_route_ipv4
63952026-07-16T03:57:28.760Z
63962026-07-16T03:57:28.760ZJul 16 03:57:27.878 Jul 16 03:57:27.878DEBG DEBGcreated new freemapJul 16 03:57:27.878 initted freemap. size: 64INFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff, :unit
63972026-07-16T03:57:28.760Z: freemap_route_ipv6
63982026-07-16T03:57:28.760Zfreemap_route_ipv6Jul 16 03:57:27.878
63992026-07-16T03:57:28.760Z 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 } }]Jul 16 03:57:27.878
64002026-07-16T03:57:28.760ZJul 16 03:57:27.878 DEBGDEBG Jul 16 03:57:27.878initted freemap. size: 64 reset freemapINFO
64012026-07-16T03:57:28.760Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff,
64022026-07-16T03:57:28.760Z, unitunit:Jul 16 03:57:27.878 :freemap_route_ipv4 DEBG
64032026-07-16T03:57:28.760Z freemap_route_ipv6replacing 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 } }]
64042026-07-16T03:57:28.760Z
64052026-07-16T03:57:28.760ZJul 16 03:57:27.878 Jul 16 03:57:27.878INFOJul 16 03:57:27.878Jul 16 03:57:27.878 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFODEBG
64062026-07-16T03:57:28.760Z reset freemap
64072026-07-16T03:57:28.760Z , Jul 16 03:57:27.878 unitadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
64082026-07-16T03:57:28.760Z 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 } }]Jul 16 03:57:27.878:
64092026-07-16T03:57:28.760Zfreemap_route_ipv4DEBG
64102026-07-16T03:57:28.760ZJul 16 03:57:27.878 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 } }]Jul 16 03:57:27.878DEBG 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 } }]INFO
64112026-07-16T03:57:28.760Z Jul 16 03:57:27.878adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64122026-07-16T03:57:28.760Z
64132026-07-16T03:57:28.760ZDEBG initted freemap. size: 64Jul 16 03:57:27.878, Jul 16 03:57:27.878unit Jul 16 03:57:27.878: DEBG freemap_route_ipv6INFO
64142026-07-16T03:57:28.760Zreplacing 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
64152026-07-16T03:57:28.761Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64162026-07-16T03:57:28.761Z
64172026-07-16T03:57:28.761ZJul 16 03:57:27.878 DEBGJul 16 03:57:27.878 Jul 16 03:57:27.878DEBGreset freemap Jul 16 03:57:27.878 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 } }]INFO
64182026-07-16T03:57:28.761Z DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff,
64192026-07-16T03:57:28.761Zunit : freemap_route_ipv6replacing 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 } }]
64202026-07-16T03:57:28.761Z
64212026-07-16T03:57:28.761ZJul 16 03:57:27.878Jul 16 03:57:27.878 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 } }]INFO
64222026-07-16T03:57:28.761Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:57:27.878
64232026-07-16T03:57:28.761Z Jul 16 03:57:27.878 Jul 16 03:57:27.878INFO INFOJul 16 03:57:27.878 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO 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:9::/64 -> 2001:db8::55:ff
64242026-07-16T03:57:28.761Z
64252026-07-16T03:57:28.761Z
64262026-07-16T03:57:28.761Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64272026-07-16T03:57:28.761ZJul 16 03:57:27.878Jul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBGJul 16 03:57:27.878 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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
64282026-07-16T03:57:28.761Z
64292026-07-16T03:57:28.761Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64302026-07-16T03:57:28.761ZJul 16 03:57:27.878 Jul 16 03:57:27.878adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
64312026-07-16T03:57:28.761ZINFO 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 } }]Jul 16 03:57:27.878
64322026-07-16T03:57:28.761Z
64332026-07-16T03:57:28.761Z Jul 16 03:57:27.878 INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Jul 16 03:57:27.878replacing 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 } }]
64342026-07-16T03:57:28.761Z
64352026-07-16T03:57:28.761Z DEBG Jul 16 03:57:27.878Jul 16 03:57:27.878replacing 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 } }]
64362026-07-16T03:57:28.761ZINFO DEBG adding route 3fff:beef::/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 } }]
64372026-07-16T03:57:28.761Z
64382026-07-16T03:57:28.761ZJul 16 03:57:27.878 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.878
64392026-07-16T03:57:28.761ZJul 16 03:57:27.878 DEBGJul 16 03:57:27.878 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64402026-07-16T03:57:28.761ZDEBG 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:7::/64 -> 2001:db8::55:ff
64412026-07-16T03:57:28.761Z
64422026-07-16T03:57:28.761ZJul 16 03:57:27.878 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 16 03:57:27.878Jul 16 03:57:27.878
64432026-07-16T03:57:28.761ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.878
64442026-07-16T03:57:28.761Z 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 } }]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 } }]Jul 16 03:57:27.878
64452026-07-16T03:57:28.761Z
64462026-07-16T03:57:28.761ZDEBG 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 } }]
64472026-07-16T03:57:28.761ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOJul 16 03:57:27.878INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64482026-07-16T03:57:28.761Z
64492026-07-16T03:57:28.761ZJul 16 03:57:27.878Jul 16 03:57:27.878 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: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 } }]
64502026-07-16T03:57:28.762Z
64512026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64522026-07-16T03:57:28.762Z
64532026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64542026-07-16T03:57:28.762Z
64552026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64562026-07-16T03:57:28.762Z
64572026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64582026-07-16T03:57:28.762Z
64592026-07-16T03:57:28.762Z INFOJul 16 03:57:27.878 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
64602026-07-16T03:57:28.762ZJul 16 03:57:27.878 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
64612026-07-16T03:57:28.762Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.878
64622026-07-16T03:57:28.762Z Jul 16 03:57:27.878DEBG 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 } }]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 } }]
64632026-07-16T03:57:28.762Z
64642026-07-16T03:57:28.762ZJul 16 03:57:27.878 DEBG Jul 16 03:57:27.878replacing 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 } }] Jul 16 03:57:27.878
64652026-07-16T03:57:28.762ZINFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Jul 16 03:57:27.878adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64662026-07-16T03:57:28.762Z
64672026-07-16T03:57:28.762Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64682026-07-16T03:57:28.762ZJul 16 03:57:27.878 Jul 16 03:57:27.878DEBGJul 16 03:57:27.878 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 } }]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 } }]
64692026-07-16T03:57:28.762Z
64702026-07-16T03:57:28.762ZDEBG 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 } }]
64712026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFO Jul 16 03:57:27.878adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
64722026-07-16T03:57:28.762Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64732026-07-16T03:57:28.762ZINFOJul 16 03:57:27.878 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
64742026-07-16T03:57:28.762ZJul 16 03:57:27.878 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 } }]
64752026-07-16T03:57:28.762Zreplacing 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 } }]
64762026-07-16T03:57:28.762ZJul 16 03:57:27.878 Jul 16 03:57:27.878DEBG Jul 16 03:57:27.878INFO 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 } }]
64772026-07-16T03:57:28.762Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
64782026-07-16T03:57:28.762Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64792026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 Jul 16 03:57:27.878INFO DEBGDEBG 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: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 } }]
64802026-07-16T03:57:28.762Z
64812026-07-16T03:57:28.762Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64822026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 Jul 16 03:57:27.878INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64832026-07-16T03:57:28.762Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
64842026-07-16T03:57:28.762Z 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 } }]
64852026-07-16T03:57:28.762ZJul 16 03:57:27.878 Jul 16 03:57:27.878DEBG Jul 16 03:57:27.878replacing 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
64862026-07-16T03:57:28.762Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64872026-07-16T03:57:28.762Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64882026-07-16T03:57:28.762ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOJul 16 03:57:27.878 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFODEBG 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 } }]
64892026-07-16T03:57:28.763Z
64902026-07-16T03:57:28.763Z
64912026-07-16T03:57:28.763ZJul 16 03:57:27.878Jul 16 03:57:27.878 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:10::/64 -> 2001:db8::55:ff
64922026-07-16T03:57:28.763Z
64932026-07-16T03:57:28.763ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.878
64942026-07-16T03:57:28.769Zreplacing 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 } }]
64952026-07-16T03:57:28.769Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 16 03:57:27.878
64962026-07-16T03:57:28.769Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64972026-07-16T03:57:28.769ZJul 16 03:57:27.878 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 } }]Jul 16 03:57:27.878
64982026-07-16T03:57:28.769Z 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 } }]
64992026-07-16T03:57:28.769ZJul 16 03:57:27.878 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 16 03:57:27.878
65002026-07-16T03:57:28.769Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65012026-07-16T03:57:28.769ZJul 16 03:57:27.878 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 } }]Jul 16 03:57:27.878
65022026-07-16T03:57:28.769Z 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 } }]
65032026-07-16T03:57:28.769ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65042026-07-16T03:57:28.769Z
65052026-07-16T03:57:28.769ZJul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65062026-07-16T03:57:28.769Z
65072026-07-16T03:57:28.769ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65082026-07-16T03:57:28.769Z
65092026-07-16T03:57:28.770ZJul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65102026-07-16T03:57:28.770Z
65112026-07-16T03:57:28.770ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65122026-07-16T03:57:28.770Z
65132026-07-16T03:57:28.770ZJul 16 03:57:27.878Jul 16 03:57:27.878 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65142026-07-16T03:57:28.770Z
65152026-07-16T03:57:28.770ZJul 16 03:57:27.878Jul 16 03:57:27.878 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65162026-07-16T03:57:28.770Z
65172026-07-16T03:57:28.770ZJul 16 03:57:27.879Jul 16 03:57:27.879 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: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 } }]
65182026-07-16T03:57:28.770Z
65192026-07-16T03:57:28.770ZJul 16 03:57:27.879 Jul 16 03:57:27.879INFOJul 16 03:57:27.879 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
65202026-07-16T03:57:28.770Z INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65212026-07-16T03:57:28.770Z
65222026-07-16T03:57:28.770ZJul 16 03:57:27.879 DEBGJul 16 03:57:27.879Jul 16 03:57:27.879 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 } }]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:c::/64 -> 2001:db8::55:ff
65232026-07-16T03:57:28.770Z
65242026-07-16T03:57:28.770Z
65252026-07-16T03:57:28.770ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFODEBG INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65262026-07-16T03:57:28.770Zadding route 3fff:beef:18::/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 } }]
65272026-07-16T03:57:28.770Z
65282026-07-16T03:57:28.770ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFO DEBG adding route 3fff:beef:d::/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 } }]
65292026-07-16T03:57:28.770Z
65302026-07-16T03:57:28.770Zreplacing 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 } }]
65312026-07-16T03:57:28.770ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOINFODEBG 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 } }]
65322026-07-16T03:57:28.770Z
65332026-07-16T03:57:28.770Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65342026-07-16T03:57:28.770ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65352026-07-16T03:57:28.770ZINFO adding route 3fff:beef:e::/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 } }]
65362026-07-16T03:57:28.770Z
65372026-07-16T03:57:28.770ZJul 16 03:57:27.879 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 16 03:57:27.879
65382026-07-16T03:57:28.770Z Jul 16 03:57:27.879INFO DEBGJul 16 03:57:27.879 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65392026-07-16T03:57:28.770Z adding route 3fff:beef:1a::/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 } }]
65402026-07-16T03:57:28.770Z
65412026-07-16T03:57:28.770ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOINFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65422026-07-16T03:57:28.770Z 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 } }]
65432026-07-16T03:57:28.770Z
65442026-07-16T03:57:28.770ZJul 16 03:57:27.879 DEBGJul 16 03:57:27.879Jul 16 03:57:27.879 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 } }]DEBG
65452026-07-16T03:57:28.771Z 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
65462026-07-16T03:57:28.771Z Jul 16 03:57:27.879 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
65472026-07-16T03:57:28.771Z Jul 16 03:57:27.879adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65482026-07-16T03:57:28.771ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65492026-07-16T03:57:28.771ZJul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879DEBG 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 } }]DEBG
65502026-07-16T03:57:28.771Z 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: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 } }]
65512026-07-16T03:57:28.771Z
65522026-07-16T03:57:28.771ZJul 16 03:57:27.879 INFOJul 16 03:57:27.879 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:57:27.879INFO
65532026-07-16T03:57:28.771Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
65542026-07-16T03:57:28.771Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:57:27.879
65552026-07-16T03:57:28.771Z Jul 16 03:57:27.879DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65562026-07-16T03:57:28.771Z 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 } }]Jul 16 03:57:27.879
65572026-07-16T03:57:28.771Z DEBGJul 16 03:57:27.879 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 } }]Jul 16 03:57:27.879INFO
65582026-07-16T03:57:28.771Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
65592026-07-16T03:57:28.771Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65602026-07-16T03:57:28.771ZJul 16 03:57:27.879Jul 16 03:57:27.879 INFOJul 16 03:57:27.879DEBG adding route 3fff:beef:1d::/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 } }]DEBG
65612026-07-16T03:57:28.771Z 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 } }]
65622026-07-16T03:57:28.771Z
65632026-07-16T03:57:28.771ZJul 16 03:57:27.879 Jul 16 03:57:27.879Jul 16 03:57:27.879INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65642026-07-16T03:57:28.771ZDEBG 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 } }]
65652026-07-16T03:57:28.771Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 16 03:57:27.879
65662026-07-16T03:57:28.771Z 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 } }]
65672026-07-16T03:57:28.771ZJul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879 INFODEBG INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/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 } }]
65682026-07-16T03:57:28.771Z
65692026-07-16T03:57:28.771Z
65702026-07-16T03:57:28.771ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 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: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 } }]
65712026-07-16T03:57:28.771Z
65722026-07-16T03:57:28.771ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65732026-07-16T03:57:28.771ZJul 16 03:57:27.879 Jul 16 03:57:27.879INFOJul 16 03:57:27.879 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
65742026-07-16T03:57:28.771Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65752026-07-16T03:57:28.771Z
65762026-07-16T03:57:28.771ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65772026-07-16T03:57:28.771Z 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 } }]Jul 16 03:57:27.879 DEBG
65782026-07-16T03:57:28.771Z created new freemap, unit:adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65792026-07-16T03:57:28.771Z freemap_route_ipv4DEBG
65802026-07-16T03:57:28.771ZJul 16 03:57:27.879 Jul 16 03:57:27.879DEBG Jul 16 03:57:27.879created new freemapreplacing 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 } }],
65812026-07-16T03:57:28.771Zunit: freemap_route_ipv6
65822026-07-16T03:57:28.772Z 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 } }]Jul 16 03:57:27.879 DEBGINFO initted freemap. size: 64
65832026-07-16T03:57:28.772Z, unitJul 16 03:57:27.879: freemap_route_ipv4
65842026-07-16T03:57:28.772Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 DEBG reset freemap , Jul 16 03:57:27.879unit INFO: freemap_route_ipv4Jul 16 03:57:27.879
65852026-07-16T03:57:28.772Z DEBG created new freemapINFO, Jul 16 03:57:27.879 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG unitinitted freemap. size: 64:,
65862026-07-16T03:57:28.772Z unit: freemap_route_ipv4freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65872026-07-16T03:57:28.772Z
65882026-07-16T03:57:28.772Z
65892026-07-16T03:57:28.772ZJul 16 03:57:27.879 DEBG reset freemap, unitJul 16 03:57:27.879 : Jul 16 03:57:27.879freemap_route_ipv6DEBG
65902026-07-16T03:57:28.772Z
65912026-07-16T03:57:28.772Zreplacing 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 } }]
65922026-07-16T03:57:28.772ZJul 16 03:57:27.879 INFO adding route 172.16.0.0/32 -> 10.0.0.1
65932026-07-16T03:57:28.772ZJul 16 03:57:27.879 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 } }]
65942026-07-16T03:57:28.781ZJul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879DEBG 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 } }]
65952026-07-16T03:57:28.781Z DEBGJul 16 03:57:27.879 created new freemapINFO, unit: freemap_route_ipv6
65962026-07-16T03:57:28.781ZJul 16 03:57:27.879 INFOJul 16 03:57:27.879 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
65972026-07-16T03:57:28.781Z initted freemap. size: 64, unitJul 16 03:57:27.879: DEBGfreemap_route_ipv4
65982026-07-16T03:57:28.781Zreplacing 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 } }]
65992026-07-16T03:57:28.781Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 16 03:57:27.879 Jul 16 03:57:27.879DEBG INFOreset freemap
66002026-07-16T03:57:28.781Z , adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
66012026-07-16T03:57:28.781Z: freemap_route_ipv4
66022026-07-16T03:57:28.781ZJul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBGJul 16 03:57:27.879replacing 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 } }]
66032026-07-16T03:57:28.781ZDEBGreplacing 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 } }] initted freemap. size: 64
66042026-07-16T03:57:28.782Z, unitJul 16 03:57:27.879: Jul 16 03:57:27.879INFOfreemap_route_ipv6 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66052026-07-16T03:57:28.782Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66062026-07-16T03:57:28.782Z
66072026-07-16T03:57:28.782Ztest route::tests::grow_succeeds ... ok
66082026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGDEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
66092026-07-16T03:57:28.782Z
66102026-07-16T03:57:28.782Zreset freemap, unitJul 16 03:57:27.879Jul 16 03:57:27.879 :INFO INFO freemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66112026-07-16T03:57:28.782Z
66122026-07-16T03:57:28.782Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66132026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 Jul 16 03:57:27.879 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
66142026-07-16T03:57:28.782Z
66152026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 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 } }]
66162026-07-16T03:57:28.782ZDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66172026-07-16T03:57:28.782Zreplacing 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 } }]
66182026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 INFODEBG Jul 16 03:57:27.879 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66192026-07-16T03:57:28.782Zadding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66202026-07-16T03:57:28.782Z
66212026-07-16T03:57:28.782ZJul 16 03:57:27.879 Jul 16 03:57:27.879Jul 16 03:57:27.879INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66222026-07-16T03:57:28.782Z
66232026-07-16T03:57:28.782Z 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 } }]
66242026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:57:27.879replacing 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 } }]
66252026-07-16T03:57:28.782Z
66262026-07-16T03:57:28.782ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
66272026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 16 03:57:27.879
66282026-07-16T03:57:28.782Z
66292026-07-16T03:57:28.782Z 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 } }]
66302026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 DEBGINFOJul 16 03:57:27.879 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66312026-07-16T03:57:28.782Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66322026-07-16T03:57:28.782Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
66332026-07-16T03:57:28.782ZJul 16 03:57:27.879 INFOJul 16 03:57:27.879 Jul 16 03:57:27.879 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
66342026-07-16T03:57:28.782Z 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 } }]
66352026-07-16T03:57:28.782ZDEBG 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 } }]Jul 16 03:57:27.879
66362026-07-16T03:57:28.782Z Jul 16 03:57:27.879DEBG INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66372026-07-16T03:57:28.782Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66382026-07-16T03:57:28.782ZJul 16 03:57:27.879Jul 16 03:57:27.879 INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Jul 16 03:57:27.879adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66392026-07-16T03:57:28.782ZDEBG
66402026-07-16T03:57:28.782Z 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 } }]Jul 16 03:57:27.879
66412026-07-16T03:57:28.783ZJul 16 03:57:27.879DEBG DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66422026-07-16T03:57:28.783ZJul 16 03:57:27.879
66432026-07-16T03:57:28.783Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 16 03:57:27.879Jul 16 03:57:27.879
66442026-07-16T03:57:28.783ZINFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
66452026-07-16T03:57:28.783Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66462026-07-16T03:57:28.783ZJul 16 03:57:27.879
66472026-07-16T03:57:28.783Z DEBGJul 16 03:57:27.879 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 } }]
66482026-07-16T03:57:28.783ZDEBG Jul 16 03:57:27.879replacing 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 } }]Jul 16 03:57:27.879
66492026-07-16T03:57:28.783Z Jul 16 03:57:27.879 INFOINFO DEBG Jul 16 03:57:27.879 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66502026-07-16T03:57:28.783Z
66512026-07-16T03:57:28.783ZINFO
66522026-07-16T03:57:28.783Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66532026-07-16T03:57:28.783ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBGJul 16 03:57:27.879DEBG 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 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 } }]
66542026-07-16T03:57:28.783Zreplacing 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 } }]
66552026-07-16T03:57:28.783Z
66562026-07-16T03:57:28.783Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
66572026-07-16T03:57:28.783ZJul 16 03:57:27.879Jul 16 03:57:27.879Jul 16 03:57:27.879 INFOJul 16 03:57:27.879 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
66582026-07-16T03:57:28.783Z
66592026-07-16T03:57:28.783Z 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 } }]
66602026-07-16T03:57:28.783ZINFOJul 16 03:57:27.879 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66612026-07-16T03:57:28.783ZJul 16 03:57:27.879Jul 16 03:57:27.879 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 } }]DEBG
66622026-07-16T03:57:28.783Z Jul 16 03:57:27.879 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 } }]Jul 16 03:57:27.879
66632026-07-16T03:57:28.783Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
66642026-07-16T03:57:28.783Z
66652026-07-16T03:57:28.783Z INFO Jul 16 03:57:27.879adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66662026-07-16T03:57:28.783ZJul 16 03:57:27.879 INFOINFOJul 16 03:57:27.879 Jul 16 03:57:27.879adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66672026-07-16T03:57:28.783ZDEBG
66682026-07-16T03:57:28.783Zreplacing 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
66692026-07-16T03:57:28.783Z 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 } }]Jul 16 03:57:27.879Jul 16 03:57:27.879 DEBG DEBG
66702026-07-16T03:57:28.783Z Jul 16 03:57:27.880replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
66712026-07-16T03:57:28.783Z
66722026-07-16T03:57:28.783ZINFO Jul 16 03:57:27.880adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66732026-07-16T03:57:28.783ZJul 16 03:57:27.880Jul 16 03:57:27.880INFO INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66742026-07-16T03:57:28.783ZJul 16 03:57:27.880adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
66752026-07-16T03:57:28.783Z
66762026-07-16T03:57:28.783ZDEBGJul 16 03:57:27.880 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 } }]DEBGJul 16 03:57:27.880
66772026-07-16T03:57:28.783Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
66782026-07-16T03:57:28.783Z
66792026-07-16T03:57:28.783ZJul 16 03:57:27.880Jul 16 03:57:27.880 INFO Jul 16 03:57:27.880adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGINFO
66802026-07-16T03:57:28.784Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
66812026-07-16T03:57:28.784Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Jul 16 03:57:27.880
66822026-07-16T03:57:28.784ZJul 16 03:57:27.880 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG 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: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 } }]
66832026-07-16T03:57:28.784Z
66842026-07-16T03:57:28.784Z
66852026-07-16T03:57:28.784ZJul 16 03:57:27.880Jul 16 03:57:27.880Jul 16 03:57:27.880 INFOINFOJul 16 03:57:27.880 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66862026-07-16T03:57:28.784Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
66872026-07-16T03:57:28.784Z 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
66882026-07-16T03:57:28.784Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
66892026-07-16T03:57:28.784ZJul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880DEBG 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 } }]
66902026-07-16T03:57:28.784ZINFO 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 } }]Jul 16 03:57:27.880adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66912026-07-16T03:57:28.784Z
66922026-07-16T03:57:28.784Z Jul 16 03:57:27.880DEBG Jul 16 03:57:27.880INFO Jul 16 03:57:27.880 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 } }]INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66932026-07-16T03:57:28.784Z
66942026-07-16T03:57:28.790ZDEBG 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 } }]
66952026-07-16T03:57:28.790Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66962026-07-16T03:57:28.790ZJul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880DEBG Jul 16 03:57:27.880DEBGreplacing 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 } }]
66972026-07-16T03:57:28.790ZINFO 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 } }]INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
66982026-07-16T03:57:28.790ZJul 16 03:57:27.880adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66992026-07-16T03:57:28.790ZINFO
67002026-07-16T03:57:28.790Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:57:27.880Jul 16 03:57:27.880
67012026-07-16T03:57:28.790Z INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67022026-07-16T03:57:28.791ZJul 16 03:57:27.880Jul 16 03:57:27.880 DEBGDEBGreplacing 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 } }]
67032026-07-16T03:57:28.791Z Jul 16 03:57:27.880replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
67042026-07-16T03:57:28.791Z 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 } }]
67052026-07-16T03:57:28.791Z
67062026-07-16T03:57:28.791ZJul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880INFO INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67072026-07-16T03:57:28.791Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67082026-07-16T03:57:28.791Z
67092026-07-16T03:57:28.791ZJul 16 03:57:27.880 DEBGJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 } }]Jul 16 03:57:27.880
67102026-07-16T03:57:28.791Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG
67112026-07-16T03:57:28.791Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]Jul 16 03:57:27.880
67122026-07-16T03:57:28.791Z INFO Jul 16 03:57:27.880
67132026-07-16T03:57:28.791Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Jul 16 03:57:27.880
67142026-07-16T03:57:28.791Z INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67152026-07-16T03:57:28.791Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:57:27.880Jul 16 03:57:27.880
67162026-07-16T03:57:28.791Z DEBGJul 16 03:57:27.880 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 } }]Jul 16 03:57:27.880replacing 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 } }]
67172026-07-16T03:57:28.791Z
67182026-07-16T03:57:28.791Z 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 } }]Jul 16 03:57:27.880
67192026-07-16T03:57:28.791Z 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
67202026-07-16T03:57:28.791Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67212026-07-16T03:57:28.791Z INFOJul 16 03:57:27.880Jul 16 03:57:27.880 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGJul 16 03:57:27.880
67222026-07-16T03:57:28.791Zreplacing 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 INFO
67232026-07-16T03:57:28.791Z
67242026-07-16T03:57:28.791ZJul 16 03:57:27.880 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 } }]
67252026-07-16T03:57:28.791ZINFO
67262026-07-16T03:57:28.791Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67272026-07-16T03:57:28.791Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67282026-07-16T03:57:28.791ZJul 16 03:57:27.880 DEBGJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67292026-07-16T03:57:28.791ZJul 16 03:57:27.880 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.880
67302026-07-16T03:57:28.791Zreplacing 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 } }]
67312026-07-16T03:57:28.791ZDEBG 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGINFO
67322026-07-16T03:57:28.791Z 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:14::/64 -> 2001:db8::55:ff
67332026-07-16T03:57:28.791Z
67342026-07-16T03:57:28.791ZJul 16 03:57:27.880Jul 16 03:57:27.880 INFOJul 16 03:57:27.880 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
67352026-07-16T03:57:28.791ZINFO 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 } }]
67362026-07-16T03:57:28.791Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67372026-07-16T03:57:28.792ZJul 16 03:57:27.880 Jul 16 03:57:27.880 DEBGINFOJul 16 03:57:27.880 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:15::/64 -> 2001:db8::55:ffDEBG
67382026-07-16T03:57:28.792Z
67392026-07-16T03:57:28.792Z 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGINFO
67402026-07-16T03:57:28.792Z 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:2c::/64 -> 2001:db8::55:ff
67412026-07-16T03:57:28.792Z
67422026-07-16T03:57:28.792ZJul 16 03:57:27.880Jul 16 03:57:27.880
67432026-07-16T03:57:28.792Z Jul 16 03:57:27.880INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67442026-07-16T03:57:28.792Z 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 } }]
67452026-07-16T03:57:28.792Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67462026-07-16T03:57:28.792Z 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 } }]Jul 16 03:57:27.880
67472026-07-16T03:57:28.792Z Jul 16 03:57:27.880Jul 16 03:57:27.880Jul 16 03:57:27.880 INFO INFO DEBG INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67482026-07-16T03:57:28.792Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67492026-07-16T03:57:28.792Z
67502026-07-16T03:57:28.792Zreplacing 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 } }]Jul 16 03:57:27.880
67512026-07-16T03:57:28.792ZDEBGJul 16 03:57:27.880Jul 16 03:57:27.880 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
67522026-07-16T03:57:28.792Z 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 } }]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 } }]
67532026-07-16T03:57:28.792Z
67542026-07-16T03:57:28.792ZJul 16 03:57:27.880 Jul 16 03:57:27.880INFO Jul 16 03:57:27.880adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67552026-07-16T03:57:28.792Z INFO INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67562026-07-16T03:57:28.792Z
67572026-07-16T03:57:28.792Z
67582026-07-16T03:57:28.792ZDEBG 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880 DEBGJul 16 03:57:27.880
67592026-07-16T03:57:28.792ZDEBG 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 } }]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 } }]
67602026-07-16T03:57:28.792ZJul 16 03:57:27.880 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 } }]
67612026-07-16T03:57:28.792ZDEBG
67622026-07-16T03:57:28.792ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67632026-07-16T03:57:28.792ZJul 16 03:57:27.880 INFO Jul 16 03:57:27.880 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
67642026-07-16T03:57:28.792Z INFO 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:2f::/64 -> 2001:db8::55:ff
67652026-07-16T03:57:28.792ZJul 16 03:57:27.880 Jul 16 03:57:27.880adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67662026-07-16T03:57:28.792Z DEBG
67672026-07-16T03:57:28.792ZDEBGreplacing 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 } }]
67682026-07-16T03:57:28.792Z Jul 16 03:57:27.880Jul 16 03:57:27.880 Jul 16 03:57:27.880 Jul 16 03:57:27.880DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67692026-07-16T03:57:28.792ZINFOreplacing 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:d::/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 } }]
67702026-07-16T03:57:28.792Z
67712026-07-16T03:57:28.792ZINFO
67722026-07-16T03:57:28.792Z Jul 16 03:57:27.880adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67732026-07-16T03:57:28.792Z DEBGJul 16 03:57:27.880 INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:57:27.880INFO
67742026-07-16T03:57:28.792Z Jul 16 03:57:27.880 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
67752026-07-16T03:57:28.792Z Jul 16 03:57:27.880 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 } }]INFOINFO
67762026-07-16T03:57:28.793Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
67772026-07-16T03:57:28.793Z
67782026-07-16T03:57:28.793ZJul 16 03:57:27.880
67792026-07-16T03:57:28.793ZDEBG Jul 16 03:57:27.880replacing 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 } }]Jul 16 03:57:27.880 Jul 16 03:57:27.880Jul 16 03:57:27.880DEBG
67802026-07-16T03:57:28.793Z DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67812026-07-16T03:57:28.793Z 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 } }]
67822026-07-16T03:57:28.793ZJul 16 03:57:27.880 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67832026-07-16T03:57:28.793Z
67842026-07-16T03:57:28.793ZJul 16 03:57:27.880INFO INFO Jul 16 03:57:27.880adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67852026-07-16T03:57:28.793Z Jul 16 03:57:27.880 INFODEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67862026-07-16T03:57:28.793ZINFO 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
67872026-07-16T03:57:28.793ZJul 16 03:57:27.880adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67882026-07-16T03:57:28.793Z
67892026-07-16T03:57:28.793ZDEBG Jul 16 03:57:27.880 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 } }]Jul 16 03:57:27.880Jul 16 03:57:27.880
67902026-07-16T03:57:28.793Z Jul 16 03:57:27.880INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67912026-07-16T03:57:28.793ZJul 16 03:57:27.880 DEBGDEBGINFO 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 } }]
67922026-07-16T03:57:28.793Zreplacing 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: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 } }]
67932026-07-16T03:57:28.793Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
67942026-07-16T03:57:28.803Z
67952026-07-16T03:57:28.803ZDEBGJul 16 03:57:27.880 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 } }]Jul 16 03:57:27.880
67962026-07-16T03:57:28.803Z INFOJul 16 03:57:27.880Jul 16 03:57:27.880 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
67972026-07-16T03:57:28.803Z DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:57:27.880replacing 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 } }]
67982026-07-16T03:57:28.803Z
67992026-07-16T03:57:28.803Z INFO Jul 16 03:57:27.880adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFODEBGJul 16 03:57:27.880 Jul 16 03:57:27.880
68002026-07-16T03:57:28.803Z 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
68012026-07-16T03:57:28.803Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG Jul 16 03:57:27.880adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
68022026-07-16T03:57:28.803Zreplacing 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 } }]
68032026-07-16T03:57:28.803Z
68042026-07-16T03:57:28.803Z DEBGJul 16 03:57:27.880 INFOJul 16 03:57:27.880 Jul 16 03:57:27.880replacing 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 } }] Jul 16 03:57:27.880
68052026-07-16T03:57:28.803Z DEBG DEBG Jul 16 03:57:27.880adding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68062026-07-16T03:57:28.803Z
68072026-07-16T03:57:28.803ZINFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
68082026-07-16T03:57:28.803ZJul 16 03:57:27.880
68092026-07-16T03:57:28.803Z INFO
68102026-07-16T03:57:28.803Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
68112026-07-16T03:57:28.803ZDEBGJul 16 03:57:27.880Jul 16 03:57:27.880 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
68122026-07-16T03:57:28.803Z Jul 16 03:57:27.880DEBGreplacing 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 } }]Jul 16 03:57:27.880
68132026-07-16T03:57:28.803Z Jul 16 03:57:27.880 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
68142026-07-16T03:57:28.803ZDEBG Jul 16 03:57:27.880replacing 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 } }]
68152026-07-16T03:57:28.804ZINFO Jul 16 03:57:27.880adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
68162026-07-16T03:57:28.804Z Jul 16 03:57:27.880adding route 3fff:beef:32::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68172026-07-16T03:57:28.804ZINFO
68182026-07-16T03:57:28.804Z
68192026-07-16T03:57:28.804Z Jul 16 03:57:27.880adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Jul 16 03:57:27.880
68202026-07-16T03:57:28.804Z 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 } }]Jul 16 03:57:27.880
68212026-07-16T03:57:28.804Z Jul 16 03:57:27.880replacing 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 } }] Jul 16 03:57:27.880DEBG DEBG Jul 16 03:57:27.880replacing 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 } }]
68222026-07-16T03:57:28.804Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
68232026-07-16T03:57:28.804Z
68242026-07-16T03:57:28.804Z 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 } }]INFOJul 16 03:57:27.880
68252026-07-16T03:57:28.804ZJul 16 03:57:27.880Jul 16 03:57:27.880 INFOINFOJul 16 03:57:27.880 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
68262026-07-16T03:57:28.804Z
68272026-07-16T03:57:28.804Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
68282026-07-16T03:57:28.804Z created new freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Jul 16 03:57:27.880
68292026-07-16T03:57:28.804ZJul 16 03:57:27.880Jul 16 03:57:27.880unit DEBG: 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 } }]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 } }]
68302026-07-16T03:57:28.804Z
68312026-07-16T03:57:28.804ZJul 16 03:57:27.880 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 } }]
68322026-07-16T03:57:28.804Zreplacing 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 } }]Jul 16 03:57:27.880
68332026-07-16T03:57:28.804Z INFO freemap_route_ipv4adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:57:27.881
68342026-07-16T03:57:28.804Z
68352026-07-16T03:57:28.804ZJul 16 03:57:27.881Jul 16 03:57:27.881 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68362026-07-16T03:57:28.804ZJul 16 03:57:27.881
68372026-07-16T03:57:28.804Z Jul 16 03:57:27.881INFODEBG DEBGcreated new freemap Jul 16 03:57:27.881adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68382026-07-16T03:57:28.804Z 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 } }]Jul 16 03:57:27.881, unitDEBG:DEBG
68392026-07-16T03:57:28.804Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
68402026-07-16T03:57:28.804Z
68412026-07-16T03:57:28.804Z
68422026-07-16T03:57:28.804ZJul 16 03:57:27.881 Jul 16 03:57:27.881DEBG Jul 16 03:57:27.881INFOJul 16 03:57:27.881 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:57:27.881replacing 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 } }]
68432026-07-16T03:57:28.804Z DEBG
68442026-07-16T03:57:28.804Z INFOinitted freemap. size: 64INFO, unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 16 03:57:27.881:Jul 16 03:57:27.881
68452026-07-16T03:57:28.804Z DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68462026-07-16T03:57:28.804Zreplacing 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 } }]
68472026-07-16T03:57:28.804ZINFO Jul 16 03:57:27.881 adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBGJul 16 03:57:27.881 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 } }]
68482026-07-16T03:57:28.804Z
68492026-07-16T03:57:28.804ZDEBGJul 16 03:57:27.881
68502026-07-16T03:57:28.805ZJul 16 03:57:27.881replacing 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 } }]
68512026-07-16T03:57:28.805Z INFOJul 16 03:57:27.881Jul 16 03:57:27.881DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 Jul 16 03:57:27.881 reset freemap
68522026-07-16T03:57:28.805ZINFOINFOJul 16 03:57:27.881
68532026-07-16T03:57:28.805Ztest route::tests::rollback_on_compact_delete_failure ... ok
68542026-07-16T03:57:28.805Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff,
68552026-07-16T03:57:28.805Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
68562026-07-16T03:57:28.805ZJul 16 03:57:27.881DEBG Jul 16 03:57:27.881Jul 16 03:57:27.881 : DEBGfreemap_route_ipv4 INFOJul 16 03:57:27.881
68572026-07-16T03:57:28.805Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68582026-07-16T03:57:28.805Zreplacing 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 } }] DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG Jul 16 03:57:27.881
68592026-07-16T03:57:28.805Zreplacing 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 } }]created new freemap
68602026-07-16T03:57:28.805Z , unitJul 16 03:57:27.881replacing 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 } }]:DEBGJul 16 03:57:27.881
68612026-07-16T03:57:28.805Z
68622026-07-16T03:57:28.805ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 16 03:57:27.881Jul 16 03:57:27.881
68632026-07-16T03:57:28.805Z initted freemap. size: 64DEBGINFO, unitINFOJul 16 03:57:27.881 adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv4
68642026-07-16T03:57:28.805Z: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 } }]
68652026-07-16T03:57:28.805Zfreemap_route_ipv6DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68662026-07-16T03:57:28.805Z
68672026-07-16T03:57:28.805Zreplacing 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 } }]
68682026-07-16T03:57:28.805ZJul 16 03:57:27.888 Jul 16 03:57:27.888DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68692026-07-16T03:57:28.805Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:57:27.880
68702026-07-16T03:57:28.805ZJul 16 03:57:27.888 Jul 16 03:57:27.888DEBG DEBG created new freemap INFOreset freemap , Jul 16 03:57:27.888, adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunitunit
68712026-07-16T03:57:28.805Z:DEBG : freemap_route_ipv6freemap_route_ipv4
68722026-07-16T03:57:28.805Z
68732026-07-16T03:57:28.805Zreplacing 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 } }]
68742026-07-16T03:57:28.805ZJul 16 03:57:27.881Jul 16 03:57:27.888Jul 16 03:57:27.888Jul 16 03:57:27.888 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:3a::/64 -> 2001:db8::55:ff
68752026-07-16T03:57:28.805Z
68762026-07-16T03:57:28.805ZJul 16 03:57:27.888INFOJul 16 03:57:27.888Jul 16 03:57:27.888 DEBGJul 16 03:57:27.888 INFOcreated new freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit
68772026-07-16T03:57:28.805Z: freemap_route_ipv6DEBG
68782026-07-16T03:57:28.805Z DEBGJul 16 03:57:27.888 adding route 3fff:dead::/64 -> 2001:db8::55:1 created new freemap Jul 16 03:57:27.889replacing 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
68792026-07-16T03:57:28.805Z DEBG
68802026-07-16T03:57:28.805Z, unitDEBGreplacing 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 } }]
68812026-07-16T03:57:28.805Zinitted freemap. size: 64replacing 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 } }],
68822026-07-16T03:57:28.805Zunit: Jul 16 03:57:27.889:Jul 16 03:57:27.889Jul 16 03:57:27.889 INFOfreemap_route_ipv4INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
68832026-07-16T03:57:28.805ZJul 16 03:57:27.889
68842026-07-16T03:57:28.805Z INFOfreemap_route_ipv6adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Jul 16 03:57:27.889
68852026-07-16T03:57:28.805Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
68862026-07-16T03:57:28.805ZDEBG
68872026-07-16T03:57:28.805ZJul 16 03:57:27.889 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 freemap
68882026-07-16T03:57:28.805ZDEBG, Jul 16 03:57:27.889unit: DEBGJul 16 03:57:27.889 freemap_route_ipv4replacing 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 } }]
68892026-07-16T03:57:28.806Zreplacing 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
68902026-07-16T03:57:28.806Z
68912026-07-16T03:57:28.806ZJul 16 03:57:27.889Jul 16 03:57:27.889 Jul 16 03:57:27.889INFO Jul 16 03:57:27.889 DEBGINFO Jul 16 03:57:27.889 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }]
68922026-07-16T03:57:28.806ZINFODEBG initted freemap. size: 64
68932026-07-16T03:57:28.806ZJul 16 03:57:27.889,
68942026-07-16T03:57:28.814Zunitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff :DEBG
68952026-07-16T03:57:28.814Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
68962026-07-16T03:57:28.814Z
68972026-07-16T03:57:28.814Zinitted freemap. size: 64, Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889 DEBG INFOreset freemapunitJul 16 03:57:27.889: DEBG , INFOunit :adding route 3fff:beef:3d::/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 } }]
68982026-07-16T03:57:28.814Zfreemap_route_ipv6
68992026-07-16T03:57:28.814Z
69002026-07-16T03:57:28.814Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:57:27.889
69012026-07-16T03:57:28.814ZJul 16 03:57:27.889Jul 16 03:57:27.889 Jul 16 03:57:27.889 DEBGDEBG DEBG INFOfailed to allocate space for the new target list
69022026-07-16T03:57:28.814Zadding route 3fff:dead::/64 -> 2001:db8::55:1
69032026-07-16T03:57:28.814Zfreemap_route_ipv4
69042026-07-16T03:57:28.814Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69052026-07-16T03:57:28.814Z
69062026-07-16T03:57:28.814ZJul 16 03:57:27.889Jul 16 03:57:27.889 Jul 16 03:57:27.889DEBG Jul 16 03:57:27.889 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 } }]INFODEBG
69072026-07-16T03:57:28.814ZJul 16 03:57:27.889 adding route 3fff:beef:3e::/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 } }]
69082026-07-16T03:57:28.814Zreplacing 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 } }]
69092026-07-16T03:57:28.814Z
69102026-07-16T03:57:28.814ZJul 16 03:57:27.889DEBG Jul 16 03:57:27.889INFOreset freemapJul 16 03:57:27.889, DEBGunit INFOJul 16 03:57:27.889 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:dead::/64 -> 2001:db8::55:2
69112026-07-16T03:57:28.814Z:
69122026-07-16T03:57:28.814Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
69132026-07-16T03:57:28.814Z Jul 16 03:57:27.889Jul 16 03:57:27.889 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
69142026-07-16T03:57:28.814ZDEBG
69152026-07-16T03:57:28.814Z failed to allocate space for the new target listreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69162026-07-16T03:57:28.815Z
69172026-07-16T03:57:28.815ZJul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889Jul 16 03:57:27.889 DEBG DEBGINFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
69182026-07-16T03:57:28.815Z
69192026-07-16T03:57:28.815Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69202026-07-16T03:57:28.815Zreplacing 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 } }]unitJul 16 03:57:27.889: Jul 16 03:57:27.889DEBG
69212026-07-16T03:57:28.815Z freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69222026-07-16T03:57:28.815Z
69232026-07-16T03:57:28.815Z INFOJul 16 03:57:27.889 Jul 16 03:57:27.889INFO Jul 16 03:57:27.889DEBG reset freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff,
69242026-07-16T03:57:28.815ZunitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:4
69252026-07-16T03:57:28.815Zfreemap_route_ipv6
69262026-07-16T03:57:28.815Z
69272026-07-16T03:57:28.815ZJul 16 03:57:27.889Jul 16 03:57:27.889 DEBGDEBG Jul 16 03:57:27.889Jul 16 03:57:27.889replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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: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 } }]
69282026-07-16T03:57:28.815ZINFO
69292026-07-16T03:57:28.815ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:57:27.889Jul 16 03:57:27.889 INFO
69302026-07-16T03:57:28.815ZDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69312026-07-16T03:57:28.815Z
69322026-07-16T03:57:28.815Z
69332026-07-16T03:57:28.815ZJul 16 03:57:27.889 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 } }]Jul 16 03:57:27.889
69342026-07-16T03:57:28.815ZJul 16 03:57:27.889 DEBGJul 16 03:57:27.889 replacing targets for 3fff:dead::/64 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 } }]WARNJul 16 03:57:27.889 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFODEBG
69352026-07-16T03:57:28.815Z
69362026-07-16T03:57:28.815Zreplacing 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:dead::/64 -> 2001:db8::55:2
69372026-07-16T03:57:28.815Z
69382026-07-16T03:57:28.815ZJul 16 03:57:27.889 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 16 03:57:27.889Jul 16 03:57:27.889
69392026-07-16T03:57:28.815ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
69402026-07-16T03:57:28.815Z Jul 16 03:57:27.889adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
69412026-07-16T03:57:28.815ZERRO Jul 16 03:57:27.889rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69422026-07-16T03:57:28.815ZJul 16 03:57:27.889INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
69432026-07-16T03:57:28.815Zreplacing 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 } }]
69442026-07-16T03:57:28.815ZJul 16 03:57:27.889 ERRO Jul 16 03:57:27.889shrink-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
69452026-07-16T03:57:28.815ZJul 16 03:57:27.889DEBG 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 } }]
69462026-07-16T03:57:28.815Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
69472026-07-16T03:57:28.815ZJul 16 03:57:27.889Jul 16 03:57:27.889 DEBGINFO Jul 16 03:57:27.889replacing 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
69482026-07-16T03:57:28.815Zadding route 3fff:dead::/64 -> 2001:db8::55:4
69492026-07-16T03:57:28.815Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
69502026-07-16T03:57:28.815ZJul 16 03:57:27.889 Jul 16 03:57:27.889DEBGJul 16 03:57:27.889 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 } }]
69512026-07-16T03:57:28.815Zreplacing 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 } }]
69522026-07-16T03:57:28.816ZJul 16 03:57:27.889 Jul 16 03:57:27.889DEBG 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 } }]
69532026-07-16T03:57:28.816Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
69542026-07-16T03:57:28.816ZINFOJul 16 03:57:27.889 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
69552026-07-16T03:57:28.816Ztest route::tests::rollback_on_compact_write_failure ... ok
69562026-07-16T03:57:28.816Zreplacing 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 } }]
69572026-07-16T03:57:28.816Z
69582026-07-16T03:57:28.816ZJul 16 03:57:27.889Jul 16 03:57:27.889 INFOJul 16 03:57:27.889 DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
69592026-07-16T03:57:28.816Ztest route::tests::rollback_on_index_readd_failure ... ok
69602026-07-16T03:57:28.816Z 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:beef:25::/64 -> 2001:db8::55:ff
69612026-07-16T03:57:28.816ZJul 16 03:57:27.890Jul 16 03:57:27.890 DEBGDEBG created new freemapcreated new freemap, Jul 16 03:57:27.898, unitunit :DEBG:Jul 16 03:57:27.889 freemap_route_ipv4
69622026-07-16T03:57:28.816ZDEBGreplacing 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 } }]
69632026-07-16T03:57:28.816ZJul 16 03:57:27.889Jul 16 03:57:27.898replacing 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 } }]
69642026-07-16T03:57:28.816ZDEBGDEBG created new freemapcreated new freemap, Jul 16 03:57:27.898unit, :INFO unit freemap_route_ipv6:adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
69652026-07-16T03:57:28.816Z
69662026-07-16T03:57:28.816Z freemap_route_ipv4Jul 16 03:57:27.898
69672026-07-16T03:57:28.816Z INFOJul 16 03:57:27.898 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
69682026-07-16T03:57:28.816Zinitted freemap. size: 64Jul 16 03:57:27.898, unitDEBGJul 16 03:57:27.898: Jul 16 03:57:27.898DEBG DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
69692026-07-16T03:57:28.816Z created new freemap
69702026-07-16T03:57:28.816Zreplacing 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 } }]
69712026-07-16T03:57:28.816Z, unit:Jul 16 03:57:27.898Jul 16 03:57:27.898 freemap_route_ipv6Jul 16 03:57:27.898DEBGJul 16 03:57:27.890
69722026-07-16T03:57:28.816Z INFOreset freemap INFO , unitDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff:created new freemapJul 16 03:57:27.898 , freemap_route_ipv4unit
69732026-07-16T03:57:28.816Z
69742026-07-16T03:57:28.816Z: freemap_route_ipv4adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
69752026-07-16T03:57:28.816ZDEBG
69762026-07-16T03:57:28.816ZJul 16 03:57:27.898Jul 16 03:57:27.898initted freemap. size: 64 DEBG, Jul 16 03:57:27.898unit initted freemap. size: 64Jul 16 03:57:27.898, DEBGunit:: 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 } }] , freemap_route_ipv6freemap_route_ipv4unit
69772026-07-16T03:57:28.816Z:
69782026-07-16T03:57:28.816Z
69792026-07-16T03:57:28.816Z freemap_route_ipv6Jul 16 03:57:27.898
69802026-07-16T03:57:28.816ZDEBG Jul 16 03:57:27.898Jul 16 03:57:27.898DEBG INFO 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 } }] DEBGreset freemap adding route 3fff:beef:38::/64 -> 2001:db8::55:ff,
69812026-07-16T03:57:28.816Z
69822026-07-16T03:57:28.816Zreset freemapJul 16 03:57:27.898unit, :unitJul 16 03:57:27.898 : DEBGfreemap_route_ipv4 freemap_route_ipv6
69832026-07-16T03:57:28.816Z
69842026-07-16T03:57:28.816Zreplacing 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 } }]
69852026-07-16T03:57:28.816ZDEBG initted freemap. size: 64Jul 16 03:57:27.898Jul 16 03:57:27.898, Jul 16 03:57:27.898 INFOunitDEBGINFO: Jul 16 03:57:27.898 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69862026-07-16T03:57:28.816Z
69872026-07-16T03:57:28.816Zinitted freemap. size: 64 INFO, Jul 16 03:57:27.898unit : DEBG Jul 16 03:57:27.898 freemap_route_ipv4freemap_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 } }]
69882026-07-16T03:57:28.816Z
69892026-07-16T03:57:28.816Z
69902026-07-16T03:57:28.817ZDEBG adding route 3fff:beef:28::/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 } }]
69912026-07-16T03:57:28.817Z
69922026-07-16T03:57:28.817ZJul 16 03:57:27.898 Jul 16 03:57:27.898Jul 16 03:57:27.898DEBG Jul 16 03:57:27.898 INFO DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:57:27.898
69932026-07-16T03:57:28.817Z , reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGunit
69942026-07-16T03:57:28.825Z: freemap_route_ipv4
69952026-07-16T03:57:28.825Zreplacing 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 } }]Jul 16 03:57:27.898, Jul 16 03:57:27.898DEBG
69962026-07-16T03:57:28.825Z unitDEBGreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69972026-07-16T03:57:28.825Z
69982026-07-16T03:57:28.825ZJul 16 03:57:27.898freemap_route_ipv6
69992026-07-16T03:57:28.825ZDEBG Jul 16 03:57:27.898initted freemap. size: 64 , Jul 16 03:57:27.898Jul 16 03:57:27.898unit :INFOINFO Jul 16 03:57:27.898 adding route 172.16.0.0/32 -> 10.0.0.1
70002026-07-16T03:57:28.825Zfreemap_route_ipv6INFOINFO
70012026-07-16T03:57:28.825Z adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70022026-07-16T03:57:28.825Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
70032026-07-16T03:57:28.825ZJul 16 03:57:27.898Jul 16 03:57:27.898
70042026-07-16T03:57:28.825Z DEBGJul 16 03:57:27.898 Jul 16 03:57:27.898DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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: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 } }]
70052026-07-16T03:57:28.825Z
70062026-07-16T03:57:28.825Z
70072026-07-16T03:57:28.825Z reset freemapJul 16 03:57:27.898, Jul 16 03:57:27.898Jul 16 03:57:27.898 Jul 16 03:57:27.898 INFOINFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
70082026-07-16T03:57:28.825Zadding route 172.16.0.0/32 -> 10.0.0.2DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
70092026-07-16T03:57:28.825Zunit
70102026-07-16T03:57:28.825Z: freemap_route_ipv6replacing 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 } }]Jul 16 03:57:27.898
70112026-07-16T03:57:28.825Z
70122026-07-16T03:57:28.825ZJul 16 03:57:27.898Jul 16 03:57:27.898 DEBGDEBG 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 } }] Jul 16 03:57:27.898replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
70132026-07-16T03:57:28.825Z
70142026-07-16T03:57:28.825Z INFO
70152026-07-16T03:57:28.825Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 16 03:57:27.898Jul 16 03:57:27.898Jul 16 03:57:27.898
70162026-07-16T03:57:28.825Z DEBGDEBGJul 16 03:57:27.898 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:2, vlan_id: 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 failed to allocate space for the new target list
70172026-07-16T03:57:28.825Zadding route 172.16.0.0/32 -> 10.0.0.3
70182026-07-16T03:57:28.825Z
70192026-07-16T03:57:28.825Zadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:57:27.898Jul 16 03:57:27.898 Jul 16 03:57:27.898
70202026-07-16T03:57:28.825Z Jul 16 03:57:27.898DEBG DEBGWARN replacing targets for 3fff:dead::/64 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 } }]
70212026-07-16T03:57:28.825Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
70222026-07-16T03:57:28.825Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]
70232026-07-16T03:57:28.825Z
70242026-07-16T03:57:28.825ZJul 16 03:57:27.898 DEBG Jul 16 03:57:27.898Jul 16 03:57:27.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70252026-07-16T03:57:28.825ZINFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
70262026-07-16T03:57:28.825Z
70272026-07-16T03:57:28.825ZJul 16 03:57:27.898Jul 16 03:57:27.898 Jul 16 03:57:27.898DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO
70282026-07-16T03:57:28.826Zreplacing 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:dead::/64 -> 2001:db8::55:2
70292026-07-16T03:57:28.826Z
70302026-07-16T03:57:28.826ZJul 16 03:57:27.898 INFO Jul 16 03:57:27.898adding route 172.17.0.0/32 -> 10.0.0.255 Jul 16 03:57:27.898
70312026-07-16T03:57:28.826ZDEBG 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 } }] Jul 16 03:57:27.898
70322026-07-16T03:57:28.826Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
70332026-07-16T03:57:28.826Z 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 } }]
70342026-07-16T03:57:28.826ZJul 16 03:57:27.898 Jul 16 03:57:27.898INFO Jul 16 03:57:27.898DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
70352026-07-16T03:57:28.826Z
70362026-07-16T03:57:28.826ZINFO adding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:57:27.898
70372026-07-16T03:57:28.826Z INFOJul 16 03:57:27.898 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
70382026-07-16T03:57:28.826ZDEBGJul 16 03:57:27.898 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
70392026-07-16T03:57:28.826Zreplacing 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 } }]
70402026-07-16T03:57:28.826ZJul 16 03:57:27.898 DEBG
70412026-07-16T03:57:28.826Zreplacing 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 } }]Jul 16 03:57:27.898
70422026-07-16T03:57:28.826ZJul 16 03:57:27.898 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
70432026-07-16T03:57:28.826ZJul 16 03:57:27.898Jul 16 03:57:27.898 INFOadding route 172.17.0.2/32 -> 10.0.0.255
70442026-07-16T03:57:28.826Z Jul 16 03:57:27.898adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
70452026-07-16T03:57:28.826ZINFODEBGJul 16 03:57:27.898 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.898 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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.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 } }]
70462026-07-16T03:57:28.826Z
70472026-07-16T03:57:28.826ZDEBG 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 } }]
70482026-07-16T03:57:28.826Z
70492026-07-16T03:57:28.826ZJul 16 03:57:27.898 INFO Jul 16 03:57:27.898Jul 16 03:57:27.898adding route 172.17.0.3/32 -> 10.0.0.255 Jul 16 03:57:27.889Jul 16 03:57:27.898INFO
70502026-07-16T03:57:28.826Z DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
70512026-07-16T03:57:28.826ZDEBG Jul 16 03:57:27.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, 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: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 } }] Jul 16 03:57:27.898DEBG 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 } }]
70522026-07-16T03:57:28.826Z
70532026-07-16T03:57:28.826Z
70542026-07-16T03:57:28.826Z 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 } }]
70552026-07-16T03:57:28.826Zcreated new freemap, unit:Jul 16 03:57:27.898Jul 16 03:57:27.898Jul 16 03:57:27.898 INFOJul 16 03:57:27.898 freemap_route_ipv4 adding route 172.17.0.4/32 -> 10.0.0.255WARN
70562026-07-16T03:57:28.826ZINFO
70572026-07-16T03:57:28.826Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
70582026-07-16T03:57:28.826Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO
70592026-07-16T03:57:28.826Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
70602026-07-16T03:57:28.826ZJul 16 03:57:27.898Jul 16 03:57:27.898 DEBGJul 16 03:57:27.898 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70612026-07-16T03:57:28.826Z created new freemapDEBG, unit :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 } }] freemap_route_ipv6Jul 16 03:57:27.899
70622026-07-16T03:57:28.826Z DEBG created new freemapJul 16 03:57:27.899,
70632026-07-16T03:57:28.826Z unit:Jul 16 03:57:27.907 freemap_route_ipv4DEBG
70642026-07-16T03:57:28.826Z DEBGinitted freemap. size: 64 , created new freemapunit, Jul 16 03:57:27.907unit :Jul 16 03:57:27.907:DEBG freemap_route_ipv4
70652026-07-16T03:57:28.826Zcreated new freemapINFO freemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255,
70662026-07-16T03:57:28.827ZJul 16 03:57:27.907unit
70672026-07-16T03:57:28.827Z: DEBGfreemap_route_ipv6Jul 16 03:57:27.907 DEBG created new freemap
70682026-07-16T03:57:28.827Zreset freemap, , unit:unit :freemap_route_ipv6Jul 16 03:57:27.907
70692026-07-16T03:57:28.827Z freemap_route_ipv4DEBG
70702026-07-16T03:57:28.827Zinitted freemap. size: 64, Jul 16 03:57:27.907 unitDEBG: initted freemap. size: 64freemap_route_ipv4,
70712026-07-16T03:57:28.827ZJul 16 03:57:27.907unit: freemap_route_ipv4DEBGJul 16 03:57:27.907
70722026-07-16T03:57:28.827Z DEBG initted freemap. size: 64 , reset freemapJul 16 03:57:27.907, unitunit:DEBG freemap_route_ipv6reset freemap:
70732026-07-16T03:57:28.827Z, freemap_route_ipv4unit
70742026-07-16T03:57:28.827Z:Jul 16 03:57:27.907 freemap_route_ipv4DEBG
70752026-07-16T03:57:28.827Z reset freemapJul 16 03:57:27.907 , DEBGunit :Jul 16 03:57:27.898 initted freemap. size: 64 , Jul 16 03:57:27.907unitfreemap_route_ipv6INFO :
70762026-07-16T03:57:28.827Z freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
70772026-07-16T03:57:28.827ZDEBG
70782026-07-16T03:57:28.827Z initted freemap. size: 64Jul 16 03:57:27.907, Jul 16 03:57:27.907unit :DEBGINFO freemap_route_ipv6Jul 16 03:57:27.907reset freemap
70792026-07-16T03:57:28.827Z , DEBGunit 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 172.16.0.0/32 -> 10.0.0.1
70802026-07-16T03:57:28.827Zfreemap_route_ipv6Jul 16 03:57:27.907
70812026-07-16T03:57:28.827Z
70822026-07-16T03:57:28.827Z Jul 16 03:57:27.907DEBG INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70832026-07-16T03:57:28.827Zreset freemapJul 16 03:57:27.907 , unitINFO: Jul 16 03:57:27.907adding route 3fff:dead::/64 -> 2001:db8::55:1
70842026-07-16T03:57:28.827Z DEBGJul 16 03:57:27.907 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 } }]
70852026-07-16T03:57:28.827ZDEBGfreemap_route_ipv6
70862026-07-16T03:57:28.827Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 16 03:57:27.907Jul 16 03:57:27.907
70872026-07-16T03:57:28.827Z DEBGINFO Jul 16 03:57:27.907replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
70882026-07-16T03:57:28.827Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
70892026-07-16T03:57:28.827Zadding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:57:27.907
70902026-07-16T03:57:28.827ZINFO Jul 16 03:57:27.907adding route 172.16.0.0/32 -> 10.0.0.2
70912026-07-16T03:57:28.827ZJul 16 03:57:27.907Jul 16 03:57:27.907 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]INFOJul 16 03:57:27.907
70922026-07-16T03:57:28.827Z adding route 3fff:dead::/64 -> 2001:db8::55:2
70932026-07-16T03:57:28.827Z
70942026-07-16T03:57:28.834ZDEBG 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 } }]
70952026-07-16T03:57:28.834ZJul 16 03:57:27.907 Jul 16 03:57:27.907INFOJul 16 03:57:27.907Jul 16 03:57:27.907 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
70962026-07-16T03:57:28.834Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
70972026-07-16T03:57:28.834Z adding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:57:27.907
70982026-07-16T03:57:28.834Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
70992026-07-16T03:57:28.834Z Jul 16 03:57:27.907replacing 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 } }] Jul 16 03:57:27.907
71002026-07-16T03:57:28.834ZINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
71012026-07-16T03:57:28.834ZJul 16 03:57:27.907 Jul 16 03:57:27.907
71022026-07-16T03:57:28.834Z INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 16 03:57:27.907
71032026-07-16T03:57:28.834Z Jul 16 03:57:27.907DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
71042026-07-16T03:57:28.834Z
71052026-07-16T03:57:28.834ZJul 16 03:57:27.907 DEBGINFO Jul 16 03:57:27.907replacing 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 } }] Jul 16 03:57:27.907
71062026-07-16T03:57:28.834Z INFOadding route 172.17.0.1/32 -> 10.0.0.255 INFOadding route 172.16.0.0/32 -> 10.0.0.1
71072026-07-16T03:57:28.834Zadding route 3fff:dead::/64 -> 2001:db8::55:4
71082026-07-16T03:57:28.834Z
71092026-07-16T03:57:28.834ZJul 16 03:57:27.907 Jul 16 03:57:27.907INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Jul 16 03:57:27.907
71102026-07-16T03:57:28.834ZJul 16 03:57:27.907replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
71112026-07-16T03:57:28.834ZDEBG Jul 16 03:57:27.907replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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.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 } }]
71122026-07-16T03:57:28.834Z
71132026-07-16T03:57:28.834ZDEBG Jul 16 03:57:27.907 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
71142026-07-16T03:57:28.834ZJul 16 03:57:27.907 DEBGadding route 172.16.0.0/32 -> 10.0.0.2
71152026-07-16T03:57:28.834Z replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:57:27.907
71162026-07-16T03:57:28.834ZJul 16 03:57:27.907 Jul 16 03:57:27.907INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
71172026-07-16T03:57:28.834Z
71182026-07-16T03:57:28.834ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
71192026-07-16T03:57:28.834ZJul 16 03:57:27.907 Jul 16 03:57:27.907INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:57:27.907
71202026-07-16T03:57:28.834Zreplacing 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 } }]
71212026-07-16T03:57:28.834ZDEBG Jul 16 03:57:27.907replacing 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 } }]
71222026-07-16T03:57:28.834ZDEBG 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 } }]Jul 16 03:57:27.907
71232026-07-16T03:57:28.834ZJul 16 03:57:27.907 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 16 03:57:27.907
71242026-07-16T03:57:28.834Zadding route 172.17.0.3/32 -> 10.0.0.255 INFO
71252026-07-16T03:57:28.834Z adding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:57:27.907
71262026-07-16T03:57:28.834ZDEBG freemap_route_ipv4replacing 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 } }]Jul 16 03:57:27.907
71272026-07-16T03:57:28.834Z
71282026-07-16T03:57:28.834ZJul 16 03:57:27.907 DEBG DEBGJul 16 03:57:27.907 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.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 } }]
71292026-07-16T03:57:28.835ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
71302026-07-16T03:57:28.835Z
71312026-07-16T03:57:28.835ZJul 16 03:57:27.907Jul 16 03:57:27.907 Jul 16 03:57:27.907INFO Jul 16 03:57:27.907INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG
71322026-07-16T03:57:28.835Z adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
71332026-07-16T03:57:28.835Z
71342026-07-16T03:57:28.835ZJul 16 03:57:27.907 created new freemapDEBG, Jul 16 03:57:27.907 Jul 16 03:57:27.907replacing 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 } }]unit
71352026-07-16T03:57:28.835ZINFODEBG: freemap_route_ipv6 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 3fff:beef:2e::/64 -> 2001:db8::55:ff
71362026-07-16T03:57:28.835Z
71372026-07-16T03:57:28.835ZJul 16 03:57:27.907
71382026-07-16T03:57:28.835ZINFOJul 16 03:57:27.907 Jul 16 03:57:27.907INFO Jul 16 03:57:27.907 adding route 172.17.0.3/32 -> 10.0.0.255 DEBG
71392026-07-16T03:57:28.835ZDEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71402026-07-16T03:57:28.835Zinitted freemap. size: 64Jul 16 03:57:27.907, unitDEBG:Jul 16 03:57:27.907
71412026-07-16T03:57:28.835ZINFOreplacing 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 } }]
71422026-07-16T03:57:28.835Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
71432026-07-16T03:57:28.835Zfreemap_route_ipv4
71442026-07-16T03:57:28.835ZJul 16 03:57:27.908Jul 16 03:57:27.908 Jul 16 03:57:27.908 Jul 16 03:57:27.908INFO DEBG adding route 172.17.0.4/32 -> 10.0.0.255DEBG
71452026-07-16T03:57:28.835Z DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
71462026-07-16T03:57:28.835Z
71472026-07-16T03:57:28.835Z reset freemapJul 16 03:57:27.908, Jul 16 03:57:27.908Jul 16 03:57:27.908unit INFO :DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
71482026-07-16T03:57:28.835Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
71492026-07-16T03:57:28.835Z
71502026-07-16T03:57:28.835ZINFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 16 03:57:27.908
71512026-07-16T03:57:28.835ZJul 16 03:57:27.908 DEBGINFOJul 16 03:57:27.908 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
71522026-07-16T03:57:28.835Zadding route 172.17.0.5/32 -> 10.0.0.255
71532026-07-16T03:57:28.835Zinitted freemap. size: 64, Jul 16 03:57:27.908Jul 16 03:57:27.908unit :INFOJul 16 03:57:27.908 DEBGDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
71542026-07-16T03:57:28.835Z 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 } }]freemap_route_ipv6
71552026-07-16T03:57:28.835Zreplacing 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 } }]
71562026-07-16T03:57:28.835Ztest route::tests::identity_replace_is_noop ... ok
71572026-07-16T03:57:28.835Z
71582026-07-16T03:57:28.835ZJul 16 03:57:27.908 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 } }]
71592026-07-16T03:57:28.835ZJul 16 03:57:27.908Jul 16 03:57:27.908 Jul 16 03:57:27.908DEBGJul 16 03:57:27.908 INFOreset freemap INFOadding route 172.17.0.6/32 -> 10.0.0.255, INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
71602026-07-16T03:57:28.835Zadding route 172.17.0.7/32 -> 10.0.0.255
71612026-07-16T03:57:28.835Z
71622026-07-16T03:57:28.835Zunit:Jul 16 03:57:27.908Jul 16 03:57:27.908 Jul 16 03:57:27.908 DEBGDEBGfreemap_route_ipv6
71632026-07-16T03:57:28.836Zreplacing 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
71642026-07-16T03:57:28.836Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71652026-07-16T03:57:28.836Ztest route::tests::shrink_preserves_compacted_order ... ok
71662026-07-16T03:57:28.836Z
71672026-07-16T03:57:28.836ZJul 16 03:57:27.908 INFO Jul 16 03:57:27.908 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOJul 16 03:57:27.908
71682026-07-16T03:57:28.836ZJul 16 03:57:27.908 INFOINFO Jul 16 03:57:27.908adding route 172.17.0.7/32 -> 10.0.0.255
71692026-07-16T03:57:28.836Z adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 172.17.0.8/32 -> 10.0.0.255
71702026-07-16T03:57:28.836Z Jul 16 03:57:27.908replacing 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 } }]
71712026-07-16T03:57:28.836ZDEBG 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 } }]
71722026-07-16T03:57:28.836Z
71732026-07-16T03:57:28.836ZJul 16 03:57:27.908 Jul 16 03:57:27.908INFOJul 16 03:57:27.908 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:57:27.908
71742026-07-16T03:57:28.836Z DEBGINFO Jul 16 03:57:27.908replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.8/32 -> 10.0.0.255
71752026-07-16T03:57:28.836Z
71762026-07-16T03:57:28.836ZDEBG 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
71772026-07-16T03:57:28.836Z Jul 16 03:57:27.908replacing 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
71782026-07-16T03:57:28.836ZJul 16 03:57:27.908 adding route 172.16.0.0/32 -> 10.0.0.2
71792026-07-16T03:57:28.836ZJul 16 03:57:27.908 Jul 16 03:57:27.908INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:57:27.919
71802026-07-16T03:57:28.836Zcreated new freemap , DEBGunit :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 } }] Jul 16 03:57:27.919freemap_route_ipv4
71812026-07-16T03:57:28.836ZDEBG
71822026-07-16T03:57:28.836Z 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 } }]
71832026-07-16T03:57:28.836ZJul 16 03:57:27.919 Jul 16 03:57:27.919 DEBG DEBGJul 16 03:57:27.919 INFOcreated new freemap , INFOunit adding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
71842026-07-16T03:57:28.836Zreplacing 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 } }]:
71852026-07-16T03:57:28.836Zfreemap_route_ipv6
71862026-07-16T03:57:28.836Z
71872026-07-16T03:57:28.836ZJul 16 03:57:27.919 Jul 16 03:57:27.919DEBG Jul 16 03:57:27.919 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 } }] 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 } }]
71882026-07-16T03:57:28.836Z initted freemap. size: 64, unit
71892026-07-16T03:57:28.836Z: Jul 16 03:57:27.907freemap_route_ipv4 Jul 16 03:57:27.919DEBG
71902026-07-16T03:57:28.836Z INFO Jul 16 03:57:27.919adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
71912026-07-16T03:57:28.836Z Jul 16 03:57:27.919INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]Jul 16 03:57:27.919reset freemap
71922026-07-16T03:57:28.836Z, DEBG
71932026-07-16T03:57:28.836Z 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 } }]unit
71942026-07-16T03:57:28.842Z: Jul 16 03:57:27.919 freemap_route_ipv4Jul 16 03:57:27.919
71952026-07-16T03:57:28.842ZJul 16 03:57:27.919DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 16 03:57:27.919
71962026-07-16T03:57:28.842Z
71972026-07-16T03:57:28.842Z DEBG initted freemap. size: 64Jul 16 03:57:27.919, unitDEBG:Jul 16 03:57:27.919adding route 172.17.0.6/32 -> 10.0.0.255 freemap_route_ipv6 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 } }]
71982026-07-16T03:57:28.842Z
71992026-07-16T03:57:28.842ZDEBG
72002026-07-16T03:57:28.842Z 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 } }]Jul 16 03:57:27.919
72012026-07-16T03:57:28.842Z Jul 16 03:57:27.919DEBGJul 16 03:57:27.919 reset freemapINFODEBG, unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
72022026-07-16T03:57:28.842Z freemap_route_ipv6
72032026-07-16T03:57:28.842Zreplacing 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 } }]
72042026-07-16T03:57:28.842ZJul 16 03:57:27.919 DEBGJul 16 03:57:27.919 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
72052026-07-16T03:57:28.842Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:57:27.919
72062026-07-16T03:57:28.842Z Jul 16 03:57:27.919Jul 16 03:57:27.919 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:57:27.919
72072026-07-16T03:57:28.842Z DEBG INFO
72082026-07-16T03:57:28.842Z 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 } }]Jul 16 03:57:27.919adding route 172.17.0.9/32 -> 10.0.0.255
72092026-07-16T03:57:28.842Z
72102026-07-16T03:57:28.842Z DEBGJul 16 03:57:27.919 Jul 16 03:57:27.919replacing 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 } }] Jul 16 03:57:27.919INFO
72112026-07-16T03:57:28.842Z DEBG adding route 172.16.0.0/32 -> 10.0.0.2
72122026-07-16T03:57:28.842ZDEBGreplacing 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 } }]Jul 16 03:57:27.919
72132026-07-16T03:57:28.842Z INFOJul 16 03:57:27.919 DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
72142026-07-16T03:57:28.842ZJul 16 03:57:27.919replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]
72152026-07-16T03:57:28.842Z INFO
72162026-07-16T03:57:28.842ZJul 16 03:57:27.919 Jul 16 03:57:27.919DEBG adding route 172.17.0.10/32 -> 10.0.0.255 INFO
72172026-07-16T03:57:28.843Zreplacing 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 } }]
72182026-07-16T03:57:28.843Zadding route 172.16.0.0/32 -> 10.0.0.3
72192026-07-16T03:57:28.843ZJul 16 03:57:27.919Jul 16 03:57:27.919Jul 16 03:57:27.919 INFOJul 16 03:57:27.919 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
72202026-07-16T03:57:28.843ZDEBG 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 } }] INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72212026-07-16T03:57:28.843ZJul 16 03:57:27.919
72222026-07-16T03:57:28.843Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255 Jul 16 03:57:27.919replacing 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 } }] Jul 16 03:57:27.919INFO
72232026-07-16T03:57:28.843Z
72242026-07-16T03:57:28.843ZINFOadding route 172.16.0.0/32 -> 10.0.0.4
72252026-07-16T03:57:28.843Z adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:57:27.919Jul 16 03:57:27.919
72262026-07-16T03:57:28.843ZINFOJul 16 03:57:27.919 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
72272026-07-16T03:57:28.843Z 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 } }]DEBG
72282026-07-16T03:57:28.843Z Jul 16 03:57:27.919Jul 16 03:57:27.919replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
72292026-07-16T03:57:28.843ZJul 16 03:57:27.919 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 } }]DEBGDEBG
72302026-07-16T03:57:28.843Z 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.16.0.0/32 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 } }]
72312026-07-16T03:57:28.843Z
72322026-07-16T03:57:28.843ZJul 16 03:57:27.919 Jul 16 03:57:27.919INFOJul 16 03:57:27.919 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO
72332026-07-16T03:57:28.843Z adding route 172.17.0.12/32 -> 10.0.0.255INFO
72342026-07-16T03:57:28.843Z adding route 172.17.0.9/32 -> 10.0.0.255Jul 16 03:57:27.919
72352026-07-16T03:57:28.843ZDEBG Jul 16 03:57:27.919replacing 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 } }]Jul 16 03:57:27.919
72362026-07-16T03:57:28.843Z DEBGINFO Jul 16 03:57:27.919Jul 16 03:57:27.919 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 } }]INFOadding route 172.17.0.9/32 -> 10.0.0.255
72372026-07-16T03:57:28.843Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
72382026-07-16T03:57:28.843ZDEBG
72392026-07-16T03:57:28.843ZJul 16 03:57:27.919replacing 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 } }]Jul 16 03:57:27.919
72402026-07-16T03:57:28.843Z DEBGINFO replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
72412026-07-16T03:57:28.843Z
72422026-07-16T03:57:28.843ZJul 16 03:57:27.919 INFOJul 16 03:57:27.919 adding route 172.17.0.10/32 -> 10.0.0.255Jul 16 03:57:27.919Jul 16 03:57:27.919DEBG DEBGfailed to allocate space for the new target list
72432026-07-16T03:57:28.843Z
72442026-07-16T03:57:28.843Zreplacing 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 } }]
72452026-07-16T03:57:28.843ZDEBG 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 } }]Jul 16 03:57:27.920
72462026-07-16T03:57:28.843Z Jul 16 03:57:27.920Jul 16 03:57:27.920DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFODEBG
72472026-07-16T03:57:28.843ZJul 16 03:57:27.920adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72482026-07-16T03:57:28.843Z INFOJul 16 03:57:27.920
72492026-07-16T03:57:28.843Z DEBGJul 16 03:57:27.920adding route 172.17.0.14/32 -> 10.0.0.255
72502026-07-16T03:57:28.843Zfailed to allocate space for the new target list
72512026-07-16T03:57:28.843ZDEBG 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 } }]
72522026-07-16T03:57:28.843ZJul 16 03:57:27.920 INFO adding route 172.17.0.11/32 -> 10.0.0.255Jul 16 03:57:27.920
72532026-07-16T03:57:28.843Z DEBG Jul 16 03:57:27.920replacing 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 } }]
72542026-07-16T03:57:28.843ZJul 16 03:57:27.920INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBGJul 16 03:57:27.920
72552026-07-16T03:57:28.844Z 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 } }]
72562026-07-16T03:57:28.844ZJul 16 03:57:27.920adding route 172.17.0.15/32 -> 10.0.0.255 DEBG
72572026-07-16T03:57:28.844Z 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 } }]
72582026-07-16T03:57:28.844ZJul 16 03:57:27.920 INFOJul 16 03:57:27.920 adding route 172.17.0.12/32 -> 10.0.0.255DEBGJul 16 03:57:27.920 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72592026-07-16T03:57:28.844Z
72602026-07-16T03:57:28.844Zadding route 172.17.0.12/32 -> 10.0.0.255
72612026-07-16T03:57:28.844ZJul 16 03:57:27.920Jul 16 03:57:27.920Jul 16 03:57:27.920 DEBGINFODEBG 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 } }]
72622026-07-16T03:57:28.844Zadding route 172.17.0.16/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 } }]
72632026-07-16T03:57:28.844Z
72642026-07-16T03:57:28.844ZJul 16 03:57:27.920 INFO Jul 16 03:57:27.920Jul 16 03:57:27.920 adding route 172.17.0.13/32 -> 10.0.0.255DEBG
72652026-07-16T03:57:28.844Z 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 } }]
72662026-07-16T03:57:28.844ZINFO Jul 16 03:57:27.920adding route 172.17.0.13/32 -> 10.0.0.255
72672026-07-16T03:57:28.844ZDEBG Jul 16 03:57:27.920 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72682026-07-16T03:57:28.844Z adding route 172.17.0.17/32 -> 10.0.0.255Jul 16 03:57:27.920Jul 16 03:57:27.920
72692026-07-16T03:57:28.844ZDEBG Jul 16 03:57:27.920 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
72702026-07-16T03:57:28.844Z Jul 16 03:57:27.920DEBG adding route 172.17.0.14/32 -> 10.0.0.255DEBGJul 16 03:57:27.920
72712026-07-16T03:57:28.844Z 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 } }]INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72722026-07-16T03:57:28.844Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 16 03:57:27.920
72732026-07-16T03:57:28.844Z
72742026-07-16T03:57:28.844ZDEBG 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 } }]Jul 16 03:57:27.920
72752026-07-16T03:57:28.844Z Jul 16 03:57:27.920DEBGJul 16 03:57:27.920 INFO INFOJul 16 03:57:27.920 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 } }]
72762026-07-16T03:57:28.844Zadding route 172.17.0.14/32 -> 10.0.0.255INFOadding route 172.17.0.18/32 -> 10.0.0.255
72772026-07-16T03:57:28.844Z
72782026-07-16T03:57:28.844Zadding route 172.17.0.15/32 -> 10.0.0.255Jul 16 03:57:27.920
72792026-07-16T03:57:28.844Z INFOJul 16 03:57:27.920 Jul 16 03:57:27.920adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGJul 16 03:57:27.920
72802026-07-16T03:57:28.844Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]Jul 16 03:57:27.920
72812026-07-16T03:57:28.844Z Jul 16 03:57:27.920DEBG created new freemapJul 16 03:57:27.928DEBG, unitINFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: adding route 172.17.0.16/32 -> 10.0.0.255
72822026-07-16T03:57:28.844Zfreemap_route_ipv4
72832026-07-16T03:57:28.844Z
72842026-07-16T03:57:28.844ZJul 16 03:57:27.920Jul 16 03:57:27.928Jul 16 03:57:27.928 Jul 16 03:57:27.928DEBG DEBG DEBG INFO created new freemap 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
72852026-07-16T03:57:28.844Z
72862026-07-16T03:57:28.844Zcreated new freemap, , unitunit:: Jul 16 03:57:27.928freemap_route_ipv6 freemap_route_ipv4
72872026-07-16T03:57:28.844ZDEBG
72882026-07-16T03:57:28.844Zreplacing 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 } }]Jul 16 03:57:27.928
72892026-07-16T03:57:28.844Z INFOJul 16 03:57:27.928 adding route 172.17.0.17/32 -> 10.0.0.255Jul 16 03:57:27.928DEBG INFOinitted freemap. size: 64Jul 16 03:57:27.928, unit :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
72902026-07-16T03:57:28.844Z freemap_route_ipv4
72912026-07-16T03:57:28.845Z
72922026-07-16T03:57:28.845ZJul 16 03:57:27.928 DEBG Jul 16 03:57:27.928replacing 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 } }]Jul 16 03:57:27.928
72932026-07-16T03:57:28.845ZDEBGINFO reset freemapadding route 172.17.0.19/32 -> 10.0.0.255,
72942026-07-16T03:57:28.851ZunitJul 16 03:57:27.928 :INFO freemap_route_ipv4Jul 16 03:57:27.928adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
72952026-07-16T03:57:28.851Z
72962026-07-16T03:57:28.851Z DEBG Jul 16 03:57:27.928replacing 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 } }]
72972026-07-16T03:57:28.851ZJul 16 03:57:27.928DEBG 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 } }]Jul 16 03:57:27.928
72982026-07-16T03:57:28.851Zinitted freemap. size: 64 INFO, unitadding route 172.17.0.20/32 -> 10.0.0.255:
72992026-07-16T03:57:28.851Z Jul 16 03:57:27.928freemap_route_ipv6 INFO
73002026-07-16T03:57:28.851Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:57:27.928
73012026-07-16T03:57:28.851Z DEBGJul 16 03:57:27.928 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 } }]
73022026-07-16T03:57:28.851Zreset freemapJul 16 03:57:27.928, DEBGunit :Jul 16 03:57:27.928 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 } }]INFOfreemap_route_ipv6
73032026-07-16T03:57:28.851Z
73042026-07-16T03:57:28.851Zadding route 172.17.0.21/32 -> 10.0.0.255
73052026-07-16T03:57:28.851ZJul 16 03:57:27.928 INFOJul 16 03:57:27.928Jul 16 03:57:27.928 INFODEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
73062026-07-16T03:57:28.851Zreplacing 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 } }]
73072026-07-16T03:57:28.851Zadding route 172.16.0.0/32 -> 10.0.0.1
73082026-07-16T03:57:28.851ZJul 16 03:57:27.928 INFO Jul 16 03:57:27.928Jul 16 03:57:27.928 adding route 172.17.0.22/32 -> 10.0.0.255
73092026-07-16T03:57:28.851ZDEBG 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 } }]
73102026-07-16T03:57:28.851ZJul 16 03:57:27.928 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
73112026-07-16T03:57:28.851Z 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 } }]Jul 16 03:57:27.928
73122026-07-16T03:57:28.851Z INFO Jul 16 03:57:27.928adding route 172.17.0.0/32 -> 10.0.0.255DEBG
73132026-07-16T03:57:28.851ZJul 16 03:57:27.928 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 16 03:57:27.928
73142026-07-16T03:57:28.851Z DEBG
73152026-07-16T03:57:28.851Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_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-07-16T03:57:28.851ZJul 16 03:57:27.928Jul 16 03:57:27.928
73172026-07-16T03:57:28.851Z DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:57:27.928replacing 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 } }] Jul 16 03:57:27.928
73182026-07-16T03:57:28.851ZINFO
73192026-07-16T03:57:28.851Z adding route 172.17.0.1/32 -> 10.0.0.255
73202026-07-16T03:57:28.851ZINFOJul 16 03:57:27.928Jul 16 03:57:27.928 Jul 16 03:57:27.899Jul 16 03:57:27.928INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
73212026-07-16T03:57:28.851ZDEBG adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.928
73222026-07-16T03:57:28.851Z
73232026-07-16T03:57:28.852ZDEBG
73242026-07-16T03:57:28.852Zcreated new freemapJul 16 03:57:27.929, DEBGunit 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 } }]:
73252026-07-16T03:57:28.852Z Jul 16 03:57:27.929 INFO freemap_route_ipv4
73262026-07-16T03:57:28.852ZDEBG adding route 172.17.0.2/32 -> 10.0.0.255Jul 16 03:57:27.929
73272026-07-16T03:57:28.852Z INFOJul 16 03:57:27.929 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 } }]
73282026-07-16T03:57:28.852Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
73292026-07-16T03:57:28.852ZJul 16 03:57:27.929Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929DEBG 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 } }] created new freemapadding route 172.17.0.25/32 -> 10.0.0.255
73302026-07-16T03:57:28.852ZDEBGJul 16 03:57:27.929 , DEBG
73312026-07-16T03:57:28.852Zunit Jul 16 03:57:27.929replacing 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 } }]:
73322026-07-16T03:57:28.852Z INFO Jul 16 03:57:27.929 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 } }] freemap_route_ipv6adding route 172.17.0.3/32 -> 10.0.0.255
73332026-07-16T03:57:28.852Z
73342026-07-16T03:57:28.852Z
73352026-07-16T03:57:28.852ZJul 16 03:57:27.929DEBG Jul 16 03:57:27.929INFO 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 } }] DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
73362026-07-16T03:57:28.852Zreplacing 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 } }]
73372026-07-16T03:57:28.852ZJul 16 03:57:27.929
73382026-07-16T03:57:28.852ZJul 16 03:57:27.929Jul 16 03:57:27.929 INFO Jul 16 03:57:27.929Jul 16 03:57:27.929 INFODEBGDEBG 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 } }]adding route 172.17.0.4/32 -> 10.0.0.255initted freemap. size: 64
73392026-07-16T03:57:28.852Zadding route 172.17.0.26/32 -> 10.0.0.255, unit
73402026-07-16T03:57:28.852Z
73412026-07-16T03:57:28.852Z: Jul 16 03:57:27.929 Jul 16 03:57:27.929 INFOfreemap_route_ipv4adding route 172.17.0.16/32 -> 10.0.0.255
73422026-07-16T03:57:28.852Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
73432026-07-16T03:57:28.852Z 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 } }]Jul 16 03:57:27.929
73442026-07-16T03:57:28.852Z DEBG
73452026-07-16T03:57:28.852Z Jul 16 03:57:27.929replacing 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 } }]Jul 16 03:57:27.929Jul 16 03:57:27.929 DEBG
73462026-07-16T03:57:28.852Z INFOreset freemap DEBGadding route 172.17.0.5/32 -> 10.0.0.255
73472026-07-16T03:57:28.852Zreplacing 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 } }]
73482026-07-16T03:57:28.852Z, unitJul 16 03:57:27.929Jul 16 03:57:27.929: Jul 16 03:57:27.929 INFODEBGfreemap_route_ipv4 INFO
73492026-07-16T03:57:28.852Zadding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
73502026-07-16T03:57:28.852Z
73512026-07-16T03:57:28.852Z
73522026-07-16T03:57:28.852Ztest route::tests::same_size_non_subset_replace ... ok
73532026-07-16T03:57:28.852ZJul 16 03:57:27.929 Jul 16 03:57:27.929Jul 16 03:57:27.929DEBG Jul 16 03:57:27.929 DEBG DEBGINFOinitted freemap. size: 64 adding route 172.17.0.6/32 -> 10.0.0.255,
73542026-07-16T03:57:28.852Zreplacing 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 } }]unitreplacing 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 } }]
73552026-07-16T03:57:28.852Z
73562026-07-16T03:57:28.852Z: Jul 16 03:57:27.929Jul 16 03:57:27.929Jul 16 03:57:27.929freemap_route_ipv6
73572026-07-16T03:57:28.852ZDEBG DEBGINFOfailed to allocate space for the new target list 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 } }]
73582026-07-16T03:57:28.852Z
73592026-07-16T03:57:28.853Zadding route 172.17.0.28/32 -> 10.0.0.255
73602026-07-16T03:57:28.853ZJul 16 03:57:27.929Jul 16 03:57:27.929 INFODEBGJul 16 03:57:27.929 adding route 172.17.0.7/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 } }]
73612026-07-16T03:57:28.853Z
73622026-07-16T03:57:28.853Z Jul 16 03:57:27.929DEBG Jul 16 03:57:27.929DEBG 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 } }]reset freemapDEBG
73632026-07-16T03:57:28.853Z , 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 } }]unit
73642026-07-16T03:57:28.853Z: Jul 16 03:57:27.929freemap_route_ipv6
73652026-07-16T03:57:28.853ZJul 16 03:57:27.929INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 Jul 16 03:57:27.929
73662026-07-16T03:57:28.853Zadding route 172.17.0.8/32 -> 10.0.0.255
73672026-07-16T03:57:28.853ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
73682026-07-16T03:57:28.853ZJul 16 03:57:27.929 DEBGJul 16 03:57:27.929 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
73692026-07-16T03:57:28.853Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73702026-07-16T03:57:28.853ZJul 16 03:57:27.929
73712026-07-16T03:57:28.853Z INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 16 03:57:27.929
73722026-07-16T03:57:28.853Z Jul 16 03:57:27.929DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.929
73732026-07-16T03:57:28.853Z adding route 3fff:dead::/64 -> 2001:db8::55:2
73742026-07-16T03:57:28.853ZDEBG Jul 16 03:57:27.929replacing 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 } }]
73752026-07-16T03:57:28.853ZJul 16 03:57:27.929INFO DEBGJul 16 03:57:27.929 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255INFO
73762026-07-16T03:57:28.853Z
73772026-07-16T03:57:28.853Z adding route 172.17.0.31/32 -> 10.0.0.255
73782026-07-16T03:57:28.853ZJul 16 03:57:27.929 DEBGJul 16 03:57:27.929 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 } }]DEBGJul 16 03:57:27.929
73792026-07-16T03:57:28.853Z DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73802026-07-16T03:57:28.853Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: 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 } }]Jul 16 03:57:27.929
73812026-07-16T03:57:28.853ZJul 16 03:57:27.929 DEBGJul 16 03:57:27.929INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73822026-07-16T03:57:28.853Zadding route 172.17.0.32/32 -> 10.0.0.255
73832026-07-16T03:57:28.853Z
73842026-07-16T03:57:28.853ZJul 16 03:57:27.929Jul 16 03:57:27.929 DEBGJul 16 03:57:27.929 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 } }]
73852026-07-16T03:57:28.853Z 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
73862026-07-16T03:57:28.853Z adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:57:27.929
73872026-07-16T03:57:28.853ZINFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Jul 16 03:57:27.929
73882026-07-16T03:57:28.853ZJul 16 03:57:27.929 INFO adding route 172.17.0.10/32 -> 10.0.0.255created new freemap
73892026-07-16T03:57:28.853Z, Jul 16 03:57:27.929unit: freemap_route_ipv6Jul 16 03:57:27.929DEBG
73902026-07-16T03:57:28.853Z 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 } }]DEBG
73912026-07-16T03:57:28.853Zreplacing 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 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 } }]
73922026-07-16T03:57:28.853ZJul 16 03:57:27.929
73932026-07-16T03:57:28.853ZDEBG initted freemap. size: 64Jul 16 03:57:27.929, unit :INFO Jul 16 03:57:27.929 freemap_route_ipv4Jul 16 03:57:27.929
73942026-07-16T03:57:28.862Z adding route 172.17.0.11/32 -> 10.0.0.255INFO
73952026-07-16T03:57:28.862Z adding route 172.17.0.20/32 -> 10.0.0.255INFO
73962026-07-16T03:57:28.862Z Jul 16 03:57:27.929adding route 172.17.0.34/32 -> 10.0.0.255
73972026-07-16T03:57:28.862ZDEBG reset freemapJul 16 03:57:27.929, unitJul 16 03:57:27.929: 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 } }]Jul 16 03:57:27.929
73982026-07-16T03:57:28.862Zfreemap_route_ipv4DEBG
73992026-07-16T03:57:28.862Zreplacing 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.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 } }]
74002026-07-16T03:57:28.862ZJul 16 03:57:27.929
74012026-07-16T03:57:28.862Z INFOJul 16 03:57:27.929 adding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:57:27.929
74022026-07-16T03:57:28.862Z INFODEBG initted freemap. size: 64Jul 16 03:57:27.929, Jul 16 03:57:27.929unit: freemap_route_ipv6DEBGDEBG
74032026-07-16T03:57:28.862Z created new freemapJul 16 03:57:27.941, unitDEBG : 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 } }]created new freemapfreemap_route_ipv4
74042026-07-16T03:57:28.862Z
74052026-07-16T03:57:28.862Z, Jul 16 03:57:27.941unit: DEBG freemap_route_ipv4Jul 16 03:57:27.941reset freemap
74062026-07-16T03:57:28.862Z , Jul 16 03:57:27.941INFOunit : DEBGfreemap_route_ipv6adding route 172.17.0.13/32 -> 10.0.0.255
74072026-07-16T03:57:28.862Z
74082026-07-16T03:57:28.862Zcreated new freemap, Jul 16 03:57:27.941unit: Jul 16 03:57:27.941 DEBGfreemap_route_ipv6Jul 16 03:57:27.941 INFO 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 3fff:dead::/64 -> 2001:db8::55:1
74092026-07-16T03:57:28.862Z
74102026-07-16T03:57:28.863Zcreated new freemap,
74112026-07-16T03:57:28.863Zunit: Jul 16 03:57:27.941freemap_route_ipv6Jul 16 03:57:27.941
74122026-07-16T03:57:28.863ZINFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255
74132026-07-16T03:57:28.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 } }]Jul 16 03:57:27.941
74142026-07-16T03:57:28.863ZJul 16 03:57:27.941 DEBGDEBGJul 16 03:57:27.941 Jul 16 03:57:27.941 DEBGinitted freemap. size: 64 INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2: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 } }]
74152026-07-16T03:57:28.863Z
74162026-07-16T03:57:28.863Z freemap_route_ipv4
74172026-07-16T03:57:28.863Z initted freemap. size: 64Jul 16 03:57:27.941Jul 16 03:57:27.941 , INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 unit
74182026-07-16T03:57:28.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
74192026-07-16T03:57:28.863Zfreemap_route_ipv4Jul 16 03:57:27.941
74202026-07-16T03:57:28.863ZJul 16 03:57:27.941DEBG DEBG Jul 16 03:57:27.941 reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFO
74212026-07-16T03:57:28.863Z adding route 3fff:dead::/64 -> 2001:db8::55:3
74222026-07-16T03:57:28.863Zunit:Jul 16 03:57:27.941 Jul 16 03:57:27.941freemap_route_ipv4
74232026-07-16T03:57:28.863ZINFO Jul 16 03:57:27.941adding route 172.17.0.16/32 -> 10.0.0.255 DEBG
74242026-07-16T03:57:28.863Z 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 } }] Jul 16 03:57:27.941
74252026-07-16T03:57:28.863Z DEBG Jul 16 03:57:27.941initted freemap. size: 64 reset freemap, Jul 16 03:57:27.941DEBG, unit :INFO freemap_route_ipv6 unit
74262026-07-16T03:57:28.863Zadding route 3fff:dead::/64 -> 2001:db8::55:4:
74272026-07-16T03:57:28.863Z freemap_route_ipv4replacing 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 } }]
74282026-07-16T03:57:28.863Z
74292026-07-16T03:57:28.863ZJul 16 03:57:27.941Jul 16 03:57:27.941 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 16 03:57:27.941
74302026-07-16T03:57:28.863Z reset freemap Jul 16 03:57:27.941INFO, unitJul 16 03:57:27.941adding route 172.17.0.17/32 -> 10.0.0.255
74312026-07-16T03:57:28.863Z DEBG: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:3, vlan_id: None } }]initted freemap. size: 64
74322026-07-16T03:57:28.863Z
74332026-07-16T03:57:28.863ZJul 16 03:57:27.941, unit :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 } }]
74342026-07-16T03:57:28.863Zfreemap_route_ipv6Jul 16 03:57:27.941
74352026-07-16T03:57:28.863Z INFOJul 16 03:57:27.941 adding route 172.16.0.0/32 -> 10.0.0.1INFO
74362026-07-16T03:57:28.863Z Jul 16 03:57:27.941adding route 172.17.0.18/32 -> 10.0.0.255
74372026-07-16T03:57:28.863ZDEBG Jul 16 03:57:27.941 reset freemapDEBG, unitJul 16 03:57:27.941: DEBGfreemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74382026-07-16T03:57:28.863Zreplacing 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 } }]
74392026-07-16T03:57:28.863Z
74402026-07-16T03:57:28.863ZJul 16 03:57:27.941 INFO Jul 16 03:57:27.929Jul 16 03:57:27.941 Jul 16 03:57:27.941adding route 172.16.0.0/32 -> 10.0.0.2INFOINFO
74412026-07-16T03:57:28.863Z adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
74422026-07-16T03:57:28.863Z
74432026-07-16T03:57:28.863Z INFO Jul 16 03:57:27.941adding route 172.16.0.0/32 -> 10.0.0.1
74442026-07-16T03:57:28.863ZDEBGJul 16 03:57:27.941 Jul 16 03:57:27.941replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] DEBGDEBG
74452026-07-16T03:57:28.863Z 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.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 } }]
74462026-07-16T03:57:28.864Z
74472026-07-16T03:57:28.864ZJul 16 03:57:27.941 DEBG Jul 16 03:57:27.941Jul 16 03:57:27.941replacing 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 } }]Jul 16 03:57:27.941 DEBGINFO INFO
74482026-07-16T03:57:28.864Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
74492026-07-16T03:57:28.864Zadding route 172.17.0.20/32 -> 10.0.0.255
74502026-07-16T03:57:28.864Z
74512026-07-16T03:57:28.864ZJul 16 03:57:27.941Jul 16 03:57:27.941Jul 16 03:57:27.941 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.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 } }]
74522026-07-16T03:57:28.864ZINFO
74532026-07-16T03:57:28.864Z adding route 172.16.0.0/32 -> 10.0.0.1
74542026-07-16T03:57:28.864ZJul 16 03:57:27.941 Jul 16 03:57:27.941INFO Jul 16 03:57:27.941INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
74552026-07-16T03:57:28.864Z
74562026-07-16T03:57:28.864Z 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 } }]Jul 16 03:57:27.941
74572026-07-16T03:57:28.864ZDEBGJul 16 03:57:27.941 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74582026-07-16T03:57:28.864Z 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 } }]Jul 16 03:57:27.941
74592026-07-16T03:57:28.864ZINFO Jul 16 03:57:27.941adding route 172.16.0.0/32 -> 10.0.0.1 INFO
74602026-07-16T03:57:28.864Z adding route 172.17.0.22/32 -> 10.0.0.255Jul 16 03:57:27.941
74612026-07-16T03:57:28.864Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
74622026-07-16T03:57:28.864ZJul 16 03:57:27.941 Jul 16 03:57:27.941 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
74632026-07-16T03:57:28.864ZJul 16 03:57:27.941 DEBG 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 } }]
74642026-07-16T03:57:28.864Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]Jul 16 03:57:27.941
74652026-07-16T03:57:28.864Z
74662026-07-16T03:57:28.864Z DEBGJul 16 03:57:27.941 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 } }]Jul 16 03:57:27.941
74672026-07-16T03:57:28.864Z Jul 16 03:57:27.941INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.23/32 -> 10.0.0.255INFO
74682026-07-16T03:57:28.864Z
74692026-07-16T03:57:28.864Z adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:57:27.941
74702026-07-16T03:57:28.864Z Jul 16 03:57:27.941INFO Jul 16 03:57:27.941adding route 172.17.0.22/32 -> 10.0.0.255
74712026-07-16T03:57:28.864ZDEBGJul 16 03:57:27.941 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.942replacing 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 } }]
74722026-07-16T03:57:28.864ZDEBG
74732026-07-16T03:57:28.864Z 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.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 } }]
74742026-07-16T03:57:28.864Z
74752026-07-16T03:57:28.864ZJul 16 03:57:27.942 Jul 16 03:57:27.942INFO Jul 16 03:57:27.942INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:57:27.942adding route 172.17.0.24/32 -> 10.0.0.255INFO
74762026-07-16T03:57:28.864Z
74772026-07-16T03:57:28.864Z INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:57:27.942adding route 172.17.0.0/32 -> 10.0.0.255
74782026-07-16T03:57:28.864Z Jul 16 03:57:27.942
74792026-07-16T03:57:28.864ZDEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74802026-07-16T03:57:28.864Z
74812026-07-16T03:57:28.864ZJul 16 03:57:27.942 Jul 16 03:57:27.942DEBGJul 16 03:57:27.942 Jul 16 03:57:27.942 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.41/32 -> 10.0.0.255
74822026-07-16T03:57:28.864Z
74832026-07-16T03:57:28.865Zadding route 172.17.0.25/32 -> 10.0.0.255
74842026-07-16T03:57:28.865ZDEBG Jul 16 03:57:27.942Jul 16 03:57:27.942 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 } }]INFO
74852026-07-16T03:57:28.865Zadding route 172.17.0.24/32 -> 10.0.0.255DEBG
74862026-07-16T03:57:28.865Zreplacing 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 } }]Jul 16 03:57:27.942
74872026-07-16T03:57:28.865Z Jul 16 03:57:27.942 DEBGDEBG Jul 16 03:57:27.942 Jul 16 03:57:27.942 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 } }]
74882026-07-16T03:57:28.865Zreplacing 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 } }]INFOINFO
74892026-07-16T03:57:28.865Z Jul 16 03:57:27.942 adding route 172.17.0.1/32 -> 10.0.0.255INFO adding route 172.17.0.42/32 -> 10.0.0.255
74902026-07-16T03:57:28.865Z
74912026-07-16T03:57:28.865Z Jul 16 03:57:27.942adding route 172.17.0.25/32 -> 10.0.0.255 INFO
74922026-07-16T03:57:28.865Z Jul 16 03:57:27.942 Jul 16 03:57:27.942adding route 172.17.0.26/32 -> 10.0.0.255Jul 16 03:57:27.942DEBG DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74932026-07-16T03:57:28.865Z
74942026-07-16T03:57:28.874Z
74952026-07-16T03:57:28.874Z
74962026-07-16T03:57:28.874ZJul 16 03:57:27.942Jul 16 03:57:27.942 Jul 16 03:57:27.942INFOINFO Jul 16 03:57:27.942 adding route 172.17.0.26/32 -> 10.0.0.255 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255
74972026-07-16T03:57:28.874Zreplacing 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.2/32 -> 10.0.0.255
74982026-07-16T03:57:28.874Z
74992026-07-16T03:57:28.874Z
75002026-07-16T03:57:28.874ZJul 16 03:57:27.942Jul 16 03:57:27.942Jul 16 03:57:27.942 Jul 16 03:57:27.942DEBG DEBGINFOreplacing 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 } }]
75012026-07-16T03:57:28.874Zreplacing 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.27/32 -> 10.0.0.255DEBG
75022026-07-16T03:57:28.874Z
75032026-07-16T03:57:28.874Zreplacing 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 } }]Jul 16 03:57:27.942 INFO
75042026-07-16T03:57:28.874Z adding route 172.17.0.27/32 -> 10.0.0.255Jul 16 03:57:27.942Jul 16 03:57:27.942
75052026-07-16T03:57:28.874ZINFODEBG Jul 16 03:57:27.942 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 } }]
75062026-07-16T03:57:28.874ZINFOJul 16 03:57:27.942adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255
75072026-07-16T03:57:28.874ZDEBG Jul 16 03:57:27.942
75082026-07-16T03:57:28.874Z 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 } }]INFOJul 16 03:57:27.942
75092026-07-16T03:57:28.874Z adding route 172.17.0.28/32 -> 10.0.0.255
75102026-07-16T03:57:28.874ZDEBG 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 } }]Jul 16 03:57:27.942
75112026-07-16T03:57:28.874ZINFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:57:27.942
75122026-07-16T03:57:28.874Z DEBGJul 16 03:57:27.942Jul 16 03:57:27.942 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]Jul 16 03:57:27.942
75132026-07-16T03:57:28.874Z DEBG Jul 16 03:57:27.952created new freemapJul 16 03:57:27.952 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.29/32 -> 10.0.0.255
75142026-07-16T03:57:28.874Z,
75152026-07-16T03:57:28.875Zunit: Jul 16 03:57:27.952freemap_route_ipv4
75162026-07-16T03:57:28.875ZINFOJul 16 03:57:27.952 DEBGadding route 172.17.0.29/32 -> 10.0.0.255 Jul 16 03:57:27.952
75172026-07-16T03:57:28.875Zreplacing 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 } }]
75182026-07-16T03:57:28.875Z Jul 16 03:57:27.952Jul 16 03:57:27.952 DEBG DEBGJul 16 03:57:27.952replacing 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 } }] 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 } }]
75192026-07-16T03:57:28.875Z
75202026-07-16T03:57:28.875ZINFOcreated new freemap, unitadding route 172.17.0.30/32 -> 10.0.0.255Jul 16 03:57:27.952
75212026-07-16T03:57:28.875ZJul 16 03:57:27.952 :INFO INFOfreemap_route_ipv6Jul 16 03:57:27.952 adding route 172.17.0.17/32 -> 10.0.0.255
75222026-07-16T03:57:28.875ZDEBGadding route 172.17.0.30/32 -> 10.0.0.255
75232026-07-16T03:57:28.875Zreplacing 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 } }]
75242026-07-16T03:57:28.875Z
75252026-07-16T03:57:28.875ZJul 16 03:57:27.952 Jul 16 03:57:27.952DEBGJul 16 03:57:27.952Jul 16 03:57:27.952 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
75262026-07-16T03:57:28.875ZDEBG 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 } }] initted freemap. size: 64adding route 172.17.0.31/32 -> 10.0.0.255
75272026-07-16T03:57:28.875Z
75282026-07-16T03:57:28.875Z, unit:Jul 16 03:57:27.952 Jul 16 03:57:27.952freemap_route_ipv4 Jul 16 03:57:27.952INFO INFO
75292026-07-16T03:57:28.875Z DEBGadding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
75302026-07-16T03:57:28.875Z
75312026-07-16T03:57:28.875Zreplacing 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 } }]
75322026-07-16T03:57:28.875ZJul 16 03:57:27.952 Jul 16 03:57:27.952DEBGINFOJul 16 03:57:27.952 DEBG Jul 16 03:57:27.952 reset freemapreplacing 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 } }],
75332026-07-16T03:57:28.875Zadding route 172.17.0.45/32 -> 10.0.0.255DEBG
75342026-07-16T03:57:28.875Zunit:INFO adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75352026-07-16T03:57:28.875Z
75362026-07-16T03:57:28.875Zfreemap_route_ipv4Jul 16 03:57:27.952
75372026-07-16T03:57:28.875ZJul 16 03:57:27.952DEBG Jul 16 03:57:27.952Jul 16 03:57:27.952DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
75382026-07-16T03:57:28.875Z adding route 172.17.0.32/32 -> 10.0.0.255
75392026-07-16T03:57:28.875Z
75402026-07-16T03:57:28.875ZINFO Jul 16 03:57:27.952adding route 172.17.0.19/32 -> 10.0.0.255 Jul 16 03:57:27.952INFO
75412026-07-16T03:57:28.875ZJul 16 03:57:27.952Jul 16 03:57:27.952 adding route 172.17.0.33/32 -> 10.0.0.255DEBG
75422026-07-16T03:57:28.875Z Jul 16 03:57:27.952 DEBG INFOinitted freemap. size: 64Jul 16 03:57:27.952replacing 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.46/32 -> 10.0.0.255DEBG
75432026-07-16T03:57:28.875Z
75442026-07-16T03:57:28.875ZDEBG 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 } }], Jul 16 03:57:27.952replacing 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 } }]
75452026-07-16T03:57:28.875ZJul 16 03:57:27.952
75462026-07-16T03:57:28.875ZINFOunitDEBG : 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 } }]freemap_route_ipv6
75472026-07-16T03:57:28.875Z
75482026-07-16T03:57:28.875ZJul 16 03:57:27.952 Jul 16 03:57:27.952INFO adding route 172.17.0.33/32 -> 10.0.0.255 INFO
75492026-07-16T03:57:28.875Zadding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:57:27.952
75502026-07-16T03:57:28.876Z INFOadding route 172.17.0.20/32 -> 10.0.0.255
75512026-07-16T03:57:28.876Zadding route 172.17.0.47/32 -> 10.0.0.255Jul 16 03:57:27.952Jul 16 03:57:27.952Jul 16 03:57:27.952
75522026-07-16T03:57:28.876Z DEBGJul 16 03:57:27.952 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 } }]DEBGDEBG
75532026-07-16T03:57:28.876Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
75542026-07-16T03:57:28.876Zreplacing 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 } }]DEBGJul 16 03:57:27.952
75552026-07-16T03:57:28.876Z 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 } }]reset freemapJul 16 03:57:27.952DEBG
75562026-07-16T03:57:28.876Z 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 } }]Jul 16 03:57:27.952,
75572026-07-16T03:57:28.876Z unitadding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:57:27.952
75582026-07-16T03:57:28.876Z INFO:INFO adding route 172.17.0.35/32 -> 10.0.0.255
75592026-07-16T03:57:28.876Zfreemap_route_ipv6Jul 16 03:57:27.952
75602026-07-16T03:57:28.876Z Jul 16 03:57:27.952DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Jul 16 03:57:27.952replacing 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 } }]
75612026-07-16T03:57:28.876ZDEBG INFO
75622026-07-16T03:57:28.876ZJul 16 03:57:27.952adding route 172.17.0.48/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 } }] INFO
75632026-07-16T03:57:28.876Z
75642026-07-16T03:57:28.876Zadding route 172.17.0.35/32 -> 10.0.0.255Jul 16 03:57:27.952
75652026-07-16T03:57:28.876ZDEBGJul 16 03:57:27.952Jul 16 03:57:27.952 Jul 16 03:57:27.952 Jul 16 03:57:27.952replacing 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 INFODEBGINFO 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 } }]
75662026-07-16T03:57:28.876Zreplacing 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 } }]
75672026-07-16T03:57:28.876Zadding route 172.17.0.36/32 -> 10.0.0.255
75682026-07-16T03:57:28.876Zadding route 172.16.0.0/32 -> 10.0.0.1
75692026-07-16T03:57:28.876ZJul 16 03:57:27.952
75702026-07-16T03:57:28.876Z Jul 16 03:57:27.952INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255
75712026-07-16T03:57:28.876ZJul 16 03:57:27.952Jul 16 03:57:27.952adding route 172.17.0.49/32 -> 10.0.0.255
75722026-07-16T03:57:28.876ZDEBG Jul 16 03:57:27.952 INFOJul 16 03:57:27.952 adding route 172.17.0.22/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 } }]DEBGJul 16 03:57:27.952DEBG
75732026-07-16T03:57:28.876Z 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.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 } }]
75742026-07-16T03:57:28.876Z
75752026-07-16T03:57:28.876ZJul 16 03:57:27.962 DEBG
75762026-07-16T03:57:28.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 } }]Jul 16 03:57:27.962
75772026-07-16T03:57:28.876Z INFOJul 16 03:57:27.962 Jul 16 03:57:27.962INFOJul 16 03:57:27.962 adding route 172.17.0.37/32 -> 10.0.0.255INFO
75782026-07-16T03:57:28.876Zadding route 172.17.0.4/32 -> 10.0.0.255
75792026-07-16T03:57:28.876Z INFOadding route 172.16.0.0/32 -> 10.0.0.2
75802026-07-16T03:57:28.876Zadding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:57:27.963
75812026-07-16T03:57:28.876Z DEBGJul 16 03:57:27.963 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 } }]Jul 16 03:57:27.963
75822026-07-16T03:57:28.876Z 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 } }]Jul 16 03:57:27.963DEBG
75832026-07-16T03:57:28.876Z 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
75842026-07-16T03:57:28.876Z Jul 16 03:57:27.963Jul 16 03:57:27.963replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
75852026-07-16T03:57:28.876ZJul 16 03:57:27.963
75862026-07-16T03:57:28.876Z
75872026-07-16T03:57:28.876Z INFO Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBG Jul 16 03:57:27.963replacing 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 } }]
75882026-07-16T03:57:28.876ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
75892026-07-16T03:57:28.877Z Jul 16 03:57:27.963DEBG 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
75902026-07-16T03:57:28.877Z adding route 172.17.0.39/32 -> 10.0.0.255Jul 16 03:57:27.963
75912026-07-16T03:57:28.877ZDEBG
75922026-07-16T03:57:28.877Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }]Jul 16 03:57:27.963
75932026-07-16T03:57:28.877Z INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 16 03:57:27.963
75942026-07-16T03:57:28.882Z Jul 16 03:57:27.963DEBG 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 } }]Jul 16 03:57:27.963
75952026-07-16T03:57:28.882ZJul 16 03:57:27.963 INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.50/32 -> 10.0.0.255DEBG
75962026-07-16T03:57:28.882Z
75972026-07-16T03:57:28.882Zreplacing 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 } }]Jul 16 03:57:27.963
75982026-07-16T03:57:28.882Z INFO Jul 16 03:57:27.963adding route 172.17.0.40/32 -> 10.0.0.255 Jul 16 03:57:27.963DEBG
75992026-07-16T03:57:28.882Z DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.963
76002026-07-16T03:57:28.882Z INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
76012026-07-16T03:57:28.882ZJul 16 03:57:27.963Jul 16 03:57:27.963
76022026-07-16T03:57:28.882Z DEBGINFO adding route 172.17.0.51/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 } }]Jul 16 03:57:27.963
76032026-07-16T03:57:28.882ZDEBG
76042026-07-16T03:57:28.882ZJul 16 03:57:27.963 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 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 } }]
76052026-07-16T03:57:28.882Z
76062026-07-16T03:57:28.882ZJul 16 03:57:27.963 INFOJul 16 03:57:27.963 adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:57:27.963
76072026-07-16T03:57:28.882ZDEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76082026-07-16T03:57:28.882Zadding route 172.17.0.8/32 -> 10.0.0.255
76092026-07-16T03:57:28.882ZJul 16 03:57:27.963Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGDEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
76102026-07-16T03:57:28.883Zreplacing 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 } }]
76112026-07-16T03:57:28.883Z
76122026-07-16T03:57:28.883ZJul 16 03:57:27.963Jul 16 03:57:27.963 DEBGINFO Jul 16 03:57:27.963 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 } }]
76132026-07-16T03:57:28.883ZINFOadding route 172.17.0.9/32 -> 10.0.0.255
76142026-07-16T03:57:28.883Zadding route 172.17.0.42/32 -> 10.0.0.255
76152026-07-16T03:57:28.883ZJul 16 03:57:27.963 INFOJul 16 03:57:27.963 Jul 16 03:57:27.963adding route 172.17.0.53/32 -> 10.0.0.255
76162026-07-16T03:57:28.883ZDEBG 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 } }] Jul 16 03:57:27.963replacing 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 } }]
76172026-07-16T03:57:28.883Z
76182026-07-16T03:57:28.883ZDEBG 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 } }]Jul 16 03:57:27.963
76192026-07-16T03:57:28.883Z Jul 16 03:57:27.963INFO INFOJul 16 03:57:27.963adding route 172.17.0.10/32 -> 10.0.0.255
76202026-07-16T03:57:28.883ZINFOadding route 172.17.0.43/32 -> 10.0.0.255
76212026-07-16T03:57:28.883Zadding route 172.17.0.54/32 -> 10.0.0.255
76222026-07-16T03:57:28.883ZJul 16 03:57:27.963 DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG
76232026-07-16T03:57:28.883Zreplacing 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 } }]
76242026-07-16T03:57:28.883Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 16 03:57:27.963 INFO
76252026-07-16T03:57:28.883Z
76262026-07-16T03:57:28.883ZJul 16 03:57:27.963adding route 172.17.0.11/32 -> 10.0.0.255
76272026-07-16T03:57:28.883ZINFO Jul 16 03:57:27.963adding route 172.17.0.55/32 -> 10.0.0.255
76282026-07-16T03:57:28.883Z INFO Jul 16 03:57:27.963adding route 172.17.0.44/32 -> 10.0.0.255
76292026-07-16T03:57:28.883Zadding route 172.17.0.24/32 -> 10.0.0.255Jul 16 03:57:27.963Jul 16 03:57:27.963DEBG DEBG
76302026-07-16T03:57:28.883Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Jul 16 03:57:27.963replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
76312026-07-16T03:57:28.883Z
76322026-07-16T03:57:28.883Z 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.37/32 -> 10.0.0.255
76332026-07-16T03:57:28.883Z
76342026-07-16T03:57:28.883ZJul 16 03:57:27.963 DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963INFOJul 16 03:57:27.963 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 } }]Jul 16 03:57:27.963
76352026-07-16T03:57:28.883Zadding route 172.17.0.12/32 -> 10.0.0.255 INFO
76362026-07-16T03:57:28.883Z adding route 172.17.0.45/32 -> 10.0.0.255INFO
76372026-07-16T03:57:28.883Z DEBGadding route 172.17.0.56/32 -> 10.0.0.255Jul 16 03:57:27.963 Jul 16 03:57:27.963Jul 16 03:57:27.963replacing 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 } }]
76382026-07-16T03:57:28.883ZDEBG INFODEBG
76392026-07-16T03:57:28.883Z 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.25/32 -> 10.0.0.255
76402026-07-16T03:57:28.883Z
76412026-07-16T03:57:28.883Zreplacing 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 } }]Jul 16 03:57:27.963
76422026-07-16T03:57:28.883ZDEBGJul 16 03:57:27.963 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76432026-07-16T03:57:28.883ZJul 16 03:57:27.963 adding route 172.17.0.38/32 -> 10.0.0.255Jul 16 03:57:27.963
76442026-07-16T03:57:28.883ZINFO INFOJul 16 03:57:27.963 Jul 16 03:57:27.963 adding route 172.17.0.13/32 -> 10.0.0.255 INFOadding route 172.17.0.46/32 -> 10.0.0.255
76452026-07-16T03:57:28.884Z
76462026-07-16T03:57:28.884ZJul 16 03:57:27.963adding route 172.17.0.57/32 -> 10.0.0.255DEBG
76472026-07-16T03:57:28.884Z DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963replacing 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 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 } }]Jul 16 03:57:27.963
76482026-07-16T03:57:28.884ZDEBGDEBG
76492026-07-16T03:57:28.884Zreplacing 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.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76502026-07-16T03:57:28.884Z
76512026-07-16T03:57:28.884ZJul 16 03:57:27.963 INFO
76522026-07-16T03:57:28.884Z Jul 16 03:57:27.963 Jul 16 03:57:27.963INFO Jul 16 03:57:27.963INFO adding route 172.17.0.39/32 -> 10.0.0.255
76532026-07-16T03:57:28.884ZINFOadding route 172.17.0.14/32 -> 10.0.0.255 adding route 172.17.0.47/32 -> 10.0.0.255
76542026-07-16T03:57:28.884Z
76552026-07-16T03:57:28.884Ztest route::tests::delete_target_full ... ok
76562026-07-16T03:57:28.884Zadding route 172.17.0.26/32 -> 10.0.0.255
76572026-07-16T03:57:28.884ZJul 16 03:57:27.963Jul 16 03:57:27.963 Jul 16 03:57:27.963INFOJul 16 03:57:27.963DEBG DEBG adding route 172.17.0.58/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 } }]DEBG
76582026-07-16T03:57:28.884Z
76592026-07-16T03:57:28.884Zreplacing 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 } }]
76602026-07-16T03:57:28.884Zreplacing 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 } }]Jul 16 03:57:27.963
76612026-07-16T03:57:28.884Z Jul 16 03:57:27.963DEBGJul 16 03:57:27.963 Jul 16 03:57:27.963 INFODEBG Jul 16 03:57:27.963 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 } }]INFOINFOadding route 172.17.0.40/32 -> 10.0.0.255
76622026-07-16T03:57:28.884Z
76632026-07-16T03:57:28.884Z adding route 172.17.0.15/32 -> 10.0.0.255
76642026-07-16T03:57:28.884Zadding route 172.17.0.48/32 -> 10.0.0.255Jul 16 03:57:27.963replacing 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 } }]
76652026-07-16T03:57:28.884Z
76662026-07-16T03:57:28.884ZINFOJul 16 03:57:27.963Jul 16 03:57:27.963 Jul 16 03:57:27.963 DEBG adding route 172.17.0.59/32 -> 10.0.0.255Jul 16 03:57:27.963DEBG 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 } }] 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 } }]
76672026-07-16T03:57:28.884Z
76682026-07-16T03:57:28.884Z
76692026-07-16T03:57:28.884Zadding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76702026-07-16T03:57:28.884Z
76712026-07-16T03:57:28.884ZJul 16 03:57:27.963 Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGINFOINFOJul 16 03:57:27.963 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.16/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255DEBG
76722026-07-16T03:57:28.884Z
76732026-07-16T03:57:28.884Z
76742026-07-16T03:57:28.884ZJul 16 03:57:27.963 Jul 16 03:57:27.963replacing 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 } }]Jul 16 03:57:27.963Jul 16 03:57:27.963
76752026-07-16T03:57:28.884Z INFO DEBGINFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.17.0.60/32 -> 10.0.0.255
76762026-07-16T03:57:28.884Zreplacing 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 } }]
76772026-07-16T03:57:28.884Zreplacing 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 } }]
76782026-07-16T03:57:28.884ZJul 16 03:57:27.963
76792026-07-16T03:57:28.884Z INFOJul 16 03:57:27.963 Jul 16 03:57:27.963DEBG Jul 16 03:57:27.963INFO Jul 16 03:57:27.963DEBG adding route 172.17.0.17/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 } }]
76802026-07-16T03:57:28.884Z adding route 172.17.0.28/32 -> 10.0.0.255INFO
76812026-07-16T03:57:28.884Z
76822026-07-16T03:57:28.884Z 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 } }]
76832026-07-16T03:57:28.884ZJul 16 03:57:27.963 adding route 172.17.0.50/32 -> 10.0.0.255
76842026-07-16T03:57:28.885ZDEBG Jul 16 03:57:27.963Jul 16 03:57:27.963 DEBGJul 16 03:57:27.963Jul 16 03:57:27.963 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
76852026-07-16T03:57:28.885Zreplacing 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 DEBG adding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.61/32 -> 10.0.0.255
76862026-07-16T03:57:28.885Zreplacing 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 } }]
76872026-07-16T03:57:28.885Z
76882026-07-16T03:57:28.885ZJul 16 03:57:27.971
76892026-07-16T03:57:28.885Z DEBGJul 16 03:57:27.971 Jul 16 03:57:27.963 Jul 16 03:57:27.971replacing 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
76902026-07-16T03:57:28.885Z adding route 172.17.0.18/32 -> 10.0.0.255INFOJul 16 03:57:27.971
76912026-07-16T03:57:28.885Z Jul 16 03:57:27.971 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
76922026-07-16T03:57:28.885ZJul 16 03:57:27.971
76932026-07-16T03:57:28.885Z DEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:57:27.971Jul 16 03:57:27.971
76942026-07-16T03:57:28.889ZDEBG
76952026-07-16T03:57:28.889Z 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 } }]DEBGDEBG
76962026-07-16T03:57:28.889Z Jul 16 03:57:27.971replacing 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 } }]
76972026-07-16T03:57:28.890ZINFOJul 16 03:57:27.971 adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:57:27.971
76982026-07-16T03:57:28.890Z DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
76992026-07-16T03:57:28.890Z
77002026-07-16T03:57:28.890ZJul 16 03:57:27.971Jul 16 03:57:27.971 DEBG DEBGfailed to allocate space for the new target list
77012026-07-16T03:57:28.890Zreplacing 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 } }]
77022026-07-16T03:57:28.890ZJul 16 03:57:27.971Jul 16 03:57:27.971 DEBGJul 16 03:57:27.971INFO 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.20/32 -> 10.0.0.255
77032026-07-16T03:57:28.890Z
77042026-07-16T03:57:28.890Z INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:57:27.971
77052026-07-16T03:57:28.890Z 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 } }]
77062026-07-16T03:57:28.890ZJul 16 03:57:27.971 Jul 16 03:57:27.971 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.21/32 -> 10.0.0.255
77072026-07-16T03:57:28.890Z
77082026-07-16T03:57:28.890ZJul 16 03:57:27.972Jul 16 03:57:27.972 INFODEBGJul 16 03:57:27.972 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.44/32 -> 10.0.0.255
77092026-07-16T03:57:28.890Z
77102026-07-16T03:57:28.890Z INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 16 03:57:27.972
77112026-07-16T03:57:28.890Z INFOJul 16 03:57:27.972 adding route 172.17.0.22/32 -> 10.0.0.255Jul 16 03:57:27.972DEBG
77122026-07-16T03:57:28.890Zreplacing 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
77132026-07-16T03:57:28.890Z 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 } }]
77142026-07-16T03:57:28.890ZJul 16 03:57:27.972 Jul 16 03:57:27.972Jul 16 03:57:27.972 INFODEBG INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77152026-07-16T03:57:28.890Zadding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
77162026-07-16T03:57:28.890Z
77172026-07-16T03:57:28.890ZJul 16 03:57:27.972 INFOJul 16 03:57:27.972 Jul 16 03:57:27.972DEBGadding route 172.17.0.23/32 -> 10.0.0.255
77182026-07-16T03:57:28.890Zreplacing 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
77192026-07-16T03:57:28.890Z 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 } }]Jul 16 03:57:27.972
77202026-07-16T03:57:28.890Z DEBG Jul 16 03:57:27.972replacing 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 } }] Jul 16 03:57:27.972INFO
77212026-07-16T03:57:28.890Z adding route 172.17.0.46/32 -> 10.0.0.255
77222026-07-16T03:57:28.890ZINFO Jul 16 03:57:27.972adding route 172.17.0.32/32 -> 10.0.0.255
77232026-07-16T03:57:28.890ZINFOJul 16 03:57:27.972 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
77242026-07-16T03:57:28.890ZJul 16 03:57:27.972 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 } }]DEBG
77252026-07-16T03:57:28.890Z Jul 16 03:57:27.972replacing 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 } }]
77262026-07-16T03:57:28.890ZDEBG 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 } }]
77272026-07-16T03:57:28.890ZJul 16 03:57:27.972 INFOJul 16 03:57:27.972Jul 16 03:57:27.972 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
77282026-07-16T03:57:28.890Z
77292026-07-16T03:57:28.890Z adding route 172.17.0.33/32 -> 10.0.0.255
77302026-07-16T03:57:28.890ZJul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972DEBG DEBG 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 } }]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 } }]
77312026-07-16T03:57:28.890Z
77322026-07-16T03:57:28.891Z
77332026-07-16T03:57:28.891ZJul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972INFO INFOINFOadding route 172.17.0.34/32 -> 10.0.0.255
77342026-07-16T03:57:28.891Zadding route 172.17.0.26/32 -> 10.0.0.255
77352026-07-16T03:57:28.891Zadding route 172.17.0.48/32 -> 10.0.0.255
77362026-07-16T03:57:28.891ZJul 16 03:57:27.972Jul 16 03:57:27.972Jul 16 03:57:27.972 DEBGDEBG DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77372026-07-16T03:57:28.891Z
77382026-07-16T03:57:28.891Z
77392026-07-16T03:57:28.891ZJul 16 03:57:27.972Jul 16 03:57:27.972 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255Jul 16 03:57:27.972
77402026-07-16T03:57:28.891Z
77412026-07-16T03:57:28.891Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
77422026-07-16T03:57:28.891ZJul 16 03:57:27.972 Jul 16 03:57:27.972DEBG Jul 16 03:57:27.972DEBGreplacing 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 } }]
77432026-07-16T03:57:28.891ZDEBG 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 } }]
77442026-07-16T03:57:28.891Zreplacing 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 } }]
77452026-07-16T03:57:28.891ZJul 16 03:57:27.972Jul 16 03:57:27.972 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
77462026-07-16T03:57:28.891Z
77472026-07-16T03:57:28.891ZJul 16 03:57:27.972 INFOJul 16 03:57:27.972Jul 16 03:57:27.972 adding route 172.17.0.50/32 -> 10.0.0.255DEBGDEBG
77482026-07-16T03:57:28.891Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
77492026-07-16T03:57:28.891Z
77502026-07-16T03:57:28.891ZJul 16 03:57:27.972 Jul 16 03:57:27.972DEBGJul 16 03:57:27.972 INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77512026-07-16T03:57:28.891Zadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255
77522026-07-16T03:57:28.891Z
77532026-07-16T03:57:28.891Ztest route::tests::delete_targets_full ... ok
77542026-07-16T03:57:28.891ZJul 16 03:57:27.972 Jul 16 03:57:27.972Jul 16 03:57:27.972 INFO 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 } }]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.51/32 -> 10.0.0.255
77552026-07-16T03:57:28.891Z
77562026-07-16T03:57:28.891Z
77572026-07-16T03:57:28.891ZJul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972INFO INFODEBGadding route 172.17.0.30/32 -> 10.0.0.255
77582026-07-16T03:57:28.891Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
77592026-07-16T03:57:28.891Z
77602026-07-16T03:57:28.891ZJul 16 03:57:27.972 Jul 16 03:57:27.972DEBGJul 16 03:57:27.972 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77612026-07-16T03:57:28.891Ztest route::tests::add_target_fails_full ... ok
77622026-07-16T03:57:28.891Z 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 } }]
77632026-07-16T03:57:28.891Ztest route::tests::delete_target_fragmented ... ok
77642026-07-16T03:57:28.891Zadding route 172.17.0.52/32 -> 10.0.0.255Jul 16 03:57:27.972
77652026-07-16T03:57:28.891Ztest route::tests::delete_targets_fragmented ... ok
77662026-07-16T03:57:28.891Z INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 16 03:57:27.972
77672026-07-16T03:57:28.892Z
77682026-07-16T03:57:28.892Z Jul 16 03:57:27.972INFO 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 } }]adding route 172.17.0.39/32 -> 10.0.0.255
77692026-07-16T03:57:28.892Ztest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
77702026-07-16T03:57:28.892Z
77712026-07-16T03:57:28.892Z
77722026-07-16T03:57:28.892ZJul 16 03:57:27.972 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 } }]Jul 16 03:57:27.972
77732026-07-16T03:57:28.892Z DEBGJul 16 03:57:27.972 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 } }]
77742026-07-16T03:57:28.892ZINFO Jul 16 03:57:27.972adding route 172.17.0.53/32 -> 10.0.0.255
77752026-07-16T03:57:28.892ZINFO Jul 16 03:57:27.972adding route 172.17.0.32/32 -> 10.0.0.255
77762026-07-16T03:57:28.892ZINFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:57:27.972
77772026-07-16T03:57:28.892Z DEBGJul 16 03:57:27.972 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77782026-07-16T03:57:28.892Z 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 } }]Jul 16 03:57:27.972
77792026-07-16T03:57:28.892Z DEBG Jul 16 03:57:27.972replacing 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 } }]
77802026-07-16T03:57:28.892ZINFOJul 16 03:57:27.972 adding route 172.17.0.54/32 -> 10.0.0.255INFO
77812026-07-16T03:57:28.892Z adding route 172.17.0.33/32 -> 10.0.0.255Jul 16 03:57:27.972
77822026-07-16T03:57:28.892Z INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:57:27.972
77832026-07-16T03:57:28.892Z DEBG Jul 16 03:57:27.972 adding route 172.17.0.52/32 -> 10.0.0.255 DEBG
77842026-07-16T03:57:28.892Z Jul 16 03:57:27.972replacing 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.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 } }]
77852026-07-16T03:57:28.892ZDEBG 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 } }]
77862026-07-16T03:57:28.892Z
77872026-07-16T03:57:28.892ZJul 16 03:57:27.972 Jul 16 03:57:27.972INFOJul 16 03:57:27.972 Jul 16 03:57:27.972 DEBG adding route 172.17.0.34/32 -> 10.0.0.255INFO
77882026-07-16T03:57:28.892Zreplacing 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 } }]
77892026-07-16T03:57:28.892Z adding route 172.17.0.42/32 -> 10.0.0.255
77902026-07-16T03:57:28.892ZINFO Jul 16 03:57:27.972Jul 16 03:57:27.972adding route 172.17.0.55/32 -> 10.0.0.255 INFODEBGJul 16 03:57:27.972
77912026-07-16T03:57:28.892Z adding route 172.17.0.53/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 } }]
77922026-07-16T03:57:28.892ZDEBG
77932026-07-16T03:57:28.892Z 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 } }]
77942026-07-16T03:57:28.897ZJul 16 03:57:27.972 Jul 16 03:57:27.972DEBG Jul 16 03:57:27.972Jul 16 03:57:27.972 DEBG 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 } }]INFO
77952026-07-16T03:57:28.897Zadding route 172.17.0.43/32 -> 10.0.0.255 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.35/32 -> 10.0.0.255
77962026-07-16T03:57:28.897Z
77972026-07-16T03:57:28.897Z
77982026-07-16T03:57:28.897ZJul 16 03:57:27.972 INFOJul 16 03:57:27.972 Jul 16 03:57:27.972INFOJul 16 03:57:27.972 adding route 172.17.0.56/32 -> 10.0.0.255 DEBGDEBG adding route 172.17.0.54/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 } }]
77992026-07-16T03:57:28.897Z
78002026-07-16T03:57:28.897Z
78012026-07-16T03:57:28.897Zreplacing 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 } }]
78022026-07-16T03:57:28.897ZJul 16 03:57:27.972Jul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972 INFOINFODEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78032026-07-16T03:57:28.897Zadding route 172.17.0.36/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 } }]
78042026-07-16T03:57:28.897Zadding route 172.17.0.44/32 -> 10.0.0.255
78052026-07-16T03:57:28.897Z
78062026-07-16T03:57:28.897ZJul 16 03:57:27.972Jul 16 03:57:27.972 Jul 16 03:57:27.972Jul 16 03:57:27.972 DEBGINFO 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 } }] adding route 172.17.0.55/32 -> 10.0.0.255
78072026-07-16T03:57:28.897Zreplacing 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 } }]
78082026-07-16T03:57:28.897ZINFO
78092026-07-16T03:57:28.897Zadding route 172.17.0.57/32 -> 10.0.0.255Jul 16 03:57:27.972Jul 16 03:57:27.972 INFO
78102026-07-16T03:57:28.897ZDEBGJul 16 03:57:27.972 adding route 172.17.0.37/32 -> 10.0.0.255
78112026-07-16T03:57:28.898ZINFOreplacing 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.45/32 -> 10.0.0.255
78122026-07-16T03:57:28.898Z
78132026-07-16T03:57:28.898ZJul 16 03:57:27.972Jul 16 03:57:27.980Jul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }]DEBGDEBG
78142026-07-16T03:57:28.898Z 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 } }]
78152026-07-16T03:57:28.898Zreplacing 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 } }]INFOJul 16 03:57:27.980 adding route 172.17.0.56/32 -> 10.0.0.255
78162026-07-16T03:57:28.898Z
78172026-07-16T03:57:28.898ZINFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 16 03:57:27.980
78182026-07-16T03:57:28.898Z INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:57:27.980
78192026-07-16T03:57:28.898ZJul 16 03:57:27.980 DEBGINFO Jul 16 03:57:27.980replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
78202026-07-16T03:57:28.898Z
78212026-07-16T03:57:28.898ZDEBG 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 } }]
78222026-07-16T03:57:28.898ZJul 16 03:57:27.980Jul 16 03:57:27.980Jul 16 03:57:27.980 DEBG INFOINFO 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 } }]
78232026-07-16T03:57:28.898Zadding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
78242026-07-16T03:57:28.898Z
78252026-07-16T03:57:28.898ZJul 16 03:57:27.980 Jul 16 03:57:27.980INFO Jul 16 03:57:27.980DEBG adding route 172.17.0.59/32 -> 10.0.0.255DEBGreplacing 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 } }]
78262026-07-16T03:57:28.898Z
78272026-07-16T03:57:28.898Z 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 } }]
78282026-07-16T03:57:28.898ZJul 16 03:57:27.980 Jul 16 03:57:27.980Jul 16 03:57:27.980DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78292026-07-16T03:57:28.898Zadding route 172.17.0.48/32 -> 10.0.0.255
78302026-07-16T03:57:28.898ZINFO adding route 172.17.0.58/32 -> 10.0.0.255Jul 16 03:57:27.980
78312026-07-16T03:57:28.898Z INFOJul 16 03:57:27.980 adding route 172.17.0.60/32 -> 10.0.0.255Jul 16 03:57:27.980
78322026-07-16T03:57:28.898Z Jul 16 03:57:27.980DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78332026-07-16T03:57:28.898Zreplacing 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 } }]Jul 16 03:57:27.980
78342026-07-16T03:57:28.898Z
78352026-07-16T03:57:28.898Z 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 } }]Jul 16 03:57:27.980
78362026-07-16T03:57:28.898ZJul 16 03:57:27.980 INFO Jul 16 03:57:27.980adding route 172.17.0.49/32 -> 10.0.0.255
78372026-07-16T03:57:28.898ZDEBG failed to allocate space for the new target list
78382026-07-16T03:57:28.898ZJul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }]
78392026-07-16T03:57:28.898Zreplacing targets for 172.16.0.0/32 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 } }]
78402026-07-16T03:57:28.898ZJul 16 03:57:27.980 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78412026-07-16T03:57:28.898ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
78422026-07-16T03:57:28.898ZJul 16 03:57:27.980 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 } }]
78432026-07-16T03:57:28.898ZJul 16 03:57:27.980 DEBGJul 16 03:57:27.980 INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78442026-07-16T03:57:28.898Zadding route 172.17.0.40/32 -> 10.0.0.255
78452026-07-16T03:57:28.898ZJul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.51/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 } }]
78462026-07-16T03:57:28.898Z
78472026-07-16T03:57:28.898ZJul 16 03:57:27.980 Jul 16 03:57:27.980INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
78482026-07-16T03:57:28.899Zreplacing 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 } }]
78492026-07-16T03:57:28.899ZJul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78502026-07-16T03:57:28.899Z
78512026-07-16T03:57:28.899ZJul 16 03:57:27.980 Jul 16 03:57:27.980INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
78522026-07-16T03:57:28.899Z
78532026-07-16T03:57:28.899Zrunning 0 tests
78542026-07-16T03:57:28.899Zreplacing 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 } }]
78552026-07-16T03:57:28.899ZJul 16 03:57:27.980Jul 16 03:57:27.980 Jul 16 03:57:27.980INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255DEBGadding route 172.17.0.59/32 -> 10.0.0.255
78562026-07-16T03:57:28.899Z
78572026-07-16T03:57:28.899Zreplacing 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 } }]
78582026-07-16T03:57:28.899ZJul 16 03:57:27.980Jul 16 03:57:27.980 DEBGJul 16 03:57:27.980INFO 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.43/32 -> 10.0.0.255DEBG
78592026-07-16T03:57:28.899Z
78602026-07-16T03:57:28.899Z 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 } }]
78612026-07-16T03:57:28.899ZJul 16 03:57:27.980Jul 16 03:57:27.980Jul 16 03:57:27.980 INFOINFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255
78622026-07-16T03:57:28.899Zreplacing 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.60/32 -> 10.0.0.255
78632026-07-16T03:57:28.899Z
78642026-07-16T03:57:28.899ZJul 16 03:57:27.980 DEBGJul 16 03:57:27.980Jul 16 03:57:27.980 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78652026-07-16T03:57:28.899Z
78662026-07-16T03:57:28.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78672026-07-16T03:57:28.899Z DEBG adding route 172.17.0.44/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 } }]
78682026-07-16T03:57:28.899Z
78692026-07-16T03:57:28.899ZJul 16 03:57:27.980
78702026-07-16T03:57:28.899ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
78712026-07-16T03:57:28.899Z
78722026-07-16T03:57:28.899Zrunning 0 tests
78732026-07-16T03:57:28.899Z
78742026-07-16T03:57:28.899ZJul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.61/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 } }]
78752026-07-16T03:57:28.899Z
78762026-07-16T03:57:28.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78772026-07-16T03:57:28.899Z
78782026-07-16T03:57:28.899Z
78792026-07-16T03:57:28.899ZJul 16 03:57:27.980 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 } }]Jul 16 03:57:27.980Jul 16 03:57:27.980
78802026-07-16T03:57:28.899Zrunning 6 tests
78812026-07-16T03:57:28.899Ztest tests::test_full_lot_id_neither_present ... ok
78822026-07-16T03:57:28.899Ztest tests::test_parse_client_port_id ... ok
78832026-07-16T03:57:28.899Ztest tests::test_full_lot_id_lot_only ... ok
78842026-07-16T03:57:28.899Ztest tests::test_port_id_cmp ... ok
78852026-07-16T03:57:28.900Ztest tests::test_full_lot_id_both_present ... ok
78862026-07-16T03:57:28.900Ztest tests::test_full_lot_id_lotnum_only ... ok
78872026-07-16T03:57:28.900Z
78882026-07-16T03:57:28.900Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78892026-07-16T03:57:28.900Z
78902026-07-16T03:57:28.900Z
78912026-07-16T03:57:28.900Zrunning 0 tests
78922026-07-16T03:57:28.900Z
78932026-07-16T03:57:28.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78942026-07-16T03:57:28.904Z
78952026-07-16T03:57:28.905Z DEBGINFO 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 } }]Jul 16 03:57:27.980
78962026-07-16T03:57:28.905Z adding route 172.17.0.45/32 -> 10.0.0.255INFO
78972026-07-16T03:57:28.905Z adding route 172.17.0.56/32 -> 10.0.0.255
78982026-07-16T03:57:28.905ZJul 16 03:57:27.980Jul 16 03:57:27.980 INFODEBG adding route 172.17.0.62/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 } }]
78992026-07-16T03:57:28.905Z
79002026-07-16T03:57:28.905ZJul 16 03:57:27.980 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 } }]Jul 16 03:57:27.980Jul 16 03:57:27.980
79012026-07-16T03:57:28.905ZINFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
79022026-07-16T03:57:28.905Zreplacing 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 } }]Jul 16 03:57:27.980
79032026-07-16T03:57:28.905Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
79042026-07-16T03:57:28.905ZJul 16 03:57:27.980Jul 16 03:57:27.980 INFOJul 16 03:57:27.980 adding route 172.17.0.63/32 -> 10.0.0.255DEBG
79052026-07-16T03:57:28.905Z 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 } }]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 } }]
79062026-07-16T03:57:28.905Z
79072026-07-16T03:57:28.905ZJul 16 03:57:27.980 DEBG Jul 16 03:57:27.980replacing 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 } }]
79082026-07-16T03:57:28.905ZINFOJul 16 03:57:27.980 INFOadding route 172.17.0.47/32 -> 10.0.0.255
79092026-07-16T03:57:28.905ZJul 16 03:57:27.980adding route 172.17.0.58/32 -> 10.0.0.255
79102026-07-16T03:57:28.905ZDEBG failed to allocate space for the new target listJul 16 03:57:27.980
79112026-07-16T03:57:28.905Z DEBGJul 16 03:57:27.980 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
79122026-07-16T03:57:28.905ZJul 16 03:57:27.980 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 } }]
79132026-07-16T03:57:28.905ZDEBG Jul 16 03:57:27.980replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] Jul 16 03:57:27.980INFO INFO
79142026-07-16T03:57:28.905Z adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
79152026-07-16T03:57:28.905Z
79162026-07-16T03:57:28.905ZJul 16 03:57:27.980Jul 16 03:57:27.980Jul 16 03:57:27.980 DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
79172026-07-16T03:57:28.905Zfailed to allocate space for the new target list
79182026-07-16T03:57:28.905Zreplacing 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 } }]
79192026-07-16T03:57:28.905ZJul 16 03:57:27.980 Jul 16 03:57:27.980INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
79202026-07-16T03:57:28.905Zadding route 172.17.0.60/32 -> 10.0.0.255
79212026-07-16T03:57:28.905ZJul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }]
79222026-07-16T03:57:28.905Zreplacing 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 } }]
79232026-07-16T03:57:28.905ZJul 16 03:57:27.980 Jul 16 03:57:27.980INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
79242026-07-16T03:57:28.905Zfailed to allocate space for the new target list
79252026-07-16T03:57:28.905ZJul 16 03:57:27.980 Jul 16 03:57:27.980DEBG 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 } }]
79262026-07-16T03:57:28.905Z 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 } }]
79272026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79282026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79292026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79302026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79312026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79322026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79332026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79342026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79352026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79362026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79372026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79382026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79392026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79402026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79412026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79422026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79432026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79442026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79452026-07-16T03:57:28.906ZJul 16 03:57:27.980 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79462026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79472026-07-16T03:57:28.906ZJul 16 03:57:27.980 DEBG failed to allocate space for the new target list
79482026-07-16T03:57:28.906ZJul 16 03:57:27.980 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 } }]
79492026-07-16T03:57:28.906Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b23cb5d3c00061ab)
79502026-07-16T03:57:28.906Z Running unittests src/lib.rs (target/debug/deps/dpd_api-57e00266f8adfe32)
79512026-07-16T03:57:28.906Z
79522026-07-16T03:57:28.906Zrunning 0 tests
79532026-07-16T03:57:28.906Z
79542026-07-16T03:57:28.906Z Running unittests src/lib.rs (target/debug/deps/dpd_client-dd5f5bcff9440003)
79552026-07-16T03:57:28.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79562026-07-16T03:57:28.906Z
79572026-07-16T03:57:28.906Z
79582026-07-16T03:57:28.906Zrunning 0 tests
79592026-07-16T03:57:28.906Z
79602026-07-16T03:57:28.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79612026-07-16T03:57:28.906Z
79622026-07-16T03:57:28.906Z
79632026-07-16T03:57:28.906Z Running tests/test_all.rs (target/debug/deps/test_all-508f95a03644e525)
79642026-07-16T03:57:28.906Z Running unittests src/lib.rs (target/debug/deps/dpd_types-6cd2d8fc3eab5b39)
79652026-07-16T03:57:28.907Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-5d06176c09f68c79)
79662026-07-16T03:57:28.907Zrunning 12 tests
79672026-07-16T03:57:28.907Z Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed)
79682026-07-16T03:57:28.907Ztest icmp::test_v6_checksum ... ok
79692026-07-16T03:57:28.907Ztest ipv6::test_ipv6_parse ... ok
79702026-07-16T03:57:28.907Ztest icmp::test_v4_checksum ... ok
79712026-07-16T03:57:28.907Ztest lldp::test_lldp_parse ... ok
79722026-07-16T03:57:28.907Ztest pbuf::test_overflow ... ok
79732026-07-16T03:57:28.907Ztest pbuf::test_nibble ... ok
79742026-07-16T03:57:28.907Ztest pbuf::test_byte ... ok
79752026-07-16T03:57:28.907Ztest pbuf::test_short ... ok
79762026-07-16T03:57:28.907Ztest pbuf::test_twelve ... ok
79772026-07-16T03:57:28.907Ztest pbuf::test_word ... ok
79782026-07-16T03:57:28.907Ztest tcp::test_checksum_ack_data ... ok
79792026-07-16T03:57:28.907Ztest tcp::test_checksum_syn_nodata ... ok
79802026-07-16T03:57:28.907Z
79812026-07-16T03:57:28.907Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79822026-07-16T03:57:28.907Z
79832026-07-16T03:57:28.907Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79842026-07-16T03:57:28.907Z
79852026-07-16T03:57:28.907Zrunning 0 tests
79862026-07-16T03:57:28.907Z
79872026-07-16T03:57:28.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79882026-07-16T03:57:28.907Z
79892026-07-16T03:57:28.907Z Running unittests src/main.rs (target/debug/deps/swadm-1151a9d6061a110a)
79902026-07-16T03:57:28.907Z
79912026-07-16T03:57:28.907Zrunning 5 tests
79922026-07-16T03:57:28.907Ztest switchport::test::test_compute_lanes ... ok
79932026-07-16T03:57:28.907Z Lane 0 Lane 1 Lane 2 Lane 3
79942026-07-16T03:57:28.912Ztest switchport::test::port_id_ordering ... State: Activatedok Activated
79952026-07-16T03:57:28.912ZActivated Activated
79962026-07-16T03:57:28.912Z Lane 0 Rx Output Enabled: false false Lane 1 falseLane 2 falseLane 3
79972026-07-16T03:57:28.912Z
79982026-07-16T03:57:28.912Z Rx Output Status: valid Rx Loss-of-lock: Yesvalid Yesvalid Yesvalid
79992026-07-16T03:57:28.912Z Yes Rx Loss-of-lock: true
80002026-07-16T03:57:28.912Ztrue Rx Loss-of-signal: Yestrue true
80012026-07-16T03:57:28.912ZYes Rx Loss-of-signal: falseYes Yesfalse
80022026-07-16T03:57:28.912Z Rx CDR Enabled: Yes false Yesfalse
80032026-07-16T03:57:28.912Z Rx Auto-squelch Disable: trueYes trueYes
80042026-07-16T03:57:28.912Ztrue Tx Enabled: Yestrue
80052026-07-16T03:57:28.912Z Tx Output Enabled: trueYes true Yestrue Yestrue
80062026-07-16T03:57:28.912Z
80072026-07-16T03:57:28.912Z Tx Loss-of-lock: No Tx Output Status: invalid Noinvalid Noinvalid No
80082026-07-16T03:57:28.912Zinvalid Tx Loss-of-signal: No
80092026-07-16T03:57:28.913Z Tx Loss-of-lock: false Nofalse No falseNo
80102026-07-16T03:57:28.913Zfalse
80112026-07-16T03:57:28.913Z Tx CDR Enabled: No Tx Loss-of-signal: true Notrue Notrue No
80122026-07-16T03:57:28.913Ztrue
80132026-07-16T03:57:28.913Z Tx Adaptive EQ Fault: NoTx Auto-squelch Disable: false Nofalse Nofalse No
80142026-07-16T03:57:28.913Zfalse
80152026-07-16T03:57:28.913Z Tx Fault: Yes Tx Adaptive EQ Fail: true Yes true Yestrue true
80162026-07-16T03:57:28.913ZYes
80172026-07-16T03:57:28.913Z Tx Failure: false false false false
80182026-07-16T03:57:28.913Z Tx Force Squelch: true true true true
80192026-07-16T03:57:28.913Z Tx Input Polarity: normal normal normal normal
80202026-07-16T03:57:28.913Ztest switchport::test::test_print_cmis_datapath ... ok
80212026-07-16T03:57:28.913Ztest switchport::test::test_print_sff_datapath ... ok
80222026-07-16T03:57:28.913Ztest link::test_filter ... ok
80232026-07-16T03:57:28.913Z
80242026-07-16T03:57:28.913Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80252026-07-16T03:57:28.913Z
80262026-07-16T03:57:28.913Z Running tests/counters.rs (target/debug/deps/counters-bb42acff8e49f0e6)
80272026-07-16T03:57:28.913Z
80282026-07-16T03:57:28.913Zrunning 1 test
80292026-07-16T03:57:28.913Ztest test_p4_counter_list ... ignored
80302026-07-16T03:57:28.913Z
80312026-07-16T03:57:28.913Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80322026-07-16T03:57:28.913Z
80332026-07-16T03:57:28.918Z Running tests/port-link.rs (target/debug/deps/port_link-e7c736a3c8626b2a)
80342026-07-16T03:57:28.923Z
80352026-07-16T03:57:28.923Zrunning 5 tests
80362026-07-16T03:57:28.923Ztest test_an ... ignored
80372026-07-16T03:57:28.923Ztest test_enable ... ignored
80382026-07-16T03:57:28.923Ztest test_ip_addresses ... ignored
80392026-07-16T03:57:28.923Ztest test_kr ... ignored
80402026-07-16T03:57:28.923Ztest test_mac ... ignored
80412026-07-16T03:57:28.923Z
80422026-07-16T03:57:28.923Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80432026-07-16T03:57:28.923Z
80442026-07-16T03:57:28.923Z Running unittests src/main.rs (target/debug/deps/tfportd-bdd69881bc41cdb3)
80452026-07-16T03:57:28.923Z
80462026-07-16T03:57:28.923Zrunning 3 tests
80472026-07-16T03:57:28.923Ztest linklocal::test_parse_ipadm ... ok
80482026-07-16T03:57:28.923Ztest tfport::test_parse_tfport ... ok
80492026-07-16T03:57:28.923Ztest config::tests::test_updates ... ok
80502026-07-16T03:57:28.923Z
80512026-07-16T03:57:28.923Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522026-07-16T03:57:28.923Z
80532026-07-16T03:57:28.928Z Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84)
80542026-07-16T03:57:28.928Z
80552026-07-16T03:57:28.928Zrunning 0 tests
80562026-07-16T03:57:28.928Z
80572026-07-16T03:57:28.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80582026-07-16T03:57:28.928Z
80592026-07-16T03:57:28.932Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
80602026-07-16T03:57:28.932Z
80612026-07-16T03:57:28.932Zrunning 0 tests
80622026-07-16T03:57:28.933Z
80632026-07-16T03:57:28.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-07-16T03:57:28.933Z
80652026-07-16T03:57:28.937Z Doc-tests aal
80662026-07-16T03:57:29.065Z
80672026-07-16T03:57:29.065Zrunning 0 tests
80682026-07-16T03:57:29.066Z
80692026-07-16T03:57:29.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-07-16T03:57:29.069Z
80712026-07-16T03:57:29.083Z Doc-tests aal_macros
80722026-07-16T03:57:29.180Z
80732026-07-16T03:57:29.180Zrunning 0 tests
80742026-07-16T03:57:29.180Z
80752026-07-16T03:57:29.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-07-16T03:57:29.180Z
80772026-07-16T03:57:29.187Z Doc-tests common
80782026-07-16T03:57:29.410Z
80792026-07-16T03:57:29.410Zrunning 0 tests
80802026-07-16T03:57:29.410Z
80812026-07-16T03:57:29.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-07-16T03:57:29.410Z
80832026-07-16T03:57:29.426Z Doc-tests dpd_api
80842026-07-16T03:57:30.175Z
80852026-07-16T03:57:30.175Zrunning 2 tests
80862026-07-16T03:57:30.175Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80872026-07-16T03:57:30.175Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
80882026-07-16T03:57:30.175Z
80892026-07-16T03:57:30.175Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80902026-07-16T03:57:30.175Z
80912026-07-16T03:57:30.207Z Doc-tests dpd_client
80922026-07-16T03:57:31.482Z
80932026-07-16T03:57:31.482Zrunning 0 tests
80942026-07-16T03:57:31.482Z
80952026-07-16T03:57:31.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-07-16T03:57:31.482Z
80972026-07-16T03:57:31.528Z Doc-tests dpd_types
80982026-07-16T03:57:31.742Z
80992026-07-16T03:57:31.742Zrunning 0 tests
81002026-07-16T03:57:31.742Z
81012026-07-16T03:57:31.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-07-16T03:57:31.742Z
81032026-07-16T03:57:31.767Z Doc-tests dpd_types_versions
81042026-07-16T03:57:32.982Z
81052026-07-16T03:57:32.982Zrunning 1 test
81062026-07-16T03:57:32.982Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81072026-07-16T03:57:32.982Z
81082026-07-16T03:57:32.982Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092026-07-16T03:57:32.982Z
81102026-07-16T03:57:33.025Z Doc-tests packet
81112026-07-16T03:57:33.141Z
81122026-07-16T03:57:33.141Zrunning 0 tests
81132026-07-16T03:57:33.141Z
81142026-07-16T03:57:33.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81152026-07-16T03:57:33.141Z
81162026-07-16T03:57:33.158Z Doc-tests pcap
81172026-07-16T03:57:33.212Z
81182026-07-16T03:57:33.212Zrunning 0 tests
81192026-07-16T03:57:33.213Z
81202026-07-16T03:57:33.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-07-16T03:57:33.213Z
81222026-07-16T03:57:33.262Z+ for feat in tofino_stub tofino_asic softnpu chaos
81232026-07-16T03:57:33.262Z+ RUST_BACKTRACE=full
81242026-07-16T03:57:33.262Z+ cargo test --features chaos --no-fail-fast
81252026-07-16T03:57:33.881Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81262026-07-16T03:57:33.960Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81272026-07-16T03:57:33.967Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81282026-07-16T03:57:42.299Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81292026-07-16T03:57:42.474Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81302026-07-16T03:58:17.536Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.25s
81312026-07-16T03:58:17.664Z Running unittests src/lib.rs (target/debug/deps/aal-cc4916a08035163e)
81322026-07-16T03:58:17.670Z
81332026-07-16T03:58:17.670Zrunning 5 tests
81342026-07-16T03:58:17.674Ztest fuse::tests::chip_revision_a0 ... ok
81352026-07-16T03:58:17.674Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81362026-07-16T03:58:17.674Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81372026-07-16T03:58:17.674Ztest fuse::tests::chip_revision_b0 ... ok
81382026-07-16T03:58:17.674Ztest fuse::tests::chip_revision_b1 ... ok
81392026-07-16T03:58:17.674Z
81402026-07-16T03:58:17.674Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81412026-07-16T03:58:17.674Z
81422026-07-16T03:58:17.674Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81432026-07-16T03:58:17.677Z
81442026-07-16T03:58:17.677Zrunning 0 tests
81452026-07-16T03:58:17.677Z
81462026-07-16T03:58:17.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81472026-07-16T03:58:17.677Z
81482026-07-16T03:58:17.677Z Running unittests src/lib.rs (target/debug/deps/asic-b21a413835d2ae19)
81492026-07-16T03:58:17.683Z
81502026-07-16T03:58:17.683Zrunning 0 tests
81512026-07-16T03:58:17.683Z
81522026-07-16T03:58:17.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-07-16T03:58:17.687Z
81542026-07-16T03:58:17.687Z Running unittests src/lib.rs (target/debug/deps/common-b72bdf9583b5d1a7)
81552026-07-16T03:58:17.690Z
81562026-07-16T03:58:17.690Zrunning 10 tests
81572026-07-16T03:58:17.693Ztest network::tests::test_equal ... ok
81582026-07-16T03:58:17.693Ztest nat::tests::test_vni ... ok
81592026-07-16T03:58:17.693Ztest network::tests::test_eui64 ... ok
81602026-07-16T03:58:17.693Ztest network::tests::test_generate_ipv6_link_local ... ok
81612026-07-16T03:58:17.693Ztest network::tests::test_into ... ok
81622026-07-16T03:58:17.693Ztest network::tests::test_not_equal ... ok
81632026-07-16T03:58:17.693Ztest network::tests::test_to_string ... ok
81642026-07-16T03:58:17.693Ztest network::tests::test_parse ... ok
81652026-07-16T03:58:17.696Ztest test_purge ... ok
81662026-07-16T03:58:17.699Ztest illumos::test::address_exists_handles_missing_object ... ok
81672026-07-16T03:58:17.699Z
81682026-07-16T03:58:17.699Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81692026-07-16T03:58:17.699Z
81702026-07-16T03:58:17.699Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5ede181ac8b4f52d)
81712026-07-16T03:58:17.725Z
81722026-07-16T03:58:17.725Zrunning 1 test
81732026-07-16T03:58:17.730Z -------
81742026-07-16T03:58:17.733Z Generating OpenAPI documents from API definitions ...
81752026-07-16T03:58:17.888Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81762026-07-16T03:58:17.958Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81772026-07-16T03:58:18.943Z -------
81782026-07-16T03:58:18.943Z Checking 12 OpenAPI documents...
81792026-07-16T03:58:18.943Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81802026-07-16T03:58:18.943Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81812026-07-16T03:58:18.943Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81822026-07-16T03:58:18.943Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81832026-07-16T03:58:18.947Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81842026-07-16T03:58:18.947Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81852026-07-16T03:58:18.947Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81862026-07-16T03:58:18.947Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81872026-07-16T03:58:18.947Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81882026-07-16T03:58:18.947Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-07-16T03:58:18.947Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-07-16T03:58:18.947Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-07-16T03:58:18.947Z Fresh dpd "latest" symlink
81922026-07-16T03:58:18.947Z -------
81932026-07-16T03:58:18.947Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
81942026-07-16T03:58:19.007Ztest test::test_apis_up_to_date ... ok
81952026-07-16T03:58:19.007Z
81962026-07-16T03:58:19.008Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
81972026-07-16T03:58:19.008Z
81982026-07-16T03:58:19.073Z Running unittests src/main.rs (target/debug/deps/dpd-376e67c533ea44f8)
81992026-07-16T03:58:19.077Z
82002026-07-16T03:58:19.077Zrunning 33 tests
82012026-07-16T03:58:19.081Ztest freemap::test_ordering ... ok
82022026-07-16T03:58:19.081Ztest config::tests::test_updates ... ok
82032026-07-16T03:58:19.081Ztest freemap::test_split ... ok
82042026-07-16T03:58:19.081Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82052026-07-16T03:58:19.082Ztest macaddrs::tests::test_mac_offset ... ok
82062026-07-16T03:58:19.082Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82072026-07-16T03:58:19.086Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82082026-07-16T03:58:19.086Ztest macaddrs::tests::test_parse_port_id ... ok
82092026-07-16T03:58:19.086Ztest nat::test_mapping ... ok
82102026-07-16T03:58:19.086Ztest port_map::tests::dump_map ... ok
82112026-07-16T03:58:19.086Ztest port_map::tests::test_backplane_group ... ok
82122026-07-16T03:58:19.086ZJul 16 03:58:18.212 DEBG created new freemap, unit:Jul 16 03:58:18.212 freemap_testDEBG
82132026-07-16T03:58:19.086Zcreated new freemap, unit: Jul 16 03:58:18.212freemap_test DEBG
82142026-07-16T03:58:19.086Z initted freemap. size: 128, unit: freemap_test
82152026-07-16T03:58:19.086ZJul 16 03:58:18.212 DEBG initted freemap. size: 128Jul 16 03:58:18.212, unitDEBG: reset freemapfreemap_test,
82162026-07-16T03:58:19.086Zunit: freemap_test
82172026-07-16T03:58:19.086ZJul 16 03:58:18.212 DEBG reset freemap, unit: freemap_test
82182026-07-16T03:58:19.086Ztest port_map::tests::test_port_map ... ok
82192026-07-16T03:58:19.086ZJul 16 03:58:18.212 DEBG created new freemap, unit: freemap_test
82202026-07-16T03:58:19.086Ztest freemap::test_exhaustion ... ok
82212026-07-16T03:58:19.086Ztest freemap::test_reclaim ... ok
82222026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG initted freemap. size: 128, unit: freemap_test
82232026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG reset freemap, unit: freemap_test
82242026-07-16T03:58:19.087ZJul 16 03:58:18.212 DEBG created new freemap, unit: freemap_test
82252026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG initted freemap. size: 128, unit: freemap_test
82262026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG reset freemap, unit: freemap_test
82272026-07-16T03:58:19.087Ztest freemap::test_basic ... ok
82282026-07-16T03:58:19.087Ztest freemap::test_free ... ok
82292026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG created new freemap, unit: freemap_test
82302026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG initted freemap. size: 128, unit: freemap_test
82312026-07-16T03:58:19.087ZJul 16 03:58:18.213 DEBG reset freemap, unit: freemap_test
82322026-07-16T03:58:19.087Ztest freemap::test_span ... ok
82332026-07-16T03:58:19.087Ztest port_map::tests::parse_softnpu_revision ... ok
82342026-07-16T03:58:19.087Ztest api_server::tests::test_build_info ... ok
82352026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv4
82362026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv6
82372026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82382026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG reset freemap, unit: freemap_route_ipv4
82392026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82402026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv4
82412026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv6
82422026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82432026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG reset freemap, unit: freemap_route_ipv4
82442026-07-16T03:58:19.087ZJul 16 03:58:18.214Jul 16 03:58:18.214 DEBG created new freemap, unit: freemap_route_ipv4DEBG
82452026-07-16T03:58:19.087Zinitted freemap. size: 64, unit: freemap_route_ipv6Jul 16 03:58:18.214
82462026-07-16T03:58:19.087Z DEBG created new freemap, Jul 16 03:58:18.214unit :DEBG freemap_route_ipv6reset freemap
82472026-07-16T03:58:19.087Z, unit: freemap_route_ipv6
82482026-07-16T03:58:19.087ZJul 16 03:58:18.214 DEBG initted freemap. size: 64Jul 16 03:58:18.214, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
82492026-07-16T03:58:19.088Z
82502026-07-16T03:58:19.088ZJul 16 03:58:18.214Jul 16 03:58:18.214 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 } }]reset freemap
82512026-07-16T03:58:19.088Z, unit: freemap_route_ipv4Jul 16 03:58:18.214
82522026-07-16T03:58:19.088Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82532026-07-16T03:58:19.088ZJul 16 03:58:18.214 DEBG initted freemap. size: 64Jul 16 03:58:18.214, 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 } }]freemap_route_ipv6
82542026-07-16T03:58:19.088Z
82552026-07-16T03:58:19.088ZJul 16 03:58:18.214Jul 16 03:58:18.214 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap
82562026-07-16T03:58:19.088Z, unit: freemap_route_ipv6Jul 16 03:58:18.214
82572026-07-16T03:58:19.088Z 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 } }]Jul 16 03:58:18.214
82582026-07-16T03:58:19.088Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:58:18.214
82592026-07-16T03:58:19.088Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82602026-07-16T03:58:19.088ZJul 16 03:58:18.214 DEBGJul 16 03:58:18.214 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 } }]DEBG
82612026-07-16T03:58:19.088Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82622026-07-16T03:58:19.088ZJul 16 03:58:18.214 Jul 16 03:58:18.214INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
82632026-07-16T03:58:19.088Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82642026-07-16T03:58:19.088ZJul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
82652026-07-16T03:58:19.088Z
82662026-07-16T03:58:19.088ZJul 16 03:58:18.214Jul 16 03:58:18.214 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
82672026-07-16T03:58:19.088Z
82682026-07-16T03:58:19.088ZJul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
82692026-07-16T03:58:19.088Z
82702026-07-16T03:58:19.088ZJul 16 03:58:18.214 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:58:18.214
82712026-07-16T03:58:19.088Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82722026-07-16T03:58:19.088ZJul 16 03:58:18.214 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 } }]Jul 16 03:58:18.214
82732026-07-16T03:58:19.088Z 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 } }]
82742026-07-16T03:58:19.088ZJul 16 03:58:18.214 INFOJul 16 03:58:18.214 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
82752026-07-16T03:58:19.088Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82762026-07-16T03:58:19.089ZJul 16 03:58:18.214 DEBGJul 16 03:58:18.214 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
82772026-07-16T03:58:19.089Z 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 } }]
82782026-07-16T03:58:19.089ZJul 16 03:58:18.214 INFOJul 16 03:58:18.214 INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82792026-07-16T03:58:19.089Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82802026-07-16T03:58:19.089ZJul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG Jul 16 03:58:18.214replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
82812026-07-16T03:58:19.089Z
82822026-07-16T03:58:19.089ZDEBG created new freemapJul 16 03:58:18.214, Jul 16 03:58:18.214unit INFO:INFO freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82832026-07-16T03:58:19.089Z
82842026-07-16T03:58:19.089Z
82852026-07-16T03:58:19.089ZJul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214DEBG DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82862026-07-16T03:58:19.089Zcreated new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
82872026-07-16T03:58:19.089Zunit:Jul 16 03:58:18.214 Jul 16 03:58:18.214INFOfreemap_route_ipv6
82882026-07-16T03:58:19.089Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
82892026-07-16T03:58:19.089Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:58:18.214
82902026-07-16T03:58:19.089Z DEBG Jul 16 03:58:18.214initted freemap. size: 64 , DEBGJul 16 03:58:18.214unit 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
82912026-07-16T03:58:19.089Zfreemap_route_ipv4Jul 16 03:58:18.214
82922026-07-16T03:58:19.089Z DEBG Jul 16 03:58:18.214replacing 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 } }] Jul 16 03:58:18.214created new freemap
82932026-07-16T03:58:19.089Z INFO, Jul 16 03:58:18.214 unit DEBG: DEBGreset freemap , reset freemapunit, :unit :freemap_route_ipv6
82942026-07-16T03:58:19.089Zfreemap_route_ipv4
82952026-07-16T03:58:19.089Z freemap_route_ipv4
82962026-07-16T03:58:19.089ZJul 16 03:58:18.214 DEBG initted freemap. size: 64Jul 16 03:58:18.214, Jul 16 03:58:18.214unit : INFODEBG created new freemapfreemap_route_ipv6, unit
82972026-07-16T03:58:19.089Z:adding route 3fff:dead::/64 -> 2001:db8::55:1
82982026-07-16T03:58:19.089ZJul 16 03:58:18.214 Jul 16 03:58:18.214freemap_route_ipv6
82992026-07-16T03:58:19.089ZJul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
83002026-07-16T03:58:19.089Zunit: freemap_route_ipv4
83012026-07-16T03:58:19.089ZJul 16 03:58:18.214 Jul 16 03:58:18.214INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
83022026-07-16T03:58:19.090Zreset freemapINFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:Jul 16 03:58:18.214
83032026-07-16T03:58:19.090Z DEBGfreemap_route_ipv4
83042026-07-16T03:58:19.090Zreplacing 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 } }]
83052026-07-16T03:58:19.090ZJul 16 03:58:18.214 DEBG Jul 16 03:58:18.214replacing 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 } }]Jul 16 03:58:18.214
83062026-07-16T03:58:19.090ZINFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83072026-07-16T03:58:19.094Zinitted freemap. size: 64Jul 16 03:58:18.214, unitINFOJul 16 03:58:18.214: adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6
83082026-07-16T03:58:19.094Z
83092026-07-16T03:58:19.094Zreplacing 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 } }]
83102026-07-16T03:58:19.094ZJul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGINFODEBGDEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ff reset freemapreplacing 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 } }]
83112026-07-16T03:58:19.094Zreset freemap
83122026-07-16T03:58:19.094Z, , unit: Jul 16 03:58:18.214freemap_route_ipv6
83132026-07-16T03:58:19.094ZDEBG 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 } }]Jul 16 03:58:18.214Jul 16 03:58:18.214
83142026-07-16T03:58:19.094ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
83152026-07-16T03:58:19.094Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:58:18.214
83162026-07-16T03:58:19.094Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 16 03:58:18.214
83172026-07-16T03:58:19.094Z 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 } }]Jul 16 03:58:18.214
83182026-07-16T03:58:19.094Z 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 } }]
83192026-07-16T03:58:19.094ZJul 16 03:58:18.214 DEBGJul 16 03:58:18.214 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
83202026-07-16T03:58:19.094Z 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 } }]Jul 16 03:58:18.214
83212026-07-16T03:58:19.095Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83222026-07-16T03:58:19.095ZJul 16 03:58:18.214 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 16 03:58:18.214
83232026-07-16T03:58:19.095Z 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 } }]
83242026-07-16T03:58:19.095ZJul 16 03:58:18.214Jul 16 03:58:18.214 INFODEBG adding route 3fff:beef:5::/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 } }]
83252026-07-16T03:58:19.095Z
83262026-07-16T03:58:19.095Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 16 03:58:18.214Jul 16 03:58:18.214
83272026-07-16T03:58:19.095ZINFODEBG 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:d::/64 -> 2001:db8::55:ff
83282026-07-16T03:58:19.095Z
83292026-07-16T03:58:19.095ZJul 16 03:58:18.214Jul 16 03:58:18.214 INFOJul 16 03:58:18.214 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83302026-07-16T03:58:19.095Zreplacing 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
83312026-07-16T03:58:19.095Z 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 } }]Jul 16 03:58:18.214
83322026-07-16T03:58:19.095Z Jul 16 03:58:18.214 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 } }]Jul 16 03:58:18.214
83332026-07-16T03:58:19.095Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
83342026-07-16T03:58:19.095Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 16 03:58:18.214
83352026-07-16T03:58:19.095Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 16 03:58:18.214
83362026-07-16T03:58:19.095Z DEBGJul 16 03:58:18.214 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83372026-07-16T03:58:19.095Z Jul 16 03:58:18.214replacing 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 } }]
83382026-07-16T03:58:19.095ZDEBGJul 16 03:58:18.214 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83392026-07-16T03:58:19.095Z Jul 16 03:58:18.214adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83402026-07-16T03:58:19.095ZINFO Jul 16 03:58:18.214adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83412026-07-16T03:58:19.095ZINFO Jul 16 03:58:18.214adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83422026-07-16T03:58:19.095ZJul 16 03:58:18.214DEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:58:18.214
83432026-07-16T03:58:19.095Z 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 } }]DEBG
83442026-07-16T03:58:19.095Z 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 } }]
83452026-07-16T03:58:19.095ZJul 16 03:58:18.214 Jul 16 03:58:18.214INFOJul 16 03:58:18.214 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83462026-07-16T03:58:19.096Z
83472026-07-16T03:58:19.096Z
83482026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214DEBG DEBGDEBG 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:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83492026-07-16T03:58:19.096Z
83502026-07-16T03:58:19.096Z
83512026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO
83522026-07-16T03:58:19.096Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83532026-07-16T03:58:19.096Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83542026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214DEBG 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 } }] 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 } }]
83552026-07-16T03:58:19.096Z
83562026-07-16T03:58:19.096Z 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 } }]
83572026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
83582026-07-16T03:58:19.096Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83592026-07-16T03:58:19.096Z
83602026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
83612026-07-16T03:58:19.096ZDEBG
83622026-07-16T03:58:19.096Z 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 } }]
83632026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214 Jul 16 03:58:18.214 INFO INFO INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83642026-07-16T03:58:19.096Z
83652026-07-16T03:58:19.096Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83662026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214Jul 16 03:58:18.214 DEBGDEBG 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 } }] 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: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 } }]
83672026-07-16T03:58:19.096Z
83682026-07-16T03:58:19.096ZJul 16 03:58:18.214Jul 16 03:58:18.214 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83692026-07-16T03:58:19.096Z
83702026-07-16T03:58:19.096ZJul 16 03:58:18.215Jul 16 03:58:18.215
83712026-07-16T03:58:19.096Z DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83722026-07-16T03:58:19.096ZJul 16 03:58:18.215replacing 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 } }]
83732026-07-16T03:58:19.096ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83742026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO INFODEBG adding route 3fff:beef:c::/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 } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83752026-07-16T03:58:19.097Z
83762026-07-16T03:58:19.097Z
83772026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
83782026-07-16T03:58:19.097Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83792026-07-16T03:58:19.097Z
83802026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG 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:16::/64 -> 2001:db8::55:ffINFO
83812026-07-16T03:58:19.097Z
83822026-07-16T03:58:19.097Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83832026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 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 } }]
83842026-07-16T03:58:19.097ZDEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83852026-07-16T03:58:19.097Zreplacing 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 } }]
83862026-07-16T03:58:19.097ZJul 16 03:58:18.215 Jul 16 03:58:18.215INFO Jul 16 03:58:18.215 DEBGINFO adding route 3fff:beef:17::/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 } }]
83872026-07-16T03:58:19.097Z
83882026-07-16T03:58:19.097Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83892026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBGJul 16 03:58:18.215 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:10::/64 -> 2001:db8::55:ffDEBG
83902026-07-16T03:58:19.097Z
83912026-07-16T03:58:19.097Z 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 } }]
83922026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG Jul 16 03:58:18.215adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83932026-07-16T03:58:19.097Zreplacing 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
83942026-07-16T03:58:19.097Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83952026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215 INFOJul 16 03:58:18.215DEBG DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83962026-07-16T03:58:19.097Zreplacing 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 } }]
83972026-07-16T03:58:19.097Z
83982026-07-16T03:58:19.097ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83992026-07-16T03:58:19.097ZDEBG
84002026-07-16T03:58:19.098Zreplacing 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 } }]
84012026-07-16T03:58:19.098ZJul 16 03:58:18.215 DEBGJul 16 03:58:18.215 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 } }]Jul 16 03:58:18.215DEBG
84022026-07-16T03:58:19.098Z 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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 16 03:58:18.215
84032026-07-16T03:58:19.098Z
84042026-07-16T03:58:19.098ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84052026-07-16T03:58:19.098ZJul 16 03:58:18.215Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84062026-07-16T03:58:19.098Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84072026-07-16T03:58:19.102ZDEBG 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 } }]
84082026-07-16T03:58:19.102ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG INFO 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 } }]
84092026-07-16T03:58:19.102Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84102026-07-16T03:58:19.102Z
84112026-07-16T03:58:19.102ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG 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 } }] adding route 3fff:beef:12::/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 } }]
84122026-07-16T03:58:19.103Z
84132026-07-16T03:58:19.103Z
84142026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
84152026-07-16T03:58:19.103Z
84162026-07-16T03:58:19.103Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84172026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBG INFODEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84182026-07-16T03:58:19.103Zreplacing 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 } }]
84192026-07-16T03:58:19.103Z
84202026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84212026-07-16T03:58:19.103Z
84222026-07-16T03:58:19.103Z
84232026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215DEBG DEBGINFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/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 } }]
84242026-07-16T03:58:19.103Z
84252026-07-16T03:58:19.103Z
84262026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/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 } }]
84272026-07-16T03:58:19.103Z
84282026-07-16T03:58:19.103Z
84292026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84302026-07-16T03:58:19.103Z
84312026-07-16T03:58:19.103Zreplacing 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 } }]
84322026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215 DEBGINFOJul 16 03:58:18.215 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
84332026-07-16T03:58:19.103Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84342026-07-16T03:58:19.103Z
84352026-07-16T03:58:19.103ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84362026-07-16T03:58:19.103Zreplacing 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: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 } }]
84372026-07-16T03:58:19.103Z
84382026-07-16T03:58:19.103ZJul 16 03:58:18.215 DEBG Jul 16 03:58:18.215replacing 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 } }]Jul 16 03:58:18.215
84392026-07-16T03:58:19.104ZINFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84402026-07-16T03:58:19.104Z
84412026-07-16T03:58:19.104ZJul 16 03:58:18.215 INFOJul 16 03:58:18.215 Jul 16 03:58:18.215 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
84422026-07-16T03:58:19.104Z 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 } }]
84432026-07-16T03:58:19.104Zreplacing 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 } }]
84442026-07-16T03:58:19.104ZJul 16 03:58:18.215 Jul 16 03:58:18.215DEBG 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 } }]
84452026-07-16T03:58:19.104Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:58:18.215
84462026-07-16T03:58:19.104Z INFO Jul 16 03:58:18.215adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Jul 16 03:58:18.215
84472026-07-16T03:58:19.104ZINFO 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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84482026-07-16T03:58:19.104ZJul 16 03:58:18.215
84492026-07-16T03:58:19.104Z 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 } }]Jul 16 03:58:18.215
84502026-07-16T03:58:19.104ZJul 16 03:58:18.215 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 } }]Jul 16 03:58:18.215adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84512026-07-16T03:58:19.104Z
84522026-07-16T03:58:19.104ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84532026-07-16T03:58:19.104ZJul 16 03:58:18.215 Jul 16 03:58:18.215INFO Jul 16 03:58:18.215DEBG 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 } }] adding route 3fff:beef:19::/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 } }]
84542026-07-16T03:58:19.104Z
84552026-07-16T03:58:19.104Z
84562026-07-16T03:58:19.104ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFO DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84572026-07-16T03:58:19.104Z
84582026-07-16T03:58:19.104Z
84592026-07-16T03:58:19.104ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 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: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 } }]
84602026-07-16T03:58:19.104Z
84612026-07-16T03:58:19.104ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84622026-07-16T03:58:19.104ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215INFOINFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84632026-07-16T03:58:19.104Zadding route 3fff:beef:24::/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 } }]
84642026-07-16T03:58:19.104Z
84652026-07-16T03:58:19.105ZJul 16 03:58:18.215Jul 16 03:58:18.215 DEBGINFO Jul 16 03:58:18.215replacing 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 } }]
84662026-07-16T03:58:19.105Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
84672026-07-16T03:58:19.105Zreplacing 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 } }]
84682026-07-16T03:58:19.105ZJul 16 03:58:18.215 INFOJul 16 03:58:18.215 Jul 16 03:58:18.215adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
84692026-07-16T03:58:19.105Z 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 } }]
84702026-07-16T03:58:19.105ZINFO Jul 16 03:58:18.215adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84712026-07-16T03:58:19.105ZDEBGJul 16 03:58:18.215 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84722026-07-16T03:58:19.105ZJul 16 03:58:18.215 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
84732026-07-16T03:58:19.105Z 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 } }]Jul 16 03:58:18.215
84742026-07-16T03:58:19.105Z Jul 16 03:58:18.215INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Jul 16 03:58:18.215replacing 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 } }]
84752026-07-16T03:58:19.105Z
84762026-07-16T03:58:19.105Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84772026-07-16T03:58:19.105ZJul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG Jul 16 03:58:18.215 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
84782026-07-16T03:58:19.105Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84792026-07-16T03:58:19.105Z
84802026-07-16T03:58:19.105ZJul 16 03:58:18.215 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 } }]Jul 16 03:58:18.215Jul 16 03:58:18.215
84812026-07-16T03:58:19.105Z INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 16 03:58:18.215
84822026-07-16T03:58:19.105Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO
84832026-07-16T03:58:19.105Z Jul 16 03:58:18.215adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84842026-07-16T03:58:19.105ZDEBG 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 } }]
84852026-07-16T03:58:19.105ZJul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84862026-07-16T03:58:19.105Zreplacing 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 } }]
84872026-07-16T03:58:19.105Z
84882026-07-16T03:58:19.105ZJul 16 03:58:18.215Jul 16 03:58:18.215 INFOJul 16 03:58:18.215 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFODEBG
84892026-07-16T03:58:19.105Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84902026-07-16T03:58:19.105Z
84912026-07-16T03:58:19.105ZJul 16 03:58:18.215 DEBGJul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215replacing 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 } }]
84922026-07-16T03:58:19.106Z DEBGINFO 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 } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
84932026-07-16T03:58:19.106Z
84942026-07-16T03:58:19.106Z Jul 16 03:58:18.215created new freemap , INFOJul 16 03:58:18.215unit :DEBGJul 16 03:58:18.215 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff freemap_route_ipv4
84952026-07-16T03:58:19.106ZINFO
84962026-07-16T03:58:19.106Z 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:beef:20::/64 -> 2001:db8::55:ff
84972026-07-16T03:58:19.106ZJul 16 03:58:18.215
84982026-07-16T03:58:19.106ZJul 16 03:58:18.215 DEBG Jul 16 03:58:18.215DEBG 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 } }]created new freemapJul 16 03:58:18.215 , unit
84992026-07-16T03:58:19.106ZINFODEBG :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85002026-07-16T03:58:19.106Zreplacing 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 } }]
85012026-07-16T03:58:19.106Z freemap_route_ipv6Jul 16 03:58:18.215
85022026-07-16T03:58:19.106Z INFOJul 16 03:58:18.215 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOJul 16 03:58:18.215
85032026-07-16T03:58:19.106Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
85042026-07-16T03:58:19.106Z initted freemap. size: 64Jul 16 03:58:18.215, unitDEBGJul 16 03:58:18.215: DEBG freemap_route_ipv4replacing 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 } }]
85052026-07-16T03:58:19.106Z
85062026-07-16T03:58:19.106Zreplacing 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 } }]
85072026-07-16T03:58:19.112ZJul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG INFOreset freemap , INFOunit :adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85082026-07-16T03:58:19.112Zfreemap_route_ipv4
85092026-07-16T03:58:19.112Z
85102026-07-16T03:58:19.112ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 ,
85112026-07-16T03:58:19.112ZDEBGunit 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 } }]:
85122026-07-16T03:58:19.112Zfreemap_route_ipv6
85132026-07-16T03:58:19.112ZJul 16 03:58:18.215 INFOJul 16 03:58:18.215 Jul 16 03:58:18.215adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
85142026-07-16T03:58:19.112Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
85152026-07-16T03:58:19.112Z reset freemap, unit:Jul 16 03:58:18.215 Jul 16 03:58:18.215freemap_route_ipv6
85162026-07-16T03:58:19.112Z DEBG DEBGreplacing 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 } }]
85172026-07-16T03:58:19.112Zreplacing 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 } }]Jul 16 03:58:18.215
85182026-07-16T03:58:19.112Z INFO Jul 16 03:58:18.215adding route 172.16.0.0/32 -> 10.0.0.1
85192026-07-16T03:58:19.112ZINFOJul 16 03:58:18.215 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85202026-07-16T03:58:19.112ZINFO Jul 16 03:58:18.215adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85212026-07-16T03:58:19.112ZJul 16 03:58:18.215DEBG 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 } }]
85222026-07-16T03:58:19.112ZJul 16 03:58:18.215replacing 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 } }]
85232026-07-16T03:58:19.112ZDEBG Jul 16 03:58:18.215replacing 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 } }]
85242026-07-16T03:58:19.112ZJul 16 03:58:18.215DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85252026-07-16T03:58:19.112Z
85262026-07-16T03:58:19.112ZJul 16 03:58:18.215 Jul 16 03:58:18.215INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85272026-07-16T03:58:19.112Zreplacing 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 } }]
85282026-07-16T03:58:19.112ZJul 16 03:58:18.215Jul 16 03:58:18.215 INFODEBG adding route 3fff:beef:26::/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 } }]
85292026-07-16T03:58:19.112Z
85302026-07-16T03:58:19.113ZJul 16 03:58:18.215 INFO Jul 16 03:58:18.215adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85312026-07-16T03:58:19.113ZDEBG 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 } }]Jul 16 03:58:18.215
85322026-07-16T03:58:19.113Z 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 } }]
85332026-07-16T03:58:19.113ZJul 16 03:58:18.215 INFO Jul 16 03:58:18.215adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunit
85342026-07-16T03:58:19.113Z: INFO freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85352026-07-16T03:58:19.113Z
85362026-07-16T03:58:19.113ZJul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85372026-07-16T03:58:19.113Z Jul 16 03:58:18.215replacing 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 } }]DEBG
85382026-07-16T03:58:19.113ZINFO Jul 16 03:58:18.215adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
85392026-07-16T03:58:19.113ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85402026-07-16T03:58:19.113ZJul 16 03:58:18.215
85412026-07-16T03:58:19.113ZJul 16 03:58:18.215INFO Jul 16 03:58:18.215 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
85422026-07-16T03:58:19.113ZJul 16 03:58:18.215INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
85432026-07-16T03:58:19.113Z
85442026-07-16T03:58:19.113Zreplacing 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 } }]Jul 16 03:58:18.215
85452026-07-16T03:58:19.113ZDEBG 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 } }]Jul 16 03:58:18.215Jul 16 03:58:18.215
85462026-07-16T03:58:19.113ZJul 16 03:58:18.215 INFOJul 16 03:58:18.215 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
85472026-07-16T03:58:19.113Z
85482026-07-16T03:58:19.113ZINFO 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:29::/64 -> 2001:db8::55:ff
85492026-07-16T03:58:19.113Z
85502026-07-16T03:58:19.113ZJul 16 03:58:18.215Jul 16 03:58:18.215 Jul 16 03:58:18.215Jul 16 03:58:18.215DEBG INFO 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 } }]
85512026-07-16T03:58:19.113Zadding route 3fff:beef:24::/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 } }]
85522026-07-16T03:58:19.113Z
85532026-07-16T03:58:19.113Z 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 } }]
85542026-07-16T03:58:19.113ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
85552026-07-16T03:58:19.113ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85562026-07-16T03:58:19.114Zreplacing 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 } }]
85572026-07-16T03:58:19.114Z
85582026-07-16T03:58:19.114ZJul 16 03:58:18.215Jul 16 03:58:18.215Jul 16 03:58:18.215 DEBGJul 16 03:58:18.215 INFO 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 } }] DEBGDEBG
85592026-07-16T03:58:19.114Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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: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 } }]
85602026-07-16T03:58:19.114Z
85612026-07-16T03:58:19.114ZJul 16 03:58:18.215 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO Jul 16 03:58:18.215
85622026-07-16T03:58:19.114Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85632026-07-16T03:58:19.114ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 16 03:58:18.215
85642026-07-16T03:58:19.114Z INFOJul 16 03:58:18.215 adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.215DEBG
85652026-07-16T03:58:19.114Z 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 } }]Jul 16 03:58:18.215DEBG
85662026-07-16T03:58:19.114Z DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.215
85672026-07-16T03:58:19.114Z 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
85682026-07-16T03:58:19.114Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:58:18.215
85692026-07-16T03:58:19.114ZJul 16 03:58:18.215 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 16 03:58:18.215Jul 16 03:58:18.216 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85702026-07-16T03:58:19.114Z
85712026-07-16T03:58:19.114ZINFO INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 16 03:58:18.216adding route 3fff:beef::/64 -> 2001:db8::55:ff
85722026-07-16T03:58:19.114ZDEBG
85732026-07-16T03:58:19.114Z 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 } }]Jul 16 03:58:18.216
85742026-07-16T03:58:19.114Z Jul 16 03:58:18.216DEBGJul 16 03:58:18.216 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85752026-07-16T03:58:19.114Z DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.216
85762026-07-16T03:58:19.114Z
85772026-07-16T03:58:19.114ZJul 16 03:58:18.216Jul 16 03:58:18.216INFO INFOJul 16 03:58:18.216 INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
85782026-07-16T03:58:19.114Z
85792026-07-16T03:58:19.114Z
85802026-07-16T03:58:19.114Z Jul 16 03:58:18.216Jul 16 03:58:18.216adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Jul 16 03:58:18.216DEBG DEBG
85812026-07-16T03:58:19.115ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85822026-07-16T03:58:19.115Z
85832026-07-16T03:58:19.115Zreplacing 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 } }]
85842026-07-16T03:58:19.115ZJul 16 03:58:18.216 INFO Jul 16 03:58:18.216adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85852026-07-16T03:58:19.115ZJul 16 03:58:18.216Jul 16 03:58:18.216 DEBGINFO INFOJul 16 03:58:18.216 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
85862026-07-16T03:58:19.115Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85872026-07-16T03:58:19.115Zreplacing 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 } }]
85882026-07-16T03:58:19.115Z
85892026-07-16T03:58:19.115ZJul 16 03:58:18.216Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGDEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/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 } }]
85902026-07-16T03:58:19.115Z
85912026-07-16T03:58:19.115Z
85922026-07-16T03:58:19.115ZJul 16 03:58:18.216Jul 16 03:58:18.216Jul 16 03:58:18.216 INFOINFOJul 16 03:58:18.216 INFODEBG adding route 3fff:beef:3::/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 } }]
85932026-07-16T03:58:19.115Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
85942026-07-16T03:58:19.115Z
85952026-07-16T03:58:19.115Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85962026-07-16T03:58:19.115ZJul 16 03:58:18.216 Jul 16 03:58:18.216DEBG INFOJul 16 03:58:18.216 Jul 16 03:58:18.216replacing 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:30::/64 -> 2001:db8::55:ff
85972026-07-16T03:58:19.115Z DEBG
85982026-07-16T03:58:19.115Z 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
85992026-07-16T03:58:19.115ZJul 16 03:58:18.216Jul 16 03:58:18.216 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff 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 } }]
86002026-07-16T03:58:19.115Z
86012026-07-16T03:58:19.115Zreplacing 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 } }]Jul 16 03:58:18.216
86022026-07-16T03:58:19.115Z INFOJul 16 03:58:18.216 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 16 03:58:18.216Jul 16 03:58:18.216
86032026-07-16T03:58:19.115Z DEBG INFOINFOreplacing 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 } }]
86042026-07-16T03:58:19.115Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86052026-07-16T03:58:19.115Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86062026-07-16T03:58:19.115ZJul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBGJul 16 03:58:18.216Jul 16 03:58:18.216adding route 3fff:beef:5::/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 } }]
86072026-07-16T03:58:19.123Z DEBGDEBG
86082026-07-16T03:58:19.123Z 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 } }]Jul 16 03:58:18.216
86092026-07-16T03:58:19.123ZJul 16 03:58:18.216 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86102026-07-16T03:58:19.123ZJul 16 03:58:18.216
86112026-07-16T03:58:19.123Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFO
86122026-07-16T03:58:19.123Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:58:18.216Jul 16 03:58:18.216
86132026-07-16T03:58:19.123Z INFOINFO Jul 16 03:58:18.216 Jul 16 03:58:18.216 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
86142026-07-16T03:58:19.123Z
86152026-07-16T03:58:19.123ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86162026-07-16T03:58:19.123ZJul 16 03:58:18.216
86172026-07-16T03:58:19.123Z DEBGJul 16 03:58:18.216 Jul 16 03:58:18.216Jul 16 03:58:18.216 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86182026-07-16T03:58:19.123Z 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 } }]Jul 16 03:58:18.216
86192026-07-16T03:58:19.123Z INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86202026-07-16T03:58:19.123Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
86212026-07-16T03:58:19.123ZJul 16 03:58:18.216 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
86222026-07-16T03:58:19.123ZJul 16 03:58:18.216 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86232026-07-16T03:58:19.123ZJul 16 03:58:18.216DEBG DEBGJul 16 03:58:18.216replacing 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 } }]
86242026-07-16T03:58:19.123ZDEBGJul 16 03:58:18.216 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86252026-07-16T03:58:19.123Z 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: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 } }]
86262026-07-16T03:58:19.123Z
86272026-07-16T03:58:19.123ZJul 16 03:58:18.216 INFO Jul 16 03:58:18.216adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 16 03:58:18.216Jul 16 03:58:18.216
86282026-07-16T03:58:19.124Z INFO INFOINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Jul 16 03:58:18.216adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
86292026-07-16T03:58:19.124ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86302026-07-16T03:58:19.124Z
86312026-07-16T03:58:19.124Zreplacing 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 } }]
86322026-07-16T03:58:19.124ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216Jul 16 03:58:18.216DEBG DEBGDEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86332026-07-16T03:58:19.124Z
86342026-07-16T03:58:19.124Z
86352026-07-16T03:58:19.124Zreplacing 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 } }]Jul 16 03:58:18.216
86362026-07-16T03:58:19.124Z DEBGJul 16 03:58:18.216 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 } }]Jul 16 03:58:18.216INFOJul 16 03:58:18.216
86372026-07-16T03:58:19.124Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
86382026-07-16T03:58:19.124Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86392026-07-16T03:58:19.124Z
86402026-07-16T03:58:19.124ZJul 16 03:58:18.216 DEBGJul 16 03:58:18.216Jul 16 03:58:18.216Jul 16 03:58:18.216 DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86412026-07-16T03:58:19.124ZDEBG INFO adding route 3fff:beef:a::/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 } }]
86422026-07-16T03:58:19.124Zreplacing 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 } }]
86432026-07-16T03:58:19.124ZJul 16 03:58:18.216
86442026-07-16T03:58:19.124ZINFOJul 16 03:58:18.216Jul 16 03:58:18.216 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
86452026-07-16T03:58:19.124Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
86462026-07-16T03:58:19.124ZJul 16 03:58:18.216 INFODEBGDEBG 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:2e::/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 } }]
86472026-07-16T03:58:19.124Z
86482026-07-16T03:58:19.124ZJul 16 03:58:18.216
86492026-07-16T03:58:19.124Z Jul 16 03:58:18.216 DEBGINFO Jul 16 03:58:18.216 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:37::/64 -> 2001:db8::55:ffDEBG
86502026-07-16T03:58:19.125ZJul 16 03:58:18.216
86512026-07-16T03:58:19.125Z 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 } }]Jul 16 03:58:18.216
86522026-07-16T03:58:19.125ZINFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
86532026-07-16T03:58:19.125Z 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
86542026-07-16T03:58:19.125ZJul 16 03:58:18.216failed to allocate space for the new target listJul 16 03:58:18.216
86552026-07-16T03:58:19.125ZINFOJul 16 03:58:18.216 INFODEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Jul 16 03:58:18.216 adding route 3fff:beef:38::/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 } }]
86562026-07-16T03:58:19.125Z
86572026-07-16T03:58:19.125Z
86582026-07-16T03:58:19.125ZDEBG Jul 16 03:58:18.216replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
86592026-07-16T03:58:19.125ZINFOJul 16 03:58:18.216 Jul 16 03:58:18.216DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff 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
86602026-07-16T03:58:19.125Z
86612026-07-16T03:58:19.125Zreplacing 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 } }]
86622026-07-16T03:58:19.125ZJul 16 03:58:18.216Jul 16 03:58:18.216 DEBGINFOJul 16 03:58:18.216 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
86632026-07-16T03:58:19.125Z adding route 3fff:beef:39::/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 } }]
86642026-07-16T03:58:19.125Z
86652026-07-16T03:58:19.125Ztest route::tests::grow_succeeds ... ok
86662026-07-16T03:58:19.125ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBG 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 } }] INFO
86672026-07-16T03:58:19.125Zreplacing 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 } }]
86682026-07-16T03:58:19.125Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
86692026-07-16T03:58:19.125ZJul 16 03:58:18.216 INFOJul 16 03:58:18.216 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
86702026-07-16T03:58:19.125Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
86712026-07-16T03:58:19.125Z 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 } }]
86722026-07-16T03:58:19.125ZJul 16 03:58:18.216Jul 16 03:58:18.216 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 } }]
86732026-07-16T03:58:19.125Zreplacing 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 } }]Jul 16 03:58:18.216
86742026-07-16T03:58:19.125Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
86752026-07-16T03:58:19.125ZJul 16 03:58:18.216Jul 16 03:58:18.216 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86762026-07-16T03:58:19.125Z
86772026-07-16T03:58:19.126ZJul 16 03:58:18.216 DEBG Jul 16 03:58:18.216Jul 16 03:58:18.216replacing 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 } }] DEBGDEBG
86782026-07-16T03:58:19.126Z 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: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 } }]
86792026-07-16T03:58:19.126Z
86802026-07-16T03:58:19.126ZJul 16 03:58:18.216 INFOJul 16 03:58:18.216 Jul 16 03:58:18.216 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
86812026-07-16T03:58:19.126Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
86822026-07-16T03:58:19.126Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86832026-07-16T03:58:19.126ZJul 16 03:58:18.216 DEBGJul 16 03:58:18.216 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 } }]
86842026-07-16T03:58:19.126ZJul 16 03:58:18.216 DEBG failed to allocate space for the new target list
86852026-07-16T03:58:19.126ZJul 16 03:58:18.216Jul 16 03:58:18.216 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]created new freemap
86862026-07-16T03:58:19.126Z, 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 } }]:
86872026-07-16T03:58:19.126Z freemap_route_ipv4
86882026-07-16T03:58:19.126ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216 DEBGINFO adding route 3fff:beef:10::/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 } }]
86892026-07-16T03:58:19.126ZDEBG
86902026-07-16T03:58:19.126Z created new freemap, unitJul 16 03:58:18.216: DEBGfreemap_route_ipv6Jul 16 03:58:18.216 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 } }]
86912026-07-16T03:58:19.126Z
86922026-07-16T03:58:19.126ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86932026-07-16T03:58:19.126ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBGDEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffinitted freemap. size: 64
86942026-07-16T03:58:19.126Z, unitreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
86952026-07-16T03:58:19.126Z Jul 16 03:58:18.216freemap_route_ipv4
86962026-07-16T03:58:19.127ZDEBG Jul 16 03:58:18.216replacing 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 } }]
86972026-07-16T03:58:19.127ZINFO Jul 16 03:58:18.216adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86982026-07-16T03:58:19.127ZDEBGJul 16 03:58:18.216 reset freemapINFO , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit
86992026-07-16T03:58:19.127ZJul 16 03:58:18.216: DEBG freemap_route_ipv4replacing 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 } }]
87002026-07-16T03:58:19.127Z
87012026-07-16T03:58:19.127ZJul 16 03:58:18.216 DEBG Jul 16 03:58:18.216replacing 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 } }]Jul 16 03:58:18.216
87022026-07-16T03:58:19.127Z DEBGINFO initted freemap. size: 64adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
87032026-07-16T03:58:19.127Z, unitINFO: adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 16 03:58:18.216freemap_route_ipv6
87042026-07-16T03:58:19.127Z
87052026-07-16T03:58:19.127ZDEBG 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 } }]
87062026-07-16T03:58:19.127ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBGDEBG reset freemap , INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
87072026-07-16T03:58:19.132Z:adding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6
87082026-07-16T03:58:19.132Z
87092026-07-16T03:58:19.132ZJul 16 03:58:18.216 INFO Jul 16 03:58:18.216Jul 16 03:58:18.216 INFODEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
87102026-07-16T03:58:19.132Zadding route 3fff:dead::/64 -> 2001:db8::55:1
87112026-07-16T03:58:19.132Zreplacing 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 } }]
87122026-07-16T03:58:19.132ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216DEBG 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 } }]INFODEBG
87132026-07-16T03:58:19.132Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }]
87142026-07-16T03:58:19.132Z
87152026-07-16T03:58:19.132ZJul 16 03:58:18.216 INFO Jul 16 03:58:18.216Jul 16 03:58:18.216 INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
87162026-07-16T03:58:19.133Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
87172026-07-16T03:58:19.133Z 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 } }]Jul 16 03:58:18.216Jul 16 03:58:18.216
87182026-07-16T03:58:19.133Z 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: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 } }]Jul 16 03:58:18.216
87192026-07-16T03:58:19.133Z
87202026-07-16T03:58:19.133Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87212026-07-16T03:58:19.133ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBG INFOadding route 3fff:beef:16::/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 } }]
87222026-07-16T03:58:19.133Z
87232026-07-16T03:58:19.133Z adding route 3fff:dead::/64 -> 2001:db8::55:1
87242026-07-16T03:58:19.133ZJul 16 03:58:18.216 Jul 16 03:58:18.216Jul 16 03:58:18.216DEBG 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 } }]INFODEBG
87252026-07-16T03:58:19.133Zreplacing 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:3a::/64 -> 2001:db8::55:ff
87262026-07-16T03:58:19.133Z
87272026-07-16T03:58:19.133ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216 INFO INFODEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
87282026-07-16T03:58:19.133Z 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:dead::/64 -> 2001:db8::55:2
87292026-07-16T03:58:19.133Z
87302026-07-16T03:58:19.133ZJul 16 03:58:18.216 DEBGJul 16 03:58:18.216Jul 16 03:58:18.216 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 } }]
87312026-07-16T03:58:19.133ZDEBG 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 } }]
87322026-07-16T03:58:19.133Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
87332026-07-16T03:58:19.133Z Jul 16 03:58:18.216INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
87342026-07-16T03:58:19.133Zadding route 3fff:beef::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
87352026-07-16T03:58:19.133Z DEBG Jul 16 03:58:18.216replacing 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 } }]Jul 16 03:58:18.216
87362026-07-16T03:58:19.133Z 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 } }] 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 } }]
87372026-07-16T03:58:19.133Z
87382026-07-16T03:58:19.133ZJul 16 03:58:18.216 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
87392026-07-16T03:58:19.133ZJul 16 03:58:18.216 INFOINFO Jul 16 03:58:18.216adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
87402026-07-16T03:58:19.133Z
87412026-07-16T03:58:19.133ZDEBG 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 } }]
87422026-07-16T03:58:19.134ZJul 16 03:58:18.216Jul 16 03:58:18.216 DEBGDEBGJul 16 03:58:18.216 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 } }]
87432026-07-16T03:58:19.134Zreplacing 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 } }]
87442026-07-16T03:58:19.134ZJul 16 03:58:18.216Jul 16 03:58:18.216 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
87452026-07-16T03:58:19.134Z
87462026-07-16T03:58:19.134Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 16 03:58:18.216
87472026-07-16T03:58:19.134Z Jul 16 03:58:18.216DEBG DEBGJul 16 03:58:18.216replacing 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 } }]
87482026-07-16T03:58:19.134Z 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
87492026-07-16T03:58:19.134Z Jul 16 03:58:18.216replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
87502026-07-16T03:58:19.134Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87512026-07-16T03:58:19.134ZJul 16 03:58:18.216Jul 16 03:58:18.216 Jul 16 03:58:18.216INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
87522026-07-16T03:58:19.134Z INFO 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:1b::/64 -> 2001:db8::55:ff
87532026-07-16T03:58:19.134Z
87542026-07-16T03:58:19.134ZJul 16 03:58:18.216 DEBG Jul 16 03:58:18.217Jul 16 03:58:18.217replacing 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 } }] DEBGINFO
87552026-07-16T03:58:19.134Z 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:4::/64 -> 2001:db8::55:ff
87562026-07-16T03:58:19.134Z
87572026-07-16T03:58:19.134ZJul 16 03:58:18.217Jul 16 03:58:18.217 Jul 16 03:58:18.217 DEBGINFO INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
87582026-07-16T03:58:19.134Z
87592026-07-16T03:58:19.134Z
87602026-07-16T03:58:19.134ZJul 16 03:58:18.217Jul 16 03:58:18.217Jul 16 03:58:18.217 DEBGINFODEBG adding route 3fff:beef:5::/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 } }]
87612026-07-16T03:58:19.134Zreplacing 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 } }]
87622026-07-16T03:58:19.134Z
87632026-07-16T03:58:19.134ZJul 16 03:58:18.217Jul 16 03:58:18.217 INFOJul 16 03:58:18.217DEBG 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 } }]failed to allocate space for the new target list
87642026-07-16T03:58:19.134Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
87652026-07-16T03:58:19.134Z
87662026-07-16T03:58:19.134ZJul 16 03:58:18.217Jul 16 03:58:18.217 Jul 16 03:58:18.217 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
87672026-07-16T03:58:19.135Z
87682026-07-16T03:58:19.135Z 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 } }]
87692026-07-16T03:58:19.135ZJul 16 03:58:18.217Jul 16 03:58:18.217 DEBGJul 16 03:58:18.217DEBG INFOfailed to allocate space for the new target list
87702026-07-16T03:58:19.135Zadding route 3fff:beef:1e::/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 } }]
87712026-07-16T03:58:19.135Z
87722026-07-16T03:58:19.135ZJul 16 03:58:18.217Jul 16 03:58:18.217 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:7::/64 -> 2001:db8::55:ff
87732026-07-16T03:58:19.135Z
87742026-07-16T03:58:19.135Ztest route::tests::rollback_on_compact_delete_failure ... ok
87752026-07-16T03:58:19.135ZJul 16 03:58:18.217Jul 16 03:58:18.217 INFO Jul 16 03:58:18.217adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 16 03:58:18.217
87762026-07-16T03:58:19.135ZDEBG DEBGcreated new freemapJul 16 03:58:18.217 Jul 16 03:58:18.224 created new freemap, DEBGDEBG unitcreated new freemap, unit:, unitfreemap_route_ipv4:
87772026-07-16T03:58:19.135Z 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 } }]
87782026-07-16T03:58:19.135Zfreemap_route_ipv4
87792026-07-16T03:58:19.135ZJul 16 03:58:18.224Jul 16 03:58:18.217Jul 16 03:58:18.224 INFO DEBGDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff created new freemapcreated new freemapJul 16 03:58:18.224
87802026-07-16T03:58:19.135Z, , unitDEBG :created new freemap , unitunitfreemap_route_ipv6:
87812026-07-16T03:58:19.135Z:Jul 16 03:58:18.224 freemap_route_ipv6DEBG
87822026-07-16T03:58:19.135Z freemap_route_ipv4replacing 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 } }]Jul 16 03:58:18.224
87832026-07-16T03:58:19.135ZJul 16 03:58:18.224
87842026-07-16T03:58:19.135Z DEBG initted freemap. size: 64DEBG, Jul 16 03:58:18.224unit : INFOinitted freemap. size: 64 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 16 03:58:18.224
87852026-07-16T03:58:19.135Z, unitDEBG:freemap_route_ipv4
87862026-07-16T03:58:19.135Zcreated new freemapJul 16 03:58:18.224, unit:DEBGfreemap_route_ipv4 Jul 16 03:58:18.224
87872026-07-16T03:58:19.135Z 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 } }]
87882026-07-16T03:58:19.135ZDEBG freemap_route_ipv6reset freemap
87892026-07-16T03:58:19.135ZJul 16 03:58:18.224 Jul 16 03:58:18.224INFO DEBG, adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87902026-07-16T03:58:19.135Zunitreset freemap:, unitfreemap_route_ipv4:Jul 16 03:58:18.224
87912026-07-16T03:58:19.135Z freemap_route_ipv4
87922026-07-16T03:58:19.135ZDEBGJul 16 03:58:18.224 initted freemap. size: 64DEBGJul 16 03:58:18.224, unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:58:18.224DEBG
87932026-07-16T03:58:19.135Z : freemap_route_ipv4initted freemap. size: 64
87942026-07-16T03:58:19.136Z, DEBGunit Jul 16 03:58:18.224initted freemap. size: 64Jul 16 03:58:18.224, DEBG: INFOunitreset freemap , :unit :freemap_route_ipv6freemap_route_ipv6
87952026-07-16T03:58:19.136Z
87962026-07-16T03:58:19.136Zadding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv4
87972026-07-16T03:58:19.136Z
87982026-07-16T03:58:19.136ZJul 16 03:58:18.224Jul 16 03:58:18.224 DEBGDEBG reset freemapreset freemapJul 16 03:58:18.224, , Jul 16 03:58:18.224unit DEBGunit :: DEBGinitted freemap. size: 64 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 } }]freemap_route_ipv6
87992026-07-16T03:58:19.136Z
88002026-07-16T03:58:19.136Z, freemap_route_ipv6unit
88012026-07-16T03:58:19.136ZJul 16 03:58:18.224: INFOJul 16 03:58:18.224freemap_route_ipv6 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
88022026-07-16T03:58:19.136ZJul 16 03:58:18.224
88032026-07-16T03:58:19.136Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
88042026-07-16T03:58:19.136Z Jul 16 03:58:18.224adding route 172.16.0.0/32 -> 10.0.0.1 Jul 16 03:58:18.224DEBG Jul 16 03:58:18.224
88052026-07-16T03:58:19.136Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88062026-07-16T03:58:19.136ZDEBG 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 } }],
88072026-07-16T03:58:19.146ZJul 16 03:58:18.224Jul 16 03:58:18.224unit 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 } }]Jul 16 03:58:18.224
88082026-07-16T03:58:19.146Z freemap_route_ipv6
88092026-07-16T03:58:19.146ZINFOINFOJul 16 03:58:18.224 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOadding route 172.16.0.0/32 -> 10.0.0.1
88102026-07-16T03:58:19.146Z adding route 172.17.0.0/32 -> 10.0.0.255
88112026-07-16T03:58:19.146Z
88122026-07-16T03:58:19.146ZJul 16 03:58:18.224Jul 16 03:58:18.224 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 16 03:58:18.224
88132026-07-16T03:58:19.146Z Jul 16 03:58:18.224replacing 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
88142026-07-16T03:58:19.146Z 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 } }]Jul 16 03:58:18.224 DEBG
88152026-07-16T03:58:19.146ZDEBGJul 16 03:58:18.224 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 } }] 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 } }]
88162026-07-16T03:58:19.146Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
88172026-07-16T03:58:19.146Z
88182026-07-16T03:58:19.146ZJul 16 03:58:18.224Jul 16 03:58:18.224 INFO :Jul 16 03:58:18.224adding route 172.16.0.0/32 -> 10.0.0.1
88192026-07-16T03:58:19.146Z INFO DEBGfreemap_route_ipv4Jul 16 03:58:18.224adding route 172.17.0.1/32 -> 10.0.0.255 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 } }]INFO
88202026-07-16T03:58:19.146ZJul 16 03:58:18.224
88212026-07-16T03:58:19.146Z
88222026-07-16T03:58:19.146ZDEBG 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 } }]
88232026-07-16T03:58:19.146Z
88242026-07-16T03:58:19.146ZJul 16 03:58:18.224 Jul 16 03:58:18.224Jul 16 03:58:18.224 INFODEBG Jul 16 03:58:18.224replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88252026-07-16T03:58:19.146ZDEBGadding route 172.16.0.0/32 -> 10.0.0.2
88262026-07-16T03:58:19.146ZJul 16 03:58:18.224INFOcreated new freemap Jul 16 03:58:18.224DEBG, adding route 3fff:beef:27::/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 } }]Jul 16 03:58:18.224
88272026-07-16T03:58:19.146Z DEBG
88282026-07-16T03:58:19.146Z 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 } }, 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 } }]unit
88292026-07-16T03:58:19.146ZJul 16 03:58:18.224adding route 3fff:dead::/64 -> 2001:db8::55:3
88302026-07-16T03:58:19.146ZDEBG Jul 16 03:58:18.224replacing 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 } }]:
88312026-07-16T03:58:19.146Z Jul 16 03:58:18.224INFOJul 16 03:58:18.224 Jul 16 03:58:18.224INFO DEBG INFOadding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255
88322026-07-16T03:58:19.146Z
88332026-07-16T03:58:19.147Zfreemap_route_ipv6
88342026-07-16T03:58:19.147Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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:28::/64 -> 2001:db8::55:ff
88352026-07-16T03:58:19.147Z
88362026-07-16T03:58:19.147ZJul 16 03:58:18.224Jul 16 03:58:18.224Jul 16 03:58:18.224 DEBGJul 16 03:58:18.224 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
88372026-07-16T03:58:19.147ZDEBG initted freemap. size: 64 INFOJul 16 03:58:18.224replacing 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 } }]Jul 16 03:58:18.224
88382026-07-16T03:58:19.147Z, unitDEBG:INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.224
88392026-07-16T03:58:19.147Z adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }]INFOfreemap_route_ipv4
88402026-07-16T03:58:19.147Z
88412026-07-16T03:58:19.147Z
88422026-07-16T03:58:19.147Z adding route 172.17.0.3/32 -> 10.0.0.255Jul 16 03:58:18.224Jul 16 03:58:18.224 Jul 16 03:58:18.224DEBG DEBGreset freemap ,
88432026-07-16T03:58:19.147Zreplacing 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 } }]unit:
88442026-07-16T03:58:19.147Z Jul 16 03:58:18.224Jul 16 03:58:18.224DEBG INFO DEBGJul 16 03:58:18.224 adding route 3fff:beef:29::/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 } }]
88452026-07-16T03:58:19.147Z DEBG
88462026-07-16T03:58:19.147ZINFO freemap_route_ipv4
88472026-07-16T03:58:19.147Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
88482026-07-16T03:58:19.147Zreplacing 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.2/32 -> 10.0.0.255Jul 16 03:58:18.224
88492026-07-16T03:58:19.147Z
88502026-07-16T03:58:19.147Z DEBGJul 16 03:58:18.224 Jul 16 03:58:18.224Jul 16 03:58:18.224replacing 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
88512026-07-16T03:58:19.147ZJul 16 03:58:18.224DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG Jul 16 03:58:18.224replacing 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:8::/64 -> 2001:db8::55:ffJul 16 03:58:18.224INFO
88522026-07-16T03:58:19.147Z
88532026-07-16T03:58:19.147ZDEBG INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
88542026-07-16T03:58:19.147Zadding route 172.17.0.4/32 -> 10.0.0.255Jul 16 03:58:18.224
88552026-07-16T03:58:19.147Z
88562026-07-16T03:58:19.147Z , INFOJul 16 03:58:18.224 adding route 172.17.0.3/32 -> 10.0.0.255Jul 16 03:58:18.224Jul 16 03:58:18.224
88572026-07-16T03:58:19.147ZDEBG DEBGWARN Jul 16 03:58:18.224replacing 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
88582026-07-16T03:58:19.147Z 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 } }]Jul 16 03:58:18.224shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):
88592026-07-16T03:58:19.148Z freemap_route_ipv6
88602026-07-16T03:58:19.148ZDEBGDEBG
88612026-07-16T03:58:19.148ZJul 16 03:58:18.224 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 } }]Jul 16 03:58:18.224
88622026-07-16T03:58:19.148Z 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 } }]
88632026-07-16T03:58:19.148Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
88642026-07-16T03:58:19.148ZINFO Jul 16 03:58:18.224adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Jul 16 03:58:18.224
88652026-07-16T03:58:19.148ZJul 16 03:58:18.224 DEBGJul 16 03:58:18.224 DEBGJul 16 03:58:18.224replacing 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 } }]
88662026-07-16T03:58:19.148ZDEBGINFO 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 } }]reset freemapadding route 172.17.0.5/32 -> 10.0.0.255
88672026-07-16T03:58:19.148ZJul 16 03:58:18.217adding route 172.17.0.4/32 -> 10.0.0.255
88682026-07-16T03:58:19.148Z,
88692026-07-16T03:58:19.148ZJul 16 03:58:18.224unit: DEBGJul 16 03:58:18.224freemap_route_ipv6Jul 16 03:58:18.224
88702026-07-16T03:58:19.148Z INFO created new freemapDEBG INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 16 03:58:18.224
88712026-07-16T03:58:19.148Zreplacing 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 } }]
88722026-07-16T03:58:19.148ZJul 16 03:58:18.224 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
88732026-07-16T03:58:19.148Ztest route::tests::rollback_on_compact_write_failure ... ok
88742026-07-16T03:58:19.148Z 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 } }]Jul 16 03:58:18.224
88752026-07-16T03:58:19.148ZJul 16 03:58:18.224 Jul 16 03:58:18.224 INFOJul 16 03:58:18.225 INFO DEBGINFOadding route 172.17.0.5/32 -> 10.0.0.255
88762026-07-16T03:58:19.148Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
88772026-07-16T03:58:19.148Z
88782026-07-16T03:58:19.148Z
88792026-07-16T03:58:19.148ZJul 16 03:58:18.225Jul 16 03:58:18.225Jul 16 03:58:18.225Jul 16 03:58:18.225 INFODEBGDEBG 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:b::/64 -> 2001:db8::55:ffreplacing 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 } }]
88802026-07-16T03:58:19.148Z
88812026-07-16T03:58:19.148Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
88822026-07-16T03:58:19.148Z
88832026-07-16T03:58:19.148ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:58:18.225
88842026-07-16T03:58:19.148Z Jul 16 03:58:18.225DEBG INFOJul 16 03:58:18.225 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 } }]
88852026-07-16T03:58:19.148Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
88862026-07-16T03:58:19.148Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:58:18.225
88872026-07-16T03:58:19.149Z Jul 16 03:58:18.225Jul 16 03:58:18.225 INFOINFO Jul 16 03:58:18.225adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
88882026-07-16T03:58:19.149Z
88892026-07-16T03:58:19.149Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88902026-07-16T03:58:19.149ZJul 16 03:58:18.225 DEBGJul 16 03:58:18.225 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 } }]Jul 16 03:58:18.232
88912026-07-16T03:58:19.149Z INFO created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff,
88922026-07-16T03:58:19.149Zunit: freemap_route_ipv4
88932026-07-16T03:58:19.149Z
88942026-07-16T03:58:19.149Z, Jul 16 03:58:18.232 Jul 16 03:58:18.232unit DEBGINFO:Jul 16 03:58:18.232 freemap_route_ipv4 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
88952026-07-16T03:58:19.149Z
88962026-07-16T03:58:19.149Z created new freemapadding route 172.17.0.7/32 -> 10.0.0.255Jul 16 03:58:18.232,
88972026-07-16T03:58:19.149Z Jul 16 03:58:18.232unit :INFOINFO Jul 16 03:58:18.232adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
88982026-07-16T03:58:19.149Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGfreemap_route_ipv6
88992026-07-16T03:58:19.149Z
89002026-07-16T03:58:19.149Zcreated new freemapJul 16 03:58:18.232Jul 16 03:58:18.232 Jul 16 03:58:18.232DEBG Jul 16 03:58:18.232DEBG, unitreplacing 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:
89012026-07-16T03:58:19.149Z 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 } }]
89022026-07-16T03:58:19.149Zfreemap_route_ipv6Jul 16 03:58:18.232initted freemap. size: 64
89032026-07-16T03:58:19.149Z, unit : 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_ipv4
89042026-07-16T03:58:19.149Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 16 03:58:18.232
89052026-07-16T03:58:19.149Z Jul 16 03:58:18.232INFO
89062026-07-16T03:58:19.149Z adding route 172.17.0.8/32 -> 10.0.0.255DEBG
89072026-07-16T03:58:19.155Z initted freemap. size: 64, unitJul 16 03:58:18.232:Jul 16 03:58:18.232 Jul 16 03:58:18.232INFO freemap_route_ipv4DEBG
89082026-07-16T03:58:19.155ZDEBG 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 } }]Jul 16 03:58:18.232
89092026-07-16T03:58:19.155ZDEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.233
89102026-07-16T03:58:19.155Z, unit Jul 16 03:58:18.233DEBG: 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 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreset freemapfreemap_route_ipv4,
89112026-07-16T03:58:19.155Zunit:
89122026-07-16T03:58:19.155Z freemap_route_ipv4
89132026-07-16T03:58:19.155ZJul 16 03:58:18.233
89142026-07-16T03:58:19.155ZJul 16 03:58:18.233 DEBGJul 16 03:58:18.233DEBG Jul 16 03:58:18.233 INFOJul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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: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
89152026-07-16T03:58:19.156Zadding route 172.17.0.9/32 -> 10.0.0.255
89162026-07-16T03:58:19.156Zinitted freemap. size: 64
89172026-07-16T03:58:19.156Z, initted freemap. size: 64unit: freemap_route_ipv6,
89182026-07-16T03:58:19.156ZunitJul 16 03:58:18.233:Jul 16 03:58:18.233 Jul 16 03:58:18.233 freemap_route_ipv6DEBG
89192026-07-16T03:58:19.156ZDEBG 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:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
89202026-07-16T03:58:19.156ZJul 16 03:58:18.233
89212026-07-16T03:58:19.156Z
89222026-07-16T03:58:19.156ZJul 16 03:58:18.233 DEBG reset freemapJul 16 03:58:18.233DEBGJul 16 03:58:18.233 DEBGINFO , reset freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit , adding route 172.17.0.10/32 -> 10.0.0.255:
89232026-07-16T03:58:19.156Z
89242026-07-16T03:58:19.156Zunit: freemap_route_ipv6freemap_route_ipv6
89252026-07-16T03:58:19.156ZJul 16 03:58:18.233Jul 16 03:58:18.233
89262026-07-16T03:58:19.156Z DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.233Jul 16 03:58:18.233
89272026-07-16T03:58:19.156Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO
89282026-07-16T03:58:19.156ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
89292026-07-16T03:58:19.156ZJul 16 03:58:18.233 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
89302026-07-16T03:58:19.156ZJul 16 03:58:18.233 adding route 172.17.0.11/32 -> 10.0.0.255DEBG
89312026-07-16T03:58:19.156Z 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 } }]Jul 16 03:58:18.233
89322026-07-16T03:58:19.156Z DEBG Jul 16 03:58:18.233replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 16 03:58:18.233DEBGJul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
89332026-07-16T03:58:19.156Z
89342026-07-16T03:58:19.156Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
89352026-07-16T03:58:19.156ZDEBG 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 } }]
89362026-07-16T03:58:19.156ZJul 16 03:58:18.233Jul 16 03:58:18.233 Jul 16 03:58:18.233INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
89372026-07-16T03:58:19.156Z
89382026-07-16T03:58:19.156ZINFO Jul 16 03:58:18.233adding route 3fff:dead::/64 -> 2001:db8::55:2
89392026-07-16T03:58:19.156ZINFOJul 16 03:58:18.233Jul 16 03:58:18.233 INFOadding route 172.17.0.12/32 -> 10.0.0.255
89402026-07-16T03:58:19.156Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
89412026-07-16T03:58:19.157Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 16 03:58:18.233Jul 16 03:58:18.233 DEBGDEBG Jul 16 03:58:18.233
89422026-07-16T03:58:19.157Zreplacing 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
89432026-07-16T03:58:19.157Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
89442026-07-16T03:58:19.157Z
89452026-07-16T03:58:19.157ZJul 16 03:58:18.233Jul 16 03:58:18.233 INFOINFOJul 16 03:58:18.233 Jul 16 03:58:18.233adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
89462026-07-16T03:58:19.157ZINFO
89472026-07-16T03:58:19.157Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
89482026-07-16T03:58:19.157Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
89492026-07-16T03:58:19.157ZJul 16 03:58:18.233 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 } }]Jul 16 03:58:18.233Jul 16 03:58:18.233
89502026-07-16T03:58:19.157Z DEBGDEBG Jul 16 03:58:18.233replacing 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 } }]
89512026-07-16T03:58:19.157Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
89522026-07-16T03:58:19.157ZJul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:58:18.233
89532026-07-16T03:58:19.157Z INFOINFO Jul 16 03:58:18.233 adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Jul 16 03:58:18.233INFO
89542026-07-16T03:58:19.157Z adding route 3fff:dead::/64 -> 2001:db8::55:4
89552026-07-16T03:58:19.157ZINFO
89562026-07-16T03:58:19.157Z adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 16 03:58:18.233
89572026-07-16T03:58:19.157Z DEBGJul 16 03:58:18.233 Jul 16 03:58:18.233replacing 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
89582026-07-16T03:58:19.157Z DEBGJul 16 03:58:18.233 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
89592026-07-16T03:58:19.157ZJul 16 03:58:18.233 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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
89602026-07-16T03:58:19.157ZJul 16 03:58:18.233
89612026-07-16T03:58:19.157Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
89622026-07-16T03:58:19.157ZJul 16 03:58:18.233
89632026-07-16T03:58:19.157Z Jul 16 03:58:18.233Jul 16 03:58:18.233Jul 16 03:58:18.233 DEBGDEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
89642026-07-16T03:58:19.157Ztest route::tests::rollback_on_index_readd_failure ... ok
89652026-07-16T03:58:19.157Z
89662026-07-16T03:58:19.157Ztest route::tests::identity_replace_is_noop ... ok
89672026-07-16T03:58:19.158ZDEBGreplacing targets for 3fff:dead::/64 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 } }]
89682026-07-16T03:58:19.158Z replacing targets for 3fff:dead::/64 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 } }]Jul 16 03:58:18.233Jul 16 03:58:18.233 INFO
89692026-07-16T03:58:19.158ZINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89702026-07-16T03:58:19.158Z
89712026-07-16T03:58:19.158ZJul 16 03:58:18.233Jul 16 03:58:18.233 WARNWARN Jul 16 03:58:18.233Jul 16 03:58:18.233 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89722026-07-16T03:58:19.158ZDEBG 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
89732026-07-16T03:58:19.158Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
89742026-07-16T03:58:19.158Z
89752026-07-16T03:58:19.158ZJul 16 03:58:18.233 INFO Jul 16 03:58:18.233 adding route 172.17.0.17/32 -> 10.0.0.255INFO
89762026-07-16T03:58:19.158Z Jul 16 03:58:18.233adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
89772026-07-16T03:58:19.158ZERRO Jul 16 03:58:18.233rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89782026-07-16T03:58:19.158ZDEBG Jul 16 03:58:18.233replacing 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 } }]
89792026-07-16T03:58:19.158ZDEBG Jul 16 03:58:18.233replacing 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 } }]
89802026-07-16T03:58:19.158ZERRO Jul 16 03:58:18.233shrink-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
89812026-07-16T03:58:19.158ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
89822026-07-16T03:58:19.158ZJul 16 03:58:18.225Jul 16 03:58:18.233 Jul 16 03:58:18.233 DEBGINFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89832026-07-16T03:58:19.158Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
89842026-07-16T03:58:19.158Z
89852026-07-16T03:58:19.158ZJul 16 03:58:18.233 Jul 16 03:58:18.233DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.19/32 -> 10.0.0.255
89862026-07-16T03:58:19.158ZJul 16 03:58:18.234 Jul 16 03:58:18.233Jul 16 03:58:18.234 DEBGDEBG Jul 16 03:58:18.241created new freemap created new freemapDEBG, unitcreated new freemap:, unitDEBG 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 } }]
89872026-07-16T03:58:19.158Zfreemap_route_ipv4, unit: Jul 16 03:58:18.217freemap_route_ipv4
89882026-07-16T03:58:19.158Z
89892026-07-16T03:58:19.158ZDEBG: Jul 16 03:58:18.241 Jul 16 03:58:18.241 freemap_route_ipv4INFOcreated new freemap
89902026-07-16T03:58:19.158ZJul 16 03:58:18.241, DEBGadding route 172.17.0.20/32 -> 10.0.0.255unit
89912026-07-16T03:58:19.158Z: freemap_route_ipv4 created new freemap
89922026-07-16T03:58:19.158ZDEBG, Jul 16 03:58:18.241unit created new freemapDEBG: 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 } }],
89932026-07-16T03:58:19.158Zfreemap_route_ipv6Jul 16 03:58:18.241
89942026-07-16T03:58:19.158Z unitDEBG: Jul 16 03:58:18.241Jul 16 03:58:18.241 created new freemapfreemap_route_ipv6DEBG, INFOJul 16 03:58:18.241
89952026-07-16T03:58:19.158Z unit DEBGadding route 172.17.0.21/32 -> 10.0.0.255 :created new freemapinitted freemap. size: 64
89962026-07-16T03:58:19.159Z, unit:freemap_route_ipv6
89972026-07-16T03:58:19.159Z, freemap_route_ipv4unit
89982026-07-16T03:58:19.159ZJul 16 03:58:18.241: freemap_route_ipv6Jul 16 03:58:18.241 Jul 16 03:58:18.241DEBGJul 16 03:58:18.241 DEBG
89992026-07-16T03:58:19.159Zreplacing 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 } }] initted freemap. size: 64DEBGDEBG
90002026-07-16T03:58:19.159Z, reset freemapinitted freemap. size: 64unit, Jul 16 03:58:18.241, : unitunitINFO: :adding route 172.17.0.22/32 -> 10.0.0.255
90012026-07-16T03:58:19.159Zfreemap_route_ipv4
90022026-07-16T03:58:19.159Zfreemap_route_ipv4
90032026-07-16T03:58:19.159ZJul 16 03:58:18.241freemap_route_ipv4
90042026-07-16T03:58:19.159ZDEBGJul 16 03:58:18.241 Jul 16 03:58:18.241replacing 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 } }] Jul 16 03:58:18.241
90052026-07-16T03:58:19.159ZDEBG DEBG Jul 16 03:58:18.241 DEBGJul 16 03:58:18.241 initted freemap. size: 64 DEBGreset freemap , , initted freemap. size: 64unitINFO unit: :adding route 172.17.0.23/32 -> 10.0.0.255reset freemap, ,
90062026-07-16T03:58:19.159Zunitunit: freemap_route_ipv4freemap_route_ipv6Jul 16 03:58:18.241
90072026-07-16T03:58:19.164Z: freemap_route_ipv4DEBG
90082026-07-16T03:58:19.164Z
90092026-07-16T03:58:19.164Z 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 } }]freemap_route_ipv4
90102026-07-16T03:58:19.164Z
90112026-07-16T03:58:19.164ZJul 16 03:58:18.241Jul 16 03:58:18.241Jul 16 03:58:18.241 DEBGINFO initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255,
90122026-07-16T03:58:19.164Z Jul 16 03:58:18.241 DEBGunit :Jul 16 03:58:18.241 Jul 16 03:58:18.241freemap_route_ipv6DEBG
90132026-07-16T03:58:19.164Z DEBG reset freemapreplacing 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 } }] DEBGJul 16 03:58:18.241
90142026-07-16T03:58:19.164Z initted freemap. size: 64DEBG reset freemap, , unit, unitJul 16 03:58:18.241:unit freemap_route_ipv4:INFOreset freemap
90152026-07-16T03:58:19.164Z : freemap_route_ipv6freemap_route_ipv6
90162026-07-16T03:58:19.164Zadding route 172.17.0.25/32 -> 10.0.0.255, unit
90172026-07-16T03:58:19.164Z
90182026-07-16T03:58:19.164Z: freemap_route_ipv6Jul 16 03:58:18.241Jul 16 03:58:18.241
90192026-07-16T03:58:19.164ZJul 16 03:58:18.241 DEBGDEBGJul 16 03:58:18.241 initted freemap. size: 64DEBGreplacing 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 } }] , reset freemapunitINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1
90202026-07-16T03:58:19.165Z:
90212026-07-16T03:58:19.165Z Jul 16 03:58:18.241freemap_route_ipv6 :INFO
90222026-07-16T03:58:19.165Z Jul 16 03:58:18.241Jul 16 03:58:18.241adding route 3fff:dead::/64 -> 2001:db8::55:1
90232026-07-16T03:58:19.165Z DEBG freemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:58:18.241INFO
90242026-07-16T03:58:19.165Z
90252026-07-16T03:58:19.165ZINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
90262026-07-16T03:58:19.165ZJul 16 03:58:18.241 INFO
90272026-07-16T03:58:19.165Zadding route 3fff:dead::/64 -> 2001:db8::55:2
90282026-07-16T03:58:19.165ZJul 16 03:58:18.241Jul 16 03:58:18.241 Jul 16 03:58:18.241 DEBGDEBGJul 16 03:58:18.241 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
90292026-07-16T03:58:19.165Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90302026-07-16T03:58:19.165ZJul 16 03:58:18.241DEBG
90312026-07-16T03:58:19.165Z 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 } }]
90322026-07-16T03:58:19.165Zreset freemapJul 16 03:58:18.241Jul 16 03:58:18.241 , INFO Jul 16 03:58:18.241INFOunit INFO adding route 172.17.0.27/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3:adding route 3fff:dead::/64 -> 2001:db8::55:2
90332026-07-16T03:58:19.165ZJul 16 03:58:18.241
90342026-07-16T03:58:19.165Z INFO
90352026-07-16T03:58:19.165Z freemap_route_ipv6Jul 16 03:58:18.241 adding route 172.16.0.0/32 -> 10.0.0.2DEBGJul 16 03:58:18.241
90362026-07-16T03:58:19.165ZJul 16 03:58:18.241replacing 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 } }]
90372026-07-16T03:58:19.165Z
90382026-07-16T03:58:19.165ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:58:18.241Jul 16 03:58:18.241
90392026-07-16T03:58:19.165Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90402026-07-16T03:58:19.165ZDEBGINFO 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.28/32 -> 10.0.0.255Jul 16 03:58:18.241Jul 16 03:58:18.241Jul 16 03:58:18.241
90412026-07-16T03:58:19.165Z
90422026-07-16T03:58:19.165ZDEBG 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:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
90432026-07-16T03:58:19.165Z
90442026-07-16T03:58:19.165ZJul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBG INFOJul 16 03:58:18.241replacing 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 } }]
90452026-07-16T03:58:19.165ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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.16.0.0/32 -> 10.0.0.1
90462026-07-16T03:58:19.165Zadding route 172.16.0.0/32 -> 10.0.0.3
90472026-07-16T03:58:19.166ZJul 16 03:58:18.241
90482026-07-16T03:58:19.166Z INFOJul 16 03:58:18.241Jul 16 03:58:18.241 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
90492026-07-16T03:58:19.166Z
90502026-07-16T03:58:19.166Z
90512026-07-16T03:58:19.166ZJul 16 03:58:18.241 Jul 16 03:58:18.241Jul 16 03:58:18.241DEBG Jul 16 03:58:18.241
90522026-07-16T03:58:19.166ZWARN 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 } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
90532026-07-16T03:58:19.166Z
90542026-07-16T03:58:19.166ZJul 16 03:58:18.241INFO 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 } }]
90552026-07-16T03:58:19.166Zfailed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.2Jul 16 03:58:18.241
90562026-07-16T03:58:19.166Z
90572026-07-16T03:58:19.166Z INFOJul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
90582026-07-16T03:58:19.166Z 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.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.241
90592026-07-16T03:58:19.166Z DEBG
90602026-07-16T03:58:19.166Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:58:18.241
90612026-07-16T03:58:19.166Z DEBGJul 16 03:58:18.241 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90622026-07-16T03:58:19.166Z 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 } }]Jul 16 03:58:18.241
90632026-07-16T03:58:19.166Z INFO adding route 172.17.0.0/32 -> 10.0.0.255
90642026-07-16T03:58:19.166ZJul 16 03:58:18.241 Jul 16 03:58:18.241DEBGJul 16 03:58:18.241 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
90652026-07-16T03:58:19.166Z
90662026-07-16T03:58:19.166Z 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 } }]
90672026-07-16T03:58:19.166ZJul 16 03:58:18.233Jul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO 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 } }]
90682026-07-16T03:58:19.166Z
90692026-07-16T03:58:19.166Zadding route 172.17.0.1/32 -> 10.0.0.255
90702026-07-16T03:58:19.166ZJul 16 03:58:18.241Jul 16 03:58:18.241 INFODEBGJul 16 03:58:18.241 DEBGadding route 172.17.0.32/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 } }]
90712026-07-16T03:58:19.166Z
90722026-07-16T03:58:19.166Z 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 } }]
90732026-07-16T03:58:19.166ZJul 16 03:58:18.241 DEBGJul 16 03:58:18.241Jul 16 03:58:18.241 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 } }]INFO
90742026-07-16T03:58:19.166Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
90752026-07-16T03:58:19.167Zadding route 172.17.0.2/32 -> 10.0.0.255
90762026-07-16T03:58:19.167ZJul 16 03:58:18.241 Jul 16 03:58:18.241Jul 16 03:58:18.241INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90772026-07-16T03:58:19.167Z
90782026-07-16T03:58:19.167Zreplacing 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 } }]
90792026-07-16T03:58:19.167ZJul 16 03:58:18.241Jul 16 03:58:18.241Jul 16 03:58:18.241 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90802026-07-16T03:58:19.167ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
90812026-07-16T03:58:19.167Z
90822026-07-16T03:58:19.167ZJul 16 03:58:18.241 Jul 16 03:58:18.241INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
90832026-07-16T03:58:19.167Zreplacing 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 } }]
90842026-07-16T03:58:19.167ZJul 16 03:58:18.241 DEBGJul 16 03:58:18.241 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 } }]DEBG
90852026-07-16T03:58:19.167ZJul 16 03:58:18.241 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90862026-07-16T03:58:19.167Z adding route 172.17.0.4/32 -> 10.0.0.255
90872026-07-16T03:58:19.167ZJul 16 03:58:18.241 INFOJul 16 03:58:18.241 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
90882026-07-16T03:58:19.167Z Jul 16 03:58:18.241replacing 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 } }]
90892026-07-16T03:58:19.167ZINFOJul 16 03:58:18.241 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
90902026-07-16T03:58:19.167Z 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 } }]
90912026-07-16T03:58:19.167ZJul 16 03:58:18.241 INFO Jul 16 03:58:18.241adding route 172.17.0.5/32 -> 10.0.0.255
90922026-07-16T03:58:19.167ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 16 03:58:18.241 DEBGJul 16 03:58:18.242 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 } }]created new freemap,
90932026-07-16T03:58:19.167ZunitJul 16 03:58:18.242Jul 16 03:58:18.242 :DEBG DEBGcreated new freemapJul 16 03:58:18.250freemap_route_ipv4,
90942026-07-16T03:58:19.167Zunit :created new freemap INFOfreemap_route_ipv4,
90952026-07-16T03:58:19.167Zunit : adding route 172.17.0.36/32 -> 10.0.0.255freemap_route_ipv4
90962026-07-16T03:58:19.167Z
90972026-07-16T03:58:19.167ZJul 16 03:58:18.250Jul 16 03:58:18.250 Jul 16 03:58:18.250DEBG DEBGDEBGDEBG created new freemapreplacing 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 } }]created new freemap
90982026-07-16T03:58:19.167Zreplacing 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 } }], , unitunit:
90992026-07-16T03:58:19.167Z :freemap_route_ipv6 Jul 16 03:58:18.250
91002026-07-16T03:58:19.167Zfreemap_route_ipv6Jul 16 03:58:18.250 DEBG
91012026-07-16T03:58:19.167Z INFO created new freemapadding route 172.17.0.37/32 -> 10.0.0.255,
91022026-07-16T03:58:19.168ZJul 16 03:58:18.250unit DEBG: initted freemap. size: 64freemap_route_ipv6Jul 16 03:58:18.250,
91032026-07-16T03:58:19.168Z Jul 16 03:58:18.250DEBGunit :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 } }] DEBGfreemap_route_ipv4
91042026-07-16T03:58:19.168Zinitted freemap. size: 64Jul 16 03:58:18.250
91052026-07-16T03:58:19.168Z, DEBGunit Jul 16 03:58:18.250:Jul 16 03:58:18.250initted freemap. size: 64 , freemap_route_ipv4DEBG
91062026-07-16T03:58:19.168Z unitreset freemap:Jul 16 03:58:18.250 , freemap_route_ipv4unitJul 16 03:58:18.250
91072026-07-16T03:58:19.172Z : DEBGfreemap_route_ipv4 INFO
91082026-07-16T03:58:19.172ZJul 16 03:58:18.250reset freemap , DEBG unitreset freemapINFOJul 16 03:58:18.250 , unit:adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255DEBG:
91092026-07-16T03:58:19.172Z initted freemap. size: 64freemap_route_ipv4, freemap_route_ipv4unit
91102026-07-16T03:58:19.172Z
91112026-07-16T03:58:19.172ZJul 16 03:58:18.250:
91122026-07-16T03:58:19.172Z DEBGfreemap_route_ipv6Jul 16 03:58:18.250
91132026-07-16T03:58:19.172ZJul 16 03:58:18.250 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, Jul 16 03:58:18.250, unit unit:replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
91142026-07-16T03:58:19.173Z: freemap_route_ipv6
91152026-07-16T03:58:19.173Zfreemap_route_ipv6reset freemapJul 16 03:58:18.250
91162026-07-16T03:58:19.173ZJul 16 03:58:18.250, INFOJul 16 03:58:18.250 unit adding route 172.17.0.39/32 -> 10.0.0.255 DEBG:
91172026-07-16T03:58:19.173Z Jul 16 03:58:18.250freemap_route_ipv6
91182026-07-16T03:58:19.173ZDEBGDEBGreplacing 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 } }]Jul 16 03:58:18.250Jul 16 03:58:18.250 reset freemapreset freemap, unit DEBGINFO ,
91192026-07-16T03:58:19.173Z:unit 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 } }]:
91202026-07-16T03:58:19.173Zadding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv6 freemap_route_ipv6
91212026-07-16T03:58:19.173ZJul 16 03:58:18.250
91222026-07-16T03:58:19.173Z
91232026-07-16T03:58:19.173ZINFO Jul 16 03:58:18.250adding route 172.17.0.40/32 -> 10.0.0.255 Jul 16 03:58:18.250
91242026-07-16T03:58:19.173Z Jul 16 03:58:18.250INFODEBG Jul 16 03:58:18.250INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
91252026-07-16T03:58:19.173Z
91262026-07-16T03:58:19.173ZINFO Jul 16 03:58:18.250adding route 172.17.0.7/32 -> 10.0.0.255Jul 16 03:58:18.250 Jul 16 03:58:18.250
91272026-07-16T03:58:19.173Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
91282026-07-16T03:58:19.173ZDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91292026-07-16T03:58:19.173ZJul 16 03:58:18.250
91302026-07-16T03:58:19.173Z
91312026-07-16T03:58:19.173Z DEBGJul 16 03:58:18.250 Jul 16 03:58:18.250replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 16 03:58:18.250 Jul 16 03:58:18.250DEBG
91322026-07-16T03:58:19.173ZINFO DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:58:18.250adding route 3fff:dead::/64 -> 2001:db8::55:2
91332026-07-16T03:58:19.173Z
91342026-07-16T03:58:19.173ZINFO
91352026-07-16T03:58:19.173Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 16 03:58:18.250Jul 16 03:58:18.250
91362026-07-16T03:58:19.173Z Jul 16 03:58:18.250
91372026-07-16T03:58:19.173Z DEBGINFODEBG Jul 16 03:58:18.250 Jul 16 03:58:18.250adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
91382026-07-16T03:58:19.173Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91392026-07-16T03:58:19.174Zreplacing 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 } }]
91402026-07-16T03:58:19.174Z
91412026-07-16T03:58:19.174ZINFOJul 16 03:58:18.250 Jul 16 03:58:18.250INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 16 03:58:18.250
91422026-07-16T03:58:19.174Z adding route 172.17.0.42/32 -> 10.0.0.255Jul 16 03:58:18.250 DEBG adding route 172.17.0.8/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 } }]
91432026-07-16T03:58:19.174Z
91442026-07-16T03:58:19.174ZJul 16 03:58:18.250INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
91452026-07-16T03:58:19.174ZDEBG Jul 16 03:58:18.250replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]Jul 16 03:58:18.250 Jul 16 03:58:18.250
91462026-07-16T03:58:19.174Z
91472026-07-16T03:58:19.174ZDEBGDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.250
91482026-07-16T03:58:19.174Z
91492026-07-16T03:58:19.174ZINFO Jul 16 03:58:18.250 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
91502026-07-16T03:58:19.174Zreplacing 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 } }]Jul 16 03:58:18.250replacing 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
91512026-07-16T03:58:19.174Z Jul 16 03:58:18.250 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO Jul 16 03:58:18.250adding route 3fff:dead::/64 -> 2001:db8::55:4
91522026-07-16T03:58:19.174ZINFO
91532026-07-16T03:58:19.174Z Jul 16 03:58:18.250adding route 172.17.0.43/32 -> 10.0.0.255
91542026-07-16T03:58:19.174Z
91552026-07-16T03:58:19.174ZJul 16 03:58:18.250Jul 16 03:58:18.250DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: 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 } }]
91562026-07-16T03:58:19.174Zadding route 172.17.0.0/32 -> 10.0.0.255Jul 16 03:58:18.250
91572026-07-16T03:58:19.174Z DEBG
91582026-07-16T03:58:19.174Z Jul 16 03:58:18.251replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
91592026-07-16T03:58:19.174Z Jul 16 03:58:18.251 Jul 16 03:58:18.251DEBG Jul 16 03:58:18.251Jul 16 03:58:18.251 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: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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
91602026-07-16T03:58:19.174Z
91612026-07-16T03:58:19.174Zreplacing 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 } }]
91622026-07-16T03:58:19.174Zadding route 172.17.0.44/32 -> 10.0.0.255
91632026-07-16T03:58:19.174Z INFO Jul 16 03:58:18.251adding route 172.17.0.9/32 -> 10.0.0.255
91642026-07-16T03:58:19.174ZINFO adding route 172.17.0.1/32 -> 10.0.0.255Jul 16 03:58:18.251
91652026-07-16T03:58:19.174Z Jul 16 03:58:18.251DEBGJul 16 03:58:18.241 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 } }]
91662026-07-16T03:58:19.175ZDEBGJul 16 03:58:18.251 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 } }] DEBG
91672026-07-16T03:58:19.175Z Jul 16 03:58:18.251replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
91682026-07-16T03:58:19.175Z
91692026-07-16T03:58:19.175ZINFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:58:18.251Jul 16 03:58:18.251 INFOINFO
91702026-07-16T03:58:19.175Zadding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
91712026-07-16T03:58:19.175ZJul 16 03:58:18.251
91722026-07-16T03:58:19.175Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
91732026-07-16T03:58:19.175Z
91742026-07-16T03:58:19.175ZINFO Jul 16 03:58:18.251adding route 172.17.0.6/32 -> 10.0.0.255 DEBG
91752026-07-16T03:58:19.175ZJul 16 03:58:18.251Jul 16 03:58:18.251 DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91762026-07-16T03:58:19.175ZJul 16 03:58:18.251Jul 16 03:58:18.251 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 } }]Jul 16 03:58:18.251 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 } }] INFO
91772026-07-16T03:58:19.175Ztest route::tests::same_size_non_subset_replace ... ok
91782026-07-16T03:58:19.175Ztest route::tests::delete_targets_fragmented ... ok
91792026-07-16T03:58:19.175Zreplacing 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 } }]
91802026-07-16T03:58:19.175Z
91812026-07-16T03:58:19.175ZDEBGadding route 172.17.0.3/32 -> 10.0.0.255
91822026-07-16T03:58:19.175ZJul 16 03:58:18.251 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91832026-07-16T03:58:19.175Z Jul 16 03:58:18.251Jul 16 03:58:18.251adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
91842026-07-16T03:58:19.175Z INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:58:18.251replacing 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 } }]
91852026-07-16T03:58:19.175Z
91862026-07-16T03:58:19.175ZJul 16 03:58:18.251 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255 Jul 16 03:58:18.251Jul 16 03:58:18.251 Jul 16 03:58:18.251DEBG 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: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 } }]
91872026-07-16T03:58:19.175ZINFO
91882026-07-16T03:58:19.175ZINFOadding route 172.17.0.4/32 -> 10.0.0.255
91892026-07-16T03:58:19.175ZJul 16 03:58:18.251
91902026-07-16T03:58:19.175Zadding route 172.17.0.11/32 -> 10.0.0.255
91912026-07-16T03:58:19.175ZJul 16 03:58:18.251INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBGJul 16 03:58:18.251
91922026-07-16T03:58:19.175Zreplacing 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 } }]Jul 16 03:58:18.251
91932026-07-16T03:58:19.176ZDEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
91942026-07-16T03:58:19.176Z
91952026-07-16T03:58:19.176ZJul 16 03:58:18.251Jul 16 03:58:18.251 Jul 16 03:58:18.251DEBG Jul 16 03:58:18.251Jul 16 03:58:18.251 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255 DEBG
91962026-07-16T03:58:19.176Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
91972026-07-16T03:58:19.176Z
91982026-07-16T03:58:19.176Zreplacing 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 } }]
91992026-07-16T03:58:19.176ZDEBG Jul 16 03:58:18.251replacing 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 } }]Jul 16 03:58:18.251 Jul 16 03:58:18.251
92002026-07-16T03:58:19.176ZDEBG INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255
92012026-07-16T03:58:19.176ZJul 16 03:58:18.242 Jul 16 03:58:18.251DEBG Jul 16 03:58:18.262 DEBG created new freemapDEBG, unit DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92022026-07-16T03:58:19.176Zreplacing 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 } }]
92032026-07-16T03:58:19.176Z: Jul 16 03:58:18.262 created new freemapINFOfreemap_route_ipv4Jul 16 03:58:18.262, unitadding route 172.17.0.49/32 -> 10.0.0.255
92042026-07-16T03:58:19.176Z :
92052026-07-16T03:58:19.176ZINFO adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv4
92062026-07-16T03:58:19.176Z
92072026-07-16T03:58:19.180ZJul 16 03:58:18.262
92082026-07-16T03:58:19.180ZJul 16 03:58:18.262Jul 16 03:58:18.262 Jul 16 03:58:18.262DEBG DEBGDEBGDEBG created new freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
92092026-07-16T03:58:19.180Z Jul 16 03:58:18.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 } }]unitcreated new freemap
92102026-07-16T03:58:19.180ZJul 16 03:58:18.262: INFOfreemap_route_ipv6
92112026-07-16T03:58:19.181Z adding route 172.17.0.7/32 -> 10.0.0.255 , INFO Jul 16 03:58:18.262unitadding route 172.17.0.9/32 -> 10.0.0.255:
92122026-07-16T03:58:19.181ZJul 16 03:58:18.262 INFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255
92132026-07-16T03:58:19.181Zinitted freemap. size: 64freemap_route_ipv6, unit
92142026-07-16T03:58:19.181Z:
92152026-07-16T03:58:19.181Z Jul 16 03:58:18.262 Jul 16 03:58:18.262 freemap_route_ipv4DEBGDEBG
92162026-07-16T03:58:19.181Z Jul 16 03:58:18.262replacing 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 } }]Jul 16 03:58:18.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 } }]
92172026-07-16T03:58:19.181Z
92182026-07-16T03:58:19.181Z 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 } }] Jul 16 03:58:18.262Jul 16 03:58:18.262 DEBGINFO DEBGJul 16 03:58:18.262
92192026-07-16T03:58:19.181Z initted freemap. size: 64INFOadding route 172.17.0.8/32 -> 10.0.0.255
92202026-07-16T03:58:19.181Zadding route 172.17.0.51/32 -> 10.0.0.255
92212026-07-16T03:58:19.181Z, reset freemapunit, Jul 16 03:58:18.262Jul 16 03:58:18.262 unitDEBG: DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92222026-07-16T03:58:19.181Z
92232026-07-16T03:58:19.181Zfreemap_route_ipv4
92242026-07-16T03:58:19.181Z: Jul 16 03:58:18.262freemap_route_ipv4Jul 16 03:58:18.262 Jul 16 03:58:18.262INFO
92252026-07-16T03:58:19.181Z Jul 16 03:58:18.262adding route 172.17.0.9/32 -> 10.0.0.255
92262026-07-16T03:58:19.181Z INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255
92272026-07-16T03:58:19.181ZDEBG initted freemap. size: 64adding route 172.17.0.10/32 -> 10.0.0.255, Jul 16 03:58:18.262Jul 16 03:58:18.262unit Jul 16 03:58:18.262 :DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
92282026-07-16T03:58:19.181Z
92292026-07-16T03:58:19.181Z DEBGfreemap_route_ipv6
92302026-07-16T03:58:19.181Z
92312026-07-16T03:58:19.181Z reset freemapJul 16 03:58:18.262 Jul 16 03:58:18.262INFO Jul 16 03:58:18.262 adding route 172.17.0.10/32 -> 10.0.0.255, Jul 16 03:58:18.262DEBG
92322026-07-16T03:58:19.181ZINFO unitadding route 172.17.0.53/32 -> 10.0.0.255 DEBG
92332026-07-16T03:58:19.181ZJul 16 03:58:18.262 reset freemap , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:: Jul 16 03:58:18.262DEBG
92342026-07-16T03:58:19.181Zfreemap_route_ipv6
92352026-07-16T03:58:19.181Zfreemap_route_ipv4replacing 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 } }]DEBG
92362026-07-16T03:58:19.181ZJul 16 03:58:18.262Jul 16 03:58:18.262 INFOINFO 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 } }]
92372026-07-16T03:58:19.181Z
92382026-07-16T03:58:19.182Zadding route 172.16.0.0/32 -> 10.0.0.1
92392026-07-16T03:58:19.182ZJul 16 03:58:18.262Jul 16 03:58:18.262adding route 172.17.0.11/32 -> 10.0.0.255 Jul 16 03:58:18.262
92402026-07-16T03:58:19.182ZINFO adding route 172.17.0.11/32 -> 10.0.0.255INFOJul 16 03:58:18.262
92412026-07-16T03:58:19.182Zadding route 172.17.0.54/32 -> 10.0.0.255DEBG 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 } }]
92422026-07-16T03:58:19.182ZJul 16 03:58:18.262Jul 16 03:58:18.262
92432026-07-16T03:58:19.182Z DEBG DEBGDEBG initted freemap. size: 64 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.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 } }]
92442026-07-16T03:58:19.182Z
92452026-07-16T03:58:19.182Z, Jul 16 03:58:18.262Jul 16 03:58:18.262 INFODEBGJul 16 03:58:18.262unit 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.2 :
92462026-07-16T03:58:19.182Zadding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:58:18.262
92472026-07-16T03:58:19.182Z freemap_route_ipv6
92482026-07-16T03:58:19.182Z
92492026-07-16T03:58:19.182Z Jul 16 03:58:18.262INFOJul 16 03:58:18.262 Jul 16 03:58:18.262DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
92502026-07-16T03:58:19.182Z Jul 16 03:58:18.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 } }]adding route 172.17.0.55/32 -> 10.0.0.255
92512026-07-16T03:58:19.182Z adding route 172.17.0.12/32 -> 10.0.0.255
92522026-07-16T03:58:19.182ZJul 16 03:58:18.262
92532026-07-16T03:58:19.182ZJul 16 03:58:18.262 INFOINFODEBGJul 16 03:58:18.262 adding route 172.16.0.0/32 -> 10.0.0.3
92542026-07-16T03:58:19.182ZDEBGadding route 172.17.0.13/32 -> 10.0.0.255 reset freemapreplacing 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 } }]
92552026-07-16T03:58:19.182Z,
92562026-07-16T03:58:19.182ZunitJul 16 03:58:18.262:Jul 16 03:58:18.262 DEBG DEBGfreemap_route_ipv6Jul 16 03:58:18.262
92572026-07-16T03:58:19.182Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
92582026-07-16T03:58:19.182ZJul 16 03:58:18.262 DEBGadding route 172.17.0.56/32 -> 10.0.0.255
92592026-07-16T03:58:19.182ZJul 16 03:58:18.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 } }] INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92602026-07-16T03:58:19.182Z
92612026-07-16T03:58:19.182Zadding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.262
92622026-07-16T03:58:19.182Z INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:58:18.262
92632026-07-16T03:58:19.182ZJul 16 03:58:18.262Jul 16 03:58:18.262 INFO DEBG adding route 172.17.0.14/32 -> 10.0.0.255Jul 16 03:58:18.262
92642026-07-16T03:58:19.182Ztest route::tests::shrink_preserves_compacted_order ... ok
92652026-07-16T03:58:19.183Z 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 } }]Jul 16 03:58:18.251
92662026-07-16T03:58:19.183Z 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 } }] Jul 16 03:58:18.262
92672026-07-16T03:58:19.183Zcreated new freemapJul 16 03:58:18.262Jul 16 03:58:18.262 DEBG DEBG, INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]unitDEBGreplacing 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 } }]Jul 16 03:58:18.262:
92682026-07-16T03:58:19.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 } }]INFO
92692026-07-16T03:58:19.183Z adding route 172.17.0.57/32 -> 10.0.0.255
92702026-07-16T03:58:19.183Zfreemap_route_ipv4
92712026-07-16T03:58:19.183Z
92722026-07-16T03:58:19.183Zadding route 172.17.0.13/32 -> 10.0.0.255Jul 16 03:58:18.262Jul 16 03:58:18.262 Jul 16 03:58:18.262 INFOJul 16 03:58:18.262
92732026-07-16T03:58:19.183ZDEBGINFO 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.16.0.0/32 -> 10.0.0.2
92742026-07-16T03:58:19.183Z DEBG adding route 172.17.0.15/32 -> 10.0.0.255
92752026-07-16T03:58:19.183Z
92762026-07-16T03:58:19.183Zcreated new freemapJul 16 03:58:18.262, Jul 16 03:58:18.262unitINFO:Jul 16 03:58:18.262 adding route 172.17.0.58/32 -> 10.0.0.255
92772026-07-16T03:58:19.183ZDEBG freemap_route_ipv6DEBG
92782026-07-16T03:58:19.183Z 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 } }]Jul 16 03:58:18.263
92792026-07-16T03:58:19.183Z 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 } }]Jul 16 03:58:18.263DEBG DEBG
92802026-07-16T03:58:19.183Z 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 } }]Jul 16 03:58:18.263initted freemap. size: 64
92812026-07-16T03:58:19.183Z, unit: freemap_route_ipv4INFOJul 16 03:58:18.263 Jul 16 03:58:18.263
92822026-07-16T03:58:19.183Zadding route 172.17.0.16/32 -> 10.0.0.255
92832026-07-16T03:58:19.183ZDEBG Jul 16 03:58:18.263 Jul 16 03:58:18.263 DEBGJul 16 03:58:18.263INFO 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 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.59/32 -> 10.0.0.255
92842026-07-16T03:58:19.183Z
92852026-07-16T03:58:19.183Z DEBG
92862026-07-16T03:58:19.183Zreplacing 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 } }]
92872026-07-16T03:58:19.183Z reset freemapJul 16 03:58:18.263, unitDEBG: 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 } }]freemap_route_ipv4
92882026-07-16T03:58:19.183Z
92892026-07-16T03:58:19.183ZJul 16 03:58:18.263Jul 16 03:58:18.263 Jul 16 03:58:18.263 Jul 16 03:58:18.263INFOINFO DEBG adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255initted freemap. size: 64INFO
92902026-07-16T03:58:19.183Z
92912026-07-16T03:58:19.183Z , adding route 172.17.0.14/32 -> 10.0.0.255unit
92922026-07-16T03:58:19.183ZJul 16 03:58:18.263:Jul 16 03:58:18.263 freemap_route_ipv6DEBG DEBG
92932026-07-16T03:58:19.183Z 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.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 } }]
92942026-07-16T03:58:19.184ZJul 16 03:58:18.263
92952026-07-16T03:58:19.184Z DEBGJul 16 03:58:18.263 Jul 16 03:58:18.263 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 } }]DEBGINFO
92962026-07-16T03:58:19.184Zadding route 172.17.0.18/32 -> 10.0.0.255
92972026-07-16T03:58:19.184Zreset freemapJul 16 03:58:18.263, unitDEBG:Jul 16 03:58:18.263 failed to allocate space for the new target listfreemap_route_ipv6DEBG
92982026-07-16T03:58:19.184Z
92992026-07-16T03:58:19.184Z 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 } }]
93002026-07-16T03:58:19.184ZJul 16 03:58:18.263 Jul 16 03:58:18.263 INFOJul 16 03:58:18.263 DEBG Jul 16 03:58:18.263adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFO
93012026-07-16T03:58:19.184ZINFO
93022026-07-16T03:58:19.184Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.19/32 -> 10.0.0.255
93032026-07-16T03:58:19.184Z
93042026-07-16T03:58:19.184ZJul 16 03:58:18.263 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 } }]
93052026-07-16T03:58:19.184ZJul 16 03:58:18.263 Jul 16 03:58:18.263Jul 16 03:58:18.263 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
93062026-07-16T03:58:19.184Z
93072026-07-16T03:58:19.189ZINFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 16 03:58:18.263 INFO adding route 172.16.0.0/32 -> 10.0.0.2
93082026-07-16T03:58:19.189Z
93092026-07-16T03:58:19.189ZJul 16 03:58:18.263 Jul 16 03:58:18.263INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255Jul 16 03:58:18.263
93102026-07-16T03:58:19.189Z 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 } }]
93112026-07-16T03:58:19.189Zreplacing 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 } }]Jul 16 03:58:18.263
93122026-07-16T03:58:19.189Z DEBG Jul 16 03:58:18.263Jul 16 03:58:18.263 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
93132026-07-16T03:58:19.189Z
93142026-07-16T03:58:19.189Z
93152026-07-16T03:58:19.189ZJul 16 03:58:18.251Jul 16 03:58:18.263Jul 16 03:58:18.263 Jul 16 03:58:18.263INFO DEBG INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
93162026-07-16T03:58:19.189Zreplacing 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 } }]
93172026-07-16T03:58:19.189Z
93182026-07-16T03:58:19.189ZJul 16 03:58:18.271
93192026-07-16T03:58:19.189ZJul 16 03:58:18.271Jul 16 03:58:18.271DEBG 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 } }]Jul 16 03:58:18.271
93202026-07-16T03:58:19.189Z Jul 16 03:58:18.271INFO INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 } }]
93212026-07-16T03:58:19.189Z
93222026-07-16T03:58:19.189Z
93232026-07-16T03:58:19.189ZJul 16 03:58:18.271 Jul 16 03:58:18.271DEBG 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 } }]
93242026-07-16T03:58:19.189Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 16 03:58:18.271
93252026-07-16T03:58:19.189Z DEBGJul 16 03:58:18.271 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
93262026-07-16T03:58:19.189Z adding route 172.17.0.23/32 -> 10.0.0.255
93272026-07-16T03:58:19.190ZJul 16 03:58:18.271Jul 16 03:58:18.271 DEBGJul 16 03:58:18.251DEBG 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
93282026-07-16T03:58:19.190Zreplacing 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 } }]
93292026-07-16T03:58:19.190Zadding route 172.17.0.12/32 -> 10.0.0.255Jul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 INFOINFO
93302026-07-16T03:58:19.190Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
93312026-07-16T03:58:19.190Zadding route 172.17.0.24/32 -> 10.0.0.255
93322026-07-16T03:58:19.190ZINFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 16 03:58:18.271
93332026-07-16T03:58:19.190Z DEBGJul 16 03:58:18.271 Jul 16 03:58:18.271replacing 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 } }]
93342026-07-16T03:58:19.190ZDEBGDEBGJul 16 03:58:18.271 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 } }]
93352026-07-16T03:58:19.190Zreplacing 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 } }]
93362026-07-16T03:58:19.190ZJul 16 03:58:18.271 Jul 16 03:58:18.271INFO DEBGINFOJul 16 03:58:18.271 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255
93372026-07-16T03:58:19.190Z
93382026-07-16T03:58:19.190ZINFO 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.25/32 -> 10.0.0.255Jul 16 03:58:18.271Jul 16 03:58:18.271
93392026-07-16T03:58:19.190Z DEBGDEBG
93402026-07-16T03:58:19.190Z 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 } }]Jul 16 03:58:18.271
93412026-07-16T03:58:19.190Z 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 } }] 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 } }]
93422026-07-16T03:58:19.190Z
93432026-07-16T03:58:19.190ZJul 16 03:58:18.271Jul 16 03:58:18.271 INFOJul 16 03:58:18.271INFO Jul 16 03:58:18.271 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO INFOadding route 172.17.0.14/32 -> 10.0.0.255
93442026-07-16T03:58:19.190Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
93452026-07-16T03:58:19.190Z
93462026-07-16T03:58:19.190Z
93472026-07-16T03:58:19.190ZJul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBGDEBG Jul 16 03:58:18.271 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
93482026-07-16T03:58:19.190Zreplacing 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 } }]
93492026-07-16T03:58:19.190Zreplacing 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 } }]
93502026-07-16T03:58:19.190ZJul 16 03:58:18.271DEBG INFO Jul 16 03:58:18.271adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }]
93512026-07-16T03:58:19.190ZINFOJul 16 03:58:18.271
93522026-07-16T03:58:19.190Zadding route 172.17.0.27/32 -> 10.0.0.255INFOJul 16 03:58:18.271
93532026-07-16T03:58:19.190Z DEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.271
93542026-07-16T03:58:19.191Z
93552026-07-16T03:58:19.191ZJul 16 03:58:18.271 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.271
93562026-07-16T03:58:19.191ZJul 16 03:58:18.271 INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
93572026-07-16T03:58:19.191Z
93582026-07-16T03:58:19.191ZDEBG 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 } }]Jul 16 03:58:18.271
93592026-07-16T03:58:19.191Z INFO Jul 16 03:58:18.271Jul 16 03:58:18.271 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
93602026-07-16T03:58:19.191Z 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 } }]Jul 16 03:58:18.271
93612026-07-16T03:58:19.191Z Jul 16 03:58:18.271replacing 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
93622026-07-16T03:58:19.191ZINFO Jul 16 03:58:18.271replacing 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.16/32 -> 10.0.0.255
93632026-07-16T03:58:19.191Z
93642026-07-16T03:58:19.191Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 16 03:58:18.271
93652026-07-16T03:58:19.191Z Jul 16 03:58:18.271DEBG 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 } }] Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBGINFOadding route 172.17.0.29/32 -> 10.0.0.255
93662026-07-16T03:58:19.191Z
93672026-07-16T03:58:19.191Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
93682026-07-16T03:58:19.191Z
93692026-07-16T03:58:19.191ZJul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93702026-07-16T03:58:19.191Z
93712026-07-16T03:58:19.191Z 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 } }]INFOJul 16 03:58:18.271 Jul 16 03:58:18.271adding route 172.16.0.0/32 -> 10.0.0.4Jul 16 03:58:18.271
93722026-07-16T03:58:19.191Z
93732026-07-16T03:58:19.191ZDEBG INFOINFO adding route 172.17.0.30/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 } }]Jul 16 03:58:18.271
93742026-07-16T03:58:19.191Z 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
93752026-07-16T03:58:19.191Z
93762026-07-16T03:58:19.191ZJul 16 03:58:18.271Jul 16 03:58:18.271
93772026-07-16T03:58:19.191Z DEBG Jul 16 03:58:18.271 Jul 16 03:58:18.271 Jul 16 03:58:18.271replacing 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
93782026-07-16T03:58:19.191Z INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
93792026-07-16T03:58:19.191Z
93802026-07-16T03:58:19.191Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93812026-07-16T03:58:19.191Z adding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:58:18.271
93822026-07-16T03:58:19.192Z Jul 16 03:58:18.271DEBGJul 16 03:58:18.271 INFO INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
93832026-07-16T03:58:19.192Z
93842026-07-16T03:58:19.192Zadding route 172.17.0.31/32 -> 10.0.0.255
93852026-07-16T03:58:19.192ZJul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93862026-07-16T03:58:19.192Z adding route 172.17.0.19/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 } }]
93872026-07-16T03:58:19.192Z
93882026-07-16T03:58:19.192Z Jul 16 03:58:18.271 INFODEBG Jul 16 03:58:18.271adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
93892026-07-16T03:58:19.192ZDEBGreplacing 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 } }]Jul 16 03:58:18.271 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 } }]INFO
93902026-07-16T03:58:19.192Z adding route 172.17.0.32/32 -> 10.0.0.255
93912026-07-16T03:58:19.192Z
93922026-07-16T03:58:19.192ZJul 16 03:58:18.271 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 } }]
93932026-07-16T03:58:19.192ZJul 16 03:58:18.271Jul 16 03:58:18.271Jul 16 03:58:18.271 DEBG Jul 16 03:58:18.271 INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93942026-07-16T03:58:19.192ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOJul 16 03:58:18.271
93952026-07-16T03:58:19.192Z INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
93962026-07-16T03:58:19.192Z
93972026-07-16T03:58:19.192Z
93982026-07-16T03:58:19.192ZJul 16 03:58:18.271 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.271
93992026-07-16T03:58:19.192Z Jul 16 03:58:18.271DEBGJul 16 03:58:18.271 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 } }] DEBG
94002026-07-16T03:58:19.192ZDEBGJul 16 03:58:18.271 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.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94012026-07-16T03:58:19.192Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
94022026-07-16T03:58:19.192Z
94032026-07-16T03:58:19.192ZJul 16 03:58:18.271 INFOJul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271 INFODEBGadding route 172.17.0.21/32 -> 10.0.0.255
94042026-07-16T03:58:19.192Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255INFO
94052026-07-16T03:58:19.192Z
94062026-07-16T03:58:19.192Zadding route 172.17.0.25/32 -> 10.0.0.255
94072026-07-16T03:58:19.198ZJul 16 03:58:18.271 DEBGJul 16 03:58:18.271 Jul 16 03:58:18.271replacing 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 } }]
94082026-07-16T03:58:19.198ZJul 16 03:58:18.271 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94092026-07-16T03:58:19.198Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGJul 16 03:58:18.271 Jul 16 03:58:18.271
94102026-07-16T03:58:19.198ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
94112026-07-16T03:58:19.198Zreplacing 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 } }]Jul 16 03:58:18.271INFO
94122026-07-16T03:58:19.198Z Jul 16 03:58:18.271adding route 172.17.0.35/32 -> 10.0.0.255DEBG
94132026-07-16T03:58:19.198Z 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 } }]
94142026-07-16T03:58:19.198Zreplacing 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 } }]Jul 16 03:58:18.271
94152026-07-16T03:58:19.198ZJul 16 03:58:18.271 DEBGINFOJul 16 03:58:18.271 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
94162026-07-16T03:58:19.198Zadding route 172.17.0.23/32 -> 10.0.0.255Jul 16 03:58:18.271
94172026-07-16T03:58:19.198Z INFOadding route 172.17.0.26/32 -> 10.0.0.255
94182026-07-16T03:58:19.198Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 16 03:58:18.271
94192026-07-16T03:58:19.198Z Jul 16 03:58:18.271INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 Jul 16 03:58:18.271
94202026-07-16T03:58:19.198ZJul 16 03:58:18.271 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
94212026-07-16T03:58:19.198Z 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 } }]DEBG
94222026-07-16T03:58:19.198Z 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 } }]
94232026-07-16T03:58:19.198ZJul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271INFO adding route 172.17.0.24/32 -> 10.0.0.255DEBGINFO Jul 16 03:58:18.271 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94242026-07-16T03:58:19.198Z
94252026-07-16T03:58:19.198Z
94262026-07-16T03:58:19.198Z adding route 172.17.0.27/32 -> 10.0.0.255
94272026-07-16T03:58:19.198ZJul 16 03:58:18.271Jul 16 03:58:18.271 Jul 16 03:58:18.271 DEBGDEBGJul 16 03:58:18.271 DEBGreplacing 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 adding route 172.17.0.37/32 -> 10.0.0.255
94282026-07-16T03:58:19.199Z 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 } }]
94292026-07-16T03:58:19.199ZJul 16 03:58:18.284 DEBG
94302026-07-16T03:58:19.199ZJul 16 03:58:18.284 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
94312026-07-16T03:58:19.199Z adding route 172.17.0.28/32 -> 10.0.0.255
94322026-07-16T03:58:19.199ZJul 16 03:58:18.284 Jul 16 03:58:18.284INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Jul 16 03:58:18.284replacing 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 } }]
94332026-07-16T03:58:19.199Z
94342026-07-16T03:58:19.199ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
94352026-07-16T03:58:19.199ZJul 16 03:58:18.284Jul 16 03:58:18.284 Jul 16 03:58:18.284INFODEBG 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 } }]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 } }]
94362026-07-16T03:58:19.199Z
94372026-07-16T03:58:19.199Zadding route 172.17.0.29/32 -> 10.0.0.255
94382026-07-16T03:58:19.199ZJul 16 03:58:18.284 Jul 16 03:58:18.284INFO DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing 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 } }]
94392026-07-16T03:58:19.199ZJul 16 03:58:18.284
94402026-07-16T03:58:19.199ZINFO Jul 16 03:58:18.284adding route 172.17.0.39/32 -> 10.0.0.255
94412026-07-16T03:58:19.199ZDEBG Jul 16 03:58:18.284 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
94422026-07-16T03:58:19.199ZJul 16 03:58:18.284 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
94432026-07-16T03:58:19.199Z 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 } }]Jul 16 03:58:18.284
94442026-07-16T03:58:19.199Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
94452026-07-16T03:58:19.199ZJul 16 03:58:18.284 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:58:18.284Jul 16 03:58:18.284
94462026-07-16T03:58:19.199ZDEBGDEBG 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: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 } }]
94472026-07-16T03:58:19.199Z
94482026-07-16T03:58:19.199ZJul 16 03:58:18.284 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 } }]
94492026-07-16T03:58:19.199ZJul 16 03:58:18.284 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 16 03:58:18.284
94502026-07-16T03:58:19.199Z INFOJul 16 03:58:18.284 adding route 172.17.0.41/32 -> 10.0.0.255INFO
94512026-07-16T03:58:19.199ZJul 16 03:58:18.284 adding route 172.17.0.31/32 -> 10.0.0.255 DEBG
94522026-07-16T03:58:19.199Z 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 } }]Jul 16 03:58:18.284
94532026-07-16T03:58:19.199Z 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 } }]
94542026-07-16T03:58:19.200ZJul 16 03:58:18.284 INFO Jul 16 03:58:18.284adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
94552026-07-16T03:58:19.200ZDEBGJul 16 03:58:18.284 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
94562026-07-16T03:58:19.200Z Jul 16 03:58:18.284adding route 172.17.0.42/32 -> 10.0.0.255
94572026-07-16T03:58:19.200ZDEBG Jul 16 03:58:18.284Jul 16 03:58:18.284 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255
94582026-07-16T03:58:19.200Z
94592026-07-16T03:58:19.200Zreplacing 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 } }]
94602026-07-16T03:58:19.200Zreplacing 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 } }]Jul 16 03:58:18.284Jul 16 03:58:18.284
94612026-07-16T03:58:19.200Z Jul 16 03:58:18.284DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.284 INFO
94622026-07-16T03:58:19.200Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
94632026-07-16T03:58:19.200Zadding route 172.17.0.43/32 -> 10.0.0.255
94642026-07-16T03:58:19.200ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 16 03:58:18.284
94652026-07-16T03:58:19.200ZJul 16 03:58:18.284Jul 16 03:58:18.284 DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 16 03:58:18.284INFO
94662026-07-16T03:58:19.200Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94672026-07-16T03:58:19.200Zadding route 172.17.0.33/32 -> 10.0.0.255
94682026-07-16T03:58:19.200Zreplacing 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 } }]
94692026-07-16T03:58:19.200Ztest route::tests::delete_target_fragmented ... ok
94702026-07-16T03:58:19.200ZJul 16 03:58:18.284Jul 16 03:58:18.284Jul 16 03:58:18.284Jul 16 03:58:18.284 INFO INFODEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94712026-07-16T03:58:19.200Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.44/32 -> 10.0.0.255
94722026-07-16T03:58:19.200Z
94732026-07-16T03:58:19.200Z
94742026-07-16T03:58:19.200ZJul 16 03:58:18.284 DEBG Jul 16 03:58:18.284Jul 16 03:58:18.284 Jul 16 03:58:18.284replacing 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
94752026-07-16T03:58:19.200Z 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 } }]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 } }]
94762026-07-16T03:58:19.200ZINFO
94772026-07-16T03:58:19.200Z Jul 16 03:58:18.284adding route 172.17.0.34/32 -> 10.0.0.255
94782026-07-16T03:58:19.200ZJul 16 03:58:18.284INFOJul 16 03:58:18.284 INFOadding route 172.17.0.27/32 -> 10.0.0.255INFO
94792026-07-16T03:58:19.201Z adding route 172.17.0.45/32 -> 10.0.0.255
94802026-07-16T03:58:19.201Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
94812026-07-16T03:58:19.201ZJul 16 03:58:18.284Jul 16 03:58:18.284Jul 16 03:58:18.284 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]Jul 16 03:58:18.284
94822026-07-16T03:58:19.201Z
94832026-07-16T03:58:19.201Z 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 } }]
94842026-07-16T03:58:19.201ZJul 16 03:58:18.284 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
94852026-07-16T03:58:19.201Z Jul 16 03:58:18.284 adding route 172.17.0.28/32 -> 10.0.0.255Jul 16 03:58:18.284INFO
94862026-07-16T03:58:19.201Z Jul 16 03:58:18.284adding route 172.17.0.46/32 -> 10.0.0.255 INFOJul 16 03:58:18.284 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
94872026-07-16T03:58:19.201Zreplacing 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 } }]
94882026-07-16T03:58:19.201ZJul 16 03:58:18.294 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 } }]
94892026-07-16T03:58:19.201ZJul 16 03:58:18.294 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
94902026-07-16T03:58:19.201ZJul 16 03:58:18.294
94912026-07-16T03:58:19.201ZJul 16 03:58:18.294 INFO adding route 172.17.0.29/32 -> 10.0.0.255
94922026-07-16T03:58:19.201ZDEBGJul 16 03:58:18.294 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 } }]DEBG
94932026-07-16T03:58:19.201Z 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 } }]Jul 16 03:58:18.294
94942026-07-16T03:58:19.201Z 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 } }]Jul 16 03:58:18.294Jul 16 03:58:18.294
94952026-07-16T03:58:19.201Z INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 16 03:58:18.294
94962026-07-16T03:58:19.201Z
94972026-07-16T03:58:19.201ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
94982026-07-16T03:58:19.201ZJul 16 03:58:18.294 DEBGJul 16 03:58:18.294 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94992026-07-16T03:58:19.201Z 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 } }]Jul 16 03:58:18.294
95002026-07-16T03:58:19.201Z DEBGJul 16 03:58:18.294 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 } }]INFO
95012026-07-16T03:58:19.201ZJul 16 03:58:18.294 adding route 172.17.0.48/32 -> 10.0.0.255INFO
95022026-07-16T03:58:19.201Z Jul 16 03:58:18.294adding route 172.17.0.31/32 -> 10.0.0.255
95032026-07-16T03:58:19.201ZINFOJul 16 03:58:18.294Jul 16 03:58:18.294 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.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
95042026-07-16T03:58:19.201Z
95052026-07-16T03:58:19.201Z
95062026-07-16T03:58:19.202ZJul 16 03:58:18.294Jul 16 03:58:18.294Jul 16 03:58:18.294 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 172.17.0.49/32 -> 10.0.0.255
95072026-07-16T03:58:19.206Z
95082026-07-16T03:58:19.206Zadding route 172.17.0.32/32 -> 10.0.0.255
95092026-07-16T03:58:19.206ZJul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG 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.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 } }]
95102026-07-16T03:58:19.206Z
95112026-07-16T03:58:19.206ZJul 16 03:58:18.294 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 16 03:58:18.294
95122026-07-16T03:58:19.206Z Jul 16 03:58:18.294INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255
95132026-07-16T03:58:19.206Zadding route 172.17.0.50/32 -> 10.0.0.255
95142026-07-16T03:58:19.206ZJul 16 03:58:18.294 DEBGJul 16 03:58:18.294 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
95152026-07-16T03:58:19.206Z 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 } }]
95162026-07-16T03:58:19.206ZJul 16 03:58:18.294Jul 16 03:58:18.294 Jul 16 03:58:18.294DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95172026-07-16T03:58:19.206Zadding route 172.17.0.51/32 -> 10.0.0.255
95182026-07-16T03:58:19.206Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
95192026-07-16T03:58:19.206ZJul 16 03:58:18.294 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 16 03:58:18.294
95202026-07-16T03:58:19.206Z 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 } }]Jul 16 03:58:18.294
95212026-07-16T03:58:19.207ZJul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.294
95222026-07-16T03:58:19.207Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95232026-07-16T03:58:19.207Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 16 03:58:18.294
95242026-07-16T03:58:19.207Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
95252026-07-16T03:58:19.207ZJul 16 03:58:18.294 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 16 03:58:18.294
95262026-07-16T03:58:19.207Z Jul 16 03:58:18.294DEBG 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 } }]Jul 16 03:58:18.294
95272026-07-16T03:58:19.207Z adding route 172.17.0.35/32 -> 10.0.0.255INFO
95282026-07-16T03:58:19.207Z Jul 16 03:58:18.294adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
95292026-07-16T03:58:19.207ZINFOJul 16 03:58:18.294 adding route 172.17.0.53/32 -> 10.0.0.255DEBG
95302026-07-16T03:58:19.207Z 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 } }]
95312026-07-16T03:58:19.207ZJul 16 03:58:18.294 Jul 16 03:58:18.294DEBG 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 } }] Jul 16 03:58:18.294adding route 172.17.0.36/32 -> 10.0.0.255
95322026-07-16T03:58:19.207Z
95332026-07-16T03:58:19.207Z 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 } }]Jul 16 03:58:18.294
95342026-07-16T03:58:19.207Z INFOJul 16 03:58:18.294 Jul 16 03:58:18.294DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
95352026-07-16T03:58:19.207Z 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.54/32 -> 10.0.0.255
95362026-07-16T03:58:19.207Z
95372026-07-16T03:58:19.207ZJul 16 03:58:18.294Jul 16 03:58:18.294 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 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 } }]
95382026-07-16T03:58:19.207Z
95392026-07-16T03:58:19.207ZJul 16 03:58:18.294 INFO Jul 16 03:58:18.294Jul 16 03:58:18.294 adding route 172.17.0.37/32 -> 10.0.0.255INFOINFO
95402026-07-16T03:58:19.207Z adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
95412026-07-16T03:58:19.207Z
95422026-07-16T03:58:19.207ZJul 16 03:58:18.294 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 } }]Jul 16 03:58:18.294
95432026-07-16T03:58:19.207Z 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 } }]
95442026-07-16T03:58:19.207ZJul 16 03:58:18.294Jul 16 03:58:18.294 INFOJul 16 03:58:18.294DEBG INFOadding route 172.17.0.38/32 -> 10.0.0.255
95452026-07-16T03:58:19.207Zadding route 172.17.0.56/32 -> 10.0.0.255
95462026-07-16T03:58:19.207Zreplacing 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 } }]
95472026-07-16T03:58:19.207ZJul 16 03:58:18.294 Jul 16 03:58:18.294DEBG 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 } }]
95482026-07-16T03:58:19.208ZJul 16 03:58:18.294adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
95492026-07-16T03:58:19.208ZDEBG 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 } }]
95502026-07-16T03:58:19.208ZJul 16 03:58:18.294 Jul 16 03:58:18.294 Jul 16 03:58:18.294DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
95512026-07-16T03:58:19.208Z adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
95522026-07-16T03:58:19.208Z
95532026-07-16T03:58:19.208ZJul 16 03:58:18.294 Jul 16 03:58:18.294INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
95542026-07-16T03:58:19.208ZJul 16 03:58:18.294replacing 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 } }]
95552026-07-16T03:58:19.208ZDEBG 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 } }]
95562026-07-16T03:58:19.208ZJul 16 03:58:18.294 DEBGJul 16 03:58:18.294 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 } }]INFO
95572026-07-16T03:58:19.208Z Jul 16 03:58:18.294adding route 172.17.0.58/32 -> 10.0.0.255
95582026-07-16T03:58:19.208ZINFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 16 03:58:18.294
95592026-07-16T03:58:19.208Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
95602026-07-16T03:58:19.208ZJul 16 03:58:18.294 DEBGJul 16 03:58:18.294 Jul 16 03:58:18.294replacing 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 } }]
95612026-07-16T03:58:19.208ZDEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95622026-07-16T03:58:19.208Z
95632026-07-16T03:58:19.208ZJul 16 03:58:18.294 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 16 03:58:18.294
95642026-07-16T03:58:19.208Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
95652026-07-16T03:58:19.208ZJul 16 03:58:18.294Jul 16 03:58:18.294 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.59/32 -> 10.0.0.255Jul 16 03:58:18.294
95662026-07-16T03:58:19.208Z
95672026-07-16T03:58:19.208Ztest route::tests::add_target_fails_full ... ok
95682026-07-16T03:58:19.208ZDEBG 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 } }]
95692026-07-16T03:58:19.208ZJul 16 03:58:18.294 INFO Jul 16 03:58:18.294adding route 172.17.0.42/32 -> 10.0.0.255
95702026-07-16T03:58:19.208ZINFO Jul 16 03:58:18.294adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
95712026-07-16T03:58:19.208ZDEBGJul 16 03:58:18.294 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
95722026-07-16T03:58:19.208Z 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 } }]Jul 16 03:58:18.294
95732026-07-16T03:58:19.208Z 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 } }]
95742026-07-16T03:58:19.209ZJul 16 03:58:18.294 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:58:18.294Jul 16 03:58:18.294
95752026-07-16T03:58:19.209Z INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
95762026-07-16T03:58:19.209ZJul 16 03:58:18.294adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
95772026-07-16T03:58:19.209ZDEBG 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 } }]Jul 16 03:58:18.294
95782026-07-16T03:58:19.209Z 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 } }]
95792026-07-16T03:58:19.209ZJul 16 03:58:18.294 INFO Jul 16 03:58:18.294adding route 172.17.0.44/32 -> 10.0.0.255
95802026-07-16T03:58:19.209ZJul 16 03:58:18.294DEBG 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 } }]failed to allocate space for the new target list
95812026-07-16T03:58:19.209Z
95822026-07-16T03:58:19.209ZJul 16 03:58:18.294 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 } }]
95832026-07-16T03:58:19.209ZJul 16 03:58:18.294 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 16 03:58:18.294
95842026-07-16T03:58:19.209Z Jul 16 03:58:18.294INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:58:18.294
95852026-07-16T03:58:19.209Z 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 } }]
95862026-07-16T03:58:19.209Zreplacing 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 } }]
95872026-07-16T03:58:19.209ZJul 16 03:58:18.294Jul 16 03:58:18.294 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 } }]failed to allocate space for the new target list
95882026-07-16T03:58:19.209Z
95892026-07-16T03:58:19.209Z Jul 16 03:58:18.294INFOJul 16 03:58:18.294 adding route 172.17.0.35/32 -> 10.0.0.255 DEBG
95902026-07-16T03:58:19.209ZINFO adding route 172.17.0.46/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 } }]
95912026-07-16T03:58:19.209Z
95922026-07-16T03:58:19.209ZJul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG 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 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 } }]
95932026-07-16T03:58:19.209Z
95942026-07-16T03:58:19.209ZJul 16 03:58:18.294Jul 16 03:58:18.294 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
95952026-07-16T03:58:19.209Z
95962026-07-16T03:58:19.209ZJul 16 03:58:18.294Jul 16 03:58:18.294 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95972026-07-16T03:58:19.209Z
95982026-07-16T03:58:19.209ZJul 16 03:58:18.294Jul 16 03:58:18.294 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
95992026-07-16T03:58:19.209Z
96002026-07-16T03:58:19.209ZJul 16 03:58:18.294Jul 16 03:58:18.294 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.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 } }]
96012026-07-16T03:58:19.210ZJul 16 03:58:18.295 DEBG created new freemap, unit: freemap_route_ipv4
96022026-07-16T03:58:19.210Z
96032026-07-16T03:58:19.210ZJul 16 03:58:18.302 DEBG created new freemap, unit: freemap_route_ipv6Jul 16 03:58:18.302
96042026-07-16T03:58:19.210Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
96052026-07-16T03:58:19.210ZJul 16 03:58:18.302Jul 16 03:58:18.302 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
96062026-07-16T03:58:19.210ZINFO adding route 172.17.0.49/32 -> 10.0.0.255
96072026-07-16T03:58:19.214ZJul 16 03:58:18.302 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 } }]
96082026-07-16T03:58:19.214ZJul 16 03:58:18.302 DEBG Jul 16 03:58:18.302reset freemap , INFOunit :adding route 172.17.0.50/32 -> 10.0.0.255
96092026-07-16T03:58:19.214Zfreemap_route_ipv4
96102026-07-16T03:58:19.214ZJul 16 03:58:18.302 DEBG initted freemap. size: 64, unitJul 16 03:58:18.302: DEBGfreemap_route_ipv6
96112026-07-16T03:58:19.214Zreplacing 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 } }]
96122026-07-16T03:58:19.214ZJul 16 03:58:18.302Jul 16 03:58:18.302 DEBGINFO reset freemapadding route 172.17.0.51/32 -> 10.0.0.255,
96132026-07-16T03:58:19.214Zunit: freemap_route_ipv6
96142026-07-16T03:58:19.214ZJul 16 03:58:18.302 INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 16 03:58:18.302
96152026-07-16T03:58:19.214Z 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 } }]Jul 16 03:58:18.302
96162026-07-16T03:58:19.214Z 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 } }]Jul 16 03:58:18.302
96172026-07-16T03:58:19.214ZJul 16 03:58:18.302 DEBGINFO adding route 172.17.0.52/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 } }]
96182026-07-16T03:58:19.214Z
96192026-07-16T03:58:19.215ZJul 16 03:58:18.302 INFO adding route 172.16.0.0/32 -> 10.0.0.1
96202026-07-16T03:58:19.215ZJul 16 03:58:18.302Jul 16 03:58:18.302 INFODEBG Jul 16 03:58:18.302 adding route 172.17.0.39/32 -> 10.0.0.255DEBGreplacing 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 } }]
96212026-07-16T03:58:19.215Z
96222026-07-16T03:58:19.215Zreplacing 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 } }]
96232026-07-16T03:58:19.215ZJul 16 03:58:18.302 Jul 16 03:58:18.302Jul 16 03:58:18.302INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
96242026-07-16T03:58:19.215Z 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
96252026-07-16T03:58:19.215Z adding route 172.16.0.0/32 -> 10.0.0.1
96262026-07-16T03:58:19.215ZJul 16 03:58:18.302Jul 16 03:58:18.302 Jul 16 03:58:18.302DEBG 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 } }]
96272026-07-16T03:58:19.215Zadding route 172.17.0.40/32 -> 10.0.0.255
96282026-07-16T03:58:19.215ZDEBG 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 } }]Jul 16 03:58:18.302
96292026-07-16T03:58:19.215Z Jul 16 03:58:18.302INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255
96302026-07-16T03:58:19.215Zreplacing 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 } }]
96312026-07-16T03:58:19.215ZJul 16 03:58:18.302Jul 16 03:58:18.302 Jul 16 03:58:18.302 DEBGINFO INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96322026-07-16T03:58:19.215Zadding route 172.16.0.0/32 -> 10.0.0.2
96332026-07-16T03:58:19.215Zadding route 172.17.0.41/32 -> 10.0.0.255
96342026-07-16T03:58:19.215ZJul 16 03:58:18.302Jul 16 03:58:18.302Jul 16 03:58:18.302 DEBG INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }]
96352026-07-16T03:58:19.215Z
96362026-07-16T03:58:19.215Z adding route 172.17.0.55/32 -> 10.0.0.255
96372026-07-16T03:58:19.215ZJul 16 03:58:18.302 Jul 16 03:58:18.302INFOJul 16 03:58:18.302 INFOadding route 172.17.0.42/32 -> 10.0.0.255DEBG
96382026-07-16T03:58:19.215Z adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96392026-07-16T03:58:19.215Z
96402026-07-16T03:58:19.215ZJul 16 03:58:18.302 DEBG Jul 16 03:58:18.302Jul 16 03:58:18.302replacing 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 } }]
96412026-07-16T03:58:19.215ZINFODEBG adding route 172.17.0.56/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 } }]
96422026-07-16T03:58:19.215Z
96432026-07-16T03:58:19.215ZJul 16 03:58:18.302 INFO Jul 16 03:58:18.302adding route 172.17.0.43/32 -> 10.0.0.255Jul 16 03:58:18.302
96442026-07-16T03:58:19.215Z DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
96452026-07-16T03:58:19.215Z
96462026-07-16T03:58:19.216ZJul 16 03:58:18.302 Jul 16 03:58:18.302DEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 16 03:58:18.302
96472026-07-16T03:58:19.216Z DEBGadding route 172.17.0.57/32 -> 10.0.0.255
96482026-07-16T03:58:19.216Zreplacing 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 } }]Jul 16 03:58:18.302
96492026-07-16T03:58:19.216Z INFO Jul 16 03:58:18.302adding route 172.17.0.44/32 -> 10.0.0.255
96502026-07-16T03:58:19.216ZJul 16 03:58:18.302DEBG 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 } }]
96512026-07-16T03:58:19.216ZJul 16 03:58:18.302adding route 172.17.0.2/32 -> 10.0.0.255
96522026-07-16T03:58:19.216ZDEBG 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 } }]Jul 16 03:58:18.302
96532026-07-16T03:58:19.216ZJul 16 03:58:18.302 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
96542026-07-16T03:58:19.216ZJul 16 03:58:18.302replacing 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 } }]
96552026-07-16T03:58:19.216ZINFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 16 03:58:18.302
96562026-07-16T03:58:19.216Z DEBGJul 16 03:58:18.302 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 } }]Jul 16 03:58:18.302
96572026-07-16T03:58:19.216Z INFODEBG adding route 172.17.0.3/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 } }]
96582026-07-16T03:58:19.216Z
96592026-07-16T03:58:19.216ZJul 16 03:58:18.302 INFO adding route 172.17.0.59/32 -> 10.0.0.255
96602026-07-16T03:58:19.216ZJul 16 03:58:18.302Jul 16 03:58:18.302 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255Jul 16 03:58:18.302
96612026-07-16T03:58:19.216Z
96622026-07-16T03:58:19.216Z 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 } }]
96632026-07-16T03:58:19.216ZJul 16 03:58:18.302Jul 16 03:58:18.302 DEBGINFO Jul 16 03:58:18.302 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.4/32 -> 10.0.0.255
96642026-07-16T03:58:19.216Z
96652026-07-16T03:58:19.216Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
96662026-07-16T03:58:19.216ZJul 16 03:58:18.302Jul 16 03:58:18.302 INFODEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
96672026-07-16T03:58:19.216Ztest route::tests::delete_target_full ... ok
96682026-07-16T03:58:19.216ZJul 16 03:58:18.302
96692026-07-16T03:58:19.216Z 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 } }]
96702026-07-16T03:58:19.216ZJul 16 03:58:18.302Jul 16 03:58:18.302 INFODEBG Jul 16 03:58:18.302adding route 172.17.0.5/32 -> 10.0.0.255
96712026-07-16T03:58:19.216Zreplacing 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
96722026-07-16T03:58:19.216Z adding route 172.17.0.61/32 -> 10.0.0.255
96732026-07-16T03:58:19.217Ztest route::tests::delete_targets_full ... ok
96742026-07-16T03:58:19.217ZJul 16 03:58:18.302Jul 16 03:58:18.302 Jul 16 03:58:18.302DEBG INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.48/32 -> 10.0.0.255
96752026-07-16T03:58:19.217Z
96762026-07-16T03:58:19.217Z
96772026-07-16T03:58:19.217Ztest result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
96782026-07-16T03:58:19.217Z
96792026-07-16T03:58:19.217Zreplacing 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 } }]
96802026-07-16T03:58:19.217ZJul 16 03:58:18.303Jul 16 03:58:18.303 DEBGINFO Jul 16 03:58:18.303 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.6/32 -> 10.0.0.255
96812026-07-16T03:58:19.217Z
96822026-07-16T03:58:19.217ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
96832026-07-16T03:58:19.217ZJul 16 03:58:18.303Jul 16 03:58:18.303 Jul 16 03:58:18.303INFODEBG 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255
96842026-07-16T03:58:19.217Zreplacing 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 } }]
96852026-07-16T03:58:19.217Z
96862026-07-16T03:58:19.217ZJul 16 03:58:18.303Jul 16 03:58:18.303Jul 16 03:58:18.303 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 } }]
96872026-07-16T03:58:19.217Zadding route 172.17.0.63/32 -> 10.0.0.255INFO
96882026-07-16T03:58:19.217Z adding route 172.17.0.7/32 -> 10.0.0.255
96892026-07-16T03:58:19.217ZJul 16 03:58:18.303 Jul 16 03:58:18.303INFO Jul 16 03:58:18.303DEBG 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 } }]DEBGadding route 172.17.0.50/32 -> 10.0.0.255
96902026-07-16T03:58:19.217Z
96912026-07-16T03:58:19.217Zreplacing 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 } }]
96922026-07-16T03:58:19.217ZJul 16 03:58:18.303Jul 16 03:58:18.303Jul 16 03:58:18.303 DEBGDEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96932026-07-16T03:58:19.217Zfailed to allocate space for the new target listadding route 172.17.0.8/32 -> 10.0.0.255
96942026-07-16T03:58:19.217Z
96952026-07-16T03:58:19.217ZJul 16 03:58:18.303Jul 16 03:58:18.303 INFOJul 16 03:58:18.303DEBG adding route 172.17.0.51/32 -> 10.0.0.255 DEBG
96962026-07-16T03:58:19.217Z 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.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 } }]
96972026-07-16T03:58:19.217Z
96982026-07-16T03:58:19.217ZJul 16 03:58:18.303 DEBGJul 16 03:58:18.303Jul 16 03:58:18.303 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96992026-07-16T03:58:19.218ZDEBG failed to allocate space for the new target listadding route 172.17.0.9/32 -> 10.0.0.255
97002026-07-16T03:58:19.218Z
97012026-07-16T03:58:19.218ZJul 16 03:58:18.303 INFO Jul 16 03:58:18.303adding route 172.17.0.52/32 -> 10.0.0.255
97022026-07-16T03:58:19.218ZDEBG 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 } }]
97032026-07-16T03:58:19.218ZJul 16 03:58:18.303 DEBGJul 16 03:58:18.303 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97042026-07-16T03:58:19.218Z adding route 172.17.0.10/32 -> 10.0.0.255
97052026-07-16T03:58:19.218ZJul 16 03:58:18.303 Jul 16 03:58:18.303INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
97062026-07-16T03:58:19.218Zreplacing 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 } }]
97072026-07-16T03:58:19.222ZJul 16 03:58:18.303 Jul 16 03:58:18.303DEBG 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 } }]
97082026-07-16T03:58:19.222Zadding route 172.17.0.11/32 -> 10.0.0.255
97092026-07-16T03:58:19.222ZJul 16 03:58:18.303Jul 16 03:58:18.303 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing 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 } }]
97102026-07-16T03:58:19.222Z
97112026-07-16T03:58:19.222ZJul 16 03:58:18.303Jul 16 03:58:18.303 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
97122026-07-16T03:58:19.222Z
97132026-07-16T03:58:19.222ZJul 16 03:58:18.303Jul 16 03:58:18.303 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.55/32 -> 10.0.0.255
97142026-07-16T03:58:19.223Z
97152026-07-16T03:58:19.223ZJul 16 03:58:18.303Jul 16 03:58:18.303 INFODEBG adding route 172.17.0.13/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 } }]
97162026-07-16T03:58:19.223Z
97172026-07-16T03:58:19.223ZJul 16 03:58:18.303 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 } }]
97182026-07-16T03:58:19.223ZJul 16 03:58:18.303 INFO adding route 172.17.0.56/32 -> 10.0.0.255
97192026-07-16T03:58:19.223ZJul 16 03:58:18.303Jul 16 03:58:18.303 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 } }]
97202026-07-16T03:58:19.223ZINFO adding route 172.17.0.14/32 -> 10.0.0.255Jul 16 03:58:18.303
97212026-07-16T03:58:19.223Z INFO Jul 16 03:58:18.310adding route 172.17.0.57/32 -> 10.0.0.255
97222026-07-16T03:58:19.223ZDEBG 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 } }]
97232026-07-16T03:58:19.223ZJul 16 03:58:18.310 DEBGJul 16 03:58:18.310 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97242026-07-16T03:58:19.223Z adding route 172.17.0.15/32 -> 10.0.0.255
97252026-07-16T03:58:19.223ZJul 16 03:58:18.310 INFOJul 16 03:58:18.310 adding route 172.17.0.58/32 -> 10.0.0.255
97262026-07-16T03:58:19.223Z Jul 16 03:58:18.310DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97272026-07-16T03:58:19.223Zreplacing 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 } }]
97282026-07-16T03:58:19.223ZJul 16 03:58:18.310Jul 16 03:58:18.310 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
97292026-07-16T03:58:19.223Z
97302026-07-16T03:58:19.223ZJul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG 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.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 } }]
97312026-07-16T03:58:19.223Z
97322026-07-16T03:58:19.223ZJul 16 03:58:18.311Jul 16 03:58:18.311 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
97332026-07-16T03:58:19.223Z
97342026-07-16T03:58:19.223ZJul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97352026-07-16T03:58:19.223Z
97362026-07-16T03:58:19.223ZJul 16 03:58:18.311Jul 16 03:58:18.311 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
97372026-07-16T03:58:19.223Z
97382026-07-16T03:58:19.223ZJul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG 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 } }]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 } }]
97392026-07-16T03:58:19.223Z
97402026-07-16T03:58:19.223ZJul 16 03:58:18.311Jul 16 03:58:18.311 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
97412026-07-16T03:58:19.224Z
97422026-07-16T03:58:19.224ZJul 16 03:58:18.311Jul 16 03:58:18.311 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97432026-07-16T03:58:19.224Z
97442026-07-16T03:58:19.224ZJul 16 03:58:18.311Jul 16 03:58:18.311 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255failed to allocate space for the new target list
97452026-07-16T03:58:19.224Z
97462026-07-16T03:58:19.224ZJul 16 03:58:18.311Jul 16 03:58:18.311 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
97472026-07-16T03:58:19.224Z
97482026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97492026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97502026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97512026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97522026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97532026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97542026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97552026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97562026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97572026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97582026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97592026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97602026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97612026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97622026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97632026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97642026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97652026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97662026-07-16T03:58:19.224ZJul 16 03:58:18.311 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97672026-07-16T03:58:19.224Z
97682026-07-16T03:58:19.224ZJul 16 03:58:18.311 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 } }]
97692026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97702026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97712026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97722026-07-16T03:58:19.225Zrunning 0 tests
97732026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97742026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97752026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97762026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97772026-07-16T03:58:19.225Z
97782026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97792026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97802026-07-16T03:58:19.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97812026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97822026-07-16T03:58:19.225Z
97832026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97842026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97852026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97862026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97872026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97882026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97892026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97902026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97912026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.40/32 -> 10.0.0.255
97922026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97932026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.41/32 -> 10.0.0.255
97942026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97952026-07-16T03:58:19.225ZJul 16 03:58:18.311 INFO adding route 172.17.0.42/32 -> 10.0.0.255
97962026-07-16T03:58:19.225ZJul 16 03:58:18.311 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 } }]
97972026-07-16T03:58:19.226ZJul 16 03:58:18.311 INFO adding route 172.17.0.43/32 -> 10.0.0.255
97982026-07-16T03:58:19.226ZJul 16 03:58:18.311 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 } }]
97992026-07-16T03:58:19.226ZJul 16 03:58:18.311 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98002026-07-16T03:58:19.226ZJul 16 03:58:18.311 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 } }]
98012026-07-16T03:58:19.226ZJul 16 03:58:18.311 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98022026-07-16T03:58:19.226ZJul 16 03:58:18.311 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 } }]
98032026-07-16T03:58:19.226ZJul 16 03:58:18.311 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98042026-07-16T03:58:19.226ZJul 16 03:58:18.311 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 } }]
98052026-07-16T03:58:19.226ZJul 16 03:58:18.311 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98062026-07-16T03:58:19.226ZJul 16 03:58:18.311 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 } }]
98072026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98082026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98092026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98102026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98112026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98122026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98132026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98142026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98152026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98162026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98172026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98182026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98192026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98202026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98212026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98222026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98232026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98242026-07-16T03:58:19.230ZJul 16 03:58:18.311 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 } }]
98252026-07-16T03:58:19.230ZJul 16 03:58:18.311 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98262026-07-16T03:58:19.231ZJul 16 03:58:18.311 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 } }]
98272026-07-16T03:58:19.231ZJul 16 03:58:18.311 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98282026-07-16T03:58:19.231ZJul 16 03:58:18.311 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 } }]
98292026-07-16T03:58:19.231ZJul 16 03:58:18.311 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98302026-07-16T03:58:19.231ZJul 16 03:58:18.311 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 } }]
98312026-07-16T03:58:19.231ZJul 16 03:58:18.311 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98322026-07-16T03:58:19.231ZJul 16 03:58:18.311 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 } }]
98332026-07-16T03:58:19.231ZJul 16 03:58:18.311 DEBG failed to allocate space for the new target list
98342026-07-16T03:58:19.231ZJul 16 03:58:18.311 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 } }]
98352026-07-16T03:58:19.231Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-1667c0e1525b43e7)
98362026-07-16T03:58:19.231Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4faf3fbc4e4f0560)
98372026-07-16T03:58:19.231Z
98382026-07-16T03:58:19.231Zrunning 0 tests
98392026-07-16T03:58:19.231Z
98402026-07-16T03:58:19.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98412026-07-16T03:58:19.231Z
98422026-07-16T03:58:19.231Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5bfc5496d43f373b)
98432026-07-16T03:58:19.231Z
98442026-07-16T03:58:19.231Zrunning 6 tests
98452026-07-16T03:58:19.231Ztest tests::test_full_lot_id_neither_present ... ok
98462026-07-16T03:58:19.231Ztest tests::test_full_lot_id_lotnum_only ... ok
98472026-07-16T03:58:19.231Ztest tests::test_full_lot_id_both_present ... ok
98482026-07-16T03:58:19.231Ztest tests::test_full_lot_id_lot_only ... ok
98492026-07-16T03:58:19.231Ztest tests::test_port_id_cmp ... ok
98502026-07-16T03:58:19.231Ztest tests::test_parse_client_port_id ... ok
98512026-07-16T03:58:19.231Z
98522026-07-16T03:58:19.231Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98532026-07-16T03:58:19.232Z
98542026-07-16T03:58:19.232Z Running tests/test_all.rs (target/debug/deps/test_all-17d0247d6e7b784f)
98552026-07-16T03:58:19.232Z
98562026-07-16T03:58:19.232Zrunning 6 tests
98572026-07-16T03:58:22.234Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98582026-07-16T03:58:22.242Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98592026-07-16T03:58:22.243Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98602026-07-16T03:58:22.243Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98612026-07-16T03:58:22.563Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98622026-07-16T03:58:23.587Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98632026-07-16T03:58:23.587Z
98642026-07-16T03:58:23.587Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
98652026-07-16T03:58:23.587Z
98662026-07-16T03:58:23.593Z Running unittests src/lib.rs (target/debug/deps/dpd_types-49acb7e11cff4046)
98672026-07-16T03:58:23.599Z
98682026-07-16T03:58:23.599Zrunning 0 tests
98692026-07-16T03:58:23.599Z
98702026-07-16T03:58:23.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98712026-07-16T03:58:23.602Z
98722026-07-16T03:58:23.602Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c19f96435c4f4db9)
98732026-07-16T03:58:23.605Z
98742026-07-16T03:58:23.605Zrunning 0 tests
98752026-07-16T03:58:23.605Z
98762026-07-16T03:58:23.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98772026-07-16T03:58:23.605Z
98782026-07-16T03:58:23.605Z Running unittests src/lib.rs (target/debug/deps/packet-5467ccaad4d924ed)
98792026-07-16T03:58:23.611Z
98802026-07-16T03:58:23.611Zrunning 12 tests
98812026-07-16T03:58:23.614Ztest ipv6::test_ipv6_parse ... ok
98822026-07-16T03:58:23.614Ztest icmp::test_v6_checksum ... ok
98832026-07-16T03:58:23.614Ztest icmp::test_v4_checksum ... ok
98842026-07-16T03:58:23.614Ztest lldp::test_lldp_parse ... ok
98852026-07-16T03:58:23.614Ztest pbuf::test_byte ... ok
98862026-07-16T03:58:23.614Ztest pbuf::test_short ... ok
98872026-07-16T03:58:23.614Ztest pbuf::test_overflow ... ok
98882026-07-16T03:58:23.614Ztest pbuf::test_twelve ... ok
98892026-07-16T03:58:23.614Ztest pbuf::test_nibble ... ok
98902026-07-16T03:58:23.614Ztest pbuf::test_word ... ok
98912026-07-16T03:58:23.614Ztest tcp::test_checksum_ack_data ... ok
98922026-07-16T03:58:23.614Ztest tcp::test_checksum_syn_nodata ... ok
98932026-07-16T03:58:23.614Z
98942026-07-16T03:58:23.614Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98952026-07-16T03:58:23.614Z
98962026-07-16T03:58:23.614Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
98972026-07-16T03:58:23.618Z
98982026-07-16T03:58:23.618Zrunning 0 tests
98992026-07-16T03:58:23.618Z
99002026-07-16T03:58:23.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99012026-07-16T03:58:23.618Z
99022026-07-16T03:58:23.620Z Running unittests src/main.rs (target/debug/deps/swadm-b5e77e1b4c6e02d7)
99032026-07-16T03:58:23.628Z
99042026-07-16T03:58:23.628Zrunning 5 tests
99052026-07-16T03:58:23.633Ztest switchport::test::test_compute_lanes ... ok
99062026-07-16T03:58:23.638Z Lane 0 Lane 1 Lane 2 Lane 3
99072026-07-16T03:58:23.638Z State: Activated Activated Activated Activated
99082026-07-16T03:58:23.638Z Rx Output Enabled: false false false false
99092026-07-16T03:58:23.639Z Rx Output Status: valid valid valid valid
99102026-07-16T03:58:23.639Z Rx Loss-of-lock: true true true true
99112026-07-16T03:58:23.639Z Rx Loss-of-signal: false false false false
99122026-07-16T03:58:23.639ZRx Auto-squelch Disable: true true true true
99132026-07-16T03:58:23.639Z Tx Output Enabled: true true true true
99142026-07-16T03:58:23.639Z Tx Output Status: invalid Lane 0invalid invalid Lane 1invalid
99152026-07-16T03:58:23.639Z Lane 2 Tx Loss-of-lock: false Lane 3false
99162026-07-16T03:58:23.639Z false false Rx Loss-of-lock: Yes
99172026-07-16T03:58:23.639Z Tx Loss-of-signal: trueYes true Yes trueYes
99182026-07-16T03:58:23.639Ztest switchport::test::port_id_ordering ... Rx Loss-of-signal: Yes Yes Yes Yes
99192026-07-16T03:58:23.639Z Rx CDR Enabled: Yesok
99202026-07-16T03:58:23.639ZYes Yes Yes
99212026-07-16T03:58:23.639Z Tx Enabled: Yes Yes Yes Yes
99222026-07-16T03:58:23.639Z Tx Loss-of-lock: No No No No
99232026-07-16T03:58:23.639Z Tx Loss-of-signal: No No No No
99242026-07-16T03:58:23.639Z Tx CDR Enabled: No No No No
99252026-07-16T03:58:23.639Z Tx Adaptive EQ Fault: No No No No
99262026-07-16T03:58:23.639Z Tx Fault: Yes Yes trueYes Yes
99272026-07-16T03:58:23.639Z
99282026-07-16T03:58:23.639ZTx Auto-squelch Disable: false false false false
99292026-07-16T03:58:23.639Z Tx Adaptive EQ Fail: true true true true
99302026-07-16T03:58:23.639Z Tx Failure: false false false false
99312026-07-16T03:58:23.639Z Tx Force Squelch: true true true true
99322026-07-16T03:58:23.639Z Tx Input Polarity: normal normal normal normal
99332026-07-16T03:58:23.639Ztest switchport::test::test_print_cmis_datapath ... ok
99342026-07-16T03:58:23.639Ztest switchport::test::test_print_sff_datapath ... ok
99352026-07-16T03:58:23.639Ztest link::test_filter ... ok
99362026-07-16T03:58:23.639Z
99372026-07-16T03:58:23.639Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99382026-07-16T03:58:23.639Z
99392026-07-16T03:58:23.644Z Running tests/counters.rs (target/debug/deps/counters-6e751203800012fa)
99402026-07-16T03:58:23.644Z
99412026-07-16T03:58:23.644Zrunning 1 test
99422026-07-16T03:58:23.644Ztest test_p4_counter_list ... ignored
99432026-07-16T03:58:23.644Z
99442026-07-16T03:58:23.644Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99452026-07-16T03:58:23.644Z
99462026-07-16T03:58:23.647Z Running tests/port-link.rs (target/debug/deps/port_link-e62229fcbb1d5341)
99472026-07-16T03:58:23.647Z
99482026-07-16T03:58:23.647Zrunning 5 tests
99492026-07-16T03:58:23.647Ztest test_an ... ignored
99502026-07-16T03:58:23.647Ztest test_enable ... ignored
99512026-07-16T03:58:23.647Ztest test_ip_addresses ... ignored
99522026-07-16T03:58:23.647Ztest test_kr ... ignored
99532026-07-16T03:58:23.647Ztest test_mac ... ignored
99542026-07-16T03:58:23.647Z
99552026-07-16T03:58:23.647Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99562026-07-16T03:58:23.647Z
99572026-07-16T03:58:23.647Z Running unittests src/main.rs (target/debug/deps/tfportd-84a531f70c1c28e6)
99582026-07-16T03:58:23.652Z
99592026-07-16T03:58:23.652Zrunning 3 tests
99602026-07-16T03:58:23.652Ztest linklocal::test_parse_ipadm ... ok
99612026-07-16T03:58:23.652Ztest tfport::test_parse_tfport ... ok
99622026-07-16T03:58:23.652Ztest config::tests::test_updates ... ok
99632026-07-16T03:58:23.652Z
99642026-07-16T03:58:23.652Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99652026-07-16T03:58:23.652Z
99662026-07-16T03:58:23.655Z Running unittests src/main.rs (target/debug/deps/uplinkd-f33c122d2d65ca84)
99672026-07-16T03:58:23.660Z
99682026-07-16T03:58:23.660Zrunning 0 tests
99692026-07-16T03:58:23.660Z
99702026-07-16T03:58:23.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99712026-07-16T03:58:23.660Z
99722026-07-16T03:58:23.660Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
99732026-07-16T03:58:23.664Z
99742026-07-16T03:58:23.664Zrunning 0 tests
99752026-07-16T03:58:23.664Z
99762026-07-16T03:58:23.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99772026-07-16T03:58:23.664Z
99782026-07-16T03:58:23.664Z Doc-tests aal
99792026-07-16T03:58:23.858Z
99802026-07-16T03:58:23.858Zrunning 0 tests
99812026-07-16T03:58:23.858Z
99822026-07-16T03:58:23.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99832026-07-16T03:58:23.858Z
99842026-07-16T03:58:23.877Z Doc-tests aal_macros
99852026-07-16T03:58:23.951Z
99862026-07-16T03:58:23.951Zrunning 0 tests
99872026-07-16T03:58:23.951Z
99882026-07-16T03:58:23.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99892026-07-16T03:58:23.951Z
99902026-07-16T03:58:23.963Z Doc-tests common
99912026-07-16T03:58:24.207Z
99922026-07-16T03:58:24.207Zrunning 0 tests
99932026-07-16T03:58:24.207Z
99942026-07-16T03:58:24.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99952026-07-16T03:58:24.207Z
99962026-07-16T03:58:24.229Z Doc-tests dpd_api
99972026-07-16T03:58:25.095Z
99982026-07-16T03:58:25.095Zrunning 2 tests
99992026-07-16T03:58:25.096Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100002026-07-16T03:58:25.096Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100012026-07-16T03:58:25.096Z
100022026-07-16T03:58:25.096Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032026-07-16T03:58:25.096Z
100042026-07-16T03:58:25.129Z Doc-tests dpd_client
100052026-07-16T03:58:26.554Z
100062026-07-16T03:58:26.554Zrunning 0 tests
100072026-07-16T03:58:26.554Z
100082026-07-16T03:58:26.554Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092026-07-16T03:58:26.554Z
100102026-07-16T03:58:26.602Z Doc-tests dpd_types
100112026-07-16T03:58:26.812Z
100122026-07-16T03:58:26.812Zrunning 0 tests
100132026-07-16T03:58:26.812Z
100142026-07-16T03:58:26.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100152026-07-16T03:58:26.813Z
100162026-07-16T03:58:26.839Z Doc-tests dpd_types_versions
100172026-07-16T03:58:28.063Z
100182026-07-16T03:58:28.063Zrunning 1 test
100192026-07-16T03:58:28.063Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100202026-07-16T03:58:28.063Z
100212026-07-16T03:58:28.063Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100222026-07-16T03:58:28.063Z
100232026-07-16T03:58:28.108Z Doc-tests packet
100242026-07-16T03:58:28.222Z
100252026-07-16T03:58:28.222Zrunning 0 tests
100262026-07-16T03:58:28.222Z
100272026-07-16T03:58:28.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100282026-07-16T03:58:28.222Z
100292026-07-16T03:58:28.239Z Doc-tests pcap
100302026-07-16T03:58:28.296Z
100312026-07-16T03:58:28.296Zrunning 0 tests
100322026-07-16T03:58:28.296Z
100332026-07-16T03:58:28.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100342026-07-16T03:58:28.296Z
100352026-07-16T03:58:28.347Zprocess exited: duration 585202 ms, exit code 0
 
100362026-07-16T03:58:28.354Zfound 0 output files