01KZR8DKZZN193SV46ZBF29Y9T: test

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

Buildomat Job: 01KZR8E5EF5BEHG8KBKYDTMNQ4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T11:14:28.050Zjob assigned to worker 01KZR8EARN4R9KVWMXH3TSY7W4 [factory aws, i-0d40604b194bb7f36] (queued for 55 s)
 
22026-08-11T11:14:35.212Zstarting task 0: "setup"
32026-08-11T11:14:35.216Z++ uname -s
42026-08-11T11:14:35.219Z+ kern=SunOS
52026-08-11T11:14:35.219Z+ build_user=build
62026-08-11T11:14:35.219Z+ build_uid=12345
72026-08-11T11:14:35.219Z+ work_dir=/work
82026-08-11T11:14:35.219Z+ input_dir=/input
92026-08-11T11:14:35.219Z+ [[ 0 == 12345 ]]
102026-08-11T11:14:35.219Z+ case "$kern" in
112026-08-11T11:14:35.219Z+ groupadd -g 12345 build
122026-08-11T11:14:35.222Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T11:14:37.224Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T11:14:37.332Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T11:14:37.335Z+ home_fs=zfs
162026-08-11T11:14:37.335Z+ [[ zfs == autofs ]]
172026-08-11T11:14:37.335Z+ mkdir -p /home/build
182026-08-11T11:14:37.335Z+ chown build:build /home/build /work
192026-08-11T11:14:39.335Z+ chmod 0700 /home/build /work
202026-08-11T11:14:39.338Zprocess exited: duration 4126 ms, exit code 0
 
212026-08-11T11:14:39.344Zstarting task 1: "rust-toolchain"
222026-08-11T11:14:39.348Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-11T11:14:39.348Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-11T11:14:39.348Z * rust toolchain channel = "1.90.0"
252026-08-11T11:14:39.348Z * rust toolchain profile = "default"
262026-08-11T11:14:39.348Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T11:14:39.348Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T11:14:39.351Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T11:14:39.351Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-11T11:14:39.405Zinfo: downloading installer
312026-08-11T11:14:40.757Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T11:14:40.757Zwarn: /home/build/.rustup/settings.toml
332026-08-11T11:14:40.757Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T11:14:40.757Zwarn: instead of the one inferred from the default host triple.
352026-08-11T11:14:40.770Zinfo: profile set to default
362026-08-11T11:14:40.770Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T11:14:40.773Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-11T11:14:40.918Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-11T11:14:40.921Zinfo: downloading 6 components
402026-08-11T11:14:56.111Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-11T11:14:56.111Z
422026-08-11T11:14:56.138Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-11T11:14:56.139Z
442026-08-11T11:14:56.139Z
452026-08-11T11:14:56.139ZRust is installed now. Great!
462026-08-11T11:14:56.139Z
472026-08-11T11:14:56.139ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T11:14:56.139Zenvironment variable. This has not been done automatically.
492026-08-11T11:14:56.139Z
502026-08-11T11:14:56.139ZTo configure your current shell, you need to source
512026-08-11T11:14:56.139Zthe corresponding env file under $HOME/.cargo.
522026-08-11T11:14:56.139Z
532026-08-11T11:14:56.139ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T11:14:56.147Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T11:14:56.147Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T11:14:56.147Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T11:14:56.147Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T11:14:56.147Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T11:14:56.147Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T11:14:56.147Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T11:14:56.147Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T11:14:56.233Z+ rustup --version
632026-08-11T11:14:56.239Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T11:14:56.239Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T11:14:56.259Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-11T11:14:56.264Z+ cargo --version
672026-08-11T11:14:56.274Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-11T11:14:56.278Z+ rustc --version
692026-08-11T11:14:56.297Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-11T11:14:56.300Zprocess exited: duration 16954 ms, exit code 0
 
712026-08-11T11:14:56.306Zstarting task 2: "authentication"
722026-08-11T11:14:56.355Zprocess exited: duration 41 ms, exit code 0
 
732026-08-11T11:14:56.367Zstarting task 3: "clone repository"
742026-08-11T11:14:56.374Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-11T11:14:56.387Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-11T11:14:56.410ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-11T11:14:57.108Z+ cd /work/oxidecomputer/dendrite
782026-08-11T11:14:57.108Z+ git fetch origin 75f67a5a1c242fadee2c9f11f7aba698999a4e70
792026-08-11T11:14:57.413ZFrom https://github.com/oxidecomputer/dendrite
802026-08-11T11:14:57.413Z * branch 75f67a5a1c242fadee2c9f11f7aba698999a4e70 -> FETCH_HEAD
812026-08-11T11:14:57.420Z+ [[ -n nsk/nat-2-nat-family ]]
822026-08-11T11:14:57.423Z++ git branch --show-current
832026-08-11T11:14:57.423Z+ current=main
842026-08-11T11:14:57.423Z+ [[ main != nsk/nat-2-nat-family ]]
852026-08-11T11:14:57.423Z+ git branch -f nsk/nat-2-nat-family 75f67a5a1c242fadee2c9f11f7aba698999a4e70
862026-08-11T11:14:57.427Z+ git checkout -f nsk/nat-2-nat-family
872026-08-11T11:14:57.442ZSwitched to branch 'nsk/nat-2-nat-family'
882026-08-11T11:14:57.446Z+ git reset --hard 75f67a5a1c242fadee2c9f11f7aba698999a4e70
892026-08-11T11:14:57.461ZHEAD is now at 75f67a5 introduce NatAddress trait for the NAT ingress tables
902026-08-11T11:14:57.464Zprocess exited: duration 1095 ms, exit code 0
 
912026-08-11T11:14:57.469Zstarting task 4: "build"
922026-08-11T11:14:57.473Z+ source .github/buildomat/common.sh
932026-08-11T11:14:57.476Z++ TOFINO_STAGES=20
942026-08-11T11:14:57.476Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-11T11:14:57.476Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-11T11:14:57.476Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-11T11:14:57.476Z+++ uname -s
982026-08-11T11:14:57.476Z++ '[' SunOS == SunOS ']'
992026-08-11T11:14:57.476Z++ SERIES=illumos
1002026-08-11T11:14:57.476Z+++ uname -s
1012026-08-11T11:14:57.481Z++ '[' SunOS == SunOS ']'
1022026-08-11T11:14:57.481Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-11T11:14:57.481Z++ rustup show active-toolchain
1042026-08-11T11:14:57.488Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-11T11:14:57.488Z+ source .github/buildomat/illumos.sh
1062026-08-11T11:14:57.488Z++ banner 'sde setup'
1072026-08-11T11:14:57.488Z
1082026-08-11T11:14:57.488Z #### ##### ###### #### ###### ##### # # #####
1092026-08-11T11:14:57.488Z # # # # # # # # # # #
1102026-08-11T11:14:57.488Z #### # # ##### #### ##### # # # # #
1112026-08-11T11:14:57.488Z # # # # # # # # # #####
1122026-08-11T11:14:57.489Z # # # # # # # # # # # #
1132026-08-11T11:14:57.489Z #### ##### ###### #### ###### # #### #
1142026-08-11T11:14:57.489Z
1152026-08-11T11:14:57.496Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-11T11:14:57.496Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-11T11:14:57.496Z++ export PKG=tofino_sde.p5p
1182026-08-11T11:14:57.496Z++ PKG=tofino_sde.p5p
1192026-08-11T11:14:57.496Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-11T11:14:57.496Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-11T11:14:57.496Z Dload Upload Total Spent Left Speed
1222026-08-11T11:14:58.334Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 90.36M 0 0 100 76.03M 100 76.03M 0 0 90.35M 0 0 100 76.03M 100 76.03M 0 0 90.35M 0 0
1232026-08-11T11:14:58.337Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-11T11:14:58.383Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-11T11:14:58.387Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-11T11:14:58.387Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-11T11:15:02.403Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-11T11:15:02.679Z Startup: Caching catalogs ... Done
1292026-08-11T11:15:02.728Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-11T11:15:04.408ZPlanning: Solver setup ... Done
1312026-08-11T11:15:04.461ZPlanning: Running solver ... Done
1322026-08-11T11:15:04.497ZPlanning: Finding local manifests ... Done
1332026-08-11T11:15:04.500ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-11T11:15:04.505ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-11T11:15:04.519ZPlanning: Package planning ... Done
1362026-08-11T11:15:04.523ZPlanning: Merging actions ... Done
1372026-08-11T11:15:04.613ZPlanning: Checking for conflicting actions ... Done
1382026-08-11T11:15:04.616ZPlanning: Consolidating action changes ... Done
1392026-08-11T11:15:05.375ZPlanning: Evaluating mediators ... Done
1402026-08-11T11:15:05.378ZPlanning: Planning completed in 2.64 seconds
1412026-08-11T11:15:05.383Z Packages to install: 1
1422026-08-11T11:15:05.386Z Create boot environment: No
1432026-08-11T11:15:05.387ZCreate backup boot environment: No
1442026-08-11T11:15:05.407Z
1452026-08-11T11:15:05.407ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-11T11:15:05.542ZDownload: Completed 75.30 MB in 0.14 seconds (555M/s)
1472026-08-11T11:15:05.706Z Actions: 1/293 actions (Installing new actions)
1482026-08-11T11:15:06.665Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-11T11:15:06.668ZFinalize: Updating package state database ... Done
1502026-08-11T11:15:06.710ZFinalize: Updating package cache ... Done
1512026-08-11T11:15:06.778ZFinalize: Updating image state ... Done
1522026-08-11T11:15:09.295ZFinalize: Creating fast lookup database ... Done
1532026-08-11T11:15:09.385ZFinalize: Reading search index ... Done
1542026-08-11T11:15:09.392ZFinalize: Updating search index ... Done
1552026-08-11T11:15:09.617ZFinalize: Updating package cache ... Done
1562026-08-11T11:15:09.768Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-11T11:15:09.768Z++ SDE=/opt/oxide/tofino_sde
1582026-08-11T11:15:09.768Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-11T11:15:09.768Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-11T11:15:09.768Z++ banner packages
1612026-08-11T11:15:09.773Z
1622026-08-11T11:15:09.773Z ##### ## #### # # ## #### ###### ####
1632026-08-11T11:15:09.774Z # # # # # # # # # # # # # #
1642026-08-11T11:15:09.774Z # # # # # #### # # # ##### ####
1652026-08-11T11:15:09.774Z ##### ###### # # # ###### # ### # #
1662026-08-11T11:15:09.774Z # # # # # # # # # # # # # #
1672026-08-11T11:15:09.774Z # # # #### # # # # #### ###### ####
1682026-08-11T11:15:09.774Z
1692026-08-11T11:15:09.774Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-11T11:15:10.037Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-11T11:15:10.049Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-11T11:15:11.439ZPlanning: Solver setup ... Done
1732026-08-11T11:15:11.494ZPlanning: Running solver ... Done
1742026-08-11T11:15:11.527ZPlanning: Consolidating action changes ... Done
1752026-08-11T11:15:11.532ZPlanning: Evaluating mediators ... Done
1762026-08-11T11:15:11.532ZPlanning: Planning completed in 1.49 seconds
1772026-08-11T11:15:11.548ZNo updates necessary for this image.
1782026-08-11T11:15:11.661Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-11T11:15:11.876ZPlanning: Evaluating mediator changes ... Done
1802026-08-11T11:15:11.988ZPlanning: Checking for conflicting actions ... Done
1812026-08-11T11:15:11.992ZPlanning: Consolidating action changes ... Done
1822026-08-11T11:15:12.152ZPlanning: Evaluating mediators ... Done
1832026-08-11T11:15:12.155ZPlanning: Planning completed in 0.28 seconds
1842026-08-11T11:15:12.176Z Mediators to change: 2
1852026-08-11T11:15:12.176Z Create boot environment: No
1862026-08-11T11:15:12.176ZCreate backup boot environment: No
1872026-08-11T11:15:12.240ZFinalize: Updating package state database ... Done
1882026-08-11T11:15:12.240ZFinalize: Updating package cache ... Done
1892026-08-11T11:15:12.277ZFinalize: Updating image state ... Done
1902026-08-11T11:15:14.289ZFinalize: Creating fast lookup database ... Done
1912026-08-11T11:15:14.361ZFinalize: Reading search index ... Done
1922026-08-11T11:15:14.364ZFinalize: Updating search index ... Done
1932026-08-11T11:15:14.455ZFinalize: Updating package cache ... Done
1942026-08-11T11:15:14.531Z++ cargo --version
1952026-08-11T11:15:14.540Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-11T11:15:14.546Z++ rustc --version
1972026-08-11T11:15:14.563Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-11T11:15:14.568Z+ banner copyrights
1992026-08-11T11:15:14.571Z
2002026-08-11T11:15:14.571Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-11T11:15:14.571Z # # # # # # # # # # # # # # # # #
2022026-08-11T11:15:14.571Z # # # # # # # # # # ###### # ####
2032026-08-11T11:15:14.571Z # # # ##### # ##### # # ### # # # #
2042026-08-11T11:15:14.571Z # # # # # # # # # # # # # # # #
2052026-08-11T11:15:14.571Z #### #### # # # # # #### # # # ####
2062026-08-11T11:15:14.571Z
2072026-08-11T11:15:14.571Z+ ./tools/check_copyrights.sh
2082026-08-11T11:15:14.862Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-11T11:15:15.658Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-11T11:15:16.126Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-11T11:15:16.219Zpcap/build.rs: Copyright with wrong year
2122026-08-11T11:15:16.392Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-11T11:15:16.629Z+ banner clippy
2142026-08-11T11:15:16.632Z
2152026-08-11T11:15:16.632Z #### # # ##### ##### # #
2162026-08-11T11:15:16.632Z # # # # # # # # # #
2172026-08-11T11:15:16.632Z # # # # # # # #
2182026-08-11T11:15:16.632Z # # # ##### ##### #
2192026-08-11T11:15:16.632Z # # # # # # #
2202026-08-11T11:15:16.632Z #### ###### # # # #
2212026-08-11T11:15:16.632Z
2222026-08-11T11:15:16.633Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-11T11:15:16.633Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-11T11:15:16.773Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-11T11:15:26.558Z Updating crates.io index
2262026-08-11T11:15:26.561Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-11T11:15:26.861Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-11T11:15:27.632Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-11T11:15:27.938Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-11T11:15:28.249Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-11T11:15:28.782Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-11T11:15:29.545Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-11T11:15:30.014Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-11T11:15:30.441Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-11T11:15:30.979Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-11T11:15:31.354Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-11T11:15:31.695Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-11T11:15:32.206Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-11T11:15:32.567Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-11T11:15:33.084Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-11T11:15:34.067Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-11T11:15:34.518Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-11T11:15:34.846Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-11T11:15:35.577Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-11T11:15:36.121Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-11T11:15:36.462Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-11T11:15:36.844Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-11T11:15:38.362Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-11T11:15:39.002Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-11T11:15:40.914Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-11T11:15:41.545Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-11T11:15:41.795Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-11T11:15:42.111Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-11T11:15:43.886Z Downloading crates ...
2552026-08-11T11:15:43.946Z Downloaded async-recursion v1.1.1
2562026-08-11T11:15:43.949Z Downloaded adler2 v2.0.1
2572026-08-11T11:15:43.953Z Downloaded arrayref v0.3.9
2582026-08-11T11:15:43.959Z Downloaded async-compression v0.4.33
2592026-08-11T11:15:43.964Z Downloaded cexpr v0.6.0
2602026-08-11T11:15:43.968Z Downloaded base16ct v0.2.0
2612026-08-11T11:15:43.971Z Downloaded autocfg v1.5.0
2622026-08-11T11:15:43.971Z Downloaded const-oid v0.10.2
2632026-08-11T11:15:43.974Z Downloaded dunce v1.0.5
2642026-08-11T11:15:43.978Z Downloaded block-buffer v0.10.4
2652026-08-11T11:15:43.982Z Downloaded crossbeam-epoch v0.9.18
2662026-08-11T11:15:43.983Z Downloaded aead v0.5.2
2672026-08-11T11:15:43.987Z Downloaded ciborium-io v0.2.2
2682026-08-11T11:15:43.987Z Downloaded either v1.15.0
2692026-08-11T11:15:43.990Z Downloaded dtrace-parser v0.3.0
2702026-08-11T11:15:43.990Z Downloaded futures-sink v0.3.32
2712026-08-11T11:15:43.993Z Downloaded cpufeatures v0.3.0
2722026-08-11T11:15:43.993Z Downloaded digest v0.11.3
2732026-08-11T11:15:43.996Z Downloaded defmt-macros v1.0.1
2742026-08-11T11:15:43.999Z Downloaded float-ord v0.3.2
2752026-08-11T11:15:44.003Z Downloaded fastrand v2.3.0
2762026-08-11T11:15:44.003Z Downloaded embedded-io v0.4.0
2772026-08-11T11:15:44.006Z Downloaded embedded-io v0.6.1
2782026-08-11T11:15:44.009Z Downloaded crucible-workspace-hack v0.1.0
2792026-08-11T11:15:44.009Z Downloaded foreign-types v0.3.2
2802026-08-11T11:15:44.012Z Downloaded generic-array v0.14.7
2812026-08-11T11:15:44.012Z Downloaded cstr-argument v0.1.2
2822026-08-11T11:15:44.016Z Downloaded camino-tempfile v1.4.1
2832026-08-11T11:15:44.021Z Downloaded futures-macro v0.3.32
2842026-08-11T11:15:44.021Z Downloaded foreign-types-shared v0.3.1
2852026-08-11T11:15:44.024Z Downloaded errno v0.3.14
2862026-08-11T11:15:44.024Z Downloaded convert_case v0.4.0
2872026-08-11T11:15:44.024Z Downloaded fnv v1.0.7
2882026-08-11T11:15:44.027Z Downloaded colorchoice v1.0.4
2892026-08-11T11:15:44.030Z Downloaded fs_extra v1.3.0
2902026-08-11T11:15:44.030Z Downloaded foldhash v0.1.5
2912026-08-11T11:15:44.033Z Downloaded futures-task v0.3.32
2922026-08-11T11:15:44.037Z Downloaded find-msvc-tools v0.1.9
2932026-08-11T11:15:44.037Z Downloaded hostname v0.3.1
2942026-08-11T11:15:44.041Z Downloaded enum-as-inner v0.6.1
2952026-08-11T11:15:44.041Z Downloaded compression-core v0.4.32
2962026-08-11T11:15:44.045Z Downloaded hash32 v0.3.1
2972026-08-11T11:15:44.045Z Downloaded crypto-common v0.2.2
2982026-08-11T11:15:44.048Z Downloaded crypto-common v0.1.6
2992026-08-11T11:15:44.048Z Downloaded hostname v0.4.2
3002026-08-11T11:15:44.051Z Downloaded anstyle-query v1.1.4
3012026-08-11T11:15:44.051Z Downloaded heck v0.5.0
3022026-08-11T11:15:44.054Z Downloaded bit-set v0.8.0
3032026-08-11T11:15:44.054Z Downloaded hex v0.4.3
3042026-08-11T11:15:44.057Z Downloaded hubpack v0.1.2
3052026-08-11T11:15:44.060Z Downloaded futures-core v0.3.32
3062026-08-11T11:15:44.063Z Downloaded httparse v1.10.1
3072026-08-11T11:15:44.063Z Downloaded elliptic-curve v0.13.8
3082026-08-11T11:15:44.066Z Downloaded clap_lex v1.1.0
3092026-08-11T11:15:44.069Z Downloaded dropshot-api-manager-types v0.7.2
3102026-08-11T11:15:44.072Z Downloaded git-stub v1.0.0
3112026-08-11T11:15:44.072Z Downloaded block-buffer v0.12.0
3122026-08-11T11:15:44.075Z Downloaded httpdate v1.0.3
3132026-08-11T11:15:44.075Z Downloaded heck v0.4.1
3142026-08-11T11:15:44.078Z Downloaded foreign-types v0.5.0
3152026-08-11T11:15:44.081Z Downloaded foreign-types-macros v0.2.3
3162026-08-11T11:15:44.081Z Downloaded futures-io v0.3.32
3172026-08-11T11:15:44.084Z Downloaded hubpack_derive v0.1.1
3182026-08-11T11:15:44.084Z Downloaded http-body v1.0.1
3192026-08-11T11:15:44.087Z Downloaded defmt-parser v1.0.0
3202026-08-11T11:15:44.087Z Downloaded form_urlencoded v1.2.2
3212026-08-11T11:15:44.090Z Downloaded base64ct v1.8.0
3222026-08-11T11:15:44.092Z Downloaded camino v1.2.3
3232026-08-11T11:15:44.093Z Downloaded blake2 v0.10.6
3242026-08-11T11:15:44.095Z Downloaded hyper-tls v0.6.0
3252026-08-11T11:15:44.099Z Downloaded const_format_proc_macros v0.2.34
3262026-08-11T11:15:44.102Z Downloaded ident_case v1.0.1
3272026-08-11T11:15:44.102Z Downloaded daft-derive v0.1.5
3282026-08-11T11:15:44.105Z Downloaded idna_adapter v1.2.1
3292026-08-11T11:15:44.108Z Downloaded curve25519-dalek-derive v0.1.1
3302026-08-11T11:15:44.108Z Downloaded colored v3.1.1
3312026-08-11T11:15:44.113Z Downloaded defmt v0.3.100
3322026-08-11T11:15:44.113Z Downloaded debug-ignore v1.0.5
3332026-08-11T11:15:44.116Z Downloaded crossbeam-deque v0.8.6
3342026-08-11T11:15:44.116Z Downloaded anstream v1.0.0
3352026-08-11T11:15:44.120Z Downloaded fixedbitset v0.4.2
3362026-08-11T11:15:44.120Z Downloaded git-stub-vcs v0.1.0
3372026-08-11T11:15:44.123Z Downloaded csv-core v0.1.12
3382026-08-11T11:15:44.123Z Downloaded daft v0.1.5
3392026-08-11T11:15:44.127Z Downloaded glob v0.3.3
3402026-08-11T11:15:44.131Z Downloaded fs-err v3.1.2
3412026-08-11T11:15:44.131Z Downloaded itoa v1.0.15
3422026-08-11T11:15:44.134Z Downloaded libscf-sys v1.2.0
3432026-08-11T11:15:44.134Z Downloaded instant v0.1.13
3442026-08-11T11:15:44.134Z Downloaded is_terminal_polyfill v1.70.1
3452026-08-11T11:15:44.137Z Downloaded clang-sys v1.8.1
3462026-08-11T11:15:44.140Z Downloaded cmake v0.1.54
3472026-08-11T11:15:44.140Z Downloaded kstat-rs v0.2.4
3482026-08-11T11:15:44.144Z Downloaded linked-hash-map v0.5.6
3492026-08-11T11:15:44.144Z Downloaded async-trait v0.1.89
3502026-08-11T11:15:44.147Z Downloaded lru-slab v0.1.2
3512026-08-11T11:15:44.147Z Downloaded lru-cache v0.1.2
3522026-08-11T11:15:44.150Z Downloaded match_cfg v0.1.0
3532026-08-11T11:15:44.150Z Downloaded newtype_derive v0.1.6
3542026-08-11T11:15:44.153Z Downloaded keccak v0.1.6
3552026-08-11T11:15:44.153Z Downloaded chacha20 v0.9.1
3562026-08-11T11:15:44.158Z Downloaded bit-vec v0.8.0
3572026-08-11T11:15:44.162Z Downloaded globset v0.4.16
3582026-08-11T11:15:44.162Z Downloaded humantime v2.3.0
3592026-08-11T11:15:44.162Z Downloaded highway v1.3.0
3602026-08-11T11:15:44.166Z Downloaded gethostname v0.5.0
3612026-08-11T11:15:44.166Z Downloaded futures-executor v0.3.32
3622026-08-11T11:15:44.169Z Downloaded memoffset v0.9.1
3632026-08-11T11:15:44.169Z Downloaded managed v0.8.0
3642026-08-11T11:15:44.169Z Downloaded group v0.13.0
3652026-08-11T11:15:44.172Z Downloaded byteorder v1.5.0
3662026-08-11T11:15:44.172Z Downloaded http-body-util v0.1.3
3672026-08-11T11:15:44.176Z Downloaded indent_write v2.2.0
3682026-08-11T11:15:44.182Z Downloaded ingot-types v0.1.2
3692026-08-11T11:15:44.182Z Downloaded deranged v0.5.3
3702026-08-11T11:15:44.186Z Downloaded newline-converter v0.3.0
3712026-08-11T11:15:44.186Z Downloaded macaddr v1.0.1
3722026-08-11T11:15:44.186Z Downloaded filetime v0.2.26
3732026-08-11T11:15:44.186Z Downloaded num-conv v0.2.1
3742026-08-11T11:15:44.190Z Downloaded newtype-uuid-macros v0.1.0
3752026-08-11T11:15:44.190Z Downloaded ciborium v0.2.2
3762026-08-11T11:15:44.191Z Downloaded console v0.15.11
3772026-08-11T11:15:44.195Z Downloaded num-iter v0.1.45
3782026-08-11T11:15:44.195Z Downloaded derive-where v1.6.0
3792026-08-11T11:15:44.198Z Downloaded cobs v0.3.0
3802026-08-11T11:15:44.198Z Downloaded ipnetwork v0.21.1
3812026-08-11T11:15:44.201Z Downloaded futures v0.3.32
3822026-08-11T11:15:44.212Z Downloaded num_enum_derive v0.5.11
3832026-08-11T11:15:44.217Z Downloaded displaydoc v0.2.5
3842026-08-11T11:15:44.217Z Downloaded num_threads v0.1.7
3852026-08-11T11:15:44.217Z Downloaded cookie v0.18.1
3862026-08-11T11:15:44.217Z Downloaded libloading v0.8.9
3872026-08-11T11:15:44.217Z Downloaded num-derive v0.4.2
3882026-08-11T11:15:44.217Z Downloaded darling v0.21.3
3892026-08-11T11:15:44.221Z Downloaded omicron-workspace-hack v0.1.0
3902026-08-11T11:15:44.221Z Downloaded olpc-cjson v0.1.4
3912026-08-11T11:15:44.225Z Downloaded opaque-debug v0.3.1
3922026-08-11T11:15:44.225Z Downloaded lock_api v0.4.14
3932026-08-11T11:15:44.228Z Downloaded openssl-probe v0.1.6
3942026-08-11T11:15:44.228Z Downloaded mime v0.3.17
3952026-08-11T11:15:44.228Z Downloaded linear-map v1.2.0
3962026-08-11T11:15:44.231Z Downloaded allocator-api2 v0.2.21
3972026-08-11T11:15:44.231Z Downloaded openssl-macros v0.1.1
3982026-08-11T11:15:44.235Z Downloaded memmap v0.7.0
3992026-08-11T11:15:44.235Z Downloaded parse-display v0.10.0
4002026-08-11T11:15:44.238Z Downloaded percent-encoding v2.3.2
4012026-08-11T11:15:44.238Z Downloaded jobserver v0.1.34
4022026-08-11T11:15:44.241Z Downloaded libsw-core v0.3.2
4032026-08-11T11:15:44.241Z Downloaded hyper-rustls v0.27.7
4042026-08-11T11:15:44.244Z Downloaded libsw v3.5.0
4052026-08-11T11:15:44.244Z Downloaded erased-serde v0.3.31
4062026-08-11T11:15:44.248Z Downloaded ingot v0.1.1
4072026-08-11T11:15:44.252Z Downloaded multer v3.1.0
4082026-08-11T11:15:44.252Z Downloaded bitflags v2.11.1
4092026-08-11T11:15:44.256Z Downloaded newtype-uuid v1.3.2
4102026-08-11T11:15:44.256Z Downloaded native-tls v0.2.14
4112026-08-11T11:15:44.259Z Downloaded hmac v0.12.1
4122026-08-11T11:15:44.259Z Downloaded plain v0.2.3
4132026-08-11T11:15:44.259Z Downloaded dropshot_endpoint v0.17.1
4142026-08-11T11:15:44.262Z Downloaded potential_utf v0.1.3
4152026-08-11T11:15:44.265Z Downloaded anyhow v1.0.102
4162026-08-11T11:15:44.269Z Downloaded iana-time-zone v0.1.64
4172026-08-11T11:15:44.272Z Downloaded cancel-safe-futures v0.1.5
4182026-08-11T11:15:44.272Z Downloaded ipnet v2.11.0
4192026-08-11T11:15:44.275Z Downloaded clap v4.6.1
4202026-08-11T11:15:44.278Z Downloaded phf_shared v0.12.1
4212026-08-11T11:15:44.281Z Downloaded num_enum v0.7.5
4222026-08-11T11:15:44.285Z Downloaded proc-macro-error-attr2 v2.0.0
4232026-08-11T11:15:44.285Z Downloaded proc-macro-error-attr v1.0.4
4242026-08-11T11:15:44.289Z Downloaded ingot-macros v0.1.1
4252026-08-11T11:15:44.289Z Downloaded derive_more v0.99.20
4262026-08-11T11:15:44.292Z Downloaded getrandom v0.3.3
4272026-08-11T11:15:44.295Z Downloaded hybrid-array v0.4.12
4282026-08-11T11:15:44.299Z Downloaded num-integer v0.1.46
4292026-08-11T11:15:44.299Z Downloaded num-complex v0.4.6
4302026-08-11T11:15:44.304Z Downloaded futures-channel v0.3.32
4312026-08-11T11:15:44.304Z Downloaded progenitor-macro v0.10.0
4322026-08-11T11:15:44.304Z Downloaded quick-error v1.2.3
4332026-08-11T11:15:44.307Z Downloaded progenitor-client v0.14.0
4342026-08-11T11:15:44.307Z Downloaded num-rational v0.4.2
4352026-08-11T11:15:44.307Z Downloaded progenitor-client v0.11.1
4362026-08-11T11:15:44.308Z Downloaded progenitor-macro v0.11.1
4372026-08-11T11:15:44.311Z Downloaded oxnet v0.1.6
4382026-08-11T11:15:44.311Z Downloaded progenitor-macro v0.14.0
4392026-08-11T11:15:44.315Z Downloaded litemap v0.8.0
4402026-08-11T11:15:44.315Z Downloaded oxide-tokio-rt v0.1.2
4412026-08-11T11:15:44.318Z Downloaded owo-colors v4.3.0
4422026-08-11T11:15:44.318Z Downloaded darling_core v0.21.3
4432026-08-11T11:15:44.321Z Downloaded memmap2 v0.9.8
4442026-08-11T11:15:44.324Z Downloaded progenitor-client v0.10.0
4452026-08-11T11:15:44.324Z Downloaded ref-cast v1.0.25
4462026-08-11T11:15:44.327Z Downloaded pem v3.0.5
4472026-08-11T11:15:44.327Z Downloaded rand_chacha v0.3.1
4482026-08-11T11:15:44.330Z Downloaded base64 v0.22.1
4492026-08-11T11:15:44.334Z Downloaded password-hash v0.5.0
4502026-08-11T11:15:44.334Z Downloaded ref-cast-impl v1.0.25
4512026-08-11T11:15:44.338Z Downloaded rustc-hash v2.1.1
4522026-08-11T11:15:44.338Z Downloaded paste v1.0.15
4532026-08-11T11:15:44.341Z Downloaded parse-display-derive v0.10.0
4542026-08-11T11:15:44.341Z Downloaded pest_generator v2.8.2
4552026-08-11T11:15:44.341Z Downloaded poly1305 v0.8.0
4562026-08-11T11:15:44.344Z Downloaded pkg-config v0.3.32
4572026-08-11T11:15:44.344Z Downloaded pin-project-internal v1.1.10
4582026-08-11T11:15:44.347Z Downloaded getrandom v0.4.2
4592026-08-11T11:15:44.350Z Downloaded rustc_version v0.4.1
4602026-08-11T11:15:44.350Z Downloaded rustc_version v0.1.7
4612026-08-11T11:15:44.353Z Downloaded getrandom v0.2.16
4622026-08-11T11:15:44.353Z Downloaded drift v0.2.0
4632026-08-11T11:15:44.360Z Downloaded icu_properties v2.0.1
4642026-08-11T11:15:44.363Z Downloaded icu_provider v2.0.0
4652026-08-11T11:15:44.367Z Downloaded crossbeam-utils v0.8.21
4662026-08-11T11:15:44.367Z Downloaded ppv-lite86 v0.2.21
4672026-08-11T11:15:44.371Z Downloaded powerfmt v0.2.0
4682026-08-11T11:15:44.371Z Downloaded proc-macro-error v1.0.4
4692026-08-11T11:15:44.375Z Downloaded progenitor v0.10.0
4702026-08-11T11:15:44.375Z Downloaded once_cell v1.21.3
4712026-08-11T11:15:44.375Z Downloaded const_format v0.2.34
4722026-08-11T11:15:44.378Z Downloaded rand_xorshift v0.4.0
4732026-08-11T11:15:44.384Z Downloaded icu_normalizer v2.0.0
4742026-08-11T11:15:44.384Z Downloaded flate2 v1.1.2
4752026-08-11T11:15:44.388Z Downloaded progenitor v0.11.1
4762026-08-11T11:15:44.388Z Downloaded same-file v1.0.6
4772026-08-11T11:15:44.391Z Downloaded proc-macro-error2 v2.0.1
4782026-08-11T11:15:44.391Z Downloaded proc-macro-crate v1.3.1
4792026-08-11T11:15:44.394Z Downloaded bytes v1.12.0
4802026-08-11T11:15:44.399Z Downloaded progenitor v0.14.0
4812026-08-11T11:15:44.399Z Downloaded pretty-hex v0.4.1
4822026-08-11T11:15:44.402Z Downloaded half v2.7.1
4832026-08-11T11:15:44.402Z Downloaded num_enum v0.5.11
4842026-08-11T11:15:44.406Z Downloaded scroll_derive v0.13.1
4852026-08-11T11:15:44.406Z Downloaded scroll_derive v0.12.1
4862026-08-11T11:15:44.406Z Downloaded secrecy v0.10.3
4872026-08-11T11:15:44.411Z Downloaded quote v1.0.45
4882026-08-11T11:15:44.411Z Downloaded log v0.4.29
4892026-08-11T11:15:44.415Z Downloaded rand_core v0.6.4
4902026-08-11T11:15:44.415Z Downloaded rand_chacha v0.9.0
4912026-08-11T11:15:44.416Z Downloaded icu_locale_core v2.0.0
4922026-08-11T11:15:44.419Z Downloaded search_path v0.1.4
4932026-08-11T11:15:44.422Z Downloaded serde-big-array v0.5.1
4942026-08-11T11:15:44.422Z Downloaded postcard v1.1.3
4952026-08-11T11:15:44.425Z Downloaded pest_meta v2.8.2
4962026-08-11T11:15:44.425Z Downloaded serde_plain v1.0.2
4972026-08-11T11:15:44.428Z Downloaded serde_spanned v1.1.1
4982026-08-11T11:15:44.428Z Downloaded sha1 v0.10.6
4992026-08-11T11:15:44.431Z Downloaded serde_urlencoded v0.7.1
5002026-08-11T11:15:44.438Z Downloaded serde_spanned v0.6.9
5012026-08-11T11:15:44.438Z Downloaded serde_repr v0.1.20
5022026-08-11T11:15:44.438Z Downloaded signal-hook-tokio v0.4.0
5032026-08-11T11:15:44.438Z Downloaded sha1 v0.11.0
5042026-08-11T11:15:44.441Z Downloaded heapless v0.8.0
5052026-08-11T11:15:44.441Z Downloaded pin-project-lite v0.2.16
5062026-08-11T11:15:44.444Z Downloaded crossbeam-channel v0.5.15
5072026-08-11T11:15:44.449Z Downloaded omicron-zone-package v0.12.2
5082026-08-11T11:15:44.452Z Downloaded icu_normalizer_data v2.0.0
5092026-08-11T11:15:44.455Z Downloaded rusty-fork v0.3.0
5102026-08-11T11:15:44.455Z Downloaded parking_lot_core v0.9.12
5112026-08-11T11:15:44.459Z Downloaded parking_lot v0.12.5
5122026-08-11T11:15:44.459Z Downloaded indexmap v1.9.3
5132026-08-11T11:15:44.462Z Downloaded chacha20poly1305 v0.10.1
5142026-08-11T11:15:44.462Z Downloaded cc v1.2.64
5152026-08-11T11:15:44.465Z Downloaded resolv-conf v0.7.5
5162026-08-11T11:15:44.468Z Downloaded siphasher v1.0.1
5172026-08-11T11:15:44.468Z Downloaded sigpipe v0.1.3
5182026-08-11T11:15:44.468Z Downloaded rustls-pemfile v2.2.0
5192026-08-11T11:15:44.473Z Downloaded scopeguard v1.2.0
5202026-08-11T11:15:44.473Z Downloaded smawk v0.3.2
5212026-08-11T11:15:44.477Z Downloaded scroll v0.13.0
5222026-08-11T11:15:44.477Z Downloaded rustversion v1.0.22
5232026-08-11T11:15:44.477Z Downloaded schemars_derive v0.8.22
5242026-08-11T11:15:44.480Z Downloaded num v0.4.3
5252026-08-11T11:15:44.480Z Downloaded quinn-udp v0.5.14
5262026-08-11T11:15:44.484Z Downloaded num_enum_derive v0.7.5
5272026-08-11T11:15:44.484Z Downloaded num-traits v0.2.19
5282026-08-11T11:15:44.488Z Downloaded slog-bunyan v2.5.0
5292026-08-11T11:15:44.488Z Downloaded scroll v0.12.0
5302026-08-11T11:15:44.488Z Downloaded expectorate v1.2.0
5312026-08-11T11:15:44.491Z Downloaded papergrid v0.18.0
5322026-08-11T11:15:44.492Z Downloaded stable_deref_trait v1.2.0
5332026-08-11T11:15:44.495Z Downloaded strum v0.26.3
5342026-08-11T11:15:44.495Z Downloaded structmeta-derive v0.3.0
5352026-08-11T11:15:44.495Z Downloaded strum v0.28.0
5362026-08-11T11:15:44.498Z Downloaded strsim v0.11.1
5372026-08-11T11:15:44.498Z Downloaded structmeta v0.3.0
5382026-08-11T11:15:44.498Z Downloaded strum v0.27.2
5392026-08-11T11:15:44.498Z Downloaded serde_path_to_error v0.1.20
5402026-08-11T11:15:44.503Z Downloaded semver v0.1.20
5412026-08-11T11:15:44.503Z Downloaded rand_core v0.9.3
5422026-08-11T11:15:44.508Z Downloaded pest_derive v2.8.2
5432026-08-11T11:15:44.508Z Downloaded phf v0.12.1
5442026-08-11T11:15:44.508Z Downloaded miniz_oxide v0.8.9
5452026-08-11T11:15:44.511Z Downloaded papergrid v0.11.0
5462026-08-11T11:15:44.511Z Downloaded sha2 v0.10.9
5472026-08-11T11:15:44.514Z Downloaded swrite v0.1.0
5482026-08-11T11:15:44.514Z Downloaded serde_tokenstream v0.2.3
5492026-08-11T11:15:44.514Z Downloaded supports-color v3.0.2
5502026-08-11T11:15:44.519Z Downloaded sync_wrapper v1.0.2
5512026-08-11T11:15:44.519Z Downloaded signal-hook-registry v1.4.6
5522026-08-11T11:15:44.519Z Downloaded subtle v2.6.1
5532026-08-11T11:15:44.523Z Downloaded shlex v2.0.1
5542026-08-11T11:15:44.523Z Downloaded curl v0.4.50
5552026-08-11T11:15:44.523Z Downloaded shlex v1.3.0
5562026-08-11T11:15:44.527Z Downloaded fixedbitset v0.5.7
5572026-08-11T11:15:44.527Z Downloaded pin-project v1.1.10
5582026-08-11T11:15:44.536Z Downloaded slog-async v2.8.0
5592026-08-11T11:15:44.540Z Downloaded take_mut v0.2.2
5602026-08-11T11:15:44.540Z Downloaded tabled_derive v0.7.0
5612026-08-11T11:15:44.540Z Downloaded hickory-resolver v0.24.4
5622026-08-11T11:15:44.543Z Downloaded crypto-bigint v0.5.5
5632026-08-11T11:15:44.549Z Downloaded proc-macro2 v1.0.106
5642026-08-11T11:15:44.549Z Downloaded smf v0.2.3
5652026-08-11T11:15:44.549Z Downloaded jiff-static v0.2.15
5662026-08-11T11:15:44.553Z Downloaded tagptr v0.2.0
5672026-08-11T11:15:44.553Z Downloaded hickory-resolver v0.25.2
5682026-08-11T11:15:44.556Z Downloaded testing_table v0.3.0
5692026-08-11T11:15:44.556Z Downloaded termtree v0.5.1
5702026-08-11T11:15:44.556Z Downloaded thiserror-impl-no-std v2.0.2
5712026-08-11T11:15:44.559Z Downloaded tabwriter v1.4.1
5722026-08-11T11:15:44.566Z Downloaded terminal_size v0.4.3
5732026-08-11T11:15:44.569Z Downloaded time-core v0.1.8
5742026-08-11T11:15:44.569Z Downloaded strum_macros v0.26.4
5752026-08-11T11:15:44.569Z Downloaded slab v0.4.11
5762026-08-11T11:15:44.572Z Downloaded slog-dtrace v0.3.0
5772026-08-11T11:15:44.572Z Downloaded snafu-derive v0.8.9
5782026-08-11T11:15:44.575Z Downloaded slog-term v2.9.2
5792026-08-11T11:15:44.575Z Downloaded static_assertions v1.1.0
5802026-08-11T11:15:44.580Z Downloaded slog-json v2.6.1
5812026-08-11T11:15:44.580Z Downloaded ryu v1.0.20
5822026-08-11T11:15:44.583Z Downloaded thread-id v5.0.0
5832026-08-11T11:15:44.583Z Downloaded thread-id v4.2.2
5842026-08-11T11:15:44.583Z Downloaded prettyplease v0.2.37
5852026-08-11T11:15:44.586Z Downloaded memchr v2.7.5
5862026-08-11T11:15:44.586Z Downloaded openssl-sys v0.9.117
5872026-08-11T11:15:44.591Z Downloaded hashbrown v0.12.3
5882026-08-11T11:15:44.594Z Downloaded semver v1.0.28
5892026-08-11T11:15:44.594Z Downloaded defmt v1.0.1
5902026-08-11T11:15:44.597Z Downloaded cargo_metadata v0.18.1
5912026-08-11T11:15:44.598Z Downloaded serde_with_macros v3.14.1
5922026-08-11T11:15:44.600Z Downloaded strum_macros v0.27.2
5932026-08-11T11:15:44.604Z Downloaded is_ci v1.2.0
5942026-08-11T11:15:44.604Z Downloaded smallvec v1.15.1
5952026-08-11T11:15:44.604Z Downloaded tokio-macros v2.7.0
5962026-08-11T11:15:44.604Z Downloaded strum_macros v0.28.0
5972026-08-11T11:15:44.608Z Downloaded is-terminal v0.4.16
5982026-08-11T11:15:44.608Z Downloaded internet-checksum v0.2.1
5992026-08-11T11:15:44.608Z Downloaded inout v0.1.4
6002026-08-11T11:15:44.611Z Downloaded dropshot_endpoint v0.16.7
6012026-08-11T11:15:44.611Z Downloaded toml_datetime v0.6.11
6022026-08-11T11:15:44.614Z Downloaded toml_write v0.1.2
6032026-08-11T11:15:44.614Z Downloaded clap_derive v4.6.1
6042026-08-11T11:15:44.617Z Downloaded lazy_static v1.5.0
6052026-08-11T11:15:44.617Z Downloaded foldhash v0.2.0
6062026-08-11T11:15:44.617Z Downloaded cipher v0.4.4
6072026-08-11T11:15:44.623Z Downloaded progenitor-impl v0.10.0
6082026-08-11T11:15:44.623Z Downloaded progenitor-impl v0.11.1
6092026-08-11T11:15:44.623Z Downloaded digest v0.10.7
6102026-08-11T11:15:44.627Z Downloaded critical-section v1.2.0
6112026-08-11T11:15:44.627Z Downloaded backoff v0.4.0
6122026-08-11T11:15:44.627Z Downloaded thiserror-impl v1.0.69
6132026-08-11T11:15:44.631Z Downloaded schemars v0.8.22
6142026-08-11T11:15:44.634Z Downloaded typify-macro v0.4.3
6152026-08-11T11:15:44.637Z Downloaded try-lock v0.2.5
6162026-08-11T11:15:44.637Z Downloaded argon2 v0.5.3
6172026-08-11T11:15:44.640Z Downloaded anstyle-parse v1.0.0
6182026-08-11T11:15:44.640Z Downloaded topological-sort v0.2.2
6192026-08-11T11:15:44.640Z Downloaded tower-service v0.3.3
6202026-08-11T11:15:44.643Z Downloaded indexmap v2.14.0
6212026-08-11T11:15:44.643Z Downloaded tower-layer v0.3.3
6222026-08-11T11:15:44.646Z Downloaded crc8 v0.1.1
6232026-08-11T11:15:44.646Z Downloaded thread_local v1.1.9
6242026-08-11T11:15:44.646Z Downloaded thiserror v2.0.18
6252026-08-11T11:15:44.649Z Downloaded typify-macro v0.6.2
6262026-08-11T11:15:44.652Z Downloaded progenitor-impl v0.14.0
6272026-08-11T11:15:44.652Z Downloaded tinystr v0.8.1
6282026-08-11T11:15:44.655Z Downloaded time-macros v0.2.27
6292026-08-11T11:15:44.655Z Downloaded unicode-linebreak v0.1.5
6302026-08-11T11:15:44.658Z Downloaded universal-hash v0.5.1
6312026-08-11T11:15:44.658Z Downloaded thiserror-no-std v2.0.2
6322026-08-11T11:15:44.664Z Downloaded untrusted v0.7.1
6332026-08-11T11:15:44.664Z Downloaded unicode-xid v0.2.6
6342026-08-11T11:15:44.664Z Downloaded unarray v0.1.4
6352026-08-11T11:15:44.667Z Downloaded rayon-core v1.13.0
6362026-08-11T11:15:44.667Z Downloaded untrusted v0.9.0
6372026-08-11T11:15:44.667Z Downloaded icu_collections v2.0.0
6382026-08-11T11:15:44.670Z Downloaded minimal-lexical v0.2.1
6392026-08-11T11:15:44.674Z Downloaded tinyvec_macros v0.1.1
6402026-08-11T11:15:44.674Z Downloaded tokio-rustls v0.25.0
6412026-08-11T11:15:44.677Z Downloaded synstructure v0.13.2
6422026-08-11T11:15:44.677Z Downloaded serde_yaml v0.9.34+deprecated
6432026-08-11T11:15:44.680Z Downloaded signal-hook v0.4.4
6442026-08-11T11:15:44.680Z Downloaded tokio-dtrace v0.1.1
6452026-08-11T11:15:44.680Z Downloaded rustls-pki-types v1.12.0
6462026-08-11T11:15:44.683Z Downloaded similar v2.7.0
6472026-08-11T11:15:44.686Z Downloaded usdt v0.5.0
6482026-08-11T11:15:44.686Z Downloaded toml_writer v1.1.1+spec-1.1.0
6492026-08-11T11:15:44.689Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6502026-08-11T11:15:44.689Z Downloaded usdt-macro v0.6.0
6512026-08-11T11:15:44.689Z Downloaded usdt-macro v0.5.0
6522026-08-11T11:15:44.693Z Downloaded serde_derive_internals v0.29.1
6532026-08-11T11:15:44.693Z Downloaded serde_derive v1.0.228
6542026-08-11T11:15:44.696Z Downloaded version_check v0.9.5
6552026-08-11T11:15:44.696Z Downloaded utf8parse v0.2.2
6562026-08-11T11:15:44.696Z Downloaded slog v2.8.2
6572026-08-11T11:15:44.696Z Downloaded wait-timeout v0.2.1
6582026-08-11T11:15:44.701Z Downloaded serde_core v1.0.228
6592026-08-11T11:15:44.701Z Downloaded waitgroup v0.1.2
6602026-08-11T11:15:44.704Z Downloaded utf8_iter v1.0.4
6612026-08-11T11:15:44.704Z Downloaded usdt-attr-macro v0.6.0
6622026-08-11T11:15:44.704Z Downloaded usdt-attr-macro v0.5.0
6632026-08-11T11:15:44.704Z Downloaded tokio-native-tls v0.3.1
6642026-08-11T11:15:44.704Z Downloaded spin v0.9.8
6652026-08-11T11:15:44.707Z Downloaded http v1.4.2
6662026-08-11T11:15:44.710Z Downloaded quinn v0.11.9
6672026-08-11T11:15:44.710Z Downloaded socket2 v0.5.10
6682026-08-11T11:15:44.713Z Downloaded term v1.2.0
6692026-08-11T11:15:44.716Z Downloaded thiserror-impl v2.0.18
6702026-08-11T11:15:44.716Z Downloaded socket2 v0.6.4
6712026-08-11T11:15:44.716Z Downloaded qorb v0.4.1
6722026-08-11T11:15:44.719Z Downloaded thiserror v1.0.69
6732026-08-11T11:15:44.721Z Downloaded dof v0.4.0
6742026-08-11T11:15:44.722Z Downloaded async-stream-impl v0.3.6
6752026-08-11T11:15:44.724Z Downloaded crc32fast v1.5.0
6762026-08-11T11:15:44.724Z Downloaded arrayvec v0.7.6
6772026-08-11T11:15:44.727Z Downloaded ff v0.13.1
6782026-08-11T11:15:44.727Z Downloaded compression-codecs v0.4.32
6792026-08-11T11:15:44.730Z Downloaded bitflags v1.3.2
6802026-08-11T11:15:44.730Z Downloaded anstyle v1.0.14
6812026-08-11T11:15:44.733Z Downloaded want v0.3.1
6822026-08-11T11:15:44.733Z Downloaded cargo-platform v0.1.9
6832026-08-11T11:15:44.733Z Downloaded async-stream v0.3.6
6842026-08-11T11:15:44.736Z Downloaded foreign-types-shared v0.1.1
6852026-08-11T11:15:44.736Z Downloaded constant_time_eq v0.3.1
6862026-08-11T11:15:44.736Z Downloaded bytecount v0.6.9
6872026-08-11T11:15:44.736Z Downloaded yoke-derive v0.8.0
6882026-08-11T11:15:44.739Z Downloaded bcs v0.1.6
6892026-08-11T11:15:44.739Z Downloaded equivalent v1.0.2
6902026-08-11T11:15:44.739Z Downloaded dyn-clone v1.0.20
6912026-08-11T11:15:44.742Z Downloaded mio v1.2.1
6922026-08-11T11:15:44.746Z Downloaded xattr v1.6.1
6932026-08-11T11:15:44.746Z Downloaded rand v0.8.5
6942026-08-11T11:15:44.753Z Downloaded hyper-util v0.1.20
6952026-08-11T11:15:44.757Z Downloaded tokio-stream v0.1.17
6962026-08-11T11:15:44.757Z Downloaded usdt v0.6.0
6972026-08-11T11:15:44.757Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6982026-08-11T11:15:44.757Z Downloaded scuffle v0.1.0
6992026-08-11T11:15:44.760Z Downloaded tokio-rustls v0.26.4
7002026-08-11T11:15:44.760Z Downloaded toml v0.8.23
7012026-08-11T11:15:44.760Z Downloaded ciborium-ll v0.2.2
7022026-08-11T11:15:44.760Z Downloaded darling_macro v0.21.3
7032026-08-11T11:15:44.763Z Downloaded data-encoding v2.9.0
7042026-08-11T11:15:44.763Z Downloaded derive-ex v0.1.8
7052026-08-11T11:15:44.763Z Downloaded cfg-if v1.0.4
7062026-08-11T11:15:44.763Z Downloaded atomicwrites v0.4.4
7072026-08-11T11:15:44.768Z Downloaded atomic-waker v1.1.2
7082026-08-11T11:15:44.769Z Downloaded usdt-impl v0.6.0
7092026-08-11T11:15:44.769Z Downloaded usdt-impl v0.5.0
7102026-08-11T11:15:44.773Z Downloaded zerofrom v0.1.6
7112026-08-11T11:15:44.773Z Downloaded vsss-rs v3.3.4
7122026-08-11T11:15:44.773Z Downloaded dtrace-parser v0.2.0
7132026-08-11T11:15:44.773Z Downloaded dof v0.3.0
7142026-08-11T11:15:44.773Z Downloaded cpufeatures v0.2.17
7152026-08-11T11:15:44.776Z Downloaded zeroize_derive v1.4.3
7162026-08-11T11:15:44.776Z Downloaded zone v0.3.1
7172026-08-11T11:15:44.776Z Downloaded zone_cfg_derive v0.3.1
7182026-08-11T11:15:44.776Z Downloaded toml_parser v1.1.2+spec-1.1.0
7192026-08-11T11:15:44.776Z Downloaded zerofrom-derive v0.1.6
7202026-08-11T11:15:44.779Z Downloaded cfg_aliases v0.2.1
7212026-08-11T11:15:44.779Z Downloaded schemars v0.9.0
7222026-08-11T11:15:44.786Z Downloaded test-strategy v0.4.3
7232026-08-11T11:15:44.789Z Downloaded tempfile v3.27.0
7242026-08-11T11:15:44.796Z Downloaded nom v7.1.3
7252026-08-11T11:15:44.799Z Downloaded walkdir v2.5.0
7262026-08-11T11:15:44.802Z Downloaded rustls-webpki v0.103.6
7272026-08-11T11:15:44.805Z Downloaded ucd-trie v0.1.7
7282026-08-11T11:15:44.805Z Downloaded hashbrown v0.15.5
7292026-08-11T11:15:44.808Z Downloaded whoami v1.6.1
7302026-08-11T11:15:44.815Z Downloaded tinyvec v1.10.0
7312026-08-11T11:15:44.818Z Downloaded snafu v0.8.9
7322026-08-11T11:15:44.821Z Downloaded writeable v0.6.1
7332026-08-11T11:15:44.824Z Downloaded toml v0.7.8
7342026-08-11T11:15:44.827Z Downloaded serde v1.0.228
7352026-08-11T11:15:44.833Z Downloaded toml v0.9.12+spec-1.1.0
7362026-08-11T11:15:44.836Z Downloaded itertools v0.12.1
7372026-08-11T11:15:44.840Z Downloaded zeroize v1.8.1
7382026-08-11T11:15:44.844Z Downloaded vergen v8.3.2
7392026-08-11T11:15:44.844Z Downloaded iri-string v0.7.8
7402026-08-11T11:15:44.847Z Downloaded zmij v1.0.17
7412026-08-11T11:15:44.853Z Downloaded zerovec-derive v0.11.1
7422026-08-11T11:15:44.856Z Downloaded tracing-core v0.1.34
7432026-08-11T11:15:44.856Z Downloaded textwrap v0.16.2
7442026-08-11T11:15:44.856Z Downloaded typify v0.6.2
7452026-08-11T11:15:44.860Z Downloaded typify v0.4.3
7462026-08-11T11:15:44.864Z Downloaded steno v0.4.1
7472026-08-11T11:15:44.864Z Downloaded iddqd v0.3.18
7482026-08-11T11:15:44.867Z Downloaded unicode-ident v1.0.24
7492026-08-11T11:15:44.867Z Downloaded hashbrown v0.17.1
7502026-08-11T11:15:44.872Z Downloaded yoke v0.8.0
7512026-08-11T11:15:44.876Z Downloaded rand v0.9.3
7522026-08-11T11:15:44.876Z Downloaded idna v1.1.0
7532026-08-11T11:15:44.879Z Downloaded aws-lc-rs v1.16.2
7542026-08-11T11:15:44.882Z Downloaded unsafe-libyaml v0.2.11
7552026-08-11T11:15:44.885Z Downloaded tracing-attributes v0.1.30
7562026-08-11T11:15:44.885Z Downloaded pest v2.8.2
7572026-08-11T11:15:44.888Z Downloaded toml v1.1.2+spec-1.1.0
7582026-08-11T11:15:44.891Z Downloaded tar v0.4.45
7592026-08-11T11:15:44.894Z Downloaded uuid v1.23.3
7602026-08-11T11:15:44.894Z Downloaded itertools v0.14.0
7612026-08-11T11:15:44.901Z Downloaded icu_properties_data v2.0.1
7622026-08-11T11:15:44.906Z Downloaded hyper v1.10.1
7632026-08-11T11:15:44.911Z Downloaded hashbrown v0.16.1
7642026-08-11T11:15:44.914Z Downloaded futures-util v0.3.32
7652026-08-11T11:15:44.921Z Downloaded schemars v1.2.0
7662026-08-11T11:15:44.930Z Downloaded libm v0.2.15
7672026-08-11T11:15:44.935Z Downloaded dropshot-api-manager v0.7.2
7682026-08-11T11:15:44.942Z Downloaded zerocopy-derive v0.7.35
7692026-08-11T11:15:44.946Z Downloaded hkdf v0.12.4
7702026-08-11T11:15:44.950Z Downloaded h2 v0.4.14
7712026-08-11T11:15:44.952Z Downloaded aho-corasick v1.1.3
7722026-08-11T11:15:44.957Z Downloaded tracing v0.1.41
7732026-08-11T11:15:44.957Z Downloaded toml_edit v0.22.27
7742026-08-11T11:15:44.959Z Downloaded toml_edit v0.19.15
7752026-08-11T11:15:44.967Z Downloaded clap_builder v4.6.0
7762026-08-11T11:15:45.001Z Downloaded itertools v0.15.0
7772026-08-11T11:15:45.006Z Downloaded tower v0.5.2
7782026-08-11T11:15:45.010Z Downloaded zerotrie v0.2.2
7792026-08-11T11:15:45.013Z Downloaded url v2.5.7
7802026-08-11T11:15:45.016Z Downloaded goblin v0.8.2
7812026-08-11T11:15:45.019Z Downloaded blake3 v1.8.2
7822026-08-11T11:15:45.022Z Downloaded regex v1.12.4
7832026-08-11T11:15:45.031Z Downloaded reqwest v0.13.2
7842026-08-11T11:15:45.037Z Downloaded zerocopy-derive v0.8.27
7852026-08-11T11:15:45.041Z Downloaded unicode-segmentation v1.12.0
7862026-08-11T11:15:45.046Z Downloaded tokio-util v0.7.16
7872026-08-11T11:15:45.050Z Downloaded rayon v1.11.0
7882026-08-11T11:15:45.055Z Downloaded typenum v1.20.1
7892026-08-11T11:15:45.058Z Downloaded iddqd v0.4.5
7902026-08-11T11:15:45.063Z Downloaded typed-path v0.9.3
7912026-08-11T11:15:45.066Z Downloaded reqwest v0.12.23
7922026-08-11T11:15:45.070Z Downloaded portable-atomic v1.11.1
7932026-08-11T11:15:45.074Z Downloaded serde_json v1.0.150
7942026-08-11T11:15:45.079Z Downloaded bindgen v0.72.1
7952026-08-11T11:15:45.083Z Downloaded git2 v0.19.0
7962026-08-11T11:15:45.091Z Downloaded proptest v1.8.0
7972026-08-11T11:15:45.098Z Downloaded unicode-normalization v0.1.24
7982026-08-11T11:15:45.111Z Downloaded zerovec v0.11.4
7992026-08-11T11:15:45.130Z Downloaded tower-http v0.6.8
8002026-08-11T11:15:45.130Z Downloaded goblin v0.10.1
8012026-08-11T11:15:45.130Z Downloaded chrono v0.4.45
8022026-08-11T11:15:45.136Z Downloaded tough v0.20.0
8032026-08-11T11:15:45.143Z Downloaded rustls-webpki v0.102.8
8042026-08-11T11:15:45.167Z Downloaded serde_with v3.14.1
8052026-08-11T11:15:45.190Z Downloaded winnow v0.5.40
8062026-08-11T11:15:45.194Z Downloaded moka v0.12.11
8072026-08-11T11:15:45.201Z Downloaded tabled v0.15.0
8082026-08-11T11:15:45.209Z Downloaded zerocopy v0.7.35
8092026-08-11T11:15:45.219Z Downloaded curve25519-dalek v4.1.3
8102026-08-11T11:15:45.224Z Downloaded winnow v1.0.3
8112026-08-11T11:15:45.236Z Downloaded quinn-proto v0.11.14
8122026-08-11T11:15:45.240Z Downloaded winnow v0.7.14
8132026-08-11T11:15:45.246Z Downloaded syn v1.0.109
8142026-08-11T11:15:45.255Z Downloaded tabled v0.21.0
8152026-08-11T11:15:45.262Z Downloaded time v0.3.47
8162026-08-11T11:15:45.269Z Downloaded vcpkg v0.2.15
8172026-08-11T11:15:45.296Z Downloaded dropshot v0.17.1
8182026-08-11T11:15:45.306Z Downloaded bstr v1.12.0
8192026-08-11T11:15:45.310Z Downloaded webpki-roots v1.0.2
8202026-08-11T11:15:45.313Z Downloaded nix v0.30.1
8212026-08-11T11:15:45.319Z Downloaded dropshot v0.16.7
8222026-08-11T11:15:45.332Z Downloaded rustls v0.22.4
8232026-08-11T11:15:45.339Z Downloaded hickory-proto v0.24.4
8242026-08-11T11:15:45.348Z Downloaded openssl v0.10.81
8252026-08-11T11:15:45.355Z Downloaded unicode-width v0.2.1
8262026-08-11T11:15:45.359Z Downloaded nix v0.31.3
8272026-08-11T11:15:45.365Z Downloaded zerocopy v0.8.27
8282026-08-11T11:15:45.378Z Downloaded unicode-width v0.1.14
8292026-08-11T11:15:45.382Z Downloaded syn v2.0.118
8302026-08-11T11:15:45.389Z Downloaded regress v0.10.5
8312026-08-11T11:15:45.394Z Downloaded smoltcp v0.11.0
8322026-08-11T11:15:45.402Z Downloaded rustix v0.38.44
8332026-08-11T11:15:45.416Z Downloaded regex-syntax v0.8.11
8342026-08-11T11:15:45.421Z Downloaded openapiv3 v2.2.0
8352026-08-11T11:15:45.427Z Downloaded rustls v0.23.40
8362026-08-11T11:15:45.434Z Downloaded regress v0.11.1
8372026-08-11T11:15:45.440Z Downloaded hickory-proto v0.25.2
8382026-08-11T11:15:45.449Z Downloaded typify-impl v0.6.2
8392026-08-11T11:15:45.459Z Downloaded rustix v1.1.4
8402026-08-11T11:15:45.518Z Downloaded typify-impl v0.4.3
8412026-08-11T11:15:45.535Z Downloaded jiff v0.2.15
8422026-08-11T11:15:45.552Z Downloaded regex-automata v0.4.13
8432026-08-11T11:15:45.563Z Downloaded petgraph v0.8.2
8442026-08-11T11:15:45.585Z Downloaded libc v0.2.186
8452026-08-11T11:15:45.605Z Downloaded sha3 v0.10.8
8462026-08-11T11:15:45.608Z Downloaded petgraph v0.6.5
8472026-08-11T11:15:45.618Z Downloaded chrono-tz v0.10.4
8482026-08-11T11:15:45.632Z Downloaded tokio v1.52.3
8492026-08-11T11:15:45.655Z Downloaded csv v1.4.0
8502026-08-11T11:15:45.666Z Downloaded libz-sys v1.1.22
8512026-08-11T11:15:45.716Z Downloaded encoding_rs v0.8.35
8522026-08-11T11:15:45.728Z Downloaded ring v0.17.14
8532026-08-11T11:15:45.881Z Downloaded curl-sys v0.4.89+curl-8.20.0
8542026-08-11T11:15:45.914Z Downloaded libgit2-sys v0.17.0+1.8.1
8552026-08-11T11:15:46.445Z Downloaded aws-lc-sys v0.39.1
8562026-08-11T11:15:46.768Z Compiling proc-macro2 v1.0.106
8572026-08-11T11:15:46.768Z Compiling quote v1.0.45
8582026-08-11T11:15:46.768Z Compiling unicode-ident v1.0.24
8592026-08-11T11:15:46.771Z Compiling serde_core v1.0.228
8602026-08-11T11:15:46.771Z Compiling serde v1.0.228
8612026-08-11T11:15:46.771Z Compiling libc v0.2.186
8622026-08-11T11:15:46.771Z Checking cfg-if v1.0.4
8632026-08-11T11:15:47.056Z Compiling zmij v1.0.17
8642026-08-11T11:15:47.098Z Compiling autocfg v1.5.0
8652026-08-11T11:15:47.387Z Compiling memchr v2.7.5
8662026-08-11T11:15:47.445Z Compiling libm v0.2.15
8672026-08-11T11:15:47.765Z Compiling getrandom v0.4.2
8682026-08-11T11:15:47.837Z Compiling thiserror v2.0.18
8692026-08-11T11:15:47.912Z Checking smallvec v1.15.1
8702026-08-11T11:15:47.942Z Compiling version_check v0.9.5
8712026-08-11T11:15:47.945Z Checking itoa v1.0.15
8722026-08-11T11:15:48.096Z Compiling jobserver v0.1.34
8732026-08-11T11:15:48.114Z Compiling find-msvc-tools v0.1.9
8742026-08-11T11:15:48.190Z Compiling shlex v2.0.1
8752026-08-11T11:15:48.229Z Compiling syn v2.0.118
8762026-08-11T11:15:48.274Z Compiling icu_properties_data v2.0.1
8772026-08-11T11:15:48.350Z Compiling cc v1.2.64
8782026-08-11T11:15:48.365Z Compiling icu_normalizer_data v2.0.0
8792026-08-11T11:15:48.426Z Compiling parking_lot_core v0.9.12
8802026-08-11T11:15:48.513Z Checking stable_deref_trait v1.2.0
8812026-08-11T11:15:48.531Z Compiling serde_json v1.0.150
8822026-08-11T11:15:48.778Z Compiling heck v0.5.0
8832026-08-11T11:15:48.805Z Checking litemap v0.8.0
8842026-08-11T11:15:48.872Z Checking writeable v0.6.1
8852026-08-11T11:15:48.959Z Compiling num-traits v0.2.19
8862026-08-11T11:15:48.977Z Checking percent-encoding v2.3.2
8872026-08-11T11:15:49.202Z Checking form_urlencoded v1.2.2
8882026-08-11T11:15:49.329Z Checking utf8_iter v1.0.4
8892026-08-11T11:15:49.352Z Compiling zerocopy v0.8.27
8902026-08-11T11:15:49.452Z Checking pin-project-lite v0.2.16
8912026-08-11T11:15:49.566Z Checking iana-time-zone v0.1.64
8922026-08-11T11:15:49.583Z Compiling rustversion v1.0.22
8932026-08-11T11:15:49.598Z Compiling log v0.4.29
8942026-08-11T11:15:49.677Z Compiling equivalent v1.0.2
8952026-08-11T11:15:49.697Z Compiling semver v1.0.28
8962026-08-11T11:15:49.767Z Checking socket2 v0.6.4
8972026-08-11T11:15:49.783Z Checking uuid v1.23.3
8982026-08-11T11:15:49.894Z Checking scopeguard v1.2.0
8992026-08-11T11:15:50.006Z Checking lock_api v0.4.14
9002026-08-11T11:15:50.078Z Checking signal-hook-registry v1.4.6
9012026-08-11T11:15:50.098Z Checking getrandom v0.2.16
9022026-08-11T11:15:50.209Z Checking mio v1.2.1
9032026-08-11T11:15:50.225Z Checking parking_lot v0.12.5
9042026-08-11T11:15:50.228Z Checking dyn-clone v1.0.20
9052026-08-11T11:15:50.257Z Compiling schemars v0.8.22
9062026-08-11T11:15:50.260Z Checking bitflags v2.11.1
9072026-08-11T11:15:50.432Z Compiling portable-atomic v1.11.1
9082026-08-11T11:15:50.486Z Checking futures-core v0.3.32
9092026-08-11T11:15:50.545Z Checking critical-section v1.2.0
9102026-08-11T11:15:50.561Z Compiling ring v0.17.14
9112026-08-11T11:15:50.612Z Compiling hashbrown v0.17.1
9122026-08-11T11:15:50.645Z Compiling thiserror v1.0.69
9132026-08-11T11:15:50.738Z Compiling httparse v1.10.1
9142026-08-11T11:15:50.874Z Checking futures-sink v0.3.32
9152026-08-11T11:15:51.162Z Compiling synstructure v0.13.2
9162026-08-11T11:15:51.178Z Compiling serde_derive_internals v0.29.1
9172026-08-11T11:15:51.219Z Compiling indexmap v2.14.0
9182026-08-11T11:15:51.379Z Checking once_cell v1.21.3
9192026-08-11T11:15:51.420Z Compiling regex-syntax v0.8.11
9202026-08-11T11:15:51.813Z Compiling rustix v1.1.4
9212026-08-11T11:15:51.830Z Checking slab v0.4.11
9222026-08-11T11:15:51.866Z Compiling aho-corasick v1.1.3
9232026-08-11T11:15:51.937Z Checking subtle v2.6.1
9242026-08-11T11:15:51.989Z Compiling ucd-trie v0.1.7
9252026-08-11T11:15:52.092Z Checking futures-channel v0.3.32
9262026-08-11T11:15:52.222Z Compiling anyhow v1.0.102
9272026-08-11T11:15:52.289Z Checking rand_core v0.6.4
9282026-08-11T11:15:52.404Z Checking futures-io v0.3.32
9292026-08-11T11:15:52.439Z Compiling serde_derive v1.0.228
9302026-08-11T11:15:52.455Z Compiling zerofrom-derive v0.1.6
9312026-08-11T11:15:52.470Z Compiling yoke-derive v0.8.0
9322026-08-11T11:15:52.517Z Compiling zerovec-derive v0.11.1
9332026-08-11T11:15:52.543Z Compiling displaydoc v0.2.5
9342026-08-11T11:15:53.293Z Compiling thiserror-impl v2.0.18
9352026-08-11T11:15:53.334Z Compiling schemars_derive v0.8.22
9362026-08-11T11:15:53.501Z Compiling tokio-macros v2.7.0
9372026-08-11T11:15:53.562Z Compiling zerocopy-derive v0.8.27
9382026-08-11T11:15:53.625Z Compiling futures-macro v0.3.32
9392026-08-11T11:15:53.661Z Checking zerofrom v0.1.6
9402026-08-11T11:15:53.783Z Checking yoke v0.8.0
9412026-08-11T11:15:53.962Z Checking zerovec v0.11.4
9422026-08-11T11:15:54.221Z Checking zerotrie v0.2.2
9432026-08-11T11:15:54.482Z Compiling zeroize_derive v1.4.3
9442026-08-11T11:15:54.547Z Compiling thiserror-impl v1.0.69
9452026-08-11T11:15:54.616Z Compiling regex-automata v0.4.13
9462026-08-11T11:15:54.633Z Compiling pest v2.8.2
9472026-08-11T11:15:54.694Z Checking tinystr v0.8.1
9482026-08-11T11:15:54.760Z Checking potential_utf v0.1.3
9492026-08-11T11:15:54.882Z Checking icu_locale_core v2.0.0
9502026-08-11T11:15:54.898Z Checking icu_collections v2.0.0
9512026-08-11T11:15:55.144Z Checking zeroize v1.8.1
9522026-08-11T11:15:55.342Z Checking icu_provider v2.0.0
9532026-08-11T11:15:55.561Z Checking bytes v1.12.0
9542026-08-11T11:15:55.595Z Checking icu_normalizer v2.0.0
9552026-08-11T11:15:55.675Z Checking icu_properties v2.0.1
9562026-08-11T11:15:55.713Z Checking chrono v0.4.45
9572026-08-11T11:15:55.865Z Compiling serde_tokenstream v0.2.3
9582026-08-11T11:15:56.013Z Checking tokio v1.52.3
9592026-08-11T11:15:56.163Z Compiling pest_meta v2.8.2
9602026-08-11T11:15:56.430Z Compiling regex v1.12.4
9612026-08-11T11:15:56.496Z Checking idna_adapter v1.2.1
9622026-08-11T11:15:56.581Z Checking futures-task v0.3.32
9632026-08-11T11:15:56.621Z Checking idna v1.1.0
9642026-08-11T11:15:56.725Z Checking typenum v1.20.1
9652026-08-11T11:15:56.775Z Checking futures-util v0.3.32
9662026-08-11T11:15:56.823Z Compiling pest_generator v2.8.2
9672026-08-11T11:15:56.863Z Checking url v2.5.7
9682026-08-11T11:15:57.188Z Compiling getrandom v0.3.3
9692026-08-11T11:15:57.459Z Compiling tracing-attributes v0.1.30
9702026-08-11T11:15:57.481Z Compiling pest_derive v2.8.2
9712026-08-11T11:15:57.496Z Checking tracing-core v0.1.34
9722026-08-11T11:15:57.553Z Compiling allocator-api2 v0.2.21
9732026-08-11T11:15:57.791Z Compiling foldhash v0.2.0
9742026-08-11T11:15:57.871Z Compiling pkg-config v0.3.32
9752026-08-11T11:15:57.927Z Checking fnv v1.0.7
9762026-08-11T11:15:57.984Z Compiling hashbrown v0.16.1
9772026-08-11T11:15:58.029Z Checking http v1.4.2
9782026-08-11T11:15:58.274Z Compiling generic-array v0.14.7
9792026-08-11T11:15:58.317Z Compiling vcpkg v0.2.15
9802026-08-11T11:15:58.568Z Compiling time-core v0.1.8
9812026-08-11T11:15:58.584Z Compiling num-conv v0.2.1
9822026-08-11T11:15:58.648Z Checking tracing v0.1.41
9832026-08-11T11:15:58.670Z Compiling byteorder v1.5.0
9842026-08-11T11:15:58.735Z Compiling time-macros v0.2.27
9852026-08-11T11:15:58.893Z Checking errno v0.3.14
9862026-08-11T11:15:58.910Z Checking ipnet v2.11.0
9872026-08-11T11:15:59.018Z Checking base64 v0.22.1
9882026-08-11T11:15:59.130Z Compiling scroll_derive v0.13.1
9892026-08-11T11:15:59.176Z Checking tokio-util v0.7.16
9902026-08-11T11:15:59.262Z Compiling camino v1.2.3
9912026-08-11T11:15:59.365Z Checking crypto-common v0.1.6
9922026-08-11T11:15:59.501Z Checking http-body v1.0.1
9932026-08-11T11:15:59.639Z Compiling crossbeam-utils v0.8.21
9942026-08-11T11:15:59.702Z Checking atomic-waker v1.1.2
9952026-08-11T11:15:59.718Z Checking ppv-lite86 v0.2.21
9962026-08-11T11:15:59.860Z Compiling slog v2.8.2
9972026-08-11T11:15:59.969Z Checking tower-service v0.3.3
9982026-08-11T11:15:59.998Z Checking try-lock v0.2.5
9992026-08-11T11:16:00.014Z Checking tower-layer v0.3.3
10002026-08-11T11:16:00.018Z Compiling paste v1.0.15
10012026-08-11T11:16:00.105Z Checking want v0.3.1
10022026-08-11T11:16:00.122Z Checking h2 v0.4.14
10032026-08-11T11:16:00.164Z Checking ipnetwork v0.21.1
10042026-08-11T11:16:00.240Z Checking erased-serde v0.3.31
10052026-08-11T11:16:00.275Z Checking rustls-pki-types v1.12.0
10062026-08-11T11:16:00.302Z Checking ryu v1.0.20
10072026-08-11T11:16:00.378Z Checking httpdate v1.0.3
10082026-08-11T11:16:00.401Z Checking pretty-hex v0.4.1
10092026-08-11T11:16:00.438Z Compiling async-trait v0.1.89
10102026-08-11T11:16:00.524Z Checking socket2 v0.5.10
10112026-08-11T11:16:00.527Z Checking untrusted v0.9.0
10122026-08-11T11:16:00.613Z Compiling scroll v0.13.0
10132026-08-11T11:16:00.783Z Checking plain v0.2.3
10142026-08-11T11:16:00.893Z Compiling usdt-impl v0.6.0
10152026-08-11T11:16:00.945Z Checking http-body-util v0.1.3
10162026-08-11T11:16:00.981Z Compiling openssl-sys v0.9.117
10172026-08-11T11:16:01.027Z Compiling goblin v0.10.1
10182026-08-11T11:16:01.161Z Compiling cmake v0.1.54
10192026-08-11T11:16:01.244Z Compiling fs_extra v1.3.0
10202026-08-11T11:16:01.316Z Compiling strsim v0.11.1
10212026-08-11T11:16:01.500Z Compiling dunce v1.0.5
10222026-08-11T11:16:01.532Z Compiling slog-async v2.8.0
10232026-08-11T11:16:01.614Z Compiling aws-lc-sys v0.39.1
10242026-08-11T11:16:01.676Z Checking rand_core v0.9.3
10252026-08-11T11:16:01.694Z Checking serde_urlencoded v0.7.1
10262026-08-11T11:16:01.707Z Checking oxnet v0.1.6
10272026-08-11T11:16:01.846Z Checking block-buffer v0.10.4
10282026-08-11T11:16:01.871Z Compiling regress v0.10.5
10292026-08-11T11:16:01.897Z Compiling dtrace-parser v0.3.0
10302026-08-11T11:16:01.968Z Compiling openapiv3 v2.2.0
10312026-08-11T11:16:01.987Z Compiling thread-id v5.0.0
10322026-08-11T11:16:02.019Z Checking hyper v1.10.1
10332026-08-11T11:16:02.513Z Checking digest v0.10.7
10342026-08-11T11:16:02.707Z Compiling ident_case v1.0.1
10352026-08-11T11:16:02.710Z Compiling omicron-workspace-hack v0.1.0
10362026-08-11T11:16:02.835Z Compiling darling_core v0.21.3
10372026-08-11T11:16:02.921Z Checking hyper-util v0.1.20
10382026-08-11T11:16:02.957Z Checking rand_chacha v0.9.0
10392026-08-11T11:16:03.147Z Compiling daft-derive v0.1.5
10402026-08-11T11:16:03.363Z Compiling typify-impl v0.4.3
10412026-08-11T11:16:03.490Z Compiling aws-lc-rs v1.16.2
10422026-08-11T11:16:03.795Z Compiling dof v0.4.0
10432026-08-11T11:16:03.856Z Checking powerfmt v0.2.0
10442026-08-11T11:16:04.012Z Checking deranged v0.5.3
10452026-08-11T11:16:04.598Z Checking rand v0.9.3
10462026-08-11T11:16:04.704Z Checking num_threads v0.1.7
10472026-08-11T11:16:04.798Z Compiling syn v1.0.109
10482026-08-11T11:16:04.919Z Compiling usdt-attr-macro v0.6.0
10492026-08-11T11:16:04.945Z Compiling darling_macro v0.21.3
10502026-08-11T11:16:04.978Z Compiling usdt-macro v0.6.0
10512026-08-11T11:16:05.047Z Compiling unsafe-libyaml v0.2.11
10522026-08-11T11:16:05.051Z Checking time v0.3.47
10532026-08-11T11:16:05.486Z Compiling darling v0.21.3
10542026-08-11T11:16:05.577Z Compiling serde_yaml v0.9.34+deprecated
10552026-08-11T11:16:05.731Z Checking sync_wrapper v1.0.2
10562026-08-11T11:16:05.765Z Checking encoding_rs v0.8.35
10572026-08-11T11:16:05.834Z Checking mime v0.3.17
10582026-08-11T11:16:06.009Z Checking cpufeatures v0.2.17
10592026-08-11T11:16:06.087Z Checking untrusted v0.7.1
10602026-08-11T11:16:06.174Z Checking tower v0.5.2
10612026-08-11T11:16:06.429Z Checking crossbeam-channel v0.5.15
10622026-08-11T11:16:06.559Z Checking futures-executor v0.3.32
10632026-08-11T11:16:06.608Z Compiling structmeta-derive v0.3.0
10642026-08-11T11:16:06.700Z Compiling multer v3.1.0
10652026-08-11T11:16:06.715Z Checking iri-string v0.7.8
10662026-08-11T11:16:06.759Z Compiling typify-macro v0.4.3
10672026-08-11T11:16:06.769Z Compiling rustls v0.22.4
10682026-08-11T11:16:06.815Z Compiling rustls v0.23.40
10692026-08-11T11:16:06.969Z Checking futures v0.3.32
10702026-08-11T11:16:07.028Z Compiling async-stream-impl v0.3.6
10712026-08-11T11:16:07.048Z Checking thread_local v1.1.9
10722026-08-11T11:16:07.211Z Checking fastrand v2.3.0
10732026-08-11T11:16:07.242Z Checking foreign-types-shared v0.1.1
10742026-08-11T11:16:07.329Z Checking hex v0.4.3
10752026-08-11T11:16:07.391Z Compiling openssl v0.10.81
10762026-08-11T11:16:07.550Z Checking tempfile v3.27.0
10772026-08-11T11:16:07.604Z Compiling structmeta v0.3.0
10782026-08-11T11:16:07.634Z Checking foreign-types v0.3.2
10792026-08-11T11:16:07.720Z Checking tower-http v0.6.8
10802026-08-11T11:16:07.745Z Compiling openssl-macros v0.1.1
10812026-08-11T11:16:07.771Z Compiling strum_macros v0.26.4
10822026-08-11T11:16:07.797Z Checking memmap2 v0.9.8
10832026-08-11T11:16:07.925Z Checking is-terminal v0.4.16
10842026-08-11T11:16:07.986Z Checking match_cfg v0.1.0
10852026-08-11T11:16:08.016Z Checking term v1.2.0
10862026-08-11T11:16:08.057Z Checking take_mut v0.2.2
10872026-08-11T11:16:08.078Z Checking unicode-width v0.2.1
10882026-08-11T11:16:08.162Z Compiling native-tls v0.2.14
10892026-08-11T11:16:08.186Z Checking openssl-probe v0.1.6
10902026-08-11T11:16:08.227Z Compiling typify v0.4.3
10912026-08-11T11:16:08.291Z Checking slog-term v2.9.2
10922026-08-11T11:16:08.417Z Checking hostname v0.3.1
10932026-08-11T11:16:08.521Z Checking slog-json v2.6.1
10942026-08-11T11:16:08.544Z Compiling newtype-uuid-macros v0.1.0
10952026-08-11T11:16:08.670Z Compiling ref-cast v1.0.25
10962026-08-11T11:16:08.776Z Checking slog-bunyan v2.5.0
10972026-08-11T11:16:09.039Z Compiling ref-cast-impl v1.0.25
10982026-08-11T11:16:09.126Z Compiling dropshot v0.16.7
10992026-08-11T11:16:09.343Z Compiling derive-ex v0.1.8
11002026-08-11T11:16:09.373Z Checking webpki-roots v1.0.2
11012026-08-11T11:16:09.463Z Compiling dropshot_endpoint v0.16.7
11022026-08-11T11:16:09.497Z Compiling strum_macros v0.27.2
11032026-08-11T11:16:09.993Z Checking winnow v0.7.14
11042026-08-11T11:16:10.673Z Checking tokio-native-tls v0.3.1
11052026-08-11T11:16:10.851Z Checking either v1.15.0
11062026-08-11T11:16:10.971Z Compiling test-strategy v0.4.3
11072026-08-11T11:16:11.028Z Checking hyper-tls v0.6.0
11082026-08-11T11:16:11.043Z Compiling progenitor-impl v0.11.1
11092026-08-11T11:16:11.142Z Checking newtype-uuid v1.3.2
11102026-08-11T11:16:11.192Z Checking winnow v1.0.3
11112026-08-11T11:16:11.294Z Compiling serde_with_macros v3.14.1
11122026-08-11T11:16:11.323Z Checking daft v0.1.5
11132026-08-11T11:16:11.476Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-11T11:16:11.495Z Checking usdt v0.6.0
11152026-08-11T11:16:11.511Z Checking serde_spanned v1.1.1
11162026-08-11T11:16:11.545Z Checking debug-ignore v1.0.5
11172026-08-11T11:16:11.642Z Checking toml_writer v1.1.1+spec-1.1.0
11182026-08-11T11:16:11.820Z Checking spin v0.9.8
11192026-08-11T11:16:11.823Z Compiling parse-display-derive v0.10.0
11202026-08-11T11:16:11.931Z Checking async-stream v0.3.6
11212026-08-11T11:16:12.141Z Checking rustls-webpki v0.102.8
11222026-08-11T11:16:12.165Z Checking rustls-pemfile v2.2.0
11232026-08-11T11:16:12.294Z Checking waitgroup v0.1.2
11242026-08-11T11:16:12.311Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-11T11:16:12.379Z Checking serde_path_to_error v0.1.20
11262026-08-11T11:16:12.400Z Checking hostname v0.4.2
11272026-08-11T11:16:12.646Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-11T11:16:12.756Z Checking strum v0.26.3
11292026-08-11T11:16:12.872Z Checking rand_chacha v0.3.1
11302026-08-11T11:16:12.963Z Compiling toml_datetime v0.6.11
11312026-08-11T11:16:13.066Z Checking macaddr v1.0.1
11322026-08-11T11:16:13.095Z Compiling progenitor-macro v0.11.1
11332026-08-11T11:16:13.213Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-11T11:16:13.245Z Checking wait-timeout v0.2.1
11352026-08-11T11:16:13.326Z Checking lazy_static v1.5.0
11362026-08-11T11:16:13.374Z Checking bit-vec v0.8.0
11372026-08-11T11:16:13.407Z Checking quick-error v1.2.3
11382026-08-11T11:16:13.424Z Checking toml v0.9.12+spec-1.1.0
11392026-08-11T11:16:13.511Z Checking rusty-fork v0.3.0
11402026-08-11T11:16:13.567Z Checking bit-set v0.8.0
11412026-08-11T11:16:13.684Z Checking rand v0.8.5
11422026-08-11T11:16:13.702Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-11T11:16:13.905Z Checking tokio-rustls v0.25.0
11442026-08-11T11:16:13.971Z Checking tabwriter v1.4.1
11452026-08-11T11:16:13.988Z Checking sha1 v0.10.6
11462026-08-11T11:16:14.104Z Checking rand_xorshift v0.4.0
11472026-08-11T11:16:14.149Z Compiling clap_derive v4.6.1
11482026-08-11T11:16:14.187Z Checking utf8parse v0.2.2
11492026-08-11T11:16:14.237Z Checking unarray v0.1.4
11502026-08-11T11:16:14.291Z Checking colored v3.1.1
11512026-08-11T11:16:14.331Z Checking anstyle-parse v1.0.0
11522026-08-11T11:16:14.361Z Checking proptest v1.8.0
11532026-08-11T11:16:14.489Z Checking strum v0.27.2
11542026-08-11T11:16:14.602Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-11T11:16:14.632Z Checking terminal_size v0.4.3
11562026-08-11T11:16:15.042Z Checking colorchoice v1.0.4
11572026-08-11T11:16:15.148Z Checking anstyle v1.0.14
11582026-08-11T11:16:15.165Z Checking is_terminal_polyfill v1.70.1
11592026-08-11T11:16:15.180Z Checking anstyle-query v1.1.4
11602026-08-11T11:16:15.337Z Checking anstream v1.0.0
11612026-08-11T11:16:15.658Z Checking clap_lex v1.1.0
11622026-08-11T11:16:16.021Z Checking clap_builder v4.6.0
11632026-08-11T11:16:16.052Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-08-11T11:16:16.593Z Checking serde_with v3.14.1
11652026-08-11T11:16:16.696Z Compiling itertools v0.14.0
11662026-08-11T11:16:17.190Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11672026-08-11T11:16:17.264Z Checking clap v4.6.1
11682026-08-11T11:16:17.346Z Checking instant v0.1.13
11692026-08-11T11:16:17.486Z Checking rustc-hash v2.1.1
11702026-08-11T11:16:17.600Z Checking backoff v0.4.0
11712026-08-11T11:16:17.603Z Checking iddqd v0.3.18
11722026-08-11T11:16:17.777Z Checking parse-display v0.10.0
11732026-08-11T11:16:17.878Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-11T11:16:17.941Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-11T11:16:19.749Z Compiling num-derive v0.4.2
11762026-08-11T11:16:20.042Z Compiling rustls-webpki v0.103.6
11772026-08-11T11:16:20.739Z Compiling prettyplease v0.2.37
11782026-08-11T11:16:21.400Z Compiling cfg_aliases v0.2.1
11792026-08-11T11:16:22.368Z Compiling memoffset v0.9.1
11802026-08-11T11:16:22.745Z Checking serde_spanned v0.6.9
11812026-08-11T11:16:23.383Z Compiling tokio-rustls v0.26.4
11822026-08-11T11:16:24.188Z Compiling hyper-rustls v0.27.7
11832026-08-11T11:16:24.387Z Compiling reqwest v0.12.23
11842026-08-11T11:16:25.240Z Checking crossbeam-epoch v0.9.18
11852026-08-11T11:16:25.530Z Compiling progenitor-client v0.11.1
11862026-08-11T11:16:25.875Z Compiling winnow v0.5.40
11872026-08-11T11:16:26.956Z Compiling progenitor v0.11.1
11882026-08-11T11:16:27.198Z Compiling toml_edit v0.19.15
11892026-08-11T11:16:27.712Z Compiling num-integer v0.1.46
11902026-08-11T11:16:28.247Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11912026-08-11T11:16:28.342Z Compiling proc-macro-crate v1.3.1
11922026-08-11T11:16:28.569Z Compiling progenitor-client v0.10.0
11932026-08-11T11:16:29.225Z Compiling hubpack_derive v0.1.1
11942026-08-11T11:16:29.581Z Compiling rayon-core v1.13.0
11952026-08-11T11:16:29.752Z Checking toml_write v0.1.2
11962026-08-11T11:16:29.768Z Checking hubpack v0.1.2
11972026-08-11T11:16:29.845Z Checking num-rational v0.4.2
11982026-08-11T11:16:29.927Z Checking toml_edit v0.22.27
11992026-08-11T11:16:29.944Z Checking num-iter v0.1.45
12002026-08-11T11:16:30.273Z Compiling zerocopy-derive v0.7.35
12012026-08-11T11:16:30.310Z Compiling num-complex v0.4.6
12022026-08-11T11:16:30.573Z Checking static_assertions v1.1.0
12032026-08-11T11:16:30.728Z Checking num v0.4.3
12042026-08-11T11:16:30.978Z Checking crossbeam-deque v0.8.6
12052026-08-11T11:16:30.995Z Checking toml v0.8.23
12062026-08-11T11:16:31.104Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-08-11T11:16:31.161Z Checking float-ord v0.3.2
12082026-08-11T11:16:31.273Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12092026-08-11T11:16:31.468Z Compiling proc-macro-error-attr v1.0.4
12102026-08-11T11:16:31.537Z Compiling heapless v0.8.0
12112026-08-11T11:16:31.704Z Compiling heck v0.4.1
12122026-08-11T11:16:31.736Z Checking bytecount v0.6.9
12132026-08-11T11:16:31.842Z Checking libscf-sys v1.2.0
12142026-08-11T11:16:31.902Z Compiling ingot-macros v0.1.1
12152026-08-11T11:16:31.977Z Checking hash32 v0.3.1
12162026-08-11T11:16:32.026Z Compiling proc-macro-error v1.0.4
12172026-08-11T11:16:32.107Z Compiling smoltcp v0.11.0
12182026-08-11T11:16:32.318Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12192026-08-11T11:16:32.807Z Compiling zerocopy v0.7.35
12202026-08-11T11:16:32.965Z Compiling num_enum_derive v0.7.5
12212026-08-11T11:16:33.104Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-11T11:16:33.125Z Checking cobs v0.3.0
12232026-08-11T11:16:33.276Z Compiling scroll_derive v0.12.1
12242026-08-11T11:16:33.333Z Compiling foreign-types-macros v0.2.3
12252026-08-11T11:16:33.354Z Compiling usdt-impl v0.5.0
12262026-08-11T11:16:33.618Z Checking foreign-types-shared v0.3.1
12272026-08-11T11:16:33.666Z Compiling crucible-workspace-hack v0.1.0
12282026-08-11T11:16:33.713Z Checking bitflags v1.3.2
12292026-08-11T11:16:33.797Z Checking managed v0.8.0
12302026-08-11T11:16:33.955Z Checking scroll v0.12.0
12312026-08-11T11:16:33.955Z Checking foreign-types v0.5.0
12322026-08-11T11:16:34.004Z Checking num_enum v0.7.5
12332026-08-11T11:16:34.020Z Compiling dof v0.3.0
12342026-08-11T11:16:34.049Z Checking postcard v1.1.3
12352026-08-11T11:16:34.300Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-11T11:16:34.379Z Compiling dtrace-parser v0.2.0
12372026-08-11T11:16:34.443Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-08-11T11:16:34.473Z Checking camino-tempfile v1.4.1
12392026-08-11T11:16:34.547Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-08-11T11:16:34.550Z Checking ingot-types v0.1.2
12412026-08-11T11:16:34.632Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-11T11:16:34.761Z Checking cstr-argument v0.1.2
12432026-08-11T11:16:34.870Z Compiling thread-id v4.2.2
12442026-08-11T11:16:34.895Z Compiling minimal-lexical v0.2.1
12452026-08-11T11:16:34.912Z Checking ingot v0.1.1
12462026-08-11T11:16:34.929Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-11T11:16:35.024Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-11T11:16:35.097Z Compiling nom v7.1.3
12492026-08-11T11:16:35.145Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12502026-08-11T11:16:35.194Z Checking goblin v0.8.2
12512026-08-11T11:16:35.290Z Checking rayon v1.11.0
12522026-08-11T11:16:35.506Z Compiling num_enum_derive v0.5.11
12532026-08-11T11:16:35.799Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-11T11:16:36.175Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-11T11:16:36.299Z Compiling rustc_version v0.4.1
12562026-08-11T11:16:36.479Z Compiling convert_case v0.4.0
12572026-08-11T11:16:36.578Z Compiling rustix v0.38.44
12582026-08-11T11:16:36.652Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12592026-08-11T11:16:36.683Z Checking tinyvec_macros v0.1.1
12602026-08-11T11:16:36.758Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12612026-08-11T11:16:36.790Z Compiling derive_more v0.99.20
12622026-08-11T11:16:37.003Z Checking tinyvec v1.10.0
12632026-08-11T11:16:37.041Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12642026-08-11T11:16:37.223Z Checking num_enum v0.5.11
12652026-08-11T11:16:37.274Z Compiling nix v0.31.3
12662026-08-11T11:16:37.318Z Compiling nix v0.30.1
12672026-08-11T11:16:37.398Z Compiling libz-sys v1.1.22
12682026-08-11T11:16:37.582Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-11T11:16:37.711Z Compiling crc32fast v1.5.0
12702026-08-11T11:16:37.923Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12712026-08-11T11:16:37.949Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12722026-08-11T11:16:38.098Z Compiling usdt-attr-macro v0.5.0
12732026-08-11T11:16:38.293Z Compiling usdt-macro v0.5.0
12742026-08-11T11:16:38.633Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-08-11T11:16:38.755Z Compiling zone_cfg_derive v0.3.1
12762026-08-11T11:16:38.814Z Checking papergrid v0.18.0
12772026-08-11T11:16:38.830Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-11T11:16:38.971Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-11T11:16:38.989Z Checking itertools v0.12.1
12802026-08-11T11:16:39.151Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-11T11:16:39.341Z Checking sigpipe v0.1.3
12822026-08-11T11:16:39.391Z Checking memmap v0.7.0
12832026-08-11T11:16:39.462Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-08-11T11:16:39.478Z Checking adler2 v2.0.1
12852026-08-11T11:16:39.585Z Checking glob v0.3.3
12862026-08-11T11:16:39.600Z Checking jiff v0.2.15
12872026-08-11T11:16:39.637Z Checking tabled v0.21.0
12882026-08-11T11:16:39.653Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12892026-08-11T11:16:39.711Z Checking miniz_oxide v0.8.9
12902026-08-11T11:16:39.766Z Checking usdt v0.5.0
12912026-08-11T11:16:39.831Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-11T11:16:39.984Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-11T11:16:40.029Z Checking zone v0.3.1
12942026-08-11T11:16:40.062Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12952026-08-11T11:16:40.417Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-11T11:16:40.535Z Checking itertools v0.15.0
12972026-08-11T11:16:40.643Z Checking smf v0.2.3
12982026-08-11T11:16:40.866Z Checking secrecy v0.10.3
12992026-08-11T11:16:40.899Z Checking bstr v1.12.0
13002026-08-11T11:16:40.973Z Checking whoami v1.6.1
13012026-08-11T11:16:41.149Z Checking flate2 v1.1.2
13022026-08-11T11:16:41.228Z Compiling curve25519-dalek v4.1.3
13032026-08-11T11:16:41.244Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13042026-08-11T11:16:41.318Z Compiling clang-sys v1.8.1
13052026-08-11T11:16:41.435Z Checking hmac v0.12.1
13062026-08-11T11:16:41.510Z Checking inout v0.1.4
13072026-08-11T11:16:41.577Z Checking hybrid-array v0.4.12
13082026-08-11T11:16:41.650Z Checking ff v0.13.1
13092026-08-11T11:16:41.690Z Compiling enum-as-inner v0.6.1
13102026-08-11T11:16:41.776Z Compiling semver v0.1.20
13112026-08-11T11:16:42.028Z Checking data-encoding v2.9.0
13122026-08-11T11:16:42.045Z Compiling rustc_version v0.1.7
13132026-08-11T11:16:42.049Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13142026-08-11T11:16:42.224Z Checking group v0.13.0
13152026-08-11T11:16:42.257Z Checking cipher v0.4.4
13162026-08-11T11:16:42.275Z Checking hkdf v0.12.4
13172026-08-11T11:16:42.338Z Checking atomicwrites v0.4.4
13182026-08-11T11:16:42.374Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-11T11:16:42.388Z Checking universal-hash v0.5.1
13202026-08-11T11:16:42.410Z Checking crypto-bigint v0.5.5
13212026-08-11T11:16:42.452Z Compiling regress v0.11.1
13222026-08-11T11:16:42.469Z Checking half v2.7.1
13232026-08-11T11:16:42.513Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-11T11:16:42.633Z Checking ciborium-io v0.2.2
13252026-08-11T11:16:42.708Z Checking base16ct v0.2.0
13262026-08-11T11:16:42.725Z Checking indent_write v2.2.0
13272026-08-11T11:16:42.836Z Checking opaque-debug v0.3.1
13282026-08-11T11:16:42.861Z Checking base64ct v1.8.0
13292026-08-11T11:16:42.912Z Checking poly1305 v0.8.0
13302026-08-11T11:16:43.101Z Checking password-hash v0.5.0
13312026-08-11T11:16:43.148Z Checking ciborium-ll v0.2.2
13322026-08-11T11:16:43.324Z Checking chacha20 v0.9.1
13332026-08-11T11:16:43.324Z Compiling newtype_derive v0.1.6
13342026-08-11T11:16:43.419Z Checking elliptic-curve v0.13.8
13352026-08-11T11:16:43.436Z Checking thiserror-no-std v2.0.2
13362026-08-11T11:16:43.517Z Checking block-buffer v0.12.0
13372026-08-11T11:16:43.534Z Checking crypto-common v0.2.2
13382026-08-11T11:16:43.555Z Checking similar v2.7.0
13392026-08-11T11:16:43.572Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-11T11:16:43.664Z Checking blake2 v0.10.6
13412026-08-11T11:16:43.668Z Checking aead v0.5.2
13422026-08-11T11:16:43.815Z Compiling libloading v0.8.9
13432026-08-11T11:16:43.819Z Checking compression-core v0.4.32
13442026-08-11T11:16:43.863Z Checking keccak v0.1.6
13452026-08-11T11:16:43.881Z Checking resolv-conf v0.7.5
13462026-08-11T11:16:43.881Z Checking linked-hash-map v0.5.6
13472026-08-11T11:16:43.965Z Compiling typify-impl v0.6.2
13482026-08-11T11:16:44.010Z Compiling bindgen v0.72.1
13492026-08-11T11:16:44.028Z Checking const-oid v0.10.2
13502026-08-11T11:16:44.049Z Compiling owo-colors v4.3.0
13512026-08-11T11:16:44.078Z Checking lru-cache v0.1.2
13522026-08-11T11:16:44.147Z Checking sha3 v0.10.8
13532026-08-11T11:16:44.185Z Checking digest v0.11.3
13542026-08-11T11:16:44.201Z Checking compression-codecs v0.4.32
13552026-08-11T11:16:44.338Z Checking argon2 v0.5.3
13562026-08-11T11:16:44.341Z Checking vsss-rs v3.3.4
13572026-08-11T11:16:44.370Z Checking chacha20poly1305 v0.10.1
13582026-08-11T11:16:44.522Z Checking ciborium v0.2.2
13592026-08-11T11:16:44.559Z Checking hickory-proto v0.24.4
13602026-08-11T11:16:44.680Z Checking tokio-dtrace v0.1.1
13612026-08-11T11:16:44.914Z Compiling cexpr v0.6.0
13622026-08-11T11:16:44.938Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-11T11:16:45.233Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-11T11:16:45.479Z Checking serde-big-array v0.5.1
13652026-08-11T11:16:45.496Z Compiling serde_repr v0.1.20
13662026-08-11T11:16:45.511Z Compiling derive-where v1.6.0
13672026-08-11T11:16:45.622Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-11T11:16:45.831Z Compiling dropshot v0.17.1
13692026-08-11T11:16:46.022Z Checking unicode-segmentation v1.12.0
13702026-08-11T11:16:46.077Z Checking same-file v1.0.6
13712026-08-11T11:16:46.080Z Checking siphasher v1.0.1
13722026-08-11T11:16:46.109Z Checking cpufeatures v0.3.0
13732026-08-11T11:16:46.189Z Compiling shlex v1.3.0
13742026-08-11T11:16:46.205Z Checking walkdir v2.5.0
13752026-08-11T11:16:46.259Z Checking phf_shared v0.12.1
13762026-08-11T11:16:46.345Z Checking newline-converter v0.3.0
13772026-08-11T11:16:46.391Z Checking sha1 v0.11.0
13782026-08-11T11:16:46.406Z Checking hickory-resolver v0.24.4
13792026-08-11T11:16:46.462Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-11T11:16:46.625Z Checking toml v1.1.2+spec-1.1.0
13812026-08-11T11:16:46.750Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-11T11:16:47.090Z Checking oxide-tokio-rt v0.1.2
13832026-08-11T11:16:47.207Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-11T11:16:47.327Z Checking async-compression v0.4.33
13852026-08-11T11:16:47.411Z Checking console v0.15.11
13862026-08-11T11:16:47.460Z Compiling typify-macro v0.6.2
13872026-08-11T11:16:47.572Z Compiling progenitor-impl v0.10.0
13882026-08-11T11:16:47.689Z Checking tokio-stream v0.1.17
13892026-08-11T11:16:47.896Z Compiling dropshot_endpoint v0.17.1
13902026-08-11T11:16:48.009Z Compiling pin-project-internal v1.1.10
13912026-08-11T11:16:48.068Z Compiling slog-dtrace v0.3.0
13922026-08-11T11:16:48.307Z Checking csv-core v0.1.12
13932026-08-11T11:16:48.495Z Checking unicode-width v0.1.14
13942026-08-11T11:16:48.658Z Compiling cancel-safe-futures v0.1.5
13952026-08-11T11:16:48.754Z Checking smawk v0.3.2
13962026-08-11T11:16:48.895Z Checking unicode-linebreak v0.1.5
13972026-08-11T11:16:48.914Z Compiling unicode-xid v0.2.6
13982026-08-11T11:16:48.980Z Checking swrite v0.1.0
13992026-08-11T11:16:49.058Z Compiling chrono-tz v0.10.4
14002026-08-11T11:16:49.076Z Checking foldhash v0.1.5
14012026-08-11T11:16:49.093Z Checking pin-project v1.1.10
14022026-08-11T11:16:49.113Z Checking textwrap v0.16.2
14032026-08-11T11:16:49.192Z Compiling const_format_proc_macros v0.2.34
14042026-08-11T11:16:49.216Z Checking hashbrown v0.15.5
14052026-08-11T11:16:49.331Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-11T11:16:49.334Z Checking csv v1.4.0
14072026-08-11T11:16:49.652Z Compiling progenitor-macro v0.10.0
14082026-08-11T11:16:49.741Z Checking qorb v0.4.1
14092026-08-11T11:16:49.769Z Checking expectorate v1.2.0
14102026-08-11T11:16:49.907Z Checking phf v0.12.1
14112026-08-11T11:16:50.035Z Checking unicode-normalization v0.1.24
14122026-08-11T11:16:50.061Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-11T11:16:50.568Z Compiling snafu-derive v0.8.9
14142026-08-11T11:16:50.842Z Checking libsw-core v0.3.2
14152026-08-11T11:16:51.004Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-11T11:16:51.044Z Compiling async-recursion v1.1.1
14172026-08-11T11:16:51.441Z Compiling cookie v0.18.1
14182026-08-11T11:16:51.570Z Compiling moka v0.12.11
14192026-08-11T11:16:51.682Z Checking highway v1.3.0
14202026-08-11T11:16:51.698Z Checking fixedbitset v0.5.7
14212026-08-11T11:16:51.715Z Checking fixedbitset v0.4.2
14222026-08-11T11:16:51.876Z Checking petgraph v0.6.5
14232026-08-11T11:16:51.904Z Checking petgraph v0.8.2
14242026-08-11T11:16:52.283Z Checking snafu v0.8.9
14252026-08-11T11:16:52.529Z Checking libsw v3.5.0
14262026-08-11T11:16:52.683Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-11T11:16:52.872Z Checking olpc-cjson v0.1.4
14282026-08-11T11:16:53.018Z Checking const_format v0.2.34
14292026-08-11T11:16:53.223Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-11T11:16:53.307Z Compiling typify v0.6.2
14312026-08-11T11:16:53.338Z Checking papergrid v0.11.0
14322026-08-11T11:16:53.403Z Checking globset v0.4.16
14332026-08-11T11:16:53.480Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-11T11:16:53.625Z Checking gethostname v0.5.0
14352026-08-11T11:16:53.719Z Compiling tabled_derive v0.7.0
14362026-08-11T11:16:53.769Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-11T11:16:53.796Z Checking progenitor v0.10.0
14382026-08-11T11:16:53.934Z Checking reqwest v0.13.2
14392026-08-11T11:16:53.937Z Checking bcs v0.1.6
14402026-08-11T11:16:53.975Z Checking pem v3.0.5
14412026-08-11T11:16:54.098Z Checking serde_plain v1.0.2
14422026-08-11T11:16:54.140Z Checking termtree v0.5.1
14432026-08-11T11:16:54.171Z Checking crc8 v0.1.1
14442026-08-11T11:16:54.247Z Checking humantime v2.3.0
14452026-08-11T11:16:54.275Z Compiling signal-hook v0.4.4
14462026-08-11T11:16:54.292Z Checking tagptr v0.2.0
14472026-08-11T11:16:54.464Z Checking typed-path v0.9.3
14482026-08-11T11:16:54.480Z Checking linear-map v1.2.0
14492026-08-11T11:16:54.567Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-11T11:16:54.654Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-11T11:16:54.671Z Checking tabled v0.15.0
14522026-08-11T11:16:55.187Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-08-11T11:16:55.245Z Checking tough v0.20.0
14542026-08-11T11:16:55.357Z Compiling progenitor-impl v0.14.0
14552026-08-11T11:16:55.899Z Checking steno v0.4.1
14562026-08-11T11:16:56.156Z Checking hickory-proto v0.25.2
14572026-08-11T11:16:56.696Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-11T11:16:56.863Z Compiling cargo-platform v0.1.9
14592026-08-11T11:16:57.092Z Compiling vergen v8.3.2
14602026-08-11T11:16:57.110Z Compiling fs-err v3.1.2
14612026-08-11T11:16:57.204Z Compiling cargo_metadata v0.18.1
14622026-08-11T11:16:57.431Z Compiling progenitor-macro v0.14.0
14632026-08-11T11:16:57.468Z Checking progenitor-client v0.14.0
14642026-08-11T11:16:57.540Z Checking dropshot-api-manager-types v0.7.2
14652026-08-11T11:16:57.689Z Checking sha2 v0.10.9
14662026-08-11T11:16:57.714Z Compiling blake3 v1.8.2
14672026-08-11T11:16:57.731Z Checking hickory-resolver v0.25.2
14682026-08-11T11:16:58.285Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-08-11T11:16:58.357Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-11T11:16:58.823Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-11T11:16:59.079Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14722026-08-11T11:16:59.244Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-11T11:16:59.468Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-11T11:16:59.700Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14752026-08-11T11:16:59.831Z Checking git-stub v1.0.0
14762026-08-11T11:16:59.930Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-11T11:17:00.006Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-11T11:17:00.137Z Compiling strum_macros v0.28.0
14792026-08-11T11:17:00.392Z Checking filetime v0.2.26
14802026-08-11T11:17:00.410Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-11T11:17:00.520Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-11T11:17:00.536Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-11T11:17:00.756Z Checking constant_time_eq v0.3.1
14842026-08-11T11:17:00.774Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14852026-08-11T11:17:00.880Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14862026-08-11T11:17:01.202Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-11T11:17:01.225Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14882026-08-11T11:17:01.450Z Checking arrayvec v0.7.6
14892026-08-11T11:17:01.598Z Checking progenitor v0.14.0
14902026-08-11T11:17:01.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14912026-08-11T11:17:01.687Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-08-11T11:17:01.729Z Checking arrayref v0.3.9
14932026-08-11T11:17:01.748Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14942026-08-11T11:17:01.809Z Checking xattr v1.6.1
14952026-08-11T11:17:01.869Z Checking is_ci v1.2.0
14962026-08-11T11:17:01.934Z Compiling curl v0.4.50
14972026-08-11T11:17:01.950Z Checking tar v0.4.45
14982026-08-11T11:17:01.977Z Checking supports-color v3.0.2
14992026-08-11T11:17:02.110Z Checking strum v0.28.0
15002026-08-11T11:17:02.245Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15012026-08-11T11:17:02.531Z Checking toml v0.7.8
15022026-08-11T11:17:02.651Z Checking git-stub-vcs v0.1.0
15032026-08-11T11:17:02.976Z Checking drift v0.2.0
15042026-08-11T11:17:03.033Z Checking kstat-rs v0.2.4
15052026-08-11T11:17:03.226Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-11T11:17:03.283Z Checking topological-sort v0.2.2
15072026-08-11T11:17:03.430Z Checking omicron-zone-package v0.12.2
15082026-08-11T11:17:03.603Z Checking dropshot-api-manager v0.7.2
15092026-08-11T11:17:03.629Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-08-11T11:17:04.703Z Checking signal-hook-tokio v0.4.0
15112026-08-11T11:17:04.840Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-11T11:17:05.003Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-08-11T11:17:05.323Z Checking scuffle v0.1.0
15142026-08-11T11:17:05.367Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15152026-08-11T11:17:05.408Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15162026-08-11T11:17:06.057Z Checking iddqd v0.4.5
15172026-08-11T11:17:06.076Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-08-11T11:17:06.153Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15192026-08-11T11:17:06.352Z Checking search_path v0.1.4
15202026-08-11T11:17:06.382Z Checking internet-checksum v0.2.1
15212026-08-11T11:17:06.495Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-08-11T11:17:06.511Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-08-11T11:17:06.685Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15242026-08-11T11:17:06.966Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-11T11:17:07.346Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-11T11:17:07.486Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-11T11:17:07.851Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-11T11:17:09.115Z Compiling git2 v0.19.0
15292026-08-11T11:17:10.291Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-11T11:17:11.426Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-11T11:17:18.877Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-11T11:17:20.197Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-11T11:17:25.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15342026-08-11T11:17:25.470Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-11T11:17:25.470Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-11T11:17:25.968Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-11T11:17:25.971Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-11T11:17:26.047Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-11T11:17:26.047Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-11T11:17:33.173Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-08-11T11:17:33.176Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-08-11T11:17:35.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
15432026-08-11T11:17:35.856Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-11T11:17:35.856Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-11T11:17:36.155Z Downloading crates ...
15462026-08-11T11:17:36.284Z Downloaded tap v1.0.1
15472026-08-11T11:17:36.290Z Downloaded ascii v1.1.0
15482026-08-11T11:17:36.293Z Downloaded typeid v1.0.3
15492026-08-11T11:17:36.293Z Downloaded radium v0.7.0
15502026-08-11T11:17:36.296Z Downloaded serde_arrays v0.1.0
15512026-08-11T11:17:36.299Z Downloaded funty v2.0.0
15522026-08-11T11:17:36.303Z Downloaded bitstruct_derive v0.1.0
15532026-08-11T11:17:36.303Z Downloaded bitstruct v0.1.1
15542026-08-11T11:17:36.306Z Downloaded libloading v0.7.4
15552026-08-11T11:17:36.307Z Downloaded erased-serde v0.4.8
15562026-08-11T11:17:36.310Z Downloaded wyz v0.5.1
15572026-08-11T11:17:36.319Z Downloaded bitvec v1.0.1
15582026-08-11T11:17:36.328Z Downloaded num-bigint v0.4.6
15592026-08-11T11:17:36.448Z Checking num-integer v0.1.46
15602026-08-11T11:17:36.527Z Checking num-complex v0.4.6
15612026-08-11T11:17:36.536Z Compiling radium v0.7.0
15622026-08-11T11:17:36.544Z Checking tap v1.0.1
15632026-08-11T11:17:36.549Z Checking funty v2.0.0
15642026-08-11T11:17:36.556Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-08-11T11:17:36.559Z Compiling typeid v1.0.3
15662026-08-11T11:17:36.562Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-11T11:17:36.627Z Checking wyz v0.5.1
15682026-08-11T11:17:36.721Z Checking num-bigint v0.4.6
15692026-08-11T11:17:36.724Z Checking num-iter v0.1.45
15702026-08-11T11:17:36.771Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-11T11:17:36.790Z Compiling erased-serde v0.4.8
15722026-08-11T11:17:36.843Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-11T11:17:36.847Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-11T11:17:36.871Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-11T11:17:36.916Z Compiling bitstruct_derive v0.1.0
15762026-08-11T11:17:36.963Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-11T11:17:36.966Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-11T11:17:36.981Z Checking ascii v1.1.0
15792026-08-11T11:17:36.984Z Checking bitvec v1.0.1
15802026-08-11T11:17:36.995Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-11T11:17:37.049Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-11T11:17:37.148Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-08-11T11:17:37.156Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-11T11:17:37.165Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-08-11T11:17:37.185Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-11T11:17:37.441Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-11T11:17:37.469Z Checking serde_arrays v0.1.0
15882026-08-11T11:17:37.536Z Checking num-rational v0.4.2
15892026-08-11T11:17:37.553Z Checking bitstruct v0.1.1
15902026-08-11T11:17:37.569Z Checking libloading v0.7.4
15912026-08-11T11:17:37.596Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-11T11:17:37.808Z Checking num v0.4.3
15932026-08-11T11:17:37.876Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-11T11:17:38.410Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-11T11:17:38.698Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-11T11:17:38.698Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-11T11:17:38.891Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-11T11:17:39.090Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-11T11:17:39.093Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-11T11:17:39.575Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-11T11:17:39.804Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-11T11:17:39.807Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-11T11:17:39.807Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-11T11:17:39.807Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-11T11:17:40.199Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-11T11:17:40.624Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-11T11:17:41.463Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-11T11:17:43.704Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-11T11:17:44.057Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-11T11:17:44.949Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-11T11:17:45.600Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-11T11:17:45.718Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-11T11:17:52.250Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-11T11:17:53.512Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-11T11:17:54.044Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-11T11:17:58.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s
16172026-08-11T11:17:58.608Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-11T11:17:58.608Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-11T11:17:59.089Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-11T11:17:59.093Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-08-11T11:17:59.093Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16222026-08-11T11:18:06.194Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16232026-08-11T11:18:06.196Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16242026-08-11T11:18:08.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
16252026-08-11T11:18:08.842Z+ banner fmt
16262026-08-11T11:18:08.845Z
16272026-08-11T11:18:08.846Z ###### # # #####
16282026-08-11T11:18:08.846Z # ## ## #
16292026-08-11T11:18:08.846Z ##### # ## # #
16302026-08-11T11:18:08.846Z # # # #
16312026-08-11T11:18:08.846Z # # # #
16322026-08-11T11:18:08.846Z # # # #
16332026-08-11T11:18:08.846Z
16342026-08-11T11:18:08.846Z+ cargo fmt -- --check
16352026-08-11T11:18:09.292Z+ banner test
16362026-08-11T11:18:09.296Z
16372026-08-11T11:18:09.296Z ##### ###### #### #####
16382026-08-11T11:18:09.296Z # # # #
16392026-08-11T11:18:09.296Z # ##### #### #
16402026-08-11T11:18:09.296Z # # # #
16412026-08-11T11:18:09.296Z # # # # #
16422026-08-11T11:18:09.296Z # ###### #### #
16432026-08-11T11:18:09.296Z
16442026-08-11T11:18:09.296Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-11T11:18:09.296Z+ RUST_BACKTRACE=full
16462026-08-11T11:18:09.296Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-11T11:18:10.158Z Compiling unicode-ident v1.0.24
16482026-08-11T11:18:10.158Z Compiling cfg-if v1.0.4
16492026-08-11T11:18:10.161Z Compiling memchr v2.7.5
16502026-08-11T11:18:10.263Z Compiling serde_core v1.0.228
16512026-08-11T11:18:10.281Z Compiling itoa v1.0.15
16522026-08-11T11:18:10.290Z Compiling libc v0.2.186
16532026-08-11T11:18:10.298Z Compiling zmij v1.0.17
16542026-08-11T11:18:10.324Z Compiling libm v0.2.15
16552026-08-11T11:18:10.377Z Compiling proc-macro2 v1.0.106
16562026-08-11T11:18:10.563Z Compiling equivalent v1.0.2
16572026-08-11T11:18:10.653Z Compiling log v0.4.29
16582026-08-11T11:18:10.771Z Compiling quote v1.0.45
16592026-08-11T11:18:10.801Z Compiling smallvec v1.15.1
16602026-08-11T11:18:10.836Z Compiling heck v0.5.0
16612026-08-11T11:18:10.935Z Compiling syn v2.0.118
16622026-08-11T11:18:11.009Z Compiling iana-time-zone v0.1.64
16632026-08-11T11:18:11.084Z Compiling dyn-clone v1.0.20
16642026-08-11T11:18:11.102Z Compiling hashbrown v0.17.1
16652026-08-11T11:18:11.134Z Compiling stable_deref_trait v1.2.0
16662026-08-11T11:18:11.218Z Compiling pin-project-lite v0.2.16
16672026-08-11T11:18:11.230Z Compiling percent-encoding v2.3.2
16682026-08-11T11:18:11.234Z Compiling fnv v1.0.7
16692026-08-11T11:18:11.318Z Compiling writeable v0.6.1
16702026-08-11T11:18:11.340Z Compiling litemap v0.8.0
16712026-08-11T11:18:11.429Z Compiling icu_normalizer_data v2.0.0
16722026-08-11T11:18:11.444Z Compiling icu_properties_data v2.0.1
16732026-08-11T11:18:11.539Z Compiling regex-syntax v0.8.11
16742026-08-11T11:18:11.560Z Compiling form_urlencoded v1.2.2
16752026-08-11T11:18:11.603Z Compiling utf8_iter v1.0.4
16762026-08-11T11:18:11.622Z Compiling scopeguard v1.2.0
16772026-08-11T11:18:11.652Z Compiling num-traits v0.2.19
16782026-08-11T11:18:11.733Z Compiling lock_api v0.4.14
16792026-08-11T11:18:11.745Z Compiling getrandom v0.4.2
16802026-08-11T11:18:11.892Z Compiling semver v1.0.28
16812026-08-11T11:18:11.965Z Compiling serde_json v1.0.150
16822026-08-11T11:18:12.051Z Compiling indexmap v2.14.0
16832026-08-11T11:18:12.183Z Compiling aho-corasick v1.1.3
16842026-08-11T11:18:12.237Z Compiling byteorder v1.5.0
16852026-08-11T11:18:12.256Z Compiling ucd-trie v0.1.7
16862026-08-11T11:18:12.407Z Compiling futures-core v0.3.32
16872026-08-11T11:18:12.463Z Compiling uuid v1.23.3
16882026-08-11T11:18:12.549Z Compiling allocator-api2 v0.2.21
16892026-08-11T11:18:12.678Z Compiling foldhash v0.2.0
16902026-08-11T11:18:12.870Z Compiling time-core v0.1.8
16912026-08-11T11:18:12.887Z Compiling num-conv v0.2.1
16922026-08-11T11:18:12.892Z Compiling hashbrown v0.16.1
16932026-08-11T11:18:12.912Z Compiling futures-sink v0.3.32
16942026-08-11T11:18:13.018Z Compiling regex-automata v0.4.13
16952026-08-11T11:18:13.022Z Compiling ryu v1.0.20
16962026-08-11T11:18:13.042Z Compiling time-macros v0.2.27
16972026-08-11T11:18:13.481Z Compiling pretty-hex v0.4.1
16982026-08-11T11:18:13.617Z Compiling slab v0.4.11
16992026-08-11T11:18:13.692Z Compiling synstructure v0.13.2
17002026-08-11T11:18:13.777Z Compiling serde_derive_internals v0.29.1
17012026-08-11T11:18:13.797Z Compiling plain v0.2.3
17022026-08-11T11:18:13.854Z Compiling strsim v0.11.1
17032026-08-11T11:18:14.031Z Compiling futures-channel v0.3.32
17042026-08-11T11:18:14.190Z Compiling futures-io v0.3.32
17052026-08-11T11:18:14.202Z Compiling futures-task v0.3.32
17062026-08-11T11:18:14.252Z Compiling socket2 v0.6.4
17072026-08-11T11:18:14.276Z Compiling parking_lot_core v0.9.12
17082026-08-11T11:18:14.350Z Compiling signal-hook-registry v1.4.6
17092026-08-11T11:18:14.373Z Compiling thread-id v5.0.0
17102026-08-11T11:18:14.471Z Compiling parking_lot v0.12.5
17112026-08-11T11:18:14.557Z Compiling mio v1.2.1
17122026-08-11T11:18:14.679Z Compiling regress v0.10.5
17132026-08-11T11:18:14.724Z Compiling darling_core v0.21.3
17142026-08-11T11:18:14.750Z Compiling regex v1.12.4
17152026-08-11T11:18:14.762Z Compiling bitflags v2.11.1
17162026-08-11T11:18:14.892Z Compiling base64 v0.22.1
17172026-08-11T11:18:14.953Z Compiling serde_derive v1.0.228
17182026-08-11T11:18:15.016Z Compiling zerofrom-derive v0.1.6
17192026-08-11T11:18:15.087Z Compiling yoke-derive v0.8.0
17202026-08-11T11:18:15.238Z Compiling zerovec-derive v0.11.1
17212026-08-11T11:18:15.251Z Compiling displaydoc v0.2.5
17222026-08-11T11:18:15.665Z Compiling thiserror-impl v2.0.18
17232026-08-11T11:18:16.031Z Compiling schemars_derive v0.8.22
17242026-08-11T11:18:16.160Z Compiling tokio-macros v2.7.0
17252026-08-11T11:18:16.259Z Compiling zerocopy-derive v0.8.27
17262026-08-11T11:18:16.347Z Compiling zeroize_derive v1.4.3
17272026-08-11T11:18:16.850Z Compiling futures-macro v0.3.32
17282026-08-11T11:18:16.908Z Compiling zerofrom v0.1.6
17292026-08-11T11:18:16.921Z Compiling thiserror v2.0.18
17302026-08-11T11:18:17.029Z Compiling yoke v0.8.0
17312026-08-11T11:18:17.043Z Compiling thiserror-impl v1.0.69
17322026-08-11T11:18:17.053Z Compiling tracing-attributes v0.1.30
17332026-08-11T11:18:17.226Z Compiling zerovec v0.11.4
17342026-08-11T11:18:17.248Z Compiling zerotrie v0.2.2
17352026-08-11T11:18:17.520Z Compiling zerocopy v0.8.27
17362026-08-11T11:18:17.561Z Compiling pest v2.8.2
17372026-08-11T11:18:17.656Z Compiling serde v1.0.228
17382026-08-11T11:18:18.075Z Compiling tinystr v0.8.1
17392026-08-11T11:18:18.188Z Compiling bytes v1.12.0
17402026-08-11T11:18:18.222Z Compiling serde_tokenstream v0.2.3
17412026-08-11T11:18:18.239Z Compiling potential_utf v0.1.3
17422026-08-11T11:18:18.291Z Compiling icu_locale_core v2.0.0
17432026-08-11T11:18:18.321Z Compiling chrono v0.4.45
17442026-08-11T11:18:18.417Z Compiling icu_collections v2.0.0
17452026-08-11T11:18:18.518Z Compiling scroll_derive v0.13.1
17462026-08-11T11:18:18.852Z Compiling icu_provider v2.0.0
17472026-08-11T11:18:18.870Z Compiling http v1.4.2
17482026-08-11T11:18:18.940Z Compiling pest_meta v2.8.2
17492026-08-11T11:18:19.007Z Compiling async-trait v0.1.89
17502026-08-11T11:18:19.162Z Compiling icu_normalizer v2.0.0
17512026-08-11T11:18:19.175Z Compiling icu_properties v2.0.1
17522026-08-11T11:18:19.362Z Compiling schemars v0.8.22
17532026-08-11T11:18:19.782Z Compiling pest_generator v2.8.2
17542026-08-11T11:18:19.875Z Compiling scroll v0.13.0
17552026-08-11T11:18:19.907Z Compiling thiserror v1.0.69
17562026-08-11T11:18:20.018Z Compiling tokio v1.52.3
17572026-08-11T11:18:20.055Z Compiling openapiv3 v2.2.0
17582026-08-11T11:18:20.152Z Compiling idna_adapter v1.2.1
17592026-08-11T11:18:20.345Z Compiling idna v1.1.0
17602026-08-11T11:18:20.375Z Compiling goblin v0.10.1
17612026-08-11T11:18:20.425Z Compiling pest_derive v2.8.2
17622026-08-11T11:18:20.438Z Compiling daft-derive v0.1.5
17632026-08-11T11:18:20.638Z Compiling url v2.5.7
17642026-08-11T11:18:20.998Z Compiling dtrace-parser v0.3.0
17652026-08-11T11:18:21.135Z Compiling typify-impl v0.4.3
17662026-08-11T11:18:21.206Z Compiling darling_macro v0.21.3
17672026-08-11T11:18:21.494Z Compiling http-body v1.0.1
17682026-08-11T11:18:21.657Z Compiling ppv-lite86 v0.2.21
17692026-08-11T11:18:21.691Z Compiling erased-serde v0.3.31
17702026-08-11T11:18:21.800Z Compiling darling v0.21.3
17712026-08-11T11:18:21.887Z Compiling serde_yaml v0.9.34+deprecated
17722026-08-11T11:18:21.899Z Compiling openssl-macros v0.1.1
17732026-08-11T11:18:21.983Z Compiling getrandom v0.2.16
17742026-08-11T11:18:22.187Z Compiling atomic-waker v1.1.2
17752026-08-11T11:18:22.318Z Compiling ipnet v2.11.0
17762026-08-11T11:18:22.579Z Compiling httparse v1.10.1
17772026-08-11T11:18:22.868Z Compiling untrusted v0.9.0
17782026-08-11T11:18:22.901Z Compiling tower-service v0.3.3
17792026-08-11T11:18:22.993Z Compiling tower-layer v0.3.3
17802026-08-11T11:18:23.006Z Compiling anyhow v1.0.102
17812026-08-11T11:18:23.143Z Compiling dof v0.4.0
17822026-08-11T11:18:23.156Z Compiling try-lock v0.2.5
17832026-08-11T11:18:23.270Z Compiling want v0.3.1
17842026-08-11T11:18:23.293Z Compiling syn v1.0.109
17852026-08-11T11:18:23.398Z Compiling zeroize v1.8.1
17862026-08-11T11:18:23.447Z Compiling httpdate v1.0.3
17872026-08-11T11:18:23.609Z Compiling usdt-impl v0.6.0
17882026-08-11T11:18:23.676Z Compiling portable-atomic v1.11.1
17892026-08-11T11:18:24.323Z Compiling async-stream-impl v0.3.6
17902026-08-11T11:18:24.405Z Compiling structmeta-derive v0.3.0
17912026-08-11T11:18:24.592Z Compiling critical-section v1.2.0
17922026-08-11T11:18:25.044Z Compiling once_cell v1.21.3
17932026-08-11T11:18:25.078Z Compiling usdt-macro v0.6.0
17942026-08-11T11:18:25.099Z Compiling usdt-attr-macro v0.6.0
17952026-08-11T11:18:25.271Z Compiling newtype-uuid-macros v0.1.0
17962026-08-11T11:18:25.486Z Compiling structmeta v0.3.0
17972026-08-11T11:18:25.703Z Compiling strum_macros v0.26.4
17982026-08-11T11:18:26.107Z Compiling powerfmt v0.2.0
17992026-08-11T11:18:26.295Z Compiling deranged v0.5.3
18002026-08-11T11:18:26.321Z Compiling num_threads v0.1.7
18012026-08-11T11:18:26.913Z Compiling http-body-util v0.1.3
18022026-08-11T11:18:26.926Z Compiling omicron-workspace-hack v0.1.0
18032026-08-11T11:18:27.017Z Compiling dropshot_endpoint v0.16.7
18042026-08-11T11:18:27.154Z Compiling serde_urlencoded v0.7.1
18052026-08-11T11:18:27.157Z Compiling ref-cast-impl v1.0.25
18062026-08-11T11:18:27.343Z Compiling typify-macro v0.4.3
18072026-08-11T11:18:27.368Z Compiling derive-ex v0.1.8
18082026-08-11T11:18:27.415Z Compiling strum_macros v0.27.2
18092026-08-11T11:18:27.496Z Compiling sync_wrapper v1.0.2
18102026-08-11T11:18:27.608Z Compiling serde_with_macros v3.14.1
18112026-08-11T11:18:27.624Z Compiling subtle v2.6.1
18122026-08-11T11:18:27.797Z Compiling thread_local v1.1.9
18132026-08-11T11:18:28.066Z Compiling iri-string v0.7.8
18142026-08-11T11:18:28.092Z Compiling futures-util v0.3.32
18152026-08-11T11:18:28.617Z Compiling match_cfg v0.1.0
18162026-08-11T11:18:28.705Z Compiling rand_core v0.6.4
18172026-08-11T11:18:28.749Z Compiling take_mut v0.2.2
18182026-08-11T11:18:28.909Z Compiling typenum v1.20.1
18192026-08-11T11:18:28.933Z Compiling term v1.2.0
18202026-08-11T11:18:28.947Z Compiling test-strategy v0.4.3
18212026-08-11T11:18:29.386Z Compiling typify v0.4.3
18222026-08-11T11:18:29.581Z Compiling progenitor-impl v0.11.1
18232026-08-11T11:18:29.741Z Compiling parse-display-derive v0.10.0
18242026-08-11T11:18:29.755Z Compiling tracing-core v0.1.34
18252026-08-11T11:18:29.784Z Compiling toml_datetime v0.6.11
18262026-08-11T11:18:29.797Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-11T11:18:30.072Z Compiling camino v1.2.3
18282026-08-11T11:18:30.283Z Compiling tracing v0.1.41
18292026-08-11T11:18:30.391Z Compiling clap_derive v4.6.1
18302026-08-11T11:18:30.507Z Compiling encoding_rs v0.8.35
18312026-08-11T11:18:30.522Z Compiling cpufeatures v0.2.17
18322026-08-11T11:18:30.600Z Compiling mime v0.3.17
18332026-08-11T11:18:30.695Z Compiling fastrand v2.3.0
18342026-08-11T11:18:30.886Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-11T11:18:31.356Z Compiling unicode-width v0.2.1
18362026-08-11T11:18:31.795Z Compiling errno v0.3.14
18372026-08-11T11:18:31.888Z Compiling hex v0.4.3
18382026-08-11T11:18:31.950Z Compiling generic-array v0.14.7
18392026-08-11T11:18:32.130Z Compiling ipnetwork v0.21.1
18402026-08-11T11:18:32.149Z Compiling crossbeam-utils v0.8.21
18412026-08-11T11:18:32.217Z Compiling tokio-util v0.7.16
18422026-08-11T11:18:32.459Z Compiling slog v2.8.2
18432026-08-11T11:18:32.683Z Compiling rustix v1.1.4
18442026-08-11T11:18:32.844Z Compiling getrandom v0.3.3
18452026-08-11T11:18:32.870Z Compiling winnow v0.7.14
18462026-08-11T11:18:32.943Z Compiling h2 v0.4.14
18472026-08-11T11:18:33.017Z Compiling rand_core v0.9.3
18482026-08-11T11:18:33.031Z Compiling crypto-common v0.1.6
18492026-08-11T11:18:33.076Z Compiling progenitor-macro v0.11.1
18502026-08-11T11:18:33.165Z Compiling oxnet v0.1.6
18512026-08-11T11:18:33.238Z Compiling itertools v0.14.0
18522026-08-11T11:18:33.876Z Compiling winnow v1.0.3
18532026-08-11T11:18:34.173Z Compiling toml_parser v1.1.2+spec-1.1.0
18542026-08-11T11:18:34.241Z Compiling num-derive v0.4.2
18552026-08-11T11:18:34.362Z Compiling serde_spanned v1.1.1
18562026-08-11T11:18:34.520Z Compiling socket2 v0.5.10
18572026-08-11T11:18:34.557Z Compiling spin v0.9.8
18582026-08-11T11:18:34.685Z Compiling debug-ignore v1.0.5
18592026-08-11T11:18:34.923Z Compiling toml_writer v1.1.1+spec-1.1.0
18602026-08-11T11:18:34.986Z Compiling rand_chacha v0.9.0
18612026-08-11T11:18:35.145Z Compiling hyper v1.10.1
18622026-08-11T11:18:35.157Z Compiling rustls-pki-types v1.12.0
18632026-08-11T11:18:35.265Z Compiling quick-error v1.2.3
18642026-08-11T11:18:35.382Z Compiling rand v0.9.3
18652026-08-11T11:18:35.482Z Compiling tabwriter v1.4.1
18662026-08-11T11:18:35.654Z Compiling async-stream v0.3.6
18672026-08-11T11:18:35.739Z Compiling waitgroup v0.1.2
18682026-08-11T11:18:35.833Z Compiling serde_path_to_error v0.1.20
18692026-08-11T11:18:35.885Z Compiling bit-vec v0.8.0
18702026-08-11T11:18:35.888Z Compiling lazy_static v1.5.0
18712026-08-11T11:18:35.991Z Compiling colored v3.1.1
18722026-08-11T11:18:35.994Z Compiling strum v0.26.3
18732026-08-11T11:18:36.121Z Compiling bit-set v0.8.0
18742026-08-11T11:18:36.124Z Compiling time v0.3.47
18752026-08-11T11:18:36.145Z Compiling ring v0.17.14
18762026-08-11T11:18:36.285Z Compiling hyper-util v0.1.20
18772026-08-11T11:18:36.401Z Compiling toml_datetime v0.7.5+spec-1.1.0
18782026-08-11T11:18:36.723Z Compiling unarray v0.1.4
18792026-08-11T11:18:36.841Z Compiling anstyle v1.0.14
18802026-08-11T11:18:37.018Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-11T11:18:37.075Z Compiling crossbeam-channel v0.5.15
18822026-08-11T11:18:37.552Z Compiling macaddr v1.0.1
18832026-08-11T11:18:37.660Z Compiling utf8parse v0.2.2
18842026-08-11T11:18:37.751Z Compiling block-buffer v0.10.4
18852026-08-11T11:18:37.779Z Compiling anstyle-parse v1.0.0
18862026-08-11T11:18:37.779Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18872026-08-11T11:18:37.836Z Compiling ref-cast v1.0.25
18882026-08-11T11:18:37.908Z Compiling anstyle-query v1.1.4
18892026-08-11T11:18:37.945Z Compiling is_terminal_polyfill v1.70.1
18902026-08-11T11:18:37.973Z Compiling colorchoice v1.0.4
18912026-08-11T11:18:37.973Z Compiling digest v0.10.7
18922026-08-11T11:18:37.997Z Compiling strum v0.27.2
18932026-08-11T11:18:38.017Z Compiling is-terminal v0.4.16
18942026-08-11T11:18:38.043Z Compiling clap_lex v1.1.0
18952026-08-11T11:18:38.097Z Compiling anstream v1.0.0
18962026-08-11T11:18:38.112Z Compiling slog-term v2.9.2
18972026-08-11T11:18:38.125Z Compiling slog-async v2.8.0
18982026-08-11T11:18:38.153Z Compiling slog-json v2.6.1
18992026-08-11T11:18:38.195Z Compiling hostname v0.3.1
19002026-08-11T11:18:38.354Z Compiling slog-bunyan v2.5.0
19012026-08-11T11:18:38.388Z Compiling futures-executor v0.3.32
19022026-08-11T11:18:38.419Z Compiling tower v0.5.2
19032026-08-11T11:18:38.496Z Compiling instant v0.1.13
19042026-08-11T11:18:38.665Z Compiling futures v0.3.32
19052026-08-11T11:18:38.717Z Compiling aws-lc-sys v0.39.1
19062026-08-11T11:18:38.733Z Compiling untrusted v0.7.1
19072026-08-11T11:18:38.771Z Compiling openssl-sys v0.9.117
19082026-08-11T11:18:38.837Z Compiling tower-http v0.6.8
19092026-08-11T11:18:39.213Z Compiling memmap2 v0.9.8
19102026-08-11T11:18:39.254Z Compiling aws-lc-rs v1.16.2
19112026-08-11T11:18:39.954Z Compiling foreign-types-shared v0.1.1
19122026-08-11T11:18:40.294Z Compiling rustls-webpki v0.103.6
19132026-08-11T11:18:40.459Z Compiling foreign-types v0.3.2
19142026-08-11T11:18:40.851Z Compiling rustls v0.23.40
19152026-08-11T11:18:40.871Z Compiling tempfile v3.27.0
19162026-08-11T11:18:41.314Z Compiling openssl-probe v0.1.6
19172026-08-11T11:18:41.585Z Compiling openssl v0.10.81
19182026-08-11T11:18:41.831Z Compiling either v1.15.0
19192026-08-11T11:18:42.046Z Compiling usdt v0.6.0
19202026-08-11T11:18:42.378Z Compiling webpki-roots v1.0.2
19212026-08-11T11:18:42.745Z Compiling newtype-uuid v1.3.2
19222026-08-11T11:18:43.095Z Compiling daft v0.1.5
19232026-08-11T11:18:43.892Z Compiling tokio-rustls v0.26.4
19242026-08-11T11:18:43.923Z Compiling native-tls v0.2.14
19252026-08-11T11:18:44.163Z Compiling tokio-native-tls v0.3.1
19262026-08-11T11:18:44.243Z Compiling hyper-rustls v0.27.7
19272026-08-11T11:18:44.332Z Compiling hyper-tls v0.6.0
19282026-08-11T11:18:44.585Z Compiling reqwest v0.12.23
19292026-08-11T11:18:45.530Z Compiling rustls-webpki v0.102.8
19302026-08-11T11:18:45.648Z Compiling rustls-pemfile v2.2.0
19312026-08-11T11:18:45.855Z Compiling multer v3.1.0
19322026-08-11T11:18:46.383Z Compiling hostname v0.4.2
19332026-08-11T11:18:46.441Z Compiling rustls v0.22.4
19342026-08-11T11:18:46.560Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-11T11:18:47.136Z Compiling terminal_size v0.4.3
19362026-08-11T11:18:47.280Z Compiling rand_chacha v0.3.1
19372026-08-11T11:18:47.351Z Compiling wait-timeout v0.2.1
19382026-08-11T11:18:48.053Z Compiling rusty-fork v0.3.0
19392026-08-11T11:18:48.228Z Compiling tokio-rustls v0.25.0
19402026-08-11T11:18:48.297Z Compiling rand v0.8.5
19412026-08-11T11:18:49.239Z Compiling sha1 v0.10.6
19422026-08-11T11:18:49.357Z Compiling rand_xorshift v0.4.0
19432026-08-11T11:18:49.933Z Compiling hubpack_derive v0.1.1
19442026-08-11T11:18:50.633Z Compiling proptest v1.8.0
19452026-08-11T11:18:50.670Z Compiling dropshot v0.16.7
19462026-08-11T11:18:50.724Z Compiling clap_builder v4.6.0
19472026-08-11T11:18:52.164Z Compiling serde_spanned v0.6.9
19482026-08-11T11:18:52.714Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-11T11:18:52.728Z Compiling clap v4.6.1
19502026-08-11T11:18:52.813Z Compiling prettyplease v0.2.37
19512026-08-11T11:18:54.201Z Compiling progenitor-client v0.11.1
19522026-08-11T11:18:54.213Z Compiling progenitor-client v0.10.0
19532026-08-11T11:18:54.542Z Compiling serde_with v3.14.1
19542026-08-11T11:18:55.334Z Compiling progenitor v0.11.1
19552026-08-11T11:18:56.122Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-11T11:18:56.238Z Compiling rustc-hash v2.1.1
19572026-08-11T11:18:56.369Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19582026-08-11T11:18:56.469Z Compiling iddqd v0.3.18
19592026-08-11T11:18:57.514Z Compiling backoff v0.4.0
19602026-08-11T11:18:57.631Z Compiling parse-display v0.10.0
19612026-08-11T11:18:57.665Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-11T11:18:57.728Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-11T11:18:57.861Z Compiling winnow v0.5.40
19642026-08-11T11:18:57.897Z Compiling toml_write v0.1.2
19652026-08-11T11:18:58.100Z Compiling toml_edit v0.22.27
19662026-08-11T11:18:59.252Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-11T11:18:59.701Z Compiling num-integer v0.1.46
19682026-08-11T11:19:00.204Z Compiling float-ord v0.3.2
19692026-08-11T11:19:00.467Z Compiling toml v0.8.23
19702026-08-11T11:19:03.589Z Compiling num-rational v0.4.2
19712026-08-11T11:19:04.113Z Compiling num-iter v0.1.45
19722026-08-11T11:19:04.250Z Compiling num-complex v0.4.6
19732026-08-11T11:19:04.661Z Compiling num v0.4.3
19742026-08-11T11:19:05.316Z Compiling toml_edit v0.19.15
19752026-08-11T11:19:06.821Z Compiling proc-macro-crate v1.3.1
19762026-08-11T11:19:08.395Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-11T11:19:09.380Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-11T11:19:09.899Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-11T11:19:09.991Z Compiling memoffset v0.9.1
19802026-08-11T11:19:10.085Z Compiling zerocopy-derive v0.7.35
19812026-08-11T11:19:10.982Z Compiling libscf-sys v1.2.0
19822026-08-11T11:19:11.126Z Compiling ingot-macros v0.1.1
19832026-08-11T11:19:11.664Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19842026-08-11T11:19:12.756Z Compiling scroll_derive v0.12.1
19852026-08-11T11:19:13.334Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-11T11:19:13.577Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-11T11:19:15.715Z Compiling zerocopy v0.7.35
19882026-08-11T11:19:16.240Z Compiling num_enum_derive v0.7.5
19892026-08-11T11:19:16.376Z Compiling hubpack v0.1.2
19902026-08-11T11:19:16.442Z Compiling foreign-types-macros v0.2.3
19912026-08-11T11:19:16.691Z Compiling static_assertions v1.1.0
19922026-08-11T11:19:17.259Z Compiling glob v0.3.3
19932026-08-11T11:19:17.345Z Compiling proc-macro-error-attr v1.0.4
19942026-08-11T11:19:17.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-11T11:19:17.681Z Compiling dtrace-parser v0.2.0
19962026-08-11T11:19:17.789Z Compiling bytecount v0.6.9
19972026-08-11T11:19:18.062Z Compiling proc-macro-error v1.0.4
19982026-08-11T11:19:18.165Z Compiling dof v0.3.0
19992026-08-11T11:19:18.845Z Compiling num_enum_derive v0.5.11
20002026-08-11T11:19:19.915Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-11T11:19:20.278Z Compiling thread-id v4.2.2
20022026-08-11T11:19:20.426Z Compiling usdt-impl v0.5.0
20032026-08-11T11:19:21.137Z Compiling derive_more v0.99.20
20042026-08-11T11:19:21.426Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20052026-08-11T11:19:21.684Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-08-11T11:19:22.290Z Compiling minimal-lexical v0.2.1
20072026-08-11T11:19:22.404Z Compiling usdt-macro v0.5.0
20082026-08-11T11:19:22.557Z Compiling nom v7.1.3
20092026-08-11T11:19:22.688Z Compiling usdt-attr-macro v0.5.0
20102026-08-11T11:19:23.105Z Compiling zone_cfg_derive v0.3.1
20112026-08-11T11:19:23.200Z Compiling papergrid v0.18.0
20122026-08-11T11:19:23.399Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-11T11:19:23.555Z Compiling rustc_version v0.4.1
20142026-08-11T11:19:23.800Z Compiling nix v0.31.3
20152026-08-11T11:19:23.812Z Compiling itertools v0.15.0
20162026-08-11T11:19:23.841Z Compiling crossbeam-epoch v0.9.18
20172026-08-11T11:19:24.082Z Compiling dropshot_endpoint v0.17.1
20182026-08-11T11:19:24.191Z Compiling tabled v0.21.0
20192026-08-11T11:19:24.412Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20202026-08-11T11:19:24.692Z Compiling adler2 v2.0.1
20212026-08-11T11:19:24.751Z Compiling crc32fast v1.5.0
20222026-08-11T11:19:24.837Z Compiling miniz_oxide v0.8.9
20232026-08-11T11:19:25.047Z Compiling enum-as-inner v0.6.1
20242026-08-11T11:19:25.245Z Compiling regress v0.11.1
20252026-08-11T11:19:25.270Z Compiling flate2 v1.1.2
20262026-08-11T11:19:25.548Z Compiling curve25519-dalek v4.1.3
20272026-08-11T11:19:25.650Z Compiling hybrid-array v0.4.12
20282026-08-11T11:19:25.705Z Compiling crossbeam-deque v0.8.6
20292026-08-11T11:19:25.871Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20302026-08-11T11:19:25.904Z Compiling thiserror-impl-no-std v2.0.2
20312026-08-11T11:19:25.929Z Compiling curve25519-dalek-derive v0.1.1
20322026-08-11T11:19:26.120Z Compiling crypto-common v0.2.2
20332026-08-11T11:19:26.138Z Compiling block-buffer v0.12.0
20342026-08-11T11:19:26.314Z Compiling rayon-core v1.13.0
20352026-08-11T11:19:26.643Z Compiling clang-sys v1.8.1
20362026-08-11T11:19:27.043Z Compiling typify-impl v0.6.2
20372026-08-11T11:19:27.055Z Compiling compression-core v0.4.32
20382026-08-11T11:19:27.073Z Compiling const-oid v0.10.2
20392026-08-11T11:19:27.157Z Compiling scroll v0.12.0
20402026-08-11T11:19:27.172Z Compiling compression-codecs v0.4.32
20412026-08-11T11:19:27.222Z Compiling digest v0.11.3
20422026-08-11T11:19:27.398Z Compiling hash32 v0.3.1
20432026-08-11T11:19:27.428Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-11T11:19:27.525Z Compiling cpufeatures v0.3.0
20452026-08-11T11:19:27.537Z Compiling heapless v0.8.0
20462026-08-11T11:19:27.554Z Compiling goblin v0.8.2
20472026-08-11T11:19:27.566Z Compiling async-compression v0.4.33
20482026-08-11T11:19:27.606Z Compiling sha1 v0.11.0
20492026-08-11T11:19:27.751Z Compiling toml v1.1.2+spec-1.1.0
20502026-08-11T11:19:27.863Z Compiling ingot-types v0.1.2
20512026-08-11T11:19:27.970Z Compiling cobs v0.3.0
20522026-08-11T11:19:28.046Z Compiling libloading v0.8.9
20532026-08-11T11:19:28.179Z Compiling managed v0.8.0
20542026-08-11T11:19:28.246Z Compiling foreign-types-shared v0.3.1
20552026-08-11T11:19:28.249Z Compiling bitflags v1.3.2
20562026-08-11T11:19:28.342Z Compiling foreign-types v0.5.0
20572026-08-11T11:19:28.354Z Compiling smoltcp v0.11.0
20582026-08-11T11:19:28.429Z Compiling dropshot v0.17.1
20592026-08-11T11:19:29.287Z Compiling ingot v0.1.1
20602026-08-11T11:19:29.300Z Compiling bindgen v0.72.1
20612026-08-11T11:19:29.317Z Compiling postcard v1.1.3
20622026-08-11T11:19:30.312Z Compiling cexpr v0.6.0
20632026-08-11T11:19:30.897Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-11T11:19:30.912Z Compiling num_enum v0.7.5
20652026-08-11T11:19:31.017Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-11T11:19:31.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-11T11:19:31.351Z Compiling camino-tempfile v1.4.1
20682026-08-11T11:19:31.439Z Compiling serde_repr v0.1.20
20692026-08-11T11:19:31.543Z Compiling derive-where v1.6.0
20702026-08-11T11:19:31.597Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-11T11:19:31.626Z Compiling cstr-argument v0.1.2
20722026-08-11T11:19:31.872Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-08-11T11:19:31.921Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-08-11T11:19:32.831Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-11T11:19:33.030Z Compiling rayon v1.11.0
20762026-08-11T11:19:33.045Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-08-11T11:19:33.174Z Compiling crucible-workspace-hack v0.1.0
20782026-08-11T11:19:33.381Z Compiling typify-macro v0.6.2
20792026-08-11T11:19:33.806Z Compiling memmap v0.7.0
20802026-08-11T11:19:33.932Z Compiling tinyvec_macros v0.1.1
20812026-08-11T11:19:34.061Z Compiling tinyvec v1.10.0
20822026-08-11T11:19:34.075Z Compiling usdt v0.5.0
20832026-08-11T11:19:34.356Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-11T11:19:34.972Z Compiling num_enum v0.5.11
20852026-08-11T11:19:35.350Z Compiling pin-project-internal v1.1.10
20862026-08-11T11:19:35.509Z Compiling typify v0.6.2
20872026-08-11T11:19:36.141Z Compiling progenitor-impl v0.14.0
20882026-08-11T11:19:36.413Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-11T11:19:36.606Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-11T11:19:36.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-11T11:19:36.760Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-11T11:19:36.912Z Compiling rustix v0.38.44
20932026-08-11T11:19:37.268Z Compiling itertools v0.12.1
20942026-08-11T11:19:37.308Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-11T11:19:37.397Z Compiling progenitor-impl v0.10.0
20962026-08-11T11:19:37.709Z Compiling sigpipe v0.1.3
20972026-08-11T11:19:37.799Z Compiling jiff v0.2.15
20982026-08-11T11:19:37.828Z Compiling const_format_proc_macros v0.2.34
20992026-08-11T11:19:38.424Z Compiling zone v0.3.1
21002026-08-11T11:19:38.486Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-08-11T11:19:38.641Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21022026-08-11T11:19:39.696Z Compiling progenitor-macro v0.14.0
21032026-08-11T11:19:40.283Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-08-11T11:19:40.324Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-11T11:19:40.566Z Compiling nix v0.30.1
21062026-08-11T11:19:40.747Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-11T11:19:40.928Z Compiling progenitor-macro v0.10.0
21082026-08-11T11:19:40.940Z Compiling snafu-derive v0.8.9
21092026-08-11T11:19:41.569Z Compiling secrecy v0.10.3
21102026-08-11T11:19:41.631Z Compiling smf v0.2.3
21112026-08-11T11:19:41.741Z Compiling async-recursion v1.1.1
21122026-08-11T11:19:41.982Z Compiling bstr v1.12.0
21132026-08-11T11:19:42.451Z Compiling whoami v1.6.1
21142026-08-11T11:19:42.679Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-11T11:19:43.377Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-11T11:19:44.185Z Compiling hmac v0.12.1
21172026-08-11T11:19:44.503Z Compiling inout v0.1.4
21182026-08-11T11:19:44.520Z Compiling ff v0.13.1
21192026-08-11T11:19:44.661Z Compiling crc8 v0.1.1
21202026-08-11T11:19:44.788Z Compiling data-encoding v2.9.0
21212026-08-11T11:19:44.842Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-11T11:19:45.103Z Compiling group v0.13.0
21232026-08-11T11:19:45.233Z Compiling cipher v0.4.4
21242026-08-11T11:19:45.555Z Compiling hkdf v0.12.4
21252026-08-11T11:19:46.089Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-11T11:19:46.103Z Compiling atomicwrites v0.4.4
21272026-08-11T11:19:46.128Z Compiling tokio-dtrace v0.1.1
21282026-08-11T11:19:46.669Z Compiling tabled_derive v0.7.0
21292026-08-11T11:19:46.994Z Compiling reqwest v0.13.2
21302026-08-11T11:19:47.069Z Compiling universal-hash v0.5.1
21312026-08-11T11:19:47.210Z Compiling crypto-bigint v0.5.5
21322026-08-11T11:19:47.344Z Compiling half v2.7.1
21332026-08-11T11:19:47.384Z Compiling opaque-debug v0.3.1
21342026-08-11T11:19:47.629Z Compiling ciborium-io v0.2.2
21352026-08-11T11:19:47.643Z Compiling base16ct v0.2.0
21362026-08-11T11:19:47.735Z Compiling indent_write v2.2.0
21372026-08-11T11:19:47.811Z Compiling base64ct v1.8.0
21382026-08-11T11:19:48.125Z Compiling password-hash v0.5.0
21392026-08-11T11:19:48.161Z Compiling progenitor-client v0.14.0
21402026-08-11T11:19:48.302Z Compiling elliptic-curve v0.13.8
21412026-08-11T11:19:48.462Z Compiling ciborium-ll v0.2.2
21422026-08-11T11:19:48.543Z Compiling poly1305 v0.8.0
21432026-08-11T11:19:48.874Z Compiling oxide-tokio-rt v0.1.2
21442026-08-11T11:19:49.083Z Compiling chacha20 v0.9.1
21452026-08-11T11:19:49.316Z Compiling similar v2.7.0
21462026-08-11T11:19:49.461Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-11T11:19:49.609Z Compiling thiserror-no-std v2.0.2
21482026-08-11T11:19:50.875Z Compiling blake2 v0.10.6
21492026-08-11T11:19:51.237Z Compiling aead v0.5.2
21502026-08-11T11:19:51.249Z Compiling strum_macros v0.28.0
21512026-08-11T11:19:51.367Z Compiling keccak v0.1.6
21522026-08-11T11:19:51.432Z Compiling resolv-conf v0.7.5
21532026-08-11T11:19:51.754Z Compiling linked-hash-map v0.5.6
21542026-08-11T11:19:51.942Z Compiling lru-cache v0.1.2
21552026-08-11T11:19:52.107Z Compiling sha3 v0.10.8
21562026-08-11T11:19:52.169Z Compiling chacha20poly1305 v0.10.1
21572026-08-11T11:19:52.188Z Compiling argon2 v0.5.3
21582026-08-11T11:19:52.227Z Compiling progenitor v0.14.0
21592026-08-11T11:19:52.305Z Compiling vsss-rs v3.3.4
21602026-08-11T11:19:52.370Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-11T11:19:52.541Z Compiling ciborium v0.2.2
21622026-08-11T11:19:52.646Z Compiling hickory-proto v0.24.4
21632026-08-11T11:19:53.116Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-11T11:19:53.119Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-11T11:19:53.587Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-11T11:19:53.590Z Compiling serde-big-array v0.5.1
21672026-08-11T11:19:53.688Z Compiling same-file v1.0.6
21682026-08-11T11:19:53.744Z Compiling siphasher v1.0.1
21692026-08-11T11:19:53.862Z Compiling unicode-segmentation v1.12.0
21702026-08-11T11:19:53.908Z Compiling phf_shared v0.12.1
21712026-08-11T11:19:54.084Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21722026-08-11T11:19:54.107Z Compiling walkdir v2.5.0
21732026-08-11T11:19:54.270Z Compiling newline-converter v0.3.0
21742026-08-11T11:19:54.373Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-11T11:19:54.489Z Compiling hickory-resolver v0.24.4
21762026-08-11T11:19:54.510Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-08-11T11:19:55.279Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-11T11:19:56.202Z Compiling newtype_derive v0.1.6
21792026-08-11T11:19:56.292Z Compiling owo-colors v4.3.0
21802026-08-11T11:19:56.384Z Compiling tokio-stream v0.1.17
21812026-08-11T11:19:56.586Z Compiling console v0.15.11
21822026-08-11T11:19:56.842Z Compiling csv-core v0.1.12
21832026-08-11T11:19:56.974Z Compiling foldhash v0.1.5
21842026-08-11T11:19:57.061Z Compiling smawk v0.3.2
21852026-08-11T11:19:57.088Z Compiling unicode-width v0.1.14
21862026-08-11T11:19:57.126Z Compiling humantime v2.3.0
21872026-08-11T11:19:57.160Z Compiling termtree v0.5.1
21882026-08-11T11:19:57.211Z Compiling swrite v0.1.0
21892026-08-11T11:19:57.253Z Compiling unicode-linebreak v0.1.5
21902026-08-11T11:19:57.406Z Compiling hashbrown v0.15.5
21912026-08-11T11:19:57.461Z Compiling textwrap v0.16.2
21922026-08-11T11:19:57.610Z Compiling csv v1.4.0
21932026-08-11T11:19:57.703Z Compiling expectorate v1.2.0
21942026-08-11T11:19:57.768Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-08-11T11:19:57.772Z Compiling qorb v0.4.1
21962026-08-11T11:19:57.995Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-11T11:19:59.363Z Compiling phf v0.12.1
21982026-08-11T11:19:59.564Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-11T11:20:00.016Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-08-11T11:20:00.148Z Compiling pin-project v1.1.10
22012026-08-11T11:20:00.183Z Compiling unicode-normalization v0.1.24
22022026-08-11T11:20:00.261Z Compiling libz-sys v1.1.22
22032026-08-11T11:20:00.661Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-11T11:20:01.425Z Compiling libsw-core v0.3.2
22052026-08-11T11:20:01.755Z Compiling highway v1.3.0
22062026-08-11T11:20:02.159Z Compiling fixedbitset v0.5.7
22072026-08-11T11:20:02.215Z Compiling fixedbitset v0.4.2
22082026-08-11T11:20:02.478Z Compiling petgraph v0.6.5
22092026-08-11T11:20:02.513Z Compiling petgraph v0.8.2
22102026-08-11T11:20:03.485Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-11T11:20:03.986Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-11T11:20:04.165Z Compiling progenitor v0.10.0
22132026-08-11T11:20:04.331Z Compiling libsw v3.5.0
22142026-08-11T11:20:04.967Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-11T11:20:05.894Z Compiling olpc-cjson v0.1.4
22162026-08-11T11:20:06.012Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-11T11:20:06.079Z Compiling snafu v0.8.9
22182026-08-11T11:20:06.472Z Compiling chrono-tz v0.10.4
22192026-08-11T11:20:06.953Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-08-11T11:20:07.158Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-11T11:20:07.216Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-11T11:20:08.039Z Compiling papergrid v0.11.0
22232026-08-11T11:20:08.065Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-11T11:20:08.300Z Compiling strum v0.28.0
22252026-08-11T11:20:08.312Z Compiling globset v0.4.16
22262026-08-11T11:20:08.352Z Compiling const_format v0.2.34
22272026-08-11T11:20:08.437Z Compiling slog-dtrace v0.3.0
22282026-08-11T11:20:08.689Z Compiling cancel-safe-futures v0.1.5
22292026-08-11T11:20:08.773Z Compiling gethostname v0.5.0
22302026-08-11T11:20:09.117Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-11T11:20:09.556Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-11T11:20:09.968Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-11T11:20:10.016Z Compiling bcs v0.1.6
22342026-08-11T11:20:10.173Z Compiling cargo-platform v0.1.9
22352026-08-11T11:20:10.352Z Compiling serde_plain v1.0.2
22362026-08-11T11:20:10.365Z Compiling pem v3.0.5
22372026-08-11T11:20:10.597Z Compiling typed-path v0.9.3
22382026-08-11T11:20:10.694Z Compiling linear-map v1.2.0
22392026-08-11T11:20:10.750Z Compiling tagptr v0.2.0
22402026-08-11T11:20:10.890Z Compiling moka v0.12.11
22412026-08-11T11:20:10.986Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-11T11:20:11.932Z Compiling tough v0.20.0
22432026-08-11T11:20:12.818Z Compiling cargo_metadata v0.18.1
22442026-08-11T11:20:13.063Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-11T11:20:14.254Z Compiling tabled v0.15.0
22462026-08-11T11:20:14.334Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22472026-08-11T11:20:14.462Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-11T11:20:14.991Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-11T11:20:15.203Z Compiling git2 v0.19.0
22502026-08-11T11:20:17.176Z Compiling steno v0.4.1
22512026-08-11T11:20:17.992Z Compiling cookie v0.18.1
22522026-08-11T11:20:18.139Z Compiling hickory-proto v0.25.2
22532026-08-11T11:20:20.246Z Compiling hickory-resolver v0.25.2
22542026-08-11T11:20:20.529Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-11T11:20:23.234Z Compiling vergen v8.3.2
22562026-08-11T11:20:24.847Z Compiling signal-hook v0.4.4
22572026-08-11T11:20:25.392Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-11T11:20:25.543Z Compiling mockall_derive v0.14.0
22592026-08-11T11:20:25.788Z Compiling predicates-core v1.0.9
22602026-08-11T11:20:26.152Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-11T11:20:26.289Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-11T11:20:26.399Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-11T11:20:26.556Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-11T11:20:26.568Z Compiling sha2 v0.10.9
22652026-08-11T11:20:26.973Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-11T11:20:27.793Z Compiling mockall v0.14.0
22672026-08-11T11:20:28.038Z Compiling diff v0.1.13
22682026-08-11T11:20:28.353Z Compiling yansi v1.0.1
22692026-08-11T11:20:28.615Z Compiling pretty_assertions v1.4.1
22702026-08-11T11:20:28.705Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-08-11T11:20:29.514Z Compiling fs-err v3.1.2
22722026-08-11T11:20:29.838Z Compiling predicates v3.1.3
22732026-08-11T11:20:29.889Z Compiling predicates-tree v1.0.12
22742026-08-11T11:20:30.632Z Compiling git-stub v1.0.0
22752026-08-11T11:20:30.868Z Compiling filetime v0.2.26
22762026-08-11T11:20:30.931Z Compiling constant_time_eq v0.3.1
22772026-08-11T11:20:31.061Z Compiling fragile v2.0.1
22782026-08-11T11:20:31.074Z Compiling xattr v1.6.1
22792026-08-11T11:20:31.262Z Compiling downcast v0.11.0
22802026-08-11T11:20:31.381Z Compiling arrayvec v0.7.6
22812026-08-11T11:20:31.425Z Compiling arrayref v0.3.9
22822026-08-11T11:20:31.512Z Compiling is_ci v1.2.0
22832026-08-11T11:20:31.596Z Compiling blake3 v1.8.2
22842026-08-11T11:20:31.671Z Compiling supports-color v3.0.2
22852026-08-11T11:20:31.872Z Compiling tar v0.4.45
22862026-08-11T11:20:32.192Z Compiling toml v0.7.8
22872026-08-11T11:20:32.828Z Compiling git-stub-vcs v0.1.0
22882026-08-11T11:20:32.898Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-08-11T11:20:33.213Z Compiling signal-hook-tokio v0.4.0
22902026-08-11T11:20:33.510Z Compiling scuffle v0.1.0
22912026-08-11T11:20:34.486Z Compiling drift v0.2.0
22922026-08-11T11:20:34.772Z Compiling kstat-rs v0.2.4
22932026-08-11T11:20:35.103Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-08-11T11:20:35.116Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22952026-08-11T11:20:35.446Z Compiling hex-literal v1.1.0
22962026-08-11T11:20:35.463Z Compiling topological-sort v0.2.2
22972026-08-11T11:20:35.621Z Compiling omicron-zone-package v0.12.2
22982026-08-11T11:20:35.645Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-08-11T11:20:36.024Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-08-11T11:20:37.341Z Compiling dropshot-api-manager v0.7.2
23012026-08-11T11:20:37.723Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-11T11:20:38.514Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-08-11T11:20:38.689Z Compiling curl v0.4.50
23042026-08-11T11:20:38.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-08-11T11:20:39.174Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-08-11T11:20:39.483Z Compiling iddqd v0.4.5
23072026-08-11T11:20:39.586Z Compiling search_path v0.1.4
23082026-08-11T11:20:40.002Z Compiling internet-checksum v0.2.1
23092026-08-11T11:20:40.181Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23102026-08-11T11:20:40.228Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23112026-08-11T11:20:43.359Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-08-11T11:20:44.350Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-08-11T11:21:30.306Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
23142026-08-11T11:21:30.431Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-11T11:21:30.437Z
23162026-08-11T11:21:30.438Zrunning 5 tests
23172026-08-11T11:21:30.438Ztest fuse::tests::chip_revision_b0 ... ok
23182026-08-11T11:21:30.438Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23192026-08-11T11:21:30.438Ztest fuse::tests::chip_revision_b1 ... ok
23202026-08-11T11:21:30.438Ztest fuse::tests::chip_revision_a0 ... ok
23212026-08-11T11:21:30.438Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-11T11:21:30.438Z
23232026-08-11T11:21:30.438Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-11T11:21:30.438Z
23252026-08-11T11:21:30.438Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-11T11:21:30.445Z
23272026-08-11T11:21:30.445Zrunning 0 tests
23282026-08-11T11:21:30.445Z
23292026-08-11T11:21:30.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-11T11:21:30.445Z
23312026-08-11T11:21:30.445Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-11T11:21:30.445Z
23332026-08-11T11:21:30.445Zrunning 0 tests
23342026-08-11T11:21:30.445Z
23352026-08-11T11:21:30.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-11T11:21:30.445Z
23372026-08-11T11:21:30.445Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-11T11:21:30.445Z
23392026-08-11T11:21:30.445Zrunning 10 tests
23402026-08-11T11:21:30.445Ztest nat::tests::test_vni ... ok
23412026-08-11T11:21:30.445Ztest network::tests::test_equal ... ok
23422026-08-11T11:21:30.445Ztest network::tests::test_eui64 ... ok
23432026-08-11T11:21:30.445Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-11T11:21:30.445Ztest network::tests::test_into ... ok
23452026-08-11T11:21:30.445Ztest network::tests::test_not_equal ... ok
23462026-08-11T11:21:30.445Ztest network::tests::test_parse ... ok
23472026-08-11T11:21:30.445Ztest network::tests::test_to_string ... ok
23482026-08-11T11:21:30.445Ztest test_purge ... ok
23492026-08-11T11:21:30.448Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-08-11T11:21:30.448Z
23512026-08-11T11:21:30.448Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-08-11T11:21:30.449Z
23532026-08-11T11:21:30.449Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23542026-08-11T11:21:30.453Z
23552026-08-11T11:21:30.453Zrunning 1 test
23562026-08-11T11:21:30.455Z -------
23572026-08-11T11:21:30.455Z Generating OpenAPI documents from API definitions ...
23582026-08-11T11:21:30.592Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-08-11T11:21:30.660Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-08-11T11:21:31.640Z -------
23612026-08-11T11:21:31.640Z Checking 12 OpenAPI documents...
23622026-08-11T11:21:31.640Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-11T11:21:31.640Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-11T11:21:31.640Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-11T11:21:31.640Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-11T11:21:31.644Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-11T11:21:31.644Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-11T11:21:31.644Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-11T11:21:31.644Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-11T11:21:31.644Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-11T11:21:31.644Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-11T11:21:31.644Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-11T11:21:31.644Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-11T11:21:31.644Z Fresh dpd "latest" symlink
23752026-08-11T11:21:31.644Z -------
23762026-08-11T11:21:31.644Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-08-11T11:21:31.702Ztest test::test_apis_up_to_date ... ok
23782026-08-11T11:21:31.702Z
23792026-08-11T11:21:31.702Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23802026-08-11T11:21:31.702Z
23812026-08-11T11:21:31.758Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23822026-08-11T11:21:31.764Z
23832026-08-11T11:21:31.764Zrunning 34 tests
23842026-08-11T11:21:31.770Ztest freemap::test_ordering ... ok
23852026-08-11T11:21:31.770Ztest config::tests::test_updates ... ok
23862026-08-11T11:21:31.770Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23872026-08-11T11:21:31.770Ztest freemap::test_split ... ok
23882026-08-11T11:21:31.770Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23892026-08-11T11:21:31.771Ztest macaddrs::tests::test_mac_offset ... ok
23902026-08-11T11:21:31.771Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-08-11T11:21:31.771Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG created new freemap, unit: freemap_test
23932026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG initted freemap. size: 128Aug 11 11:21:30.785, unitDEBG: created new freemapfreemap_test,
23942026-08-11T11:21:31.771Zunit: freemap_testAug 11 11:21:30.785
23952026-08-11T11:21:31.771Z DEBG reset freemap, unit:Aug 11 11:21:30.785 freemap_testDEBG
23962026-08-11T11:21:31.771Z initted freemap. size: 128, unit: freemap_test
23972026-08-11T11:21:31.771Ztest nat::test_mapping ... ok
23982026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG reset freemap, unit: freemap_test
23992026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG created new freemap, unit: freemap_test
24002026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG initted freemap. size: 128, unit: freemap_test
24012026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG reset freemap, unit: freemap_test
24022026-08-11T11:21:31.771Ztest freemap::test_exhaustion ... ok
24032026-08-11T11:21:31.771Ztest freemap::test_free ... ok
24042026-08-11T11:21:31.771Ztest freemap::test_basic ... ok
24052026-08-11T11:21:31.771Ztest port_map::tests::test_backplane_group ... ok
24062026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG created new freemap, unit: freemap_test
24072026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG initted freemap. size: 8, unit: freemap_test
24082026-08-11T11:21:31.771ZAug 11 11:21:30.785 DEBG reset freemap, unit: freemap_test
24092026-08-11T11:21:31.771Ztest port_map::tests::test_port_map ... ok
24102026-08-11T11:21:31.771Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24112026-08-11T11:21:31.771Ztest port_map::tests::dump_map ... ok
24122026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG created new freemap, unit: freemap_test
24132026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG initted freemap. size: 128, unit: freemap_test
24142026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG reset freemap, unit: freemap_test
24152026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG created new freemap, unit: freemap_test
24162026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG initted freemap. size: 128, unit: freemap_test
24172026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG reset freemap, unit: freemap_test
24182026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG created new freemap, unit: freemap_route_ipv4
24192026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG created new freemap, unit: freemap_route_ipv6
24202026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24212026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG reset freemap, unit: freemap_route_ipv4
24222026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24232026-08-11T11:21:31.771ZAug 11 11:21:30.786 DEBG reset freemap, unit: freemap_route_ipv6
24242026-08-11T11:21:31.771ZAug 11 11:21:30.786 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24252026-08-11T11:21:31.771ZAug 11 11:21:30.786 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-08-11T11:21:31.771ZAug 11 11:21:30.786 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24272026-08-11T11:21:31.771ZAug 11 11:21:30.786 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 } }]
24282026-08-11T11:21:31.772Ztest freemap::test_span ... ok
24292026-08-11T11:21:31.772ZAug 11 11:21:30.786Aug 11 11:21:30.786 DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap
24302026-08-11T11:21:31.772Z, unit: freemap_route_ipv4Aug 11 11:21:30.786
24312026-08-11T11:21:31.772ZDEBG 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-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24332026-08-11T11:21:31.772ZAug 11 11:21:30.786Aug 11 11:21:30.786 DEBGDEBG created new freemapreplacing 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-08-11T11:21:31.772Zunit: freemap_route_ipv6
24352026-08-11T11:21:31.772Ztest freemap::test_reclaim ... ok
24362026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO Aug 11 11:21:30.786adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24372026-08-11T11:21:31.772ZDEBG initted freemap. size: 64, Aug 11 11:21:30.786unit :DEBG freemap_route_ipv4replacing 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 } }]
24382026-08-11T11:21:31.772Z
24392026-08-11T11:21:31.772ZAug 11 11:21:30.786Aug 11 11:21:30.786 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap
24402026-08-11T11:21:31.772Z, unit: freemap_route_ipv4Aug 11 11:21:30.786
24412026-08-11T11:21:31.772Z 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 } }]
24422026-08-11T11:21:31.772ZAug 11 11:21:30.786 DEBG initted freemap. size: 64Aug 11 11:21:30.786, unitINFO: adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6
24432026-08-11T11:21:31.772Z
24442026-08-11T11:21:31.772ZAug 11 11:21:30.786Aug 11 11:21:30.786 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
24452026-08-11T11:21:31.772Z, unit: freemap_route_ipv6Aug 11 11:21:30.786
24462026-08-11T11:21:31.772Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24472026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO Aug 11 11:21:30.786adding route 3fff:dead::/64 -> 2001:db8::55:1
24482026-08-11T11:21:31.772ZDEBG 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 } }]
24492026-08-11T11:21:31.772ZAug 11 11:21:30.786 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:30.786
24502026-08-11T11:21:31.772Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24512026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:30.786
24522026-08-11T11:21:31.772Z 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 } }]
24532026-08-11T11:21:31.772ZAug 11 11:21:30.786 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:21:30.786
24542026-08-11T11:21:31.772Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24552026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:21:30.786
24562026-08-11T11:21:31.772Z 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 } }]
24572026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24582026-08-11T11:21:31.772ZAug 11 11:21:30.786 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 } }]
24592026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24602026-08-11T11:21:31.772ZAug 11 11:21:30.786 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 } }]
24612026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24622026-08-11T11:21:31.772ZAug 11 11:21:30.786 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 } }]
24632026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24642026-08-11T11:21:31.772ZAug 11 11:21:30.786 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 } }]
24652026-08-11T11:21:31.772ZAug 11 11:21:30.786 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24662026-08-11T11:21:31.773ZAug 11 11:21:30.786 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 } }]
24672026-08-11T11:21:31.773ZAug 11 11:21:30.786 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24682026-08-11T11:21:31.778ZAug 11 11:21:30.786 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 } }]
24692026-08-11T11:21:31.778ZAug 11 11:21:30.786 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24702026-08-11T11:21:31.778ZAug 11 11:21:30.786 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 } }]
24712026-08-11T11:21:31.778ZAug 11 11:21:30.786 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24722026-08-11T11:21:31.778ZAug 11 11:21:30.786 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 } }]
24732026-08-11T11:21:31.778ZAug 11 11:21:30.786 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24742026-08-11T11:21:31.778ZAug 11 11:21:30.786 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 } }]
24752026-08-11T11:21:31.778ZAug 11 11:21:30.786 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24762026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24772026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24782026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24792026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24802026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24812026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24822026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24832026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24842026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24852026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24862026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24872026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24882026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24892026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24902026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24912026-08-11T11:21:31.779ZAug 11 11:21:30.786 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
24922026-08-11T11:21:31.779ZAug 11 11:21:30.786 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 } }]
24932026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24942026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
24952026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24962026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
24972026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
24982026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
24992026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
25002026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25012026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25022026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25032026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25042026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25052026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
25062026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25072026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25082026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25092026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
25102026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25112026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
25122026-08-11T11:21:31.779Ztest port_map::tests::parse_softnpu_revision ... ok
25132026-08-11T11:21:31.779ZAug 11 11:21:30.787 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 } }]
25142026-08-11T11:21:31.779ZAug 11 11:21:30.787 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
25152026-08-11T11:21:31.780ZAug 11 11:21:30.787 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25162026-08-11T11:21:31.780ZAug 11 11:21:30.786Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
25172026-08-11T11:21:31.780Z
25182026-08-11T11:21:31.780ZAug 11 11:21:30.787 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 } }]
25192026-08-11T11:21:31.780ZAug 11 11:21:30.787 Aug 11 11:21:30.787INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
25202026-08-11T11:21:31.780Zadding route 3fff:dead::/64 -> 2001:db8::55:4
25212026-08-11T11:21:31.780ZAug 11 11:21:30.787 DEBGAug 11 11:21:30.787 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
25222026-08-11T11:21:31.780Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
25232026-08-11T11:21:31.780ZAug 11 11:21:30.787 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
25242026-08-11T11:21:31.780ZAug 11 11:21:30.787 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:21:30.787
25252026-08-11T11:21:31.780Z 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 } }]
25262026-08-11T11:21:31.780ZAug 11 11:21:30.787 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.787
25272026-08-11T11:21:31.780Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
25282026-08-11T11:21:31.780ZAug 11 11:21:30.787 INFO Aug 11 11:21:30.787adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25292026-08-11T11:21:31.780ZDEBG 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 } }]
25302026-08-11T11:21:31.780ZAug 11 11:21:30.787 Aug 11 11:21:30.787DEBG 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 } }]
25312026-08-11T11:21:31.780Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
25322026-08-11T11:21:31.780ZAug 11 11:21:30.787 INFOAug 11 11:21:30.787 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
25332026-08-11T11:21:31.780Z 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 } }]
25342026-08-11T11:21:31.780ZAug 11 11:21:30.787 Aug 11 11:21:30.787DEBG 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 } }]
25352026-08-11T11:21:31.780Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
25362026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:3::/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 } }]
25372026-08-11T11:21:31.780Z
25382026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25392026-08-11T11:21:31.780Z
25402026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25412026-08-11T11:21:31.780Z
25422026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25432026-08-11T11:21:31.780Z
25442026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25452026-08-11T11:21:31.780Z
25462026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2e::/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 } }]
25472026-08-11T11:21:31.780Z
25482026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25492026-08-11T11:21:31.780Z
25502026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:2f::/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 } }]
25512026-08-11T11:21:31.780Z
25522026-08-11T11:21:31.780ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25532026-08-11T11:21:31.780Z
25542026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:30::/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 } }]
25552026-08-11T11:21:31.781Z
25562026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25572026-08-11T11:21:31.781Z
25582026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25592026-08-11T11:21:31.781Z
25602026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25612026-08-11T11:21:31.781Z
25622026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:32::/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 } }]
25632026-08-11T11:21:31.781Z
25642026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25652026-08-11T11:21:31.781Z
25662026-08-11T11:21:31.781ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:33::/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 } }]
25672026-08-11T11:21:31.781Z
25682026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25692026-08-11T11:21:31.785Z
25702026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:34::/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 } }]
25712026-08-11T11:21:31.785Z
25722026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25732026-08-11T11:21:31.785Z
25742026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:35::/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 } }]
25752026-08-11T11:21:31.785Z
25762026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 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 } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25772026-08-11T11:21:31.785Z
25782026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:36::/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 } }]
25792026-08-11T11:21:31.785Z
25802026-08-11T11:21:31.785Ztest api_server::tests::test_build_info ... ok
25812026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25822026-08-11T11:21:31.785Z
25832026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG adding route 3fff:beef:37::/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 } }]
25842026-08-11T11:21:31.785Z
25852026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25862026-08-11T11:21:31.785Z
25872026-08-11T11:21:31.785ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 11 11:21:30.787
25882026-08-11T11:21:31.785Z DEBG created new freemap, Aug 11 11:21:30.787unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25892026-08-11T11:21:31.785Z
25902026-08-11T11:21:31.785ZAug 11 11:21:30.787 DEBG created new freemap, unit: freemap_route_ipv6
25912026-08-11T11:21:31.785ZAug 11 11:21:30.787 DEBG initted freemap. size: 64, unitAug 11 11:21:30.787: INFOfreemap_route_ipv4
25922026-08-11T11:21:31.786Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
25932026-08-11T11:21:31.786ZAug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBGreset freemap Aug 11 11:21:30.787replacing 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 } }],
25942026-08-11T11:21:31.786Z unitDEBG created new freemap, unit: freemap_route_ipv4
25952026-08-11T11:21:31.786ZAug 11 11:21:30.787 DEBG created new freemap, Aug 11 11:21:30.787unit: freemap_route_ipv6INFO
25962026-08-11T11:21:31.786Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
25972026-08-11T11:21:31.786ZAug 11 11:21:30.787 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 } }]
25982026-08-11T11:21:31.786Z
25992026-08-11T11:21:31.786ZAug 11 11:21:30.787 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
26002026-08-11T11:21:31.786ZAug 11 11:21:30.787 INFO Aug 11 11:21:30.787adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26012026-08-11T11:21:31.786ZDEBG 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 } }]
26022026-08-11T11:21:31.786ZAug 11 11:21:30.787 Aug 11 11:21:30.787DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26032026-08-11T11:21:31.786Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 11 11:21:30.787
26042026-08-11T11:21:31.786Z DEBG Aug 11 11:21:30.787initted freemap. size: 64 Aug 11 11:21:30.787INFO , unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ff:DEBG
26052026-08-11T11:21:31.786Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
26062026-08-11T11:21:31.786Z
26072026-08-11T11:21:31.786ZAug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
26082026-08-11T11:21:31.786Z
26092026-08-11T11:21:31.786ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFOAug 11 11:21:30.787 DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26102026-08-11T11:21:31.786Z
26112026-08-11T11:21:31.786ZDEBG reset freemap, unitAug 11 11:21:30.787Aug 11 11:21:30.787 :DEBG INFO freemap_route_ipv4adding route 3fff:beef:3e::/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 } }]
26122026-08-11T11:21:31.786Z
26132026-08-11T11:21:31.786Z
26142026-08-11T11:21:31.786ZAug 11 11:21:30.787Aug 11 11:21:30.787Aug 11 11:21:30.787 INFODEBG 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:13::/64 -> 2001:db8::55:ff
26152026-08-11T11:21:31.786Z
26162026-08-11T11:21:31.786ZDEBG initted freemap. size: 64, Aug 11 11:21:30.787Aug 11 11:21:30.787unit : INFODEBG adding route 3fff:beef:3f::/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 } }]
26172026-08-11T11:21:31.786Zfreemap_route_ipv6
26182026-08-11T11:21:31.786Z
26192026-08-11T11:21:31.786ZAug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26202026-08-11T11:21:31.786ZDEBG reset freemapreplacing 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 } }],
26212026-08-11T11:21:31.786ZAug 11 11:21:30.787unit DEBG: freemap_route_ipv6replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26222026-08-11T11:21:31.786Z
26232026-08-11T11:21:31.786ZAug 11 11:21:30.787 DEBG Aug 11 11:21:30.787failed to allocate space for the new target list
26242026-08-11T11:21:31.786ZAug 11 11:21:30.787 INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26252026-08-11T11:21:31.786Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:21:30.787
26262026-08-11T11:21:31.786Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:21:30.787
26272026-08-11T11:21:31.786Z DEBGAug 11 11:21:30.787 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
26282026-08-11T11:21:31.786Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:30.787
26292026-08-11T11:21:31.786Z Aug 11 11:21:30.787DEBG INFOfailed to allocate space for the new target list
26302026-08-11T11:21:31.786Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:21:30.787
26312026-08-11T11:21:31.786ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26322026-08-11T11:21:31.787ZAug 11 11:21:30.787 Aug 11 11:21:30.787DEBG 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 } }]
26332026-08-11T11:21:31.787Zreplacing 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 } }]
26342026-08-11T11:21:31.787ZAug 11 11:21:30.787 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26352026-08-11T11:21:31.787ZAug 11 11:21:30.787 INFO Aug 11 11:21:30.787adding route 3fff:dead::/64 -> 2001:db8::55:1
26362026-08-11T11:21:31.787ZDEBG 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 } }]
26372026-08-11T11:21:31.787ZAug 11 11:21:30.787 DEBG Aug 11 11:21:30.787replacing 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 } }]
26382026-08-11T11:21:31.787ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26392026-08-11T11:21:31.787ZAug 11 11:21:30.787 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
26402026-08-11T11:21:31.787Z:Aug 11 11:21:30.787Aug 11 11:21:30.787 freemap_route_ipv4DEBGDEBG
26412026-08-11T11:21:31.787Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
26422026-08-11T11:21:31.787Z
26432026-08-11T11:21:31.787ZAug 11 11:21:30.787Aug 11 11:21:30.787 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
26442026-08-11T11:21:31.787Z
26452026-08-11T11:21:31.787ZAug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBGDEBGinitted freemap. size: 64 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 } }],
26462026-08-11T11:21:31.787Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
26472026-08-11T11:21:31.787Z: Aug 11 11:21:30.787freemap_route_ipv6 Aug 11 11:21:30.787
26482026-08-11T11:21:31.787ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
26492026-08-11T11:21:31.787Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26502026-08-11T11:21:31.787ZAug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787DEBG DEBG 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 } }]
26512026-08-11T11:21:31.787Z reset freemapreplacing 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 } }], unit
26522026-08-11T11:21:31.787Z:Aug 11 11:21:30.787 freemap_route_ipv6INFO
26532026-08-11T11:21:31.787Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26542026-08-11T11:21:31.787ZAug 11 11:21:30.787Aug 11 11:21:30.787 Aug 11 11:21:30.787INFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26552026-08-11T11:21:31.787Z
26562026-08-11T11:21:31.787Zreplacing 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 } }]
26572026-08-11T11:21:31.787ZAug 11 11:21:30.787Aug 11 11:21:30.787Aug 11 11:21:30.787 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26582026-08-11T11:21:31.787Z 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:1c::/64 -> 2001:db8::55:ff
26592026-08-11T11:21:31.787Z
26602026-08-11T11:21:31.787ZAug 11 11:21:30.788 DEBG Aug 11 11:21:30.788replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
26612026-08-11T11:21:31.787ZDEBG Aug 11 11:21:30.788replacing 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 } }]
26622026-08-11T11:21:31.787ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26632026-08-11T11:21:31.787ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26642026-08-11T11:21:31.787Z
26652026-08-11T11:21:31.787ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26662026-08-11T11:21:31.787Z
26672026-08-11T11:21:31.787ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26682026-08-11T11:21:31.791Z
26692026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 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:5::/64 -> 2001:db8::55:ff
26702026-08-11T11:21:31.791Z
26712026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26722026-08-11T11:21:31.791Z
26732026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26742026-08-11T11:21:31.791Z
26752026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26762026-08-11T11:21:31.791Z
26772026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:7::/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 } }]
26782026-08-11T11:21:31.791Z
26792026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26802026-08-11T11:21:31.791Z
26812026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26822026-08-11T11:21:31.791Z
26832026-08-11T11:21:31.791ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26842026-08-11T11:21:31.792Z
26852026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:9::/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 } }]
26862026-08-11T11:21:31.792Z
26872026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26882026-08-11T11:21:31.792Z
26892026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26902026-08-11T11:21:31.792Z
26912026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:24::/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 } }]
26922026-08-11T11:21:31.792Z
26932026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26942026-08-11T11:21:31.792Z
26952026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:25::/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 } }]
26962026-08-11T11:21:31.792Z
26972026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26982026-08-11T11:21:31.792Z
26992026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:26::/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 } }]
27002026-08-11T11:21:31.792Z
27012026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27022026-08-11T11:21:31.792Z
27032026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27042026-08-11T11:21:31.792Z
27052026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27062026-08-11T11:21:31.792Z
27072026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27082026-08-11T11:21:31.792Z
27092026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:f::/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 } }]
27102026-08-11T11:21:31.792Z
27112026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27122026-08-11T11:21:31.792Z
27132026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:10::/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 } }]
27142026-08-11T11:21:31.792Z
27152026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27162026-08-11T11:21:31.792Z
27172026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:11::/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 } }]
27182026-08-11T11:21:31.792Z
27192026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27202026-08-11T11:21:31.792Z
27212026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 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:12::/64 -> 2001:db8::55:ff
27222026-08-11T11:21:31.792Z
27232026-08-11T11:21:31.792ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27242026-08-11T11:21:31.793Z
27252026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27262026-08-11T11:21:31.793Z
27272026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27282026-08-11T11:21:31.793Z
27292026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:14::/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 } }]
27302026-08-11T11:21:31.793Z
27312026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO 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:2e::/64 -> 2001:db8::55:ff
27322026-08-11T11:21:31.793Z
27332026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:15::/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 } }]
27342026-08-11T11:21:31.793Z
27352026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27362026-08-11T11:21:31.793Z
27372026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:16::/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 } }]
27382026-08-11T11:21:31.793Z
27392026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27402026-08-11T11:21:31.793Z
27412026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:17::/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 } }]
27422026-08-11T11:21:31.793Z
27432026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27442026-08-11T11:21:31.793Z
27452026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27462026-08-11T11:21:31.793Z
27472026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:32::/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 } }]
27482026-08-11T11:21:31.793Z
27492026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27502026-08-11T11:21:31.793Z
27512026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 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:33::/64 -> 2001:db8::55:ff
27522026-08-11T11:21:31.793Z
27532026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1a::/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 } }]
27542026-08-11T11:21:31.793Z
27552026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:34::/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 } }]
27562026-08-11T11:21:31.793Z
27572026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1b::/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 } }]
27582026-08-11T11:21:31.793Z
27592026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
27602026-08-11T11:21:31.793Z
27612026-08-11T11:21:31.793ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27622026-08-11T11:21:31.793Z
27632026-08-11T11:21:31.794ZAug 11 11:21:30.788Aug 11 11:21:30.788 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:36::/64 -> 2001:db8::55:ff
27642026-08-11T11:21:31.794Z
27652026-08-11T11:21:31.794ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27662026-08-11T11:21:31.794Z
27672026-08-11T11:21:31.794ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27682026-08-11T11:21:31.798Z
27692026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27702026-08-11T11:21:31.798Z
27712026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:38::/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 } }]
27722026-08-11T11:21:31.798Z
27732026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27742026-08-11T11:21:31.798Z
27752026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27762026-08-11T11:21:31.798Z
27772026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 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:20::/64 -> 2001:db8::55:ff
27782026-08-11T11:21:31.798Z
27792026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:3a::/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 } }]
27802026-08-11T11:21:31.798Z
27812026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 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:21::/64 -> 2001:db8::55:ff
27822026-08-11T11:21:31.798Z
27832026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27842026-08-11T11:21:31.798Z
27852026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27862026-08-11T11:21:31.798Z
27872026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27882026-08-11T11:21:31.798Z
27892026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:23::/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 } }]
27902026-08-11T11:21:31.798Z
27912026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
27922026-08-11T11:21:31.798Z
27932026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG 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 } }]
27942026-08-11T11:21:31.798Z
27952026-08-11T11:21:31.798ZAug 11 11:21:30.788 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 } }]
27962026-08-11T11:21:31.798ZAug 11 11:21:30.788 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27972026-08-11T11:21:31.798ZAug 11 11:21:30.788 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27982026-08-11T11:21:31.798ZAug 11 11:21:30.788 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27992026-08-11T11:21:31.798ZAug 11 11:21:30.788 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 } }]
28002026-08-11T11:21:31.798ZAug 11 11:21:30.788 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28012026-08-11T11:21:31.798ZAug 11 11:21:30.788 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 } }]
28022026-08-11T11:21:31.798ZAug 11 11:21:30.788 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28032026-08-11T11:21:31.798ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG created new freemapreplacing 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 } }],
28042026-08-11T11:21:31.798Zunit: Aug 11 11:21:30.788freemap_route_ipv4 INFO
28052026-08-11T11:21:31.798Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 11 11:21:30.788
28062026-08-11T11:21:31.799Z DEBG created new freemap, Aug 11 11:21:30.788unit :DEBG 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 } }]
28072026-08-11T11:21:31.799Z
28082026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
28092026-08-11T11:21:31.799Z, unit: freemap_route_ipv4Aug 11 11:21:30.788
28102026-08-11T11:21:31.799Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.788
28112026-08-11T11:21:31.799Z DEBG reset freemap, Aug 11 11:21:30.788unit :INFO freemap_route_ipv4adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28122026-08-11T11:21:31.799Z
28132026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
28142026-08-11T11:21:31.799Z, unit: freemap_route_ipv6Aug 11 11:21:30.788
28152026-08-11T11:21:31.799Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28162026-08-11T11:21:31.799ZAug 11 11:21:30.788 DEBG Aug 11 11:21:30.788reset freemap , DEBGunit :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 } }]
28172026-08-11T11:21:31.799Zfreemap_route_ipv6
28182026-08-11T11:21:31.799ZAug 11 11:21:30.788 Aug 11 11:21:30.788INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28192026-08-11T11:21:31.799Zadding route 3fff:dead::/64 -> 2001:db8::55:1
28202026-08-11T11:21:31.799ZAug 11 11:21:30.788 Aug 11 11:21:30.788DEBG 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 } }]
28212026-08-11T11:21:31.799Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
28222026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
28232026-08-11T11:21:31.799Z
28242026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
28252026-08-11T11:21:31.799Z
28262026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
28272026-08-11T11:21:31.799Z
28282026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28292026-08-11T11:21:31.799Z
28302026-08-11T11:21:31.799ZAug 11 11:21:30.788Aug 11 11:21:30.788 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
28312026-08-11T11:21:31.799Z
28322026-08-11T11:21:31.799ZAug 11 11:21:30.788 DEBGAug 11 11:21:30.788 Aug 11 11:21:30.788created new freemap , DEBGDEBGunit 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: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 } }]:
28332026-08-11T11:21:31.799Z
28342026-08-11T11:21:31.799Z freemap_route_ipv4
28352026-08-11T11:21:31.799ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
28362026-08-11T11:21:31.799Z
28372026-08-11T11:21:31.799Z created new freemap, unit:Aug 11 11:21:30.789Aug 11 11:21:30.789 DEBGfreemap_route_ipv6DEBG
28382026-08-11T11:21:31.799Z 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: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 } }]
28392026-08-11T11:21:31.799Z
28402026-08-11T11:21:31.799ZAug 11 11:21:30.789 DEBGAug 11 11:21:30.789 initted freemap. size: 64INFOAug 11 11:21:30.789, unitINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28412026-08-11T11:21:31.799Z
28422026-08-11T11:21:31.799Zfreemap_route_ipv4
28432026-08-11T11:21:31.799ZAug 11 11:21:30.789 Aug 11 11:21:30.789DEBGAug 11 11:21:30.789 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 } }]DEBGDEBG
28442026-08-11T11:21:31.799Z reset freemap , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 11 11:21:30.789
28452026-08-11T11:21:31.800Z : freemap_route_ipv4INFO
28462026-08-11T11:21:31.800Z Aug 11 11:21:30.789adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
28472026-08-11T11:21:31.800ZINFO Aug 11 11:21:30.789 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
28482026-08-11T11:21:31.800Z initted freemap. size: 64Aug 11 11:21:30.789, unitDEBGAug 11 11:21:30.789: 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 } }]freemap_route_ipv6
28492026-08-11T11:21:31.800Z
28502026-08-11T11:21:31.800Z DEBG Aug 11 11:21:30.789replacing 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 } }]
28512026-08-11T11:21:31.800ZINFOAug 11 11:21:30.789 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
28522026-08-11T11:21:31.800Z Aug 11 11:21:30.789reset freemap , INFOunitAug 11 11:21:30.789 : adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
28532026-08-11T11:21:31.800Zfreemap_route_ipv6
28542026-08-11T11:21:31.800Zreplacing 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 } }]
28552026-08-11T11:21:31.800ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG
28562026-08-11T11:21:31.800Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
28572026-08-11T11:21:31.800Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.789
28582026-08-11T11:21:31.800Z Aug 11 11:21:30.789DEBG 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 } }]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 } }]
28592026-08-11T11:21:31.800Z
28602026-08-11T11:21:31.800ZAug 11 11:21:30.789 Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 172.17.0.0/32 -> 10.0.0.255
28612026-08-11T11:21:31.800Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
28622026-08-11T11:21:31.800Z
28632026-08-11T11:21:31.800ZAug 11 11:21:30.789 Aug 11 11:21:30.789DEBGAug 11 11:21:30.789 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 } }]DEBGDEBG
28642026-08-11T11:21:31.800Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
28652026-08-11T11:21:31.800Z
28662026-08-11T11:21:31.800ZAug 11 11:21:30.789Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.1/32 -> 10.0.0.255
28672026-08-11T11:21:31.800Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
28682026-08-11T11:21:31.804Z
28692026-08-11T11:21:31.804ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789 DEBGDEBG 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 } }]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 } }]
28702026-08-11T11:21:31.804Z
28712026-08-11T11:21:31.804Zreplacing 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 } }]
28722026-08-11T11:21:31.804ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOINFOadding route 172.17.0.2/32 -> 10.0.0.255
28732026-08-11T11:21:31.804Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
28742026-08-11T11:21:31.804Z
28752026-08-11T11:21:31.804ZAug 11 11:21:30.789 DEBGAug 11 11:21:30.789Aug 11 11:21:30.789 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 } }]DEBGDEBG
28762026-08-11T11:21:31.804Zreplacing 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 } }]
28772026-08-11T11:21:31.804Zreplacing 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 } }]
28782026-08-11T11:21:31.804ZAug 11 11:21:30.789 Aug 11 11:21:30.789INFO Aug 11 11:21:30.789INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
28792026-08-11T11:21:31.804Z
28802026-08-11T11:21:31.804Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28812026-08-11T11:21:31.804ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789DEBGDEBG 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 } }]
28822026-08-11T11:21:31.804Zreplacing 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
28832026-08-11T11:21:31.804Z 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 } }]
28842026-08-11T11:21:31.804ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
28852026-08-11T11:21:31.804Zadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28862026-08-11T11:21:31.804Z
28872026-08-11T11:21:31.804ZAug 11 11:21:30.789 DEBGAug 11 11:21:30.789Aug 11 11:21:30.789 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 } }]
28882026-08-11T11:21:31.804Zreplacing 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
28892026-08-11T11:21:31.804Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.789
28902026-08-11T11:21:31.804Z Aug 11 11:21:30.789INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 11 11:21:30.789
28912026-08-11T11:21:31.805Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
28922026-08-11T11:21:31.805Z adding route 172.17.0.5/32 -> 10.0.0.255
28932026-08-11T11:21:31.805ZAug 11 11:21:30.789 DEBGAug 11 11:21:30.789 Aug 11 11:21:30.789replacing 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 } }]
28942026-08-11T11:21:31.805ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28952026-08-11T11:21:31.805Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.789
28962026-08-11T11:21:31.805Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 11 11:21:30.789
28972026-08-11T11:21:31.805ZAug 11 11:21:30.789 INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
28982026-08-11T11:21:31.805ZAug 11 11:21:30.789adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG
28992026-08-11T11:21:31.805Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.789
29002026-08-11T11:21:31.805Z DEBG Aug 11 11:21:30.789Aug 11 11:21:30.789 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
29012026-08-11T11:21:31.805Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29022026-08-11T11:21:31.805Z
29032026-08-11T11:21:31.805ZAug 11 11:21:30.789 INFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 11 11:21:30.789
29042026-08-11T11:21:31.805ZAug 11 11:21:30.789 DEBGINFO Aug 11 11:21:30.789 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 } }]
29052026-08-11T11:21:31.805ZDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }]
29062026-08-11T11:21:31.805Z
29072026-08-11T11:21:31.805ZAug 11 11:21:30.789 INFOAug 11 11:21:30.789 Aug 11 11:21:30.789 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
29082026-08-11T11:21:31.805ZINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29092026-08-11T11:21:31.805Z
29102026-08-11T11:21:31.805ZAug 11 11:21:30.789 DEBGAug 11 11:21:30.789Aug 11 11:21:30.789 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
29112026-08-11T11:21:31.805Z DEBGfailed to allocate space for the new target list
29122026-08-11T11:21:31.805Zreplacing 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 } }]
29132026-08-11T11:21:31.805ZAug 11 11:21:30.789Aug 11 11:21:30.789 INFODEBG Aug 11 11:21:30.789adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
29142026-08-11T11:21:31.805ZINFO adding route 172.17.0.9/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 } }]
29152026-08-11T11:21:31.805ZAug 11 11:21:30.789
29162026-08-11T11:21:31.805Z DEBGAug 11 11:21:30.789 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
29172026-08-11T11:21:31.805Z 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 } }]
29182026-08-11T11:21:31.805ZAug 11 11:21:30.789 Aug 11 11:21:30.789INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
29192026-08-11T11:21:31.805Zadding route 172.17.0.10/32 -> 10.0.0.255
29202026-08-11T11:21:31.805ZAug 11 11:21:30.789Aug 11 11:21:30.789 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
29212026-08-11T11:21:31.805Z
29222026-08-11T11:21:31.805ZAug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO Aug 11 11:21:30.789adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
29232026-08-11T11:21:31.805Z
29242026-08-11T11:21:31.805ZDEBG created new freemapAug 11 11:21:30.789Aug 11 11:21:30.789 , DEBGunitDEBG :replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
29252026-08-11T11:21:31.805Zreplacing 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 } }]
29262026-08-11T11:21:31.805Z
29272026-08-11T11:21:31.805ZAug 11 11:21:30.789Aug 11 11:21:30.789 INFOAug 11 11:21:30.789 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFODEBG
29282026-08-11T11:21:31.805Z created new freemapadding route 172.17.0.12/32 -> 10.0.0.255,
29292026-08-11T11:21:31.805ZunitAug 11 11:21:30.789: freemap_route_ipv6DEBGAug 11 11:21:30.789
29302026-08-11T11:21:31.806Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29312026-08-11T11:21:31.806Z 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 } }]
29322026-08-11T11:21:31.806ZAug 11 11:21:30.789Aug 11 11:21:30.789Aug 11 11:21:30.789 INFOINFO DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255
29332026-08-11T11:21:31.806Z
29342026-08-11T11:21:31.806Z initted freemap. size: 64, unit:Aug 11 11:21:30.789Aug 11 11:21:30.789 DEBG freemap_route_ipv4DEBGreplacing 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 } }]
29352026-08-11T11:21:31.806Zreplacing 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 } }]
29362026-08-11T11:21:31.806Z
29372026-08-11T11:21:31.806ZAug 11 11:21:30.789Aug 11 11:21:30.789Aug 11 11:21:30.789 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
29382026-08-11T11:21:31.806Z reset freemapadding route 172.17.0.14/32 -> 10.0.0.255,
29392026-08-11T11:21:31.806ZunitAug 11 11:21:30.789 :DEBG Aug 11 11:21:30.789freemap_route_ipv4 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
29402026-08-11T11:21:31.806Z
29412026-08-11T11:21:31.806Zreplacing 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 } }]
29422026-08-11T11:21:31.806ZAug 11 11:21:30.789Aug 11 11:21:30.789 Aug 11 11:21:30.789INFODEBG INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
29432026-08-11T11:21:31.806Zinitted freemap. size: 64adding route 172.17.0.15/32 -> 10.0.0.255
29442026-08-11T11:21:31.806ZAug 11 11:21:30.789, unitDEBG:Aug 11 11:21:30.789 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 } }] 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 } }]
29452026-08-11T11:21:31.806ZAug 11 11:21:30.790Aug 11 11:21:30.790 DEBGAug 11 11:21:30.789DEBG created new freemapAug 11 11:21:30.794 , Aug 11 11:21:30.790 unit:DEBGcreated new freemap , created new freemapunitfreemap_route_ipv4:, unitfreemap_route_ipv4
29462026-08-11T11:21:31.806Z:
29472026-08-11T11:21:31.806Zfreemap_route_ipv4
29482026-08-11T11:21:31.806ZAug 11 11:21:30.795DEBG created new freemapDEBG, unitAug 11 11:21:30.789Aug 11 11:21:30.795created new freemap , :DEBGAug 11 11:21:30.795 unit DEBGcreated new freemap DEBGcreated new freemap :freemap_route_ipv4, , created new freemapunit, :unitunit
29492026-08-11T11:21:31.806Zfreemap_route_ipv6:
29502026-08-11T11:21:31.806Zfreemap_route_ipv6
29512026-08-11T11:21:31.806Z:freemap_route_ipv6 freemap_route_ipv4
29522026-08-11T11:21:31.806ZAug 11 11:21:30.795
29532026-08-11T11:21:31.806ZDEBGAug 11 11:21:30.795 Aug 11 11:21:30.795 DEBGcreated new freemap DEBGinitted freemap. size: 64, Aug 11 11:21:30.795, initted freemap. size: 64unitunitAug 11 11:21:30.795:, : freemap_route_ipv6DEBG
29542026-08-11T11:21:31.806Zunit freemap_route_ipv4:
29552026-08-11T11:21:31.806Z created new freemap DEBG, unitfreemap_route_ipv4:Aug 11 11:21:30.795
29562026-08-11T11:21:31.806ZAug 11 11:21:30.795 DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64Aug 11 11:21:30.795, reset freemapunit, unitDEBG:: freemap_route_ipv6 freemap_route_ipv4
29572026-08-11T11:21:31.806Zunitfreemap_route_ipv4
29582026-08-11T11:21:31.806Z
29592026-08-11T11:21:31.806Z reset freemap:, unitAug 11 11:21:30.795Aug 11 11:21:30.795freemap_route_ipv4 :DEBG DEBGfreemap_route_ipv4
29602026-08-11T11:21:31.806Z
29612026-08-11T11:21:31.806Zinitted freemap. size: 64 Aug 11 11:21:30.795, initted freemap. size: 64unit, :unit :freemap_route_ipv6 freemap_route_ipv4
29622026-08-11T11:21:31.806ZAug 11 11:21:30.795 DEBGDEBG
29632026-08-11T11:21:31.806Z Aug 11 11:21:30.795initted freemap. size: 64 , DEBG unit reset freemap:reset freemap, , unitunitAug 11 11:21:30.795: DEBGfreemap_route_ipv6
29642026-08-11T11:21:31.806Zreset freemapfreemap_route_ipv6, unit
29652026-08-11T11:21:31.806Z:Aug 11 11:21:30.795Aug 11 11:21:30.795 Aug 11 11:21:30.795:freemap_route_ipv4 INFODEBG
29662026-08-11T11:21:31.806Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1
29672026-08-11T11:21:31.806Z reset freemap freemap_route_ipv4, reset freemapunitAug 11 11:21:30.795: , unit
29682026-08-11T11:21:31.810ZDEBG freemap_route_ipv6Aug 11 11:21:30.795 :initted freemap. size: 64
29692026-08-11T11:21:31.810Z, unitDEBG :freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:21:30.795
29702026-08-11T11:21:31.810ZINFOAug 11 11:21:30.795
29712026-08-11T11:21:31.810Zfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1
29722026-08-11T11:21:31.810ZDEBG
29732026-08-11T11:21:31.810Zinitted freemap. size: 64Aug 11 11:21:30.795Aug 11 11:21:30.795 , Aug 11 11:21:30.795 unitDEBG:INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:21:30.795
29742026-08-11T11:21:31.810Z freemap_route_ipv6 DEBGreset freemapAug 11 11:21:30.795
29752026-08-11T11:21:31.811Z 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 } }]DEBG
29762026-08-11T11:21:31.811Z, , 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 } }]unit
29772026-08-11T11:21:31.811Z: freemap_route_ipv6unitAug 11 11:21:30.795
29782026-08-11T11:21:31.811Z Aug 11 11:21:30.795DEBGAug 11 11:21:30.795 Aug 11 11:21:30.795INFO: adding route 172.16.0.0/32 -> 10.0.0.1INFO
29792026-08-11T11:21:31.811Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6reset freemap
29802026-08-11T11:21:31.811Z, unit
29812026-08-11T11:21:31.811ZAug 11 11:21:30.795adding route 172.16.0.0/32 -> 10.0.0.1 :DEBG
29822026-08-11T11:21:31.811Z Aug 11 11:21:30.795Aug 11 11:21:30.795freemap_route_ipv6
29832026-08-11T11:21:31.811Zreplacing 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
29842026-08-11T11:21:31.811ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:21:30.795
29852026-08-11T11:21:31.811Z reset freemapAug 11 11:21:30.795Aug 11 11:21:30.795DEBG 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 } }] unitadding route 172.16.0.0/32 -> 10.0.0.2:Aug 11 11:21:30.795
29862026-08-11T11:21:31.811Z
29872026-08-11T11:21:31.811Z INFO INFOAug 11 11:21:30.795Aug 11 11:21:30.795 freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
29882026-08-11T11:21:31.811Z
29892026-08-11T11:21:31.811Zadding route 3fff:dead::/64 -> 2001:db8::55:3 INFO DEBG
29902026-08-11T11:21:31.811Z Aug 11 11:21:30.795Aug 11 11:21:30.795replacing 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 } }]
29912026-08-11T11:21:31.811Z INFODEBGadding route 172.16.0.0/32 -> 10.0.0.2
29922026-08-11T11:21:31.811Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:30.795Aug 11 11:21:30.795
29932026-08-11T11:21:31.811Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO Aug 11 11:21:30.795 adding route 172.17.0.0/32 -> 10.0.0.255
29942026-08-11T11:21:31.811ZINFO
29952026-08-11T11:21:31.811ZAug 11 11:21:30.795 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
29962026-08-11T11:21:31.811ZAug 11 11:21:30.795
29972026-08-11T11:21:31.811Z Aug 11 11:21:30.795 INFODEBG Aug 11 11:21:30.795
29982026-08-11T11:21:31.811Z INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
29992026-08-11T11:21:31.811Z
30002026-08-11T11:21:31.811Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:21:30.795
30012026-08-11T11:21:31.811ZAug 11 11:21:30.795 DEBGINFOAug 11 11:21:30.795Aug 11 11:21:30.795 adding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:21:30.795DEBGreplacing 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 } }]
30022026-08-11T11:21:31.811Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
30032026-08-11T11:21:31.811Z
30042026-08-11T11:21:31.811ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:30.795
30052026-08-11T11:21:31.811Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:21:30.795
30062026-08-11T11:21:31.811Z DEBGINFO Aug 11 11:21:30.795replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.795adding route 172.16.0.0/32 -> 10.0.0.4
30072026-08-11T11:21:31.811ZAug 11 11:21:30.795 DEBGINFOINFO
30082026-08-11T11:21:31.811Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:21:30.795
30092026-08-11T11:21:31.811Z INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
30102026-08-11T11:21:31.811ZAug 11 11:21:30.795
30112026-08-11T11:21:31.811Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
30122026-08-11T11:21:31.811Z Aug 11 11:21:30.795replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30132026-08-11T11:21:31.811ZDEBG 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 } }]
30142026-08-11T11:21:31.812ZAug 11 11:21:30.795Aug 11 11:21:30.795 INFO adding route 172.17.0.0/32 -> 10.0.0.255DEBG
30152026-08-11T11:21:31.812ZAug 11 11:21:30.795 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 } }]INFOAug 11 11:21:30.795
30162026-08-11T11:21:31.812Z DEBGAug 11 11:21:30.795adding route 172.17.0.3/32 -> 10.0.0.255
30172026-08-11T11:21:31.812Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.795
30182026-08-11T11:21:31.812ZDEBG Aug 11 11:21:30.795INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
30192026-08-11T11:21:31.812Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
30202026-08-11T11:21:31.812Z
30212026-08-11T11:21:31.812ZAug 11 11:21:30.795 Aug 11 11:21:30.795Aug 11 11:21:30.795INFOINFO DEBG Aug 11 11:21:30.795adding route 172.17.0.1/32 -> 10.0.0.255
30222026-08-11T11:21:31.812Z 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 } }]INFO
30232026-08-11T11:21:31.812Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
30242026-08-11T11:21:31.812Z
30252026-08-11T11:21:31.812Z
30262026-08-11T11:21:31.812ZAug 11 11:21:30.795Aug 11 11:21:30.795 Aug 11 11:21:30.795 Aug 11 11:21:30.795DEBG DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
30272026-08-11T11:21:31.812Z
30282026-08-11T11:21:31.812Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.795Aug 11 11:21:30.795
30292026-08-11T11:21:31.812Z INFOINFO Aug 11 11:21:30.795adding route 172.17.0.5/32 -> 10.0.0.255INFO
30302026-08-11T11:21:31.812ZAug 11 11:21:30.795 DEBG INFO Aug 11 11:21:30.795adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.17/32 -> 10.0.0.255
30312026-08-11T11:21:31.812Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30322026-08-11T11:21:31.812Z
30332026-08-11T11:21:31.812ZDEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
30342026-08-11T11:21:31.812Z
30352026-08-11T11:21:31.812Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.795
30362026-08-11T11:21:31.812Z DEBGAug 11 11:21:30.795Aug 11 11:21:30.795 DEBGAug 11 11:21:30.795 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 } }]
30372026-08-11T11:21:31.812Zreplacing 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
30382026-08-11T11:21:31.812Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:21:30.795DEBG
30392026-08-11T11:21:31.812ZAug 11 11:21:30.795 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 } }]Aug 11 11:21:30.795
30402026-08-11T11:21:31.812Z DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.795adding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:21:30.795
30412026-08-11T11:21:31.812Z INFO
30422026-08-11T11:21:31.812ZINFOINFO Aug 11 11:21:30.795 adding route 172.17.0.18/32 -> 10.0.0.255
30432026-08-11T11:21:31.812ZAug 11 11:21:30.795 DEBGINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
30442026-08-11T11:21:31.812Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.795adding route 172.17.0.7/32 -> 10.0.0.255
30452026-08-11T11:21:31.812Z
30462026-08-11T11:21:31.812Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
30472026-08-11T11:21:31.812Z Aug 11 11:21:30.795replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.795 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 } }]
30482026-08-11T11:21:31.812Zreplacing 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 } }]
30492026-08-11T11:21:31.812ZAug 11 11:21:30.801Aug 11 11:21:30.801 INFO
30502026-08-11T11:21:31.812ZAug 11 11:21:30.801 DEBGAug 11 11:21:30.801 INFOadding route 172.17.0.4/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
30512026-08-11T11:21:31.812Z Aug 11 11:21:30.801adding route 172.17.0.8/32 -> 10.0.0.255
30522026-08-11T11:21:31.813ZINFO
30532026-08-11T11:21:31.813Z
30542026-08-11T11:21:31.813ZAug 11 11:21:30.801 adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:21:30.801DEBG
30552026-08-11T11:21:31.813ZDEBGAug 11 11:21:30.801 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.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 } }]
30562026-08-11T11:21:31.813Z
30572026-08-11T11:21:31.813ZAug 11 11:21:30.801 DEBG DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.801Aug 11 11:21:30.801 INFOINFO
30582026-08-11T11:21:31.813Zadding route 172.17.0.9/32 -> 10.0.0.255
30592026-08-11T11:21:31.813Zadding route 172.17.0.5/32 -> 10.0.0.255
30602026-08-11T11:21:31.813ZAug 11 11:21:30.801 Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
30612026-08-11T11:21:31.813Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }]
30622026-08-11T11:21:31.813Z
30632026-08-11T11:21:31.813ZAug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBGDEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
30642026-08-11T11:21:31.813Zadding route 172.17.0.10/32 -> 10.0.0.255
30652026-08-11T11:21:31.813Z 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 } }]
30662026-08-11T11:21:31.813Z
30672026-08-11T11:21:31.813ZAug 11 11:21:30.801Aug 11 11:21:30.801 ERROINFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:21:30.801
30682026-08-11T11:21:31.817Z DEBG
30692026-08-11T11:21:31.817Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.801
30702026-08-11T11:21:31.817ZAug 11 11:21:30.801 INFODEBG Aug 11 11:21:30.801Aug 11 11:21:30.801 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffERROINFOreplacing 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 } }]
30712026-08-11T11:21:31.817Z
30722026-08-11T11:21:31.817Zshrink-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
30732026-08-11T11:21:31.817Zadding route 172.17.0.11/32 -> 10.0.0.255
30742026-08-11T11:21:31.817ZAug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.801
30752026-08-11T11:21:31.817Z
30762026-08-11T11:21:31.817ZDEBG 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 } }]
30772026-08-11T11:21:31.817ZAug 11 11:21:30.801Aug 11 11:21:30.801 DEBGAug 11 11:21:30.801INFO INFO 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.12/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
30782026-08-11T11:21:31.817Z
30792026-08-11T11:21:31.817Z
30802026-08-11T11:21:31.817ZAug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.796 DEBG DEBGAug 11 11:21:30.801 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 } }] 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 freemap
30812026-08-11T11:21:31.817ZINFO adding route 172.17.0.8/32 -> 10.0.0.255,
30822026-08-11T11:21:31.817Z
30832026-08-11T11:21:31.817ZAug 11 11:21:30.801 unitINFO: Aug 11 11:21:30.801 Aug 11 11:21:30.801 adding route 172.17.0.13/32 -> 10.0.0.255INFO
30842026-08-11T11:21:31.817Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff freemap_route_ipv4
30852026-08-11T11:21:31.817Z
30862026-08-11T11:21:31.817ZDEBG Aug 11 11:21:30.801replacing 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 } }]
30872026-08-11T11:21:31.817ZDEBG Aug 11 11:21:30.801replacing 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 } }]
30882026-08-11T11:21:31.817ZAug 11 11:21:30.801DEBG DEBGAug 11 11:21:30.801replacing 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 } }]
30892026-08-11T11:21:31.817ZAug 11 11:21:30.801created new freemap , INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255
30902026-08-11T11:21:31.817Zadding route 172.17.0.9/32 -> 10.0.0.255unit:
30912026-08-11T11:21:31.817Zfreemap_route_ipv6Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG
30922026-08-11T11:21:31.817Zreplacing 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 } }]
30932026-08-11T11:21:31.817Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:21:30.801
30942026-08-11T11:21:31.817Z DEBG Aug 11 11:21:30.801replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.801 Aug 11 11:21:30.801
30952026-08-11T11:21:31.817ZINFODEBG adding route 172.17.0.15/32 -> 10.0.0.255DEBG
30962026-08-11T11:21:31.817Zinitted freemap. size: 64 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.801,
30972026-08-11T11:21:31.817Z Aug 11 11:21:30.801INFO unitDEBG: replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
30982026-08-11T11:21:31.817Z
30992026-08-11T11:21:31.817Zfreemap_route_ipv4Aug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBG
31002026-08-11T11:21:31.818Z adding route 172.17.0.16/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 } }]
31012026-08-11T11:21:31.818ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
31022026-08-11T11:21:31.818Z
31032026-08-11T11:21:31.818ZAug 11 11:21:30.801Aug 11 11:21:30.801 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 } }]reset freemap
31042026-08-11T11:21:31.818Z, Aug 11 11:21:30.801unit: Aug 11 11:21:30.801 DEBG Aug 11 11:21:30.801freemap_route_ipv4INFO
31052026-08-11T11:21:31.818Z 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 } }]
31062026-08-11T11:21:31.818ZINFOadding route 172.17.0.11/32 -> 10.0.0.255
31072026-08-11T11:21:31.818Zadding route 172.17.0.17/32 -> 10.0.0.255
31082026-08-11T11:21:31.818ZAug 11 11:21:30.801Aug 11 11:21:30.801Aug 11 11:21:30.801 DEBGINFO 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 } }] Aug 11 11:21:30.801
31092026-08-11T11:21:31.818Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
31102026-08-11T11:21:31.818Zreplacing 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 } }]
31112026-08-11T11:21:31.818ZDEBG Aug 11 11:21:30.801Aug 11 11:21:30.801 Aug 11 11:21:30.801INFO adding route 172.17.0.18/32 -> 10.0.0.255initted freemap. size: 64DEBG
31122026-08-11T11:21:31.818ZINFO, unit replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:adding route 172.17.0.12/32 -> 10.0.0.255
31132026-08-11T11:21:31.818Z
31142026-08-11T11:21:31.818ZAug 11 11:21:30.801freemap_route_ipv6
31152026-08-11T11:21:31.818ZDEBGAug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBGreplacing 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 } }]
31162026-08-11T11:21:31.818Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31172026-08-11T11:21:31.818Z
31182026-08-11T11:21:31.818ZAug 11 11:21:30.801Aug 11 11:21:30.801 INFODEBGAug 11 11:21:30.801 reset freemapadding route 172.17.0.19/32 -> 10.0.0.255 Aug 11 11:21:30.801
31192026-08-11T11:21:31.818ZINFO , adding route 172.17.0.13/32 -> 10.0.0.255unit
31202026-08-11T11:21:31.818Z : DEBGfreemap_route_ipv6
31212026-08-11T11:21:31.818Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.802
31222026-08-11T11:21:31.818Z DEBG Aug 11 11:21:30.802replacing 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 } }]
31232026-08-11T11:21:31.818ZAug 11 11:21:30.802DEBG Aug 11 11:21:30.802replacing 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 } }]INFOAug 11 11:21:30.802
31242026-08-11T11:21:31.818Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:21:30.802
31252026-08-11T11:21:31.818Z adding route 172.17.0.14/32 -> 10.0.0.255INFO
31262026-08-11T11:21:31.818Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
31272026-08-11T11:21:31.818Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:21:30.802Aug 11 11:21:30.802
31282026-08-11T11:21:31.818Z DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:21:30.802
31292026-08-11T11:21:31.818Ztest route::tests::identity_replace_is_noop ... ok
31302026-08-11T11:21:31.818Z DEBG
31312026-08-11T11:21:31.818ZDEBG 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.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.802
31322026-08-11T11:21:31.818Z
31332026-08-11T11:21:31.818ZAug 11 11:21:30.802 INFOAug 11 11:21:30.802 Aug 11 11:21:30.802 adding route 172.16.0.0/32 -> 10.0.0.2INFODEBG
31342026-08-11T11:21:31.818Z adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 11 11:21:30.802 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 } }]
31352026-08-11T11:21:31.818Zadding route 172.17.0.15/32 -> 10.0.0.255
31362026-08-11T11:21:31.818Z Aug 11 11:21:30.802DEBG
31372026-08-11T11:21:31.818Ztest route::tests::grow_succeeds ... ok
31382026-08-11T11:21:31.818ZDEBG Aug 11 11:21:30.802reset freemapAug 11 11:21:30.802 DEBGAug 11 11:21:30.802, INFO 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 } }]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 } }]:
31392026-08-11T11:21:31.819Ztest route::tests::rollback_on_compact_delete_failure ... ok
31402026-08-11T11:21:31.819Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
31412026-08-11T11:21:31.819Z
31422026-08-11T11:21:31.819Z
31432026-08-11T11:21:31.819Zfreemap_route_ipv6
31442026-08-11T11:21:31.819ZAug 11 11:21:30.802Aug 11 11:21:30.802 INFOAug 11 11:21:30.802INFO DEBGAug 11 11:21:30.802adding route 172.17.0.22/32 -> 10.0.0.255 Aug 11 11:21:30.802adding route 172.16.0.0/32 -> 10.0.0.3
31452026-08-11T11:21:31.819ZINFOreplacing 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 } }]
31462026-08-11T11:21:31.819ZINFOadding route 172.17.0.16/32 -> 10.0.0.255 Aug 11 11:21:30.802
31472026-08-11T11:21:31.819Z
31482026-08-11T11:21:31.819Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
31492026-08-11T11:21:31.819Z Aug 11 11:21:30.802 Aug 11 11:21:30.802 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31502026-08-11T11:21:31.819Z 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 } }]
31512026-08-11T11:21:31.819Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
31522026-08-11T11:21:31.819ZAug 11 11:21:30.802Aug 11 11:21:30.802 Aug 11 11:21:30.802Aug 11 11:21:30.802 DEBGINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255Aug 11 11:21:30.802
31532026-08-11T11:21:31.819Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
31542026-08-11T11:21:31.819ZDEBG
31552026-08-11T11:21:31.819Z 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 } }]
31562026-08-11T11:21:31.819ZDEBG Aug 11 11:21:30.802replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:21:30.802Aug 11 11:21:30.802 DEBG
31572026-08-11T11:21:31.819Z 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 } }]
31582026-08-11T11:21:31.819ZDEBGINFO Aug 11 11:21:30.802adding route 172.16.0.0/32 -> 10.0.0.4
31592026-08-11T11:21:31.819ZAug 11 11:21:30.802DEBG Aug 11 11:21:30.802INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
31602026-08-11T11:21:31.819Z adding route 172.17.0.24/32 -> 10.0.0.255
31612026-08-11T11:21:31.819Zreplacing 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 } }]
31622026-08-11T11:21:31.819Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:21:30.802 DEBGAug 11 11:21:30.802 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
31632026-08-11T11:21:31.819Z created new freemap, unit: Aug 11 11:21:30.802freemap_route_ipv4Aug 11 11:21:30.807 DEBG
31642026-08-11T11:21:31.819ZINFO adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.807
31652026-08-11T11:21:31.819Z
31662026-08-11T11:21:31.819Z Aug 11 11:21:30.807DEBGAug 11 11:21:30.807Aug 11 11:21:30.807 DEBG
31672026-08-11T11:21:31.819Z 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 } }]
31682026-08-11T11:21:31.823Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:21:30.807
31692026-08-11T11:21:31.823ZAug 11 11:21:30.807 DEBGDEBGAug 11 11:21:30.807 Aug 11 11:21:30.807 created new freemap INFODEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }],
31702026-08-11T11:21:31.823Z
31712026-08-11T11:21:31.823Z unit:adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
31722026-08-11T11:21:31.823Z
31732026-08-11T11:21:31.823Zfreemap_route_ipv6
31742026-08-11T11:21:31.823ZAug 11 11:21:30.807 INFO
31752026-08-11T11:21:31.823ZAug 11 11:21:30.807 DEBGAug 11 11:21:30.807Aug 11 11:21:30.807 DEBGDEBGreplacing 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 } }]
31762026-08-11T11:21:31.823Zadding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31772026-08-11T11:21:31.823Z
31782026-08-11T11:21:31.823Zinitted freemap. size: 64, Aug 11 11:21:30.808Aug 11 11:21:30.808 unitAug 11 11:21:30.808DEBG 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:INFO
31792026-08-11T11:21:31.823Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff freemap_route_ipv4
31802026-08-11T11:21:31.823Zadding route 172.17.0.20/32 -> 10.0.0.255
31812026-08-11T11:21:31.823Z
31822026-08-11T11:21:31.823ZAug 11 11:21:30.808Aug 11 11:21:30.808 INFO DEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:21:30.808
31832026-08-11T11:21:31.823Z Aug 11 11:21:30.808replacing 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 reset freemap
31842026-08-11T11:21:31.824ZDEBG 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 } }],
31852026-08-11T11:21:31.824ZAug 11 11:21:30.808unit Aug 11 11:21:30.808DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31862026-08-11T11:21:31.824Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff:
31872026-08-11T11:21:31.824ZAug 11 11:21:30.808 freemap_route_ipv4INFOAug 11 11:21:30.808
31882026-08-11T11:21:31.824ZAug 11 11:21:30.808adding route 172.17.0.21/32 -> 10.0.0.255 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255
31892026-08-11T11:21:31.824Zreplacing 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 } }]
31902026-08-11T11:21:31.824Z
31912026-08-11T11:21:31.824ZAug 11 11:21:30.808 DEBGAug 11 11:21:30.808 Aug 11 11:21:30.808DEBGAug 11 11:21:30.808initted freemap. size: 64 INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31922026-08-11T11:21:31.824Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
31932026-08-11T11:21:31.824Z , 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 } }]unit
31942026-08-11T11:21:31.824ZAug 11 11:21:30.808: INFOAug 11 11:21:30.808 Aug 11 11:21:30.808DEBGfreemap_route_ipv6
31952026-08-11T11:21:31.824ZINFOadding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31962026-08-11T11:21:31.824Zadding route 172.17.0.29/32 -> 10.0.0.255
31972026-08-11T11:21:31.824Z
31982026-08-11T11:21:31.824ZAug 11 11:21:30.808Aug 11 11:21:30.808 INFODEBGAug 11 11:21:30.808 Aug 11 11:21:30.808 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
31992026-08-11T11:21:31.824Z reset freemapDEBGreplacing 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 } }],
32002026-08-11T11:21:31.824Z unitAug 11 11:21:30.808 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG
32012026-08-11T11:21:31.824ZAug 11 11:21:30.808 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
32022026-08-11T11:21:31.824Zfreemap_route_ipv6adding route 172.17.0.30/32 -> 10.0.0.255
32032026-08-11T11:21:31.824ZAug 11 11:21:30.808
32042026-08-11T11:21:31.824Z INFO Aug 11 11:21:30.808adding route 172.17.0.23/32 -> 10.0.0.255
32052026-08-11T11:21:31.824ZINFOAug 11 11:21:30.808 Aug 11 11:21:30.808adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGAug 11 11:21:30.808
32062026-08-11T11:21:31.824Z INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32072026-08-11T11:21:31.824ZDEBG Aug 11 11:21:30.808adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
32082026-08-11T11:21:31.824ZDEBG
32092026-08-11T11:21:31.824ZAug 11 11:21:30.808 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 } }]INFOAug 11 11:21:30.808Aug 11 11:21:30.808
32102026-08-11T11:21:31.824Z adding route 172.17.0.31/32 -> 10.0.0.255DEBG
32112026-08-11T11:21:31.824Z INFOAug 11 11:21:30.808 adding 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 } }]
32122026-08-11T11:21:31.824ZAug 11 11:21:30.808INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
32132026-08-11T11:21:31.824Z Aug 11 11:21:30.808replacing 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 } }]
32142026-08-11T11:21:31.824Z
32152026-08-11T11:21:31.824ZDEBG Aug 11 11:21:30.808replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.808
32162026-08-11T11:21:31.824Z Aug 11 11:21:30.808INFO INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.808
32172026-08-11T11:21:31.824Z
32182026-08-11T11:21:31.824ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.25/32 -> 10.0.0.255
32192026-08-11T11:21:31.824Z
32202026-08-11T11:21:31.824ZAug 11 11:21:30.808Aug 11 11:21:30.808 DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.808
32212026-08-11T11:21:31.824Z
32222026-08-11T11:21:31.825ZAug 11 11:21:30.808 DEBG Aug 11 11:21:30.808DEBG INFOAug 11 11:21:30.808 adding route 172.17.0.33/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32232026-08-11T11:21:31.825Zreplacing 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
32242026-08-11T11:21:31.825Zreplacing 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 } }]
32252026-08-11T11:21:31.825Z
32262026-08-11T11:21:31.825ZAug 11 11:21:30.808 DEBGAug 11 11:21:30.808Aug 11 11:21:30.808 Aug 11 11:21:30.808 INFOINFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32272026-08-11T11:21:31.825Zadding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
32282026-08-11T11:21:31.825Z
32292026-08-11T11:21:31.825Z
32302026-08-11T11:21:31.825ZAug 11 11:21:30.808 INFO Aug 11 11:21:30.808Aug 11 11:21:30.808adding route 172.17.0.34/32 -> 10.0.0.255 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 } }]
32312026-08-11T11:21:31.825ZDEBGDEBG
32322026-08-11T11:21:31.825Ztest route::tests::rollback_on_compact_write_failure ... ok
32332026-08-11T11:21:31.825Z Aug 11 11:21:30.808 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
32342026-08-11T11:21:31.825Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.808
32352026-08-11T11:21:31.825Z Aug 11 11:21:30.808INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32362026-08-11T11:21:31.825ZDEBGAug 11 11:21:30.808Aug 11 11:21:30.808 adding route 172.17.0.20/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 } }]
32372026-08-11T11:21:31.825Z INFOAug 11 11:21:30.808 INFOINFO
32382026-08-11T11:21:31.825Ztest route::tests::rollback_on_index_readd_failure ... ok
32392026-08-11T11:21:31.825Z adding route 172.17.0.27/32 -> 10.0.0.255 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
32402026-08-11T11:21:31.825ZAug 11 11:21:30.808adding route 3fff:dead::/64 -> 2001:db8::55:4
32412026-08-11T11:21:31.825Z
32422026-08-11T11:21:31.825Z Aug 11 11:21:30.808INFO Aug 11 11:21:30.808DEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:21:30.808
32432026-08-11T11:21:31.825Z DEBG DEBGAug 11 11:21:30.808 Aug 11 11:21:30.808 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
32442026-08-11T11:21:31.825Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32452026-08-11T11:21:31.825Z 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 } }]
32462026-08-11T11:21:31.825ZDEBG
32472026-08-11T11:21:31.825Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.808Aug 11 11:21:30.808 Aug 11 11:21:30.808
32482026-08-11T11:21:31.825Z DEBGAug 11 11:21:30.808 INFOINFOreplacing targets for 3fff:dead::/64 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 } }]
32492026-08-11T11:21:31.825Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO Aug 11 11:21:30.808adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:21:30.808
32502026-08-11T11:21:31.825Z
32512026-08-11T11:21:31.825ZINFOWARN adding route 172.17.0.36/32 -> 10.0.0.255 Aug 11 11:21:30.808
32522026-08-11T11:21:31.825Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 11 11:21:30.808
32532026-08-11T11:21:31.825Z Aug 11 11:21:30.808replacing 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 } }]
32542026-08-11T11:21:31.825Z DEBGDEBG Aug 11 11:21:30.808replacing 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 } }]
32552026-08-11T11:21:31.825Z
32562026-08-11T11:21:31.825Z DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32572026-08-11T11:21:31.825Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.808
32582026-08-11T11:21:31.825Z Aug 11 11:21:30.808INFOAug 11 11:21:30.808 adding route 172.17.0.37/32 -> 10.0.0.255 INFOINFO Aug 11 11:21:30.808adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
32592026-08-11T11:21:31.825Z adding route 172.17.0.22/32 -> 10.0.0.255
32602026-08-11T11:21:31.825ZINFO
32612026-08-11T11:21:31.825ZAug 11 11:21:30.808adding route 172.17.0.29/32 -> 10.0.0.255
32622026-08-11T11:21:31.826ZDEBGAug 11 11:21:30.808 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32632026-08-11T11:21:31.826Z Aug 11 11:21:30.808replacing 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 } }]
32642026-08-11T11:21:31.826ZAug 11 11:21:30.808 INFODEBG Aug 11 11:21:30.808replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
32652026-08-11T11:21:31.826ZAug 11 11:21:30.808INFO
32662026-08-11T11:21:31.826Z DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
32672026-08-11T11:21:31.826Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.808 INFOAug 11 11:21:30.809 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
32682026-08-11T11:21:31.829Z created new freemapAug 11 11:21:30.808Aug 11 11:21:30.808 Aug 11 11:21:30.814DEBG, unitDEBG : created new freemapDEBG, unitreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:freemap_route_ipv4
32692026-08-11T11:21:31.829Z created new freemapfreemap_route_ipv4,
32702026-08-11T11:21:31.829Zunit: Aug 11 11:21:30.814freemap_route_ipv4
32712026-08-11T11:21:31.829Z
32722026-08-11T11:21:31.829Z Aug 11 11:21:30.814Aug 11 11:21:30.814 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.814DEBG
32732026-08-11T11:21:31.829Z Aug 11 11:21:30.814INFO DEBG DEBGadding route 172.17.0.31/32 -> 10.0.0.255created new freemapcreated new freemap,
32742026-08-11T11:21:31.830Zreplacing 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
32752026-08-11T11:21:31.830Z, unit:unit freemap_route_ipv6:Aug 11 11:21:30.814Aug 11 11:21:30.814
32762026-08-11T11:21:31.830Z freemap_route_ipv6DEBG
32772026-08-11T11:21:31.830Z Aug 11 11:21:30.814Aug 11 11:21:30.814 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.814 INFO DEBG
32782026-08-11T11:21:31.830ZDEBG initted freemap. size: 64created new freemap Aug 11 11:21:30.814, INFO unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
32792026-08-11T11:21:31.830Z: , adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv6unit
32802026-08-11T11:21:31.830Z:initted freemap. size: 64 adding route 172.17.0.32/32 -> 10.0.0.255
32812026-08-11T11:21:31.830Z, unitfreemap_route_ipv4
32822026-08-11T11:21:31.830Z
32832026-08-11T11:21:31.830Z:Aug 11 11:21:30.814 Aug 11 11:21:30.814DEBGAug 11 11:21:30.814 freemap_route_ipv4
32842026-08-11T11:21:31.830Z Aug 11 11:21:30.814DEBG 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 } }] reset freemap
32852026-08-11T11:21:31.830Z, replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
32862026-08-11T11:21:31.830Z:Aug 11 11:21:30.814 DEBGfreemap_route_ipv4
32872026-08-11T11:21:31.830ZAug 11 11:21:30.814DEBGAug 11 11:21:30.814 initted freemap. size: 64 , DEBGAug 11 11:21:30.814 reset 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 } }],
32882026-08-11T11:21:31.830ZAug 11 11:21:30.814 INFOunit INFO:DEBG adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:21:30.814freemap_route_ipv4
32892026-08-11T11:21:31.830Z
32902026-08-11T11:21:31.830Zunitinitted freemap. size: 64, unit: Aug 11 11:21:30.814adding route 3fff:beef:10::/64 -> 2001:db8::55:ff:INFOAug 11 11:21:30.814freemap_route_ipv6
32912026-08-11T11:21:31.830ZDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
32922026-08-11T11:21:31.830Zinitted freemap. size: 64
32932026-08-11T11:21:31.830Z Aug 11 11:21:30.814freemap_route_ipv4
32942026-08-11T11:21:31.830Zreplacing 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 } }],
32952026-08-11T11:21:31.830ZunitAug 11 11:21:30.814 Aug 11 11:21:30.814 :DEBG DEBG freemap_route_ipv6
32962026-08-11T11:21:31.830Zreset freemapreset freemapAug 11 11:21:30.814, , Aug 11 11:21:30.814 unitDEBGDEBGunit :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 } }]:
32972026-08-11T11:21:31.830Z Aug 11 11:21:30.814 DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 reset freemapfreemap_route_ipv6
32982026-08-11T11:21:31.830ZAug 11 11:21:30.814adding route 172.17.0.34/32 -> 10.0.0.255, unit
32992026-08-11T11:21:31.830ZINFO
33002026-08-11T11:21:31.830Z :
33012026-08-11T11:21:31.830Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:21:30.814
33022026-08-11T11:21:31.830Z Aug 11 11:21:30.814DEBG freemap_route_ipv6 Aug 11 11:21:30.814INFO
33032026-08-11T11:21:31.830Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
33042026-08-11T11:21:31.830ZAug 11 11:21:30.814
33052026-08-11T11:21:31.830ZAug 11 11:21:30.814 Aug 11 11:21:30.814DEBG Aug 11 11:21:30.814INFO initted freemap. size: 64 INFODEBGDEBG Aug 11 11:21:30.814 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33062026-08-11T11:21:31.830Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
33072026-08-11T11:21:31.830Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255
33082026-08-11T11:21:31.830Z
33092026-08-11T11:21:31.830ZAug 11 11:21:30.814
33102026-08-11T11:21:31.830Z INFOAug 11 11:21:30.814Aug 11 11:21:30.814 adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGDEBG
33112026-08-11T11:21:31.830Z 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 } }]
33122026-08-11T11:21:31.831ZAug 11 11:21:30.814replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:21:30.814INFO
33132026-08-11T11:21:31.831Z DEBGAug 11 11:21:30.814 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33142026-08-11T11:21:31.831ZAug 11 11:21:30.814adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 11 11:21:30.814
33152026-08-11T11:21:31.831ZINFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.36/32 -> 10.0.0.255
33162026-08-11T11:21:31.831Z
33172026-08-11T11:21:31.831ZAug 11 11:21:30.814 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
33182026-08-11T11:21:31.831Z Aug 11 11:21:30.814 Aug 11 11:21:30.814DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 11 11:21:30.814
33192026-08-11T11:21:31.831ZDEBG INFO Aug 11 11:21:30.814replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:27::/64 -> 2001:db8::55:ff
33202026-08-11T11:21:31.831Zreplacing 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 } }]
33212026-08-11T11:21:31.831ZAug 11 11:21:30.814 DEBGDEBG
33222026-08-11T11:21:31.831ZAug 11 11:21:30.814 Aug 11 11:21:30.814DEBG 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 } }]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 } }]
33232026-08-11T11:21:31.831Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
33242026-08-11T11:21:31.831Z
33252026-08-11T11:21:31.831Z
33262026-08-11T11:21:31.831ZAug 11 11:21:30.814Aug 11 11:21:30.814 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 11 11:21:30.814
33272026-08-11T11:21:31.831ZAug 11 11:21:30.814Aug 11 11:21:30.814 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFODEBG
33282026-08-11T11:21:31.831Z 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 } }] Aug 11 11:21:30.814adding route 172.17.0.37/32 -> 10.0.0.255 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
33292026-08-11T11:21:31.831Z
33302026-08-11T11:21:31.831ZDEBG
33312026-08-11T11:21:31.831ZAug 11 11:21:30.814 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
33322026-08-11T11:21:31.831ZAug 11 11:21:30.814DEBG Aug 11 11:21:30.814 Aug 11 11:21:30.814INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
33332026-08-11T11:21:31.831Z
33342026-08-11T11:21:31.831Zreplacing targets for 3fff:dead::/64 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 } }]
33352026-08-11T11:21:31.831Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.814Aug 11 11:21:30.814Aug 11 11:21:30.814Aug 11 11:21:30.814
33362026-08-11T11:21:31.831ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 WARNINFO Aug 11 11:21:30.814 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
33372026-08-11T11:21:31.831Z adding route 172.17.0.38/32 -> 10.0.0.255
33382026-08-11T11:21:31.831Z
33392026-08-11T11:21:31.831Zreplacing 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
33402026-08-11T11:21:31.831Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:21:30.814
33412026-08-11T11:21:31.831ZDEBGAug 11 11:21:30.814 DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33422026-08-11T11:21:31.831Zreplacing targets for 3fff:dead::/64 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 } }]
33432026-08-11T11:21:31.831ZAug 11 11:21:30.814Aug 11 11:21:30.814 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.814Aug 11 11:21:30.814
33442026-08-11T11:21:31.831Z INFOWARNadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
33452026-08-11T11:21:31.831Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
33462026-08-11T11:21:31.831Zadding route 172.17.0.39/32 -> 10.0.0.255
33472026-08-11T11:21:31.831ZAug 11 11:21:30.814 Aug 11 11:21:30.814INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
33482026-08-11T11:21:31.831Zreplacing 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 } }]
33492026-08-11T11:21:31.831ZAug 11 11:21:30.814 DEBGAug 11 11:21:30.814 Aug 11 11:21:30.814 DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33502026-08-11T11:21:31.831Zreplacing 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
33512026-08-11T11:21:31.831Z Aug 11 11:21:30.814adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
33522026-08-11T11:21:31.832ZINFO Aug 11 11:21:30.814adding route 172.17.0.40/32 -> 10.0.0.255
33532026-08-11T11:21:31.832ZINFO Aug 11 11:21:30.814 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
33542026-08-11T11:21:31.832Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.814
33552026-08-11T11:21:31.832Z DEBGAug 11 11:21:30.814 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
33562026-08-11T11:21:31.832Z Aug 11 11:21:30.814replacing 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
33572026-08-11T11:21:31.832Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:21:30.814 INFO
33582026-08-11T11:21:31.832Z adding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:21:30.814
33592026-08-11T11:21:31.832Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
33602026-08-11T11:21:31.832ZAug 11 11:21:30.814
33612026-08-11T11:21:31.832Z DEBG Aug 11 11:21:30.814replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:30.814DEBG
33622026-08-11T11:21:31.832Z Aug 11 11:21:30.814 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 } }] INFODEBG
33632026-08-11T11:21:31.832Z Aug 11 11:21:30.814replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255
33642026-08-11T11:21:31.832ZAug 11 11:21:30.814
33652026-08-11T11:21:31.832ZINFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255
33662026-08-11T11:21:31.832Z
33672026-08-11T11:21:31.832ZAug 11 11:21:30.814 DEBG Aug 11 11:21:30.814replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.814
33682026-08-11T11:21:31.836Z DEBG 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 } }]Aug 11 11:21:30.814
33692026-08-11T11:21:31.836Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33702026-08-11T11:21:31.836Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
33712026-08-11T11:21:31.836ZAug 11 11:21:30.814Aug 11 11:21:30.814 INFOAug 11 11:21:30.814Aug 11 11:21:30.814 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255 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 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:21:30.815
33722026-08-11T11:21:31.836ZAug 11 11:21:30.815adding route 172.17.0.24/32 -> 10.0.0.255
33732026-08-11T11:21:31.836Z DEBGDEBG created new freemapcreated new freemap, , unitunitAug 11 11:21:30.820::
33742026-08-11T11:21:31.836ZAug 11 11:21:30.820 DEBG freemap_route_ipv4replacing 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 } }]
33752026-08-11T11:21:31.836Z
33762026-08-11T11:21:31.836ZDEBGAug 11 11:21:30.820 INFOfreemap_route_ipv4 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:21:30.820 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
33772026-08-11T11:21:31.836Z
33782026-08-11T11:21:31.836Z
33792026-08-11T11:21:31.836Z adding route 172.17.0.25/32 -> 10.0.0.255
33802026-08-11T11:21:31.836ZAug 11 11:21:30.820 DEBGAug 11 11:21:30.820Aug 11 11:21:30.820 Aug 11 11:21:30.820replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:30.820 DEBG
33812026-08-11T11:21:31.836ZDEBG created new freemapDEBGAug 11 11:21:30.820 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33822026-08-11T11:21:31.836Z , created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
33832026-08-11T11:21:31.836Zunit:INFOAug 11 11:21:30.820 Aug 11 11:21:30.820, freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
33842026-08-11T11:21:31.836ZDEBG
33852026-08-11T11:21:31.836Z INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unitadding route 172.17.0.26/32 -> 10.0.0.255
33862026-08-11T11:21:31.836Z
33872026-08-11T11:21:31.836Z: Aug 11 11:21:30.820Aug 11 11:21:30.820freemap_route_ipv6Aug 11 11:21:30.820Aug 11 11:21:30.820
33882026-08-11T11:21:31.836ZDEBGDEBGINFO DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33892026-08-11T11:21:31.836Zinitted freemap. size: 64adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, unit
33902026-08-11T11:21:31.836Z : Aug 11 11:21:30.820freemap_route_ipv4
33912026-08-11T11:21:31.836ZINFOAug 11 11:21:30.820 Aug 11 11:21:30.820 adding route 172.17.0.27/32 -> 10.0.0.255DEBGDEBG
33922026-08-11T11:21:31.836Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
33932026-08-11T11:21:31.836Z
33942026-08-11T11:21:31.836Z Aug 11 11:21:30.820initted freemap. size: 64 Aug 11 11:21:30.820Aug 11 11:21:30.820 Aug 11 11:21:30.820 INFODEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33952026-08-11T11:21:31.836Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
33962026-08-11T11:21:31.836Z
33972026-08-11T11:21:31.836Zreset freemapAug 11 11:21:30.820 , , INFOunitAug 11 11:21:30.820: unitadding route 172.17.0.28/32 -> 10.0.0.255DEBG:
33982026-08-11T11:21:31.836Zfreemap_route_ipv4
33992026-08-11T11:21:31.836Z freemap_route_ipv4Aug 11 11:21:30.820Aug 11 11:21:30.820
34002026-08-11T11:21:31.837ZAug 11 11:21:30.820 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
34012026-08-11T11:21:31.837ZDEBGreplacing 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 } }]
34022026-08-11T11:21:31.837Zreplacing 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
34032026-08-11T11:21:31.837ZAug 11 11:21:30.820Aug 11 11:21:30.820 DEBGINFOreset freemap Aug 11 11:21:30.820initted freemap. size: 64, adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 11 11:21:30.820unit
34042026-08-11T11:21:31.837Z:INFO, unitfreemap_route_ipv4
34052026-08-11T11:21:31.837Z :INFO Aug 11 11:21:30.820freemap_route_ipv6
34062026-08-11T11:21:31.837ZDEBGadding route 172.17.0.29/32 -> 10.0.0.255
34072026-08-11T11:21:31.837Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:30.820adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
34082026-08-11T11:21:31.837ZDEBG
34092026-08-11T11:21:31.837ZAug 11 11:21:30.820 DEBG Aug 11 11:21:30.820initted freemap. size: 64Aug 11 11:21:30.820Aug 11 11:21:30.820 INFODEBG DEBGreset freemap , , adding route 3fff:beef:1e::/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 } }]
34102026-08-11T11:21:31.837Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
34112026-08-11T11:21:31.837Z
34122026-08-11T11:21:31.837Zunit: :freemap_route_ipv6Aug 11 11:21:30.820
34132026-08-11T11:21:31.837ZAug 11 11:21:30.820 INFODEBGfreemap_route_ipv6 adding route 172.17.0.30/32 -> 10.0.0.255replacing 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 } }]
34142026-08-11T11:21:31.837Z
34152026-08-11T11:21:31.837ZAug 11 11:21:30.820
34162026-08-11T11:21:31.837Z INFOAug 11 11:21:30.820 Aug 11 11:21:30.820DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34172026-08-11T11:21:31.837Z
34182026-08-11T11:21:31.837ZDEBGAug 11 11:21:30.820 INFO Aug 11 11:21:30.820 Aug 11 11:21:30.820adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
34192026-08-11T11:21:31.837ZAug 11 11:21:30.820INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255reset freemap
34202026-08-11T11:21:31.837Z
34212026-08-11T11:21:31.837ZDEBG, unitreplacing 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 } }]:
34222026-08-11T11:21:31.837Z freemap_route_ipv6Aug 11 11:21:30.821Aug 11 11:21:30.821 DEBG
34232026-08-11T11:21:31.837ZDEBG Aug 11 11:21:30.821replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34242026-08-11T11:21:31.837ZAug 11 11:21:30.821
34252026-08-11T11:21:31.837Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:30.821
34262026-08-11T11:21:31.837ZINFOAug 11 11:21:30.821 INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 11 11:21:30.821 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFO
34272026-08-11T11:21:31.837Z
34282026-08-11T11:21:31.837Zadding route 172.17.0.32/32 -> 10.0.0.255 Aug 11 11:21:30.821
34292026-08-11T11:21:31.837Z INFO Aug 11 11:21:30.821adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
34302026-08-11T11:21:31.837Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:21:30.821
34312026-08-11T11:21:31.837Z DEBGAug 11 11:21:30.821DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 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 } }]
34322026-08-11T11:21:31.837Z
34332026-08-11T11:21:31.837ZAug 11 11:21:30.821
34342026-08-11T11:21:31.837Z Aug 11 11:21:30.821 DEBGDEBG Aug 11 11:21:30.821replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:30.821 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
34352026-08-11T11:21:31.837Zadding route 172.17.0.33/32 -> 10.0.0.255INFO
34362026-08-11T11:21:31.837Z adding route 3fff:dead::/64 -> 2001:db8::55:2
34372026-08-11T11:21:31.837Z
34382026-08-11T11:21:31.837ZAug 11 11:21:30.826Aug 11 11:21:30.826Aug 11 11:21:30.826 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
34392026-08-11T11:21:31.838Z
34402026-08-11T11:21:31.838ZDEBG Aug 11 11:21:30.808Aug 11 11:21:30.827 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.827
34412026-08-11T11:21:31.838Z
34422026-08-11T11:21:31.838Z
34432026-08-11T11:21:31.838ZDEBG Aug 11 11:21:30.827replacing 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 } }]
34442026-08-11T11:21:31.838ZAug 11 11:21:30.827 INFOINFO Aug 11 11:21:30.827adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.39/32 -> 10.0.0.255
34452026-08-11T11:21:31.838Z
34462026-08-11T11:21:31.838ZAug 11 11:21:30.827 Aug 11 11:21:30.827INFO Aug 11 11:21:30.827DEBG INFODEBG adding route 172.17.0.44/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 } }]
34472026-08-11T11:21:31.838Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34482026-08-11T11:21:31.838Z
34492026-08-11T11:21:31.838Zadding route 3fff:dead::/64 -> 2001:db8::55:3
34502026-08-11T11:21:31.838ZAug 11 11:21:30.827Aug 11 11:21:30.827 Aug 11 11:21:30.827DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGINFO
34512026-08-11T11:21:31.838Z Aug 11 11:21:30.827adding route 172.17.0.40/32 -> 10.0.0.255
34522026-08-11T11:21:31.838Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 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 } }]
34532026-08-11T11:21:31.838ZAug 11 11:21:30.827
34542026-08-11T11:21:31.838Z DEBGAug 11 11:21:30.827 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
34552026-08-11T11:21:31.838Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:21:30.827
34562026-08-11T11:21:31.838Z INFOAug 11 11:21:30.827 INFOadding route 172.17.0.45/32 -> 10.0.0.255 Aug 11 11:21:30.827
34572026-08-11T11:21:31.838Z adding route 172.17.0.41/32 -> 10.0.0.255DEBG
34582026-08-11T11:21:31.838Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:21:30.827
34592026-08-11T11:21:31.838Z DEBGAug 11 11:21:30.821Aug 11 11:21:30.827 Aug 11 11:21:30.827DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
34602026-08-11T11:21:31.838Z
34612026-08-11T11:21:31.838Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
34622026-08-11T11:21:31.838ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:21:30.827Aug 11 11:21:30.827 INFOINFO
34632026-08-11T11:21:31.838Z adding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:21:30.827adding route 172.17.0.42/32 -> 10.0.0.255
34642026-08-11T11:21:31.838Z
34652026-08-11T11:21:31.838ZDEBG Aug 11 11:21:30.827 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
34662026-08-11T11:21:31.838Z Aug 11 11:21:30.827replacing 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 } }]
34672026-08-11T11:21:31.838ZDEBG 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 } }]
34682026-08-11T11:21:31.842ZAug 11 11:21:30.827Aug 11 11:21:30.827 INFOINFO, Aug 11 11:21:30.827unit adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO: replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
34692026-08-11T11:21:31.842Z
34702026-08-11T11:21:31.842Z
34712026-08-11T11:21:31.842Z
34722026-08-11T11:21:31.842Z
34732026-08-11T11:21:31.842ZAug 11 11:21:30.827Aug 11 11:21:30.827Aug 11 11:21:30.827 INFODEBGDEBG Aug 11 11:21:30.827adding route 172.17.0.34/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 } }]Aug 11 11:21:30.827replacing 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 } }]
34742026-08-11T11:21:31.842Z
34752026-08-11T11:21:31.842Z
34762026-08-11T11:21:31.842ZDEBG Aug 11 11:21:30.827Aug 11 11:21:30.827Aug 11 11:21:30.827reset freemap , INFODEBG unitadding route 172.17.0.44/32 -> 10.0.0.255:
34772026-08-11T11:21:31.842Z freemap_route_ipv6replacing 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 } }]
34782026-08-11T11:21:31.842Z
34792026-08-11T11:21:31.842ZINFODEBG adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:21:30.827
34802026-08-11T11:21:31.843ZAug 11 11:21:30.827 Aug 11 11:21:30.827 INFODEBG 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 } }]INFO
34812026-08-11T11:21:31.843Zadding route 172.17.0.35/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 } }]
34822026-08-11T11:21:31.843Z
34832026-08-11T11:21:31.843Zadding route 3fff:dead::/64 -> 2001:db8::55:1
34842026-08-11T11:21:31.843ZAug 11 11:21:30.827 Aug 11 11:21:30.827INFOAug 11 11:21:30.827 INFOAug 11 11:21:30.827DEBG DEBGAug 11 11:21:30.827replacing 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 } }]
34852026-08-11T11:21:31.843Zadding route 172.17.0.45/32 -> 10.0.0.255
34862026-08-11T11:21:31.843Z 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 } }]Aug 11 11:21:30.827 Aug 11 11:21:30.827adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
34872026-08-11T11:21:31.843ZDEBG 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
34882026-08-11T11:21:31.843Z
34892026-08-11T11:21:31.843Z adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:21:30.827
34902026-08-11T11:21:31.843Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34912026-08-11T11:21:31.843Z
34922026-08-11T11:21:31.843ZAug 11 11:21:30.827Aug 11 11:21:30.827 INFOAug 11 11:21:30.827DEBG adding route 172.17.0.46/32 -> 10.0.0.255INFO
34932026-08-11T11:21:31.843Zreplacing 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 } }]
34942026-08-11T11:21:31.843ZAug 11 11:21:30.827Aug 11 11:21:30.827 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 11 11:21:30.827Aug 11 11:21:30.827 INFO INFOINFODEBG
34952026-08-11T11:21:31.843Z adding route 172.17.0.37/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 } }]
34962026-08-11T11:21:31.843Z
34972026-08-11T11:21:31.843Zadding route 172.17.0.49/32 -> 10.0.0.255Aug 11 11:21:30.827adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
34982026-08-11T11:21:31.843Z
34992026-08-11T11:21:31.843ZDEBG Aug 11 11:21:30.827replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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-08-11T11:21:31.843ZDEBG Aug 11 11:21:30.827replacing 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 } }]
35012026-08-11T11:21:31.843ZAug 11 11:21:30.827 DEBGDEBGAug 11 11:21:30.827 Aug 11 11:21:30.827Aug 11 11:21:30.827 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
35022026-08-11T11:21:31.843Z DEBGadding route 172.17.0.38/32 -> 10.0.0.255INFO
35032026-08-11T11:21:31.843Z adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35042026-08-11T11:21:31.843Z
35052026-08-11T11:21:31.843Zreplacing 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 } }]
35062026-08-11T11:21:31.843ZAug 11 11:21:30.827Aug 11 11:21:30.827 DEBGDEBGAug 11 11:21:30.827 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 } }]
35072026-08-11T11:21:31.843Z 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 } }]
35082026-08-11T11:21:31.843ZAug 11 11:21:30.827 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:21:30.827adding route 172.17.0.39/32 -> 10.0.0.255
35092026-08-11T11:21:31.843Z
35102026-08-11T11:21:31.843Z INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:21:30.827 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 } }]
35112026-08-11T11:21:31.843Z
35122026-08-11T11:21:31.843ZAug 11 11:21:30.827Aug 11 11:21:30.827Aug 11 11:21:30.827 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35132026-08-11T11:21:31.843Z
35142026-08-11T11:21:31.843ZDEBG 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 } }]
35152026-08-11T11:21:31.843ZAug 11 11:21:30.827Aug 11 11:21:30.827 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 } }]INFO
35162026-08-11T11:21:31.843Z Aug 11 11:21:30.827adding route 172.17.0.49/32 -> 10.0.0.255
35172026-08-11T11:21:31.843ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
35182026-08-11T11:21:31.843ZAug 11 11:21:30.827Aug 11 11:21:30.827 DEBGINFO Aug 11 11:21:30.827 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.41/32 -> 10.0.0.255Aug 11 11:21:30.826
35192026-08-11T11:21:31.844Z
35202026-08-11T11:21:31.844ZDEBG INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
35212026-08-11T11:21:31.844Z
35222026-08-11T11:21:31.844ZAug 11 11:21:30.827 DEBGAug 11 11:21:30.827 INFOAug 11 11:21:30.827 adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:21:30.827
35232026-08-11T11:21:31.844Z DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35242026-08-11T11:21:31.844Zreplacing 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
35252026-08-11T11:21:31.844ZAug 11 11:21:30.827 adding route 172.17.0.52/32 -> 10.0.0.255 Aug 11 11:21:30.827DEBG Aug 11 11:21:30.827INFO
35262026-08-11T11:21:31.844Z 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.42/32 -> 10.0.0.255
35272026-08-11T11:21:31.844Z
35282026-08-11T11:21:31.844Z INFO Aug 11 11:21:30.827Aug 11 11:21:30.827adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
35292026-08-11T11:21:31.844Z INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:21:30.827
35302026-08-11T11:21:31.844Ztest route::tests::same_size_non_subset_replace ... ok
35312026-08-11T11:21:31.844Z Aug 11 11:21:30.827DEBG 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.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 } }]
35322026-08-11T11:21:31.844ZAug 11 11:21:30.827
35332026-08-11T11:21:31.844Z DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
35342026-08-11T11:21:31.844ZAug 11 11:21:30.827
35352026-08-11T11:21:31.844ZINFOAug 11 11:21:30.827 adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:21:30.827
35362026-08-11T11:21:31.844Z INFOAug 11 11:21:30.827 INFOINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
35372026-08-11T11:21:31.844Ztest route::tests::delete_target_fragmented ... ok
35382026-08-11T11:21:31.844ZAug 11 11:21:30.827adding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255DEBG Aug 11 11:21:30.828replacing 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 } }]
35392026-08-11T11:21:31.844Z DEBG created new freemapAug 11 11:21:30.833, unitINFO: adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4
35402026-08-11T11:21:31.844Z
35412026-08-11T11:21:31.844ZAug 11 11:21:30.833Aug 11 11:21:30.833
35422026-08-11T11:21:31.844ZDEBGDEBG 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 } }]created new freemap
35432026-08-11T11:21:31.844ZAug 11 11:21:30.833, unitDEBG:Aug 11 11:21:30.833 INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35442026-08-11T11:21:31.844Zadding route 172.17.0.45/32 -> 10.0.0.255
35452026-08-11T11:21:31.844ZAug 11 11:21:30.833freemap_route_ipv6
35462026-08-11T11:21:31.844ZINFOAug 11 11:21:30.833 DEBG adding route 172.17.0.54/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 } }]
35472026-08-11T11:21:31.844ZAug 11 11:21:30.833
35482026-08-11T11:21:31.844Z DEBGAug 11 11:21:30.833 Aug 11 11:21:30.827Aug 11 11:21:30.833 INFOINFO DEBG initted freemap. size: 64adding route 172.17.0.46/32 -> 10.0.0.255 , replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
35492026-08-11T11:21:31.844Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
35502026-08-11T11:21:31.844Z
35512026-08-11T11:21:31.844Z: freemap_route_ipv4Aug 11 11:21:30.833
35522026-08-11T11:21:31.844Z Aug 11 11:21:30.833Aug 11 11:21:30.833DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35532026-08-11T11:21:31.844Z Aug 11 11:21:30.833replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:21:30.833DEBG
35542026-08-11T11:21:31.844Z INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.833
35552026-08-11T11:21:31.844Z INFODEBG reset freemap, adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255unit
35562026-08-11T11:21:31.844Z:
35572026-08-11T11:21:31.844Z Aug 11 11:21:30.833freemap_route_ipv4Aug 11 11:21:30.833
35582026-08-11T11:21:31.844Z Aug 11 11:21:30.833INFO DEBGAug 11 11:21:30.833adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }]
35592026-08-11T11:21:31.845Zinitted freemap. size: 64,
35602026-08-11T11:21:31.845Z unitINFO:Aug 11 11:21:30.833 Aug 11 11:21:30.833freemap_route_ipv6 INFO
35612026-08-11T11:21:31.845Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35622026-08-11T11:21:31.845Z
35632026-08-11T11:21:31.845Z
35642026-08-11T11:21:31.845ZAug 11 11:21:30.833 Aug 11 11:21:30.833DEBG Aug 11 11:21:30.833DEBG Aug 11 11:21:30.833replacing 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 } }] DEBGreset freemapDEBG, Aug 11 11:21:30.833replacing 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 } }] unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
35652026-08-11T11:21:31.845Z
35662026-08-11T11:21:31.845Z
35672026-08-11T11:21:31.845Zfreemap_route_ipv6
35682026-08-11T11:21:31.849Z Aug 11 11:21:30.833INFO Aug 11 11:21:30.833Aug 11 11:21:30.833INFO Aug 11 11:21:30.833INFO adding route 172.17.0.56/32 -> 10.0.0.255INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
35692026-08-11T11:21:31.849Z
35702026-08-11T11:21:31.849Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
35712026-08-11T11:21:31.849Z
35722026-08-11T11:21:31.849Z INFOAug 11 11:21:30.833 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:21:30.833
35732026-08-11T11:21:31.849Zreplacing 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 } }]DEBGAug 11 11:21:30.833
35742026-08-11T11:21:31.849ZAug 11 11:21:30.833 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
35752026-08-11T11:21:31.849ZDEBG Aug 11 11:21:30.833 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
35762026-08-11T11:21:31.849Zreplacing 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 } }]
35772026-08-11T11:21:31.849Z adding route 172.17.0.50/32 -> 10.0.0.255
35782026-08-11T11:21:31.849ZAug 11 11:21:30.833Aug 11 11:21:30.833 INFO Aug 11 11:21:30.833INFOAug 11 11:21:30.833Aug 11 11:21:30.833 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
35792026-08-11T11:21:31.849Z adding route 172.16.0.0/32 -> 10.0.0.2INFO
35802026-08-11T11:21:31.849Zreplacing 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 } }]
35812026-08-11T11:21:31.849ZDEBG Aug 11 11:21:30.833 adding route 172.17.0.57/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 } }]Aug 11 11:21:30.833
35822026-08-11T11:21:31.849ZDEBG
35832026-08-11T11:21:31.849ZAug 11 11:21:30.833 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
35842026-08-11T11:21:31.849ZAug 11 11:21:30.833replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
35852026-08-11T11:21:31.849ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
35862026-08-11T11:21:31.849ZINFOAug 11 11:21:30.833Aug 11 11:21:30.833 Aug 11 11:21:30.833INFODEBGAug 11 11:21:30.833 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.3, vlan_id: None } }]
35872026-08-11T11:21:31.849Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
35882026-08-11T11:21:31.849Z 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.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
35892026-08-11T11:21:31.849Z
35902026-08-11T11:21:31.849Z
35912026-08-11T11:21:31.849ZAug 11 11:21:30.833 Aug 11 11:21:30.833Aug 11 11:21:30.833Aug 11 11:21:30.833 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
35922026-08-11T11:21:31.849Z
35932026-08-11T11:21:31.849ZDEBG Aug 11 11:21:30.833 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
35942026-08-11T11:21:31.849Z 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 } }]
35952026-08-11T11:21:31.849ZDEBG Aug 11 11:21:30.833Aug 11 11:21:30.833Aug 11 11:21:30.833replacing 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 } }] DEBGINFOINFO 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 } }]
35962026-08-11T11:21:31.849Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.59/32 -> 10.0.0.255
35972026-08-11T11:21:31.849Z
35982026-08-11T11:21:31.849Z
35992026-08-11T11:21:31.849ZAug 11 11:21:30.833 Aug 11 11:21:30.833Aug 11 11:21:30.833INFO Aug 11 11:21:30.827adding route 172.17.0.53/32 -> 10.0.0.255INFO Aug 11 11:21:30.833adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
36002026-08-11T11:21:31.849ZDEBG
36012026-08-11T11:21:31.849Zreplacing 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 } }]
36022026-08-11T11:21:31.849ZAug 11 11:21:30.833DEBGAug 11 11:21:30.827
36032026-08-11T11:21:31.849Ztest route::tests::shrink_preserves_compacted_order ... ok
36042026-08-11T11:21:31.850Z DEBGAug 11 11:21:30.833 created new freemap DEBG, created new freemap DEBG, Aug 11 11:21:30.833unitunit: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
36052026-08-11T11:21:31.850Z Aug 11 11:21:30.833 freemap_route_ipv4adding route 172.17.0.60/32 -> 10.0.0.255
36062026-08-11T11:21:31.850ZAug 11 11:21:30.833
36072026-08-11T11:21:31.850Z 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.53/32 -> 10.0.0.255Aug 11 11:21:30.833
36082026-08-11T11:21:31.850Z
36092026-08-11T11:21:31.850Z 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 } }]created new freemap
36102026-08-11T11:21:31.850Z, Aug 11 11:21:30.833:Aug 11 11:21:30.833unit :DEBG Aug 11 11:21:30.833 Aug 11 11:21:30.833freemap_route_ipv6replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36112026-08-11T11:21:31.850Z
36122026-08-11T11:21:31.850Zfreemap_route_ipv4
36132026-08-11T11:21:31.850Z INFO DEBGAug 11 11:21:30.833 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO 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.54/32 -> 10.0.0.255
36142026-08-11T11:21:31.850Z
36152026-08-11T11:21:31.850Z
36162026-08-11T11:21:31.850ZINFO Aug 11 11:21:30.833Aug 11 11:21:30.833 adding route 172.17.0.54/32 -> 10.0.0.255DEBG Aug 11 11:21:30.833
36172026-08-11T11:21:31.850Z initted freemap. size: 64, DEBGunit:Aug 11 11:21:30.833 DEBGfreemap_route_ipv4 Aug 11 11:21:30.833
36182026-08-11T11:21:31.850Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.833DEBGfailed to allocate space for the new target list DEBG
36192026-08-11T11:21:31.850Z DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.833created new freemap
36202026-08-11T11:21:31.850ZAug 11 11:21:30.833replacing 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 } }]
36212026-08-11T11:21:31.850ZINFO
36222026-08-11T11:21:31.850Z , adding route 172.17.0.55/32 -> 10.0.0.255unitAug 11 11:21:30.834
36232026-08-11T11:21:31.850Z INFO :adding route 172.17.0.55/32 -> 10.0.0.255Aug 11 11:21:30.834 DEBGDEBG
36242026-08-11T11:21:31.850Z Aug 11 11:21:30.834 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] reset freemapfreemap_route_ipv6
36252026-08-11T11:21:31.850ZDEBG,
36262026-08-11T11:21:31.850Zunit :replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.834Aug 11 11:21:30.834Aug 11 11:21:30.834
36272026-08-11T11:21:31.850Zfreemap_route_ipv4 DEBG
36282026-08-11T11:21:31.850ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 11 11:21:30.834DEBG
36292026-08-11T11:21:31.850ZINFOAug 11 11:21:30.834 initted freemap. size: 64adding route 172.17.0.56/32 -> 10.0.0.255, 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 } }]unit
36302026-08-11T11:21:31.850Z
36312026-08-11T11:21:31.850Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
36322026-08-11T11:21:31.850ZDEBG initted freemap. size: 64:, unitAug 11 11:21:30.834: freemap_route_ipv4INFOfreemap_route_ipv6
36332026-08-11T11:21:31.850Zadding route 172.17.0.56/32 -> 10.0.0.255
36342026-08-11T11:21:31.850Z
36352026-08-11T11:21:31.850Ztest route::tests::delete_targets_full ... ok
36362026-08-11T11:21:31.850Ztest route::tests::add_target_fails_full ... ok
36372026-08-11T11:21:31.850ZAug 11 11:21:30.834 DEBG Aug 11 11:21:30.834Aug 11 11:21:30.834reset freemap , DEBGunit :DEBGreset freemap , freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36382026-08-11T11:21:31.850Zunit:
36392026-08-11T11:21:31.850Zfreemap_route_ipv4
36402026-08-11T11:21:31.850ZAug 11 11:21:30.834 INFO Aug 11 11:21:30.834adding route 172.16.0.0/32 -> 10.0.0.1
36412026-08-11T11:21:31.850ZINFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:21:30.834Aug 11 11:21:30.834
36422026-08-11T11:21:31.850ZDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 11 11:21:30.834
36432026-08-11T11:21:31.850ZAug 11 11:21:30.834 initted freemap. size: 64DEBGDEBG Aug 11 11:21:30.834replacing 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 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.834
36442026-08-11T11:21:31.851Z
36452026-08-11T11:21:31.851ZINFO , DEBG unitAug 11 11:21:30.834: adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:21:30.834INFO
36462026-08-11T11:21:31.851Z INFOadding route 172.17.0.57/32 -> 10.0.0.255
36472026-08-11T11:21:31.851Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 11 11:21:30.834replacing 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 } }]
36482026-08-11T11:21:31.851Z
36492026-08-11T11:21:31.851ZDEBG Aug 11 11:21:30.834 freemap_route_ipv6Aug 11 11:21:30.834
36502026-08-11T11:21:31.851Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36512026-08-11T11:21:31.851ZDEBGAug 11 11:21:30.834 DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.834
36522026-08-11T11:21:31.851Z Aug 11 11:21:30.834replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
36532026-08-11T11:21:31.851ZINFO adding route 172.16.0.0/32 -> 10.0.0.3 INFO
36542026-08-11T11:21:31.851ZAug 11 11:21:30.834 reset freemap , INFOAug 11 11:21:30.834Aug 11 11:21:30.834 unitINFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36552026-08-11T11:21:31.851Zadding route 172.17.0.58/32 -> 10.0.0.255
36562026-08-11T11:21:31.851Z: Aug 11 11:21:30.834DEBG freemap_route_ipv6
36572026-08-11T11:21:31.851ZINFO 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.16.0.0/32 -> 10.0.0.4
36582026-08-11T11:21:31.851Z
36592026-08-11T11:21:31.851ZAug 11 11:21:30.834 INFO Aug 11 11:21:30.834adding route 172.16.0.0/32 -> 10.0.0.1
36602026-08-11T11:21:31.851ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 11 11:21:30.834 INFO
36612026-08-11T11:21:31.851ZAug 11 11:21:30.834 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 } }]
36622026-08-11T11:21:31.851Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
36632026-08-11T11:21:31.851Zadding route 172.17.0.58/32 -> 10.0.0.255Aug 11 11:21:30.839Aug 11 11:21:30.839
36642026-08-11T11:21:31.851Z Aug 11 11:21:30.839INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 Aug 11 11:21:30.839DEBG DEBG
36652026-08-11T11:21:31.851Zreplacing targets for 172.16.0.0/32 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 } }]
36662026-08-11T11:21:31.851Zreplacing 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: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 } }]
36672026-08-11T11:21:31.851Z
36682026-08-11T11:21:31.855ZAug 11 11:21:30.839Aug 11 11:21:30.839 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 } }]
36692026-08-11T11:21:31.855Z Aug 11 11:21:30.839INFOAug 11 11:21:30.839 INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
36702026-08-11T11:21:31.855Z
36712026-08-11T11:21:31.855Z
36722026-08-11T11:21:31.855ZAug 11 11:21:30.839Aug 11 11:21:30.839 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36732026-08-11T11:21:31.855Z
36742026-08-11T11:21:31.855ZAug 11 11:21:30.839 Aug 11 11:21:30.839DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:21:30.839adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:21:30.839
36752026-08-11T11:21:31.855Z
36762026-08-11T11:21:31.855Z
36772026-08-11T11:21:31.855ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.839INFOAug 11 11:21:30.839
36782026-08-11T11:21:31.855Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBG
36792026-08-11T11:21:31.855Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
36802026-08-11T11:21:31.855Z Aug 11 11:21:30.839replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.839
36812026-08-11T11:21:31.855ZAug 11 11:21:30.839 INFO Aug 11 11:21:30.839INFO Aug 11 11:21:30.839DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGINFOreplacing targets for 172.16.0.0/32 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 } }]
36822026-08-11T11:21:31.855Zreplacing 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 } }]
36832026-08-11T11:21:31.855Zadding route 172.17.0.60/32 -> 10.0.0.255
36842026-08-11T11:21:31.855Z adding route 172.17.0.59/32 -> 10.0.0.255
36852026-08-11T11:21:31.855Z
36862026-08-11T11:21:31.855ZAug 11 11:21:30.839Aug 11 11:21:30.839 Aug 11 11:21:30.839DEBG Aug 11 11:21:30.839 DEBG DEBG DEBG failed to allocate space for the new target list 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.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 } }]
36872026-08-11T11:21:31.855Zreplacing 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 } }]
36882026-08-11T11:21:31.855Z
36892026-08-11T11:21:31.855Z
36902026-08-11T11:21:31.855ZAug 11 11:21:30.839 DEBG Aug 11 11:21:30.839Aug 11 11:21:30.839replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
36912026-08-11T11:21:31.855Z INFOINFO Aug 11 11:21:30.839 adding route 172.17.0.60/32 -> 10.0.0.255
36922026-08-11T11:21:31.856ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.61/32 -> 10.0.0.255
36932026-08-11T11:21:31.856Z
36942026-08-11T11:21:31.856ZAug 11 11:21:30.840 DEBGAug 11 11:21:30.840Aug 11 11:21:30.840 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36952026-08-11T11:21:31.856Z DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:21:30.840
36962026-08-11T11:21:31.856Z
36972026-08-11T11:21:31.856ZDEBG failed to allocate space for the new target list
36982026-08-11T11:21:31.856ZAug 11 11:21:30.840Aug 11 11:21:30.840 Aug 11 11:21:30.840INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.62/32 -> 10.0.0.255
36992026-08-11T11:21:31.856ZDEBG replacing targets for 172.16.0.0/32 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 } }]
37002026-08-11T11:21:31.856Z
37012026-08-11T11:21:31.856ZAug 11 11:21:30.840 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.840
37022026-08-11T11:21:31.856Z 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 } }]
37032026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 11 11:21:30.840
37042026-08-11T11:21:31.856Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
37052026-08-11T11:21:31.856ZAug 11 11:21:30.840 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.840
37062026-08-11T11:21:31.856Z 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 } }]
37072026-08-11T11:21:31.856ZAug 11 11:21:30.840 DEBG failed to allocate space for the new target listAug 11 11:21:30.840
37082026-08-11T11:21:31.856Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
37092026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]Aug 11 11:21:30.840
37102026-08-11T11:21:31.856Z 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 } }]
37112026-08-11T11:21:31.856ZAug 11 11:21:30.840 DEBG Aug 11 11:21:30.840failed to allocate space for the new target list
37122026-08-11T11:21:31.856ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
37132026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37142026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
37152026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37162026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
37172026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37182026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
37192026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37202026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
37212026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37222026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
37232026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37242026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
37252026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37262026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
37272026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37282026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
37292026-08-11T11:21:31.856ZAug 11 11:21:30.840 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 } }]
37302026-08-11T11:21:31.856ZAug 11 11:21:30.840 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
37312026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37322026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
37332026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37342026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG failed to allocate space for the new target list
37352026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
37362026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG created new freemap, unit: freemap_route_ipv4
37372026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG created new freemap, unit: freemap_route_ipv6
37382026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
37392026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG reset freemap, unit: freemap_route_ipv4
37402026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
37412026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG reset freemap, unit: freemap_route_ipv6
37422026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.16.0.0/32 -> 10.0.0.1
37432026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37442026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.16.0.0/32 -> 10.0.0.2
37452026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37462026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.0/32 -> 10.0.0.255
37472026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37482026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.1/32 -> 10.0.0.255
37492026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37502026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.2/32 -> 10.0.0.255
37512026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37522026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.3/32 -> 10.0.0.255
37532026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37542026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.4/32 -> 10.0.0.255
37552026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37562026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.5/32 -> 10.0.0.255
37572026-08-11T11:21:31.857ZAug 11 11:21:30.840 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37582026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.6/32 -> 10.0.0.255
37592026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37602026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.7/32 -> 10.0.0.255
37612026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37622026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.8/32 -> 10.0.0.255
37632026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37642026-08-11T11:21:31.857ZAug 11 11:21:30.840 INFO adding route 172.17.0.9/32 -> 10.0.0.255
37652026-08-11T11:21:31.857ZAug 11 11:21:30.840 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 } }]
37662026-08-11T11:21:31.857ZAug 11 11:21:30.846 INFO adding route 172.17.0.10/32 -> 10.0.0.255
37672026-08-11T11:21:31.857ZAug 11 11:21:30.846 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37682026-08-11T11:21:31.861ZAug 11 11:21:30.840 Aug 11 11:21:30.846DEBG INFOcreated new freemap adding route 172.17.0.11/32 -> 10.0.0.255,
37692026-08-11T11:21:31.861Zunit: freemap_route_ipv4
37702026-08-11T11:21:31.861ZAug 11 11:21:30.846 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 } }]
37712026-08-11T11:21:31.861ZAug 11 11:21:30.846 DEBG created new freemapAug 11 11:21:30.846, unitINFO: adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6
37722026-08-11T11:21:31.862Z
37732026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
37742026-08-11T11:21:31.862ZAug 11 11:21:30.846 INFO adding route 172.17.0.13/32 -> 10.0.0.255,
37752026-08-11T11:21:31.862Zunit: freemap_route_ipv4
37762026-08-11T11:21:31.862ZAug 11 11:21:30.846 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 } }]
37772026-08-11T11:21:31.862ZAug 11 11:21:30.846 DEBG reset freemapAug 11 11:21:30.846, unitINFO: adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4
37782026-08-11T11:21:31.862Z
37792026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 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 } }]initted freemap. size: 64
37802026-08-11T11:21:31.862Z, unit: freemap_route_ipv6Aug 11 11:21:30.846
37812026-08-11T11:21:31.862Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
37822026-08-11T11:21:31.862ZAug 11 11:21:30.846 DEBG reset freemapAug 11 11:21:30.846, unitDEBG: 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_ipv6
37832026-08-11T11:21:31.862Z
37842026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
37852026-08-11T11:21:31.862Z
37862026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }]
37872026-08-11T11:21:31.862Z
37882026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
37892026-08-11T11:21:31.862Z
37902026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
37912026-08-11T11:21:31.862Z
37922026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
37932026-08-11T11:21:31.862Z
37942026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
37952026-08-11T11:21:31.862Z
37962026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
37972026-08-11T11:21:31.862Z
37982026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 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: "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 } }]
37992026-08-11T11:21:31.862Z
38002026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
38012026-08-11T11:21:31.862Z
38022026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38032026-08-11T11:21:31.862Z
38042026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
38052026-08-11T11:21:31.862Z
38062026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38072026-08-11T11:21:31.862Z
38082026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
38092026-08-11T11:21:31.862Z
38102026-08-11T11:21:31.862ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38112026-08-11T11:21:31.863Z
38122026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
38132026-08-11T11:21:31.863Z
38142026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38152026-08-11T11:21:31.863Z
38162026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
38172026-08-11T11:21:31.863Z
38182026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38192026-08-11T11:21:31.863Z
38202026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
38212026-08-11T11:21:31.863Z
38222026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38232026-08-11T11:21:31.863Z
38242026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
38252026-08-11T11:21:31.863Z
38262026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38272026-08-11T11:21:31.863Z
38282026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
38292026-08-11T11:21:31.863Ztest route::tests::delete_target_full ... ok
38302026-08-11T11:21:31.863Z
38312026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 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 } }]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 } }]
38322026-08-11T11:21:31.863Z
38332026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
38342026-08-11T11:21:31.863Z
38352026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38362026-08-11T11:21:31.863Z
38372026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
38382026-08-11T11:21:31.863Z
38392026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 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.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 } }]
38402026-08-11T11:21:31.863Z
38412026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
38422026-08-11T11:21:31.863Z
38432026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38442026-08-11T11:21:31.863Z
38452026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
38462026-08-11T11:21:31.863Z
38472026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG 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.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 } }]
38482026-08-11T11:21:31.863Z
38492026-08-11T11:21:31.863ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
38502026-08-11T11:21:31.863Z
38512026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38522026-08-11T11:21:31.864Z
38532026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
38542026-08-11T11:21:31.864Z
38552026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38562026-08-11T11:21:31.864Z
38572026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
38582026-08-11T11:21:31.864Z
38592026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38602026-08-11T11:21:31.864Z
38612026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
38622026-08-11T11:21:31.864Z
38632026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38642026-08-11T11:21:31.864Z
38652026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
38662026-08-11T11:21:31.864Z
38672026-08-11T11:21:31.864ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38682026-08-11T11:21:31.868Z
38692026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
38702026-08-11T11:21:31.868Z
38712026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38722026-08-11T11:21:31.868Z
38732026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
38742026-08-11T11:21:31.868Z
38752026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38762026-08-11T11:21:31.868Z
38772026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
38782026-08-11T11:21:31.868Z
38792026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38802026-08-11T11:21:31.868Z
38812026-08-11T11:21:31.868ZAug 11 11:21:30.846Aug 11 11:21:30.846 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
38822026-08-11T11:21:31.868ZAug 11 11:21:30.852 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 } }]
38832026-08-11T11:21:31.868ZAug 11 11:21:30.852 INFO adding route 172.17.0.41/32 -> 10.0.0.255
38842026-08-11T11:21:31.868ZAug 11 11:21:30.852 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 } }]
38852026-08-11T11:21:31.868ZAug 11 11:21:30.852 INFO adding route 172.17.0.42/32 -> 10.0.0.255
38862026-08-11T11:21:31.868Z
38872026-08-11T11:21:31.868ZAug 11 11:21:30.852 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 } }]
38882026-08-11T11:21:31.868ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
38892026-08-11T11:21:31.868Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
38902026-08-11T11:21:31.868ZAug 11 11:21:30.852 INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:21:30.852
38912026-08-11T11:21:31.868Z 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 } }]
38922026-08-11T11:21:31.868ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
38932026-08-11T11:21:31.868Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
38942026-08-11T11:21:31.868ZAug 11 11:21:30.852 INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:21:30.852
38952026-08-11T11:21:31.868Z 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 } }]
38962026-08-11T11:21:31.868ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
38972026-08-11T11:21:31.868Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
38982026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:21:30.852
38992026-08-11T11:21:31.869Z 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 } }]
39002026-08-11T11:21:31.869ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
39012026-08-11T11:21:31.869Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
39022026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 11 11:21:30.852
39032026-08-11T11:21:31.869Z 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 } }]
39042026-08-11T11:21:31.869ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39052026-08-11T11:21:31.869Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
39062026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:21:30.852
39072026-08-11T11:21:31.869Z 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 } }]
39082026-08-11T11:21:31.869ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
39092026-08-11T11:21:31.869Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
39102026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 11 11:21:30.852
39112026-08-11T11:21:31.869Z 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 } }]
39122026-08-11T11:21:31.869ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39132026-08-11T11:21:31.869Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
39142026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:21:30.852
39152026-08-11T11:21:31.869Z 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 } }]
39162026-08-11T11:21:31.869ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
39172026-08-11T11:21:31.869Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
39182026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:21:30.852
39192026-08-11T11:21:31.869Z 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 } }]
39202026-08-11T11:21:31.869ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39212026-08-11T11:21:31.869Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
39222026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:21:30.852
39232026-08-11T11:21:31.869Z 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 } }]
39242026-08-11T11:21:31.869ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39252026-08-11T11:21:31.869Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
39262026-08-11T11:21:31.869Ztest route::tests::delete_targets_fragmented ... ok
39272026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 11 11:21:30.852
39282026-08-11T11:21:31.869Z
39292026-08-11T11:21:31.869Z 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 } }]
39302026-08-11T11:21:31.869Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
39312026-08-11T11:21:31.869Z
39322026-08-11T11:21:31.869ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39332026-08-11T11:21:31.869Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
39342026-08-11T11:21:31.869ZAug 11 11:21:30.852 INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:21:30.852
39352026-08-11T11:21:31.869Z 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 } }]
39362026-08-11T11:21:31.869ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
39372026-08-11T11:21:31.870Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
39382026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:21:30.852
39392026-08-11T11:21:31.870Z 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 } }]
39402026-08-11T11:21:31.870ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39412026-08-11T11:21:31.870Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
39422026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:21:30.852
39432026-08-11T11:21:31.870Z 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 } }]
39442026-08-11T11:21:31.870ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39452026-08-11T11:21:31.870Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
39462026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:21:30.852
39472026-08-11T11:21:31.870Z 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 } }]
39482026-08-11T11:21:31.870ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
39492026-08-11T11:21:31.870Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
39502026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:21:30.852
39512026-08-11T11:21:31.870Z 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 } }]
39522026-08-11T11:21:31.870ZAug 11 11:21:30.852 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 } }]Aug 11 11:21:30.852
39532026-08-11T11:21:31.870Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
39542026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:21:30.852
39552026-08-11T11:21:31.870Z 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 } }]
39562026-08-11T11:21:31.870ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39572026-08-11T11:21:31.870Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
39582026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:21:30.852
39592026-08-11T11:21:31.870Z 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 } }]
39602026-08-11T11:21:31.870ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39612026-08-11T11:21:31.870Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
39622026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:21:30.852
39632026-08-11T11:21:31.870Z 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 } }]
39642026-08-11T11:21:31.870ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39652026-08-11T11:21:31.870Z INFO adding route 172.17.0.61/32 -> 10.0.0.255
39662026-08-11T11:21:31.870ZAug 11 11:21:30.852 INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:21:30.852
39672026-08-11T11:21:31.870Z DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39682026-08-11T11:21:31.874ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39692026-08-11T11:21:31.874Z INFO adding route 172.17.0.62/32 -> 10.0.0.255
39702026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:21:30.852
39712026-08-11T11:21:31.874Z DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39722026-08-11T11:21:31.874ZAug 11 11:21:30.852 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:21:30.852
39732026-08-11T11:21:31.874Z DEBG failed to allocate space for the new target list
39742026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:21:30.852
39752026-08-11T11:21:31.874Z 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 } }]
39762026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39772026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39782026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39792026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39802026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39812026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39822026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39832026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39842026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39852026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39862026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39872026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39882026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39892026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39902026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39912026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39922026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39932026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39942026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39952026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39962026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39972026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39982026-08-11T11:21:31.874ZAug 11 11:21:30.852 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 } }]
39992026-08-11T11:21:31.874ZAug 11 11:21:30.852 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40002026-08-11T11:21:31.875ZAug 11 11:21:30.852 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 } }]
40012026-08-11T11:21:31.875ZAug 11 11:21:30.853 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40022026-08-11T11:21:31.875ZAug 11 11:21:30.853 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 } }]
40032026-08-11T11:21:31.875ZAug 11 11:21:30.853 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40042026-08-11T11:21:31.875ZAug 11 11:21:30.853 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 } }]
40052026-08-11T11:21:31.875ZAug 11 11:21:30.858 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40062026-08-11T11:21:31.875ZAug 11 11:21:30.858 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 } }]
40072026-08-11T11:21:31.875ZAug 11 11:21:30.858 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40082026-08-11T11:21:31.875ZAug 11 11:21:30.858 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 } }]
40092026-08-11T11:21:31.875ZAug 11 11:21:30.858 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40102026-08-11T11:21:31.875ZAug 11 11:21:30.858 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 } }]
40112026-08-11T11:21:31.875ZAug 11 11:21:30.858 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40122026-08-11T11:21:31.875ZAug 11 11:21:30.858 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 } }]
40132026-08-11T11:21:31.875ZAug 11 11:21:30.858 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40142026-08-11T11:21:31.875ZAug 11 11:21:30.858 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 } }]
40152026-08-11T11:21:31.875ZAug 11 11:21:30.859 DEBG failed to allocate space for the new target list
40162026-08-11T11:21:31.875ZAug 11 11:21:30.859 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 } }]
40172026-08-11T11:21:31.875Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40182026-08-11T11:21:31.875Z
40192026-08-11T11:21:31.875Zrunning 0 tests
40202026-08-11T11:21:31.875Z
40212026-08-11T11:21:31.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-08-11T11:21:31.875Z
40232026-08-11T11:21:31.875Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40242026-08-11T11:21:31.875Z
40252026-08-11T11:21:31.875Zrunning 0 tests
40262026-08-11T11:21:31.875Z
40272026-08-11T11:21:31.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40282026-08-11T11:21:31.875Z
40292026-08-11T11:21:31.875Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40302026-08-11T11:21:31.875Z
40312026-08-11T11:21:31.875Zrunning 6 tests
40322026-08-11T11:21:31.875Ztest tests::test_parse_client_port_id ... ok
40332026-08-11T11:21:31.875Ztest tests::test_port_id_cmp ... ok
40342026-08-11T11:21:31.875Ztest tests::test_full_lot_id_neither_present ... ok
40352026-08-11T11:21:31.875Ztest tests::test_full_lot_id_lot_only ... ok
40362026-08-11T11:21:31.875Ztest tests::test_full_lot_id_lotnum_only ... ok
40372026-08-11T11:21:31.875Ztest tests::test_full_lot_id_both_present ... ok
40382026-08-11T11:21:31.875Z
40392026-08-11T11:21:31.876Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-08-11T11:21:31.876Z
40412026-08-11T11:21:31.876Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40422026-08-11T11:21:31.876Z
40432026-08-11T11:21:31.876Zrunning 0 tests
40442026-08-11T11:21:31.876Z
40452026-08-11T11:21:31.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-08-11T11:21:31.876Z
40472026-08-11T11:21:31.876Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40482026-08-11T11:21:31.876Z
40492026-08-11T11:21:31.876Zrunning 0 tests
40502026-08-11T11:21:31.876Z
40512026-08-11T11:21:31.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40522026-08-11T11:21:31.876Z
40532026-08-11T11:21:31.876Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40542026-08-11T11:21:31.876Z
40552026-08-11T11:21:31.876Zrunning 0 tests
40562026-08-11T11:21:31.876Z
40572026-08-11T11:21:31.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40582026-08-11T11:21:31.876Z
40592026-08-11T11:21:31.876Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40602026-08-11T11:21:31.876Z
40612026-08-11T11:21:31.876Zrunning 12 tests
40622026-08-11T11:21:31.876Ztest icmp::test_v4_checksum ... ok
40632026-08-11T11:21:31.876Ztest lldp::test_lldp_parse ... ok
40642026-08-11T11:21:31.876Ztest icmp::test_v6_checksum ... ok
40652026-08-11T11:21:31.876Ztest ipv6::test_ipv6_parse ... ok
40662026-08-11T11:21:31.876Ztest pbuf::test_byte ... ok
40672026-08-11T11:21:31.876Ztest pbuf::test_nibble ... ok
40682026-08-11T11:21:31.880Ztest pbuf::test_overflow ... ok
40692026-08-11T11:21:31.880Ztest pbuf::test_short ... ok
40702026-08-11T11:21:31.880Ztest pbuf::test_twelve ... ok
40712026-08-11T11:21:31.880Ztest pbuf::test_word ... ok
40722026-08-11T11:21:31.880Ztest tcp::test_checksum_syn_nodata ... ok
40732026-08-11T11:21:31.880Ztest tcp::test_checksum_ack_data ... ok
40742026-08-11T11:21:31.880Z
40752026-08-11T11:21:31.880Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40762026-08-11T11:21:31.880Z
40772026-08-11T11:21:31.880Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40782026-08-11T11:21:31.880Z
40792026-08-11T11:21:31.880Zrunning 0 tests
40802026-08-11T11:21:31.880Z
40812026-08-11T11:21:31.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40822026-08-11T11:21:31.880Z
40832026-08-11T11:21:31.880Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40842026-08-11T11:21:31.880Z
40852026-08-11T11:21:31.880Zrunning 5 tests
40862026-08-11T11:21:31.880Ztest switchport::test::test_compute_lanes ... ok
40872026-08-11T11:21:31.880Ztest switchport::test::port_id_ordering ... ok
40882026-08-11T11:21:31.880Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
40892026-08-11T11:21:31.880Z Lane 2 Rx Loss-of-lock: YesLane 3
40902026-08-11T11:21:31.880ZYes State: ActivatedYes Yes
40912026-08-11T11:21:31.880ZActivated Rx Loss-of-signal: Yes ActivatedYes ActivatedYes
40922026-08-11T11:21:31.880ZYes
40932026-08-11T11:21:31.880Z Rx Output Enabled: false Rx CDR Enabled: Yes falseYes Yesfalse false
40942026-08-11T11:21:31.880ZYes
40952026-08-11T11:21:31.880Z Rx Output Status: valid Tx Enabled: Yes validYes valid validYes
40962026-08-11T11:21:31.880Z Yes
40972026-08-11T11:21:31.880Z Rx Loss-of-lock: true Tx Loss-of-lock: Notrue trueNo true
40982026-08-11T11:21:31.880ZNo Rx Loss-of-signal: false falseNo
40992026-08-11T11:21:31.880Z Tx Loss-of-signal: No false falseNo
41002026-08-11T11:21:31.881Z Rx Auto-squelch Disable: trueNo trueNo
41012026-08-11T11:21:31.881Ztrue Tx CDR Enabled: Notrue
41022026-08-11T11:21:31.881ZNo Tx Output Enabled: true No trueNo
41032026-08-11T11:21:31.881Ztrue true Tx Adaptive EQ Fault: No
41042026-08-11T11:21:31.881Z Tx Output Status: invalid Noinvalid invalid Noinvalid
41052026-08-11T11:21:31.881Z Tx Loss-of-lock: falseNo
41062026-08-11T11:21:31.881Zfalse Tx Fault: Yesfalse Yesfalse
41072026-08-11T11:21:31.881ZYes Tx Loss-of-signal: true Yes
41082026-08-11T11:21:31.881Ztrue true true
41092026-08-11T11:21:31.881ZTx Auto-squelch Disable: false false false false
41102026-08-11T11:21:31.881Z Tx Adaptive EQ Fail: true true true true
41112026-08-11T11:21:31.881Z Tx Failure: false false false false
41122026-08-11T11:21:31.881Z Tx Force Squelch: true true true true
41132026-08-11T11:21:31.881Z Tx Input Polarity: normal normal normal normal
41142026-08-11T11:21:31.881Ztest switchport::test::test_print_sff_datapath ... ok
41152026-08-11T11:21:31.881Ztest switchport::test::test_print_cmis_datapath ... ok
41162026-08-11T11:21:31.881Ztest link::test_filter ... ok
41172026-08-11T11:21:31.881Z
41182026-08-11T11:21:31.881Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41192026-08-11T11:21:31.881Z
41202026-08-11T11:21:31.881Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41212026-08-11T11:21:31.881Z
41222026-08-11T11:21:31.881Zrunning 1 test
41232026-08-11T11:21:31.881Ztest test_p4_counter_list ... ignored
41242026-08-11T11:21:31.881Z
41252026-08-11T11:21:31.881Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41262026-08-11T11:21:31.881Z
41272026-08-11T11:21:31.881Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41282026-08-11T11:21:31.881Z
41292026-08-11T11:21:31.881Zrunning 5 tests
41302026-08-11T11:21:31.881Ztest test_an ... ignored
41312026-08-11T11:21:31.881Ztest test_enable ... ignored
41322026-08-11T11:21:31.881Ztest test_ip_addresses ... ignored
41332026-08-11T11:21:31.881Ztest test_kr ... ignored
41342026-08-11T11:21:31.881Ztest test_mac ... ignored
41352026-08-11T11:21:31.881Z
41362026-08-11T11:21:31.881Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41372026-08-11T11:21:31.881Z
41382026-08-11T11:21:31.881Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41392026-08-11T11:21:31.882Z
41402026-08-11T11:21:31.882Zrunning 3 tests
41412026-08-11T11:21:31.882Ztest linklocal::test_parse_ipadm ... ok
41422026-08-11T11:21:31.882Ztest tfport::test_parse_tfport ... ok
41432026-08-11T11:21:31.882Ztest config::tests::test_updates ... ok
41442026-08-11T11:21:31.882Z
41452026-08-11T11:21:31.882Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-08-11T11:21:31.882Z
41472026-08-11T11:21:31.882Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41482026-08-11T11:21:31.885Z
41492026-08-11T11:21:31.885Zrunning 0 tests
41502026-08-11T11:21:31.885Z
41512026-08-11T11:21:31.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-08-11T11:21:31.885Z
41532026-08-11T11:21:31.885Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41542026-08-11T11:21:31.885Z
41552026-08-11T11:21:31.885Zrunning 0 tests
41562026-08-11T11:21:31.885Z
41572026-08-11T11:21:31.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-08-11T11:21:31.885Z
41592026-08-11T11:21:31.885Z Doc-tests aal
41602026-08-11T11:21:32.009Z
41612026-08-11T11:21:32.009Zrunning 0 tests
41622026-08-11T11:21:32.009Z
41632026-08-11T11:21:32.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-08-11T11:21:32.009Z
41652026-08-11T11:21:32.024Z Doc-tests aal_macros
41662026-08-11T11:21:32.091Z
41672026-08-11T11:21:32.091Zrunning 0 tests
41682026-08-11T11:21:32.091Z
41692026-08-11T11:21:32.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-08-11T11:21:32.091Z
41712026-08-11T11:21:32.101Z Doc-tests common
41722026-08-11T11:21:32.327Z
41732026-08-11T11:21:32.327Zrunning 0 tests
41742026-08-11T11:21:32.327Z
41752026-08-11T11:21:32.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41762026-08-11T11:21:32.327Z
41772026-08-11T11:21:32.346Z Doc-tests dpd_api
41782026-08-11T11:21:33.074Z
41792026-08-11T11:21:33.074Zrunning 2 tests
41802026-08-11T11:21:33.074Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41812026-08-11T11:21:33.074Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41822026-08-11T11:21:33.074Z
41832026-08-11T11:21:33.074Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-08-11T11:21:33.075Z
41852026-08-11T11:21:33.102Z Doc-tests dpd_client
41862026-08-11T11:21:34.402Z
41872026-08-11T11:21:34.402Zrunning 0 tests
41882026-08-11T11:21:34.402Z
41892026-08-11T11:21:34.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-08-11T11:21:34.402Z
41912026-08-11T11:21:34.443Z Doc-tests dpd_types
41922026-08-11T11:21:34.652Z
41932026-08-11T11:21:34.652Zrunning 0 tests
41942026-08-11T11:21:34.652Z
41952026-08-11T11:21:34.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41962026-08-11T11:21:34.652Z
41972026-08-11T11:21:34.676Z Doc-tests dpd_types_versions
41982026-08-11T11:21:35.884Z
41992026-08-11T11:21:35.884Zrunning 1 test
42002026-08-11T11:21:35.884Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42012026-08-11T11:21:35.884Z
42022026-08-11T11:21:35.884Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-11T11:21:35.884Z
42042026-08-11T11:21:35.924Z Doc-tests packet
42052026-08-11T11:21:36.038Z
42062026-08-11T11:21:36.038Zrunning 0 tests
42072026-08-11T11:21:36.038Z
42082026-08-11T11:21:36.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-08-11T11:21:36.038Z
42102026-08-11T11:21:36.052Z Doc-tests pcap
42112026-08-11T11:21:36.103Z
42122026-08-11T11:21:36.104Zrunning 0 tests
42132026-08-11T11:21:36.104Z
42142026-08-11T11:21:36.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42152026-08-11T11:21:36.104Z
42162026-08-11T11:21:36.169Z+ for feat in tofino_stub tofino_asic softnpu chaos
42172026-08-11T11:21:36.169Z+ RUST_BACKTRACE=full
42182026-08-11T11:21:36.169Z+ cargo test --features tofino_asic --no-fail-fast
42192026-08-11T11:21:36.764Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42202026-08-11T11:21:36.844Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42212026-08-11T11:21:36.851Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42222026-08-11T11:21:36.859Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42232026-08-11T11:21:45.428Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42242026-08-11T11:21:45.849Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42252026-08-11T11:22:25.094Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.91s
42262026-08-11T11:22:25.207Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42272026-08-11T11:22:25.210Z
42282026-08-11T11:22:25.210Zrunning 5 tests
42292026-08-11T11:22:25.213Ztest fuse::tests::chip_revision_b0 ... ok
42302026-08-11T11:22:25.213Ztest fuse::tests::chip_revision_a0 ... ok
42312026-08-11T11:22:25.213Ztest fuse::tests::chip_revision_b1 ... ok
42322026-08-11T11:22:25.213Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42332026-08-11T11:22:25.213Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42342026-08-11T11:22:25.213Z
42352026-08-11T11:22:25.213Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-08-11T11:22:25.213Z
42372026-08-11T11:22:25.213Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42382026-08-11T11:22:25.223Z
42392026-08-11T11:22:25.223Zrunning 0 tests
42402026-08-11T11:22:25.223Z
42412026-08-11T11:22:25.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-08-11T11:22:25.223Z
42432026-08-11T11:22:25.223Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42442026-08-11T11:22:25.313Z
42452026-08-11T11:22:25.314Zrunning 8 tests
42462026-08-11T11:22:25.317Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42472026-08-11T11:22:25.317Ztest tofino_asic::qsfp::tests::fix_link ... ok
42482026-08-11T11:22:25.317Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42492026-08-11T11:22:25.317Ztest tofino_asic::stats::constants_sanity_check ... ok
42502026-08-11T11:22:25.317Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42512026-08-11T11:22:25.317Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42522026-08-11T11:22:25.324Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42532026-08-11T11:22:25.815Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42542026-08-11T11:22:25.815Z
42552026-08-11T11:22:25.815Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42562026-08-11T11:22:25.815Z
42572026-08-11T11:22:25.824Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42582026-08-11T11:22:25.828Z
42592026-08-11T11:22:25.828Zrunning 10 tests
42602026-08-11T11:22:25.828Ztest network::tests::test_equal ... ok
42612026-08-11T11:22:25.828Ztest nat::tests::test_vni ... ok
42622026-08-11T11:22:25.828Ztest network::tests::test_eui64 ... ok
42632026-08-11T11:22:25.828Ztest network::tests::test_into ... ok
42642026-08-11T11:22:25.828Ztest network::tests::test_generate_ipv6_link_local ... ok
42652026-08-11T11:22:25.828Ztest network::tests::test_not_equal ... ok
42662026-08-11T11:22:25.828Ztest network::tests::test_to_string ... ok
42672026-08-11T11:22:25.828Ztest network::tests::test_parse ... ok
42682026-08-11T11:22:25.828Ztest test_purge ... ok
42692026-08-11T11:22:25.831Ztest illumos::test::address_exists_handles_missing_object ... ok
42702026-08-11T11:22:25.831Z
42712026-08-11T11:22:25.831Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42722026-08-11T11:22:25.831Z
42732026-08-11T11:22:25.831Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42742026-08-11T11:22:25.836Z
42752026-08-11T11:22:25.836Zrunning 1 test
42762026-08-11T11:22:25.839Z -------
42772026-08-11T11:22:25.839Z Generating OpenAPI documents from API definitions ...
42782026-08-11T11:22:25.973Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42792026-08-11T11:22:26.040Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42802026-08-11T11:22:27.039Z -------
42812026-08-11T11:22:27.039Z Checking 12 OpenAPI documents...
42822026-08-11T11:22:27.039Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-11T11:22:27.039Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-11T11:22:27.039Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-11T11:22:27.039Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-11T11:22:27.039Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-11T11:22:27.039Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-11T11:22:27.043Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-11T11:22:27.044Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-11T11:22:27.044Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-11T11:22:27.044Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-11T11:22:27.044Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-11T11:22:27.044Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-11T11:22:27.044Z Fresh dpd "latest" symlink
42952026-08-11T11:22:27.044Z -------
42962026-08-11T11:22:27.044Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42972026-08-11T11:22:27.101Ztest test::test_apis_up_to_date ... ok
42982026-08-11T11:22:27.101Z
42992026-08-11T11:22:27.101Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
43002026-08-11T11:22:27.101Z
43012026-08-11T11:22:27.159Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43022026-08-11T11:22:27.223Z
43032026-08-11T11:22:27.223Zrunning 66 tests
43042026-08-11T11:22:27.227Ztest freemap::test_ordering ... ok
43052026-08-11T11:22:27.227Ztest config::tests::test_updates ... ok
43062026-08-11T11:22:27.227Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-08-11T11:22:27.227Ztest freemap::test_split ... ok
43082026-08-11T11:22:27.227Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-08-11T11:22:27.227Ztest macaddrs::tests::test_mac_offset ... ok
43102026-08-11T11:22:27.227Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-08-11T11:22:27.232Ztest macaddrs::tests::test_parse_port_id ... ok
43122026-08-11T11:22:27.232Ztest nat::test_mapping ... ok
43132026-08-11T11:22:27.232ZAug 11 11:22:26.243 DEBG Aug 11 11:22:26.243created new freemap DEBG Aug 11 11:22:26.243created new freemap , , DEBGunitunit:: freemap_testfreemap_test created new freemap
43142026-08-11T11:22:27.232Z
43152026-08-11T11:22:27.232Z, unit: freemap_test
43162026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG initted freemap. size: 128, unit: freemap_test
43172026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG reset freemap, unit: freemap_test
43182026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG initted freemap. size: 128, unitAug 11 11:22:26.243: DEBGfreemap_test
43192026-08-11T11:22:27.233Zinitted freemap. size: 128, unit: Aug 11 11:22:26.243freemap_test
43202026-08-11T11:22:27.233ZDEBG reset freemap, Aug 11 11:22:26.243unit :DEBG freemap_testreset freemap
43212026-08-11T11:22:27.233Z, unit: freemap_test
43222026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG created new freemap, unit: freemap_test
43232026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG initted freemap. size: 128, unit: freemap_test
43242026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG reset freemap, unit: freemap_test
43252026-08-11T11:22:27.233Ztest freemap::test_basic ... ok
43262026-08-11T11:22:27.233Ztest freemap::test_free ... ok
43272026-08-11T11:22:27.233Ztest freemap::test_reclaim ... ok
43282026-08-11T11:22:27.233ZAug 11 11:22:26.243 DEBG created new freemap, unit: freemap_test
43292026-08-11T11:22:27.233Ztest freemap::test_exhaustion ... ok
43302026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG initted freemap. size: 8, unit: freemap_test
43312026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG reset freemap, unit: freemap_test
43322026-08-11T11:22:27.233Ztest port_map::tests::test_backplane_group ... ok
43332026-08-11T11:22:27.233Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43342026-08-11T11:22:27.233Ztest port_map::tests::dump_map ... ok
43352026-08-11T11:22:27.233Ztest port_map::tests::test_port_map ... ok
43362026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG created new freemap, unit: freemap_test
43372026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG initted freemap. size: 128, unit: freemap_test
43382026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG reset freemap, unit: freemap_test
43392026-08-11T11:22:27.233Ztest freemap::test_span ... ok
43402026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG created new freemap, unit: freemap_route_ipv4
43412026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG created new freemap, unit: freemap_route_ipv6
43422026-08-11T11:22:27.233ZAug 11 11:22:26.244 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43432026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv4
43442026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43452026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv6
43462026-08-11T11:22:27.234ZAug 11 11:22:26.245 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43472026-08-11T11:22:27.234ZAug 11 11:22:26.245 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 } }]
43482026-08-11T11:22:27.234ZAug 11 11:22:26.245 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43492026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG created new freemap, unit: freemap_route_ipv4
43502026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG created new freemap, unit: freemap_route_ipv6
43512026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43522026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv4
43532026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43542026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG reset freemap, unit: freemap_route_ipv6
43552026-08-11T11:22:27.234ZAug 11 11:22:26.245 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43562026-08-11T11:22:27.234ZAug 11 11:22:26.245 DEBG Aug 11 11:22:26.245replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43572026-08-11T11:22:27.234ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:22:26.245
43582026-08-11T11:22:27.234Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43592026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
43602026-08-11T11:22:27.234Z
43612026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:1::/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 } }]
43622026-08-11T11:22:27.234Z
43632026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
43642026-08-11T11:22:27.234Z
43652026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:2::/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 } }]
43662026-08-11T11:22:27.234Z
43672026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
43682026-08-11T11:22:27.234Z
43692026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43702026-08-11T11:22:27.234Z
43712026-08-11T11:22:27.234ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43722026-08-11T11:22:27.235Z
43732026-08-11T11:22:27.235ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG 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 } }]
43742026-08-11T11:22:27.235Z
43752026-08-11T11:22:27.235ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43762026-08-11T11:22:27.235Z
43772026-08-11T11:22:27.235ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43782026-08-11T11:22:27.235Z
43792026-08-11T11:22:27.235Ztest api_server::tests::test_build_info ... ok
43802026-08-11T11:22:27.235ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43812026-08-11T11:22:27.235ZAug 11 11:22:26.245 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43822026-08-11T11:22:27.235ZAug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43832026-08-11T11:22:27.235Ztest port_map::tests::parse_softnpu_revision ... ok
43842026-08-11T11:22:27.235ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGINFO created new freemapadding route 3fff:beef:7::/64 -> 2001:db8::55:ff,
43852026-08-11T11:22:27.235Zunit: Aug 11 11:22:26.245freemap_route_ipv4
43862026-08-11T11:22:27.235ZDEBG 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 } }]
43872026-08-11T11:22:27.235ZAug 11 11:22:26.245 DEBGAug 11 11:22:26.245 created new freemapINFO, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ff:
43882026-08-11T11:22:27.235Z freemap_route_ipv6
43892026-08-11T11:22:27.235ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
43902026-08-11T11:22:27.235Z, unit: freemap_route_ipv4Aug 11 11:22:26.245
43912026-08-11T11:22:27.235Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43922026-08-11T11:22:27.235ZAug 11 11:22:26.245 DEBG reset freemapAug 11 11:22:26.245, unitDEBG: Aug 11 11:22:26.245replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
43932026-08-11T11:22:27.235Z
43942026-08-11T11:22:27.235Z DEBG Aug 11 11:22:26.245created new freemapAug 11 11:22:26.245 , unitINFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff:
43952026-08-11T11:22:27.235Zinitted freemap. size: 64 , freemap_route_ipv4unitAug 11 11:22:26.245
43962026-08-11T11:22:27.235Z :DEBG freemap_route_ipv6replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43972026-08-11T11:22:27.235Z
43982026-08-11T11:22:27.235ZAug 11 11:22:26.245 DEBG created new freemapAug 11 11:22:26.245Aug 11 11:22:26.245 , DEBGINFO unitreset freemap:, unitfreemap_route_ipv6:
43992026-08-11T11:22:27.235Z freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44002026-08-11T11:22:27.236Z
44012026-08-11T11:22:27.236ZAug 11 11:22:26.245Aug 11 11:22:26.245 Aug 11 11:22:26.245DEBGINFO initted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
44022026-08-11T11:22:27.236Z , 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 } }]unit
44032026-08-11T11:22:27.236Z: freemap_route_ipv4
44042026-08-11T11:22:27.236ZAug 11 11:22:26.245 INFOAug 11 11:22:26.245 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
44052026-08-11T11:22:27.236ZAug 11 11:22:26.245 reset freemapDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
44062026-08-11T11:22:27.236ZAug 11 11:22:26.245: DEBGAug 11 11:22:26.245 freemap_route_ipv4replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44072026-08-11T11:22:27.236Z
44082026-08-11T11:22:27.236Z adding route 3fff:dead::/64 -> 2001:db8::55:2
44092026-08-11T11:22:27.236ZAug 11 11:22:26.245Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBGDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44102026-08-11T11:22:27.236Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]initted freemap. size: 64
44112026-08-11T11:22:27.241Z, unit: freemap_route_ipv6
44122026-08-11T11:22:27.241ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG adding route 3fff:beef::/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 } }]
44132026-08-11T11:22:27.241Z
44142026-08-11T11:22:27.241ZAug 11 11:22:26.245 DEBG reset freemap, Aug 11 11:22:26.245Aug 11 11:22:26.245unit :INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44152026-08-11T11:22:27.241Z 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 } }]freemap_route_ipv6
44162026-08-11T11:22:27.241Z
44172026-08-11T11:22:27.241ZAug 11 11:22:26.245Aug 11 11:22:26.245Aug 11 11:22:26.245 INFODEBG 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 } }]
44182026-08-11T11:22:27.241Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44192026-08-11T11:22:27.241Z
44202026-08-11T11:22:27.241ZAug 11 11:22:26.245 INFOAug 11 11:22:26.245 Aug 11 11:22:26.245 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG
44212026-08-11T11:22:27.241Z 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44222026-08-11T11:22:27.241Z
44232026-08-11T11:22:27.241ZAug 11 11:22:26.245 DEBG Aug 11 11:22:26.245replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44242026-08-11T11:22:27.241Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:22:26.245
44252026-08-11T11:22:27.241Z
44262026-08-11T11:22:27.241Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44272026-08-11T11:22:27.241ZAug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44282026-08-11T11:22:27.241Z DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44292026-08-11T11:22:27.242Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44302026-08-11T11:22:27.242ZAug 11 11:22:26.245 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:22:26.245
44312026-08-11T11:22:27.242Z DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44322026-08-11T11:22:27.242Z DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44332026-08-11T11:22:27.242Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44342026-08-11T11:22:27.242ZAug 11 11:22:26.245 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:22:26.245
44352026-08-11T11:22:27.242Z 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 } }]
44362026-08-11T11:22:27.242ZAug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44372026-08-11T11:22:27.242Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44382026-08-11T11:22:27.242ZAug 11 11:22:26.245 INFO Aug 11 11:22:26.245adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44392026-08-11T11:22:27.242ZDEBG 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 } }]
44402026-08-11T11:22:27.242ZAug 11 11:22:26.245 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 } }]Aug 11 11:22:26.245
44412026-08-11T11:22:27.242Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:22:26.245
44422026-08-11T11:22:27.242Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44432026-08-11T11:22:27.242ZAug 11 11:22:26.245 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.245
44442026-08-11T11:22:27.242Z 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 } }]
44452026-08-11T11:22:27.242ZAug 11 11:22:26.245 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:22:26.245
44462026-08-11T11:22:27.242Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44472026-08-11T11:22:27.242ZAug 11 11:22:26.245 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 } }]Aug 11 11:22:26.245
44482026-08-11T11:22:27.242Z 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 } }]
44492026-08-11T11:22:27.242ZAug 11 11:22:26.245 INFO Aug 11 11:22:26.245adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44502026-08-11T11:22:27.242ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44512026-08-11T11:22:27.242ZAug 11 11:22:26.245 DEBG Aug 11 11:22:26.245replacing 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 } }]
44522026-08-11T11:22:27.242ZDEBG 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 } }]
44532026-08-11T11:22:27.242ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44542026-08-11T11:22:27.242Z
44552026-08-11T11:22:27.242ZAug 11 11:22:26.245Aug 11 11:22:26.245 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:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44562026-08-11T11:22:27.242Z
44572026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44582026-08-11T11:22:27.243Z
44592026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44602026-08-11T11:22:27.243Z
44612026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44622026-08-11T11:22:27.243Z
44632026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 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: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 } }]
44642026-08-11T11:22:27.243Z
44652026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44662026-08-11T11:22:27.243Z
44672026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44682026-08-11T11:22:27.243Z
44692026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44702026-08-11T11:22:27.243Z
44712026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 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: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 } }]
44722026-08-11T11:22:27.243Z
44732026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44742026-08-11T11:22:27.243Z
44752026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44762026-08-11T11:22:27.243Z
44772026-08-11T11:22:27.243ZAug 11 11:22:26.245Aug 11 11:22:26.245 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44782026-08-11T11:22:27.243Z
44792026-08-11T11:22:27.243ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44802026-08-11T11:22:27.243Z
44812026-08-11T11:22:27.243ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44822026-08-11T11:22:27.243Z
44832026-08-11T11:22:27.243ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
44842026-08-11T11:22:27.243Z
44852026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44862026-08-11T11:22:27.244Z
44872026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44882026-08-11T11:22:27.244Z
44892026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
44902026-08-11T11:22:27.244Z
44912026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
44922026-08-11T11:22:27.244Z
44932026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
44942026-08-11T11:22:27.244Z
44952026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
44962026-08-11T11:22:27.244Z
44972026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
44982026-08-11T11:22:27.244Z
44992026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45002026-08-11T11:22:27.244Z
45012026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45022026-08-11T11:22:27.244Z
45032026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
45042026-08-11T11:22:27.244Z
45052026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45062026-08-11T11:22:27.244Z
45072026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45082026-08-11T11:22:27.244Z
45092026-08-11T11:22:27.244ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45102026-08-11T11:22:27.244Z
45112026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45122026-08-11T11:22:27.250Z
45132026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45142026-08-11T11:22:27.250Z
45152026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45162026-08-11T11:22:27.250Z
45172026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45182026-08-11T11:22:27.250Z
45192026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45202026-08-11T11:22:27.250Z
45212026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
45222026-08-11T11:22:27.250Z
45232026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45242026-08-11T11:22:27.250Z
45252026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45262026-08-11T11:22:27.250Z
45272026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
45282026-08-11T11:22:27.250Z
45292026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45302026-08-11T11:22:27.250Z
45312026-08-11T11:22:27.250ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
45322026-08-11T11:22:27.250Z
45332026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45342026-08-11T11:22:27.251Z
45352026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45362026-08-11T11:22:27.251Z
45372026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45382026-08-11T11:22:27.251Z
45392026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45402026-08-11T11:22:27.251Z
45412026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45422026-08-11T11:22:27.251Z
45432026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG 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: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 } }]
45442026-08-11T11:22:27.251Z
45452026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45462026-08-11T11:22:27.251Z
45472026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
45482026-08-11T11:22:27.251Z
45492026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
45502026-08-11T11:22:27.251Z
45512026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45522026-08-11T11:22:27.251Z
45532026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
45542026-08-11T11:22:27.251Z
45552026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
45562026-08-11T11:22:27.251Z
45572026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45582026-08-11T11:22:27.251Z
45592026-08-11T11:22:27.251ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45602026-08-11T11:22:27.251Z
45612026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
45622026-08-11T11:22:27.252Z
45632026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45642026-08-11T11:22:27.252Z
45652026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
45662026-08-11T11:22:27.252Z
45672026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45682026-08-11T11:22:27.252Z
45692026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
45702026-08-11T11:22:27.252Z
45712026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45722026-08-11T11:22:27.252Z
45732026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
45742026-08-11T11:22:27.252Z
45752026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45762026-08-11T11:22:27.252Z
45772026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
45782026-08-11T11:22:27.252Z
45792026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
45802026-08-11T11:22:27.252Z
45812026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45822026-08-11T11:22:27.252Z
45832026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
45842026-08-11T11:22:27.252Z
45852026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45862026-08-11T11:22:27.252Z
45872026-08-11T11:22:27.252ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45882026-08-11T11:22:27.253Z
45892026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
45902026-08-11T11:22:27.253Z
45912026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45922026-08-11T11:22:27.253Z
45932026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
45942026-08-11T11:22:27.253Z
45952026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45962026-08-11T11:22:27.253Z
45972026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
45982026-08-11T11:22:27.253Z
45992026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG 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: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 } }]
46002026-08-11T11:22:27.253Z
46012026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
46022026-08-11T11:22:27.253Z
46032026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 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 } }]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 } }]
46042026-08-11T11:22:27.253Z
46052026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
46062026-08-11T11:22:27.253Z
46072026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46082026-08-11T11:22:27.253Z
46092026-08-11T11:22:27.253ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
46102026-08-11T11:22:27.253Z
46112026-08-11T11:22:27.259ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46122026-08-11T11:22:27.259Z
46132026-08-11T11:22:27.259ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46142026-08-11T11:22:27.259Z
46152026-08-11T11:22:27.259ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46162026-08-11T11:22:27.259Z
46172026-08-11T11:22:27.259ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
46182026-08-11T11:22:27.259Z
46192026-08-11T11:22:27.259ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
46202026-08-11T11:22:27.259Z
46212026-08-11T11:22:27.259ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
46222026-08-11T11:22:27.259Z
46232026-08-11T11:22:27.259ZAug 11 11:22:26.246 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 } }]
46242026-08-11T11:22:27.259Z Aug 11 11:22:26.246 INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
46252026-08-11T11:22:27.259Z
46262026-08-11T11:22:27.259ZAug 11 11:22:26.246 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 } }]
46272026-08-11T11:22:27.259ZAug 11 11:22:26.246 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:22:26.246
46282026-08-11T11:22:27.259Z 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 } }]
46292026-08-11T11:22:27.259ZAug 11 11:22:26.246 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 } }]
46302026-08-11T11:22:27.260ZAug 11 11:22:26.246 INFO Aug 11 11:22:26.246adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
46312026-08-11T11:22:27.260ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
46322026-08-11T11:22:27.260ZAug 11 11:22:26.246 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.246
46332026-08-11T11:22:27.260Z 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 } }]
46342026-08-11T11:22:27.260ZAug 11 11:22:26.246 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:22:26.246
46352026-08-11T11:22:27.260Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
46362026-08-11T11:22:27.260ZAug 11 11:22:26.246 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.246
46372026-08-11T11:22:27.260Z 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 } }]
46382026-08-11T11:22:27.260ZAug 11 11:22:26.246 INFO Aug 11 11:22:26.246adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46392026-08-11T11:22:27.260ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
46402026-08-11T11:22:27.260ZAug 11 11:22:26.246 DEBG Aug 11 11:22:26.246replacing 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 } }]
46412026-08-11T11:22:27.260ZDEBG 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 } }]
46422026-08-11T11:22:27.260ZAug 11 11:22:26.246 INFO Aug 11 11:22:26.246adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46432026-08-11T11:22:27.260ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
46442026-08-11T11:22:27.260ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46452026-08-11T11:22:27.260Z
46462026-08-11T11:22:27.260ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
46472026-08-11T11:22:27.260Z
46482026-08-11T11:22:27.260ZAug 11 11:22:26.246Aug 11 11:22:26.246 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46492026-08-11T11:22:27.260Z
46502026-08-11T11:22:27.260ZAug 11 11:22:26.246Aug 11 11:22:26.246 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
46512026-08-11T11:22:27.260Z
46522026-08-11T11:22:27.260ZAug 11 11:22:26.246Aug 11 11:22:26.246 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: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 } }]
46532026-08-11T11:22:27.260Z
46542026-08-11T11:22:27.260ZAug 11 11:22:26.246 DEBG created new freemap, unit: freemap_route_ipv4
46552026-08-11T11:22:27.260ZAug 11 11:22:26.246 DEBG created new freemap, unit: freemap_route_ipv6
46562026-08-11T11:22:27.260ZAug 11 11:22:26.246 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
46572026-08-11T11:22:27.260ZAug 11 11:22:26.246 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46582026-08-11T11:22:27.261ZAug 11 11:22:26.247 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 } }]
46592026-08-11T11:22:27.261ZAug 11 11:22:26.247 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:22:26.246
46602026-08-11T11:22:27.261Z DEBG reset freemap, Aug 11 11:22:26.247unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46612026-08-11T11:22:27.261Z
46622026-08-11T11:22:27.261ZAug 11 11:22:26.247Aug 11 11:22:26.247 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64
46632026-08-11T11:22:27.261Z, unit: freemap_route_ipv6Aug 11 11:22:26.247
46642026-08-11T11:22:27.261Z DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.247
46652026-08-11T11:22:27.261Z DEBG reset freemapAug 11 11:22:26.247, unitINFO: adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6
46662026-08-11T11:22:27.261Z
46672026-08-11T11:22:27.261ZAug 11 11:22:26.247Aug 11 11:22:26.247 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
46682026-08-11T11:22:27.261Z
46692026-08-11T11:22:27.261ZAug 11 11:22:26.247Aug 11 11:22:26.247 INFODEBG 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 } }]
46702026-08-11T11:22:27.261Z
46712026-08-11T11:22:27.261ZAug 11 11:22:26.247 Aug 11 11:22:26.247DEBG 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 } }]
46722026-08-11T11:22:27.261Zreplacing 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 } }]
46732026-08-11T11:22:27.261ZAug 11 11:22:26.247 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46742026-08-11T11:22:27.261ZAug 11 11:22:26.247 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 } }]
46752026-08-11T11:22:27.261ZAug 11 11:22:26.247 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46762026-08-11T11:22:27.261ZAug 11 11:22:26.247 Aug 11 11:22:26.247DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46772026-08-11T11:22:27.261Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
46782026-08-11T11:22:27.261ZAug 11 11:22:26.247 INFOAug 11 11:22:26.247 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
46792026-08-11T11:22:27.261Z 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 } }]
46802026-08-11T11:22:27.261ZAug 11 11:22:26.247 Aug 11 11:22:26.247DEBG 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 } }]
46812026-08-11T11:22:27.261Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
46822026-08-11T11:22:27.261ZAug 11 11:22:26.247 Aug 11 11:22:26.247INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46832026-08-11T11:22:27.261Zreplacing 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 } }]
46842026-08-11T11:22:27.261ZAug 11 11:22:26.247 Aug 11 11:22:26.247DEBG 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 } }]
46852026-08-11T11:22:27.261Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
46862026-08-11T11:22:27.262ZAug 11 11:22:26.247 Aug 11 11:22:26.247INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46872026-08-11T11:22:27.262Zreplacing 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 } }]
46882026-08-11T11:22:27.262ZAug 11 11:22:26.247Aug 11 11:22:26.247 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 } }]failed to allocate space for the new target list
46892026-08-11T11:22:27.262Z
46902026-08-11T11:22:27.262ZAug 11 11:22:26.247Aug 11 11:22:26.247 INFODEBG adding route 3fff:beef:14::/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 } }]
46912026-08-11T11:22:27.262Z
46922026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
46932026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46942026-08-11T11:22:27.262Ztest route::tests::grow_succeeds ... ok
46952026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
46962026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46972026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
46982026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46992026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
47002026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47012026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
47022026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47032026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
47042026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47052026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
47062026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47072026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
47082026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47092026-08-11T11:22:27.262ZAug 11 11:22:26.247 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 } }]
47102026-08-11T11:22:27.262ZAug 11 11:22:26.247 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47112026-08-11T11:22:27.267ZAug 11 11:22:26.247 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 } }]
47122026-08-11T11:22:27.267ZAug 11 11:22:26.247 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47132026-08-11T11:22:27.267ZAug 11 11:22:26.247 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 } }]
47142026-08-11T11:22:27.267ZAug 11 11:22:26.247 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47152026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47162026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47172026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47182026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47192026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47202026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47212026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47222026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47232026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47242026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47252026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47262026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47272026-08-11T11:22:27.268ZAug 11 11:22:26.247 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47282026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47292026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47302026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47312026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47322026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47332026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47342026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47352026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47362026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47372026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47382026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47392026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47402026-08-11T11:22:27.268ZAug 11 11:22:26.247 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47412026-08-11T11:22:27.268ZAug 11 11:22:26.247 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 } }]
47422026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47432026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47442026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47452026-08-11T11:22:27.269ZAug 11 11:22:26.247 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47462026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47472026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47482026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47492026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47502026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47512026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47522026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47532026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47542026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47552026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47562026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47572026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47582026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47592026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47602026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47612026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47622026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47632026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47642026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47652026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47662026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47672026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47682026-08-11T11:22:27.269ZAug 11 11:22:26.247 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47692026-08-11T11:22:27.269ZAug 11 11:22:26.247 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 } }]
47702026-08-11T11:22:27.270ZAug 11 11:22:26.247 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47712026-08-11T11:22:27.270ZAug 11 11:22:26.247 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 } }]
47722026-08-11T11:22:27.270ZAug 11 11:22:26.247 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47732026-08-11T11:22:27.270ZAug 11 11:22:26.247 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 } }]
47742026-08-11T11:22:27.270ZAug 11 11:22:26.247 DEBG failed to allocate space for the new target list
47752026-08-11T11:22:27.270ZAug 11 11:22:26.247Aug 11 11:22:26.247 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 } }]created new freemap
47762026-08-11T11:22:27.270Z, unit: freemap_route_ipv4
47772026-08-11T11:22:27.270ZAug 11 11:22:26.247 DEBG created new freemap, unit: freemap_route_ipv6
47782026-08-11T11:22:27.270ZAug 11 11:22:26.247 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 11 11:22:26.247
47792026-08-11T11:22:27.270Z DEBG created new freemapAug 11 11:22:26.247, unitDEBG: reset freemapfreemap_route_ipv4,
47802026-08-11T11:22:27.270Zunit: freemap_route_ipv4
47812026-08-11T11:22:27.270ZAug 11 11:22:26.247 DEBG Aug 11 11:22:26.247created new freemap , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit
47822026-08-11T11:22:27.270Z: freemap_route_ipv6
47832026-08-11T11:22:27.270ZAug 11 11:22:26.247 DEBGAug 11 11:22:26.247 initted freemap. size: 64DEBG, unitreset freemap:, unitfreemap_route_ipv4:
47842026-08-11T11:22:27.270Z freemap_route_ipv6
47852026-08-11T11:22:27.270ZAug 11 11:22:26.247 Aug 11 11:22:26.247DEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.1unit
47862026-08-11T11:22:27.270Z: freemap_route_ipv4
47872026-08-11T11:22:27.270ZAug 11 11:22:26.247 DEBG Aug 11 11:22:26.247replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
47882026-08-11T11:22:27.270ZDEBG initted freemap. size: 64, Aug 11 11:22:26.247unit :INFO freemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255
47892026-08-11T11:22:27.270Z
47902026-08-11T11:22:27.270ZAug 11 11:22:26.247Aug 11 11:22:26.247 DEBGDEBG reset freemapreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
47912026-08-11T11:22:27.270Zunit: freemap_route_ipv6Aug 11 11:22:26.247
47922026-08-11T11:22:27.270Z INFO adding route 172.17.0.1/32 -> 10.0.0.255
47932026-08-11T11:22:27.270ZAug 11 11:22:26.247 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:26.247
47942026-08-11T11:22:27.270Z DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.247
47952026-08-11T11:22:27.270Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:22:26.247
47962026-08-11T11:22:27.270Z INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:22:26.247
47972026-08-11T11:22:27.271Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:26.247
47982026-08-11T11:22:27.271Z DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.247
47992026-08-11T11:22:27.271Z 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 } }]Aug 11 11:22:26.247
48002026-08-11T11:22:27.271Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
48012026-08-11T11:22:27.271ZAug 11 11:22:26.247 INFO Aug 11 11:22:26.247adding route 3fff:dead::/64 -> 2001:db8::55:1
48022026-08-11T11:22:27.271ZDEBG 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 } }]
48032026-08-11T11:22:27.271ZAug 11 11:22:26.247 DEBG Aug 11 11:22:26.247replacing 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 } }]
48042026-08-11T11:22:27.271ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
48052026-08-11T11:22:27.271ZAug 11 11:22:26.247 INFOAug 11 11:22:26.247 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
48062026-08-11T11:22:27.271Z 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 } }]
48072026-08-11T11:22:27.271ZAug 11 11:22:26.247 DEBGAug 11 11:22:26.247 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 } }]INFO
48082026-08-11T11:22:27.271Z adding route 172.17.0.5/32 -> 10.0.0.255
48092026-08-11T11:22:27.271ZAug 11 11:22:26.247 INFOAug 11 11:22:26.247 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
48102026-08-11T11:22:27.271Z 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 } }]
48112026-08-11T11:22:27.276ZAug 11 11:22:26.247 DEBGAug 11 11:22:26.247 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
48122026-08-11T11:22:27.276Z adding route 172.17.0.6/32 -> 10.0.0.255
48132026-08-11T11:22:27.276ZAug 11 11:22:26.248 INFOAug 11 11:22:26.248 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
48142026-08-11T11:22:27.276Z 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 } }]
48152026-08-11T11:22:27.276ZAug 11 11:22:26.248 DEBGAug 11 11:22:26.248 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48162026-08-11T11:22:27.276Z adding route 172.17.0.7/32 -> 10.0.0.255
48172026-08-11T11:22:27.276ZAug 11 11:22:26.248 Aug 11 11:22:26.248INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48182026-08-11T11:22:27.276Zreplacing 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 } }]
48192026-08-11T11:22:27.276ZAug 11 11:22:26.248Aug 11 11:22:26.248Aug 11 11:22:26.248 DEBG DEBGcreated new freemapINFO , adding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }]
48202026-08-11T11:22:27.276Z
48212026-08-11T11:22:27.276Zunit: freemap_route_ipv4Aug 11 11:22:26.248
48222026-08-11T11:22:27.276Z Aug 11 11:22:26.248DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
48232026-08-11T11:22:27.276ZAug 11 11:22:26.248adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
48242026-08-11T11:22:27.276ZDEBGAug 11 11:22:26.248 created new freemapINFO, Aug 11 11:22:26.248unit adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:26.248DEBG
48252026-08-11T11:22:27.276Z 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 } }] freemap_route_ipv6Aug 11 11:22:26.248
48262026-08-11T11:22:27.276Z
48272026-08-11T11:22:27.276ZDEBGcreated new freemap , replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
48282026-08-11T11:22:27.276ZAug 11 11:22:26.248: Aug 11 11:22:26.248INFOfreemap_route_ipv4 Aug 11 11:22:26.248DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
48292026-08-11T11:22:27.276Z
48302026-08-11T11:22:27.276Z adding route 172.17.0.10/32 -> 10.0.0.255initted freemap. size: 64
48312026-08-11T11:22:27.276Z, unitAug 11 11:22:26.248:Aug 11 11:22:26.248 freemap_route_ipv4DEBG Aug 11 11:22:26.248
48322026-08-11T11:22:27.276Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48332026-08-11T11:22:27.277Z DEBGcreated new freemap , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
48342026-08-11T11:22:27.277ZAug 11 11:22:26.248:Aug 11 11:22:26.248 freemap_route_ipv6DEBG
48352026-08-11T11:22:27.277Z reset freemapINFO, Aug 11 11:22:26.248unitAug 11 11:22:26.248 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff:
48362026-08-11T11:22:27.277Z freemap_route_ipv4DEBG
48372026-08-11T11:22:27.277Z Aug 11 11:22:26.248 initted freemap. size: 64adding route 172.17.0.11/32 -> 10.0.0.255, DEBGunit Aug 11 11:22:26.248
48382026-08-11T11:22:27.277Z: freemap_route_ipv4DEBGreplacing 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 } }]
48392026-08-11T11:22:27.277Z
48402026-08-11T11:22:27.277Zinitted freemap. size: 64, unitAug 11 11:22:26.248:Aug 11 11:22:26.248 Aug 11 11:22:26.248DEBG INFODEBGfreemap_route_ipv6reset freemap
48412026-08-11T11:22:27.277Z , adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitreplacing 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 } }]:
48422026-08-11T11:22:27.277ZAug 11 11:22:26.248
48432026-08-11T11:22:27.277Zfreemap_route_ipv4
48442026-08-11T11:22:27.277ZAug 11 11:22:26.248DEBG INFOreset freemapAug 11 11:22:26.248, Aug 11 11:22:26.248 DEBGunitadding route 172.17.0.12/32 -> 10.0.0.255 :
48452026-08-11T11:22:27.277ZDEBG freemap_route_ipv6
48462026-08-11T11:22:27.277Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:26.248
48472026-08-11T11:22:27.277Zinitted freemap. size: 64 , DEBGunitAug 11 11:22:26.248 Aug 11 11:22:26.248:INFO 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 } }]freemap_route_ipv6
48482026-08-11T11:22:27.277Z
48492026-08-11T11:22:27.277Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
48502026-08-11T11:22:27.277Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:22:26.248
48512026-08-11T11:22:27.277Z DEBG Aug 11 11:22:26.248Aug 11 11:22:26.248 reset freemapDEBGAug 11 11:22:26.248INFO 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 172.17.0.13/32 -> 10.0.0.255replacing 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 } }]
48522026-08-11T11:22:27.277Z,
48532026-08-11T11:22:27.277Zunit
48542026-08-11T11:22:27.277Z: freemap_route_ipv6Aug 11 11:22:26.248
48552026-08-11T11:22:27.277Z Aug 11 11:22:26.248Aug 11 11:22:26.248INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
48562026-08-11T11:22:27.277Zreplacing 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
48572026-08-11T11:22:27.277Z Aug 11 11:22:26.248adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
48582026-08-11T11:22:27.277ZDEBGAug 11 11:22:26.248 Aug 11 11:22:26.248replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:22:26.248INFOINFO
48592026-08-11T11:22:27.277Z DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 172.17.0.14/32 -> 10.0.0.255
48602026-08-11T11:22:27.277ZAug 11 11:22:26.248
48612026-08-11T11:22:27.278Z
48622026-08-11T11:22:27.278Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
48632026-08-11T11:22:27.278ZAug 11 11:22:26.248Aug 11 11:22:26.248 Aug 11 11:22:26.248 Aug 11 11:22:26.248INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
48642026-08-11T11:22:27.278Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 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 } }]
48652026-08-11T11:22:27.278Z
48662026-08-11T11:22:27.278ZAug 11 11:22:26.248 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 } }]Aug 11 11:22:26.248
48672026-08-11T11:22:27.278ZAug 11 11:22:26.248 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:22:26.248 INFO
48682026-08-11T11:22:27.278Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48692026-08-11T11:22:27.278Z Aug 11 11:22:26.248adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
48702026-08-11T11:22:27.278ZDEBG 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 } }]
48712026-08-11T11:22:27.278ZAug 11 11:22:26.248 DEBG Aug 11 11:22:26.248replacing 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 } }]
48722026-08-11T11:22:27.278ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
48732026-08-11T11:22:27.278ZAug 11 11:22:26.248 INFOAug 11 11:22:26.248 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
48742026-08-11T11:22:27.278Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
48752026-08-11T11:22:27.278Z
48762026-08-11T11:22:27.278ZAug 11 11:22:26.248 Aug 11 11:22:26.248DEBG Aug 11 11:22:26.248replacing 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 INFO
48772026-08-11T11:22:27.278Z adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
48782026-08-11T11:22:27.278Z
48792026-08-11T11:22:27.278ZAug 11 11:22:26.248 Aug 11 11:22:26.248INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
48802026-08-11T11:22:27.278Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
48812026-08-11T11:22:27.278ZAug 11 11:22:26.248Aug 11 11:22:26.248 Aug 11 11:22:26.248DEBG 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 } }] DEBG
48822026-08-11T11:22:27.278Zadding route 172.17.0.0/32 -> 10.0.0.255
48832026-08-11T11:22:27.278Zreplacing 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 } }]
48842026-08-11T11:22:27.278ZAug 11 11:22:26.248 Aug 11 11:22:26.248INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
48852026-08-11T11:22:27.278ZAug 11 11:22:26.248adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG
48862026-08-11T11:22:27.278Z 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 } }]
48872026-08-11T11:22:27.278ZAug 11 11:22:26.248 Aug 11 11:22:26.248DEBG Aug 11 11:22:26.248DEBGcreated new freemap DEBG, created new freemapcreated new freemapunit, , unit:unit Aug 11 11:22:26.256:: freemap_route_ipv4freemap_route_ipv4
48882026-08-11T11:22:27.279Zfreemap_route_ipv4 Aug 11 11:22:26.256
48892026-08-11T11:22:27.279Z DEBGINFO created new freemapadding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:22:26.248,
48902026-08-11T11:22:27.279Z unitDEBG: replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
48912026-08-11T11:22:27.279ZAug 11 11:22:26.256freemap_route_ipv6
48922026-08-11T11:22:27.279Z
48932026-08-11T11:22:27.279Z DEBGAug 11 11:22:26.256Aug 11 11:22:26.256 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
48942026-08-11T11:22:27.279ZDEBG created new freemapAug 11 11:22:26.256Aug 11 11:22:26.256 created new freemap, , unitDEBG: unitfreemap_route_ipv6initted freemap. size: 64
48952026-08-11T11:22:27.279Z, INFOunit : freemap_route_ipv4:
48962026-08-11T11:22:27.279Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:26.256
48972026-08-11T11:22:27.279Z freemap_route_ipv6DEBGAug 11 11:22:26.256
48982026-08-11T11:22:27.279Z initted freemap. size: 64Aug 11 11:22:26.256, unitAug 11 11:22:26.256INFO :DEBGAug 11 11:22:26.256 DEBGfreemap_route_ipv4
48992026-08-11T11:22:27.279Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
49002026-08-11T11:22:27.279Z initted freemap. size: 64 adding route 172.17.0.2/32 -> 10.0.0.255reset freemap, , Aug 11 11:22:26.256
49012026-08-11T11:22:27.279Z unitINFOAug 11 11:22:26.256unit ::Aug 11 11:22:26.256 DEBG freemap_route_ipv4reset freemap DEBG, freemap_route_ipv4unitadding route 172.17.0.20/32 -> 10.0.0.255 :
49022026-08-11T11:22:27.279Zreplacing 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 } }]
49032026-08-11T11:22:27.279Z
49042026-08-11T11:22:27.279Zfreemap_route_ipv4
49052026-08-11T11:22:27.279Z
49062026-08-11T11:22:27.279ZAug 11 11:22:26.256 Aug 11 11:22:26.256DEBG Aug 11 11:22:26.256Aug 11 11:22:26.256DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 11 11:22:26.256INFO adding route 172.17.0.3/32 -> 10.0.0.255
49072026-08-11T11:22:27.279ZDEBG initted freemap. size: 64
49082026-08-11T11:22:27.279Zinitted freemap. size: 64reset freemap, , Aug 11 11:22:26.256 unitunit:INFO Aug 11 11:22:26.256: freemap_route_ipv6
49092026-08-11T11:22:27.279ZDEBG adding route 172.17.0.21/32 -> 10.0.0.255,
49102026-08-11T11:22:27.279Z unitfreemap_route_ipv6replacing 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 } }]:
49112026-08-11T11:22:27.284Z
49122026-08-11T11:22:27.284Z freemap_route_ipv4Aug 11 11:22:26.256
49132026-08-11T11:22:27.284ZAug 11 11:22:26.256 DEBG Aug 11 11:22:26.256reset freemapAug 11 11:22:26.256, DEBGAug 11 11:22:26.256unit :DEBGINFO freemap_route_ipv6initted freemap. size: 64
49142026-08-11T11:22:27.284Zadding route 172.17.0.4/32 -> 10.0.0.255, DEBG unitreplacing 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 } }]reset freemap
49152026-08-11T11:22:27.284Z:
49162026-08-11T11:22:27.284Z, freemap_route_ipv6Aug 11 11:22:26.256
49172026-08-11T11:22:27.284Z Aug 11 11:22:26.256unit: INFOfreemap_route_ipv6
49182026-08-11T11:22:27.284Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:22:26.256
49192026-08-11T11:22:27.284Z DEBGDEBGAug 11 11:22:26.256 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 } }]
49202026-08-11T11:22:27.284ZAug 11 11:22:26.256reset freemap , DEBGunit 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 } }]:
49212026-08-11T11:22:27.284Z INFO Aug 11 11:22:26.256adding route 3fff:dead::/64 -> 2001:db8::55:1
49222026-08-11T11:22:27.284ZAug 11 11:22:26.256INFOfreemap_route_ipv6
49232026-08-11T11:22:27.284Z Aug 11 11:22:26.256INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
49242026-08-11T11:22:27.284ZAug 11 11:22:26.256 DEBGadding route 172.17.0.23/32 -> 10.0.0.255 INFO
49252026-08-11T11:22:27.284ZAug 11 11:22:26.256replacing 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 } }]
49262026-08-11T11:22:27.285Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:22:26.256DEBGAug 11 11:22:26.256 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 } }]DEBG
49272026-08-11T11:22:27.285Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:22:26.256
49282026-08-11T11:22:27.285Z
49292026-08-11T11:22:27.285Z INFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.256 Aug 11 11:22:26.256
49302026-08-11T11:22:27.285ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
49312026-08-11T11:22:27.285ZAug 11 11:22:26.256
49322026-08-11T11:22:27.285ZAug 11 11:22:26.256 INFO DEBG Aug 11 11:22:26.256adding route 172.17.0.24/32 -> 10.0.0.255 INFO
49332026-08-11T11:22:27.285Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
49342026-08-11T11:22:27.285ZAug 11 11:22:26.256adding route 172.17.0.6/32 -> 10.0.0.255
49352026-08-11T11:22:27.285ZAug 11 11:22:26.256Aug 11 11:22:26.256 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
49362026-08-11T11:22:27.285Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2
49372026-08-11T11:22:27.285ZDEBG 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 } }]Aug 11 11:22:26.257
49382026-08-11T11:22:27.285ZAug 11 11:22:26.257 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 } }]
49392026-08-11T11:22:27.285ZAug 11 11:22:26.257replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Aug 11 11:22:26.257
49402026-08-11T11:22:27.285ZDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.257
49412026-08-11T11:22:27.285Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
49422026-08-11T11:22:27.285Z adding route 172.17.0.25/32 -> 10.0.0.255INFO Aug 11 11:22:26.257adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:22:26.257
49432026-08-11T11:22:27.285Z
49442026-08-11T11:22:27.285Z INFOINFO Aug 11 11:22:26.257adding route 172.16.0.0/32 -> 10.0.0.3 Aug 11 11:22:26.257Aug 11 11:22:26.257
49452026-08-11T11:22:27.285Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49462026-08-11T11:22:27.285ZINFOreplacing 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 } }]
49472026-08-11T11:22:27.285ZAug 11 11:22:26.257adding route 172.17.0.7/32 -> 10.0.0.255
49482026-08-11T11:22:27.285Z
49492026-08-11T11:22:27.285Z DEBGAug 11 11:22:26.257 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:22:26.257
49502026-08-11T11:22:27.285ZAug 11 11:22:26.257 INFOINFOAug 11 11:22:26.257 adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
49512026-08-11T11:22:27.285Z
49522026-08-11T11:22:27.285ZDEBG Aug 11 11:22:26.257DEBG Aug 11 11:22:26.257 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
49532026-08-11T11:22:27.285Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.257replacing 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 } }]
49542026-08-11T11:22:27.286Z
49552026-08-11T11:22:27.286Z adding route 172.16.0.0/32 -> 10.0.0.4DEBG
49562026-08-11T11:22:27.286Z 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 } }]
49572026-08-11T11:22:27.286ZAug 11 11:22:26.257Aug 11 11:22:26.257 INFOAug 11 11:22:26.257DEBG INFO Aug 11 11:22:26.257 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
49582026-08-11T11:22:27.286Z Aug 11 11:22:26.257replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255Aug 11 11:22:26.257
49592026-08-11T11:22:27.286Z
49602026-08-11T11:22:27.286Z 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 } }]
49612026-08-11T11:22:27.286Zadding route 172.17.0.27/32 -> 10.0.0.255
49622026-08-11T11:22:27.286Z
49632026-08-11T11:22:27.286ZAug 11 11:22:26.257Aug 11 11:22:26.257 INFOAug 11 11:22:26.257 Aug 11 11:22:26.257DEBG Aug 11 11:22:26.257DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }, NextHop { asic_port_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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49642026-08-11T11:22:27.286Z
49652026-08-11T11:22:27.286Z
49662026-08-11T11:22:27.286Z 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 } }]
49672026-08-11T11:22:27.286Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 11 11:22:26.257
49682026-08-11T11:22:27.286Z Aug 11 11:22:26.257 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:22:26.257Aug 11 11:22:26.257
49692026-08-11T11:22:27.286ZDEBG Aug 11 11:22:26.257 WARNreplacing 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
49702026-08-11T11:22:27.286Z
49712026-08-11T11:22:27.286Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
49722026-08-11T11:22:27.286Z Aug 11 11:22:26.257Aug 11 11:22:26.257 adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:26.257INFODEBG DEBGAug 11 11:22:26.257adding route 172.17.0.1/32 -> 10.0.0.255 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 } }] ERROreplacing 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 } }]
49732026-08-11T11:22:27.286Z
49742026-08-11T11:22:27.286Ztest route::tests::rollback_on_compact_write_failure ... ok
49752026-08-11T11:22:27.286Z
49762026-08-11T11:22:27.286Z
49772026-08-11T11:22:27.286Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49782026-08-11T11:22:27.286ZAug 11 11:22:26.257Aug 11 11:22:26.257 DEBG 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 } }] Aug 11 11:22:26.257adding route 172.17.0.29/32 -> 10.0.0.255
49792026-08-11T11:22:27.286ZAug 11 11:22:26.257
49802026-08-11T11:22:27.286ZAug 11 11:22:26.257ERRO INFO 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
49812026-08-11T11:22:27.287Z Aug 11 11:22:26.257 DEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:22:26.257replacing 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 } }]
49822026-08-11T11:22:27.287Zreplacing 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 } }]
49832026-08-11T11:22:27.287Z
49842026-08-11T11:22:27.287ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:22:26.257
49852026-08-11T11:22:27.287Z Aug 11 11:22:26.257DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
49862026-08-11T11:22:27.287ZAug 11 11:22:26.257
49872026-08-11T11:22:27.287Z DEBGAug 11 11:22:26.257 Aug 11 11:22:26.257Aug 11 11:22:26.257replacing 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 } }] INFOINFODEBG
49882026-08-11T11:22:27.287Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
49892026-08-11T11:22:27.287Zadding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49902026-08-11T11:22:27.287ZAug 11 11:22:26.257
49912026-08-11T11:22:27.287Z Aug 11 11:22:26.257INFO adding route 172.17.0.3/32 -> 10.0.0.255DEBG
49922026-08-11T11:22:27.287Z Aug 11 11:22:26.257Aug 11 11:22:26.257 INFO adding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:22:26.258
49932026-08-11T11:22:27.287Z Aug 11 11:22:26.265DEBG 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 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.265DEBG created new freemap replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49942026-08-11T11:22:27.287Z, unit:DEBG freemap_route_ipv4replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.265
49952026-08-11T11:22:27.287Z
49962026-08-11T11:22:27.287Z INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:22:26.265Aug 11 11:22:26.265
49972026-08-11T11:22:27.287Z INFODEBG created new freemapadding route 172.17.0.32/32 -> 10.0.0.255,
49982026-08-11T11:22:27.287Z
49992026-08-11T11:22:27.287ZunitAug 11 11:22:26.265: DEBGfreemap_route_ipv6
50002026-08-11T11:22:27.287ZAug 11 11:22:26.265replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.265
50012026-08-11T11:22:27.287Z DEBGDEBGAug 11 11:22:26.265 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 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 } }]
50022026-08-11T11:22:27.287Z Aug 11 11:22:26.265DEBG
50032026-08-11T11:22:27.287Z INFOinitted freemap. size: 64Aug 11 11:22:26.265Aug 11 11:22:26.265, unit :adding route 172.17.0.5/32 -> 10.0.0.255INFOINFO Aug 11 11:22:26.265adding route 172.17.0.11/32 -> 10.0.0.255
50042026-08-11T11:22:27.287Z
50052026-08-11T11:22:27.287Zfreemap_route_ipv4
50062026-08-11T11:22:27.287ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.33/32 -> 10.0.0.255
50072026-08-11T11:22:27.287Z
50082026-08-11T11:22:27.287ZAug 11 11:22:26.265Aug 11 11:22:26.265 DEBGAug 11 11:22:26.265DEBGAug 11 11:22:26.265 Aug 11 11:22:26.265DEBG DEBGDEBGreplacing 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 } }]reset freemap , 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 } }]unitreplacing 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 } }]:
50092026-08-11T11:22:27.288Z freemap_route_ipv4
50102026-08-11T11:22:27.288Z
50112026-08-11T11:22:27.293Z
50122026-08-11T11:22:27.293ZAug 11 11:22:26.265replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.265
50132026-08-11T11:22:27.293ZINFO Aug 11 11:22:26.265INFOAug 11 11:22:26.265 DEBGadding route 172.17.0.6/32 -> 10.0.0.255 INFOinitted freemap. size: 64 ,
50142026-08-11T11:22:27.293Zunitadding route 172.17.0.34/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff:
50152026-08-11T11:22:27.293Z
50162026-08-11T11:22:27.293Z freemap_route_ipv6
50172026-08-11T11:22:27.293ZAug 11 11:22:26.265 Aug 11 11:22:26.265Aug 11 11:22:26.265INFO DEBG DEBG Aug 11 11:22:26.265replacing 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.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
50182026-08-11T11:22:27.293Z
50192026-08-11T11:22:27.293Z
50202026-08-11T11:22:27.293ZDEBGAug 11 11:22:26.265 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 } }]
50212026-08-11T11:22:27.293ZDEBG Aug 11 11:22:26.265reset freemap Aug 11 11:22:26.265DEBG, Aug 11 11:22:26.265 unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
50222026-08-11T11:22:27.293ZAug 11 11:22:26.265: adding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFOINFO
50232026-08-11T11:22:27.293Zfreemap_route_ipv6 Aug 11 11:22:26.265 adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
50242026-08-11T11:22:27.293Z
50252026-08-11T11:22:27.293ZAug 11 11:22:26.265 INFODEBG
50262026-08-11T11:22:27.293ZAug 11 11:22:26.265Aug 11 11:22:26.265replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255
50272026-08-11T11:22:27.293Z
50282026-08-11T11:22:27.293ZINFOAug 11 11:22:26.265 Aug 11 11:22:26.265DEBG DEBGINFOAug 11 11:22:26.265 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
50292026-08-11T11:22:27.293Z
50302026-08-11T11:22:27.293Z
50312026-08-11T11:22:27.293Zreplacing 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 } }]
50322026-08-11T11:22:27.293ZDEBG Aug 11 11:22:26.265replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:26.265Aug 11 11:22:26.265DEBG
50332026-08-11T11:22:27.293Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
50342026-08-11T11:22:27.293Z Aug 11 11:22:26.265replacing 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
50352026-08-11T11:22:27.294ZAug 11 11:22:26.265 INFOAug 11 11:22:26.265 adding route 172.17.0.8/32 -> 10.0.0.255INFO
50362026-08-11T11:22:27.294Z Aug 11 11:22:26.265 adding route 172.17.0.36/32 -> 10.0.0.255INFO
50372026-08-11T11:22:27.294ZINFO adding route 172.17.0.14/32 -> 10.0.0.255 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
50382026-08-11T11:22:27.294Z
50392026-08-11T11:22:27.294ZAug 11 11:22:26.265
50402026-08-11T11:22:27.294Z Aug 11 11:22:26.265Aug 11 11:22:26.265Aug 11 11:22:26.265 Aug 11 11:22:26.265Aug 11 11:22:26.248 DEBGDEBG DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
50412026-08-11T11:22:27.294Z
50422026-08-11T11:22:27.294Z 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
50432026-08-11T11:22:27.294Zreplacing 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 } }]
50442026-08-11T11:22:27.294Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:22:26.265
50452026-08-11T11:22:27.294Z INFOAug 11 11:22:26.265 Aug 11 11:22:26.265adding route 172.17.0.37/32 -> 10.0.0.255 INFO
50462026-08-11T11:22:27.294Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:22:26.265
50472026-08-11T11:22:27.294Z Aug 11 11:22:26.265INFO created new freemap DEBGINFOAug 11 11:22:26.265adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:22:26.265,
50482026-08-11T11:22:27.294Z unit INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
50492026-08-11T11:22:27.294Z
50502026-08-11T11:22:27.294Z Aug 11 11:22:26.265
50512026-08-11T11:22:27.294Z DEBGadding route 172.17.0.15/32 -> 10.0.0.255 freemap_route_ipv4Aug 11 11:22:26.265replacing 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 } }]
50522026-08-11T11:22:27.294Z
50532026-08-11T11:22:27.294ZAug 11 11:22:26.265
50542026-08-11T11:22:27.294ZINFO Aug 11 11:22:26.265adding route 172.17.0.10/32 -> 10.0.0.255
50552026-08-11T11:22:27.294ZINFO Aug 11 11:22:26.265 INFO adding route 172.17.0.38/32 -> 10.0.0.255DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50562026-08-11T11:22:27.294Z
50572026-08-11T11:22:27.294ZAug 11 11:22:26.265 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:22:26.265Aug 11 11:22:26.265
50582026-08-11T11:22:27.294Z Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBG INFO Aug 11 11:22:26.265 DEBGDEBGreplacing 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 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
50592026-08-11T11:22:27.294Z
50602026-08-11T11:22:27.294Z
50612026-08-11T11:22:27.294Z
50622026-08-11T11:22:27.294Zreplacing 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 } }]created new freemap
50632026-08-11T11:22:27.295ZAug 11 11:22:26.265 DEBGAug 11 11:22:26.265 INFOAug 11 11:22:26.265Aug 11 11:22:26.265 , Aug 11 11:22:26.265INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOunit
50642026-08-11T11:22:27.295Z adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
50652026-08-11T11:22:27.295Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
50662026-08-11T11:22:27.295Z
50672026-08-11T11:22:27.295Z: freemap_route_ipv6
50682026-08-11T11:22:27.295ZAug 11 11:22:26.265 DEBGAug 11 11:22:26.265Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBGDEBGINFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
50692026-08-11T11:22:27.295Z
50702026-08-11T11:22:27.295Z
50712026-08-11T11:22:27.295Ztest route::tests::rollback_on_compact_delete_failure ... ok
50722026-08-11T11:22:27.295Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.265
50732026-08-11T11:22:27.295Ztest route::tests::rollback_on_index_readd_failure ... ok
50742026-08-11T11:22:27.295Z
50752026-08-11T11:22:27.295ZDEBGAug 11 11:22:26.265Aug 11 11:22:26.265 initted freemap. size: 64 Aug 11 11:22:26.265DEBGINFO Aug 11 11:22:26.265 INFOWARNadding route 172.17.0.40/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
50762026-08-11T11:22:27.295Z
50772026-08-11T11:22:27.295Z
50782026-08-11T11:22:27.295ZAug 11 11:22:26.265
50792026-08-11T11:22:27.295Z , INFOunit: Aug 11 11:22:26.265 Aug 11 11:22:26.265freemap_route_ipv4
50802026-08-11T11:22:27.295ZDEBGadding route 172.17.0.12/32 -> 10.0.0.255 DEBG
50812026-08-11T11:22:27.295Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.265
50822026-08-11T11:22:27.295Z INFO adding route 172.17.0.17/32 -> 10.0.0.255replacing 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 } }]
50832026-08-11T11:22:27.295ZAug 11 11:22:26.265
50842026-08-11T11:22:27.295ZAug 11 11:22:26.265 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.265INFO Aug 11 11:22:26.265 INFO
50852026-08-11T11:22:27.295ZDEBG adding route 172.17.0.41/32 -> 10.0.0.255reset freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 11 11:22:26.265
50862026-08-11T11:22:27.295Z, unit:
50872026-08-11T11:22:27.295Z DEBGAug 11 11:22:26.265 INFOAug 11 11:22:26.265freemap_route_ipv4 Aug 11 11:22:26.265DEBG
50882026-08-11T11:22:27.295Z 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 } }]
50892026-08-11T11:22:27.295ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
50902026-08-11T11:22:27.295Zreplacing 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 } }]
50912026-08-11T11:22:27.296Z
50922026-08-11T11:22:27.296ZAug 11 11:22:26.265 Aug 11 11:22:26.265Aug 11 11:22:26.265 Aug 11 11:22:26.265 DEBGINFO initted freemap. size: 64INFODEBG , adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:22:26.265
50932026-08-11T11:22:27.296Zunit 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 } }]
50942026-08-11T11:22:27.296Z:INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
50952026-08-11T11:22:27.296Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:22:26.265
50962026-08-11T11:22:27.296Zfreemap_route_ipv6
50972026-08-11T11:22:27.296Z Aug 11 11:22:26.265Aug 11 11:22:26.265 INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:22:26.265
50982026-08-11T11:22:27.296Z 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 } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.265
50992026-08-11T11:22:27.296ZDEBG 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 } }]
51002026-08-11T11:22:27.296Z
51012026-08-11T11:22:27.296Z Aug 11 11:22:26.265Aug 11 11:22:26.265Aug 11 11:22:26.265 DEBGINFOAug 11 11:22:26.265 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 } }] DEBG
51022026-08-11T11:22:27.296Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
51032026-08-11T11:22:27.296Z INFOadding route 172.17.0.43/32 -> 10.0.0.255reset freemap
51042026-08-11T11:22:27.296Z , Aug 11 11:22:26.265Aug 11 11:22:26.265adding route 172.17.0.19/32 -> 10.0.0.255 INFO
51052026-08-11T11:22:27.296Z unitAug 11 11:22:26.265DEBG :adding route 172.17.0.15/32 -> 10.0.0.255 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
51062026-08-11T11:22:27.296ZAug 11 11:22:26.266
51072026-08-11T11:22:27.296Z DEBGAug 11 11:22:26.274 Aug 11 11:22:26.274 created new freemapDEBG, adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
51082026-08-11T11:22:27.296Zunitreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51092026-08-11T11:22:27.296Z: freemap_route_ipv4
51102026-08-11T11:22:27.296ZAug 11 11:22:26.274
51112026-08-11T11:22:27.301ZAug 11 11:22:26.274Aug 11 11:22:26.274 DEBGINFO DEBG created new freemapadding route 172.17.0.16/32 -> 10.0.0.255, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
51122026-08-11T11:22:27.301Z
51132026-08-11T11:22:27.301ZAug 11 11:22:26.274unit :INFO Aug 11 11:22:26.274freemap_route_ipv6 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
51142026-08-11T11:22:27.301ZAug 11 11:22:26.274
51152026-08-11T11:22:27.301Zreplacing 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
51162026-08-11T11:22:27.301Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:22:26.274
51172026-08-11T11:22:27.301Z DEBGAug 11 11:22:26.274 initted freemap. size: 64Aug 11 11:22:26.274DEBG , 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 } }]unitINFO
51182026-08-11T11:22:27.301ZAug 11 11:22:26.274 adding route 172.17.0.17/32 -> 10.0.0.255WARN:
51192026-08-11T11:22:27.301Z freemap_route_ipv4shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:22:26.274
51202026-08-11T11:22:27.301Z
51212026-08-11T11:22:27.301Z Aug 11 11:22:26.274 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51222026-08-11T11:22:27.301Z
51232026-08-11T11:22:27.301ZAug 11 11:22:26.274 DEBGAug 11 11:22:26.274 Aug 11 11:22:26.274 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255reset freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
51242026-08-11T11:22:27.301Zunit
51252026-08-11T11:22:27.301Z: freemap_route_ipv6freemap_route_ipv4Aug 11 11:22:26.274
51262026-08-11T11:22:27.301Z
51272026-08-11T11:22:27.301Z
51282026-08-11T11:22:27.301Z INFOAug 11 11:22:26.274 DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:22:26.274replacing 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 } }]
51292026-08-11T11:22:27.301ZINFOAug 11 11:22:26.274 Aug 11 11:22:26.274
51302026-08-11T11:22:27.302ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
51312026-08-11T11:22:27.302Z
51322026-08-11T11:22:27.302ZAug 11 11:22:26.274 DEBGinitted freemap. size: 64 , 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 } }]unit
51332026-08-11T11:22:27.302ZAug 11 11:22:26.274: Aug 11 11:22:26.274 freemap_route_ipv6INFOAug 11 11:22:26.274 DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 11 11:22:26.274
51342026-08-11T11:22:27.302Z
51352026-08-11T11:22:27.302Z 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 } }]DEBGAug 11 11:22:26.274
51362026-08-11T11:22:27.302ZAug 11 11:22:26.274 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
51372026-08-11T11:22:27.302Z Aug 11 11:22:26.274replacing 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 } }]
51382026-08-11T11:22:27.302Z
51392026-08-11T11:22:27.302Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
51402026-08-11T11:22:27.302ZAug 11 11:22:26.274 Aug 11 11:22:26.274Aug 11 11:22:26.274Aug 11 11:22:26.274INFO DEBGDEBG DEBG adding route 172.17.0.20/32 -> 10.0.0.255 reset 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: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 } }],
51412026-08-11T11:22:27.302Z
51422026-08-11T11:22:27.302Zunit :
51432026-08-11T11:22:27.302Z INFOAug 11 11:22:26.274freemap_route_ipv6 DEBG
51442026-08-11T11:22:27.302Z adding route 3fff:beef:1b::/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 } }]
51452026-08-11T11:22:27.302Z
51462026-08-11T11:22:27.302ZAug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.275INFOAug 11 11:22:26.275DEBG Aug 11 11:22:26.275 adding route 3fff:dead::/64 -> 2001:db8::55:3
51472026-08-11T11:22:27.302Z INFO adding route 172.17.0.21/32 -> 10.0.0.255INFO
51482026-08-11T11:22:27.302ZAug 11 11:22:26.275replacing 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 } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
51492026-08-11T11:22:27.302Z
51502026-08-11T11:22:27.302Z
51512026-08-11T11:22:27.302Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:22:26.275Aug 11 11:22:26.275Aug 11 11:22:26.275 DEBG INFODEBG Aug 11 11:22:26.275
51522026-08-11T11:22:27.302Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:4 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51532026-08-11T11:22:27.302Z adding route 172.17.0.44/32 -> 10.0.0.255
51542026-08-11T11:22:27.302ZAug 11 11:22:26.275
51552026-08-11T11:22:27.302Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
51562026-08-11T11:22:27.302Z
51572026-08-11T11:22:27.302ZDEBGAug 11 11:22:26.275 Aug 11 11:22:26.275Aug 11 11:22:26.275DEBG Aug 11 11:22:26.275 INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:26.275DEBG
51582026-08-11T11:22:27.303Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
51592026-08-11T11:22:27.303Z 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
51602026-08-11T11:22:27.303Z Aug 11 11:22:26.275
51612026-08-11T11:22:27.303ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
51622026-08-11T11:22:27.303Zadding route 172.17.0.22/32 -> 10.0.0.255INFO Aug 11 11:22:26.275Aug 11 11:22:26.275
51632026-08-11T11:22:27.303Z DEBGINFOAug 11 11:22:26.275adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
51642026-08-11T11:22:27.303Zadding route 172.17.0.45/32 -> 10.0.0.255
51652026-08-11T11:22:27.303Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
51662026-08-11T11:22:27.303ZAug 11 11:22:26.275DEBG Aug 11 11:22:26.275 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 11 11:22:26.275 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 } }]
51672026-08-11T11:22:27.303ZDEBG
51682026-08-11T11:22:27.303ZAug 11 11:22:26.275 INFODEBGAug 11 11:22:26.275 Aug 11 11:22:26.275 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
51692026-08-11T11:22:27.303Z INFO 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 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:22:26.275
51702026-08-11T11:22:27.303Zreplacing 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 } }]
51712026-08-11T11:22:27.303Z
51722026-08-11T11:22:27.303Z
51732026-08-11T11:22:27.303ZDEBG Aug 11 11:22:26.275replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.275 Aug 11 11:22:26.275DEBG DEBG
51742026-08-11T11:22:27.303Zreplacing 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 } }]
51752026-08-11T11:22:27.303Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 11 11:22:26.275
51762026-08-11T11:22:27.303ZINFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 11 11:22:26.275Aug 11 11:22:26.275 adding route 172.17.0.46/32 -> 10.0.0.255Aug 11 11:22:26.275
51772026-08-11T11:22:27.303Z
51782026-08-11T11:22:27.303ZINFOINFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
51792026-08-11T11:22:27.303Z
51802026-08-11T11:22:27.303Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51812026-08-11T11:22:27.303Ztest route::tests::identity_replace_is_noop ... ok
51822026-08-11T11:22:27.303ZAug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.275 Aug 11 11:22:26.275DEBG DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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
51832026-08-11T11:22:27.303Z
51842026-08-11T11:22:27.303Z Aug 11 11:22:26.275 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 } }] 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 } }]
51852026-08-11T11:22:27.304ZAug 11 11:22:26.275
51862026-08-11T11:22:27.304Z Aug 11 11:22:26.275 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
51872026-08-11T11:22:27.304ZAug 11 11:22:26.275INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFOAug 11 11:22:26.275
51882026-08-11T11:22:27.304ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
51892026-08-11T11:22:27.304ZAug 11 11:22:26.275 adding route 172.17.0.25/32 -> 10.0.0.255Aug 11 11:22:26.275INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
51902026-08-11T11:22:27.304Zadding route 172.17.0.47/32 -> 10.0.0.255
51912026-08-11T11:22:27.304ZAug 11 11:22:26.275
51922026-08-11T11:22:27.304ZWARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG Aug 11 11:22:26.275
51932026-08-11T11:22:27.304Zreplacing 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 } }]
51942026-08-11T11:22:27.304ZAug 11 11:22:26.275Aug 11 11:22:26.275 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 } }]DEBGDEBG
51952026-08-11T11:22:27.304Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.275 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 } }]
51962026-08-11T11:22:27.304ZINFO
51972026-08-11T11:22:27.304Z Aug 11 11:22:26.275adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
51982026-08-11T11:22:27.304ZINFOAug 11 11:22:26.275 adding route 172.17.0.26/32 -> 10.0.0.255Aug 11 11:22:26.275
51992026-08-11T11:22:27.304Z Aug 11 11:22:26.275INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
52002026-08-11T11:22:27.304Z
52012026-08-11T11:22:27.304Z
52022026-08-11T11:22:27.304ZAug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.275DEBG Aug 11 11:22:26.275 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 } }]
52032026-08-11T11:22:27.304ZDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
52042026-08-11T11:22:27.304Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
52052026-08-11T11:22:27.304ZAug 11 11:22:26.275Aug 11 11:22:26.275 Aug 11 11:22:26.283DEBG INFOcreated new freemap adding route 172.17.0.49/32 -> 10.0.0.255
52062026-08-11T11:22:27.304Z , DEBGunit :created new freemap , freemap_route_ipv4unit
52072026-08-11T11:22:27.304Z:Aug 11 11:22:26.283 freemap_route_ipv4DEBG
52082026-08-11T11:22:27.304Z Aug 11 11:22:26.283replacing 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 } }]
52092026-08-11T11:22:27.304ZDEBG Aug 11 11:22:26.283 created new freemap, unit: DEBGfreemap_route_ipv6
52102026-08-11T11:22:27.304Zcreated new freemapAug 11 11:22:26.283Aug 11 11:22:26.283 , INFO unitAug 11 11:22:26.283 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 } }]DEBG
52112026-08-11T11:22:27.310Zinitted freemap. size: 64freemap_route_ipv6adding route 172.17.0.50/32 -> 10.0.0.255
52122026-08-11T11:22:27.310Z,
52132026-08-11T11:22:27.310Zunit: Aug 11 11:22:26.283freemap_route_ipv4
52142026-08-11T11:22:27.310ZINFO Aug 11 11:22:26.283Aug 11 11:22:26.283 DEBGDEBGadding route 172.17.0.20/32 -> 10.0.0.255 initted freemap. size: 64 ,
52152026-08-11T11:22:27.310ZunitAug 11 11:22:26.283: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 } }] DEBGfreemap_route_ipv4
52162026-08-11T11:22:27.310Z
52172026-08-11T11:22:27.310Zreset freemap, Aug 11 11:22:26.283unit :DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255freemap_route_ipv4
52182026-08-11T11:22:27.310Zreset freemap
52192026-08-11T11:22:27.310Zreplacing 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 } }]
52202026-08-11T11:22:27.310Z, unitAug 11 11:22:26.283Aug 11 11:22:26.283: DEBGfreemap_route_ipv4 Aug 11 11:22:26.283DEBG 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 } }]
52212026-08-11T11:22:27.310Z INFOinitted freemap. size: 64
52222026-08-11T11:22:27.310Z , adding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:22:26.283
52232026-08-11T11:22:27.310Zunit DEBGAug 11 11:22:26.283 :initted freemap. size: 64 , INFOAug 11 11:22:26.283freemap_route_ipv6
52242026-08-11T11:22:27.310ZunitDEBG : adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52252026-08-11T11:22:27.310Zfreemap_route_ipv6
52262026-08-11T11:22:27.310Z
52272026-08-11T11:22:27.310ZAug 11 11:22:26.283Aug 11 11:22:26.283 DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 INFO Aug 11 11:22:26.275reset freemapDEBG , adding route 172.17.0.22/32 -> 10.0.0.255reset freemap
52282026-08-11T11:22:27.310Zunit , INFOunit ::adding route 172.17.0.27/32 -> 10.0.0.255
52292026-08-11T11:22:27.310ZAug 11 11:22:26.283freemap_route_ipv6 freemap_route_ipv6DEBG
52302026-08-11T11:22:27.310Zreplacing 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 } }]
52312026-08-11T11:22:27.310Z
52322026-08-11T11:22:27.310ZAug 11 11:22:26.283 Aug 11 11:22:26.283DEBGAug 11 11:22:26.283 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 } }]INFOINFO
52332026-08-11T11:22:27.310Zadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.16.0.0/32 -> 10.0.0.1
52342026-08-11T11:22:27.310Z
52352026-08-11T11:22:27.311ZAug 11 11:22:26.283 Aug 11 11:22:26.283INFO Aug 11 11:22:26.283Aug 11 11:22:26.283INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
52362026-08-11T11:22:27.311Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.28/32 -> 10.0.0.255DEBG
52372026-08-11T11:22:27.311Z
52382026-08-11T11:22:27.311Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:22:26.283
52392026-08-11T11:22:27.311Z DEBGAug 11 11:22:26.283 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283DEBG
52402026-08-11T11:22:27.311Z INFOAug 11 11:22:26.283 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 3fff:dead::/64 -> 2001:db8::55:2
52412026-08-11T11:22:27.311Z
52422026-08-11T11:22:27.311ZINFOAug 11 11:22:26.283 adding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:22:26.283
52432026-08-11T11:22:27.311Z INFOINFO Aug 11 11:22:26.283adding route 172.17.0.29/32 -> 10.0.0.255
52442026-08-11T11:22:27.311Zadding route 172.17.0.24/32 -> 10.0.0.255DEBG
52452026-08-11T11:22:27.311Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:22:26.283
52462026-08-11T11:22:27.311Z Aug 11 11:22:26.283DEBG Aug 11 11:22:26.283replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
52472026-08-11T11:22:27.311ZINFOAug 11 11:22:26.283 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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
52482026-08-11T11:22:27.311Z
52492026-08-11T11:22:27.311ZAug 11 11:22:26.283 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283 adding route 172.16.0.0/32 -> 10.0.0.3Aug 11 11:22:26.283
52502026-08-11T11:22:27.311Z
52512026-08-11T11:22:27.311ZINFODEBG adding route 172.17.0.30/32 -> 10.0.0.255
52522026-08-11T11:22:27.311Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52532026-08-11T11:22:27.311ZAug 11 11:22:26.283 Aug 11 11:22:26.283INFOAug 11 11:22:26.283 Aug 11 11:22:26.283DEBGDEBG Aug 11 11:22:26.275INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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:dead::/64 -> 2001:db8::55:4
52542026-08-11T11:22:27.311Z
52552026-08-11T11:22:27.311Z
52562026-08-11T11:22:27.311Z DEBG adding route 172.17.0.25/32 -> 10.0.0.255created new freemap
52572026-08-11T11:22:27.311ZAug 11 11:22:26.283, unit :Aug 11 11:22:26.283Aug 11 11:22:26.283DEBG 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 } }]INFO
52582026-08-11T11:22:27.311Z
52592026-08-11T11:22:27.311Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:22:26.283 INFO
52602026-08-11T11:22:27.311ZDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:26.283adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:22:26.283
52612026-08-11T11:22:27.311ZAug 11 11:22:26.283
52622026-08-11T11:22:27.312Z 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: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 } }]created new freemap
52632026-08-11T11:22:27.312Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283
52642026-08-11T11:22:27.312Z, 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]:Aug 11 11:22:26.283
52652026-08-11T11:22:27.312Z INFO freemap_route_ipv6adding route 172.17.0.32/32 -> 10.0.0.255
52662026-08-11T11:22:27.312ZAug 11 11:22:26.283Aug 11 11:22:26.283 INFO
52672026-08-11T11:22:27.312Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 11 11:22:26.283DEBG
52682026-08-11T11:22:27.312Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGAug 11 11:22:26.283
52692026-08-11T11:22:27.312Z initted freemap. size: 64DEBG, Aug 11 11:22:26.283 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 } }]unitDEBG:
52702026-08-11T11:22:27.312Z freemap_route_ipv4
52712026-08-11T11:22:27.312Zreplacing 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 } }]
52722026-08-11T11:22:27.312ZAug 11 11:22:26.283 Aug 11 11:22:26.283INFO Aug 11 11:22:26.283DEBG adding route 172.17.0.33/32 -> 10.0.0.255INFOreset freemap
52732026-08-11T11:22:27.312Z, adding route 172.17.0.27/32 -> 10.0.0.255unit
52742026-08-11T11:22:27.312Z: Aug 11 11:22:26.283freemap_route_ipv4
52752026-08-11T11:22:27.312ZDEBG Aug 11 11:22:26.283Aug 11 11:22:26.283
52762026-08-11T11:22:27.312Z 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 } }]
52772026-08-11T11:22:27.312Zinitted freemap. size: 64, Aug 11 11:22:26.283unit :Aug 11 11:22:26.283 INFODEBG INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 172.17.0.34/32 -> 10.0.0.255
52782026-08-11T11:22:27.312Z
52792026-08-11T11:22:27.312Zfreemap_route_ipv6
52802026-08-11T11:22:27.312Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283Aug 11 11:22:26.283 DEBGDEBGAug 11 11:22:26.283 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
52812026-08-11T11:22:27.312Z
52822026-08-11T11:22:27.312Z
52832026-08-11T11:22:27.312ZDEBG Aug 11 11:22:26.283 Aug 11 11:22:26.283INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255
52842026-08-11T11:22:27.312Ztest route::tests::shrink_preserves_compacted_order ... ok
52852026-08-11T11:22:27.312Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:22:26.283
52862026-08-11T11:22:27.312Z reset freemapINFO, Aug 11 11:22:26.283adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:22:26.283
52872026-08-11T11:22:27.312Z unit DEBG: DEBG freemap_route_ipv6replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283
52882026-08-11T11:22:27.312Zreplacing 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 } }]
52892026-08-11T11:22:27.312Z
52902026-08-11T11:22:27.313Z DEBG Aug 11 11:22:26.283Aug 11 11:22:26.283 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52912026-08-11T11:22:27.313ZAug 11 11:22:26.283adding route 172.17.0.36/32 -> 10.0.0.255
52922026-08-11T11:22:27.313Z
52932026-08-11T11:22:27.313ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
52942026-08-11T11:22:27.313ZAug 11 11:22:26.283Aug 11 11:22:26.283 Aug 11 11:22:26.283INFO Aug 11 11:22:26.283 Aug 11 11:22:26.283adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGDEBG
52952026-08-11T11:22:27.313Z 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
52962026-08-11T11:22:27.313Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]
52972026-08-11T11:22:27.313Z
52982026-08-11T11:22:27.313ZAug 11 11:22:26.283Aug 11 11:22:26.283 Aug 11 11:22:26.283 DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:22:26.283
52992026-08-11T11:22:27.313Zadding route 172.17.0.30/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:22:26.283
53002026-08-11T11:22:27.313Z
53012026-08-11T11:22:27.313Zadding route 3fff:dead::/64 -> 2001:db8::55:2
53022026-08-11T11:22:27.313ZDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
53032026-08-11T11:22:27.313ZAug 11 11:22:26.283 Aug 11 11:22:26.283adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
53042026-08-11T11:22:27.313ZAug 11 11:22:26.283 DEBGDEBG Aug 11 11:22:26.283replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283
53052026-08-11T11:22:27.313Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
53062026-08-11T11:22:27.313Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.283DEBGINFO
53072026-08-11T11:22:27.313Z INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.283
53082026-08-11T11:22:27.313Z
53092026-08-11T11:22:27.313Ztest transceivers::mpn_test::test_mpn_missing ... ok
53102026-08-11T11:22:27.313Ztest transceivers::mpn_test::test_mpn_present ... ok
53112026-08-11T11:22:27.318Ztest transceivers::mpn_test::test_xcvr_missing ... ok
53122026-08-11T11:22:27.318Ztest route::tests::add_target_fails_full ... ok
53132026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53142026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53152026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53162026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53172026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53182026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53192026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53202026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53212026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53222026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53232026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53242026-08-11T11:22:27.318Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53252026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53262026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53272026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53282026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53292026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53302026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53312026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53322026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53332026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53342026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53352026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53362026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53372026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53382026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53392026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53402026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53412026-08-11T11:22:27.319Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53422026-08-11T11:22:27.319ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53432026-08-11T11:22:27.319ZAug 11 11:22:26.284Aug 11 11:22:26.291 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 } }]
53442026-08-11T11:22:27.319ZAug 11 11:22:26.284DEBG 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 } }] created new freemap
53452026-08-11T11:22:27.319Zcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4
53462026-08-11T11:22:27.319ZAug 11 11:22:26.291 Aug 11 11:22:26.291INFO
53472026-08-11T11:22:27.319Z INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
53482026-08-11T11:22:27.319ZAug 11 11:22:26.291
53492026-08-11T11:22:27.319Z Aug 11 11:22:26.291DEBG created new freemap , DEBGAug 11 11:22:26.291unit :created new freemap , freemap_route_ipv6
53502026-08-11T11:22:27.319ZunitDEBG: Aug 11 11:22:26.291 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.291 DEBGfreemap_route_ipv6DEBG
53512026-08-11T11:22:27.319Z
53522026-08-11T11:22:27.320Zreplacing 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 } }]initted freemap. size: 64
53532026-08-11T11:22:27.320Z, Aug 11 11:22:26.291unit :DEBG freemap_route_ipv4initted freemap. size: 64
53542026-08-11T11:22:27.320ZAug 11 11:22:26.291Aug 11 11:22:26.291 , unitINFO: Aug 11 11:22:26.291adding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFODEBG reset freemapfreemap_route_ipv4,
53552026-08-11T11:22:27.320Zadding route 172.17.0.54/32 -> 10.0.0.255
53562026-08-11T11:22:27.320Zunit
53572026-08-11T11:22:27.320Z: Aug 11 11:22:26.291 freemap_route_ipv4DEBG
53582026-08-11T11:22:27.320Z Aug 11 11:22:26.291reset freemapAug 11 11:22:26.291, unitDEBG:DEBGAug 11 11:22:26.291 DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
53592026-08-11T11:22:27.320Z
53602026-08-11T11:22:27.320Zfreemap_route_ipv4
53612026-08-11T11:22:27.320Zinitted freemap. size: 64, Aug 11 11:22:26.291unit Aug 11 11:22:26.291INFO :DEBG Aug 11 11:22:26.291adding route 172.17.0.55/32 -> 10.0.0.255initted freemap. size: 64 , INFO
53622026-08-11T11:22:27.320Zfreemap_route_ipv6unit
53632026-08-11T11:22:27.320Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff:
53642026-08-11T11:22:27.320Z freemap_route_ipv6
53652026-08-11T11:22:27.320ZAug 11 11:22:26.291Aug 11 11:22:26.291 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 } }]reset freemap
53662026-08-11T11:22:27.320ZAug 11 11:22:26.291, DEBGunit 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 } }]:
53672026-08-11T11:22:27.320Z Aug 11 11:22:26.291freemap_route_ipv6
53682026-08-11T11:22:27.320ZAug 11 11:22:26.291INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255
53692026-08-11T11:22:27.320ZAug 11 11:22:26.291reset freemapAug 11 11:22:26.291 , INFOunitAug 11 11:22:26.291 :adding route 3fff:dead::/64 -> 2001:db8::55:1
53702026-08-11T11:22:27.320Z freemap_route_ipv6DEBG 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 } }]
53712026-08-11T11:22:27.320Z
53722026-08-11T11:22:27.320ZINFO Aug 11 11:22:26.291adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 11 11:22:26.291DEBG
53732026-08-11T11:22:27.320Z Aug 11 11:22:26.291 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOINFO
53742026-08-11T11:22:27.320Z adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
53752026-08-11T11:22:27.320Z
53762026-08-11T11:22:27.320ZAug 11 11:22:26.292Aug 11 11:22:26.292Aug 11 11:22:26.292 DEBG Aug 11 11:22:26.292INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
53772026-08-11T11:22:27.320Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53782026-08-11T11:22:27.320Z Aug 11 11:22:26.292 Aug 11 11:22:26.292 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]Aug 11 11:22:26.292
53792026-08-11T11:22:27.320Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
53802026-08-11T11:22:27.321Z
53812026-08-11T11:22:27.321Z INFO Aug 11 11:22:26.292adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:22:26.292
53822026-08-11T11:22:27.321ZINFO
53832026-08-11T11:22:27.321ZDEBG 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.2
53842026-08-11T11:22:27.321ZAug 11 11:22:26.292 INFO
53852026-08-11T11:22:27.321Z Aug 11 11:22:26.292Aug 11 11:22:26.292adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:22:26.292
53862026-08-11T11:22:27.321Z Aug 11 11:22:26.292 INFODEBG Aug 11 11:22:26.292INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
53872026-08-11T11:22:27.321ZDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53882026-08-11T11:22:27.321Z
53892026-08-11T11:22:27.321Z
53902026-08-11T11:22:27.321Z Aug 11 11:22:26.292adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 11 11:22:26.292
53912026-08-11T11:22:27.321Z Aug 11 11:22:26.292INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGadding route 172.16.0.0/32 -> 10.0.0.3
53922026-08-11T11:22:27.321Z
53932026-08-11T11:22:27.321ZAug 11 11:22:26.292 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
53942026-08-11T11:22:27.321Z Aug 11 11:22:26.292Aug 11 11:22:26.292 adding route 172.17.0.59/32 -> 10.0.0.255Aug 11 11:22:26.292
53952026-08-11T11:22:27.321Z Aug 11 11:22:26.292 DEBGDEBGDEBG INFO 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53962026-08-11T11:22:27.321Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 11 11:22:26.292
53972026-08-11T11:22:27.321Z
53982026-08-11T11:22:27.321Z
53992026-08-11T11:22:27.321ZDEBGAug 11 11:22:26.292 Aug 11 11:22:26.292Aug 11 11:22:26.292INFO 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 } }]
54002026-08-11T11:22:27.321ZAug 11 11:22:26.292DEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
54012026-08-11T11:22:27.321Z
54022026-08-11T11:22:27.321Z
54032026-08-11T11:22:27.321ZAug 11 11:22:26.292 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:22:26.292
54042026-08-11T11:22:27.321Z Aug 11 11:22:26.292 adding route 172.17.0.60/32 -> 10.0.0.255
54052026-08-11T11:22:27.321ZINFODEBGAug 11 11:22:26.292 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
54062026-08-11T11:22:27.321Z
54072026-08-11T11:22:27.322ZDEBGAug 11 11:22:26.292 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54082026-08-11T11:22:27.322Z Aug 11 11:22:26.292Aug 11 11:22:26.292 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBG
54092026-08-11T11:22:27.322Zreplacing 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 } }]
54102026-08-11T11:22:27.322Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:22:26.292
54112026-08-11T11:22:27.326ZAug 11 11:22:26.292 INFOINFOAug 11 11:22:26.292 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
54122026-08-11T11:22:27.326Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
54132026-08-11T11:22:27.327Zadding route 172.17.0.61/32 -> 10.0.0.255
54142026-08-11T11:22:27.327ZAug 11 11:22:26.292 Aug 11 11:22:26.292DEBG DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54152026-08-11T11:22:27.327Zreplacing 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 } }]
54162026-08-11T11:22:27.327ZAug 11 11:22:26.292 Aug 11 11:22:26.292INFOAug 11 11:22:26.292 Aug 11 11:22:26.283 INFO DEBG DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
54172026-08-11T11:22:27.327Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing 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 } }]
54182026-08-11T11:22:27.327Z
54192026-08-11T11:22:27.327Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.292
54202026-08-11T11:22:27.327Z DEBG Aug 11 11:22:26.292replacing 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 } }]
54212026-08-11T11:22:27.327ZINFOAug 11 11:22:26.292 INFOAug 11 11:22:26.292adding route 172.17.0.62/32 -> 10.0.0.255
54222026-08-11T11:22:27.327ZAug 11 11:22:26.292adding route 172.17.0.39/32 -> 10.0.0.255 INFO
54232026-08-11T11:22:27.327Z Aug 11 11:22:26.292adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
54242026-08-11T11:22:27.327ZDEBGDEBG Aug 11 11:22:26.292replacing 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 } }]
54252026-08-11T11:22:27.327ZDEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.292 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 } }]
54262026-08-11T11:22:27.327ZDEBG 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 } }]
54272026-08-11T11:22:27.327Z
54282026-08-11T11:22:27.327ZAug 11 11:22:26.292 INFO Aug 11 11:22:26.292adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 11 11:22:26.292INFOAug 11 11:22:26.292
54292026-08-11T11:22:27.327Z INFOadding route 172.17.0.63/32 -> 10.0.0.255
54302026-08-11T11:22:27.327ZINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
54312026-08-11T11:22:27.327Z adding route 172.17.0.40/32 -> 10.0.0.255
54322026-08-11T11:22:27.327ZAug 11 11:22:26.292Aug 11 11:22:26.292 Aug 11 11:22:26.292DEBGDEBGAug 11 11:22:26.292 replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
54332026-08-11T11:22:27.327Z
54342026-08-11T11:22:27.327ZDEBG 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
54352026-08-11T11:22:27.327Z Aug 11 11:22:26.292replacing 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 } }]
54362026-08-11T11:22:27.327ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 11 11:22:26.292
54372026-08-11T11:22:27.327Z Aug 11 11:22:26.292INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:22:26.292
54382026-08-11T11:22:27.327Z INFOfailed to allocate space for the new target listAug 11 11:22:26.292 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
54392026-08-11T11:22:27.328ZAug 11 11:22:26.292DEBG
54402026-08-11T11:22:27.328Zreplacing 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 } }]
54412026-08-11T11:22:27.328ZDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.292
54422026-08-11T11:22:27.328Z DEBG Aug 11 11:22:26.292replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54432026-08-11T11:22:27.328ZAug 11 11:22:26.292INFOAug 11 11:22:26.292 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGINFO
54442026-08-11T11:22:27.328Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.292adding route 172.17.0.42/32 -> 10.0.0.255
54452026-08-11T11:22:27.328Z
54462026-08-11T11:22:27.328Z DEBG Aug 11 11:22:26.292failed to allocate space for the new target list Aug 11 11:22:26.292
54472026-08-11T11:22:27.328Z DEBGDEBGAug 11 11:22:26.292 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Aug 11 11:22:26.292adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
54482026-08-11T11:22:27.328Z 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 } }]
54492026-08-11T11:22:27.328ZAug 11 11:22:26.299 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
54502026-08-11T11:22:27.328ZAug 11 11:22:26.299 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 } }]
54512026-08-11T11:22:27.328ZAug 11 11:22:26.299 DEBG
54522026-08-11T11:22:27.328Z Aug 11 11:22:26.299replacing 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
54532026-08-11T11:22:27.328ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
54542026-08-11T11:22:27.328ZAug 11 11:22:26.299 Aug 11 11:22:26.299INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
54552026-08-11T11:22:27.328Zcreated new freemapreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54562026-08-11T11:22:27.328Z, Aug 11 11:22:26.299unit :INFO freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255
54572026-08-11T11:22:27.328Z
54582026-08-11T11:22:27.328ZAug 11 11:22:26.299Aug 11 11:22:26.299 DEBGINFO Aug 11 11:22:26.299adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54592026-08-11T11:22:27.328Zreplacing 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
54602026-08-11T11:22:27.328Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.299Aug 11 11:22:26.299 DEBGDEBG created new freemapreplacing 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 } }]
54612026-08-11T11:22:27.328Z
54622026-08-11T11:22:27.328Z, Aug 11 11:22:26.299unit: INFOfreemap_route_ipv6Aug 11 11:22:26.299
54632026-08-11T11:22:27.328ZAug 11 11:22:26.299 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255
54642026-08-11T11:22:27.328Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 11 11:22:26.299adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
54652026-08-11T11:22:27.328ZDEBG
54662026-08-11T11:22:27.329Zinitted freemap. size: 64, Aug 11 11:22:26.299Aug 11 11:22:26.299 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]unit
54672026-08-11T11:22:27.329Z
54682026-08-11T11:22:27.329Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54692026-08-11T11:22:27.329ZAug 11 11:22:26.299: freemap_route_ipv4DEBG
54702026-08-11T11:22:27.329Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300
54712026-08-11T11:22:27.329Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
54722026-08-11T11:22:27.329ZAug 11 11:22:26.300 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:22:26.300
54732026-08-11T11:22:27.329Z DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300Aug 11 11:22:26.300Aug 11 11:22:26.300
54742026-08-11T11:22:27.329Ztest route::tests::same_size_non_subset_replace ... ok
54752026-08-11T11:22:27.329Z INFO DEBGDEBGadding route 172.17.0.45/32 -> 10.0.0.255
54762026-08-11T11:22:27.329Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300
54772026-08-11T11:22:27.329Z INFO reset freemapadding route 3fff:beef:34::/64 -> 2001:db8::55:ff,
54782026-08-11T11:22:27.329ZAug 11 11:22:26.300unit INFO: Aug 11 11:22:26.300freemap_route_ipv4 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
54792026-08-11T11:22:27.329Z
54802026-08-11T11:22:27.329Ztest route::tests::delete_target_fragmented ... ok
54812026-08-11T11:22:27.329Zreplacing 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 } }]
54822026-08-11T11:22:27.329ZAug 11 11:22:26.300 Aug 11 11:22:26.300DEBG 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 } }] 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 } }]
54832026-08-11T11:22:27.329Z
54842026-08-11T11:22:27.329ZAug 11 11:22:26.300 Aug 11 11:22:26.300DEBGAug 11 11:22:26.300 INFOinitted freemap. size: 64 Aug 11 11:22:26.300, INFOINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
54852026-08-11T11:22:27.329Z unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255:
54862026-08-11T11:22:27.329Z
54872026-08-11T11:22:27.329Z freemap_route_ipv6Aug 11 11:22:26.300
54882026-08-11T11:22:27.329Z Aug 11 11:22:26.300DEBG 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
54892026-08-11T11:22:27.329ZAug 11 11:22:26.300 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300DEBG
54902026-08-11T11:22:27.329Z DEBGAug 11 11:22:26.300 reset freemapAug 11 11:22:26.300 , INFOINFOunit replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
54912026-08-11T11:22:27.329Z
54922026-08-11T11:22:27.329Z
54932026-08-11T11:22:27.329Z: Aug 11 11:22:26.300Aug 11 11:22:26.300 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 } }]freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:22:26.300
54942026-08-11T11:22:27.330Z
54952026-08-11T11:22:27.330ZDEBG
54962026-08-11T11:22:27.330Z
54972026-08-11T11:22:27.330Z 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 } }]
54982026-08-11T11:22:27.330ZAug 11 11:22:26.300 Aug 11 11:22:26.300Aug 11 11:22:26.300 Aug 11 11:22:26.300INFOINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
54992026-08-11T11:22:27.330Z
55002026-08-11T11:22:27.330Zreplacing 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 3fff:beef:20::/64 -> 2001:db8::55:ff
55012026-08-11T11:22:27.330Z
55022026-08-11T11:22:27.330ZAug 11 11:22:26.300Aug 11 11:22:26.300 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
55032026-08-11T11:22:27.330Z
55042026-08-11T11:22:27.330ZAug 11 11:22:26.300Aug 11 11:22:26.300 Aug 11 11:22:26.283 DEBG INFOINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.300adding route 172.17.0.31/32 -> 10.0.0.255Aug 11 11:22:26.300adding route 172.17.0.48/32 -> 10.0.0.255 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2
55052026-08-11T11:22:27.330Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
55062026-08-11T11:22:27.330Z
55072026-08-11T11:22:27.330Z
55082026-08-11T11:22:27.330Z
55092026-08-11T11:22:27.330ZAug 11 11:22:26.300Aug 11 11:22:26.300Aug 11 11:22:26.300 DEBGAug 11 11:22:26.300 DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55102026-08-11T11:22:27.330ZAug 11 11:22:26.300 DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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 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.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.300
55112026-08-11T11:22:27.335Z
55122026-08-11T11:22:27.335ZAug 11 11:22:26.308 Aug 11 11:22:26.308INFO Aug 11 11:22:26.308 INFOINFOadding route 172.17.0.32/32 -> 10.0.0.255
55132026-08-11T11:22:27.335Zadding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.49/32 -> 10.0.0.255
55142026-08-11T11:22:27.335Z
55152026-08-11T11:22:27.335ZAug 11 11:22:26.308 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 } }]
55162026-08-11T11:22:27.335ZAug 11 11:22:26.308Aug 11 11:22:26.308 DEBGINFO Aug 11 11:22:26.308DEBG adding route 172.17.0.33/32 -> 10.0.0.255
55172026-08-11T11:22:27.335Z created new freemapDEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55182026-08-11T11:22:27.335Z
55192026-08-11T11:22:27.335ZAug 11 11:22:26.308 , DEBGunitAug 11 11:22:26.308 Aug 11 11:22:26.308replacing 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 } }]
55202026-08-11T11:22:27.335ZINFO: adding route 172.17.0.50/32 -> 10.0.0.255freemap_route_ipv4
55212026-08-11T11:22:27.336Z
55222026-08-11T11:22:27.336ZINFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 11 11:22:26.308
55232026-08-11T11:22:27.336ZAug 11 11:22:26.308 INFODEBG Aug 11 11:22:26.308replacing 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.34/32 -> 10.0.0.255
55242026-08-11T11:22:27.336Z
55252026-08-11T11:22:27.336ZAug 11 11:22:26.308 DEBGDEBG Aug 11 11:22:26.308created new freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }],
55262026-08-11T11:22:27.336ZunitINFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:22:26.308:
55272026-08-11T11:22:27.336Z Aug 11 11:22:26.308freemap_route_ipv6 DEBG
55282026-08-11T11:22:27.336Z 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.16.0.0/32 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 } }]
55292026-08-11T11:22:27.336Z
55302026-08-11T11:22:27.336ZAug 11 11:22:26.308Aug 11 11:22:26.308 DEBG initted freemap. size: 64DEBGAug 11 11:22:26.308 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 } }],
55312026-08-11T11:22:27.336ZunitINFO: adding route 172.17.0.35/32 -> 10.0.0.255
55322026-08-11T11:22:27.336Zfreemap_route_ipv4Aug 11 11:22:26.308
55332026-08-11T11:22:27.336Z INFO Aug 11 11:22:26.308adding route 172.17.0.52/32 -> 10.0.0.255
55342026-08-11T11:22:27.336ZDEBG 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 } }]
55352026-08-11T11:22:27.336ZAug 11 11:22:26.308Aug 11 11:22:26.308 DEBGAug 11 11:22:26.308DEBG INFO reset freemap 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 } }],
55362026-08-11T11:22:27.336Zadding route 172.17.0.36/32 -> 10.0.0.255unit
55372026-08-11T11:22:27.336Z: Aug 11 11:22:26.308 INFO adding route 172.17.0.53/32 -> 10.0.0.255
55382026-08-11T11:22:27.336Zfreemap_route_ipv4Aug 11 11:22:26.308
55392026-08-11T11:22:27.336ZAug 11 11:22:26.308 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.308
55402026-08-11T11:22:27.336Zreplacing 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 } }]
55412026-08-11T11:22:27.336ZDEBG Aug 11 11:22:26.308 INFO adding route 172.17.0.54/32 -> 10.0.0.255
55422026-08-11T11:22:27.336Zinitted freemap. size: 64, unitAug 11 11:22:26.308: Aug 11 11:22:26.308 freemap_route_ipv6INFODEBG
55432026-08-11T11:22:27.336Z adding route 172.17.0.37/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 } }]
55442026-08-11T11:22:27.336Z
55452026-08-11T11:22:27.336ZAug 11 11:22:26.308Aug 11 11:22:26.308 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 } }]reset freemap
55462026-08-11T11:22:27.336Z, unit: freemap_route_ipv6Aug 11 11:22:26.308
55472026-08-11T11:22:27.336Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
55482026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG
55492026-08-11T11:22:27.337Zreplacing 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.38/32 -> 10.0.0.255
55502026-08-11T11:22:27.337Z
55512026-08-11T11:22:27.337ZAug 11 11:22:26.308 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 } }]
55522026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255
55532026-08-11T11:22:27.337ZINFOreplacing 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 } }]
55542026-08-11T11:22:27.337Zadding route 172.16.0.0/32 -> 10.0.0.2
55552026-08-11T11:22:27.337ZAug 11 11:22:26.308 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 } }]
55562026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBGINFO adding route 172.17.0.39/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 } }]adding route 172.17.0.57/32 -> 10.0.0.255
55572026-08-11T11:22:27.337Z
55582026-08-11T11:22:27.337Z
55592026-08-11T11:22:27.337ZAug 11 11:22:26.308 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 } }]
55602026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308Aug 11 11:22:26.308 DEBGDEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.58/32 -> 10.0.0.255
55612026-08-11T11:22:27.337Z
55622026-08-11T11:22:27.337Z
55632026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBG adding route 172.17.0.40/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 } }]
55642026-08-11T11:22:27.337Z
55652026-08-11T11:22:27.337Z
55662026-08-11T11:22:27.337ZAug 11 11:22:26.308 Aug 11 11:22:26.308 Aug 11 11:22:26.308INFODEBG
55672026-08-11T11:22:27.337ZINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
55682026-08-11T11:22:27.337Ztest route::tests::delete_target_full ... ok
55692026-08-11T11:22:27.337Zreplacing 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 } }]
55702026-08-11T11:22:27.337Z
55712026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.308replacing 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 } }]
55722026-08-11T11:22:27.337Z INFO
55732026-08-11T11:22:27.337Z Aug 11 11:22:26.308adding route 172.17.0.41/32 -> 10.0.0.255
55742026-08-11T11:22:27.337ZAug 11 11:22:26.308Aug 11 11:22:26.308DEBG INFOINFO Aug 11 11:22:26.308 adding route 172.17.0.60/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55752026-08-11T11:22:27.337Z
55762026-08-11T11:22:27.338Z
55772026-08-11T11:22:27.338Z DEBG Aug 11 11:22:26.308replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.308 DEBGAug 11 11:22:26.308
55782026-08-11T11:22:27.338Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55792026-08-11T11:22:27.338Z
55802026-08-11T11:22:27.338ZDEBGAug 11 11:22:26.308 Aug 11 11:22:26.308INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:22:26.308adding route 172.17.0.42/32 -> 10.0.0.255
55812026-08-11T11:22:27.338ZDEBG 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 } }]
55822026-08-11T11:22:27.338Z
55832026-08-11T11:22:27.338Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
55842026-08-11T11:22:27.338ZAug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308 Aug 11 11:22:26.308 DEBGDEBGINFO failed to allocate space for the new target list
55852026-08-11T11:22:27.338Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }]
55862026-08-11T11:22:27.338Z
55872026-08-11T11:22:27.338ZDEBG Aug 11 11:22:26.308replacing 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 } }]
55882026-08-11T11:22:27.338ZAug 11 11:22:26.308Aug 11 11:22:26.308DEBG INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
55892026-08-11T11:22:27.338Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255Aug 11 11:22:26.308
55902026-08-11T11:22:27.338Z INFO
55912026-08-11T11:22:27.338Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
55922026-08-11T11:22:27.338ZAug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308INFO DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing 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
55932026-08-11T11:22:27.338Z 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 } }]
55942026-08-11T11:22:27.338Z
55952026-08-11T11:22:27.338ZAug 11 11:22:26.308 Aug 11 11:22:26.308Aug 11 11:22:26.308 INFO DEBGDEBG adding route 172.17.0.44/32 -> 10.0.0.255failed to allocate space for the new target list
55962026-08-11T11:22:27.338Z
55972026-08-11T11:22:27.338Z 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 } }]
55982026-08-11T11:22:27.338ZAug 11 11:22:26.308Aug 11 11:22:26.308 Aug 11 11:22:26.308DEBG INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
55992026-08-11T11:22:27.338Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }]
56002026-08-11T11:22:27.338Z
56012026-08-11T11:22:27.338ZAug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing 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 } }]
56022026-08-11T11:22:27.338Z
56032026-08-11T11:22:27.338ZAug 11 11:22:26.308Aug 11 11:22:26.308 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
56042026-08-11T11:22:27.339Z
56052026-08-11T11:22:27.339ZAug 11 11:22:26.308Aug 11 11:22:26.308 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing 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 } }]
56062026-08-11T11:22:27.339Z
56072026-08-11T11:22:27.339ZAug 11 11:22:26.309Aug 11 11:22:26.309 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
56082026-08-11T11:22:27.339Z
56092026-08-11T11:22:27.339ZAug 11 11:22:26.309Aug 11 11:22:26.309 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
56102026-08-11T11:22:27.339Z
56112026-08-11T11:22:27.343ZAug 11 11:22:26.309Aug 11 11:22:26.309 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing 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 } }]
56122026-08-11T11:22:27.343Z
56132026-08-11T11:22:27.343ZAug 11 11:22:26.309Aug 11 11:22:26.309 INFODEBG adding route 172.17.0.48/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 } }]
56142026-08-11T11:22:27.343Z
56152026-08-11T11:22:27.344ZAug 11 11:22:26.309 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 } }]
56162026-08-11T11:22:27.344ZAug 11 11:22:26.309Aug 11 11:22:26.309 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
56172026-08-11T11:22:27.344ZAug 11 11:22:26.309 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 } }] adding route 172.17.0.49/32 -> 10.0.0.255
56182026-08-11T11:22:27.344ZAug 11 11:22:26.309 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 } }]
56192026-08-11T11:22:27.344Z
56202026-08-11T11:22:27.344ZAug 11 11:22:26.309Aug 11 11:22:26.309 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
56212026-08-11T11:22:27.344ZAug 11 11:22:26.316 DEBGAug 11 11:22:26.309 DEBG created new freemap, unitreplacing 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 } }]:
56222026-08-11T11:22:27.344Z freemap_route_ipv4
56232026-08-11T11:22:27.344ZAug 11 11:22:26.316 INFOAug 11 11:22:26.316 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
56242026-08-11T11:22:27.344Z created new freemap, unit: freemap_route_ipv6Aug 11 11:22:26.316
56252026-08-11T11:22:27.344Z 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 } }]
56262026-08-11T11:22:27.344ZAug 11 11:22:26.316 INFO Aug 11 11:22:26.316adding route 172.17.0.52/32 -> 10.0.0.255
56272026-08-11T11:22:27.344ZDEBG initted freemap. size: 64Aug 11 11:22:26.316, unitDEBG: replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
56282026-08-11T11:22:27.344Z
56292026-08-11T11:22:27.344ZAug 11 11:22:26.316 DEBG reset freemap, unit: Aug 11 11:22:26.316freemap_route_ipv4
56302026-08-11T11:22:27.344ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
56312026-08-11T11:22:27.344ZAug 11 11:22:26.316Aug 11 11:22:26.316 DEBGDEBG initted freemap. size: 64replacing 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 } }],
56322026-08-11T11:22:27.344Zunit: freemap_route_ipv6
56332026-08-11T11:22:27.344ZAug 11 11:22:26.316 DEBG reset freemapAug 11 11:22:26.316, unitINFO: adding route 172.17.0.54/32 -> 10.0.0.255freemap_route_ipv6
56342026-08-11T11:22:27.344Z
56352026-08-11T11:22:27.344ZAug 11 11:22:26.316 INFO adding route 172.16.0.0/32 -> 10.0.0.1
56362026-08-11T11:22:27.344ZAug 11 11:22:26.316 Aug 11 11:22:26.316DEBG 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 } }]
56372026-08-11T11:22:27.344Zreplacing 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 } }]
56382026-08-11T11:22:27.344ZAug 11 11:22:26.316 INFO adding route 172.16.0.0/32 -> 10.0.0.1
56392026-08-11T11:22:27.344ZAug 11 11:22:26.316 INFOAug 11 11:22:26.316 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
56402026-08-11T11:22:27.344Z 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 } }]
56412026-08-11T11:22:27.344ZAug 11 11:22:26.316 INFO adding route 172.16.0.0/32 -> 10.0.0.1
56422026-08-11T11:22:27.345ZAug 11 11:22:26.316 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.316
56432026-08-11T11:22:27.345Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56442026-08-11T11:22:27.345Z
56452026-08-11T11:22:27.345ZAug 11 11:22:26.316 Aug 11 11:22:26.316INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
56462026-08-11T11:22:27.345Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 11 11:22:26.316
56472026-08-11T11:22:27.345Z DEBG Aug 11 11:22:26.316replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.316
56482026-08-11T11:22:27.345ZDEBGDEBG 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.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 } }]
56492026-08-11T11:22:27.345Z
56502026-08-11T11:22:27.345ZAug 11 11:22:26.317 INFOAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
56512026-08-11T11:22:27.345Z
56522026-08-11T11:22:27.345Zadding route 172.17.0.57/32 -> 10.0.0.255
56532026-08-11T11:22:27.345ZAug 11 11:22:26.317Aug 11 11:22:26.317 Aug 11 11:22:26.317DEBG DEBGDEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
56542026-08-11T11:22:27.345Z
56552026-08-11T11:22:27.345Zreplacing 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 } }]
56562026-08-11T11:22:27.345ZAug 11 11:22:26.317Aug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFOINFO adding route 172.17.0.58/32 -> 10.0.0.255
56572026-08-11T11:22:27.345Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
56582026-08-11T11:22:27.345Z
56592026-08-11T11:22:27.345ZAug 11 11:22:26.317 Aug 11 11:22:26.317Aug 11 11:22:26.317DEBG DEBG DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56602026-08-11T11:22:27.345Zreplacing 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 } }]
56612026-08-11T11:22:27.345Z
56622026-08-11T11:22:27.345ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO Aug 11 11:22:26.317adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
56632026-08-11T11:22:27.345Z
56642026-08-11T11:22:27.345Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
56652026-08-11T11:22:27.345ZAug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBGAug 11 11:22:26.317 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
56662026-08-11T11:22:27.345ZDEBG
56672026-08-11T11:22:27.345Z 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 } }]
56682026-08-11T11:22:27.345ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFOAug 11 11:22:26.317 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
56692026-08-11T11:22:27.345Z
56702026-08-11T11:22:27.346Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
56712026-08-11T11:22:27.346ZAug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBGAug 11 11:22:26.317 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
56722026-08-11T11:22:27.346Zreplacing 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 } }]
56732026-08-11T11:22:27.346Zreplacing 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 } }]
56742026-08-11T11:22:27.346ZAug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.4/32 -> 10.0.0.255INFO
56752026-08-11T11:22:27.346ZAug 11 11:22:26.317 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 11 11:22:26.317
56762026-08-11T11:22:27.346Z DEBG adding route 172.17.0.61/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 } }]
56772026-08-11T11:22:27.346ZAug 11 11:22:26.317
56782026-08-11T11:22:27.346Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:22:26.317
56792026-08-11T11:22:27.346Z Aug 11 11:22:26.317DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56802026-08-11T11:22:27.346Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:22:26.317
56812026-08-11T11:22:27.346Z INFO Aug 11 11:22:26.317adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:22:26.317 INFODEBG
56822026-08-11T11:22:27.346Zadding route 172.17.0.62/32 -> 10.0.0.255 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56832026-08-11T11:22:27.346Z
56842026-08-11T11:22:27.346ZAug 11 11:22:26.317 DEBGAug 11 11:22:26.317Aug 11 11:22:26.317 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
56852026-08-11T11:22:27.346Zadding route 172.17.0.6/32 -> 10.0.0.255
56862026-08-11T11:22:27.346Zreplacing 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 } }]
56872026-08-11T11:22:27.346ZAug 11 11:22:26.317Aug 11 11:22:26.317 Aug 11 11:22:26.317INFO DEBG 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 3fff:beef:31::/64 -> 2001:db8::55:ff
56882026-08-11T11:22:27.346Z
56892026-08-11T11:22:27.346Zfailed to allocate space for the new target list
56902026-08-11T11:22:27.346ZAug 11 11:22:26.317Aug 11 11:22:26.317 Aug 11 11:22:26.317INFODEBG DEBG adding route 172.17.0.7/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 } }]
56912026-08-11T11:22:27.346Z
56922026-08-11T11:22:27.346Zreplacing 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 } }]
56932026-08-11T11:22:27.346ZAug 11 11:22:26.317 DEBGAug 11 11:22:26.317 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56942026-08-11T11:22:27.346Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
56952026-08-11T11:22:27.346ZAug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
56962026-08-11T11:22:27.346Z 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 } }]
56972026-08-11T11:22:27.346ZAug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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
56982026-08-11T11:22:27.346Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
56992026-08-11T11:22:27.347ZAug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
57002026-08-11T11:22:27.347Z 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 } }]
57012026-08-11T11:22:27.347ZAug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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
57022026-08-11T11:22:27.347Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
57032026-08-11T11:22:27.347ZAug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.10/32 -> 10.0.0.255DEBG
57042026-08-11T11:22:27.347Z 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 } }]
57052026-08-11T11:22:27.347ZAug 11 11:22:26.317 DEBGAug 11 11:22:26.317 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
57062026-08-11T11:22:27.347Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
57072026-08-11T11:22:27.347ZAug 11 11:22:26.317 INFOAug 11 11:22:26.317 adding route 172.17.0.11/32 -> 10.0.0.255
57082026-08-11T11:22:27.347ZAug 11 11:22:26.317DEBG 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 } }] 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 } }]
57092026-08-11T11:22:27.347Z
57102026-08-11T11:22:27.347ZAug 11 11:22:26.317 Aug 11 11:22:26.317INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
57112026-08-11T11:22:27.353Zadding route 172.17.0.12/32 -> 10.0.0.255
57122026-08-11T11:22:27.353ZAug 11 11:22:26.317 Aug 11 11:22:26.317DEBG 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 } }]
57132026-08-11T11:22:27.353Zreplacing 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 } }]
57142026-08-11T11:22:27.353ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255
57152026-08-11T11:22:27.353Z
57162026-08-11T11:22:27.353ZAug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
57172026-08-11T11:22:27.353Z
57182026-08-11T11:22:27.353ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
57192026-08-11T11:22:27.353Z
57202026-08-11T11:22:27.353ZAug 11 11:22:26.317Aug 11 11:22:26.317 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 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 } }]
57212026-08-11T11:22:27.353Z
57222026-08-11T11:22:27.353ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
57232026-08-11T11:22:27.353Z
57242026-08-11T11:22:27.354ZAug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
57252026-08-11T11:22:27.354Z
57262026-08-11T11:22:27.354ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
57272026-08-11T11:22:27.354Z
57282026-08-11T11:22:27.354ZAug 11 11:22:26.317Aug 11 11:22:26.317 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: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 } }]
57292026-08-11T11:22:27.354Z
57302026-08-11T11:22:27.354ZAug 11 11:22:26.317Aug 11 11:22:26.317 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
57312026-08-11T11:22:27.354Z
57322026-08-11T11:22:27.354ZAug 11 11:22:26.317Aug 11 11:22:26.317 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
57332026-08-11T11:22:27.354ZAug 11 11:22:26.325 INFO adding route 172.17.0.18/32 -> 10.0.0.255
57342026-08-11T11:22:27.354ZAug 11 11:22:26.325
57352026-08-11T11:22:27.354ZDEBG 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 } }]
57362026-08-11T11:22:27.354ZAug 11 11:22:26.325 Aug 11 11:22:26.325INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
57372026-08-11T11:22:27.354Zadding route 172.17.0.19/32 -> 10.0.0.255
57382026-08-11T11:22:27.354ZAug 11 11:22:26.325 Aug 11 11:22:26.325DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
57392026-08-11T11:22:27.354Zreplacing 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 } }]
57402026-08-11T11:22:27.354ZAug 11 11:22:26.325 Aug 11 11:22:26.325DEBG INFOfailed to allocate space for the new target list
57412026-08-11T11:22:27.354Zadding route 172.17.0.20/32 -> 10.0.0.255
57422026-08-11T11:22:27.354ZAug 11 11:22:26.325 Aug 11 11:22:26.325DEBG 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 } }]
57432026-08-11T11:22:27.354Zreplacing 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 } }]
57442026-08-11T11:22:27.354ZAug 11 11:22:26.325 INFO adding route 172.17.0.21/32 -> 10.0.0.255
57452026-08-11T11:22:27.354ZAug 11 11:22:26.325 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 } }]
57462026-08-11T11:22:27.354ZAug 11 11:22:26.325 INFO adding route 172.17.0.22/32 -> 10.0.0.255
57472026-08-11T11:22:27.354ZAug 11 11:22:26.325 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 } }]
57482026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.23/32 -> 10.0.0.255
57492026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57502026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.24/32 -> 10.0.0.255
57512026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57522026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.25/32 -> 10.0.0.255
57532026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57542026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.26/32 -> 10.0.0.255
57552026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57562026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.27/32 -> 10.0.0.255
57572026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57582026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.28/32 -> 10.0.0.255
57592026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57602026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.29/32 -> 10.0.0.255
57612026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57622026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.30/32 -> 10.0.0.255
57632026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57642026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.31/32 -> 10.0.0.255
57652026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57662026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.32/32 -> 10.0.0.255
57672026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57682026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.33/32 -> 10.0.0.255
57692026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57702026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.34/32 -> 10.0.0.255
57712026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57722026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.35/32 -> 10.0.0.255
57732026-08-11T11:22:27.355ZAug 11 11:22:26.325 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 } }]
57742026-08-11T11:22:27.355ZAug 11 11:22:26.325 INFO adding route 172.17.0.36/32 -> 10.0.0.255
57752026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57762026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.37/32 -> 10.0.0.255
57772026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57782026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.38/32 -> 10.0.0.255
57792026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57802026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.39/32 -> 10.0.0.255
57812026-08-11T11:22:27.356Ztest route::tests::delete_targets_full ... ok
57822026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57832026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.40/32 -> 10.0.0.255
57842026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57852026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.41/32 -> 10.0.0.255
57862026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57872026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.42/32 -> 10.0.0.255
57882026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57892026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.43/32 -> 10.0.0.255
57902026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57912026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.44/32 -> 10.0.0.255
57922026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57932026-08-11T11:22:27.356ZAug 11 11:22:26.325 INFO adding route 172.17.0.45/32 -> 10.0.0.255
57942026-08-11T11:22:27.356ZAug 11 11:22:26.325 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 } }]
57952026-08-11T11:22:27.356ZAug 11 11:22:26.334 INFO adding route 172.17.0.46/32 -> 10.0.0.255
57962026-08-11T11:22:27.356ZAug 11 11:22:26.334Aug 11 11:22:26.326 DEBG created new freemap, unit: freemap_route_ipv4
57972026-08-11T11:22:27.356Z DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.334
57982026-08-11T11:22:27.356Z DEBG created new freemap, unitAug 11 11:22:26.334: INFOfreemap_route_ipv6
57992026-08-11T11:22:27.356Zadding route 172.17.0.47/32 -> 10.0.0.255
58002026-08-11T11:22:27.356ZAug 11 11:22:26.334 Aug 11 11:22:26.334DEBG DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
58012026-08-11T11:22:27.356Z: freemap_route_ipv4
58022026-08-11T11:22:27.356ZAug 11 11:22:26.334 INFO Aug 11 11:22:26.334adding route 172.17.0.48/32 -> 10.0.0.255
58032026-08-11T11:22:27.357ZDEBG reset freemap, unitAug 11 11:22:26.334: DEBGfreemap_route_ipv4
58042026-08-11T11:22:27.357Zreplacing 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 } }]
58052026-08-11T11:22:27.357ZAug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO initted freemap. size: 64adding route 172.17.0.49/32 -> 10.0.0.255,
58062026-08-11T11:22:27.357Zunit: freemap_route_ipv6
58072026-08-11T11:22:27.357ZAug 11 11:22:26.334 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:22:26.334
58082026-08-11T11:22:27.357Z DEBG reset freemap, Aug 11 11:22:26.334unit :INFO freemap_route_ipv6adding route 172.17.0.50/32 -> 10.0.0.255
58092026-08-11T11:22:27.357Z
58102026-08-11T11:22:27.357ZAug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
58112026-08-11T11:22:27.364Z
58122026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.51/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 } }]
58132026-08-11T11:22:27.365Z
58142026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.16.0.0/32 -> 10.0.0.1
58152026-08-11T11:22:27.365Z
58162026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.52/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 } }]
58172026-08-11T11:22:27.365Z
58182026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.16.0.0/32 -> 10.0.0.1
58192026-08-11T11:22:27.365Z
58202026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
58212026-08-11T11:22:27.365Z
58222026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.16.0.0/32 -> 10.0.0.2
58232026-08-11T11:22:27.365Z
58242026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
58252026-08-11T11:22:27.365Z
58262026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.0/32 -> 10.0.0.255
58272026-08-11T11:22:27.365Z
58282026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.55/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 } }]
58292026-08-11T11:22:27.365Z
58302026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.1/32 -> 10.0.0.255
58312026-08-11T11:22:27.365Z
58322026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.56/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 } }]
58332026-08-11T11:22:27.365Z
58342026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.2/32 -> 10.0.0.255
58352026-08-11T11:22:27.365Z
58362026-08-11T11:22:27.365ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.57/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 } }]
58372026-08-11T11:22:27.366Z
58382026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.3/32 -> 10.0.0.255
58392026-08-11T11:22:27.366Z
58402026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.58/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 } }]
58412026-08-11T11:22:27.366Z
58422026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.4/32 -> 10.0.0.255
58432026-08-11T11:22:27.366Z
58442026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.59/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 } }]
58452026-08-11T11:22:27.366Z
58462026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.5/32 -> 10.0.0.255
58472026-08-11T11:22:27.366Z
58482026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 INFODEBG adding route 172.17.0.60/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 } }]
58492026-08-11T11:22:27.366Z
58502026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.6/32 -> 10.0.0.255
58512026-08-11T11:22:27.366Z
58522026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 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 } }]failed to allocate space for the new target list
58532026-08-11T11:22:27.366Z
58542026-08-11T11:22:27.366ZAug 11 11:22:26.334Aug 11 11:22:26.334 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.7/32 -> 10.0.0.255
58552026-08-11T11:22:27.366Z
58562026-08-11T11:22:27.366ZAug 11 11:22:26.334 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 } }]
58572026-08-11T11:22:27.366ZAug 11 11:22:26.334 INFO adding route 172.17.0.8/32 -> 10.0.0.255
58582026-08-11T11:22:27.366ZAug 11 11:22:26.334 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 } }]
58592026-08-11T11:22:27.366ZAug 11 11:22:26.334 INFO adding route 172.17.0.9/32 -> 10.0.0.255
58602026-08-11T11:22:27.366ZAug 11 11:22:26.334 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 } }]
58612026-08-11T11:22:27.366ZAug 11 11:22:26.334 INFO adding route 172.17.0.10/32 -> 10.0.0.255
58622026-08-11T11:22:27.366ZAug 11 11:22:26.334 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58632026-08-11T11:22:27.366ZAug 11 11:22:26.334 INFO adding route 172.17.0.11/32 -> 10.0.0.255
58642026-08-11T11:22:27.366ZAug 11 11:22:26.334 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 } }]
58652026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.12/32 -> 10.0.0.255
58662026-08-11T11:22:27.367ZAug 11 11:22:26.334 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58672026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58682026-08-11T11:22:27.367Ztest route::tests::delete_targets_fragmented ... ok
58692026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58702026-08-11T11:22:27.367Z
58712026-08-11T11:22:27.367Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
58722026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58732026-08-11T11:22:27.367Z
58742026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58752026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58762026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58772026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58782026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58792026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58802026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58812026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58822026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58832026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58842026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58852026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58862026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58872026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58882026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58892026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58902026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58912026-08-11T11:22:27.367ZAug 11 11:22:26.334 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58922026-08-11T11:22:27.367ZAug 11 11:22:26.334 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 } }]
58932026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58942026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
58952026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58962026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
58972026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58982026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
58992026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.27/32 -> 10.0.0.255
59002026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
59012026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.28/32 -> 10.0.0.255
59022026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
59032026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.29/32 -> 10.0.0.255
59042026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
59052026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59062026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
59072026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59082026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
59092026-08-11T11:22:27.368ZAug 11 11:22:26.334 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59102026-08-11T11:22:27.368ZAug 11 11:22:26.334 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 } }]
59112026-08-11T11:22:27.373ZAug 11 11:22:26.334 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59122026-08-11T11:22:27.373ZAug 11 11:22:26.334 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 } }]
59132026-08-11T11:22:27.373ZAug 11 11:22:26.342 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59142026-08-11T11:22:27.373ZAug 11 11:22:26.342 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 } }]
59152026-08-11T11:22:27.373ZAug 11 11:22:26.342 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59162026-08-11T11:22:27.373ZAug 11 11:22:26.342 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 } }]
59172026-08-11T11:22:27.373ZAug 11 11:22:26.342 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59182026-08-11T11:22:27.373ZAug 11 11:22:26.342 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 } }]
59192026-08-11T11:22:27.373ZAug 11 11:22:26.342 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59202026-08-11T11:22:27.373ZAug 11 11:22:26.342 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 } }]
59212026-08-11T11:22:27.373ZAug 11 11:22:26.342 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59222026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59232026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59242026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59252026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59262026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59272026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59282026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59292026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59302026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59312026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59322026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59332026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59342026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59352026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59362026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59372026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59382026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59392026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59402026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59412026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59422026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59432026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59442026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59452026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59462026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59472026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59482026-08-11T11:22:27.374ZAug 11 11:22:26.342 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 } }]
59492026-08-11T11:22:27.374ZAug 11 11:22:26.342 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59502026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59512026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59522026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59532026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59542026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59552026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59562026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59572026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59582026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59592026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59602026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59612026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59622026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59632026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59642026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59652026-08-11T11:22:27.375ZAug 11 11:22:26.342 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59662026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59672026-08-11T11:22:27.375ZAug 11 11:22:26.342 DEBG failed to allocate space for the new target list
59682026-08-11T11:22:27.375ZAug 11 11:22:26.342 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 } }]
59692026-08-11T11:22:27.375Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59702026-08-11T11:22:27.375Z
59712026-08-11T11:22:27.375Zrunning 0 tests
59722026-08-11T11:22:27.375Z
59732026-08-11T11:22:27.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-08-11T11:22:27.375Z
59752026-08-11T11:22:27.375Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59762026-08-11T11:22:27.375Z
59772026-08-11T11:22:27.375Zrunning 0 tests
59782026-08-11T11:22:27.376Z
59792026-08-11T11:22:27.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-08-11T11:22:27.376Z
59812026-08-11T11:22:27.376Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59822026-08-11T11:22:27.376Z
59832026-08-11T11:22:27.376Zrunning 6 tests
59842026-08-11T11:22:27.376Ztest tests::test_full_lot_id_neither_present ... ok
59852026-08-11T11:22:27.376Ztest tests::test_full_lot_id_lot_only ... ok
59862026-08-11T11:22:27.376Ztest tests::test_port_id_cmp ... ok
59872026-08-11T11:22:27.376Ztest tests::test_parse_client_port_id ... ok
59882026-08-11T11:22:27.376Ztest tests::test_full_lot_id_both_present ... ok
59892026-08-11T11:22:27.376Ztest tests::test_full_lot_id_lotnum_only ... ok
59902026-08-11T11:22:27.376Z
59912026-08-11T11:22:27.376Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-08-11T11:22:27.376Z
59932026-08-11T11:22:27.376Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59942026-08-11T11:22:27.376Z
59952026-08-11T11:22:27.376Zrunning 0 tests
59962026-08-11T11:22:27.376Z
59972026-08-11T11:22:27.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-08-11T11:22:27.376Z
59992026-08-11T11:22:27.376Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60002026-08-11T11:22:27.376Z
60012026-08-11T11:22:27.376Zrunning 0 tests
60022026-08-11T11:22:27.376Z
60032026-08-11T11:22:27.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-08-11T11:22:27.376Z
60052026-08-11T11:22:27.377Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60062026-08-11T11:22:27.377Z
60072026-08-11T11:22:27.377Zrunning 0 tests
60082026-08-11T11:22:27.377Z
60092026-08-11T11:22:27.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60102026-08-11T11:22:27.377Z
60112026-08-11T11:22:27.381Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60122026-08-11T11:22:27.381Z
60132026-08-11T11:22:27.381Zrunning 12 tests
60142026-08-11T11:22:27.381Ztest icmp::test_v4_checksum ... ok
60152026-08-11T11:22:27.381Ztest ipv6::test_ipv6_parse ... ok
60162026-08-11T11:22:27.381Ztest icmp::test_v6_checksum ... ok
60172026-08-11T11:22:27.381Ztest lldp::test_lldp_parse ... ok
60182026-08-11T11:22:27.381Ztest pbuf::test_byte ... ok
60192026-08-11T11:22:27.381Ztest pbuf::test_nibble ... ok
60202026-08-11T11:22:27.381Ztest pbuf::test_short ... ok
60212026-08-11T11:22:27.381Ztest pbuf::test_overflow ... ok
60222026-08-11T11:22:27.381Ztest pbuf::test_twelve ... ok
60232026-08-11T11:22:27.381Ztest pbuf::test_word ... ok
60242026-08-11T11:22:27.381Ztest tcp::test_checksum_syn_nodata ... ok
60252026-08-11T11:22:27.381Ztest tcp::test_checksum_ack_data ... ok
60262026-08-11T11:22:27.381Z
60272026-08-11T11:22:27.381Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-08-11T11:22:27.382Z
60292026-08-11T11:22:27.382Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60302026-08-11T11:22:27.382Z
60312026-08-11T11:22:27.382Zrunning 0 tests
60322026-08-11T11:22:27.382Z
60332026-08-11T11:22:27.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342026-08-11T11:22:27.382Z
60352026-08-11T11:22:27.382Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60362026-08-11T11:22:27.382Z
60372026-08-11T11:22:27.382Zrunning 5 tests
60382026-08-11T11:22:27.382Ztest switchport::test::test_compute_lanes ... ok
60392026-08-11T11:22:27.382Ztest switchport::test::port_id_ordering ... ok
60402026-08-11T11:22:27.382Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
60412026-08-11T11:22:27.382Z State: ActivatedLane 1 Lane 2Activated Activated Lane 3Activated
60422026-08-11T11:22:27.382Z
60432026-08-11T11:22:27.382Z Rx Loss-of-lock: Yes Rx Output Enabled: falseYes falseYes Yesfalse
60442026-08-11T11:22:27.382Z false Rx Loss-of-signal: Yes
60452026-08-11T11:22:27.382Z Rx Output Status: validYes Yes Yesvalid
60462026-08-11T11:22:27.382Z valid Rx CDR Enabled: Yes valid
60472026-08-11T11:22:27.382ZYes Rx Loss-of-lock: true Yes trueYes
60482026-08-11T11:22:27.382Z Tx Enabled: Yes true Yestrue
60492026-08-11T11:22:27.382ZYes Rx Loss-of-signal: falseYes
60502026-08-11T11:22:27.382Zfalse Tx Loss-of-lock: No Nofalse false
60512026-08-11T11:22:27.382ZNo NoRx Auto-squelch Disable: true
60522026-08-11T11:22:27.382Z Tx Loss-of-signal: No trueNo true Notrue
60532026-08-11T11:22:27.382Z No Tx Output Enabled: true
60542026-08-11T11:22:27.382Z true Tx CDR Enabled: No true Notrue
60552026-08-11T11:22:27.382Z Tx Output Status: invalidNo No
60562026-08-11T11:22:27.382Zinvalid Tx Adaptive EQ Fault: No invalidNo invalidNo
60572026-08-11T11:22:27.383Z No Tx Loss-of-lock: false
60582026-08-11T11:22:27.383Z Tx Fault: Yesfalse Yesfalse Yesfalse
60592026-08-11T11:22:27.383Z Yes
60602026-08-11T11:22:27.383Z Tx Loss-of-signal: true true true true
60612026-08-11T11:22:27.383ZTx Auto-squelch Disable: false false false false
60622026-08-11T11:22:27.383Z Tx Adaptive EQ Fail: true true true true
60632026-08-11T11:22:27.383Z Tx Failure: false false false false
60642026-08-11T11:22:27.383Z Tx Force Squelch: true true true true
60652026-08-11T11:22:27.383Z Tx Input Polarity: normal normal normal normal
60662026-08-11T11:22:27.383Ztest switchport::test::test_print_sff_datapath ... ok
60672026-08-11T11:22:27.383Ztest switchport::test::test_print_cmis_datapath ... ok
60682026-08-11T11:22:27.383Ztest link::test_filter ... ok
60692026-08-11T11:22:27.383Z
60702026-08-11T11:22:27.383Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60712026-08-11T11:22:27.383Z
60722026-08-11T11:22:27.383Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60732026-08-11T11:22:27.383Z
60742026-08-11T11:22:27.383Zrunning 1 test
60752026-08-11T11:22:27.383Ztest test_p4_counter_list ... ignored
60762026-08-11T11:22:27.383Z
60772026-08-11T11:22:27.383Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-11T11:22:27.383Z
60792026-08-11T11:22:27.383Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60802026-08-11T11:22:27.383Z
60812026-08-11T11:22:27.383Zrunning 5 tests
60822026-08-11T11:22:27.383Ztest test_an ... ignored
60832026-08-11T11:22:27.383Ztest test_enable ... ignored
60842026-08-11T11:22:27.383Ztest test_ip_addresses ... ignored
60852026-08-11T11:22:27.384Ztest test_kr ... ignored
60862026-08-11T11:22:27.384Ztest test_mac ... ignored
60872026-08-11T11:22:27.384Z
60882026-08-11T11:22:27.384Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892026-08-11T11:22:27.384Z
60902026-08-11T11:22:27.384Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60912026-08-11T11:22:27.384Z
60922026-08-11T11:22:27.384Zrunning 3 tests
60932026-08-11T11:22:27.384Ztest linklocal::test_parse_ipadm ... ok
60942026-08-11T11:22:27.384Ztest tfport::test_parse_tfport ... ok
60952026-08-11T11:22:27.384Ztest config::tests::test_updates ... ok
60962026-08-11T11:22:27.384Z
60972026-08-11T11:22:27.384Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-08-11T11:22:27.384Z
60992026-08-11T11:22:27.384Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61002026-08-11T11:22:27.384Z
61012026-08-11T11:22:27.384Zrunning 0 tests
61022026-08-11T11:22:27.384Z
61032026-08-11T11:22:27.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042026-08-11T11:22:27.384Z
61052026-08-11T11:22:27.384Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61062026-08-11T11:22:27.384Z
61072026-08-11T11:22:27.384Zrunning 0 tests
61082026-08-11T11:22:27.384Z
61092026-08-11T11:22:27.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-08-11T11:22:27.384Z
61112026-08-11T11:22:27.388Z Doc-tests aal
61122026-08-11T11:22:27.499Z
61132026-08-11T11:22:27.499Zrunning 0 tests
61142026-08-11T11:22:27.499Z
61152026-08-11T11:22:27.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-08-11T11:22:27.503Z
61172026-08-11T11:22:27.515Z Doc-tests aal_macros
61182026-08-11T11:22:27.582Z
61192026-08-11T11:22:27.582Zrunning 0 tests
61202026-08-11T11:22:27.582Z
61212026-08-11T11:22:27.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-08-11T11:22:27.582Z
61232026-08-11T11:22:27.592Z Doc-tests common
61242026-08-11T11:22:27.822Z
61252026-08-11T11:22:27.822Zrunning 0 tests
61262026-08-11T11:22:27.822Z
61272026-08-11T11:22:27.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-08-11T11:22:27.822Z
61292026-08-11T11:22:27.843Z Doc-tests dpd_api
61302026-08-11T11:22:28.603Z
61312026-08-11T11:22:28.603Zrunning 2 tests
61322026-08-11T11:22:28.603Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61332026-08-11T11:22:28.603Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61342026-08-11T11:22:28.603Z
61352026-08-11T11:22:28.603Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-11T11:22:28.603Z
61372026-08-11T11:22:28.634Z Doc-tests dpd_client
61382026-08-11T11:22:29.933Z
61392026-08-11T11:22:29.933Zrunning 0 tests
61402026-08-11T11:22:29.933Z
61412026-08-11T11:22:29.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-08-11T11:22:29.933Z
61432026-08-11T11:22:29.980Z Doc-tests dpd_types
61442026-08-11T11:22:30.195Z
61452026-08-11T11:22:30.195Zrunning 0 tests
61462026-08-11T11:22:30.195Z
61472026-08-11T11:22:30.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-08-11T11:22:30.195Z
61492026-08-11T11:22:30.221Z Doc-tests dpd_types_versions
61502026-08-11T11:22:31.443Z
61512026-08-11T11:22:31.443Zrunning 1 test
61522026-08-11T11:22:31.443Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61532026-08-11T11:22:31.443Z
61542026-08-11T11:22:31.443Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-11T11:22:31.443Z
61562026-08-11T11:22:31.487Z Doc-tests packet
61572026-08-11T11:22:31.600Z
61582026-08-11T11:22:31.601Zrunning 0 tests
61592026-08-11T11:22:31.601Z
61602026-08-11T11:22:31.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-08-11T11:22:31.601Z
61622026-08-11T11:22:31.617Z Doc-tests pcap
61632026-08-11T11:22:31.669Z
61642026-08-11T11:22:31.669Zrunning 0 tests
61652026-08-11T11:22:31.669Z
61662026-08-11T11:22:31.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61672026-08-11T11:22:31.673Z
61682026-08-11T11:22:31.715Z+ for feat in tofino_stub tofino_asic softnpu chaos
61692026-08-11T11:22:31.715Z+ RUST_BACKTRACE=full
61702026-08-11T11:22:31.715Z+ cargo test --features softnpu --no-fail-fast
61712026-08-11T11:22:32.372Z Compiling num-integer v0.1.46
61722026-08-11T11:22:32.458Z Compiling num-complex v0.4.6
61732026-08-11T11:22:32.505Z Compiling bitstruct_derive v0.1.0
61742026-08-11T11:22:32.508Z Compiling tap v1.0.1
61752026-08-11T11:22:32.632Z Compiling wyz v0.5.1
61762026-08-11T11:22:32.750Z Compiling num-iter v0.1.45
61772026-08-11T11:22:32.786Z Compiling num-rational v0.4.2
61782026-08-11T11:22:32.804Z Compiling num-bigint v0.4.6
61792026-08-11T11:22:32.877Z Compiling radium v0.7.0
61802026-08-11T11:22:32.903Z Compiling funty v2.0.0
61812026-08-11T11:22:32.961Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61822026-08-11T11:22:32.988Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-08-11T11:22:33.083Z Compiling num v0.4.3
61842026-08-11T11:22:33.169Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61852026-08-11T11:22:33.199Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-08-11T11:22:33.211Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-08-11T11:22:33.310Z Compiling bitvec v1.0.1
61882026-08-11T11:22:33.336Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-11T11:22:33.470Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61902026-08-11T11:22:33.512Z Compiling typeid v1.0.3
61912026-08-11T11:22:33.581Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-11T11:22:33.594Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-11T11:22:33.631Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-11T11:22:33.926Z Compiling ascii v1.1.0
61952026-08-11T11:22:34.221Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-11T11:22:34.455Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-08-11T11:22:34.536Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-11T11:22:34.646Z Compiling erased-serde v0.4.8
61992026-08-11T11:22:34.742Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62002026-08-11T11:22:34.747Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62012026-08-11T11:22:34.975Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62022026-08-11T11:22:34.986Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62032026-08-11T11:22:35.136Z Compiling bitstruct v0.1.1
62042026-08-11T11:22:35.458Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62052026-08-11T11:22:35.554Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-11T11:22:35.565Z Compiling serde_arrays v0.1.0
62072026-08-11T11:22:35.600Z Compiling libloading v0.7.4
62082026-08-11T11:22:35.740Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62092026-08-11T11:22:36.016Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62102026-08-11T11:22:36.367Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62112026-08-11T11:22:36.683Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62122026-08-11T11:22:37.711Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62132026-08-11T11:22:38.338Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62142026-08-11T11:22:44.508Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-08-11T11:22:44.730Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62162026-08-11T11:22:44.731Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-11T11:22:44.815Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62182026-08-11T11:22:44.838Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-11T11:22:45.355Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62202026-08-11T11:22:46.849Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62212026-08-11T11:22:47.884Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-11T11:22:49.783Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62232026-08-11T11:22:50.288Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62242026-08-11T11:22:51.736Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-08-11T11:22:53.709Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62262026-08-11T11:22:53.878Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62272026-08-11T11:22:54.732Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62282026-08-11T11:23:02.058Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-11T11:23:04.719Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-08-11T11:23:07.647Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-08-11T11:23:48.644Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
62322026-08-11T11:23:48.764Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62332026-08-11T11:23:48.768Z
62342026-08-11T11:23:48.768Zrunning 5 tests
62352026-08-11T11:23:48.768Ztest fuse::tests::chip_revision_a0 ... ok
62362026-08-11T11:23:48.768Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62372026-08-11T11:23:48.768Ztest fuse::tests::chip_revision_b1 ... ok
62382026-08-11T11:23:48.768Ztest fuse::tests::chip_revision_b0 ... ok
62392026-08-11T11:23:48.768Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62402026-08-11T11:23:48.768Z
62412026-08-11T11:23:48.768Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-08-11T11:23:48.768Z
62432026-08-11T11:23:48.769Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62442026-08-11T11:23:48.772Z
62452026-08-11T11:23:48.772Zrunning 0 tests
62462026-08-11T11:23:48.772Z
62472026-08-11T11:23:48.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-08-11T11:23:48.772Z
62492026-08-11T11:23:48.776Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62502026-08-11T11:23:48.776Z
62512026-08-11T11:23:48.776Zrunning 0 tests
62522026-08-11T11:23:48.776Z
62532026-08-11T11:23:48.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542026-08-11T11:23:48.776Z
62552026-08-11T11:23:48.776Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62562026-08-11T11:23:48.781Z
62572026-08-11T11:23:48.781Zrunning 10 tests
62582026-08-11T11:23:48.784Ztest nat::tests::test_vni ... ok
62592026-08-11T11:23:48.784Ztest network::tests::test_equal ... ok
62602026-08-11T11:23:48.784Ztest network::tests::test_eui64 ... ok
62612026-08-11T11:23:48.784Ztest network::tests::test_into ... ok
62622026-08-11T11:23:48.785Ztest network::tests::test_generate_ipv6_link_local ... ok
62632026-08-11T11:23:48.785Ztest network::tests::test_not_equal ... ok
62642026-08-11T11:23:48.785Ztest network::tests::test_parse ... ok
62652026-08-11T11:23:48.785Ztest network::tests::test_to_string ... ok
62662026-08-11T11:23:48.785Ztest test_purge ... ok
62672026-08-11T11:23:48.788Ztest illumos::test::address_exists_handles_missing_object ... ok
62682026-08-11T11:23:48.788Z
62692026-08-11T11:23:48.789Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62702026-08-11T11:23:48.789Z
62712026-08-11T11:23:48.789Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62722026-08-11T11:23:48.794Z
62732026-08-11T11:23:48.794Zrunning 1 test
62742026-08-11T11:23:48.797Z -------
62752026-08-11T11:23:48.797Z Generating OpenAPI documents from API definitions ...
62762026-08-11T11:23:48.934Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62772026-08-11T11:23:49.003Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62782026-08-11T11:23:50.034Z -------
62792026-08-11T11:23:50.034Z Checking 12 OpenAPI documents...
62802026-08-11T11:23:50.034Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-11T11:23:50.034Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-11T11:23:50.034Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-11T11:23:50.034Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-11T11:23:50.034Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-11T11:23:50.039Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-11T11:23:50.039Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-08-11T11:23:50.039Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-08-11T11:23:50.039Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-11T11:23:50.039Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-11T11:23:50.039Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-11T11:23:50.039Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-11T11:23:50.039Z Fresh dpd "latest" symlink
62932026-08-11T11:23:50.039Z -------
62942026-08-11T11:23:50.039Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62952026-08-11T11:23:50.099Ztest test::test_apis_up_to_date ... ok
62962026-08-11T11:23:50.099Z
62972026-08-11T11:23:50.099Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
62982026-08-11T11:23:50.099Z
62992026-08-11T11:23:50.157Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63002026-08-11T11:23:50.163Z
63012026-08-11T11:23:50.163Zrunning 34 tests
63022026-08-11T11:23:50.167Ztest freemap::test_ordering ... ok
63032026-08-11T11:23:50.167Ztest config::tests::test_updates ... ok
63042026-08-11T11:23:50.167Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63052026-08-11T11:23:50.167Ztest freemap::test_split ... ok
63062026-08-11T11:23:50.167Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63072026-08-11T11:23:50.167Ztest macaddrs::tests::test_mac_offset ... ok
63082026-08-11T11:23:50.172Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63092026-08-11T11:23:50.172Ztest macaddrs::tests::test_parse_port_id ... ok
63102026-08-11T11:23:50.172ZAug 11 11:23:49.182 DEBG created new freemap, unit: freemap_test
63112026-08-11T11:23:50.172ZAug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test
63122026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test
63132026-08-11T11:23:50.173Ztest nat::test_mapping ... ok
63142026-08-11T11:23:50.173Ztest freemap::test_free ... ok
63152026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG created new freemap, unit: freemap_test
63162026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test
63172026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test
63182026-08-11T11:23:50.173Ztest freemap::test_exhaustion ... ok
63192026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG Aug 11 11:23:49.183created new freemap DEBG, unitcreated new freemap:, unitfreemap_test
63202026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test
63212026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test
63222026-08-11T11:23:50.173Z: freemap_test
63232026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG initted freemap. size: 128, unit: freemap_test
63242026-08-11T11:23:50.173ZAug 11 11:23:49.183 DEBG reset freemap, unit: freemap_test
63252026-08-11T11:23:50.173Ztest port_map::tests::test_backplane_group ... ok
63262026-08-11T11:23:50.173Ztest freemap::test_basic ... ok
63272026-08-11T11:23:50.173Ztest freemap::test_reclaim ... ok
63282026-08-11T11:23:50.173Ztest port_map::tests::test_port_map ... ok
63292026-08-11T11:23:50.173Ztest port_map::tests::dump_map ... ok
63302026-08-11T11:23:50.173ZAug 11 11:23:49.184 DEBG created new freemap, unit: freemap_test
63312026-08-11T11:23:50.173ZAug 11 11:23:49.184 DEBG initted freemap. size: 8, unit: freemap_test
63322026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG reset freemap, unit: freemap_test
63332026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG created new freemap, unit: freemap_test
63342026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG initted freemap. size: 128, unit: freemap_test
63352026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG reset freemap, unit: freemap_test
63362026-08-11T11:23:50.174Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63372026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG created new freemap, unit: freemap_route_ipv4
63382026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG created new freemap, unit: freemap_route_ipv6
63392026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63402026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG reset freemap, unit: freemap_route_ipv4
63412026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63422026-08-11T11:23:50.174ZAug 11 11:23:49.184 DEBG reset freemap, unit: freemap_route_ipv6
63432026-08-11T11:23:50.174ZAug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63442026-08-11T11:23:50.174ZAug 11 11:23:49.184 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 } }]
63452026-08-11T11:23:50.174ZAug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63462026-08-11T11:23:50.174ZAug 11 11:23:49.184 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 } }]
63472026-08-11T11:23:50.174ZAug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
63482026-08-11T11:23:50.174ZAug 11 11:23:49.184 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 } }]
63492026-08-11T11:23:50.174ZAug 11 11:23:49.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
63502026-08-11T11:23:50.174ZAug 11 11:23:49.184 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 } }]
63512026-08-11T11:23:50.175ZAug 11 11:23:49.184 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63522026-08-11T11:23:50.175ZAug 11 11:23:49.184 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 } }]
63532026-08-11T11:23:50.175Ztest freemap::test_span ... ok
63542026-08-11T11:23:50.175ZAug 11 11:23:49.184 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63552026-08-11T11:23:50.175ZAug 11 11:23:49.184 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 } }]
63562026-08-11T11:23:50.175ZAug 11 11:23:49.184 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63572026-08-11T11:23:50.175ZAug 11 11:23:49.184 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 } }]
63582026-08-11T11:23:50.175ZAug 11 11:23:49.184 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63592026-08-11T11:23:50.175Ztest port_map::tests::parse_softnpu_revision ... ok
63602026-08-11T11:23:50.175ZAug 11 11:23:49.184 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 } }]
63612026-08-11T11:23:50.175ZAug 11 11:23:49.184 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63622026-08-11T11:23:50.175Ztest api_server::tests::test_build_info ... ok
63632026-08-11T11:23:50.175ZAug 11 11:23:49.184 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 } }]
63642026-08-11T11:23:50.175ZAug 11 11:23:49.184 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63652026-08-11T11:23:50.175ZAug 11 11:23:49.184 Aug 11 11:23:49.184DEBG DEBG created new freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
63662026-08-11T11:23:50.175Zunit: freemap_route_ipv4Aug 11 11:23:49.184
63672026-08-11T11:23:50.175ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63682026-08-11T11:23:50.175ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
63692026-08-11T11:23:50.175Z, unit: freemap_route_ipv6Aug 11 11:23:49.184
63702026-08-11T11:23:50.175Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63712026-08-11T11:23:50.175ZAug 11 11:23:49.184 DEBG Aug 11 11:23:49.184initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63722026-08-11T11:23:50.176Zfreemap_route_ipv4
63732026-08-11T11:23:50.176ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreset freemap
63742026-08-11T11:23:50.176Z, unit:Aug 11 11:23:49.184 freemap_route_ipv4DEBG
63752026-08-11T11:23:50.176Z 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 } }]
63762026-08-11T11:23:50.176ZAug 11 11:23:49.184 Aug 11 11:23:49.184DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit
63772026-08-11T11:23:50.176Z: freemap_route_ipv6
63782026-08-11T11:23:50.176ZAug 11 11:23:49.184 DEBG Aug 11 11:23:49.184replacing 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 } }]
63792026-08-11T11:23:50.176ZDEBG reset freemap, unitAug 11 11:23:49.184: INFOfreemap_route_ipv6
63802026-08-11T11:23:50.176Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63812026-08-11T11:23:50.176ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63822026-08-11T11:23:50.176Z
63832026-08-11T11:23:50.176ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63842026-08-11T11:23:50.176Z
63852026-08-11T11:23:50.176ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
63862026-08-11T11:23:50.176Z
63872026-08-11T11:23:50.176ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63882026-08-11T11:23:50.176Z
63892026-08-11T11:23:50.176ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
63902026-08-11T11:23:50.177Z
63912026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63922026-08-11T11:23:50.177Z
63932026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63942026-08-11T11:23:50.177Z
63952026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:e::/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 } }]
63962026-08-11T11:23:50.177Z
63972026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63982026-08-11T11:23:50.177Z
63992026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:f::/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 } }]
64002026-08-11T11:23:50.177Z
64012026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64022026-08-11T11:23:50.177Z
64032026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64042026-08-11T11:23:50.177Z
64052026-08-11T11:23:50.177ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64062026-08-11T11:23:50.177Z
64072026-08-11T11:23:50.178ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64082026-08-11T11:23:50.182Z
64092026-08-11T11:23:50.182ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64102026-08-11T11:23:50.182Z
64112026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64122026-08-11T11:23:50.183Z
64132026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:6::/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 } }]
64142026-08-11T11:23:50.183Z
64152026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64162026-08-11T11:23:50.183Z
64172026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64182026-08-11T11:23:50.183Z
64192026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:14::/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 } }]
64202026-08-11T11:23:50.183Z
64212026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO 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:8::/64 -> 2001:db8::55:ff
64222026-08-11T11:23:50.183Z
64232026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64242026-08-11T11:23:50.183Z
64252026-08-11T11:23:50.183ZAug 11 11:23:49.184Aug 11 11:23:49.184 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64262026-08-11T11:23:50.183Z
64272026-08-11T11:23:50.183ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:16::/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 } }]
64282026-08-11T11:23:50.183Z
64292026-08-11T11:23:50.183ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64302026-08-11T11:23:50.183Z
64312026-08-11T11:23:50.183ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:17::/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 } }]
64322026-08-11T11:23:50.183Z
64332026-08-11T11:23:50.184ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64342026-08-11T11:23:50.184Z
64352026-08-11T11:23:50.184ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:18::/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 } }]
64362026-08-11T11:23:50.184Z
64372026-08-11T11:23:50.184ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64382026-08-11T11:23:50.184Z
64392026-08-11T11:23:50.184ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFOAug 11 11:23:49.185 DEBG 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 } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64402026-08-11T11:23:50.184Z
64412026-08-11T11:23:50.184Zcreated new freemap, unitAug 11 11:23:49.185: Aug 11 11:23:49.185DEBG freemap_route_ipv4INFOreplacing 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 } }]
64422026-08-11T11:23:50.184Z
64432026-08-11T11:23:50.184Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64442026-08-11T11:23:50.184ZAug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185INFO DEBGDEBG 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:1a::/64 -> 2001:db8::55:ff
64452026-08-11T11:23:50.184Z
64462026-08-11T11:23:50.184Zcreated new freemap, unit: Aug 11 11:23:49.185freemap_route_ipv6Aug 11 11:23:49.185
64472026-08-11T11:23:50.184ZINFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64482026-08-11T11:23:50.184Zreplacing 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 } }]
64492026-08-11T11:23:50.184ZAug 11 11:23:49.185 DEBGAug 11 11:23:49.185 Aug 11 11:23:49.185DEBG initted freemap. size: 64replacing 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 } }],
64502026-08-11T11:23:50.184ZunitINFO: adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv4
64512026-08-11T11:23:50.184Z
64522026-08-11T11:23:50.184ZAug 11 11:23:49.185 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 11 11:23:49.185Aug 11 11:23:49.185
64532026-08-11T11:23:50.185Z 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 } }]reset freemap
64542026-08-11T11:23:50.185Z, Aug 11 11:23:49.185unit : DEBGfreemap_route_ipv4
64552026-08-11T11:23:50.185ZAug 11 11:23:49.185replacing 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 } }]
64562026-08-11T11:23:50.185ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:23:49.185
64572026-08-11T11:23:50.185Z Aug 11 11:23:49.185DEBG INFOinitted freemap. size: 64 , Aug 11 11:23:49.185unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff :DEBG
64582026-08-11T11:23:50.185Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
64592026-08-11T11:23:50.185Z
64602026-08-11T11:23:50.185ZAug 11 11:23:49.185 DEBG Aug 11 11:23:49.185replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
64612026-08-11T11:23:50.185Z INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreset freemap
64622026-08-11T11:23:50.185Z, Aug 11 11:23:49.185unit :INFO Aug 11 11:23:49.185adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6
64632026-08-11T11:23:50.185Z
64642026-08-11T11:23:50.185ZDEBG 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 } }]
64652026-08-11T11:23:50.185ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFOAug 11 11:23:49.185 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
64662026-08-11T11:23:50.185Zadding route 3fff:dead::/64 -> 2001:db8::55:1
64672026-08-11T11:23:50.185Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64682026-08-11T11:23:50.185ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGINFO 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 } }]
64692026-08-11T11:23:50.185Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64702026-08-11T11:23:50.185Z
64712026-08-11T11:23:50.185ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBGINFO adding route 3fff:beef::/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 } }]
64722026-08-11T11:23:50.186Z
64732026-08-11T11:23:50.186Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64742026-08-11T11:23:50.186ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64752026-08-11T11:23:50.186Z
64762026-08-11T11:23:50.186ZDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
64772026-08-11T11:23:50.186ZAug 11 11:23:49.185 INFODEBG Aug 11 11:23:49.185adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64782026-08-11T11:23:50.186Zreplacing 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 } }]
64792026-08-11T11:23:50.186ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64802026-08-11T11:23:50.186ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:23:49.185replacing 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 } }]
64812026-08-11T11:23:50.186Z
64822026-08-11T11:23:50.186ZDEBG 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 } }]
64832026-08-11T11:23:50.186ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO Aug 11 11:23:49.185replacing 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 } }]
64842026-08-11T11:23:50.186Z INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64852026-08-11T11:23:50.186Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64862026-08-11T11:23:50.186ZAug 11 11:23:49.185 INFOAug 11 11:23:49.185 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:49.185
64872026-08-11T11:23:50.186Z 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
64882026-08-11T11:23:50.186Z Aug 11 11:23:49.185replacing 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 } }]
64892026-08-11T11:23:50.186ZDEBG Aug 11 11:23:49.185replacing 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 } }]
64902026-08-11T11:23:50.186ZAug 11 11:23:49.185INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64912026-08-11T11:23:50.186Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
64922026-08-11T11:23:50.186ZAug 11 11:23:49.185 INFOAug 11 11:23:49.185 Aug 11 11:23:49.185adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64932026-08-11T11:23:50.187Z 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 } }]
64942026-08-11T11:23:50.187Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
64952026-08-11T11:23:50.187Z DEBGAug 11 11:23:49.185 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 } }]INFOAug 11 11:23:49.185 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
64962026-08-11T11:23:50.187Z
64972026-08-11T11:23:50.187Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64982026-08-11T11:23:50.187ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
64992026-08-11T11:23:50.187Z 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: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 } }]
65002026-08-11T11:23:50.187ZAug 11 11:23:49.185
65012026-08-11T11:23:50.187Z 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 } }]
65022026-08-11T11:23:50.187ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFOINFO Aug 11 11:23:49.185adding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65032026-08-11T11:23:50.187ZINFO
65042026-08-11T11:23:50.187Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65052026-08-11T11:23:50.187ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65062026-08-11T11:23:50.187Z
65072026-08-11T11:23:50.187Z
65082026-08-11T11:23:50.192ZAug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185INFO INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65092026-08-11T11:23:50.193Z
65102026-08-11T11:23:50.193Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65112026-08-11T11:23:50.193ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGAug 11 11:23:49.185 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 } }]
65122026-08-11T11:23:50.193Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65132026-08-11T11:23:50.193Z Aug 11 11:23:49.185replacing 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 } }]
65142026-08-11T11:23:50.193ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65152026-08-11T11:23:50.193ZAug 11 11:23:49.185Aug 11 11:23:49.185 INFOINFO Aug 11 11:23:49.185adding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
65162026-08-11T11:23:50.193Z
65172026-08-11T11:23:50.193Zreplacing 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 } }]
65182026-08-11T11:23:50.193ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBG 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 } }]
65192026-08-11T11:23:50.193ZINFOreplacing 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 } }]
65202026-08-11T11:23:50.193Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65212026-08-11T11:23:50.193ZAug 11 11:23:49.185 INFOAug 11 11:23:49.185Aug 11 11:23:49.185 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBGINFO
65222026-08-11T11:23:50.193Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65232026-08-11T11:23:50.193Z
65242026-08-11T11:23:50.193ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65252026-08-11T11:23:50.193Z
65262026-08-11T11:23:50.193Z
65272026-08-11T11:23:50.193ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65282026-08-11T11:23:50.193ZDEBG 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:28::/64 -> 2001:db8::55:ff
65292026-08-11T11:23:50.194Z
65302026-08-11T11:23:50.194ZAug 11 11:23:49.185 DEBGAug 11 11:23:49.185Aug 11 11:23:49.185 INFO 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 } }]
65312026-08-11T11:23:50.194Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65322026-08-11T11:23:50.194Z
65332026-08-11T11:23:50.194ZAug 11 11:23:49.185 Aug 11 11:23:49.185INFOAug 11 11:23:49.185 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFODEBG
65342026-08-11T11:23:50.194Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65352026-08-11T11:23:50.194ZAug 11 11:23:49.185
65362026-08-11T11:23:50.194Z DEBG Aug 11 11:23:49.185replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:49.185INFO
65372026-08-11T11:23:50.194Z DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65382026-08-11T11:23:50.194Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
65392026-08-11T11:23:50.194Z INFO Aug 11 11:23:49.185adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 11 11:23:49.185DEBG
65402026-08-11T11:23:50.194Z 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 } }]
65412026-08-11T11:23:50.194ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
65422026-08-11T11:23:50.194ZAug 11 11:23:49.185Aug 11 11:23:49.185 DEBGAug 11 11:23:49.185 INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65432026-08-11T11:23:50.194Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65442026-08-11T11:23:50.194Zreplacing 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 } }]
65452026-08-11T11:23:50.194ZAug 11 11:23:49.185 Aug 11 11:23:49.185INFOAug 11 11:23:49.185 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65462026-08-11T11:23:50.194Zreplacing 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:2b::/64 -> 2001:db8::55:ff
65472026-08-11T11:23:50.194Z
65482026-08-11T11:23:50.194ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGDEBGINFO 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: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:20::/64 -> 2001:db8::55:ff
65492026-08-11T11:23:50.194Z
65502026-08-11T11:23:50.195Z
65512026-08-11T11:23:50.195ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBGINFO INFO 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:d::/64 -> 2001:db8::55:ff
65522026-08-11T11:23:50.195Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
65532026-08-11T11:23:50.195Z
65542026-08-11T11:23:50.195ZAug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185DEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65552026-08-11T11:23:50.195ZDEBG
65562026-08-11T11:23:50.195Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185Aug 11 11:23:49.185
65572026-08-11T11:23:50.195ZINFO Aug 11 11:23:49.185adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65582026-08-11T11:23:50.195Z
65592026-08-11T11:23:50.195Z created new freemapAug 11 11:23:49.185, INFOunitAug 11 11:23:49.185: Aug 11 11:23:49.185 DEBGfreemap_route_ipv4adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65602026-08-11T11:23:50.195ZINFO
65612026-08-11T11:23:50.195Z adding route 3fff:beef:22::/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 } }]
65622026-08-11T11:23:50.195Z
65632026-08-11T11:23:50.195ZAug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG
65642026-08-11T11:23:50.195Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
65652026-08-11T11:23:50.195Zreplacing 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 } }]created new freemap
65662026-08-11T11:23:50.195Z, Aug 11 11:23:49.185Aug 11 11:23:49.185unit : INFOAug 11 11:23:49.185DEBGfreemap_route_ipv6 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
65672026-08-11T11:23:50.195Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65682026-08-11T11:23:50.196Z
65692026-08-11T11:23:50.196Z
65702026-08-11T11:23:50.196ZAug 11 11:23:49.185 DEBGDEBG Aug 11 11:23:49.185initted freemap. size: 64 , INFOAug 11 11:23:49.185 created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunitAug 11 11:23:49.185:, unitfreemap_route_ipv4:
65712026-08-11T11:23:50.196Z DEBGfreemap_route_ipv4 DEBG
65722026-08-11T11:23:50.196Zreplacing 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:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65732026-08-11T11:23:50.196ZAug 11 11:23:49.185
65742026-08-11T11:23:50.196ZDEBG Aug 11 11:23:49.185
65752026-08-11T11:23:50.196Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
65762026-08-11T11:23:50.196ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 11 11:23:49.185
65772026-08-11T11:23:50.196ZAug 11 11:23:49.185 DEBG INFOINFO Aug 11 11:23:49.185 created new freemapadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 11 11:23:49.185DEBG
65782026-08-11T11:23:50.196Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65792026-08-11T11:23:50.196Zreset freemap , Aug 11 11:23:49.185unitDEBG: replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
65802026-08-11T11:23:50.196Zfreemap_route_ipv4
65812026-08-11T11:23:50.196ZDEBGDEBG Aug 11 11:23:49.185replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65822026-08-11T11:23:50.196ZAug 11 11:23:49.185 DEBGINFO Aug 11 11:23:49.185
65832026-08-11T11:23:50.196Zinitted freemap. size: 64 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff, Aug 11 11:23:49.185INFO
65842026-08-11T11:23:50.196Z unit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO
65852026-08-11T11:23:50.196Zfreemap_route_ipv6Aug 11 11:23:49.185
65862026-08-11T11:23:50.196Z DEBGadding route 3fff:beef:25::/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 } }]
65872026-08-11T11:23:50.196ZAug 11 11:23:49.185
65882026-08-11T11:23:50.196ZAug 11 11:23:49.185 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 } }]DEBG
65892026-08-11T11:23:50.196ZAug 11 11:23:49.185Aug 11 11:23:49.185 reset freemapDEBGINFO , unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ff:
65902026-08-11T11:23:50.197Zfreemap_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 } }]
65912026-08-11T11:23:50.197Z
65922026-08-11T11:23:50.197ZAug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185Aug 11 11:23:49.185INFO INFO DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:32::/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 } }]
65932026-08-11T11:23:50.197Z
65942026-08-11T11:23:50.197Z
65952026-08-11T11:23:50.197Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65962026-08-11T11:23:50.197ZAug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185 DEBG DEBG INFO 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65972026-08-11T11:23:50.197Zreplacing 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: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 } }]
65982026-08-11T11:23:50.197Z
65992026-08-11T11:23:50.197Z
66002026-08-11T11:23:50.197ZAug 11 11:23:49.185Aug 11 11:23:49.185 Aug 11 11:23:49.185INFO Aug 11 11:23:49.185 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFO
66012026-08-11T11:23:50.197Z adding route 3fff:beef:33::/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 } }]
66022026-08-11T11:23:50.197Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66032026-08-11T11:23:50.197ZAug 11 11:23:49.185
66042026-08-11T11:23:50.197Z DEBG Aug 11 11:23:49.185Aug 11 11:23:49.185Aug 11 11:23:49.185replacing 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 } }]
66052026-08-11T11:23:50.197Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
66062026-08-11T11:23:50.197Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185DEBG
66072026-08-11T11:23:50.197Z Aug 11 11:23:49.185INFO 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 } }]
66082026-08-11T11:23:50.202ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.185
66092026-08-11T11:23:50.202Z INFOAug 11 11:23:49.186
66102026-08-11T11:23:50.203Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
66112026-08-11T11:23:50.203Z Aug 11 11:23:49.186adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66122026-08-11T11:23:50.203ZDEBGAug 11 11:23:49.186 Aug 11 11:23:49.186replacing 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 } }]
66132026-08-11T11:23:50.203Z INFODEBG Aug 11 11:23:49.186Aug 11 11:23:49.186adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66142026-08-11T11:23:50.203Z DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
66152026-08-11T11:23:50.203Z Aug 11 11:23:49.186replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
66162026-08-11T11:23:50.203ZDEBG
66172026-08-11T11:23:50.203Z 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 } }]
66182026-08-11T11:23:50.203ZAug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff 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 } }]Aug 11 11:23:49.186
66192026-08-11T11:23:50.203Z
66202026-08-11T11:23:50.203ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66212026-08-11T11:23:50.203Z
66222026-08-11T11:23:50.203ZAug 11 11:23:49.186 Aug 11 11:23:49.186DEBG Aug 11 11:23:49.186INFO Aug 11 11:23:49.186replacing 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 } }]
66232026-08-11T11:23:50.203Zadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
66242026-08-11T11:23:50.203Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66252026-08-11T11:23:50.203Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186Aug 11 11:23:49.186
66262026-08-11T11:23:50.203ZDEBGAug 11 11:23:49.186 INFOreplacing 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 } }]
66272026-08-11T11:23:50.203Z INFOAug 11 11:23:49.186adding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66282026-08-11T11:23:50.203Z
66292026-08-11T11:23:50.204Z INFO Aug 11 11:23:49.186adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66302026-08-11T11:23:50.204ZINFOAug 11 11:23:49.186 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
66312026-08-11T11:23:50.204ZAug 11 11:23:49.186Aug 11 11:23:49.186DEBG DEBGAug 11 11:23:49.186 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 } }]DEBGDEBG
66322026-08-11T11:23:50.204Zreplacing 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 } }]
66332026-08-11T11:23:50.204Zreplacing 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 } }]
66342026-08-11T11:23:50.204Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186Aug 11 11:23:49.186
66352026-08-11T11:23:50.204Z INFO Aug 11 11:23:49.186INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66362026-08-11T11:23:50.204Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 11 11:23:49.186
66372026-08-11T11:23:50.204ZINFOINFO Aug 11 11:23:49.186adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
66382026-08-11T11:23:50.204ZDEBG 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:18::/64 -> 2001:db8::55:ff
66392026-08-11T11:23:50.204Z
66402026-08-11T11:23:50.204ZAug 11 11:23:49.186Aug 11 11:23:49.186 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 } }]DEBG
66412026-08-11T11:23:50.204Z Aug 11 11:23:49.186Aug 11 11:23:49.186 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66422026-08-11T11:23:50.204Z Aug 11 11:23:49.186adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66432026-08-11T11:23:50.204ZDEBGINFOAug 11 11:23:49.186 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
66442026-08-11T11:23:50.204Z
66452026-08-11T11:23:50.205Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 11 11:23:49.186Aug 11 11:23:49.186
66462026-08-11T11:23:50.205Z DEBGAug 11 11:23:49.186INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66472026-08-11T11:23:50.205Zreplacing 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 } }]
66482026-08-11T11:23:50.205Zreplacing 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 } }]
66492026-08-11T11:23:50.205ZAug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 INFODEBGINFO 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 } }]
66502026-08-11T11:23:50.205Zreplacing 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:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
66512026-08-11T11:23:50.205Z
66522026-08-11T11:23:50.205Z
66532026-08-11T11:23:50.205ZAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186INFOAug 11 11:23:49.186 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
66542026-08-11T11:23:50.205ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
66552026-08-11T11:23:50.205Z Aug 11 11:23:49.186DEBG 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
66562026-08-11T11:23:50.205Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:49.186
66572026-08-11T11:23:50.205Z 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
66582026-08-11T11:23:50.205Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186
66592026-08-11T11:23:50.205Z Aug 11 11:23:49.186Aug 11 11:23:49.186INFO INFOINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 11 11:23:49.186adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66602026-08-11T11:23:50.205ZINFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66612026-08-11T11:23:50.205Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
66622026-08-11T11:23:50.205Z
66632026-08-11T11:23:50.206ZAug 11 11:23:49.186 DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66642026-08-11T11:23:50.206ZDEBG DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
66652026-08-11T11:23:50.206Zreplacing 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 } }]
66662026-08-11T11:23:50.206Z
66672026-08-11T11:23:50.206ZAug 11 11:23:49.186 Aug 11 11:23:49.186Aug 11 11:23:49.186INFOAug 11 11:23:49.186 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
66682026-08-11T11:23:50.206ZINFO
66692026-08-11T11:23:50.206Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
66702026-08-11T11:23:50.206Z
66712026-08-11T11:23:50.206ZAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186DEBG DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:49.186
66722026-08-11T11:23:50.206Zreplacing 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 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66732026-08-11T11:23:50.206Z
66742026-08-11T11:23:50.206Z Aug 11 11:23:49.186replacing 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 } }]
66752026-08-11T11:23:50.206ZINFO Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
66762026-08-11T11:23:50.206ZINFOINFO INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
66772026-08-11T11:23:50.206Z
66782026-08-11T11:23:50.206Z
66792026-08-11T11:23:50.206ZAug 11 11:23:49.186 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 } }]Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186 DEBG
66802026-08-11T11:23:50.207ZDEBG DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66812026-08-11T11:23:50.207Z
66822026-08-11T11:23:50.207ZAug 11 11:23:49.186
66832026-08-11T11:23:50.207Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186INFO
66842026-08-11T11:23:50.207Z INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66852026-08-11T11:23:50.207Z
66862026-08-11T11:23:50.207Z failed to allocate space for the new target listAug 11 11:23:49.186
66872026-08-11T11:23:50.207Z DEBGAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186replacing 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 } }]
66882026-08-11T11:23:50.207Z 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 } }] Aug 11 11:23:49.186replacing 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 } }]
66892026-08-11T11:23:50.207Z
66902026-08-11T11:23:50.207Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
66912026-08-11T11:23:50.207ZAug 11 11:23:49.186 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66922026-08-11T11:23:50.207Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66932026-08-11T11:23:50.207ZAug 11 11:23:49.186 DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186replacing 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 } }]
66942026-08-11T11:23:50.207ZDEBG, 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 } }]INFO
66952026-08-11T11:23:50.207Zunit adding route 3fff:beef:32::/64 -> 2001:db8::55:ff:Aug 11 11:23:49.186 Aug 11 11:23:49.186freemap_route_ipv6INFO INFO
66962026-08-11T11:23:50.207Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66972026-08-11T11:23:50.207Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66982026-08-11T11:23:50.208Z
66992026-08-11T11:23:50.208ZAug 11 11:23:49.186 DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186Aug 11 11:23:49.186replacing 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 } }]
67002026-08-11T11:23:50.208Z 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 } }]DEBG
67012026-08-11T11:23:50.208Z Aug 11 11:23:49.186 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 } }] INFOinitted freemap. size: 64
67022026-08-11T11:23:50.208Z, Aug 11 11:23:49.186 unitINFO :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 11 11:23:49.186
67032026-08-11T11:23:50.208Zfreemap_route_ipv4 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
67042026-08-11T11:23:50.208ZAug 11 11:23:49.186INFO
67052026-08-11T11:23:50.208ZDEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 11 11:23:49.186
67062026-08-11T11:23:50.208ZAug 11 11:23:49.186replacing 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 } }]
67072026-08-11T11:23:50.208ZDEBG Aug 11 11:23:49.186replacing 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
67082026-08-11T11:23:50.213Z DEBG Aug 11 11:23:49.186reset freemapreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitINFOAug 11 11:23:49.186
67092026-08-11T11:23:50.213Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67102026-08-11T11:23:50.213Z:INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4
67112026-08-11T11:23:50.213Z
67122026-08-11T11:23:50.213ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOAug 11 11:23:49.186 Aug 11 11:23:49.186DEBGDEBG 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 } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67132026-08-11T11:23:50.213Z
67142026-08-11T11:23:50.213Zinitted freemap. size: 64
67152026-08-11T11:23:50.214Z, unit:Aug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186INFOfreemap_route_ipv6
67162026-08-11T11:23:50.214ZDEBGINFO adding route 3fff:beef:d::/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 } }]
67172026-08-11T11:23:50.214Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:23:49.186
67182026-08-11T11:23:50.214Z
67192026-08-11T11:23:50.214Z DEBG Aug 11 11:23:49.186Aug 11 11:23:49.186reset freemap , Aug 11 11:23:49.186DEBGDEBGunit 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 } }]:
67202026-08-11T11:23:50.214Zreplacing 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 } }]
67212026-08-11T11:23:50.214ZINFOAug 11 11:23:49.186 freemap_route_ipv6INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67222026-08-11T11:23:50.214Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
67232026-08-11T11:23:50.214Z
67242026-08-11T11:23:50.214ZAug 11 11:23:49.186Aug 11 11:23:49.186 Aug 11 11:23:49.186DEBG INFODEBG adding route 3fff:beef:36::/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 } }]
67252026-08-11T11:23:50.214Z
67262026-08-11T11:23:50.214ZAug 11 11:23:49.186replacing 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 } }]
67272026-08-11T11:23:50.214ZINFOAug 11 11:23:49.186 DEBGAug 11 11:23:49.186adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:49.186 INFO
67282026-08-11T11:23:50.214Z 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:24::/64 -> 2001:db8::55:ff
67292026-08-11T11:23:50.214Z
67302026-08-11T11:23:50.214ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
67312026-08-11T11:23:50.214ZAug 11 11:23:49.186 Aug 11 11:23:49.186INFO Aug 11 11:23:49.186adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67322026-08-11T11:23:50.215ZDEBGAug 11 11:23:49.186DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186
67332026-08-11T11:23:50.215Z 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 } }]
67342026-08-11T11:23:50.215ZAug 11 11:23:49.186 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 adding route 3fff:dead::/64 -> 2001:db8::55:2
67352026-08-11T11:23:50.215Z
67362026-08-11T11:23:50.215ZAug 11 11:23:49.186 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 } }]
67372026-08-11T11:23:50.215ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67382026-08-11T11:23:50.215Z
67392026-08-11T11:23:50.215ZAug 11 11:23:49.186Aug 11 11:23:49.186 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 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 } }]
67402026-08-11T11:23:50.215Z
67412026-08-11T11:23:50.215ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67422026-08-11T11:23:50.215Z
67432026-08-11T11:23:50.215ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }]
67442026-08-11T11:23:50.215ZAug 11 11:23:49.186
67452026-08-11T11:23:50.215Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 11 11:23:49.186Aug 11 11:23:49.186
67462026-08-11T11:23:50.215ZDEBG 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 } }]
67472026-08-11T11:23:50.216Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:23:49.186
67482026-08-11T11:23:50.216Z 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 } }]
67492026-08-11T11:23:50.216ZAug 11 11:23:49.186 DEBG Aug 11 11:23:49.186replacing 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 } }]
67502026-08-11T11:23:50.216ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
67512026-08-11T11:23:50.216ZAug 11 11:23:49.186 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67522026-08-11T11:23:50.216ZAug 11 11:23:49.186 DEBG Aug 11 11:23:49.186replacing 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 } }]
67532026-08-11T11:23:50.216ZDEBG 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 } }]
67542026-08-11T11:23:50.216ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67552026-08-11T11:23:50.216Z
67562026-08-11T11:23:50.216ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
67572026-08-11T11:23:50.216Z
67582026-08-11T11:23:50.216ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
67592026-08-11T11:23:50.216Z
67602026-08-11T11:23:50.216ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67612026-08-11T11:23:50.216Z
67622026-08-11T11:23:50.216ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
67632026-08-11T11:23:50.216Z
67642026-08-11T11:23:50.216ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67652026-08-11T11:23:50.217Z
67662026-08-11T11:23:50.217ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
67672026-08-11T11:23:50.217Z
67682026-08-11T11:23:50.217ZAug 11 11:23:49.186 Aug 11 11:23:49.186DEBG DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67692026-08-11T11:23:50.217Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
67702026-08-11T11:23:50.217ZAug 11 11:23:49.186 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67712026-08-11T11:23:50.217Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.186
67722026-08-11T11:23:50.217Z 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 } }]
67732026-08-11T11:23:50.217ZAug 11 11:23:49.186 Aug 11 11:23:49.186INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67742026-08-11T11:23:50.217Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67752026-08-11T11:23:50.217ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67762026-08-11T11:23:50.217Z
67772026-08-11T11:23:50.217ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67782026-08-11T11:23:50.217Z
67792026-08-11T11:23:50.217ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67802026-08-11T11:23:50.217Z
67812026-08-11T11:23:50.217ZAug 11 11:23:49.186Aug 11 11:23:49.186 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67822026-08-11T11:23:50.217Z
67832026-08-11T11:23:50.217ZAug 11 11:23:49.186Aug 11 11:23:49.186 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67842026-08-11T11:23:50.217Z
67852026-08-11T11:23:50.217ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67862026-08-11T11:23:50.218Z
67872026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67882026-08-11T11:23:50.218Z
67892026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67902026-08-11T11:23:50.218Z
67912026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 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: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 } }]
67922026-08-11T11:23:50.218Z
67932026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67942026-08-11T11:23:50.218Z
67952026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67962026-08-11T11:23:50.218Z
67972026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67982026-08-11T11:23:50.218Z
67992026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68002026-08-11T11:23:50.218Z
68012026-08-11T11:23:50.218ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
68022026-08-11T11:23:50.218Z
68032026-08-11T11:23:50.219ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68042026-08-11T11:23:50.219Z
68052026-08-11T11:23:50.219ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68062026-08-11T11:23:50.219Z
68072026-08-11T11:23:50.219ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG 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: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 } }]
68082026-08-11T11:23:50.225Z
68092026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
68102026-08-11T11:23:50.225Z
68112026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 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 } }]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 } }]
68122026-08-11T11:23:50.225Z
68132026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
68142026-08-11T11:23:50.225Z
68152026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68162026-08-11T11:23:50.225Z
68172026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68182026-08-11T11:23:50.225Z
68192026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 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: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 } }]
68202026-08-11T11:23:50.225Z
68212026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
68222026-08-11T11:23:50.225Z
68232026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68242026-08-11T11:23:50.225Z
68252026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
68262026-08-11T11:23:50.225Z
68272026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68282026-08-11T11:23:50.225Z
68292026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
68302026-08-11T11:23:50.225Z
68312026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68322026-08-11T11:23:50.225Z
68332026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
68342026-08-11T11:23:50.225Z
68352026-08-11T11:23:50.225ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68362026-08-11T11:23:50.226Z
68372026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68382026-08-11T11:23:50.226Z
68392026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68402026-08-11T11:23:50.226Z
68412026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
68422026-08-11T11:23:50.226Z
68432026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
68442026-08-11T11:23:50.226Z
68452026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68462026-08-11T11:23:50.226Z
68472026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68482026-08-11T11:23:50.226Z
68492026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68502026-08-11T11:23:50.226Z
68512026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 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: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 } }]
68522026-08-11T11:23:50.226Z
68532026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68542026-08-11T11:23:50.226Z
68552026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68562026-08-11T11:23:50.226Z
68572026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68582026-08-11T11:23:50.226Z
68592026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68602026-08-11T11:23:50.226Z
68612026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68622026-08-11T11:23:50.226Z
68632026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG 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: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 } }]
68642026-08-11T11:23:50.226Z
68652026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
68662026-08-11T11:23:50.226Z
68672026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
68682026-08-11T11:23:50.226Z
68692026-08-11T11:23:50.226Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68702026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68712026-08-11T11:23:50.226Z
68722026-08-11T11:23:50.226ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68732026-08-11T11:23:50.227Z
68742026-08-11T11:23:50.227ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68752026-08-11T11:23:50.227Z
68762026-08-11T11:23:50.227ZAug 11 11:23:49.187Aug 11 11:23:49.187 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68772026-08-11T11:23:50.227Z
68782026-08-11T11:23:50.227ZAug 11 11:23:49.187Aug 11 11:23:49.187 INFOAug 11 11:23:49.188 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 11 11:23:49.188 DEBG created new freemapcreated new freemap,
68792026-08-11T11:23:50.227ZunitAug 11 11:23:49.187: freemap_route_ipv4DEBG
68802026-08-11T11:23:50.227Z , Aug 11 11:23:49.197created new freemap DEBG, unitreplacing 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 } }]:
68812026-08-11T11:23:50.227Z unitAug 11 11:23:49.197:Aug 11 11:23:49.197 freemap_route_ipv4 INFO
68822026-08-11T11:23:50.227ZDEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap
68832026-08-11T11:23:50.227Z, freemap_route_ipv4unit:
68842026-08-11T11:23:50.227Z freemap_route_ipv6Aug 11 11:23:49.187
68852026-08-11T11:23:50.227ZAug 11 11:23:49.197Aug 11 11:23:49.197 DEBGAug 11 11:23:49.197DEBG Aug 11 11:23:49.197created new freemapreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG , DEBGcreated new freemap
68862026-08-11T11:23:50.227Z created new freemapunitinitted freemap. size: 64:, , unit :unitfreemap_route_ipv4 , :unitAug 11 11:23:49.197:freemap_route_ipv4
68872026-08-11T11:23:50.227Zfreemap_route_ipv6
68882026-08-11T11:23:50.227Z
68892026-08-11T11:23:50.227Z freemap_route_ipv6INFO
68902026-08-11T11:23:50.227ZAug 11 11:23:49.197 Aug 11 11:23:49.197adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68912026-08-11T11:23:50.227ZAug 11 11:23:49.197DEBG DEBGDEBGAug 11 11:23:49.197 created new freemap DEBG, unitinitted freemap. size: 64:, reset freemap initted freemap. size: 64, freemap_route_ipv6unit
68922026-08-11T11:23:50.227Zunit, Aug 11 11:23:49.197unit::: freemap_route_ipv4
68932026-08-11T11:23:50.227Zfreemap_route_ipv4
68942026-08-11T11:23:50.227Zfreemap_route_ipv4
68952026-08-11T11:23:50.227ZAug 11 11:23:49.197 DEBG reset freemap, unit :INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:fffreemap_route_ipv4
68962026-08-11T11:23:50.227Z
68972026-08-11T11:23:50.227ZAug 11 11:23:49.197 Aug 11 11:23:49.197Aug 11 11:23:49.197 DEBG DEBGAug 11 11:23:49.197 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
68982026-08-11T11:23:50.227ZDEBGinitted freemap. size: 64 DEBG, 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 } }]unitreset freemap
68992026-08-11T11:23:50.227Z , unit:Aug 11 11:23:49.197 initted freemap. size: 64 INFO, Aug 11 11:23:49.197: freemap_route_ipv6unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG:
69002026-08-11T11:23:50.227Z
69012026-08-11T11:23:50.227Z failed to allocate space for the new target listfreemap_route_ipv6
69022026-08-11T11:23:50.227Z
69032026-08-11T11:23:50.227Zfreemap_route_ipv4
69042026-08-11T11:23:50.227ZAug 11 11:23:49.197 Aug 11 11:23:49.197DEBG Aug 11 11:23:49.197Aug 11 11:23:49.197 DEBG DEBGDEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
69052026-08-11T11:23:50.227Zreset freemap: freemap_route_ipv6,
69062026-08-11T11:23:50.227Z
69072026-08-11T11:23:50.227Zunit:Aug 11 11:23:49.197 Aug 11 11:23:49.197DEBG freemap_route_ipv6INFO Aug 11 11:23:49.197adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:49.197
69082026-08-11T11:23:50.232Z INFO
69092026-08-11T11:23:50.232Zfailed to allocate space for the new target list
69102026-08-11T11:23:50.232Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 11 11:23:49.197
69112026-08-11T11:23:50.232Z Aug 11 11:23:49.197INFODEBG DEBG Aug 11 11:23:49.197adding 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 } }]
69122026-08-11T11:23:50.232Zinitted freemap. size: 64DEBG
69132026-08-11T11:23:50.232Z, unitAug 11 11:23:49.197replacing 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 } }]
69142026-08-11T11:23:50.233ZDEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:23:49.197freemap_route_ipv6Aug 11 11:23:49.197
69152026-08-11T11:23:50.233ZINFO
69162026-08-11T11:23:50.233ZDEBG adding route 3fff:beef:36::/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 } }]
69172026-08-11T11:23:50.233Z
69182026-08-11T11:23:50.233ZAug 11 11:23:49.197 Aug 11 11:23:49.197INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
69192026-08-11T11:23:50.233Zreset freemap, unit:Aug 11 11:23:49.187Aug 11 11:23:49.198Aug 11 11:23:49.198 DEBGDEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69202026-08-11T11:23:50.233Z 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 } }]
69212026-08-11T11:23:50.233ZDEBG
69222026-08-11T11:23:50.233Z Aug 11 11:23:49.198created new freemap , Aug 11 11:23:49.198INFOAug 11 11:23:49.198 adding route 172.16.0.0/32 -> 10.0.0.1
69232026-08-11T11:23:50.233ZINFOINFO unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69242026-08-11T11:23:50.233Zadding route 3fff:dead::/64 -> 2001:db8::55:3:
69252026-08-11T11:23:50.233Z Aug 11 11:23:49.198freemap_route_ipv4Aug 11 11:23:49.198
69262026-08-11T11:23:50.233ZAug 11 11:23:49.198 DEBGDEBG 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69272026-08-11T11:23:50.233Z
69282026-08-11T11:23:50.233Z
69292026-08-11T11:23:50.233ZAug 11 11:23:49.198 Aug 11 11:23:49.198DEBG Aug 11 11:23:49.198INFO created new freemapINFO Aug 11 11:23:49.198 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2,
69302026-08-11T11:23:50.233Z INFOunit:
69312026-08-11T11:23:50.233Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:23:49.198
69322026-08-11T11:23:50.234Z DEBG freemap_route_ipv6replacing 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 } }]
69332026-08-11T11:23:50.234Z
69342026-08-11T11:23:50.234ZAug 11 11:23:49.198Aug 11 11:23:49.198 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:49.198
69352026-08-11T11:23:50.234Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69362026-08-11T11:23:50.234ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:23:49.198
69372026-08-11T11:23:50.234ZAug 11 11:23:49.198 DEBGDEBGAug 11 11:23:49.198 Aug 11 11:23:49.198INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 initted freemap. size: 64DEBGAug 11 11:23:49.198
69382026-08-11T11:23:50.234Z
69392026-08-11T11:23:50.234Z DEBGinitted freemap. size: 64 , 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 } }], unitAug 11 11:23:49.198
69402026-08-11T11:23:50.234Z:Aug 11 11:23:49.198 unit : WARNfreemap_route_ipv4 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4
69412026-08-11T11:23:50.234Z
69422026-08-11T11:23:50.234Z
69432026-08-11T11:23:50.234ZAug 11 11:23:49.198DEBG 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 } }]Aug 11 11:23:49.198
69442026-08-11T11:23:50.234Z Aug 11 11:23:49.198 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGERROAug 11 11:23:49.198 Aug 11 11:23:49.198rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) reset freemapINFO
69452026-08-11T11:23:50.234Z, unitDEBG:
69462026-08-11T11:23:50.234Z adding route 172.16.0.0/32 -> 10.0.0.4reset freemapAug 11 11:23:49.198freemap_route_ipv4
69472026-08-11T11:23:50.235Z, DEBG
69482026-08-11T11:23:50.235Zunit:Aug 11 11:23:49.198 Aug 11 11:23:49.198 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 } }]
69492026-08-11T11:23:50.235Z freemap_route_ipv4ERRODEBG
69502026-08-11T11:23:50.235Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 11 11:23:49.198
69512026-08-11T11:23:50.235Z 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 itAug 11 11:23:49.198DEBG
69522026-08-11T11:23:50.235Z INFO initted freemap. size: 64Aug 11 11:23:49.198, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff unitAug 11 11:23:49.198DEBG:
69532026-08-11T11:23:50.235Zfreemap_route_ipv6initted freemap. size: 64
69542026-08-11T11:23:50.235Z , unitINFO : Aug 11 11:23:49.198adding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv6DEBG
69552026-08-11T11:23:50.235Z
69562026-08-11T11:23:50.235Z Aug 11 11:23:49.198replacing 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
69572026-08-11T11:23:50.235Z reset freemapAug 11 11:23:49.198, unitAug 11 11:23:49.198DEBGAug 11 11:23:49.198: INFOfreemap_route_ipv6
69582026-08-11T11:23:50.235Zreplacing 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 } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 11 11:23:49.187
69592026-08-11T11:23:50.235Z
69602026-08-11T11:23:50.235ZDEBGDEBGAug 11 11:23:49.198 Aug 11 11:23:49.198 created new freemap INFOAug 11 11:23:49.198, unitDEBG: replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69612026-08-11T11:23:50.235Z reset freemapadding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv4
69622026-08-11T11:23:50.235Z
69632026-08-11T11:23:50.235Zadding route 3fff:dead::/64 -> 2001:db8::55:1
69642026-08-11T11:23:50.235Z, Aug 11 11:23:49.198unit :Aug 11 11:23:49.198 DEBGDEBG Aug 11 11:23:49.198failed to allocate space for the new target listreplacing 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 } }] freemap_route_ipv6
69652026-08-11T11:23:50.235Z
69662026-08-11T11:23:50.236ZDEBG
69672026-08-11T11:23:50.236Z created new freemap, Aug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.198 unitAug 11 11:23:49.198DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFO:
69682026-08-11T11:23:50.236Z adding route 172.17.0.2/32 -> 10.0.0.255DEBG
69692026-08-11T11:23:50.236Ztest route::tests::identity_replace_is_noop ... ok
69702026-08-11T11:23:50.236ZINFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
69712026-08-11T11:23:50.236Z
69722026-08-11T11:23:50.236Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:23:49.198
69732026-08-11T11:23:50.236ZDEBG Aug 11 11:23:49.198replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.198
69742026-08-11T11:23:50.236Ztest route::tests::grow_succeeds ... ok
69752026-08-11T11:23:50.236ZAug 11 11:23:49.198DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:49.198DEBG INFO
69762026-08-11T11:23:50.236ZINFO adding route 172.17.0.3/32 -> 10.0.0.255initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1
69772026-08-11T11:23:50.236Z
69782026-08-11T11:23:50.236Z, Aug 11 11:23:49.198unit Aug 11 11:23:49.198INFO :DEBGAug 11 11:23:49.198 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
69792026-08-11T11:23:50.236Z 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 } }]
69802026-08-11T11:23:50.236ZAug 11 11:23:49.198replacing 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 } }] DEBGfreemap_route_ipv4
69812026-08-11T11:23:50.236ZAug 11 11:23:49.198replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
69822026-08-11T11:23:50.236ZINFO
69832026-08-11T11:23:50.237Zadding route 3fff:dead::/64 -> 2001:db8::55:1
69842026-08-11T11:23:50.237ZAug 11 11:23:49.198Aug 11 11:23:49.198 Aug 11 11:23:49.198INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255Aug 11 11:23:49.198 DEBG adding route 172.17.0.4/32 -> 10.0.0.255
69852026-08-11T11:23:50.237Zreset freemap
69862026-08-11T11:23:50.237ZDEBG, unitreplacing 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 } }]:
69872026-08-11T11:23:50.237ZAug 11 11:23:49.198Aug 11 11:23:49.198 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
69882026-08-11T11:23:50.237Z
69892026-08-11T11:23:50.237Zfreemap_route_ipv4
69902026-08-11T11:23:50.237ZAug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.198 INFO INFOINFODEBG initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:2, unitAug 11 11:23:49.198 :DEBG freemap_route_ipv6created new freemap
69912026-08-11T11:23:50.237Z, unitAug 11 11:23:49.198Aug 11 11:23:49.198Aug 11 11:23:49.207: freemap_route_ipv4DEBG
69922026-08-11T11:23:50.237Z DEBGcreated new freemap , reset freemapunit, :unit DEBGfreemap_route_ipv4: created new freemap, unit:
69932026-08-11T11:23:50.237Zfreemap_route_ipv4adding route 172.17.0.5/32 -> 10.0.0.255
69942026-08-11T11:23:50.237Zfreemap_route_ipv6
69952026-08-11T11:23:50.237Z
69962026-08-11T11:23:50.237Z
69972026-08-11T11:23:50.237ZAug 11 11:23:49.208 INFOAug 11 11:23:49.208 Aug 11 11:23:49.208 adding route 172.16.0.0/32 -> 10.0.0.1DEBG Aug 11 11:23:49.208 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208
69982026-08-11T11:23:50.237Z
69992026-08-11T11:23:50.237ZDEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }],
70002026-08-11T11:23:50.238Zunit Aug 11 11:23:49.208:DEBG Aug 11 11:23:49.208freemap_route_ipv6Aug 11 11:23:49.208 INFOINFO
70012026-08-11T11:23:50.238Z DEBG adding route 172.17.0.6/32 -> 10.0.0.255created new freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70022026-08-11T11:23:50.238Z,
70032026-08-11T11:23:50.238Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:23:49.208unit
70042026-08-11T11:23:50.238Z: DEBGAug 11 11:23:49.208 Aug 11 11:23:49.208 freemap_route_ipv6initted freemap. size: 64DEBG, DEBG
70052026-08-11T11:23:50.238Z 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 } }]unit
70062026-08-11T11:23:50.238Z: freemap_route_ipv4replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208
70072026-08-11T11:23:50.238Z
70082026-08-11T11:23:50.243Z DEBG Aug 11 11:23:49.208initted freemap. size: 64 Aug 11 11:23:49.208, INFO unit Aug 11 11:23:49.208:adding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 11 11:23:49.208adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4
70092026-08-11T11:23:50.243Z
70102026-08-11T11:23:50.243Z
70112026-08-11T11:23:50.243Z DEBG INFOreset freemap , Aug 11 11:23:49.208unitadding route 172.17.0.7/32 -> 10.0.0.255 Aug 11 11:23:49.208:DEBGAug 11 11:23:49.208 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
70122026-08-11T11:23:50.243ZDEBG
70132026-08-11T11:23:50.243Z DEBGreset freemap
70142026-08-11T11:23:50.243Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }],
70152026-08-11T11:23:50.243ZAug 11 11:23:49.208 Aug 11 11:23:49.208DEBG unit initted freemap. size: 64INFO, unit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:23:49.208 freemap_route_ipv6
70162026-08-11T11:23:50.243Z
70172026-08-11T11:23:50.243ZINFO Aug 11 11:23:49.208adding route 172.16.0.0/32 -> 10.0.0.3: Aug 11 11:23:49.208Aug 11 11:23:49.208
70182026-08-11T11:23:50.243Z DEBGDEBG 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 } }]reset freemap
70192026-08-11T11:23:50.244Z, 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 } }]unit
70202026-08-11T11:23:50.244ZAug 11 11:23:49.208Aug 11 11:23:49.208 :DEBG
70212026-08-11T11:23:50.244ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 11 11:23:49.208
70222026-08-11T11:23:50.244Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
70232026-08-11T11:23:50.244ZAug 11 11:23:49.208 INFOAug 11 11:23:49.208 Aug 11 11:23:49.208INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.8/32 -> 10.0.0.255
70242026-08-11T11:23:50.244Z
70252026-08-11T11:23:50.244ZDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
70262026-08-11T11:23:50.244Z
70272026-08-11T11:23:50.244ZAug 11 11:23:49.208 Aug 11 11:23:49.208DEBG initted freemap. size: 64Aug 11 11:23:49.208, unit DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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.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 } }]
70282026-08-11T11:23:50.244Z
70292026-08-11T11:23:50.244Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:23:49.208 :INFO
70302026-08-11T11:23:50.244Zfreemap_route_ipv6
70312026-08-11T11:23:50.244Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:23:49.208
70322026-08-11T11:23:50.244Z INFOAug 11 11:23:49.208 adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:23:49.208Aug 11 11:23:49.208DEBG
70332026-08-11T11:23:50.244Z 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 } }]
70342026-08-11T11:23:50.244ZDEBGAug 11 11:23:49.208Aug 11 11:23:49.208replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
70352026-08-11T11:23:50.244Z 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 } }]DEBGAug 11 11:23:49.208
70362026-08-11T11:23:50.245Z 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
70372026-08-11T11:23:50.245Zreset freemap Aug 11 11:23:49.208adding route 3fff:beef:5::/64 -> 2001:db8::55:ff ,
70382026-08-11T11:23:50.245ZunitDEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:49.208
70392026-08-11T11:23:50.245Zfreemap_route_ipv6INFO Aug 11 11:23:49.208adding route 172.17.0.10/32 -> 10.0.0.255
70402026-08-11T11:23:50.245ZDEBG
70412026-08-11T11:23:50.245Zreplacing 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 } }]
70422026-08-11T11:23:50.245ZAug 11 11:23:49.208 DEBGAug 11 11:23:49.198 Aug 11 11:23:49.208 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
70432026-08-11T11:23:50.245ZINFO created new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 11 11:23:49.208,
70442026-08-11T11:23:50.245ZAug 11 11:23:49.208unit : INFO freemap_route_ipv4adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:23:49.208
70452026-08-11T11:23:50.245Z
70462026-08-11T11:23:50.245Z INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
70472026-08-11T11:23:50.245ZAug 11 11:23:49.208replacing 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 } }]
70482026-08-11T11:23:50.245ZDEBGAug 11 11:23:49.208 created new freemapDEBG, unitAug 11 11:23:49.208Aug 11 11:23:49.208: INFODEBG adding route 3fff:beef:7::/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 } }]
70492026-08-11T11:23:50.245Z
70502026-08-11T11:23:50.245Zfreemap_route_ipv6replacing 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 } }]
70512026-08-11T11:23:50.245Z
70522026-08-11T11:23:50.245ZAug 11 11:23:49.208 DEBG Aug 11 11:23:49.208replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:23:49.208Aug 11 11:23:49.208
70532026-08-11T11:23:50.245ZINFO adding route 172.17.0.12/32 -> 10.0.0.255DEBGINFO
70542026-08-11T11:23:50.245Z initted freemap. size: 64 Aug 11 11:23:49.208, adding route 172.16.0.0/32 -> 10.0.0.1unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
70552026-08-11T11:23:50.245Zfreemap_route_ipv4Aug 11 11:23:49.208
70562026-08-11T11:23:50.246Z
70572026-08-11T11:23:50.246Z DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208Aug 11 11:23:49.208 DEBGDEBG 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:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.208
70582026-08-11T11:23:50.246Z
70592026-08-11T11:23:50.246ZDEBG
70602026-08-11T11:23:50.246Z reset freemap, unitAug 11 11:23:49.208: Aug 11 11:23:49.208INFOadding route 172.17.0.1/32 -> 10.0.0.255
70612026-08-11T11:23:50.246Zfreemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255
70622026-08-11T11:23:50.246Z
70632026-08-11T11:23:50.246ZAug 11 11:23:49.208 Aug 11 11:23:49.208INFOINFO DEBGAug 11 11:23:49.208adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
70642026-08-11T11:23:50.246Z
70652026-08-11T11:23:50.246Z DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208replacing 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 } }]
70662026-08-11T11:23:50.246Ztest route::tests::rollback_on_compact_delete_failure ... ok
70672026-08-11T11:23:50.246ZAug 11 11:23:49.208
70682026-08-11T11:23:50.246Z DEBGDEBG Aug 11 11:23:49.208 initted freemap. size: 64DEBG, unitAug 11 11:23:49.208: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 } }]
70692026-08-11T11:23:50.246ZAug 11 11:23:49.208replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
70702026-08-11T11:23:50.246ZINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 11 11:23:49.208
70712026-08-11T11:23:50.246Zfreemap_route_ipv6adding route 172.17.0.2/32 -> 10.0.0.255 INFO
70722026-08-11T11:23:50.246Z
70732026-08-11T11:23:50.246Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
70742026-08-11T11:23:50.246ZAug 11 11:23:49.208Aug 11 11:23:49.208 Aug 11 11:23:49.208 Aug 11 11:23:49.208 DEBGINFO 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 } }] Aug 11 11:23:49.208
70752026-08-11T11:23:50.246Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
70762026-08-11T11:23:50.247Z
70772026-08-11T11:23:50.247ZDEBG DEBG reset freemapreplacing 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 } }],
70782026-08-11T11:23:50.247ZunitAug 11 11:23:49.208Aug 11 11:23:49.208 : Aug 11 11:23:49.208INFOAug 11 11:23:49.208 freemap_route_ipv6INFOINFOadding route 172.17.0.15/32 -> 10.0.0.255
70792026-08-11T11:23:50.247Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
70802026-08-11T11:23:50.247Z
70812026-08-11T11:23:50.247Z
70822026-08-11T11:23:50.247ZDEBG Aug 11 11:23:49.208replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:49.208 Aug 11 11:23:49.208DEBG INFO DEBG
70832026-08-11T11:23:50.247Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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: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 } }]
70842026-08-11T11:23:50.247ZAug 11 11:23:49.208
70852026-08-11T11:23:50.247Z
70862026-08-11T11:23:50.247Z DEBGAug 11 11:23:49.208 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
70872026-08-11T11:23:50.247ZAug 11 11:23:49.208 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:49.208 Aug 11 11:23:49.208 INFO INFO
70882026-08-11T11:23:50.247Zadding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
70892026-08-11T11:23:50.247ZAug 11 11:23:49.208
70902026-08-11T11:23:50.247Z INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:23:49.208
70912026-08-11T11:23:50.247ZAug 11 11:23:49.208 DEBG
70922026-08-11T11:23:50.247Zreplacing 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 } }]
70932026-08-11T11:23:50.247ZDEBG Aug 11 11:23:49.208replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.208Aug 11 11:23:49.208
70942026-08-11T11:23:50.247Z Aug 11 11:23:49.208INFO INFODEBGDEBG adding route 172.17.0.0/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 } }]
70952026-08-11T11:23:50.247ZAug 11 11:23:49.208adding route 3fff:beef:d::/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 } }]INFO
70962026-08-11T11:23:50.248Z
70972026-08-11T11:23:50.248Z
70982026-08-11T11:23:50.248Z Aug 11 11:23:49.208adding route 172.17.0.17/32 -> 10.0.0.255
70992026-08-11T11:23:50.248ZAug 11 11:23:49.208DEBG Aug 11 11:23:49.208 INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71002026-08-11T11:23:50.248ZDEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }]
71012026-08-11T11:23:50.248ZAug 11 11:23:49.208Aug 11 11:23:49.217 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
71022026-08-11T11:23:50.248Z Aug 11 11:23:49.217DEBG Aug 11 11:23:49.217
71032026-08-11T11:23:50.248Z DEBGcreated new freemap , 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 } }]unit :INFO
71042026-08-11T11:23:50.248Z freemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255
71052026-08-11T11:23:50.248Z
71062026-08-11T11:23:50.248ZAug 11 11:23:49.217Aug 11 11:23:49.217 Aug 11 11:23:49.207DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.217
71072026-08-11T11:23:50.248ZDEBGAug 11 11:23:49.208INFO Aug 11 11:23:49.208Aug 11 11:23:49.217 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffcreated new freemap
71082026-08-11T11:23:50.253ZDEBGINFO, created new freemapAug 11 11:23:49.217 unit , INFO :adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:23:49.217
71092026-08-11T11:23:50.253ZDEBGDEBG freemap_route_ipv6replacing 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 } }]unitDEBG: created new freemap 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 } }],
71102026-08-11T11:23:50.254Zunit
71112026-08-11T11:23:50.254Zfreemap_route_ipv4 :Aug 11 11:23:49.217
71122026-08-11T11:23:50.254Zadding route 172.17.0.1/32 -> 10.0.0.255
71132026-08-11T11:23:50.254ZAug 11 11:23:49.217
71142026-08-11T11:23:50.254ZINFO Aug 11 11:23:49.217Aug 11 11:23:49.217freemap_route_ipv6Aug 11 11:23:49.217adding route 172.17.0.2/32 -> 10.0.0.255
71152026-08-11T11:23:50.254Z
71162026-08-11T11:23:50.254Z DEBGINFO Aug 11 11:23:49.217 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 } }]DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71172026-08-11T11:23:50.254Zcreated new freemapAug 11 11:23:49.217DEBGAug 11 11:23:49.217 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 } }], DEBG
71182026-08-11T11:23:50.254Zinitted freemap. size: 64
71192026-08-11T11:23:50.254Zunit: Aug 11 11:23:49.217freemap_route_ipv6
71202026-08-11T11:23:50.254ZAug 11 11:23:49.217 DEBGINFO
71212026-08-11T11:23:50.254Z, Aug 11 11:23:49.217initted freemap. size: 64, unit Aug 11 11:23:49.217replacing 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 } }] unitDEBG:: freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255
71222026-08-11T11:23:50.254Z
71232026-08-11T11:23:50.254Zinitted freemap. size: 64
71242026-08-11T11:23:50.254Z, Aug 11 11:23:49.217freemap_route_ipv4INFO DEBG unitAug 11 11:23:49.217adding route 172.17.0.7/32 -> 10.0.0.255:
71252026-08-11T11:23:50.254ZAug 11 11:23:49.217 freemap_route_ipv4INFO
71262026-08-11T11:23:50.254ZDEBG
71272026-08-11T11:23:50.254Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff reset freemapreplacing 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 } }]
71282026-08-11T11:23:50.254Z, unit
71292026-08-11T11:23:50.255Z:Aug 11 11:23:49.217 Aug 11 11:23:49.217freemap_route_ipv4 Aug 11 11:23:49.217DEBGAug 11 11:23:49.217
71302026-08-11T11:23:50.255Zreset freemap DEBG, Aug 11 11:23:49.217unit reset freemap:, freemap_route_ipv4DEBG
71312026-08-11T11:23:50.255ZunitAug 11 11:23:49.217INFO : 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 } }]
71322026-08-11T11:23:50.255Z initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255, unitfreemap_route_ipv4:
71332026-08-11T11:23:50.255ZAug 11 11:23:49.217 freemap_route_ipv6DEBG
71342026-08-11T11:23:50.255Z
71352026-08-11T11:23:50.255ZAug 11 11:23:49.217initted freemap. size: 64 INFOAug 11 11:23:49.217 , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunitAug 11 11:23:49.217
71362026-08-11T11:23:50.255ZDEBG Aug 11 11:23:49.217DEBG 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 } }] DEBG
71372026-08-11T11:23:50.255Z : Aug 11 11:23:49.217freemap_route_ipv6reset freemap
71382026-08-11T11:23:50.255ZDEBG, Aug 11 11:23:49.217initted freemap. size: 64 INFO, unit 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 } }]unit:
71392026-08-11T11:23:50.255Z freemap_route_ipv6:adding route 172.17.0.5/32 -> 10.0.0.255
71402026-08-11T11:23:50.255Z
71412026-08-11T11:23:50.255ZAug 11 11:23:49.217 Aug 11 11:23:49.217 freemap_route_ipv6INFO
71422026-08-11T11:23:50.255Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG Aug 11 11:23:49.217reset freemap
71432026-08-11T11:23:50.255ZAug 11 11:23:49.217 INFODEBG Aug 11 11:23:49.217, 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 } }]unitAug 11 11:23:49.217:
71442026-08-11T11:23:50.255ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
71452026-08-11T11:23:50.255Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Aug 11 11:23:49.217
71462026-08-11T11:23:50.255Z
71472026-08-11T11:23:50.255ZINFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
71482026-08-11T11:23:50.255Z Aug 11 11:23:49.217reset freemapAug 11 11:23:49.217, Aug 11 11:23:49.217 Aug 11 11:23:49.217INFOunit INFODEBG: replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
71492026-08-11T11:23:50.256Z
71502026-08-11T11:23:50.256Z freemap_route_ipv6DEBG
71512026-08-11T11:23:50.256Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:23:49.217 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71522026-08-11T11:23:50.256ZDEBGAug 11 11:23:49.217 INFO
71532026-08-11T11:23:50.256Zreplacing 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 172.17.0.7/32 -> 10.0.0.255Aug 11 11:23:49.217
71542026-08-11T11:23:50.256Z Aug 11 11:23:49.217
71552026-08-11T11:23:50.256ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
71562026-08-11T11:23:50.256ZAug 11 11:23:49.217 Aug 11 11:23:49.218 INFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:23:49.218
71572026-08-11T11:23:50.256ZAug 11 11:23:49.218 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71582026-08-11T11:23:50.256ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
71592026-08-11T11:23:50.256Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 11 11:23:49.218 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 } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.218Aug 11 11:23:49.218
71602026-08-11T11:23:50.256Z
71612026-08-11T11:23:50.256Z
71622026-08-11T11:23:50.256ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 11 11:23:49.218 Aug 11 11:23:49.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFO
71632026-08-11T11:23:50.256Z Aug 11 11:23:49.218adding route 172.17.0.8/32 -> 10.0.0.255 INFO
71642026-08-11T11:23:50.256ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
71652026-08-11T11:23:50.256Z
71662026-08-11T11:23:50.256Z Aug 11 11:23:49.218adding route 3fff:dead::/64 -> 2001:db8::55:2
71672026-08-11T11:23:50.256Ztest route::tests::rollback_on_compact_write_failure ... ok
71682026-08-11T11:23:50.256Ztest route::tests::rollback_on_index_readd_failure ... ok
71692026-08-11T11:23:50.257ZDEBGAug 11 11:23:49.218 Aug 11 11:23:49.218Aug 11 11:23:49.218replacing 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 } }]
71702026-08-11T11:23:50.257Z DEBGDEBGINFO Aug 11 11:23:49.218adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
71712026-08-11T11:23:50.257Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:23:49.218
71722026-08-11T11:23:50.257Zreplacing 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 } }]
71732026-08-11T11:23:50.257Z
71742026-08-11T11:23:50.257ZDEBGAug 11 11:23:49.218 Aug 11 11:23:49.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71752026-08-11T11:23:50.257ZAug 11 11:23:49.218 DEBGINFO DEBGadding route 3fff:beef:17::/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 } }]
71762026-08-11T11:23:50.257ZAug 11 11:23:49.218
71772026-08-11T11:23:50.257Z Aug 11 11:23:49.218INFO INFO Aug 11 11:23:49.218adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:23:49.218 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 } }]
71782026-08-11T11:23:50.257ZDEBG
71792026-08-11T11:23:50.257ZINFO
71802026-08-11T11:23:50.257Z 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:dead::/64 -> 2001:db8::55:4
71812026-08-11T11:23:50.257ZAug 11 11:23:49.218Aug 11 11:23:49.218
71822026-08-11T11:23:50.257Z DEBG Aug 11 11:23:49.218INFO Aug 11 11:23:49.218Aug 11 11:23:49.218 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 } }] INFOadding route 172.17.0.10/32 -> 10.0.0.255DEBG
71832026-08-11T11:23:50.257Z
71842026-08-11T11:23:50.257Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 11 11:23:49.218
71852026-08-11T11:23:50.257Z
71862026-08-11T11:23:50.257ZAug 11 11:23:49.218 DEBG INFO
71872026-08-11T11:23:50.258Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
71882026-08-11T11:23:50.258Z
71892026-08-11T11:23:50.258ZAug 11 11:23:49.218 Aug 11 11:23:49.218INFOAug 11 11:23:49.218 DEBG Aug 11 11:23:49.218Aug 11 11:23:49.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:4
71902026-08-11T11:23:50.258Z
71912026-08-11T11:23:50.258Z DEBGINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71922026-08-11T11:23:50.258Z
71932026-08-11T11:23:50.258ZAug 11 11:23:49.218 Aug 11 11:23:49.218WARN Aug 11 11:23:49.218shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
71942026-08-11T11:23:50.258Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:23:49.218 INFO
71952026-08-11T11:23:50.258ZDEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
71962026-08-11T11:23:50.258Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 11 11:23:49.218
71972026-08-11T11:23:50.258Z 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 } }]DEBGAug 11 11:23:49.218
71982026-08-11T11:23:50.258Z Aug 11 11:23:49.218 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 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:23:49.218
71992026-08-11T11:23:50.258Z
72002026-08-11T11:23:50.258Z
72012026-08-11T11:23:50.258ZINFO Aug 11 11:23:49.218Aug 11 11:23:49.218 WARNWARN adding route 172.17.0.12/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 11 11:23:49.218
72022026-08-11T11:23:50.259Z DEBG created new freemap, unit: Aug 11 11:23:49.217shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO freemap_route_ipv4adding route 172.17.0.2/32 -> 10.0.0.255
72032026-08-11T11:23:50.259Z
72042026-08-11T11:23:50.259Z
72052026-08-11T11:23:50.259ZDEBG Aug 11 11:23:49.228replacing 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 } }]
72062026-08-11T11:23:50.259ZAug 11 11:23:49.228
72072026-08-11T11:23:50.259ZAug 11 11:23:49.228 INFO adding route 172.17.0.8/32 -> 10.0.0.255
72082026-08-11T11:23:50.264ZAug 11 11:23:49.228DEBG DEBGcreated new freemapAug 11 11:23:49.228, unitDEBG: DEBG 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 } }]
72092026-08-11T11:23:50.264Zreplacing 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 } }]
72102026-08-11T11:23:50.264Zreplacing 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 } }]
72112026-08-11T11:23:50.264Z
72122026-08-11T11:23:50.264ZAug 11 11:23:49.228 Aug 11 11:23:49.228DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.3/32 -> 10.0.0.255unit
72132026-08-11T11:23:50.264Z: Aug 11 11:23:49.228freemap_route_ipv4
72142026-08-11T11:23:50.264ZINFO Aug 11 11:23:49.228adding route 172.17.0.9/32 -> 10.0.0.255
72152026-08-11T11:23:50.264ZDEBGAug 11 11:23:49.228 Aug 11 11:23:49.228DEBG Aug 11 11:23:49.228 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO reset freemap
72162026-08-11T11:23:50.264Z, unitDEBG: replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.228
72172026-08-11T11:23:50.264Zadding route 172.17.0.13/32 -> 10.0.0.255
72182026-08-11T11:23:50.264Zfreemap_route_ipv4INFO
72192026-08-11T11:23:50.265Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:23:49.228
72202026-08-11T11:23:50.265Z Aug 11 11:23:49.228INFOAug 11 11:23:49.228 DEBGadding route 172.17.0.10/32 -> 10.0.0.255
72212026-08-11T11:23:50.265ZAug 11 11:23:49.228DEBG DEBGinitted freemap. size: 64 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }],
72222026-08-11T11:23:50.265ZunitAug 11 11:23:49.228: freemap_route_ipv6DEBG
72232026-08-11T11:23:50.265ZAug 11 11:23:49.228 INFO
72242026-08-11T11:23:50.265Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.5/32 -> 10.0.0.255Aug 11 11:23:49.228
72252026-08-11T11:23:50.265Z
72262026-08-11T11:23:50.265ZDEBG reset freemap, Aug 11 11:23:49.228Aug 11 11:23:49.228 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
72272026-08-11T11:23:50.265Z
72282026-08-11T11:23:50.265ZunitAug 11 11:23:49.228 Aug 11 11:23:49.208: freemap_route_ipv6DEBG
72292026-08-11T11:23:50.265Z Aug 11 11:23:49.228replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.228DEBG
72302026-08-11T11:23:50.265Z 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 } }]
72312026-08-11T11:23:50.265Zreplacing 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 } }]
72322026-08-11T11:23:50.265ZAug 11 11:23:49.228DEBG Aug 11 11:23:49.228INFO Aug 11 11:23:49.228INFOAug 11 11:23:49.228 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.6/32 -> 10.0.0.255
72332026-08-11T11:23:50.265Z adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
72342026-08-11T11:23:50.265Zreplacing 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 } }]
72352026-08-11T11:23:50.265Z
72362026-08-11T11:23:50.266ZAug 11 11:23:49.228
72372026-08-11T11:23:50.266ZAug 11 11:23:49.228 DEBG Aug 11 11:23:49.228Aug 11 11:23:49.228DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
72382026-08-11T11:23:50.266Z 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 } }]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.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 } }]
72392026-08-11T11:23:50.266Z
72402026-08-11T11:23:50.266Z
72412026-08-11T11:23:50.266ZAug 11 11:23:49.228Aug 11 11:23:49.228 INFOAug 11 11:23:49.228 Aug 11 11:23:49.228adding route 3fff:dead::/64 -> 2001:db8::55:2
72422026-08-11T11:23:50.266ZINFO INFO Aug 11 11:23:49.228adding route 172.17.0.7/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255
72432026-08-11T11:23:50.266Z
72442026-08-11T11:23:50.266ZINFO INFOadding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:23:49.228
72452026-08-11T11:23:50.266Z Aug 11 11:23:49.228DEBG DEBGAug 11 11:23:49.228 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
72462026-08-11T11:23:50.266Z
72472026-08-11T11:23:50.266ZDEBG 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 } }]
72482026-08-11T11:23:50.266Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:23:49.228
72492026-08-11T11:23:50.266Z Aug 11 11:23:49.228 INFODEBG adding route 172.17.0.8/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:3, vlan_id: None } }]Aug 11 11:23:49.228Aug 11 11:23:49.228
72502026-08-11T11:23:50.266Z Aug 11 11:23:49.228
72512026-08-11T11:23:50.266Z DEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255
72522026-08-11T11:23:50.267Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 11 11:23:49.228
72532026-08-11T11:23:50.267Z DEBG Aug 11 11:23:49.228replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.228replacing 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 } }]
72542026-08-11T11:23:50.267ZINFODEBG
72552026-08-11T11:23:50.267Z adding route 172.17.0.14/32 -> 10.0.0.255
72562026-08-11T11:23:50.267Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.228
72572026-08-11T11:23:50.267Z INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 11 11:23:49.228Aug 11 11:23:49.228Aug 11 11:23:49.228
72582026-08-11T11:23:50.267Z Aug 11 11:23:49.218 INFO INFOINFOadding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 11 11:23:49.228
72592026-08-11T11:23:50.267Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.16/32 -> 10.0.0.255
72602026-08-11T11:23:50.267Z Aug 11 11:23:49.228replacing 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 } }]
72612026-08-11T11:23:50.267ZAug 11 11:23:49.229
72622026-08-11T11:23:50.267Z Aug 11 11:23:49.229Aug 11 11:23:49.248 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 } }]DEBG
72632026-08-11T11:23:50.267ZAug 11 11:23:49.248 Aug 11 11:23:49.248created new freemap INFO, unitadding route 172.17.0.10/32 -> 10.0.0.255:
72642026-08-11T11:23:50.267ZAug 11 11:23:49.229INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
72652026-08-11T11:23:50.267Z freemap_route_ipv4created new freemap
72662026-08-11T11:23:50.267Z, Aug 11 11:23:49.248unit :Aug 11 11:23:49.248DEBG freemap_route_ipv4Aug 11 11:23:49.248replacing 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 } }]
72672026-08-11T11:23:50.267Z
72682026-08-11T11:23:50.267ZDEBGDEBG created new freemapreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 11 11:23:49.248unit
72692026-08-11T11:23:50.268Z :INFO freemap_route_ipv6
72702026-08-11T11:23:50.268Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:23:49.248
72712026-08-11T11:23:50.268Z Aug 11 11:23:49.248 INFODEBG Aug 11 11:23:49.248adding route 172.17.0.18/32 -> 10.0.0.255 Aug 11 11:23:49.248DEBGcreated new freemap
72722026-08-11T11:23:50.268Zreplacing 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 } }]
72732026-08-11T11:23:50.268ZDEBG , initted freemap. size: 64Aug 11 11:23:49.248, unitINFO:unit :freemap_route_ipv4 adding route 172.17.0.12/32 -> 10.0.0.255
72742026-08-11T11:23:50.268Z
72752026-08-11T11:23:50.268Zfreemap_route_ipv6Aug 11 11:23:49.248
72762026-08-11T11:23:50.268Z Aug 11 11:23:49.248Aug 11 11:23:49.248DEBG DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
72772026-08-11T11:23:50.268Z
72782026-08-11T11:23:50.268ZAug 11 11:23:49.248reset freemap DEBG, unitinitted freemap. size: 64Aug 11 11:23:49.248, :unit INFO: adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4
72792026-08-11T11:23:50.268Z
72802026-08-11T11:23:50.268Zfreemap_route_ipv4
72812026-08-11T11:23:50.268ZAug 11 11:23:49.248Aug 11 11:23:49.248 INFO Aug 11 11:23:49.248 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 11 11:23:49.248initted freemap. size: 64
72822026-08-11T11:23:50.268Z, unit : Aug 11 11:23:49.248 DEBGDEBG freemap_route_ipv6 DEBGreset freemap
72832026-08-11T11:23:50.268Z 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.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 } }],
72842026-08-11T11:23:50.268Zunit: freemap_route_ipv4
72852026-08-11T11:23:50.269Z
72862026-08-11T11:23:50.269ZAug 11 11:23:49.248Aug 11 11:23:49.248 INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255
72872026-08-11T11:23:50.269Zreset freemapAug 11 11:23:49.248Aug 11 11:23:49.248, unitDEBG:Aug 11 11:23:49.248 initted freemap. size: 64INFODEBG 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 } }]freemap_route_ipv6
72882026-08-11T11:23:50.269Z, unit
72892026-08-11T11:23:50.269Zadding route 172.17.0.20/32 -> 10.0.0.255: Aug 11 11:23:49.248
72902026-08-11T11:23:50.269Z Aug 11 11:23:49.248INFO freemap_route_ipv6INFO
72912026-08-11T11:23:50.269Zadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
72922026-08-11T11:23:50.269Z
72932026-08-11T11:23:50.269ZAug 11 11:23:49.248Aug 11 11:23:49.248 DEBGDEBG 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 } }]Aug 11 11:23:49.248
72942026-08-11T11:23:50.269ZAug 11 11:23:49.248 DEBGDEBG, Aug 11 11:23:49.248replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72952026-08-11T11:23:50.269Z unitreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72962026-08-11T11:23:50.269Zadding route 172.17.0.16/32 -> 10.0.0.255
72972026-08-11T11:23:50.269Z: Aug 11 11:23:49.248freemap_route_ipv6Aug 11 11:23:49.248
72982026-08-11T11:23:50.269ZAug 11 11:23:49.248 DEBGINFO 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 } }]
72992026-08-11T11:23:50.269Z INFO Aug 11 11:23:49.248adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
73002026-08-11T11:23:50.269ZINFO
73012026-08-11T11:23:50.269ZAug 11 11:23:49.248 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 11 11:23:49.248
73022026-08-11T11:23:50.269Zadding route 172.17.0.17/32 -> 10.0.0.255 DEBGAug 11 11:23:49.248
73032026-08-11T11:23:50.270Z DEBGAug 11 11:23:49.248 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:49.248
73042026-08-11T11:23:50.270Z 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 } }]DEBGAug 11 11:23:49.248 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73052026-08-11T11:23:50.270Z
73062026-08-11T11:23:50.270Z
73072026-08-11T11:23:50.270ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
73082026-08-11T11:23:50.275ZAug 11 11:23:49.248 Aug 11 11:23:49.248INFO adding route 172.17.0.18/32 -> 10.0.0.255
73092026-08-11T11:23:50.275Z INFO Aug 11 11:23:49.248adding route 172.17.0.22/32 -> 10.0.0.255 Aug 11 11:23:49.248
73102026-08-11T11:23:50.275ZDEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.248
73112026-08-11T11:23:50.275Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
73122026-08-11T11:23:50.275Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248
73132026-08-11T11:23:50.275Z INFO Aug 11 11:23:49.248DEBGadding route 172.17.0.19/32 -> 10.0.0.255 Aug 11 11:23:49.248INFOreplacing 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 } }]
73142026-08-11T11:23:50.275Z adding route 172.17.0.23/32 -> 10.0.0.255
73152026-08-11T11:23:50.275Z
73162026-08-11T11:23:50.275ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:23:49.248
73172026-08-11T11:23:50.275Z Aug 11 11:23:49.248DEBG 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 } }] Aug 11 11:23:49.248
73182026-08-11T11:23:50.275Z Aug 11 11:23:49.248replacing 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
73192026-08-11T11:23:50.275Z Aug 11 11:23:49.248INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 INFO
73202026-08-11T11:23:50.275Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
73212026-08-11T11:23:50.275Z
73222026-08-11T11:23:50.275Ztest route::tests::same_size_non_subset_replace ... ok
73232026-08-11T11:23:50.276ZAug 11 11:23:49.248Aug 11 11:23:49.248Aug 11 11:23:49.248 DEBG INFODEBGreplacing 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 } }]
73242026-08-11T11:23:50.276Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73252026-08-11T11:23:50.276Zadding route 172.17.0.24/32 -> 10.0.0.255
73262026-08-11T11:23:50.276ZAug 11 11:23:49.248Aug 11 11:23:49.248 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255
73272026-08-11T11:23:50.276Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 11 11:23:49.248
73282026-08-11T11:23:50.276Z 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 } }]Aug 11 11:23:49.248
73292026-08-11T11:23:50.276ZDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248Aug 11 11:23:49.248
73302026-08-11T11:23:50.276Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73312026-08-11T11:23:50.276Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
73322026-08-11T11:23:50.276Zreplacing 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 } }]
73332026-08-11T11:23:50.276ZAug 11 11:23:49.248Aug 11 11:23:49.248 INFODEBGAug 11 11:23:49.248 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 } }]INFOAug 11 11:23:49.248adding route 172.17.0.24/32 -> 10.0.0.255
73342026-08-11T11:23:50.276Z
73352026-08-11T11:23:50.276Z INFOadding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:23:49.248Aug 11 11:23:49.248
73362026-08-11T11:23:50.276Z 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 } }] INFOadding route 172.17.0.25/32 -> 10.0.0.255
73372026-08-11T11:23:50.276ZAug 11 11:23:49.248
73382026-08-11T11:23:50.276Z adding route 172.17.0.16/32 -> 10.0.0.255DEBG
73392026-08-11T11:23:50.276Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248
73402026-08-11T11:23:50.276Z Aug 11 11:23:49.248Aug 11 11:23:49.248 DEBGINFO DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248
73412026-08-11T11:23:50.276Zadding route 172.17.0.25/32 -> 10.0.0.255
73422026-08-11T11:23:50.276ZINFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248
73432026-08-11T11:23:50.276ZINFOadding route 172.17.0.23/32 -> 10.0.0.255Aug 11 11:23:49.248
73442026-08-11T11:23:50.276Zadding route 172.17.0.17/32 -> 10.0.0.255
73452026-08-11T11:23:50.277ZDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248
73462026-08-11T11:23:50.277Z Aug 11 11:23:49.248DEBG 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 } }]INFOAug 11 11:23:49.248
73472026-08-11T11:23:50.277ZAug 11 11:23:49.248adding route 172.17.0.26/32 -> 10.0.0.255 Aug 11 11:23:49.248INFO
73482026-08-11T11:23:50.277Zadding route 172.17.0.26/32 -> 10.0.0.255INFO
73492026-08-11T11:23:50.277ZDEBG 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.255
73502026-08-11T11:23:50.277Z
73512026-08-11T11:23:50.277ZAug 11 11:23:49.248 DEBGAug 11 11:23:49.248Aug 11 11:23:49.248 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248
73522026-08-11T11:23:50.277Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73532026-08-11T11:23:50.277Z INFODEBG Aug 11 11:23:49.248replacing 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.18/32 -> 10.0.0.255
73542026-08-11T11:23:50.277ZINFO created new freemapAug 11 11:23:49.248adding route 172.17.0.25/32 -> 10.0.0.255
73552026-08-11T11:23:50.277Z
73562026-08-11T11:23:50.277Z, unitINFO:Aug 11 11:23:49.248Aug 11 11:23:49.248 Aug 11 11:23:49.248freemap_route_ipv4
73572026-08-11T11:23:50.277Z DEBGINFOadding route 172.17.0.27/32 -> 10.0.0.255
73582026-08-11T11:23:50.277Z 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 } }]
73592026-08-11T11:23:50.277Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
73602026-08-11T11:23:50.277ZAug 11 11:23:49.248
73612026-08-11T11:23:50.277Z DEBG Aug 11 11:23:49.248replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.248 DEBG
73622026-08-11T11:23:50.277ZINFOcreated new freemapAug 11 11:23:49.248Aug 11 11:23:49.248 , INFOadding route 172.17.0.26/32 -> 10.0.0.255unit :adding route 172.17.0.19/32 -> 10.0.0.255
73632026-08-11T11:23:50.277Z
73642026-08-11T11:23:50.277Z freemap_route_ipv6
73652026-08-11T11:23:50.277ZAug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73662026-08-11T11:23:50.278Zinitted freemap. size: 64 , unitreplacing 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.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 11 11:23:49.249
73672026-08-11T11:23:50.278Z freemap_route_ipv4
73682026-08-11T11:23:50.278ZINFO
73692026-08-11T11:23:50.278Z adding route 172.17.0.28/32 -> 10.0.0.255
73702026-08-11T11:23:50.278Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.248INFOAug 11 11:23:49.249DEBG
73712026-08-11T11:23:50.278ZAug 11 11:23:49.249 DEBG DEBG reset freemapINFO, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.20/32 -> 10.0.0.255unit
73722026-08-11T11:23:50.278Zreplacing 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.28/32 -> 10.0.0.255Aug 11 11:23:49.249
73732026-08-11T11:23:50.278Z
73742026-08-11T11:23:50.278Z :Aug 11 11:23:49.249 DEBG
73752026-08-11T11:23:50.278Z Aug 11 11:23:49.249freemap_route_ipv4
73762026-08-11T11:23:50.278Z 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 } }]Aug 11 11:23:49.249
73772026-08-11T11:23:50.278Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249Aug 11 11:23:49.249
73782026-08-11T11:23:50.278Z DEBGINFO Aug 11 11:23:49.249 adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 11 11:23:49.249initted freemap. size: 64INFO
73792026-08-11T11:23:50.278Z, unit:adding route 172.17.0.28/32 -> 10.0.0.255
73802026-08-11T11:23:50.278Zfreemap_route_ipv6 adding route 172.17.0.29/32 -> 10.0.0.255
73812026-08-11T11:23:50.278Z Aug 11 11:23:49.249Aug 11 11:23:49.249
73822026-08-11T11:23:50.278ZDEBGAug 11 11:23:49.249 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
73832026-08-11T11:23:50.278Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
73842026-08-11T11:23:50.279Zreplacing 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.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 } }]
73852026-08-11T11:23:50.279Z
73862026-08-11T11:23:50.279ZAug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGDEBG reset 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:23:49.249,
73872026-08-11T11:23:50.279ZunitAug 11 11:23:49.249 :INFO Aug 11 11:23:49.249 freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255
73882026-08-11T11:23:50.279Z
73892026-08-11T11:23:50.279Z INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:23:49.249
73902026-08-11T11:23:50.279Zreplacing 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 } }] INFODEBG Aug 11 11:23:49.249adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
73912026-08-11T11:23:50.279Z
73922026-08-11T11:23:50.279Z
73932026-08-11T11:23:50.279ZAug 11 11:23:49.249DEBG DEBGAug 11 11:23:49.249 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.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 } }]
73942026-08-11T11:23:50.279Z
73952026-08-11T11:23:50.279ZDEBGAug 11 11:23:49.249 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 } }]
73962026-08-11T11:23:50.279ZAug 11 11:23:49.249Aug 11 11:23:49.249 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
73972026-08-11T11:23:50.279Z Aug 11 11:23:49.249INFOAug 11 11:23:49.249 INFO INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
73982026-08-11T11:23:50.279Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 11 11:23:49.249adding route 172.17.0.30/32 -> 10.0.0.255
73992026-08-11T11:23:50.279Z
74002026-08-11T11:23:50.279Z
74012026-08-11T11:23:50.280Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.249DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74022026-08-11T11:23:50.280Z
74032026-08-11T11:23:50.280Z Aug 11 11:23:49.249
74042026-08-11T11:23:50.280ZDEBG Aug 11 11:23:49.249DEBG Aug 11 11:23:49.249INFOreplacing 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
74052026-08-11T11:23:50.280Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:23:49.249
74062026-08-11T11:23:50.280Zreplacing 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 } }]
74072026-08-11T11:23:50.280ZINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
74082026-08-11T11:23:50.285ZAug 11 11:23:49.249
74092026-08-11T11:23:50.285Z Aug 11 11:23:49.249INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Aug 11 11:23:49.249Aug 11 11:23:49.249 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
74102026-08-11T11:23:50.285Z
74112026-08-11T11:23:50.285ZDEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.249
74122026-08-11T11:23:50.285Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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.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 } }]
74132026-08-11T11:23:50.285Z
74142026-08-11T11:23:50.286Z
74152026-08-11T11:23:50.286Z INFO adding route 172.17.0.31/32 -> 10.0.0.255
74162026-08-11T11:23:50.286ZAug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGAug 11 11:23:49.249INFO INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
74172026-08-11T11:23:50.286Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
74182026-08-11T11:23:50.286ZAug 11 11:23:49.249
74192026-08-11T11:23:50.286Z adding route 172.17.0.32/32 -> 10.0.0.255
74202026-08-11T11:23:50.286Z Aug 11 11:23:49.249DEBGAug 11 11:23:49.249 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74212026-08-11T11:23:50.286Zreplacing 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
74222026-08-11T11:23:50.286ZAug 11 11:23:49.249 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:3, vlan_id: None } }]Aug 11 11:23:49.249Aug 11 11:23:49.249
74232026-08-11T11:23:50.286Zreplacing 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 } }]
74242026-08-11T11:23:50.286Z DEBG INFO adding route 172.17.0.33/32 -> 10.0.0.255replacing 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 } }]
74252026-08-11T11:23:50.286Z
74262026-08-11T11:23:50.286ZAug 11 11:23:49.249Aug 11 11:23:49.249 Aug 11 11:23:49.249INFOINFO Aug 11 11:23:49.249adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255DEBG
74272026-08-11T11:23:50.286ZINFOreplacing 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 } }]
74282026-08-11T11:23:50.286Z
74292026-08-11T11:23:50.286Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
74302026-08-11T11:23:50.286ZAug 11 11:23:49.249 Aug 11 11:23:49.249Aug 11 11:23:49.249 DEBGDEBG Aug 11 11:23:49.249 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 } }]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 } }]
74312026-08-11T11:23:50.286Zadding route 172.17.0.34/32 -> 10.0.0.255
74322026-08-11T11:23:50.286Z
74332026-08-11T11:23:50.287ZDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249
74342026-08-11T11:23:50.287Z INFOAug 11 11:23:49.249 adding route 172.17.0.34/32 -> 10.0.0.255
74352026-08-11T11:23:50.287ZDEBG Aug 11 11:23:49.249replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.249
74362026-08-11T11:23:50.287Z Aug 11 11:23:49.249INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG Aug 11 11:23:49.249 adding route 172.17.0.33/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 } }]INFO
74372026-08-11T11:23:50.287Z
74382026-08-11T11:23:50.287Z
74392026-08-11T11:23:50.287Zadding route 172.17.0.35/32 -> 10.0.0.255
74402026-08-11T11:23:50.287ZAug 11 11:23:49.249Aug 11 11:23:49.249 DEBGAug 11 11:23:49.249INFOAug 11 11:23:49.249 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 } }]adding route 172.17.0.35/32 -> 10.0.0.255
74412026-08-11T11:23:50.287ZDEBG
74422026-08-11T11:23:50.287ZDEBG 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 } }]
74432026-08-11T11:23:50.287Z 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.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 } }]
74442026-08-11T11:23:50.287Z
74452026-08-11T11:23:50.287ZAug 11 11:23:49.249Aug 11 11:23:49.249Aug 11 11:23:49.249 INFODEBG adding route 172.17.0.21/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 } }]
74462026-08-11T11:23:50.287Z
74472026-08-11T11:23:50.287ZAug 11 11:23:49.249INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:23:49.249Aug 11 11:23:49.249
74482026-08-11T11:23:50.287Z
74492026-08-11T11:23:50.287Z INFOAug 11 11:23:49.249DEBG INFOAug 11 11:23:49.249 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.34/32 -> 10.0.0.255DEBGadding route 172.17.0.36/32 -> 10.0.0.255
74502026-08-11T11:23:50.288Z
74512026-08-11T11:23:50.288Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.249
74522026-08-11T11:23:50.288Z
74532026-08-11T11:23:50.288Z DEBG Aug 11 11:23:49.249replacing 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 } }]
74542026-08-11T11:23:50.288ZINFOAug 11 11:23:49.249 Aug 11 11:23:49.249 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:23:49.249adding route 172.17.0.22/32 -> 10.0.0.255Aug 11 11:23:49.249
74552026-08-11T11:23:50.288ZINFO
74562026-08-11T11:23:50.288ZDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
74572026-08-11T11:23:50.288Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.249replacing 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 } }] DEBGAug 11 11:23:49.249
74582026-08-11T11:23:50.288Z Aug 11 11:23:49.249
74592026-08-11T11:23:50.288Z 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 } }]
74602026-08-11T11:23:50.288Zreplacing 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
74612026-08-11T11:23:50.288Z Aug 11 11:23:49.249replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.249
74622026-08-11T11:23:50.288ZINFO Aug 11 11:23:49.249Aug 11 11:23:49.249adding route 172.17.0.37/32 -> 10.0.0.255 INFOAug 11 11:23:49.249INFO INFOINFO
74632026-08-11T11:23:50.288Z adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255
74642026-08-11T11:23:50.288ZAug 11 11:23:49.249
74652026-08-11T11:23:50.289Z
74662026-08-11T11:23:50.289Z 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 } }]
74672026-08-11T11:23:50.289Z
74682026-08-11T11:23:50.289ZAug 11 11:23:49.249 Aug 11 11:23:49.249DEBGAug 11 11:23:49.249 DEBGAug 11 11:23:49.249replacing 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
74692026-08-11T11:23:50.289Ztest route::tests::shrink_preserves_compacted_order ... ok
74702026-08-11T11:23:50.289Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74712026-08-11T11:23:50.289ZINFO Aug 11 11:23:49.249 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 Aug 11 11:23:49.249replacing 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 } }]
74722026-08-11T11:23:50.289ZDEBGAug 11 11:23:49.249 created new freemapreplacing 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 } }], unit
74732026-08-11T11:23:50.289Z:adding route 172.17.0.38/32 -> 10.0.0.255 Aug 11 11:23:49.258
74742026-08-11T11:23:50.289ZDEBGAug 11 11:23:49.258 DEBGfreemap_route_ipv4
74752026-08-11T11:23:50.289Z created new freemapreplacing 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 } }],
74762026-08-11T11:23:50.289Zunit: freemap_route_ipv4
74772026-08-11T11:23:50.289Z Aug 11 11:23:49.258Aug 11 11:23:49.258 INFOINFO
74782026-08-11T11:23:50.289ZDEBGadding route 172.17.0.39/32 -> 10.0.0.255 created new freemap
74792026-08-11T11:23:50.289Zadding route 172.17.0.36/32 -> 10.0.0.255, Aug 11 11:23:49.258
74802026-08-11T11:23:50.289Z unitDEBG: Aug 11 11:23:49.258Aug 11 11:23:49.258Aug 11 11:23:49.258freemap_route_ipv6created new freemap
74812026-08-11T11:23:50.289Z, INFODEBGunit DEBGadding route 172.17.0.24/32 -> 10.0.0.255 :replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74822026-08-11T11:23:50.289Z Aug 11 11:23:49.258replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
74832026-08-11T11:23:50.290Z
74842026-08-11T11:23:50.290Z
74852026-08-11T11:23:50.290ZAug 11 11:23:49.258DEBG INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:23:49.258
74862026-08-11T11:23:50.290Z initted freemap. size: 64INFO Aug 11 11:23:49.258Aug 11 11:23:49.258 adding route 172.17.0.37/32 -> 10.0.0.255 Aug 11 11:23:49.258
74872026-08-11T11:23:50.290ZDEBG, initted freemap. size: 64DEBGDEBG unit, Aug 11 11:23:49.258unitreplacing 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 } }]:
74882026-08-11T11:23:50.290Z : freemap_route_ipv4
74892026-08-11T11:23:50.290Zreplacing 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
74902026-08-11T11:23:50.290Z freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.258
74912026-08-11T11:23:50.290ZAug 11 11:23:49.258
74922026-08-11T11:23:50.290Z Aug 11 11:23:49.258INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 11 11:23:49.258
74932026-08-11T11:23:50.290Zreset freemap DEBG, unit:INFOreset freemap Aug 11 11:23:49.258, freemap_route_ipv4
74942026-08-11T11:23:50.290ZDEBGunit :adding route 172.17.0.25/32 -> 10.0.0.255 Aug 11 11:23:49.258Aug 11 11:23:49.258replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
74952026-08-11T11:23:50.290Z
74962026-08-11T11:23:50.290Zfreemap_route_ipv4initted freemap. size: 64INFO,
74972026-08-11T11:23:50.290ZunitAug 11 11:23:49.258:adding route 172.17.0.38/32 -> 10.0.0.255 Aug 11 11:23:49.258
74982026-08-11T11:23:50.290ZINFOfreemap_route_ipv6 DEBG
74992026-08-11T11:23:50.290Z adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64
75002026-08-11T11:23:50.290ZAug 11 11:23:49.258, unit :DEBGAug 11 11:23:49.258Aug 11 11:23:49.258Aug 11 11:23:49.258 DEBG freemap_route_ipv6 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 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
75012026-08-11T11:23:50.290Z
75022026-08-11T11:23:50.290Z,
75032026-08-11T11:23:50.291ZunitDEBG: Aug 11 11:23:49.258freemap_route_ipv6
75042026-08-11T11:23:50.291Z Aug 11 11:23:49.258replacing 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 INFOreset freemap
75052026-08-11T11:23:50.291ZAug 11 11:23:49.258Aug 11 11:23:49.258 , unitINFO: Aug 11 11:23:49.258adding route 172.17.0.43/32 -> 10.0.0.255 INFOfreemap_route_ipv6
75062026-08-11T11:23:50.291Z adding route 172.17.0.39/32 -> 10.0.0.255
75072026-08-11T11:23:50.291Zadding route 172.16.0.0/32 -> 10.0.0.1INFO
75082026-08-11T11:23:50.295Z
75092026-08-11T11:23:50.295Z Aug 11 11:23:49.258adding route 172.17.0.26/32 -> 10.0.0.255 Aug 11 11:23:49.258
75102026-08-11T11:23:50.296Z Aug 11 11:23:49.258INFOAug 11 11:23:49.258 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
75112026-08-11T11:23:50.296ZDEBGDEBG Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75122026-08-11T11:23:50.296Z
75132026-08-11T11:23:50.296Z
75142026-08-11T11:23:50.296ZDEBGAug 11 11:23:49.258 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:23:49.258
75152026-08-11T11:23:50.296Z
75162026-08-11T11:23:50.296Z Aug 11 11:23:49.258 INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
75172026-08-11T11:23:50.296Zadding route 172.16.0.0/32 -> 10.0.0.2INFO
75182026-08-11T11:23:50.296ZAug 11 11:23:49.258Aug 11 11:23:49.258 adding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:23:49.258DEBG INFO
75192026-08-11T11:23:50.296Zreplacing 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.16.0.0/32 -> 10.0.0.2Aug 11 11:23:49.258INFO
75202026-08-11T11:23:50.296Z DEBGadding route 172.17.0.27/32 -> 10.0.0.255
75212026-08-11T11:23:50.296Z
75222026-08-11T11:23:50.296Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:23:49.258
75232026-08-11T11:23:50.296ZAug 11 11:23:49.258 DEBGAug 11 11:23:49.258 Aug 11 11:23:49.258INFO 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
75242026-08-11T11:23:50.296Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
75252026-08-11T11:23:50.296Zadding route 172.17.0.45/32 -> 10.0.0.255
75262026-08-11T11:23:50.296ZAug 11 11:23:49.258 INFOAug 11 11:23:49.258 adding route 172.16.0.0/32 -> 10.0.0.3Aug 11 11:23:49.258
75272026-08-11T11:23:50.297Z DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 11 11:23:49.258
75282026-08-11T11:23:50.297Z DEBG Aug 11 11:23:49.258replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 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 } }]
75292026-08-11T11:23:50.297Z
75302026-08-11T11:23:50.297ZDEBGAug 11 11:23:49.258 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG
75312026-08-11T11:23:50.297Zadding route 172.16.0.0/32 -> 10.0.0.3
75322026-08-11T11:23:50.297Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.258
75332026-08-11T11:23:50.297ZAug 11 11:23:49.258 Aug 11 11:23:49.258 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255
75342026-08-11T11:23:50.297Zadding route 172.16.0.0/32 -> 10.0.0.4INFO
75352026-08-11T11:23:50.297ZAug 11 11:23:49.258Aug 11 11:23:49.258 adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:23:49.258
75362026-08-11T11:23:50.297Z DEBGAug 11 11:23:49.258 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 } }]
75372026-08-11T11:23:50.297Z
75382026-08-11T11:23:50.297Z adding route 172.17.0.42/32 -> 10.0.0.255
75392026-08-11T11:23:50.297Z
75402026-08-11T11:23:50.297ZAug 11 11:23:49.258 Aug 11 11:23:49.258Aug 11 11:23:49.258 INFODEBGAug 11 11:23:49.258 DEBGadding route 172.17.0.47/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 } }]
75412026-08-11T11:23:50.297ZAug 11 11:23:49.258
75422026-08-11T11:23:50.297Zreplacing targets for 172.16.0.0/32 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 } }]
75432026-08-11T11:23:50.297ZDEBGAug 11 11:23:49.258Aug 11 11:23:49.258INFO Aug 11 11:23:49.258adding route 172.16.0.0/32 -> 10.0.0.4 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 } }]
75442026-08-11T11:23:50.298Z adding route 172.17.0.39/32 -> 10.0.0.255
75452026-08-11T11:23:50.298Z
75462026-08-11T11:23:50.298Zreplacing 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
75472026-08-11T11:23:50.298Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:23:49.258
75482026-08-11T11:23:50.298Z Aug 11 11:23:49.258DEBG Aug 11 11:23:49.258 Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
75492026-08-11T11:23:50.298Z Aug 11 11:23:49.258replacing 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 } }] INFOINFODEBGAug 11 11:23:49.258
75502026-08-11T11:23:50.298Zadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255DEBG
75512026-08-11T11:23:50.298Z
75522026-08-11T11:23:50.298Z Aug 11 11:23:49.258replacing targets for 172.16.0.0/32 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 } }]
75532026-08-11T11:23:50.298Z 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 } }]
75542026-08-11T11:23:50.298Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 11 11:23:49.258
75552026-08-11T11:23:50.298Z Aug 11 11:23:49.258DEBG 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 } }]Aug 11 11:23:49.258 Aug 11 11:23:49.258
75562026-08-11T11:23:50.298ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75572026-08-11T11:23:50.298Z
75582026-08-11T11:23:50.298ZINFOAug 11 11:23:49.258 Aug 11 11:23:49.258adding route 172.17.0.30/32 -> 10.0.0.255INFOAug 11 11:23:49.258 adding route 172.17.0.49/32 -> 10.0.0.255INFOINFO
75592026-08-11T11:23:50.298Z adding route 172.17.0.41/32 -> 10.0.0.255
75602026-08-11T11:23:50.299Z
75612026-08-11T11:23:50.299Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:23:49.258
75622026-08-11T11:23:50.299Z Aug 11 11:23:49.258DEBG DEBGAug 11 11:23:49.258 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75632026-08-11T11:23:50.299Z
75642026-08-11T11:23:50.299ZAug 11 11:23:49.258 DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:23:49.258
75652026-08-11T11:23:50.299Z INFO 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.42/32 -> 10.0.0.255
75662026-08-11T11:23:50.299Z
75672026-08-11T11:23:50.299ZAug 11 11:23:49.258Aug 11 11:23:49.258 INFOINFOAug 11 11:23:49.259 adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255Aug 11 11:23:49.259
75682026-08-11T11:23:50.299Z
75692026-08-11T11:23:50.299Z 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 } }]INFO
75702026-08-11T11:23:50.299Ztest route::tests::delete_target_fragmented ... ok
75712026-08-11T11:23:50.299Z Aug 11 11:23:49.259Aug 11 11:23:49.259 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 11 11:23:49.259DEBG
75722026-08-11T11:23:50.299ZINFOreplacing 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 } }]
75732026-08-11T11:23:50.299Zadding route 172.17.0.43/32 -> 10.0.0.255
75742026-08-11T11:23:50.299Zreplacing 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 } }]
75752026-08-11T11:23:50.299ZAug 11 11:23:49.259 Aug 11 11:23:49.259DEBG INFOAug 11 11:23:49.259 adding route 172.17.0.51/32 -> 10.0.0.255INFOreplacing 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 } }]
75762026-08-11T11:23:50.299ZAug 11 11:23:49.259 DEBG
75772026-08-11T11:23:50.299Zadding route 172.17.0.46/32 -> 10.0.0.255
75782026-08-11T11:23:50.299ZAug 11 11:23:49.259replacing 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 } }]
75792026-08-11T11:23:50.299ZDEBG Aug 11 11:23:49.259Aug 11 11:23:49.259 Aug 11 11:23:49.259 DEBGINFOreplacing 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.44/32 -> 10.0.0.255
75802026-08-11T11:23:50.300Zreplacing 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 } }]
75812026-08-11T11:23:50.300Z
75822026-08-11T11:23:50.300Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
75832026-08-11T11:23:50.300ZAug 11 11:23:49.259Aug 11 11:23:49.259 INFODEBG 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 } }]
75842026-08-11T11:23:50.300Z Aug 11 11:23:49.268 Aug 11 11:23:49.268adding route 172.17.0.52/32 -> 10.0.0.255INFO
75852026-08-11T11:23:50.300Z adding route 172.17.0.45/32 -> 10.0.0.255DEBG
75862026-08-11T11:23:50.300Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268
75872026-08-11T11:23:50.300Z DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268
75882026-08-11T11:23:50.300Z Aug 11 11:23:49.259DEBG INFOAug 11 11:23:49.268 adding route 172.17.0.47/32 -> 10.0.0.255INFO
75892026-08-11T11:23:50.300Z adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:23:49.268Aug 11 11:23:49.268 INFO
75902026-08-11T11:23:50.300Z DEBGadding route 172.17.0.33/32 -> 10.0.0.255
75912026-08-11T11:23:50.300Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268
75922026-08-11T11:23:50.300Z 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 } }]
75932026-08-11T11:23:50.300ZAug 11 11:23:49.268 DEBG Aug 11 11:23:49.268Aug 11 11:23:49.268replacing 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 } }] INFOINFOAug 11 11:23:49.268 adding route 172.17.0.54/32 -> 10.0.0.255INFO
75942026-08-11T11:23:50.300Z adding route 172.17.0.48/32 -> 10.0.0.255
75952026-08-11T11:23:50.300Z
75962026-08-11T11:23:50.300Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
75972026-08-11T11:23:50.300ZAug 11 11:23:49.268 Aug 11 11:23:49.268DEBG Aug 11 11:23:49.268DEBGreplacing 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 } }]
75982026-08-11T11:23:50.300ZDEBG Aug 11 11:23:49.268replacing 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.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 } }]
75992026-08-11T11:23:50.301ZAug 11 11:23:49.268 INFO
76002026-08-11T11:23:50.301Z adding route 172.17.0.55/32 -> 10.0.0.255INFO
76012026-08-11T11:23:50.301Z Aug 11 11:23:49.268adding route 172.17.0.34/32 -> 10.0.0.255Aug 11 11:23:49.268 INFOINFOAug 11 11:23:49.268
76022026-08-11T11:23:50.301Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.49/32 -> 10.0.0.255
76032026-08-11T11:23:50.301Z
76042026-08-11T11:23:50.301ZDEBG 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 } }]
76052026-08-11T11:23:50.301ZAug 11 11:23:49.268Aug 11 11:23:49.268 DEBGDEBGAug 11 11:23:49.268 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.268INFO
76062026-08-11T11:23:50.301Z 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 } }]
76072026-08-11T11:23:50.301ZDEBGadding route 172.17.0.56/32 -> 10.0.0.255 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 } }]
76082026-08-11T11:23:50.306Z
76092026-08-11T11:23:50.306ZAug 11 11:23:49.268 INFOAug 11 11:23:49.268 Aug 11 11:23:49.268adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
76102026-08-11T11:23:50.306Z Aug 11 11:23:49.268adding route 172.17.0.50/32 -> 10.0.0.255 INFODEBG
76112026-08-11T11:23:50.306Z Aug 11 11:23:49.268 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 } }]
76122026-08-11T11:23:50.306ZDEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 } }]
76132026-08-11T11:23:50.306Z
76142026-08-11T11:23:50.306ZAug 11 11:23:49.268Aug 11 11:23:49.268 INFODEBG adding route 172.17.0.57/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 } }]
76152026-08-11T11:23:50.306Z
76162026-08-11T11:23:50.306ZAug 11 11:23:49.268 Aug 11 11:23:49.268INFO Aug 11 11:23:49.268adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
76172026-08-11T11:23:50.306Z INFOAug 11 11:23:49.268replacing 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.51/32 -> 10.0.0.255
76182026-08-11T11:23:50.306Z
76192026-08-11T11:23:50.306Z DEBGAug 11 11:23:49.268 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 } }]replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.268
76202026-08-11T11:23:50.306Z
76212026-08-11T11:23:50.306Z DEBGAug 11 11:23:49.268 Aug 11 11:23:49.268Aug 11 11:23:49.268 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 } }]INFO
76222026-08-11T11:23:50.306ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
76232026-08-11T11:23:50.306Zadding route 172.17.0.58/32 -> 10.0.0.255
76242026-08-11T11:23:50.307Zadding route 172.17.0.36/32 -> 10.0.0.255
76252026-08-11T11:23:50.307ZAug 11 11:23:49.268 Aug 11 11:23:49.268INFO Aug 11 11:23:49.268 DEBG DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
76262026-08-11T11:23:50.307Z
76272026-08-11T11:23:50.307ZAug 11 11:23:49.268adding route 172.17.0.52/32 -> 10.0.0.255
76282026-08-11T11:23:50.307ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268Aug 11 11:23:49.268 Aug 11 11:23:49.268 INFOINFO DEBG adding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
76292026-08-11T11:23:50.307Z
76302026-08-11T11:23:50.307Z 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 } }]
76312026-08-11T11:23:50.307Z
76322026-08-11T11:23:50.307ZAug 11 11:23:49.268Aug 11 11:23:49.268 Aug 11 11:23:49.268INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76332026-08-11T11:23:50.307Z
76342026-08-11T11:23:50.307Z INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.268adding route 172.17.0.53/32 -> 10.0.0.255 Aug 11 11:23:49.268
76352026-08-11T11:23:50.307Z 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 3fff:beef:2a::/64 -> 2001:db8::55:ff
76362026-08-11T11:23:50.307Z
76372026-08-11T11:23:50.307ZAug 11 11:23:49.268Aug 11 11:23:49.268
76382026-08-11T11:23:50.307Z INFO DEBGAug 11 11:23:49.268 Aug 11 11:23:49.268adding route 172.17.0.46/32 -> 10.0.0.255 Aug 11 11:23:49.268DEBG
76392026-08-11T11:23:50.307Z 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 } }] DEBGINFO Aug 11 11:23:49.268 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.60/32 -> 10.0.0.255DEBG
76402026-08-11T11:23:50.308Z
76412026-08-11T11:23:50.308Z
76422026-08-11T11:23:50.308Zreplacing 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.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 } }]
76432026-08-11T11:23:50.308Z
76442026-08-11T11:23:50.308ZAug 11 11:23:49.268Aug 11 11:23:49.268Aug 11 11:23:49.268Aug 11 11:23:49.268 INFOINFO Aug 11 11:23:49.268 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255
76452026-08-11T11:23:50.308Z
76462026-08-11T11:23:50.308Z INFODEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 11 11:23:49.269
76472026-08-11T11:23:50.308ZDEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:23:49.269adding route 172.17.0.38/32 -> 10.0.0.255
76482026-08-11T11:23:50.308Z
76492026-08-11T11:23:50.308Z 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
76502026-08-11T11:23:50.308Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.269
76512026-08-11T11:23:50.308ZDEBGAug 11 11:23:49.269 Aug 11 11:23:49.269 failed to allocate space for the new target listAug 11 11:23:49.269
76522026-08-11T11:23:50.308Z INFODEBGAug 11 11:23:49.269 adding route 172.17.0.48/32 -> 10.0.0.255
76532026-08-11T11:23:50.308ZINFODEBG Aug 11 11:23:49.269 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
76542026-08-11T11:23:50.308ZAug 11 11:23:49.269 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
76552026-08-11T11:23:50.308Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269
76562026-08-11T11:23:50.308Z
76572026-08-11T11:23:50.308ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.269
76582026-08-11T11:23:50.308Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269
76592026-08-11T11:23:50.309ZAug 11 11:23:49.269 INFOAug 11 11:23:49.269 INFOINFOadding route 172.17.0.49/32 -> 10.0.0.255 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
76602026-08-11T11:23:50.309Zadding route 172.17.0.55/32 -> 10.0.0.255
76612026-08-11T11:23:50.309Z
76622026-08-11T11:23:50.309ZAug 11 11:23:49.269 Aug 11 11:23:49.269Aug 11 11:23:49.269 DEBGDEBGDEBG 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 } }]
76632026-08-11T11:23:50.309Zreplacing 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 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 } }]
76642026-08-11T11:23:50.309Z
76652026-08-11T11:23:50.309ZAug 11 11:23:49.269Aug 11 11:23:49.269Aug 11 11:23:49.269 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255INFO
76662026-08-11T11:23:50.309Z
76672026-08-11T11:23:50.309Z adding route 172.17.0.50/32 -> 10.0.0.255
76682026-08-11T11:23:50.309Ztest route::tests::add_target_fails_full ... ok
76692026-08-11T11:23:50.309ZAug 11 11:23:49.269 DEBGAug 11 11:23:49.269 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269
76702026-08-11T11:23:50.309ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76712026-08-11T11:23:50.309Z Aug 11 11:23:49.269replacing 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 } }]
76722026-08-11T11:23:50.309Ztest route::tests::delete_targets_full ... ok
76732026-08-11T11:23:50.309ZINFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 11 11:23:49.269
76742026-08-11T11:23:50.309Z INFO Aug 11 11:23:49.269adding route 172.17.0.51/32 -> 10.0.0.255 Aug 11 11:23:49.269
76752026-08-11T11:23:50.310ZINFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
76762026-08-11T11:23:50.310Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269
76772026-08-11T11:23:50.310Z 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 } }]
76782026-08-11T11:23:50.310ZAug 11 11:23:49.269 Aug 11 11:23:49.269INFO Aug 11 11:23:49.269adding route 172.17.0.58/32 -> 10.0.0.255 DEBG
76792026-08-11T11:23:50.310ZINFO 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 } }]adding route 172.17.0.52/32 -> 10.0.0.255
76802026-08-11T11:23:50.310Z
76812026-08-11T11:23:50.310ZAug 11 11:23:49.269 DEBGAug 11 11:23:49.269 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269DEBG INFO
76822026-08-11T11:23:50.310Zreplacing 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 } }]
76832026-08-11T11:23:50.310Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
76842026-08-11T11:23:50.310ZAug 11 11:23:49.269 INFO Aug 11 11:23:49.269Aug 11 11:23:49.269 adding route 172.17.0.59/32 -> 10.0.0.255 DEBG
76852026-08-11T11:23:50.310ZINFO 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 172.17.0.53/32 -> 10.0.0.255
76862026-08-11T11:23:50.310Z
76872026-08-11T11:23:50.310ZAug 11 11:23:49.269 DEBGAug 11 11:23:49.269 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
76882026-08-11T11:23:50.310Z Aug 11 11:23:49.269replacing 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 } }]
76892026-08-11T11:23:50.310ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
76902026-08-11T11:23:50.310Ztest route::tests::delete_target_full ... ok
76912026-08-11T11:23:50.310ZAug 11 11:23:49.269 INFO INFOAug 11 11:23:49.269 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255INFO
76922026-08-11T11:23:50.310Z
76932026-08-11T11:23:50.310ZAug 11 11:23:49.269adding route 172.17.0.54/32 -> 10.0.0.255
76942026-08-11T11:23:50.310ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.269
76952026-08-11T11:23:50.311ZAug 11 11:23:49.269Aug 11 11:23:49.269 DEBG DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.269DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76962026-08-11T11:23:50.311Z
76972026-08-11T11:23:50.311ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
76982026-08-11T11:23:50.311Z
76992026-08-11T11:23:50.311ZAug 11 11:23:49.269 Aug 11 11:23:49.269INFOAug 11 11:23:49.269 adding route 172.17.0.55/32 -> 10.0.0.255INFO
77002026-08-11T11:23:50.311Z adding route 172.17.0.40/32 -> 10.0.0.255INFO adding route 172.17.0.61/32 -> 10.0.0.255
77012026-08-11T11:23:50.311ZAug 11 11:23:49.279Aug 11 11:23:49.279 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.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 } }]
77022026-08-11T11:23:50.311Z
77032026-08-11T11:23:50.311ZAug 11 11:23:49.269Aug 11 11:23:49.279Aug 11 11:23:49.279 INFOINFO DEBGadding route 172.17.0.62/32 -> 10.0.0.255
77042026-08-11T11:23:50.311Zreplacing 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 } }]
77052026-08-11T11:23:50.311Z
77062026-08-11T11:23:50.311ZAug 11 11:23:49.279 INFOAug 11 11:23:49.279 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 11 11:23:49.279
77072026-08-11T11:23:50.311ZDEBG 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
77082026-08-11T11:23:50.316Z Aug 11 11:23:49.279replacing 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 } }]
77092026-08-11T11:23:50.316ZDEBG Aug 11 11:23:49.279replacing 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 } }]
77102026-08-11T11:23:50.316ZINFO adding route 172.17.0.63/32 -> 10.0.0.255
77112026-08-11T11:23:50.316ZAug 11 11:23:49.279 INFOAug 11 11:23:49.279 Aug 11 11:23:49.279DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO 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 } }]
77122026-08-11T11:23:50.316Z
77132026-08-11T11:23:50.316Zadding route 172.17.0.41/32 -> 10.0.0.255
77142026-08-11T11:23:50.316ZAug 11 11:23:49.279 Aug 11 11:23:49.279DEBG 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 } }]
77152026-08-11T11:23:50.316ZAug 11 11:23:49.279replacing 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 } }]
77162026-08-11T11:23:50.316ZDEBG Aug 11 11:23:49.279Aug 11 11:23:49.279 INFOINFOfailed to allocate space for the new target list
77172026-08-11T11:23:50.316Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255
77182026-08-11T11:23:50.316Z
77192026-08-11T11:23:50.316ZAug 11 11:23:49.279Aug 11 11:23:49.279 DEBGDEBGAug 11 11:23:49.279 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77202026-08-11T11:23:50.316ZDEBGreplacing 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 } }]
77212026-08-11T11:23:50.316Zreplacing 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 } }]
77222026-08-11T11:23:50.316ZAug 11 11:23:49.279 DEBG failed to allocate space for the new target listAug 11 11:23:49.279
77232026-08-11T11:23:50.317Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
77242026-08-11T11:23:50.317ZAug 11 11:23:49.279 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:23:49.279
77252026-08-11T11:23:50.317Z 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 } }]
77262026-08-11T11:23:50.317ZAug 11 11:23:49.279 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 11 11:23:49.279
77272026-08-11T11:23:50.317Z DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.279
77282026-08-11T11:23:50.317Z 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 } }]
77292026-08-11T11:23:50.317ZAug 11 11:23:49.279 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
77302026-08-11T11:23:50.317ZAug 11 11:23:49.279 adding route 172.17.0.56/32 -> 10.0.0.255INFO
77312026-08-11T11:23:50.317Z Aug 11 11:23:49.279adding route 172.17.0.45/32 -> 10.0.0.255
77322026-08-11T11:23:50.318ZDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.279
77332026-08-11T11:23:50.318Z Aug 11 11:23:49.279DEBG DEBGAug 11 11:23:49.279 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
77342026-08-11T11:23:50.318Zreplacing 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 } }]
77352026-08-11T11:23:50.318Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
77362026-08-11T11:23:50.318ZAug 11 11:23:49.279 Aug 11 11:23:49.279INFO Aug 11 11:23:49.279INFOadding route 172.17.0.57/32 -> 10.0.0.255
77372026-08-11T11:23:50.318Z DEBGadding route 172.17.0.46/32 -> 10.0.0.255
77382026-08-11T11:23:50.318Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:23:49.279
77392026-08-11T11:23:50.318Z DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:23:49.279
77402026-08-11T11:23:50.318Z Aug 11 11:23:49.279DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77412026-08-11T11:23:50.318ZAug 11 11:23:49.279adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77422026-08-11T11:23:50.318ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
77432026-08-11T11:23:50.318ZAug 11 11:23:49.279Aug 11 11:23:49.279 INFOAug 11 11:23:49.279 adding route 172.17.0.47/32 -> 10.0.0.255DEBG
77442026-08-11T11:23:50.318Z 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 } }]
77452026-08-11T11:23:50.318Zreplacing 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 } }]
77462026-08-11T11:23:50.318ZAug 11 11:23:49.279 DEBGAug 11 11:23:49.279 Aug 11 11:23:49.279replacing 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 } }]
77472026-08-11T11:23:50.318ZINFO INFOadding route 172.17.0.59/32 -> 10.0.0.255
77482026-08-11T11:23:50.318Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
77492026-08-11T11:23:50.318ZAug 11 11:23:49.279Aug 11 11:23:49.279 Aug 11 11:23:49.279DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77502026-08-11T11:23:50.318ZDEBG 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.48/32 -> 10.0.0.255
77512026-08-11T11:23:50.318ZAug 11 11:23:49.279
77522026-08-11T11:23:50.318Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
77532026-08-11T11:23:50.318ZAug 11 11:23:49.279Aug 11 11:23:49.279 DEBGINFO Aug 11 11:23:49.279replacing 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 } }]
77542026-08-11T11:23:50.319ZDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
77552026-08-11T11:23:50.319Zreplacing 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 } }]
77562026-08-11T11:23:50.319ZAug 11 11:23:49.279 INFOAug 11 11:23:49.279 Aug 11 11:23:49.279adding route 172.17.0.49/32 -> 10.0.0.255 DEBGDEBG
77572026-08-11T11:23:50.319Z 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
77582026-08-11T11:23:50.319Z
77592026-08-11T11:23:50.319ZAug 11 11:23:49.279 DEBGAug 11 11:23:49.279Aug 11 11:23:49.279 INFO 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 } }]
77602026-08-11T11:23:50.319Z replacing targets for 172.16.0.0/32 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 3fff:beef:3c::/64 -> 2001:db8::55:ff
77612026-08-11T11:23:50.319Z
77622026-08-11T11:23:50.319ZAug 11 11:23:49.279Aug 11 11:23:49.279 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77632026-08-11T11:23:50.319Z
77642026-08-11T11:23:50.319ZAug 11 11:23:49.279Aug 11 11:23:49.279 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 } }]failed to allocate space for the new target list
77652026-08-11T11:23:50.319Z
77662026-08-11T11:23:50.319ZAug 11 11:23:49.279Aug 11 11:23:49.279 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:2, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
77672026-08-11T11:23:50.319Z
77682026-08-11T11:23:50.319ZAug 11 11:23:49.279 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 } }]
77692026-08-11T11:23:50.319ZAug 11 11:23:49.279 INFO adding route 172.17.0.52/32 -> 10.0.0.255
77702026-08-11T11:23:50.319ZAug 11 11:23:49.279 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 } }]
77712026-08-11T11:23:50.319ZAug 11 11:23:49.279 INFO adding route 172.17.0.53/32 -> 10.0.0.255
77722026-08-11T11:23:50.319ZAug 11 11:23:49.279 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 } }]
77732026-08-11T11:23:50.319ZAug 11 11:23:49.279 INFO adding route 172.17.0.54/32 -> 10.0.0.255
77742026-08-11T11:23:50.319ZAug 11 11:23:49.279 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 } }]
77752026-08-11T11:23:50.319ZAug 11 11:23:49.279 INFO adding route 172.17.0.55/32 -> 10.0.0.255
77762026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77772026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.56/32 -> 10.0.0.255
77782026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77792026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77802026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77812026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.58/32 -> 10.0.0.255
77822026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77832026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.59/32 -> 10.0.0.255
77842026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77852026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.60/32 -> 10.0.0.255
77862026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77872026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.61/32 -> 10.0.0.255
77882026-08-11T11:23:50.320ZAug 11 11:23:49.279 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77892026-08-11T11:23:50.320ZAug 11 11:23:49.279 INFO adding route 172.17.0.62/32 -> 10.0.0.255
77902026-08-11T11:23:50.320ZAug 11 11:23:49.279 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77912026-08-11T11:23:50.320ZAug 11 11:23:49.279 DEBG failed to allocate space for the new target list
77922026-08-11T11:23:50.320ZAug 11 11:23:49.279 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 } }]
77932026-08-11T11:23:50.320ZAug 11 11:23:49.280 DEBG created new freemap, unit: freemap_route_ipv4
77942026-08-11T11:23:50.320ZAug 11 11:23:49.280 DEBG created new freemap, unit: freemap_route_ipv6
77952026-08-11T11:23:50.320ZAug 11 11:23:49.280 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
77962026-08-11T11:23:50.320ZAug 11 11:23:49.280 DEBG reset freemap, unit: freemap_route_ipv4
77972026-08-11T11:23:50.320ZAug 11 11:23:49.280 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
77982026-08-11T11:23:50.320ZAug 11 11:23:49.280 DEBG reset freemap, unit: freemap_route_ipv6
77992026-08-11T11:23:50.320ZAug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78002026-08-11T11:23:50.320ZAug 11 11:23:49.280 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 } }]
78012026-08-11T11:23:50.321ZAug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78022026-08-11T11:23:50.321ZAug 11 11:23:49.280 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 } }]
78032026-08-11T11:23:50.321ZAug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78042026-08-11T11:23:50.321ZAug 11 11:23:49.280 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
78052026-08-11T11:23:50.321ZAug 11 11:23:49.280 INFO adding route 172.16.0.0/32 -> 10.0.0.2
78062026-08-11T11:23:50.321ZAug 11 11:23:49.280 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
78072026-08-11T11:23:50.321ZAug 11 11:23:49.280 INFO adding route 172.17.0.0/32 -> 10.0.0.255
78082026-08-11T11:23:50.325ZAug 11 11:23:49.280 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 } }]
78092026-08-11T11:23:50.325ZAug 11 11:23:49.280 INFO adding route 172.17.0.1/32 -> 10.0.0.255
78102026-08-11T11:23:50.325ZAug 11 11:23:49.280 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78112026-08-11T11:23:50.325ZAug 11 11:23:49.280 INFO adding route 172.17.0.2/32 -> 10.0.0.255
78122026-08-11T11:23:50.326ZAug 11 11:23:49.280 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 } }]
78132026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.3/32 -> 10.0.0.255
78142026-08-11T11:23:50.326ZAug 11 11:23:49.290 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78152026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.4/32 -> 10.0.0.255
78162026-08-11T11:23:50.326ZAug 11 11:23:49.290 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78172026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78182026-08-11T11:23:50.326ZAug 11 11:23:49.290 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78192026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78202026-08-11T11:23:50.326ZAug 11 11:23:49.290 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 } }]
78212026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78222026-08-11T11:23:50.326ZAug 11 11:23:49.290 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 } }]
78232026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78242026-08-11T11:23:50.326ZAug 11 11:23:49.290 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 } }]
78252026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78262026-08-11T11:23:50.326ZAug 11 11:23:49.290 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 } }]
78272026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78282026-08-11T11:23:50.326ZAug 11 11:23:49.290 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78292026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78302026-08-11T11:23:50.326ZAug 11 11:23:49.290 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 } }]
78312026-08-11T11:23:50.326ZAug 11 11:23:49.290 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78322026-08-11T11:23:50.327ZAug 11 11:23:49.290 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78332026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78342026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78352026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78362026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78372026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78382026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78392026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78402026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78412026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78422026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78432026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78442026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78452026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78462026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78472026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78482026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78492026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78502026-08-11T11:23:50.327ZAug 11 11:23:49.290 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 } }]
78512026-08-11T11:23:50.327ZAug 11 11:23:49.290 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78522026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78532026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78542026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78552026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78562026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78572026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78582026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78592026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78602026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78612026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78622026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78632026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78642026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78652026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78662026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78672026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78682026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78692026-08-11T11:23:50.328Ztest route::tests::delete_targets_fragmented ... ok
78702026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78712026-08-11T11:23:50.328ZAug 11 11:23:49.290 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 } }]
78722026-08-11T11:23:50.328ZAug 11 11:23:49.290 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78732026-08-11T11:23:50.329Z
78742026-08-11T11:23:50.329Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
78752026-08-11T11:23:50.329Z
78762026-08-11T11:23:50.329Z
78772026-08-11T11:23:50.329Zrunning 0 tests
78782026-08-11T11:23:50.329Z
78792026-08-11T11:23:50.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78802026-08-11T11:23:50.329Z
78812026-08-11T11:23:50.329ZAug 11 11:23:49.290 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 } }]
78822026-08-11T11:23:50.329ZAug 11 11:23:49.290 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78832026-08-11T11:23:50.329ZAug 11 11:23:49.290 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 } }]
78842026-08-11T11:23:50.329ZAug 11 11:23:49.290 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78852026-08-11T11:23:50.329ZAug 11 11:23:49.290 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 } }]
78862026-08-11T11:23:50.329ZAug 11 11:23:49.290 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78872026-08-11T11:23:50.329ZAug 11 11:23:49.290 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 } }]
78882026-08-11T11:23:50.329ZAug 11 11:23:49.290 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78892026-08-11T11:23:50.329ZAug 11 11:23:49.290 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 } }]
78902026-08-11T11:23:50.329ZAug 11 11:23:49.290 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78912026-08-11T11:23:50.329ZAug 11 11:23:49.290 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 } }]
78922026-08-11T11:23:50.329ZAug 11 11:23:49.290 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78932026-08-11T11:23:50.330ZAug 11 11:23:49.290 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 } }]
78942026-08-11T11:23:50.330ZAug 11 11:23:49.290 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78952026-08-11T11:23:50.330ZAug 11 11:23:49.290 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 } }]
78962026-08-11T11:23:50.330ZAug 11 11:23:49.291 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78972026-08-11T11:23:50.330ZAug 11 11:23:49.291 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 } }]
78982026-08-11T11:23:50.330ZAug 11 11:23:49.291 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78992026-08-11T11:23:50.330ZAug 11 11:23:49.291 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 } }]
79002026-08-11T11:23:50.330ZAug 11 11:23:49.291 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79012026-08-11T11:23:50.330ZAug 11 11:23:49.291 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 } }]
79022026-08-11T11:23:50.330ZAug 11 11:23:49.291 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79032026-08-11T11:23:50.330ZAug 11 11:23:49.291 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 } }]
79042026-08-11T11:23:50.330ZAug 11 11:23:49.291 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79052026-08-11T11:23:50.330ZAug 11 11:23:49.291 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 } }]
79062026-08-11T11:23:50.330ZAug 11 11:23:49.291 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79072026-08-11T11:23:50.330ZAug 11 11:23:49.291 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 } }]
79082026-08-11T11:23:50.334ZAug 11 11:23:49.291 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79092026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79102026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79112026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79122026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79132026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79142026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79152026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79162026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79172026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79182026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79192026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79202026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79212026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79222026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79232026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79242026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79252026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79262026-08-11T11:23:50.335ZAug 11 11:23:49.291 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79272026-08-11T11:23:50.335ZAug 11 11:23:49.291 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 } }]
79282026-08-11T11:23:50.336ZAug 11 11:23:49.291 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79292026-08-11T11:23:50.336ZAug 11 11:23:49.291 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 } }]
79302026-08-11T11:23:50.336ZAug 11 11:23:49.291 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79312026-08-11T11:23:50.336ZAug 11 11:23:49.291 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 } }]
79322026-08-11T11:23:50.336ZAug 11 11:23:49.291 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79332026-08-11T11:23:50.336ZAug 11 11:23:49.291 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 } }]
79342026-08-11T11:23:50.336ZAug 11 11:23:49.291 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79352026-08-11T11:23:50.336ZAug 11 11:23:49.291 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 } }]
79362026-08-11T11:23:50.336ZAug 11 11:23:49.291 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79372026-08-11T11:23:50.336ZAug 11 11:23:49.291 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 } }]
79382026-08-11T11:23:50.336ZAug 11 11:23:49.291 DEBG failed to allocate space for the new target list
79392026-08-11T11:23:50.336ZAug 11 11:23:49.291 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 } }]
79402026-08-11T11:23:50.336Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79412026-08-11T11:23:50.336Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79422026-08-11T11:23:50.336Z
79432026-08-11T11:23:50.336Zrunning 0 tests
79442026-08-11T11:23:50.336Z
79452026-08-11T11:23:50.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79462026-08-11T11:23:50.336Z
79472026-08-11T11:23:50.336Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79482026-08-11T11:23:50.336Z
79492026-08-11T11:23:50.337Zrunning 6 tests
79502026-08-11T11:23:50.337Ztest tests::test_full_lot_id_neither_present ... ok
79512026-08-11T11:23:50.337Ztest tests::test_full_lot_id_both_present ... ok
79522026-08-11T11:23:50.337Ztest tests::test_full_lot_id_lot_only ... ok
79532026-08-11T11:23:50.337Ztest tests::test_full_lot_id_lotnum_only ... ok
79542026-08-11T11:23:50.337Ztest tests::test_port_id_cmp ... ok
79552026-08-11T11:23:50.337Ztest tests::test_parse_client_port_id ... ok
79562026-08-11T11:23:50.337Z
79572026-08-11T11:23:50.337Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582026-08-11T11:23:50.337Z
79592026-08-11T11:23:50.337Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79602026-08-11T11:23:50.337Z
79612026-08-11T11:23:50.337Zrunning 0 tests
79622026-08-11T11:23:50.337Z
79632026-08-11T11:23:50.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79642026-08-11T11:23:50.337Z
79652026-08-11T11:23:50.337Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79662026-08-11T11:23:50.337Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79672026-08-11T11:23:50.337Z
79682026-08-11T11:23:50.337Zrunning 0 tests
79692026-08-11T11:23:50.337Z
79702026-08-11T11:23:50.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79712026-08-11T11:23:50.338Z
79722026-08-11T11:23:50.338Z
79732026-08-11T11:23:50.338Zrunning 0 tests
79742026-08-11T11:23:50.338Z
79752026-08-11T11:23:50.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79762026-08-11T11:23:50.338Z
79772026-08-11T11:23:50.338Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79782026-08-11T11:23:50.338Z
79792026-08-11T11:23:50.338Zrunning 12 tests
79802026-08-11T11:23:50.338Ztest icmp::test_v6_checksum ... ok
79812026-08-11T11:23:50.338Ztest lldp::test_lldp_parse ... ok
79822026-08-11T11:23:50.338Ztest icmp::test_v4_checksum ... ok
79832026-08-11T11:23:50.338Ztest ipv6::test_ipv6_parse ... ok
79842026-08-11T11:23:50.338Ztest pbuf::test_byte ... ok
79852026-08-11T11:23:50.338Ztest pbuf::test_nibble ... ok
79862026-08-11T11:23:50.338Ztest pbuf::test_short ... ok
79872026-08-11T11:23:50.338Ztest pbuf::test_overflow ... ok
79882026-08-11T11:23:50.338Ztest pbuf::test_twelve ... ok
79892026-08-11T11:23:50.338Ztest pbuf::test_word ... ok
79902026-08-11T11:23:50.339Ztest tcp::test_checksum_ack_data ... ok
79912026-08-11T11:23:50.339Ztest tcp::test_checksum_syn_nodata ... ok
79922026-08-11T11:23:50.339Z
79932026-08-11T11:23:50.339Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942026-08-11T11:23:50.339Z
79952026-08-11T11:23:50.339Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79962026-08-11T11:23:50.339Z
79972026-08-11T11:23:50.339Zrunning 0 tests
79982026-08-11T11:23:50.339Z
79992026-08-11T11:23:50.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80002026-08-11T11:23:50.339Z
80012026-08-11T11:23:50.339Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
80022026-08-11T11:23:50.339Z
80032026-08-11T11:23:50.339Zrunning 5 tests
80042026-08-11T11:23:50.339Ztest switchport::test::test_compute_lanes ... ok
80052026-08-11T11:23:50.339Ztest switchport::test::port_id_ordering ... ok
80062026-08-11T11:23:50.339Ztest link::test_filter ... ok
80072026-08-11T11:23:50.343Z Lane 0 Lane 1 Lane 2 Lane 3
80082026-08-11T11:23:50.344Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes
80092026-08-11T11:23:50.344ZLane 2 Rx Loss-of-signal: YesLane 3
80102026-08-11T11:23:50.344ZYes State: Activated YesActivated Yes
80112026-08-11T11:23:50.344ZActivated Rx CDR Enabled: Yes ActivatedYes
80122026-08-11T11:23:50.344Z Rx Output Enabled: falseYes falseYes
80132026-08-11T11:23:50.344Z Tx Enabled: Yesfalse Yesfalse
80142026-08-11T11:23:50.344ZYes Rx Output Status: valid Yes
80152026-08-11T11:23:50.344Zvalid valid Tx Loss-of-lock: No validNo
80162026-08-11T11:23:50.344Z Rx Loss-of-lock: true Notrue No
80172026-08-11T11:23:50.344Ztrue Tx Loss-of-signal: No true
80182026-08-11T11:23:50.344ZNo Rx Loss-of-signal: falseNo falseNo
80192026-08-11T11:23:50.344Z Tx CDR Enabled: Nofalse falseNo
80202026-08-11T11:23:50.344ZNo Rx Auto-squelch Disable: trueNo
80212026-08-11T11:23:50.344Z Tx Adaptive EQ Fault: No true No trueNo No
80222026-08-11T11:23:50.344Ztrue
80232026-08-11T11:23:50.344Z Tx Fault: Yes Tx Output Enabled: true Yes true Yes trueYes
80242026-08-11T11:23:50.345Z true
80252026-08-11T11:23:50.345Z Tx Output Status: invalid invalid invalid invalid
80262026-08-11T11:23:50.345Z Tx Loss-of-lock: false false false false
80272026-08-11T11:23:50.345Z Tx Loss-of-signal: true true true true
80282026-08-11T11:23:50.345ZTx Auto-squelch Disable: false false false false
80292026-08-11T11:23:50.345Z Tx Adaptive EQ Fail: true true true true
80302026-08-11T11:23:50.345Z Tx Failure: false false false false
80312026-08-11T11:23:50.345Z Tx Force Squelch: true true true true
80322026-08-11T11:23:50.345Z Tx Input Polarity: normal normal normal normal
80332026-08-11T11:23:50.345Ztest switchport::test::test_print_cmis_datapath ... ok
80342026-08-11T11:23:50.345Ztest switchport::test::test_print_sff_datapath ... ok
80352026-08-11T11:23:50.345Z
80362026-08-11T11:23:50.345Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80372026-08-11T11:23:50.345Z
80382026-08-11T11:23:50.345Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
80392026-08-11T11:23:50.345Z
80402026-08-11T11:23:50.345Zrunning 1 test
80412026-08-11T11:23:50.345Ztest test_p4_counter_list ... ignored
80422026-08-11T11:23:50.346Z
80432026-08-11T11:23:50.346Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442026-08-11T11:23:50.346Z
80452026-08-11T11:23:50.346Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80462026-08-11T11:23:50.349Z
80472026-08-11T11:23:50.349Zrunning 5 tests
80482026-08-11T11:23:50.349Ztest test_an ... ignored
80492026-08-11T11:23:50.349Ztest test_enable ... ignored
80502026-08-11T11:23:50.349Ztest test_ip_addresses ... ignored
80512026-08-11T11:23:50.349Ztest test_kr ... ignored
80522026-08-11T11:23:50.349Ztest test_mac ... ignored
80532026-08-11T11:23:50.349Z
80542026-08-11T11:23:50.350Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80552026-08-11T11:23:50.350Z
80562026-08-11T11:23:50.350Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80572026-08-11T11:23:50.353Z
80582026-08-11T11:23:50.353Zrunning 3 tests
80592026-08-11T11:23:50.353Ztest linklocal::test_parse_ipadm ... ok
80602026-08-11T11:23:50.353Ztest tfport::test_parse_tfport ... ok
80612026-08-11T11:23:50.353Ztest config::tests::test_updates ... ok
80622026-08-11T11:23:50.353Z
80632026-08-11T11:23:50.353Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-08-11T11:23:50.354Z
80652026-08-11T11:23:50.354Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80662026-08-11T11:23:50.357Z
80672026-08-11T11:23:50.357Zrunning 0 tests
80682026-08-11T11:23:50.357Z
80692026-08-11T11:23:50.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-08-11T11:23:50.360Z
80712026-08-11T11:23:50.360Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80722026-08-11T11:23:50.363Z
80732026-08-11T11:23:50.363Zrunning 0 tests
80742026-08-11T11:23:50.364Z
80752026-08-11T11:23:50.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-08-11T11:23:50.364Z
80772026-08-11T11:23:50.364Z Doc-tests aal
80782026-08-11T11:23:50.492Z
80792026-08-11T11:23:50.492Zrunning 0 tests
80802026-08-11T11:23:50.492Z
80812026-08-11T11:23:50.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-08-11T11:23:50.495Z
80832026-08-11T11:23:50.508Z Doc-tests aal_macros
80842026-08-11T11:23:50.579Z
80852026-08-11T11:23:50.579Zrunning 0 tests
80862026-08-11T11:23:50.579Z
80872026-08-11T11:23:50.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-08-11T11:23:50.579Z
80892026-08-11T11:23:50.589Z Doc-tests common
80902026-08-11T11:23:50.820Z
80912026-08-11T11:23:50.820Zrunning 0 tests
80922026-08-11T11:23:50.820Z
80932026-08-11T11:23:50.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-08-11T11:23:50.820Z
80952026-08-11T11:23:50.841Z Doc-tests dpd_api
80962026-08-11T11:23:51.588Z
80972026-08-11T11:23:51.588Zrunning 2 tests
80982026-08-11T11:23:51.588Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80992026-08-11T11:23:51.588Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81002026-08-11T11:23:51.588Z
81012026-08-11T11:23:51.588Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-11T11:23:51.588Z
81032026-08-11T11:23:51.618Z Doc-tests dpd_client
81042026-08-11T11:23:52.901Z
81052026-08-11T11:23:52.901Zrunning 0 tests
81062026-08-11T11:23:52.901Z
81072026-08-11T11:23:52.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-08-11T11:23:52.901Z
81092026-08-11T11:23:52.947Z Doc-tests dpd_types
81102026-08-11T11:23:53.172Z
81112026-08-11T11:23:53.173Zrunning 0 tests
81122026-08-11T11:23:53.173Z
81132026-08-11T11:23:53.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-08-11T11:23:53.173Z
81152026-08-11T11:23:53.239Z Doc-tests dpd_types_versions
81162026-08-11T11:23:54.388Z
81172026-08-11T11:23:54.388Zrunning 1 test
81182026-08-11T11:23:54.388Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81192026-08-11T11:23:54.388Z
81202026-08-11T11:23:54.388Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-08-11T11:23:54.388Z
81222026-08-11T11:23:54.433Z Doc-tests packet
81232026-08-11T11:23:54.545Z
81242026-08-11T11:23:54.545Zrunning 0 tests
81252026-08-11T11:23:54.545Z
81262026-08-11T11:23:54.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-08-11T11:23:54.545Z
81282026-08-11T11:23:54.560Z Doc-tests pcap
81292026-08-11T11:23:54.613Z
81302026-08-11T11:23:54.613Zrunning 0 tests
81312026-08-11T11:23:54.613Z
81322026-08-11T11:23:54.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81332026-08-11T11:23:54.613Z
81342026-08-11T11:23:54.666Z+ for feat in tofino_stub tofino_asic softnpu chaos
81352026-08-11T11:23:54.666Z+ RUST_BACKTRACE=full
81362026-08-11T11:23:54.667Z+ cargo test --features chaos --no-fail-fast
81372026-08-11T11:23:55.273Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81382026-08-11T11:23:55.355Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81392026-08-11T11:23:55.364Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81402026-08-11T11:24:03.756Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81412026-08-11T11:24:04.358Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81422026-08-11T11:24:39.502Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.81s
81432026-08-11T11:24:39.616Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81442026-08-11T11:24:39.620Z
81452026-08-11T11:24:39.621Zrunning 5 tests
81462026-08-11T11:24:39.623Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81472026-08-11T11:24:39.624Ztest fuse::tests::chip_revision_b0 ... ok
81482026-08-11T11:24:39.624Ztest fuse::tests::chip_revision_a0 ... ok
81492026-08-11T11:24:39.624Ztest fuse::tests::chip_revision_b1 ... ok
81502026-08-11T11:24:39.624Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81512026-08-11T11:24:39.624Z
81522026-08-11T11:24:39.624Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-11T11:24:39.624Z
81542026-08-11T11:24:39.624Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-08-11T11:24:39.627Z
81562026-08-11T11:24:39.627Zrunning 0 tests
81572026-08-11T11:24:39.627Z
81582026-08-11T11:24:39.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-11T11:24:39.627Z
81602026-08-11T11:24:39.627Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81612026-08-11T11:24:39.634Z
81622026-08-11T11:24:39.634Zrunning 0 tests
81632026-08-11T11:24:39.634Z
81642026-08-11T11:24:39.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-08-11T11:24:39.637Z
81662026-08-11T11:24:39.637Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81672026-08-11T11:24:39.640Z
81682026-08-11T11:24:39.640Zrunning 10 tests
81692026-08-11T11:24:39.644Ztest nat::tests::test_vni ... ok
81702026-08-11T11:24:39.644Ztest network::tests::test_equal ... ok
81712026-08-11T11:24:39.644Ztest network::tests::test_eui64 ... ok
81722026-08-11T11:24:39.644Ztest network::tests::test_into ... ok
81732026-08-11T11:24:39.644Ztest network::tests::test_not_equal ... ok
81742026-08-11T11:24:39.644Ztest network::tests::test_generate_ipv6_link_local ... ok
81752026-08-11T11:24:39.644Ztest network::tests::test_parse ... ok
81762026-08-11T11:24:39.644Ztest network::tests::test_to_string ... ok
81772026-08-11T11:24:39.644Ztest test_purge ... ok
81782026-08-11T11:24:39.647Ztest illumos::test::address_exists_handles_missing_object ... ok
81792026-08-11T11:24:39.647Z
81802026-08-11T11:24:39.647Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81812026-08-11T11:24:39.647Z
81822026-08-11T11:24:39.647Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81832026-08-11T11:24:39.671Z
81842026-08-11T11:24:39.672Zrunning 1 test
81852026-08-11T11:24:39.675Z -------
81862026-08-11T11:24:39.680Z Generating OpenAPI documents from API definitions ...
81872026-08-11T11:24:39.833Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81882026-08-11T11:24:39.902Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81892026-08-11T11:24:40.925Z -------
81902026-08-11T11:24:40.925Z Checking 12 OpenAPI documents...
81912026-08-11T11:24:40.925Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-11T11:24:40.925Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-11T11:24:40.925Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-11T11:24:40.925Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-11T11:24:40.928Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-11T11:24:40.928Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-11T11:24:40.928Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-11T11:24:40.928Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-11T11:24:40.929Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-11T11:24:40.929Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-11T11:24:40.929Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-11T11:24:40.929Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-08-11T11:24:40.929Z Fresh dpd "latest" symlink
82042026-08-11T11:24:40.929Z -------
82052026-08-11T11:24:40.929Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82062026-08-11T11:24:40.993Ztest test::test_apis_up_to_date ... ok
82072026-08-11T11:24:40.993Z
82082026-08-11T11:24:40.995Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
82092026-08-11T11:24:40.995Z
82102026-08-11T11:24:41.053Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82112026-08-11T11:24:41.059Z
82122026-08-11T11:24:41.059Zrunning 34 tests
82132026-08-11T11:24:41.062Ztest freemap::test_ordering ... ok
82142026-08-11T11:24:41.062Ztest config::tests::test_updates ... ok
82152026-08-11T11:24:41.062Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82162026-08-11T11:24:41.062Ztest freemap::test_split ... ok
82172026-08-11T11:24:41.066Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82182026-08-11T11:24:41.066Ztest macaddrs::tests::test_mac_offset ... ok
82192026-08-11T11:24:41.066Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82202026-08-11T11:24:41.066Ztest macaddrs::tests::test_parse_port_id ... ok
82212026-08-11T11:24:41.066Ztest nat::test_mapping ... ok
82222026-08-11T11:24:41.066ZAug 11 11:24:40.079 DEBG created new freemap, unit: freemap_test
82232026-08-11T11:24:41.066ZAug 11 11:24:40.079 Aug 11 11:24:40.079DEBG DEBG created new freemapinitted freemap. size: 128, , unitunit: :freemap_test Aug 11 11:24:40.079
82242026-08-11T11:24:41.066Zfreemap_test
82252026-08-11T11:24:41.066ZDEBG Aug 11 11:24:40.079created new freemap DEBG, Aug 11 11:24:40.079 DEBG reset freemap, unit :initted freemap. size: 128 Aug 11 11:24:40.079, freemap_test
82262026-08-11T11:24:41.066ZDEBGunit :created new freemap freemap_test,
82272026-08-11T11:24:41.066Zunit: freemap_test
82282026-08-11T11:24:41.066ZAug 11 11:24:40.079 DEBG reset freemap, unitAug 11 11:24:40.079: DEBGfreemap_test
82292026-08-11T11:24:41.066Zinitted freemap. size: 128, unit: freemap_test
82302026-08-11T11:24:41.066Zunit:Aug 11 11:24:40.079 freemap_testDEBG
82312026-08-11T11:24:41.066Z reset freemap, unit:Aug 11 11:24:40.079 freemap_testDEBG
82322026-08-11T11:24:41.066Z initted freemap. size: 128, unit: freemap_test
82332026-08-11T11:24:41.066ZAug 11 11:24:40.079 DEBG reset freemap, unit: freemap_test
82342026-08-11T11:24:41.066Ztest freemap::test_free ... ok
82352026-08-11T11:24:41.066Ztest freemap::test_reclaim ... ok
82362026-08-11T11:24:41.066Ztest freemap::test_basic ... ok
82372026-08-11T11:24:41.066Ztest freemap::test_exhaustion ... ok
82382026-08-11T11:24:41.066Ztest port_map::tests::dump_map ... ok
82392026-08-11T11:24:41.066Ztest port_map::tests::test_backplane_group ... ok
82402026-08-11T11:24:41.066Ztest port_map::tests::test_port_map ... ok
82412026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG created new freemap, unit: freemap_test
82422026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG initted freemap. size: 128, unit: freemap_test
82432026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG reset freemap, unit: freemap_test
82442026-08-11T11:24:41.067Ztest freemap::test_span ... ok
82452026-08-11T11:24:41.067Ztest api_server::tests::test_build_info ... ok
82462026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG created new freemap, unit: freemap_test
82472026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG initted freemap. size: 8, unit: freemap_test
82482026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG reset freemap, unit: freemap_test
82492026-08-11T11:24:41.067Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82502026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG created new freemap, unit: freemap_route_ipv4
82512026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG created new freemap, unit: freemap_route_ipv6
82522026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82532026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG reset freemap, unit: freemap_route_ipv4
82542026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82552026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG reset freemap, unit: freemap_route_ipv6
82562026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82572026-08-11T11:24:41.067ZAug 11 11:24:40.080 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82582026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82592026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82602026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
82612026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82622026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
82632026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82642026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82652026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82662026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82672026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82682026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82692026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82702026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82712026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82722026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82732026-08-11T11:24:41.067ZAug 11 11:24:40.080 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-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82752026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82762026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82772026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82782026-08-11T11:24:41.067ZAug 11 11:24:40.080 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82792026-08-11T11:24:41.067ZAug 11 11:24:40.080 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 } }]
82802026-08-11T11:24:41.068ZAug 11 11:24:40.080 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82812026-08-11T11:24:41.068ZAug 11 11:24:40.080 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 } }]
82822026-08-11T11:24:41.068ZAug 11 11:24:40.080 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82832026-08-11T11:24:41.068ZAug 11 11:24:40.080 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 } }]
82842026-08-11T11:24:41.068ZAug 11 11:24:40.080 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82852026-08-11T11:24:41.068ZAug 11 11:24:40.080 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 } }]
82862026-08-11T11:24:41.068ZAug 11 11:24:40.080 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82872026-08-11T11:24:41.068ZAug 11 11:24:40.080 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 } }]
82882026-08-11T11:24:41.068ZAug 11 11:24:40.080 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82892026-08-11T11:24:41.068ZAug 11 11:24:40.080 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 } }]
82902026-08-11T11:24:41.068ZAug 11 11:24:40.080 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82912026-08-11T11:24:41.068ZAug 11 11:24:40.080 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 } }]
82922026-08-11T11:24:41.068ZAug 11 11:24:40.081 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
82932026-08-11T11:24:41.068ZAug 11 11:24:40.081 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 } }]
82942026-08-11T11:24:41.068ZAug 11 11:24:40.081 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82952026-08-11T11:24:41.068ZAug 11 11:24:40.081 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 } }]
82962026-08-11T11:24:41.068ZAug 11 11:24:40.081 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
82972026-08-11T11:24:41.068ZAug 11 11:24:40.081 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 } }]
82982026-08-11T11:24:41.068ZAug 11 11:24:40.081 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
82992026-08-11T11:24:41.072ZAug 11 11:24:40.081 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 } }]
83002026-08-11T11:24:41.072ZAug 11 11:24:40.081 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83012026-08-11T11:24:41.072ZAug 11 11:24:40.081 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 } }]
83022026-08-11T11:24:41.072ZAug 11 11:24:40.081 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83032026-08-11T11:24:41.072ZAug 11 11:24:40.081 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 } }]
83042026-08-11T11:24:41.072ZAug 11 11:24:40.081 Aug 11 11:24:40.081DEBG INFOcreated new freemap adding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
83052026-08-11T11:24:41.072Zunit: freemap_route_ipv4Aug 11 11:24:40.081
83062026-08-11T11:24:41.072Z 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 } }]
83072026-08-11T11:24:41.072ZAug 11 11:24:40.081Aug 11 11:24:40.081 DEBGINFO created new freemap, unit: freemap_route_ipv6
83082026-08-11T11:24:41.072ZAug 11 11:24:40.081 DEBGAug 11 11:24:40.081 initted freemap. size: 64 , DEBGunit : created new freemapfreemap_route_ipv4
83092026-08-11T11:24:41.072Z, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:Aug 11 11:24:40.081
83102026-08-11T11:24:41.072Z freemap_route_ipv4DEBG
83112026-08-11T11:24:41.072Zreset freemap, unit: freemap_route_ipv4
83122026-08-11T11:24:41.072ZAug 11 11:24:40.081Aug 11 11:24:40.081 DEBGAug 11 11:24:40.081 DEBG initted freemap. size: 64 DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081,
83132026-08-11T11:24:41.072Z unit: created new freemap freemap_route_ipv6,
83142026-08-11T11:24:41.072Ztest port_map::tests::parse_softnpu_revision ... ok
83152026-08-11T11:24:41.072ZAug 11 11:24:40.081Aug 11 11:24:40.081 INFODEBG reset freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff,
83162026-08-11T11:24:41.072Zunit: freemap_route_ipv6
83172026-08-11T11:24:41.072ZDEBG created new freemap, Aug 11 11:24:40.081unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1
83182026-08-11T11:24:41.072Z
83192026-08-11T11:24:41.072ZAug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff: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 } }]
83202026-08-11T11:24:41.072ZDEBG
83212026-08-11T11:24:41.072Z created new freemapAug 11 11:24:40.081, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 11 11:24:40.081
83222026-08-11T11:24:41.072Z
83232026-08-11T11:24:41.072ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83242026-08-11T11:24:41.072ZAug 11 11:24:40.081Aug 11 11:24:40.081 Aug 11 11:24:40.081 DEBGAug 11 11:24:40.081 DEBG initted freemap. size: 64DEBG, replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
83252026-08-11T11:24:41.072Z :created new freemap DEBG, freemap_route_ipv4Aug 11 11:24:40.081
83262026-08-11T11:24:41.072Z unitINFOreplacing 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 } }]:
83272026-08-11T11:24:41.072Z freemap_route_ipv4Aug 11 11:24:40.081
83282026-08-11T11:24:41.072Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 11 11:24:40.081DEBG
83292026-08-11T11:24:41.072ZINFOAug 11 11:24:40.081 reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1,
83302026-08-11T11:24:41.072ZunitDEBG: created new freemapfreemap_route_ipv4, Aug 11 11:24:40.081unitAug 11 11:24:40.081
83312026-08-11T11:24:41.073Z: freemap_route_ipv6DEBGDEBG
83322026-08-11T11:24:41.073Zreplacing 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 } }]
83332026-08-11T11:24:41.073Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGDEBG Aug 11 11:24:40.081initted freemap. size: 64
83342026-08-11T11:24:41.073Zinitted freemap. size: 64, unit :INFO freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
83352026-08-11T11:24:41.073Z
83362026-08-11T11:24:41.073ZINFO , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
83372026-08-11T11:24:41.073ZAug 11 11:24:40.081 :DEBGAug 11 11:24:40.081 Aug 11 11:24:40.081freemap_route_ipv6
83382026-08-11T11:24:41.073Zreplacing 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
83392026-08-11T11:24:41.073ZAug 11 11:24:40.081 reset freemapDEBG, reset freemapunit, :unit :Aug 11 11:24:40.081 freemap_route_ipv4freemap_route_ipv6
83402026-08-11T11:24:41.073Z
83412026-08-11T11:24:41.073Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83422026-08-11T11:24:41.073ZAug 11 11:24:40.081Aug 11 11:24:40.081 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
83432026-08-11T11:24:41.073Z, Aug 11 11:24:40.081unit :DEBGAug 11 11:24:40.081 freemap_route_ipv6replacing 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 } }]
83442026-08-11T11:24:41.073Z
83452026-08-11T11:24:41.073Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.081
83462026-08-11T11:24:41.073Z Aug 11 11:24:40.081INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 11 11:24:40.081
83472026-08-11T11:24:41.073Z reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
83482026-08-11T11:24:41.073Z Aug 11 11:24:40.081freemap_route_ipv6
83492026-08-11T11:24:41.073ZDEBG Aug 11 11:24:40.081replacing 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 } }]
83502026-08-11T11:24:41.073ZAug 11 11:24:40.081DEBG 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 } }]
83512026-08-11T11:24:41.073Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:40.081
83522026-08-11T11:24:41.073Z INFOAug 11 11:24:40.081 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
83532026-08-11T11:24:41.073Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.081
83542026-08-11T11:24:41.073Zadding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG
83552026-08-11T11:24:41.073Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081
83562026-08-11T11:24:41.073Z INFO Aug 11 11:24:40.081adding route 3fff:dead::/64 -> 2001:db8::55:1
83572026-08-11T11:24:41.073ZDEBGAug 11 11:24:40.081 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
83582026-08-11T11:24:41.073Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
83592026-08-11T11:24:41.073ZAug 11 11:24:40.081 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83602026-08-11T11:24:41.073Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
83612026-08-11T11:24:41.073Z DEBG Aug 11 11:24:40.081replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081 INFODEBG
83622026-08-11T11:24:41.073Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
83632026-08-11T11:24:41.073Z
83642026-08-11T11:24:41.073ZAug 11 11:24:40.081 INFOAug 11 11:24:40.081Aug 11 11:24:40.081 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83652026-08-11T11:24:41.074Zreplacing 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
83662026-08-11T11:24:41.074Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
83672026-08-11T11:24:41.074Z Aug 11 11:24:40.081DEBG 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
83682026-08-11T11:24:41.074Z Aug 11 11:24:40.081 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
83692026-08-11T11:24:41.074Z Aug 11 11:24:40.081replacing 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 } }]
83702026-08-11T11:24:41.074ZINFOAug 11 11:24:40.081 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
83712026-08-11T11:24:41.074Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 11 11:24:40.081
83722026-08-11T11:24:41.074Z Aug 11 11:24:40.081 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 } }]
83732026-08-11T11:24:41.074Zunit: freemap_route_ipv6
83742026-08-11T11:24:41.074ZAug 11 11:24:40.081 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83752026-08-11T11:24:41.074ZAug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081 DEBGDEBG initted freemap. size: 64replacing 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
83762026-08-11T11:24:41.074Z, unitadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 11 11:24:40.081: INFOfreemap_route_ipv4
83772026-08-11T11:24:41.074Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
83782026-08-11T11:24:41.074Z
83792026-08-11T11:24:41.074Z Aug 11 11:24:40.081DEBG DEBGAug 11 11:24:40.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:24:40.081
83802026-08-11T11:24:41.074Zreset 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 } }]:
83812026-08-11T11:24:41.074ZAug 11 11:24:40.081 INFO Aug 11 11:24:40.081adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv4
83822026-08-11T11:24:41.074Z
83832026-08-11T11:24:41.074Z DEBGINFO Aug 11 11:24:40.081 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:24:40.081DEBG
83842026-08-11T11:24:41.074Z DEBG
83852026-08-11T11:24:41.074Zreplacing 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 } }]
83862026-08-11T11:24:41.074ZAug 11 11:24:40.081initted freemap. size: 64 Aug 11 11:24:40.081, unitINFOAug 11 11:24:40.081DEBG :INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
83872026-08-11T11:24:41.074Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83882026-08-11T11:24:41.074ZAug 11 11:24:40.081
83892026-08-11T11:24:41.074Z
83902026-08-11T11:24:41.074ZDEBG reset freemapAug 11 11:24:40.081Aug 11 11:24:40.081 , Aug 11 11:24:40.081INFO DEBGunit DEBG: adding route 3fff:beef:23::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
83912026-08-11T11:24:41.074Zreplacing 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 } }]
83922026-08-11T11:24:41.074Z
83932026-08-11T11:24:41.074Z
83942026-08-11T11:24:41.074ZAug 11 11:24:40.081Aug 11 11:24:40.081 Aug 11 11:24:40.081INFOINFOAug 11 11:24:40.081 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83952026-08-11T11:24:41.074Z
83962026-08-11T11:24:41.074Zreplacing 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 } }]
83972026-08-11T11:24:41.074ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 11 11:24:40.081Aug 11 11:24:40.081 DEBGINFO Aug 11 11:24:40.081 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 } }]
83982026-08-11T11:24:41.074ZDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83992026-08-11T11:24:41.079Z
84002026-08-11T11:24:41.079Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84012026-08-11T11:24:41.079ZAug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081Aug 11 11:24:40.081 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84022026-08-11T11:24:41.079ZINFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff 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: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 } }]
84032026-08-11T11:24:41.079Z
84042026-08-11T11:24:41.079Z
84052026-08-11T11:24:41.079ZAug 11 11:24:40.081Aug 11 11:24:40.081 Aug 11 11:24:40.081Aug 11 11:24:40.081DEBG DEBGINFOreplacing 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 } }]
84062026-08-11T11:24:41.079ZINFO 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 } }]
84072026-08-11T11:24:41.079Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
84082026-08-11T11:24:41.079ZAug 11 11:24:40.081 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:24:40.081adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84092026-08-11T11:24:41.079Z
84102026-08-11T11:24:41.079ZDEBG 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 } }]
84112026-08-11T11:24:41.079ZAug 11 11:24:40.081 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081
84122026-08-11T11:24:41.079Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84132026-08-11T11:24:41.079ZAug 11 11:24:40.081 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:40.081
84142026-08-11T11:24:41.079Z 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 } }]
84152026-08-11T11:24:41.079ZAug 11 11:24:40.081 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.081
84162026-08-11T11:24:41.079Z Aug 11 11:24:40.081INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84172026-08-11T11:24:41.079ZAug 11 11:24:40.082INFO 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 } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84182026-08-11T11:24:41.079Zreplacing 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 } }]
84192026-08-11T11:24:41.079Z
84202026-08-11T11:24:41.079ZAug 11 11:24:40.082 INFOAug 11 11:24:40.082 Aug 11 11:24:40.082Aug 11 11:24:40.082 INFODEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84212026-08-11T11:24:41.079Zreplacing 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 } }]
84222026-08-11T11:24:41.079ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84232026-08-11T11:24:41.079Z
84242026-08-11T11:24:41.079ZAug 11 11:24:40.082Aug 11 11:24:40.082 INFODEBG Aug 11 11:24:40.082replacing 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 } }]
84252026-08-11T11:24:41.079Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 DEBGDEBG
84262026-08-11T11:24:41.079Z Aug 11 11:24:40.082replacing 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 } }]
84272026-08-11T11:24:41.079ZAug 11 11:24:40.082INFO 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 } }]
84282026-08-11T11:24:41.079Z
84292026-08-11T11:24:41.079ZDEBG Aug 11 11:24:40.082replacing 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 } }]
84302026-08-11T11:24:41.079ZAug 11 11:24:40.082INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
84312026-08-11T11:24:41.080Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
84322026-08-11T11:24:41.080ZAug 11 11:24:40.082 Aug 11 11:24:40.082INFO DEBGINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
84332026-08-11T11:24:41.080Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
84342026-08-11T11:24:41.080Z
84352026-08-11T11:24:41.080Z INFOAug 11 11:24:40.082 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082
84362026-08-11T11:24:41.080Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84372026-08-11T11:24:41.080Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
84382026-08-11T11:24:41.080Z Aug 11 11:24:40.082DEBG Aug 11 11:24:40.082DEBG Aug 11 11:24:40.082 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 } }]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 } }]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 } }]
84392026-08-11T11:24:41.080Z
84402026-08-11T11:24:41.080Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
84412026-08-11T11:24:41.080Z
84422026-08-11T11:24:41.080ZAug 11 11:24:40.082 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFO
84432026-08-11T11:24:41.080Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
84442026-08-11T11:24:41.080Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84452026-08-11T11:24:41.080Z DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082 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
84462026-08-11T11:24:41.080ZAug 11 11:24:40.082
84472026-08-11T11:24:41.080Zreplacing 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 } }]
84482026-08-11T11:24:41.080ZDEBG 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 } }]
84492026-08-11T11:24:41.080ZAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFOINFO Aug 11 11:24:40.082 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
84502026-08-11T11:24:41.080Z
84512026-08-11T11:24:41.080Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84522026-08-11T11:24:41.080Z
84532026-08-11T11:24:41.080ZAug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.082
84542026-08-11T11:24:41.080ZDEBG 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
84552026-08-11T11:24:41.080Z Aug 11 11:24:40.082replacing 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 } }]
84562026-08-11T11:24:41.080ZINFOAug 11 11:24:40.082 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84572026-08-11T11:24:41.080Z INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84582026-08-11T11:24:41.080ZAug 11 11:24:40.082 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 } }]INFOAug 11 11:24:40.082
84592026-08-11T11:24:41.080Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84602026-08-11T11:24:41.080Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84612026-08-11T11:24:41.080Z Aug 11 11:24:40.082replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84622026-08-11T11:24:41.080ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84632026-08-11T11:24:41.080Z Aug 11 11:24:40.082INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84642026-08-11T11:24:41.080ZAug 11 11:24:40.082 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
84652026-08-11T11:24:41.080Z DEBG Aug 11 11:24:40.082replacing 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: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 } }]
84662026-08-11T11:24:41.080Z
84672026-08-11T11:24:41.080ZAug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing 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 } }]
84682026-08-11T11:24:41.080ZINFOAug 11 11:24:40.082DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
84692026-08-11T11:24:41.080Zreplacing 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:d::/64 -> 2001:db8::55:ff
84702026-08-11T11:24:41.081Z
84712026-08-11T11:24:41.081ZAug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
84722026-08-11T11:24:41.081Z DEBG 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 } }]Aug 11 11:24:40.082
84732026-08-11T11:24:41.081ZINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84742026-08-11T11:24:41.081Z INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
84752026-08-11T11:24:41.081Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84762026-08-11T11:24:41.081ZAug 11 11:24:40.082 INFO DEBG Aug 11 11:24:40.082replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
84772026-08-11T11:24:41.081ZAug 11 11:24:40.082
84782026-08-11T11:24:41.081Z 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
84792026-08-11T11:24:41.081Z Aug 11 11:24:40.082Aug 11 11:24:40.082replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.082 DEBG
84802026-08-11T11:24:41.081ZINFO INFOAug 11 11:24:40.082 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84812026-08-11T11:24:41.081Z
84822026-08-11T11:24:41.081Zreplacing 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 } }]
84832026-08-11T11:24:41.081ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082 DEBGDEBG 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 } }]
84842026-08-11T11:24:41.081Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84852026-08-11T11:24:41.081Z
84862026-08-11T11:24:41.081Z
84872026-08-11T11:24:41.081ZAug 11 11:24:40.082 INFOAug 11 11:24:40.082 Aug 11 11:24:40.082adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84882026-08-11T11:24:41.081ZDEBG INFOAug 11 11:24:40.082 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 } }]
84892026-08-11T11:24:41.081Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082
84902026-08-11T11:24:41.081Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 11 11:24:40.082
84912026-08-11T11:24:41.081Zreplacing 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 } }]
84922026-08-11T11:24:41.081ZINFO Aug 11 11:24:40.082adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84932026-08-11T11:24:41.081ZDEBGAug 11 11:24:40.082 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84942026-08-11T11:24:41.081Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
84952026-08-11T11:24:41.081ZAug 11 11:24:40.082Aug 11 11:24:40.082 INFODEBG INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/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 } }]
84962026-08-11T11:24:41.081Z
84972026-08-11T11:24:41.081Z
84982026-08-11T11:24:41.081ZAug 11 11:24:40.082Aug 11 11:24:40.082 DEBGDEBG Aug 11 11:24:40.082replacing 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 } }]
84992026-08-11T11:24:41.085ZAug 11 11:24:40.082replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.082DEBGINFO INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85002026-08-11T11:24:41.085Z
85012026-08-11T11:24:41.085Z
85022026-08-11T11:24:41.085Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85032026-08-11T11:24:41.085ZAug 11 11:24:40.082 Aug 11 11:24:40.082DEBGAug 11 11:24:40.082 Aug 11 11:24:40.082INFOreplacing 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 } }]
85042026-08-11T11:24:41.085ZDEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85052026-08-11T11:24:41.085Zreplacing 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 } }]
85062026-08-11T11:24:41.085ZINFO Aug 11 11:24:40.082adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85072026-08-11T11:24:41.085ZAug 11 11:24:40.082Aug 11 11:24:40.082INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO DEBG
85082026-08-11T11:24:41.085Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
85092026-08-11T11:24:41.085Z
85102026-08-11T11:24:41.085ZAug 11 11:24:40.082Aug 11 11:24:40.082 DEBG DEBGDEBGAug 11 11:24:40.082 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85112026-08-11T11:24:41.085Z adding route 3fff:beef:10::/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 } }]
85122026-08-11T11:24:41.085Zreplacing 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 } }]
85132026-08-11T11:24:41.085Z
85142026-08-11T11:24:41.085ZAug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082 Aug 11 11:24:40.082 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85152026-08-11T11:24:41.085ZINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
85162026-08-11T11:24:41.085Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85172026-08-11T11:24:41.085Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85182026-08-11T11:24:41.086ZAug 11 11:24:40.082 INFOAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85192026-08-11T11:24:41.086ZDEBGDEBG 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 } }]
85202026-08-11T11:24:41.086Z 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:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
85212026-08-11T11:24:41.086Z DEBG Aug 11 11:24:40.082
85222026-08-11T11:24:41.086Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
85232026-08-11T11:24:41.086Z INFO INFOAug 11 11:24:40.082adding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85242026-08-11T11:24:41.086Z
85252026-08-11T11:24:41.086ZINFO Aug 11 11:24:40.082adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082
85262026-08-11T11:24:41.086Z DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 11 11:24:40.082
85272026-08-11T11:24:41.086Z DEBG adding route 3fff:beef:32::/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 } }]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 } }]
85282026-08-11T11:24:41.086Z
85292026-08-11T11:24:41.086Z
85302026-08-11T11:24:41.086ZAug 11 11:24:40.082 INFO Aug 11 11:24:40.082adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:24:40.082Aug 11 11:24:40.082
85312026-08-11T11:24:41.086Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOAug 11 11:24:40.082
85322026-08-11T11:24:41.086Z DEBG 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85332026-08-11T11:24:41.086ZAug 11 11:24:40.082
85342026-08-11T11:24:41.087Z DEBG Aug 11 11:24:40.082replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
85352026-08-11T11:24:41.087Z INFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85362026-08-11T11:24:41.087Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85372026-08-11T11:24:41.087Z
85382026-08-11T11:24:41.087ZAug 11 11:24:40.082 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
85392026-08-11T11:24:41.087ZAug 11 11:24:40.082 INFOINFO Aug 11 11:24:40.082Aug 11 11:24:40.082 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
85402026-08-11T11:24:41.087Z
85412026-08-11T11:24:41.087Z 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 } }]
85422026-08-11T11:24:41.087Z Aug 11 11:24:40.082Aug 11 11:24:40.082 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 } }] DEBGDEBGAug 11 11:24:40.082
85432026-08-11T11:24:41.087Z INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85442026-08-11T11:24:41.087Z
85452026-08-11T11:24:41.087ZAug 11 11:24:40.082 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
85462026-08-11T11:24:41.087Z Aug 11 11:24:40.082Aug 11 11:24:40.082adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85472026-08-11T11:24:41.087ZAug 11 11:24:40.082INFOINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85482026-08-11T11:24:41.087Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.082
85492026-08-11T11:24:41.087Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082
85502026-08-11T11:24:41.087Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
85512026-08-11T11:24:41.087Z DEBGINFOAug 11 11:24:40.082 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85522026-08-11T11:24:41.087ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85532026-08-11T11:24:41.087Z
85542026-08-11T11:24:41.087ZDEBGAug 11 11:24:40.082 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 } }]INFO
85552026-08-11T11:24:41.087Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
85562026-08-11T11:24:41.087ZAug 11 11:24:40.082 DEBGAug 11 11:24:40.082DEBG 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: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
85572026-08-11T11:24:41.087ZAug 11 11:24:40.082
85582026-08-11T11:24:41.087Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
85592026-08-11T11:24:41.087Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082
85602026-08-11T11:24:41.087ZINFO Aug 11 11:24:40.082adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 11 11:24:40.082 Aug 11 11:24:40.082 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 } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
85612026-08-11T11:24:41.087Z
85622026-08-11T11:24:41.087Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85632026-08-11T11:24:41.087Z
85642026-08-11T11:24:41.087ZAug 11 11:24:40.082 INFO Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 DEBGDEBGDEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
85652026-08-11T11:24:41.087Zreplacing 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 } }]
85662026-08-11T11:24:41.087Z
85672026-08-11T11:24:41.087Z
85682026-08-11T11:24:41.087ZAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
85692026-08-11T11:24:41.087Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
85702026-08-11T11:24:41.087Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.082
85712026-08-11T11:24:41.088ZAug 11 11:24:40.082 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082 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
85722026-08-11T11:24:41.088Z
85732026-08-11T11:24:41.088Z 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
85742026-08-11T11:24:41.088Z 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 } }]
85752026-08-11T11:24:41.088ZAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
85762026-08-11T11:24:41.088Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
85772026-08-11T11:24:41.088Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 11 11:24:40.082
85782026-08-11T11:24:41.088Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
85792026-08-11T11:24:41.088Z Aug 11 11:24:40.082Aug 11 11:24:40.082 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 } }] Aug 11 11:24:40.082DEBGreplacing 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 } }]
85802026-08-11T11:24:41.088ZDEBGreplacing 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 } }]
85812026-08-11T11:24:41.088Zreplacing 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 } }]
85822026-08-11T11:24:41.088Z
85832026-08-11T11:24:41.088ZAug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082INFO INFOINFO Aug 11 11:24:40.082adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85842026-08-11T11:24:41.088Z
85852026-08-11T11:24:41.088Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
85862026-08-11T11:24:41.088ZAug 11 11:24:40.082Aug 11 11:24:40.082 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBGDEBG
85872026-08-11T11:24:41.088Z 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: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 } }]
85882026-08-11T11:24:41.088Z
85892026-08-11T11:24:41.088ZAug 11 11:24:40.082 DEBG Aug 11 11:24:40.082replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.082Aug 11 11:24:40.082 INFOINFO
85902026-08-11T11:24:41.088ZDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85912026-08-11T11:24:41.088Z
85922026-08-11T11:24:41.088Z 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 } }]
85932026-08-11T11:24:41.088ZAug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082DEBG 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 } }]INFO
85942026-08-11T11:24:41.088Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85952026-08-11T11:24:41.088Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85962026-08-11T11:24:41.088ZAug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 Aug 11 11:24:40.082 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
85972026-08-11T11:24:41.088Z
85982026-08-11T11:24:41.088Z 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 } }]
85992026-08-11T11:24:41.092Z INFO Aug 11 11:24:40.082Aug 11 11:24:40.082Aug 11 11:24:40.082 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG INFODEBGreplacing 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 } }]
86002026-08-11T11:24:41.092Zreplacing 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 } }]
86012026-08-11T11:24:41.092Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86022026-08-11T11:24:41.092Z
86032026-08-11T11:24:41.092ZAug 11 11:24:40.082 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
86042026-08-11T11:24:41.092ZAug 11 11:24:40.083Aug 11 11:24:40.083 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 } }]INFODEBG
86052026-08-11T11:24:41.092Z Aug 11 11:24:40.083replacing 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:1a::/64 -> 2001:db8::55:ffDEBG
86062026-08-11T11:24:41.092Z 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 } }]
86072026-08-11T11:24:41.092Z
86082026-08-11T11:24:41.093ZAug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 DEBGadding route 3fff:beef:3a::/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 } }]INFO
86092026-08-11T11:24:41.093Z
86102026-08-11T11:24:41.093ZINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86112026-08-11T11:24:41.093Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86122026-08-11T11:24:41.093ZAug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGDEBGDEBG
86132026-08-11T11:24:41.093Z 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 } }]
86142026-08-11T11:24:41.093Zreplacing 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: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 } }]
86152026-08-11T11:24:41.093Z
86162026-08-11T11:24:41.093ZAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083INFO INFOAug 11 11:24:40.083adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO
86172026-08-11T11:24:41.093Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
86182026-08-11T11:24:41.093Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
86192026-08-11T11:24:41.093Z DEBG
86202026-08-11T11:24:41.093Z Aug 11 11:24:40.083replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
86212026-08-11T11:24:41.093Z Aug 11 11:24:40.083Aug 11 11:24:40.083 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
86222026-08-11T11:24:41.093Z INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
86232026-08-11T11:24:41.093ZAug 11 11:24:40.083adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO
86242026-08-11T11:24:41.093Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 11 11:24:40.083
86252026-08-11T11:24:41.093Z Aug 11 11:24:40.083adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
86262026-08-11T11:24:41.093Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
86272026-08-11T11:24:41.093ZAug 11 11:24:40.083 Aug 11 11:24:40.083 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 } }]
86282026-08-11T11:24:41.093ZDEBGAug 11 11:24:40.083 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 } }]
86292026-08-11T11:24:41.093Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86302026-08-11T11:24:41.093ZAug 11 11:24:40.083 Aug 11 11:24:40.083 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
86312026-08-11T11:24:41.093Z INFO
86322026-08-11T11:24:41.093Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86332026-08-11T11:24:41.093ZAug 11 11:24:40.083
86342026-08-11T11:24:41.093Z Aug 11 11:24:40.083DEBG 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 } }]
86352026-08-11T11:24:41.093ZDEBG Aug 11 11:24:40.083replacing 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 } }]
86362026-08-11T11:24:41.093ZDEBG Aug 11 11:24:40.083replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.083
86372026-08-11T11:24:41.093ZDEBGAug 11 11:24:40.083 INFOINFOfailed to allocate space for the new target list
86382026-08-11T11:24:41.093Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86392026-08-11T11:24:41.093Z
86402026-08-11T11:24:41.093ZAug 11 11:24:40.083 Aug 11 11:24:40.083INFO Aug 11 11:24:40.083 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGAug 11 11:24:40.083DEBG
86412026-08-11T11:24:41.093Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86422026-08-11T11:24:41.093ZAug 11 11:24:40.083replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
86432026-08-11T11:24:41.093Z
86442026-08-11T11:24:41.093Z Aug 11 11:24:40.083replacing 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 } }]
86452026-08-11T11:24:41.093ZINFOAug 11 11:24:40.083 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
86462026-08-11T11:24:41.093Z Aug 11 11:24:40.083adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86472026-08-11T11:24:41.094ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
86482026-08-11T11:24:41.094Z DEBGAug 11 11:24:40.083 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86492026-08-11T11:24:41.094Z Aug 11 11:24:40.083replacing 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 } }]
86502026-08-11T11:24:41.094ZDEBGAug 11 11:24:40.083 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86512026-08-11T11:24:41.094ZAug 11 11:24:40.083 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
86522026-08-11T11:24:41.094Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86532026-08-11T11:24:41.094ZAug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083 DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
86542026-08-11T11:24:41.094Zreplacing 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 } }]
86552026-08-11T11:24:41.094Zreplacing 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 } }]
86562026-08-11T11:24:41.094ZAug 11 11:24:40.083 DEBGAug 11 11:24:40.083Aug 11 11:24:40.083 INFO INFO 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:27::/64 -> 2001:db8::55:ff
86572026-08-11T11:24:41.094Z
86582026-08-11T11:24:41.094Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86592026-08-11T11:24:41.094ZAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBG 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 } }]
86602026-08-11T11:24:41.094ZINFOreplacing 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 } }]
86612026-08-11T11:24:41.094Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86622026-08-11T11:24:41.094ZAug 11 11:24:40.083 Aug 11 11:24:40.083Aug 11 11:24:40.083 INFOINFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86632026-08-11T11:24:41.094Z
86642026-08-11T11:24:41.094Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86652026-08-11T11:24:41.094ZAug 11 11:24:40.083Aug 11 11:24:40.083 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
86662026-08-11T11:24:41.094Z
86672026-08-11T11:24:41.094Z 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 } }]
86682026-08-11T11:24:41.094ZAug 11 11:24:40.083 DEBG Aug 11 11:24:40.083Aug 11 11:24:40.083 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
86692026-08-11T11:24:41.094Z INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86702026-08-11T11:24:41.094Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86712026-08-11T11:24:41.094ZAug 11 11:24:40.083 INFOAug 11 11:24:40.083Aug 11 11:24:40.083 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
86722026-08-11T11:24:41.094Z 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
86732026-08-11T11:24:41.094Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
86742026-08-11T11:24:41.094Z DEBG Aug 11 11:24:40.083replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
86752026-08-11T11:24:41.094ZINFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86762026-08-11T11:24:41.094ZAug 11 11:24:40.083adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86772026-08-11T11:24:41.094ZINFO Aug 11 11:24:40.083adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86782026-08-11T11:24:41.094ZDEBG Aug 11 11:24:40.083replacing 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 } }]
86792026-08-11T11:24:41.094ZDEBG Aug 11 11:24:40.083replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083 DEBGINFO
86802026-08-11T11:24:41.094Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86812026-08-11T11:24:41.094Z
86822026-08-11T11:24:41.094ZAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083INFODEBG INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86832026-08-11T11:24:41.094Z
86842026-08-11T11:24:41.094Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86852026-08-11T11:24:41.094ZAug 11 11:24:40.083 Aug 11 11:24:40.083Aug 11 11:24:40.083INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86862026-08-11T11:24:41.094Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86872026-08-11T11:24:41.095Z 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 } }]
86882026-08-11T11:24:41.095ZAug 11 11:24:40.083 Aug 11 11:24:40.083DEBG Aug 11 11:24:40.083 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 } }]INFOINFO
86892026-08-11T11:24:41.095Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86902026-08-11T11:24:41.095Z
86912026-08-11T11:24:41.095ZAug 11 11:24:40.083 INFOAug 11 11:24:40.083 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
86922026-08-11T11:24:41.095Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
86932026-08-11T11:24:41.095Z 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 } }]Aug 11 11:24:40.083
86942026-08-11T11:24:41.095Z Aug 11 11:24:40.083 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBGAug 11 11:24:40.083 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 } }]INFO
86952026-08-11T11:24:41.095Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86962026-08-11T11:24:41.095Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86972026-08-11T11:24:41.095Z
86982026-08-11T11:24:41.095ZAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBGINFO 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: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 } }]
86992026-08-11T11:24:41.099Z
87002026-08-11T11:24:41.099Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
87012026-08-11T11:24:41.099Z Aug 11 11:24:40.083DEBG Aug 11 11:24:40.083Aug 11 11:24:40.083 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 } }]INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87022026-08-11T11:24:41.099Z
87032026-08-11T11:24:41.099Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
87042026-08-11T11:24:41.099Z
87052026-08-11T11:24:41.099ZAug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBGAug 11 11:24:40.083 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
87062026-08-11T11:24:41.099Z DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOAug 11 11:24:40.083replacing 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 } }]
87072026-08-11T11:24:41.099ZINFO
87082026-08-11T11:24:41.099Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
87092026-08-11T11:24:41.099Z
87102026-08-11T11:24:41.099Z DEBG Aug 11 11:24:40.083replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
87112026-08-11T11:24:41.099Z Aug 11 11:24:40.083DEBG INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87122026-08-11T11:24:41.099Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
87132026-08-11T11:24:41.099Z 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 } }]
87142026-08-11T11:24:41.099Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
87152026-08-11T11:24:41.099Z INFOAug 11 11:24:40.083 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
87162026-08-11T11:24:41.099Z 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 } }]
87172026-08-11T11:24:41.099ZAug 11 11:24:40.083Aug 11 11:24:40.083 DEBGDEBG Aug 11 11:24:40.083replacing 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: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 } }]
87182026-08-11T11:24:41.099ZAug 11 11:24:40.083INFO
87192026-08-11T11:24:41.099Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 11 11:24:40.083 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
87202026-08-11T11:24:41.099ZAug 11 11:24:40.083 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
87212026-08-11T11:24:41.099Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
87222026-08-11T11:24:41.099Z
87232026-08-11T11:24:41.099Z DEBG Aug 11 11:24:40.083replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083 Aug 11 11:24:40.083DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87242026-08-11T11:24:41.099Z
87252026-08-11T11:24:41.099Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87262026-08-11T11:24:41.100Z 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 } }]
87272026-08-11T11:24:41.100ZAug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 Aug 11 11:24:40.083 INFOINFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87282026-08-11T11:24:41.100Z
87292026-08-11T11:24:41.100Z
87302026-08-11T11:24:41.100ZINFO Aug 11 11:24:40.083adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 11 11:24:40.083DEBG
87312026-08-11T11:24:41.100Z 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 } }]Aug 11 11:24:40.083
87322026-08-11T11:24:41.100Zreplacing 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 } }]
87332026-08-11T11:24:41.100ZDEBGAug 11 11:24:40.083 Aug 11 11:24:40.083 DEBGINFOAug 11 11:24:40.083 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:33::/64 -> 2001:db8::55:ff
87342026-08-11T11:24:41.100ZINFOreplacing 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 } }]
87352026-08-11T11:24:41.100Z
87362026-08-11T11:24:41.100Z Aug 11 11:24:40.083adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 11 11:24:40.083INFO
87372026-08-11T11:24:41.100Z Aug 11 11:24:40.083DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 11 11:24:40.083
87382026-08-11T11:24:41.100Z 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
87392026-08-11T11:24:41.100Z 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 } }]
87402026-08-11T11:24:41.100ZINFO Aug 11 11:24:40.083adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 11 11:24:40.083Aug 11 11:24:40.083
87412026-08-11T11:24:41.100Z INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
87422026-08-11T11:24:41.100Z
87432026-08-11T11:24:41.100Z 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 } }]
87442026-08-11T11:24:41.100ZAug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 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 } }]Aug 11 11:24:40.083
87452026-08-11T11:24:41.100Z 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 } }]INFODEBG
87462026-08-11T11:24:41.100Zreplacing 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 } }]
87472026-08-11T11:24:41.100Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87482026-08-11T11:24:41.100ZAug 11 11:24:40.083 Aug 11 11:24:40.083Aug 11 11:24:40.083INFO Aug 11 11:24:40.083adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87492026-08-11T11:24:41.100ZINFODEBG 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:35::/64 -> 2001:db8::55:ff
87502026-08-11T11:24:41.100Z
87512026-08-11T11:24:41.100Z INFO Aug 11 11:24:40.083Aug 11 11:24:40.083Aug 11 11:24:40.083 DEBGDEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
87522026-08-11T11:24:41.100Z INFO
87532026-08-11T11:24:41.100Z
87542026-08-11T11:24:41.100ZAug 11 11:24:40.083adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87552026-08-11T11:24:41.100ZINFOAug 11 11:24:40.083 Aug 11 11:24:40.083adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
87562026-08-11T11:24:41.100ZAug 11 11:24:40.083 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG
87572026-08-11T11:24:41.100Z Aug 11 11:24:40.083replacing 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
87582026-08-11T11:24:41.100ZAug 11 11:24:40.083 DEBG Aug 11 11:24:40.083replacing 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: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 } }]
87592026-08-11T11:24:41.100Z
87602026-08-11T11:24:41.100ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
87612026-08-11T11:24:41.100Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
87622026-08-11T11:24:41.100Z Aug 11 11:24:40.083Aug 11 11:24:40.083 INFO DEBGAug 11 11:24:40.083 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87632026-08-11T11:24:41.100Z
87642026-08-11T11:24:41.100ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
87652026-08-11T11:24:41.101ZAug 11 11:24:40.083 DEBG Aug 11 11:24:40.083adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 11 11:24:40.083
87662026-08-11T11:24:41.101Z INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083
87672026-08-11T11:24:41.101Zreplacing 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 } }]
87682026-08-11T11:24:41.101Z
87692026-08-11T11:24:41.101Z DEBG Aug 11 11:24:40.083replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.083 DEBG Aug 11 11:24:40.084Aug 11 11:24:40.084Aug 11 11:24:40.083 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 } }] DEBG
87702026-08-11T11:24:41.101Z
87712026-08-11T11:24:41.101Z created new freemap created new freemap, , unitDEBGunit Aug 11 11:24:40.087created new freemap: INFOfreemap_route_ipv4: Aug 11 11:24:40.087
87722026-08-11T11:24:41.101Z, freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87732026-08-11T11:24:41.101Zunit
87742026-08-11T11:24:41.101Z:INFO Aug 11 11:24:40.087adding route 3fff:beef:a::/64 -> 2001:db8::55:fffreemap_route_ipv4
87752026-08-11T11:24:41.101Z DEBGAug 11 11:24:40.087
87762026-08-11T11:24:41.101ZAug 11 11:24:40.087 Aug 11 11:24:40.087DEBG 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 } }]
87772026-08-11T11:24:41.101Z created new 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 } }],
87782026-08-11T11:24:41.101ZunitDEBG :Aug 11 11:24:40.087 created new freemapINFOfreemap_route_ipv6
87792026-08-11T11:24:41.101Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 11 11:24:40.087
87802026-08-11T11:24:41.101Z, Aug 11 11:24:40.087unit DEBG Aug 11 11:24:40.087created new freemap :DEBG freemap_route_ipv6replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
87812026-08-11T11:24:41.101Z
87822026-08-11T11:24:41.101Zunit: freemap_route_ipv6Aug 11 11:24:40.087
87832026-08-11T11:24:41.101ZINFO INFOAug 11 11:24:40.087 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 11 11:24:40.087
87842026-08-11T11:24:41.101Z DEBG DEBGinitted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff, unitinitted freemap. size: 64:
87852026-08-11T11:24:41.101Z , unitfreemap_route_ipv4:
87862026-08-11T11:24:41.101Z freemap_route_ipv4Aug 11 11:24:40.087
87872026-08-11T11:24:41.101Z DEBGAug 11 11:24:40.087 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
87882026-08-11T11:24:41.101Z Aug 11 11:24:40.087replacing 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 } }]
87892026-08-11T11:24:41.101ZDEBGAug 11 11:24:40.087Aug 11 11:24:40.087 reset freemapAug 11 11:24:40.087INFO , DEBGINFOunit : adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87902026-08-11T11:24:41.101Z
87912026-08-11T11:24:41.101Zreset freemap
87922026-08-11T11:24:41.101Z, unit:Aug 11 11:24:40.087 Aug 11 11:24:40.087DEBGfreemap_route_ipv4 DEBG
87932026-08-11T11:24:41.101Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.087
87942026-08-11T11:24:41.101Z
87952026-08-11T11:24:41.101Z DEBGAug 11 11:24:40.087Aug 11 11:24:40.087 initted freemap. size: 64INFO, unitadding route 3fff:beef:34::/64 -> 2001:db8::55:ff :
87962026-08-11T11:24:41.101ZDEBGAug 11 11:24:40.087 INFO initted freemap. size: 64 , freemap_route_ipv6unit
87972026-08-11T11:24:41.101Z:Aug 11 11:24:40.087 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
87982026-08-11T11:24:41.101Zfreemap_route_ipv6
87992026-08-11T11:24:41.105Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.087
88002026-08-11T11:24:41.105Z Aug 11 11:24:40.087DEBG Aug 11 11:24:40.087 DEBGDEBGreplacing 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 } }] reset freemap
88012026-08-11T11:24:41.105Z, unit Aug 11 11:24:40.087:Aug 11 11:24:40.087 INFOfreemap_route_ipv6 reset freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
88022026-08-11T11:24:41.105Z
88032026-08-11T11:24:41.105ZINFO, unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 11 11:24:40.087
88042026-08-11T11:24:41.105Zfreemap_route_ipv6
88052026-08-11T11:24:41.105ZAug 11 11:24:40.087DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88062026-08-11T11:24:41.105ZAug 11 11:24:40.087adding route 172.16.0.0/32 -> 10.0.0.1
88072026-08-11T11:24:41.106ZDEBG Aug 11 11:24:40.087replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.087INFO
88082026-08-11T11:24:41.106ZAug 11 11:24:40.087 INFODEBGAug 11 11:24:40.087 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
88092026-08-11T11:24:41.106ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88102026-08-11T11:24:41.106Z
88112026-08-11T11:24:41.106Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
88122026-08-11T11:24:41.106ZAug 11 11:24:40.087Aug 11 11:24:40.087 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 } }]
88132026-08-11T11:24:41.106Z Aug 11 11:24:40.087INFOINFO Aug 11 11:24:40.087adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 11 11:24:40.087 INFODEBGadding route 172.16.0.0/32 -> 10.0.0.2DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
88142026-08-11T11:24:41.106Zreplacing 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 } }]
88152026-08-11T11:24:41.106Z
88162026-08-11T11:24:41.106Z
88172026-08-11T11:24:41.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 } }]Aug 11 11:24:40.087
88182026-08-11T11:24:41.106Z Aug 11 11:24:40.087DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:24:40.087
88192026-08-11T11:24:41.106ZAug 11 11:24:40.087 INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
88202026-08-11T11:24:41.106Zreplacing 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:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.087
88212026-08-11T11:24:41.106Z
88222026-08-11T11:24:41.106ZINFOAug 11 11:24:40.087 Aug 11 11:24:40.087INFO Aug 11 11:24:40.087 DEBGAug 11 11:24:40.087adding route 172.16.0.0/32 -> 10.0.0.3INFO
88232026-08-11T11:24:41.106Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
88242026-08-11T11:24:41.106Z
88252026-08-11T11:24:41.106ZINFOAug 11 11:24:40.087 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88262026-08-11T11:24:41.106ZDEBG Aug 11 11:24:40.087replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88272026-08-11T11:24:41.106Z Aug 11 11:24:40.087
88282026-08-11T11:24:41.106Z INFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
88292026-08-11T11:24:41.106Z
88302026-08-11T11:24:41.106ZAug 11 11:24:40.087Aug 11 11:24:40.087 INFOAug 11 11:24:40.087 adding route 172.16.0.0/32 -> 10.0.0.4DEBGDEBG
88312026-08-11T11:24:41.106Z Aug 11 11:24:40.087replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGAug 11 11:24:40.087Aug 11 11:24:40.083Aug 11 11:24:40.087 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
88322026-08-11T11:24:41.106Z
88332026-08-11T11:24:41.106Z
88342026-08-11T11:24:41.106ZDEBG created new freemapreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO , Aug 11 11:24:40.087Aug 11 11:24:40.087unit : INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 11 11:24:40.087
88352026-08-11T11:24:41.106Z INFO
88362026-08-11T11:24:41.106Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
88372026-08-11T11:24:41.106Zadding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv4
88382026-08-11T11:24:41.106ZINFO
88392026-08-11T11:24:41.106ZAug 11 11:24:40.087Aug 11 11:24:40.087 DEBG Aug 11 11:24:40.087DEBG DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88402026-08-11T11:24:41.106Zreplacing 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:dead::/64 -> 2001:db8::55:3
88412026-08-11T11:24:41.106Z
88422026-08-11T11:24:41.106ZAug 11 11:24:40.087 Aug 11 11:24:40.087INFO Aug 11 11:24:40.087replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.087
88432026-08-11T11:24:41.106Z INFODEBG INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
88442026-08-11T11:24:41.107Zcreated new freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
88452026-08-11T11:24:41.107Z unitAug 11 11:24:40.087: INFOfreemap_route_ipv6
88462026-08-11T11:24:41.107Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 11 11:24:40.087
88472026-08-11T11:24:41.107ZAug 11 11:24:40.087DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 11 11:24:40.087Aug 11 11:24:40.087 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
88482026-08-11T11:24:41.107Zreplacing 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
88492026-08-11T11:24:41.107Z initted freemap. size: 64
88502026-08-11T11:24:41.107Z,
88512026-08-11T11:24:41.107ZunitAug 11 11:24:40.087:Aug 11 11:24:40.087 INFO freemap_route_ipv4
88522026-08-11T11:24:41.107ZDEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:24:40.087failed to allocate space for the new target list
88532026-08-11T11:24:41.107Z
88542026-08-11T11:24:41.107Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:24:40.087Aug 11 11:24:40.087 Aug 11 11:24:40.087DEBG 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
88552026-08-11T11:24:41.107Z
88562026-08-11T11:24:41.107Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
88572026-08-11T11:24:41.107Z
88582026-08-11T11:24:41.107ZAug 11 11:24:40.087 DEBG Aug 11 11:24:40.087Aug 11 11:24:40.087Aug 11 11:24:40.087 INFOINFODEBGreset freemap , adding route 172.17.0.3/32 -> 10.0.0.255unit
88592026-08-11T11:24:41.107Z :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:f::/64 -> 2001:db8::55:ff
88602026-08-11T11:24:41.107Zfreemap_route_ipv4Aug 11 11:24:40.087
88612026-08-11T11:24:41.107Z DEBG
88622026-08-11T11:24:41.107Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.087
88632026-08-11T11:24:41.107ZAug 11 11:24:40.087 DEBGINFOAug 11 11:24:40.087 Aug 11 11:24:40.087adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
88642026-08-11T11:24:41.107Z INFO , adding route 172.17.0.4/32 -> 10.0.0.255unit
88652026-08-11T11:24:41.107ZAug 11 11:24:40.087: DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88662026-08-11T11:24:41.107Zreplacing 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 } }]
88672026-08-11T11:24:41.107Z freemap_route_ipv6Aug 11 11:24:40.087
88682026-08-11T11:24:41.107ZAug 11 11:24:40.087 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 } }]Aug 11 11:24:40.087
88692026-08-11T11:24:41.107ZAug 11 11:24:40.087 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
88702026-08-11T11:24:41.107Z DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreset freemap
88712026-08-11T11:24:41.107Z, unitAug 11 11:24:40.087: freemap_route_ipv6INFO
88722026-08-11T11:24:41.107ZAug 11 11:24:40.087Aug 11 11:24:40.087 DEBGadding route 172.17.0.5/32 -> 10.0.0.255DEBG
88732026-08-11T11:24:41.107Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.087
88742026-08-11T11:24:41.107Z Aug 11 11:24:40.087INFO 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
88752026-08-11T11:24:41.107Zadding route 3fff:dead::/64 -> 2001:db8::55:1
88762026-08-11T11:24:41.107Zreplacing 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 } }]
88772026-08-11T11:24:41.107ZAug 11 11:24:40.087 Aug 11 11:24:40.087INFOAug 11 11:24:40.087 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO
88782026-08-11T11:24:41.107Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:24:40.087
88792026-08-11T11:24:41.107ZDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.087 Aug 11 11:24:40.087
88802026-08-11T11:24:41.107Z DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.087Aug 11 11:24:40.087
88812026-08-11T11:24:41.107Z
88822026-08-11T11:24:41.107ZINFO 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:beef:11::/64 -> 2001:db8::55:ff
88832026-08-11T11:24:41.108ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88842026-08-11T11:24:41.108ZAug 11 11:24:40.088Aug 11 11:24:40.087 Aug 11 11:24:40.094DEBG INFO DEBG created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:4 ,
88852026-08-11T11:24:41.108Zunitreplacing 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 } }]:
88862026-08-11T11:24:41.108Z freemap_route_ipv4Aug 11 11:24:40.094
88872026-08-11T11:24:41.108Z DEBG
88882026-08-11T11:24:41.108Z Aug 11 11:24:40.094replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88892026-08-11T11:24:41.108ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 11 11:24:40.094
88902026-08-11T11:24:41.108Z DEBGAug 11 11:24:40.094 DEBG created 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], Aug 11 11:24:40.087unitAug 11 11:24:40.094:
88912026-08-11T11:24:41.108Z INFO freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255
88922026-08-11T11:24:41.108Z
88932026-08-11T11:24:41.108ZDEBG Aug 11 11:24:40.094replacing 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 } }]
88942026-08-11T11:24:41.108ZDEBG Aug 11 11:24:40.094replacing 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 } }]
88952026-08-11T11:24:41.108ZDEBG Aug 11 11:24:40.094initted freemap. size: 64 , INFOunit :adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
88962026-08-11T11:24:41.108Zfreemap_route_ipv4
88972026-08-11T11:24:41.108ZAug 11 11:24:40.094Aug 11 11:24:40.094 DEBGINFO Aug 11 11:24:40.094adding route 172.17.0.8/32 -> 10.0.0.255 reset freemapDEBG,
88982026-08-11T11:24:41.108Zunit : freemap_route_ipv4replacing 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 } }]
88992026-08-11T11:24:41.112Z
89002026-08-11T11:24:41.112ZAug 11 11:24:40.094 DEBGAug 11 11:24:40.094 DEBGAug 11 11:24:40.083 initted freemap. size: 64replacing 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
89012026-08-11T11:24:41.112ZAug 11 11:24:40.094 unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
89022026-08-11T11:24:41.112Z INFOAug 11 11:24:40.094 INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 11 11:24:40.094adding route 172.17.0.9/32 -> 10.0.0.255
89032026-08-11T11:24:41.112Z
89042026-08-11T11:24:41.112Zfreemap_route_ipv6 DEBG
89052026-08-11T11:24:41.112Zreplacing 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 } }]
89062026-08-11T11:24:41.112ZAug 11 11:24:40.094 DEBGAug 11 11:24:40.094 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89072026-08-11T11:24:41.112Zreset freemap, Aug 11 11:24:40.094unit :DEBG Aug 11 11:24:40.094Aug 11 11:24:40.094freemap_route_ipv6
89082026-08-11T11:24:41.112ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing 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 } }]
89092026-08-11T11:24:41.112ZINFO
89102026-08-11T11:24:41.112Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 INFOINFO
89112026-08-11T11:24:41.112Zadding route 172.17.0.10/32 -> 10.0.0.255
89122026-08-11T11:24:41.112Zadding route 172.16.0.0/32 -> 10.0.0.1
89132026-08-11T11:24:41.112ZAug 11 11:24:40.094Aug 11 11:24:40.094 Aug 11 11:24:40.094DEBG 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
89142026-08-11T11:24:41.112Z 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 } }]
89152026-08-11T11:24:41.112Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGAug 11 11:24:40.094 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
89162026-08-11T11:24:41.112ZAug 11 11:24:40.094 adding route 172.17.0.11/32 -> 10.0.0.255INFO
89172026-08-11T11:24:41.112Z
89182026-08-11T11:24:41.112ZAug 11 11:24:40.094 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 11 11:24:40.094adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
89192026-08-11T11:24:41.112Z
89202026-08-11T11:24:41.112ZDEBG Aug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
89212026-08-11T11:24:41.112Z
89222026-08-11T11:24:41.112Zreplacing 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 } }]
89232026-08-11T11:24:41.112ZAug 11 11:24:40.094Aug 11 11:24:40.094 INFOAug 11 11:24:40.094 INFOadding route 172.17.0.12/32 -> 10.0.0.255
89242026-08-11T11:24:41.112Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
89252026-08-11T11:24:41.112ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
89262026-08-11T11:24:41.112ZAug 11 11:24:40.094 DEBGAug 11 11:24:40.094 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 } }] INFODEBG
89272026-08-11T11:24:41.112Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
89282026-08-11T11:24:41.112Z
89292026-08-11T11:24:41.113ZAug 11 11:24:40.094Aug 11 11:24:40.094 INFODEBG Aug 11 11:24:40.094Aug 11 11:24:40.094 adding route 172.17.0.13/32 -> 10.0.0.255 INFO
89302026-08-11T11:24:41.113Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG 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 } }]
89312026-08-11T11:24:41.113Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 11 11:24:40.094
89322026-08-11T11:24:41.113Z
89332026-08-11T11:24:41.113ZDEBG Aug 11 11:24:40.094replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.094DEBGAug 11 11:24:40.094
89342026-08-11T11:24:41.113Zreplacing 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 } }]
89352026-08-11T11:24:41.113Z INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89362026-08-11T11:24:41.113ZAug 11 11:24:40.094Aug 11 11:24:40.094 INFOadding route 172.17.0.0/32 -> 10.0.0.255
89372026-08-11T11:24:41.113Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 11 11:24:40.094
89382026-08-11T11:24:41.113ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
89392026-08-11T11:24:41.113ZDEBGAug 11 11:24:40.094 Aug 11 11:24:40.094DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.094replacing 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 } }]
89402026-08-11T11:24:41.113Z DEBG DEBG
89412026-08-11T11:24:41.113Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.094replacing 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 } }]
89422026-08-11T11:24:41.113Z DEBG
89432026-08-11T11:24:41.113Z failed to allocate space for the new target list
89442026-08-11T11:24:41.113ZAug 11 11:24:40.094 INFOAug 11 11:24:40.094 adding route 172.17.0.15/32 -> 10.0.0.255INFO
89452026-08-11T11:24:41.113Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 11 11:24:40.094
89462026-08-11T11:24:41.113Z Aug 11 11:24:40.094INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 11 11:24:40.094replacing 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 } }]
89472026-08-11T11:24:41.113Z
89482026-08-11T11:24:41.113Z 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 } }]
89492026-08-11T11:24:41.113ZAug 11 11:24:40.094Aug 11 11:24:40.094 DEBGAug 11 11:24:40.094Aug 11 11:24:40.094INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89502026-08-11T11:24:41.113Z adding route 172.17.0.16/32 -> 10.0.0.255DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
89512026-08-11T11:24:41.113Z
89522026-08-11T11:24:41.113Zreplacing 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 } }]
89532026-08-11T11:24:41.113ZAug 11 11:24:40.094 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 } }]
89542026-08-11T11:24:41.113ZAug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.2/32 -> 10.0.0.255
89552026-08-11T11:24:41.113Z
89562026-08-11T11:24:41.113Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
89572026-08-11T11:24:41.113Zreplacing 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 } }]
89582026-08-11T11:24:41.113ZAug 11 11:24:40.094 Aug 11 11:24:40.094DEBGAug 11 11:24:40.094 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 } }]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 } }]
89592026-08-11T11:24:41.113Zadding route 172.17.0.17/32 -> 10.0.0.255
89602026-08-11T11:24:41.113Z
89612026-08-11T11:24:41.113ZAug 11 11:24:40.094 INFOAug 11 11:24:40.094 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
89622026-08-11T11:24:41.113Ztest route::tests::identity_replace_is_noop ... ok
89632026-08-11T11:24:41.113Z Aug 11 11:24:40.094replacing 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 } }]
89642026-08-11T11:24:41.113Ztest route::tests::grow_succeeds ... ok
89652026-08-11T11:24:41.113ZINFO Aug 11 11:24:40.094adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
89662026-08-11T11:24:41.113ZDEBG Aug 11 11:24:40.094replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.094
89672026-08-11T11:24:41.113Z DEBGINFO Aug 11 11:24:40.094replacing 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 } }]
89682026-08-11T11:24:41.113Zadding route 172.17.0.18/32 -> 10.0.0.255INFO
89692026-08-11T11:24:41.114Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 11 11:24:40.094
89702026-08-11T11:24:41.114ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
89712026-08-11T11:24:41.114ZAug 11 11:24:40.094 DEBGAug 11 11:24:40.094 Aug 11 11:24:40.094Aug 11 11:24:40.094replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
89722026-08-11T11:24:41.114Z 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 } }]
89732026-08-11T11:24:41.114Zreplacing 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 } }]
89742026-08-11T11:24:41.114Z
89752026-08-11T11:24:41.114ZAug 11 11:24:40.094 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 } }]Aug 11 11:24:40.094
89762026-08-11T11:24:41.114Z Aug 11 11:24:40.094INFO INFOAug 11 11:24:40.094adding route 172.17.0.5/32 -> 10.0.0.255 INFOAug 11 11:24:40.094
89772026-08-11T11:24:41.114Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFO
89782026-08-11T11:24:41.114Z adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
89792026-08-11T11:24:41.114Z
89802026-08-11T11:24:41.114ZAug 11 11:24:40.094Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBG DEBG Aug 11 11:24:40.094DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.087DEBGreplacing 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.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 } }]
89812026-08-11T11:24:41.114Z
89822026-08-11T11:24:41.114ZDEBG 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 } }]
89832026-08-11T11:24:41.114Z
89842026-08-11T11:24:41.114ZAug 11 11:24:40.094 Aug 11 11:24:40.094 INFOinitted freemap. size: 64 INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 11 11:24:40.094
89852026-08-11T11:24:41.114Z, unitDEBG: adding route 172.17.0.20/32 -> 10.0.0.255failed to allocate space for the new target list
89862026-08-11T11:24:41.114Z
89872026-08-11T11:24:41.114ZAug 11 11:24:40.094 freemap_route_ipv4INFO
89882026-08-11T11:24:41.114Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:24:40.094
89892026-08-11T11:24:41.114ZAug 11 11:24:40.094Aug 11 11:24:40.094 DEBG DEBGDEBGreplacing 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 } }]
89902026-08-11T11:24:41.114Z 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89912026-08-11T11:24:41.114Z
89922026-08-11T11:24:41.114ZAug 11 11:24:40.094Aug 11 11:24:40.094 Aug 11 11:24:40.094INFO adding route 172.17.0.21/32 -> 10.0.0.255
89932026-08-11T11:24:41.114ZDEBG Aug 11 11:24:40.094Aug 11 11:24:40.094 DEBGINFO Aug 11 11:24:40.094 DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG
89942026-08-11T11:24:41.114Zfailed to allocate space for the new target list
89952026-08-11T11:24:41.114Zreplacing 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 } }]reset freemap
89962026-08-11T11:24:41.114ZAug 11 11:24:40.094, unit :DEBGAug 11 11:24:40.094 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
89972026-08-11T11:24:41.114ZAug 11 11:24:40.094Aug 11 11:24:40.095Aug 11 11:24:40.095 DEBG created new freemap , DEBGDEBG unitINFO:created new freemapAug 11 11:24:40.100 adding route 172.17.0.22/32 -> 10.0.0.255
89982026-08-11T11:24:41.114ZDEBGfreemap_route_ipv4created new freemap
89992026-08-11T11:24:41.118Z, , unitinitted freemap. size: 64unit:, Aug 11 11:24:40.100unit:: DEBGfreemap_route_ipv6
90002026-08-11T11:24:41.118Z created new freemapfreemap_route_ipv4, Aug 11 11:24:40.100unit
90012026-08-11T11:24:41.118ZAug 11 11:24:40.100 DEBG:DEBG freemap_route_ipv6reset freemap
90022026-08-11T11:24:41.118Z , freemap_route_ipv4Aug 11 11:24:40.100 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 } }]unit
90032026-08-11T11:24:41.118Z: freemap_route_ipv6DEBG
90042026-08-11T11:24:41.118ZAug 11 11:24:40.100Aug 11 11:24:40.100 INFOAug 11 11:24:40.100DEBG DEBG
90052026-08-11T11:24:41.118Zadding route 172.17.0.23/32 -> 10.0.0.255
90062026-08-11T11:24:41.118Zcreated new freemapcreated new freemap , , unitAug 11 11:24:40.101initted freemap. size: 64 :Aug 11 11:24:40.101unit , :INFO unit :adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG freemap_route_ipv6freemap_route_ipv4
90072026-08-11T11:24:41.118Z
90082026-08-11T11:24:41.118Zfreemap_route_ipv6
90092026-08-11T11:24:41.118Z
90102026-08-11T11:24:41.118Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101
90112026-08-11T11:24:41.118ZAug 11 11:24:40.101 Aug 11 11:24:40.101Aug 11 11:24:40.101DEBG DEBGDEBG Aug 11 11:24:40.101reset freemap , DEBGunit initted freemap. size: 64initted freemap. size: 64, , :unit unit::freemap_route_ipv4INFO adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4
90122026-08-11T11:24:41.119Z
90132026-08-11T11:24:41.119Z
90142026-08-11T11:24:41.119Zfreemap_route_ipv4
90152026-08-11T11:24:41.119Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.101
90162026-08-11T11:24:41.119Z DEBGAug 11 11:24:40.101Aug 11 11:24:40.101 reset freemapAug 11 11:24:40.101 DEBGINFO , reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
90172026-08-11T11:24:41.119Z, unitunit:Aug 11 11:24:40.101 freemap_route_ipv4
90182026-08-11T11:24:41.119Zinitted freemap. size: 64DEBG, unitAug 11 11:24:40.101 : : DEBGfreemap_route_ipv6Aug 11 11:24:40.101
90192026-08-11T11:24:41.119Z 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
90202026-08-11T11:24:41.119Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] initted freemap. size: 64
90212026-08-11T11:24:41.119Z, freemap_route_ipv4unit
90222026-08-11T11:24:41.119Z: freemap_route_ipv6Aug 11 11:24:40.101
90232026-08-11T11:24:41.119Z Aug 11 11:24:40.101Aug 11 11:24:40.101 Aug 11 11:24:40.101DEBG INFODEBG Aug 11 11:24:40.101INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
90242026-08-11T11:24:41.119Zreset freemap adding route 172.17.0.25/32 -> 10.0.0.255, unit
90252026-08-11T11:24:41.119Z DEBGAug 11 11:24:40.101: reset freemap DEBG, Aug 11 11:24:40.101unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
90262026-08-11T11:24:41.119Zfreemap_route_ipv6: initted freemap. size: 64freemap_route_ipv6
90272026-08-11T11:24:41.119Z,
90282026-08-11T11:24:41.119ZunitAug 11 11:24:40.101 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:INFO Aug 11 11:24:40.101
90292026-08-11T11:24:41.119Z adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
90302026-08-11T11:24:41.119Zfreemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.1Aug 11 11:24:40.101
90312026-08-11T11:24:41.119Z Aug 11 11:24:40.101INFO
90322026-08-11T11:24:41.119ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 11 11:24:40.101adding route 172.16.0.0/32 -> 10.0.0.1
90332026-08-11T11:24:41.119Z
90342026-08-11T11:24:41.119ZINFO Aug 11 11:24:40.101adding route 172.17.0.26/32 -> 10.0.0.255
90352026-08-11T11:24:41.119ZAug 11 11:24:40.101 Aug 11 11:24:40.101DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90362026-08-11T11:24:41.119ZDEBG
90372026-08-11T11:24:41.119Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:40.101
90382026-08-11T11:24:41.119Z DEBGAug 11 11:24:40.101 Aug 11 11:24:40.101 INFOWARNAug 11 11:24:40.101 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
90392026-08-11T11:24:41.119Z INFO
90402026-08-11T11:24:41.119Z
90412026-08-11T11:24:41.119Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 11 11:24:40.101
90422026-08-11T11:24:41.119Z ERROAug 11 11:24:40.101Aug 11 11:24:40.101Aug 11 11:24:40.101 DEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
90432026-08-11T11:24:41.119Z
90442026-08-11T11:24:41.119Z INFOAug 11 11:24:40.101 Aug 11 11:24:40.101ERRO adding route 172.17.0.27/32 -> 10.0.0.255INFO
90452026-08-11T11:24:41.119Z adding route 172.17.0.1/32 -> 10.0.0.255 DEBG
90462026-08-11T11:24:41.119Zshrink-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 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90472026-08-11T11:24:41.119ZAug 11 11:24:40.101Aug 11 11:24:40.101
90482026-08-11T11:24:41.119ZDEBG
90492026-08-11T11:24:41.119Z 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
90502026-08-11T11:24:41.120Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101
90512026-08-11T11:24:41.120Z INFO Aug 11 11:24:40.101adding route 172.16.0.0/32 -> 10.0.0.3
90522026-08-11T11:24:41.120ZINFOAug 11 11:24:40.101 DEBG adding route 172.17.0.28/32 -> 10.0.0.255INFOAug 11 11:24:40.101reset freemapAug 11 11:24:40.101
90532026-08-11T11:24:41.120Z , 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 } }]unit
90542026-08-11T11:24:41.120Z Aug 11 11:24:40.101adding route 172.17.0.7/32 -> 10.0.0.255 INFODEBG
90552026-08-11T11:24:41.120Z: freemap_route_ipv6 adding route 172.17.0.2/32 -> 10.0.0.255Aug 11 11:24:40.101
90562026-08-11T11:24:41.120Ztest route::tests::rollback_on_index_readd_failure ... ok
90572026-08-11T11:24:41.120Z
90582026-08-11T11:24:41.120Ztest route::tests::rollback_on_compact_write_failure ... ok
90592026-08-11T11:24:41.120Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101
90602026-08-11T11:24:41.120Z INFODEBGAug 11 11:24:40.101Aug 11 11:24:40.101 adding route 172.16.0.0/32 -> 10.0.0.4INFODEBG
90612026-08-11T11:24:41.120Zadding route 172.17.0.29/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 } }]
90622026-08-11T11:24:41.120Z
90632026-08-11T11:24:41.120ZAug 11 11:24:40.101 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101
90642026-08-11T11:24:41.120ZAug 11 11:24:40.101 Aug 11 11:24:40.101INFO DEBGAug 11 11:24:40.101DEBGINFO 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.3/32 -> 10.0.0.255
90652026-08-11T11:24:41.120Z
90662026-08-11T11:24:41.120Z
90672026-08-11T11:24:41.120Zadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
90682026-08-11T11:24:41.120Z
90692026-08-11T11:24:41.120ZAug 11 11:24:40.101Aug 11 11:24:40.101 Aug 11 11:24:40.101DEBG Aug 11 11:24:40.101 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
90702026-08-11T11:24:41.120Z
90712026-08-11T11:24:41.120Z
90722026-08-11T11:24:41.120ZAug 11 11:24:40.101INFO Aug 11 11:24:40.101adding route 172.17.0.30/32 -> 10.0.0.255
90732026-08-11T11:24:41.120Z Aug 11 11:24:40.101INFO INFODEBGadding route 172.17.0.4/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 } }]adding route 172.17.0.9/32 -> 10.0.0.255
90742026-08-11T11:24:41.120Z
90752026-08-11T11:24:41.120Z
90762026-08-11T11:24:41.120ZAug 11 11:24:40.101 Aug 11 11:24:40.101Aug 11 11:24:40.101 DEBGDEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.101
90772026-08-11T11:24:41.120Zreplacing 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 } }]
90782026-08-11T11:24:41.120ZDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90792026-08-11T11:24:41.120ZAug 11 11:24:40.101
90802026-08-11T11:24:41.120ZAug 11 11:24:40.101 INFOAug 11 11:24:40.101 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
90812026-08-11T11:24:41.120Z
90822026-08-11T11:24:41.120Z
90832026-08-11T11:24:41.120ZAug 11 11:24:40.101 DEBGAug 11 11:24:40.101 Aug 11 11:24:40.101 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 } }]DEBG
90842026-08-11T11:24:41.120Z 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.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 } }]
90852026-08-11T11:24:41.120Z
90862026-08-11T11:24:41.120ZAug 11 11:24:40.101 INFOAug 11 11:24:40.101 adding route 172.17.0.6/32 -> 10.0.0.255INFO
90872026-08-11T11:24:41.120Z adding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:24:40.101
90882026-08-11T11:24:41.121Z INFOAug 11 11:24:40.101 adding route 172.17.0.11/32 -> 10.0.0.255Aug 11 11:24:40.101DEBG 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 } }]
90892026-08-11T11:24:41.121Zreplacing 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 } }]
90902026-08-11T11:24:41.121Z
90912026-08-11T11:24:41.121ZAug 11 11:24:40.101Aug 11 11:24:40.101 Aug 11 11:24:40.101 DEBG 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 } }] INFO
90922026-08-11T11:24:41.121Zadding route 172.17.0.7/32 -> 10.0.0.255
90932026-08-11T11:24:41.121Zadding route 172.17.0.33/32 -> 10.0.0.255
90942026-08-11T11:24:41.121ZAug 11 11:24:40.101 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 11 11:24:40.101
90952026-08-11T11:24:41.121ZAug 11 11:24:40.101 DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90962026-08-11T11:24:41.121ZAug 11 11:24:40.101replacing 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 } }]
90972026-08-11T11:24:41.121ZDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101
90982026-08-11T11:24:41.121Z Aug 11 11:24:40.101INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 Aug 11 11:24:40.101adding route 172.17.0.34/32 -> 10.0.0.255
90992026-08-11T11:24:41.125ZINFO
91002026-08-11T11:24:41.125Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 11 11:24:40.101
91012026-08-11T11:24:41.125Z Aug 11 11:24:40.101DEBG 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 } }] Aug 11 11:24:40.101
91022026-08-11T11:24:41.125Zreplacing 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 } }]
91032026-08-11T11:24:41.125ZDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.101
91042026-08-11T11:24:41.125Z INFOAug 11 11:24:40.101 adding route 172.17.0.9/32 -> 10.0.0.255INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:24:40.102
91052026-08-11T11:24:41.125ZAug 11 11:24:40.102Aug 11 11:24:40.101 DEBG DEBGcreated new freemap , created new freemapunitDEBG:, unit created new freemap:Aug 11 11:24:40.107freemap_route_ipv4 freemap_route_ipv4DEBG
91062026-08-11T11:24:41.125Z, replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.107
91072026-08-11T11:24:41.125Zunit :DEBG
91082026-08-11T11:24:41.125Z freemap_route_ipv4
91092026-08-11T11:24:41.125Zcreated new freemap, Aug 11 11:24:40.108 unitDEBG:Aug 11 11:24:40.108 created new freemapINFOfreemap_route_ipv6 Aug 11 11:24:40.108
91102026-08-11T11:24:41.125Z, adding route 172.17.0.36/32 -> 10.0.0.255unitINFO
91112026-08-11T11:24:41.125Z :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff Aug 11 11:24:40.108
91122026-08-11T11:24:41.125Z Aug 11 11:24:40.108DEBG DEBGinitted freemap. size: 64freemap_route_ipv6,
91132026-08-11T11:24:41.125Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.108unit
91142026-08-11T11:24:41.125Z: freemap_route_ipv4
91152026-08-11T11:24:41.125ZDEBG Aug 11 11:24:40.108replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.108INFO
91162026-08-11T11:24:41.125Z DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 11 11:24:40.108 initted freemap. size: 64
91172026-08-11T11:24:41.125ZDEBGAug 11 11:24:40.108 , reset freemapunit :, Aug 11 11:24:40.108INFO DEBGfreemap_route_ipv4 unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }]
91182026-08-11T11:24:41.125Z
91192026-08-11T11:24:41.125Z
91202026-08-11T11:24:41.125Z: freemap_route_ipv4Aug 11 11:24:40.108Aug 11 11:24:40.108 DEBGDEBG reset freemapreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.108,
91212026-08-11T11:24:41.125Z unit
91222026-08-11T11:24:41.125ZINFO: adding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:24:40.108
91232026-08-11T11:24:41.125Z freemap_route_ipv4INFO
91242026-08-11T11:24:41.125Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
91252026-08-11T11:24:41.125ZAug 11 11:24:40.108Aug 11 11:24:40.108 DEBGDEBG Aug 11 11:24:40.108replacing 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 } }] initted freemap. size: 64
91262026-08-11T11:24:41.125ZDEBG, Aug 11 11:24:40.108 unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
91272026-08-11T11:24:41.125Z initted freemap. size: 64 , freemap_route_ipv6Aug 11 11:24:40.108unit:
91282026-08-11T11:24:41.126Z freemap_route_ipv6Aug 11 11:24:40.108
91292026-08-11T11:24:41.126ZINFO INFOadding route 172.17.0.39/32 -> 10.0.0.255
91302026-08-11T11:24:41.126Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91312026-08-11T11:24:41.126ZAug 11 11:24:40.108Aug 11 11:24:40.108 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 } }]
91322026-08-11T11:24:41.126ZAug 11 11:24:40.108 DEBG reset freemap, Aug 11 11:24:40.108Aug 11 11:24:40.108 DEBGINFO DEBGunit adding route 172.17.0.40/32 -> 10.0.0.255
91332026-08-11T11:24:41.126Z: replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6reset freemap
91342026-08-11T11:24:41.126Z
91352026-08-11T11:24:41.126ZAug 11 11:24:40.108, unit :DEBGAug 11 11:24:40.108 Aug 11 11:24:40.108 freemap_route_ipv6
91362026-08-11T11:24:41.126ZINFOreplacing 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 adding route 3fff:dead::/64 -> 2001:db8::55:1
91372026-08-11T11:24:41.126Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91382026-08-11T11:24:41.126Z
91392026-08-11T11:24:41.126ZAug 11 11:24:40.108Aug 11 11:24:40.108Aug 11 11:24:40.108 Aug 11 11:24:40.108 INFO DEBG INFOadding route 172.17.0.41/32 -> 10.0.0.255DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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 } }]
91402026-08-11T11:24:41.126Z
91412026-08-11T11:24:41.126Zadding route 3fff:dead::/64 -> 2001:db8::55:1
91422026-08-11T11:24:41.126Z
91432026-08-11T11:24:41.126ZAug 11 11:24:40.108Aug 11 11:24:40.108 INFODEBGAug 11 11:24:40.108 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
91442026-08-11T11:24:41.126Z
91452026-08-11T11:24:41.126Z Aug 11 11:24:40.108Aug 11 11:24:40.095 DEBGINFO Aug 11 11:24:40.108DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
91462026-08-11T11:24:41.126Zcreated new freemapAug 11 11:24:40.108 , replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
91472026-08-11T11:24:41.126Z : freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
91482026-08-11T11:24:41.126Z
91492026-08-11T11:24:41.126ZINFO Aug 11 11:24:40.108adding route 172.17.0.42/32 -> 10.0.0.255
91502026-08-11T11:24:41.126Z Aug 11 11:24:40.108INFOAug 11 11:24:40.108 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 11 11:24:40.108 DEBG
91512026-08-11T11:24:41.126Z Aug 11 11:24:40.108 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
91522026-08-11T11:24:41.126Z adding route 3fff:dead::/64 -> 2001:db8::55:2created new freemapDEBGAug 11 11:24:40.108,
91532026-08-11T11:24:41.126Z unit replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG: freemap_route_ipv6Aug 11 11:24:40.108
91542026-08-11T11:24:41.126Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.108
91552026-08-11T11:24:41.126Z INFOAug 11 11:24:40.108
91562026-08-11T11:24:41.126Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFODEBG
91572026-08-11T11:24:41.126ZAug 11 11:24:40.108 adding route 172.17.0.43/32 -> 10.0.0.255 DEBG
91582026-08-11T11:24:41.126Z Aug 11 11:24:40.108initted freemap. size: 64Aug 11 11:24:40.108, unitDEBGAug 11 11:24:40.108: INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
91592026-08-11T11:24:41.126Z
91602026-08-11T11:24:41.126Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91612026-08-11T11:24:41.126ZDEBGAug 11 11:24:40.108
91622026-08-11T11:24:41.126Zreplacing 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 } }]
91632026-08-11T11:24:41.126ZAug 11 11:24:40.108DEBG DEBGreset freemap 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 } }],
91642026-08-11T11:24:41.126ZAug 11 11:24:40.108unit Aug 11 11:24:40.108:INFOAug 11 11:24:40.108 Aug 11 11:24:40.108 adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4
91652026-08-11T11:24:41.126Z
91662026-08-11T11:24:41.127Z INFO INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 11 11:24:40.108Aug 11 11:24:40.108
91672026-08-11T11:24:41.127Z DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
91682026-08-11T11:24:41.127Z adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
91692026-08-11T11:24:41.127Z
91702026-08-11T11:24:41.127Zinitted freemap. size: 64, Aug 11 11:24:40.108unitAug 11 11:24:40.108:Aug 11 11:24:40.108 freemap_route_ipv6INFO
91712026-08-11T11:24:41.127ZDEBG 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 } }]
91722026-08-11T11:24:41.127Zadding route 172.17.0.45/32 -> 10.0.0.255Aug 11 11:24:40.108replacing 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 } }]
91732026-08-11T11:24:41.127ZAug 11 11:24:40.108
91742026-08-11T11:24:41.127Z DEBG Aug 11 11:24:40.108DEBGAug 11 11:24:40.108Aug 11 11:24:40.108 reset freemap DEBG, INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit :DEBG adding route 3fff:beef:2b::/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 } }]
91752026-08-11T11:24:41.127Z
91762026-08-11T11:24:41.127Z
91772026-08-11T11:24:41.127Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
91782026-08-11T11:24:41.127Z
91792026-08-11T11:24:41.127ZAug 11 11:24:40.108 Aug 11 11:24:40.108Aug 11 11:24:40.108Aug 11 11:24:40.108DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.108INFOINFOINFO adding route 172.17.0.46/32 -> 10.0.0.255WARN
91802026-08-11T11:24:41.127Z
91812026-08-11T11:24:41.127Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.1
91822026-08-11T11:24:41.127Z
91832026-08-11T11:24:41.127Zadding route 3fff:dead::/64 -> 2001:db8::55:4
91842026-08-11T11:24:41.127ZAug 11 11:24:40.108 Aug 11 11:24:40.108INFO Aug 11 11:24:40.108 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
91852026-08-11T11:24:41.127ZDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
91862026-08-11T11:24:41.127Z
91872026-08-11T11:24:41.127ZAug 11 11:24:40.108Aug 11 11:24:40.108 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.108
91882026-08-11T11:24:41.127Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
91892026-08-11T11:24:41.127ZAug 11 11:24:40.108 INFOAug 11 11:24:40.108Aug 11 11:24:40.108 adding route 172.17.0.47/32 -> 10.0.0.255DEBGDEBG DEBG
91902026-08-11T11:24:41.127Z 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:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
91912026-08-11T11:24:41.127Z
91922026-08-11T11:24:41.127Z
91932026-08-11T11:24:41.127ZAug 11 11:24:40.108Aug 11 11:24:40.108 Aug 11 11:24:40.101Aug 11 11:24:40.108 WARN INFODEBG INFOAug 11 11:24:40.108 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255INFO
91942026-08-11T11:24:41.127Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
91952026-08-11T11:24:41.127Z
91962026-08-11T11:24:41.127Z
91972026-08-11T11:24:41.127Z
91982026-08-11T11:24:41.127ZAug 11 11:24:40.108 DEBGAug 11 11:24:40.108Aug 11 11:24:40.108 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 } }]DEBGINFO Aug 11 11:24:40.108
91992026-08-11T11:24:41.131Zadding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92002026-08-11T11:24:41.131Z
92012026-08-11T11:24:41.131ZDEBG Aug 11 11:24:40.108replacing 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 } }]
92022026-08-11T11:24:41.131ZAug 11 11:24:40.108Aug 11 11:24:40.108 INFO INFODEBG 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.15/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
92032026-08-11T11:24:41.131Z
92042026-08-11T11:24:41.131ZAug 11 11:24:40.108
92052026-08-11T11:24:41.131Z INFOAug 11 11:24:40.108 Aug 11 11:24:40.108DEBG Aug 11 11:24:40.108 adding route 172.16.0.0/32 -> 10.0.0.2INFOreplacing 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 } }]
92062026-08-11T11:24:41.131Zadding route 172.17.0.49/32 -> 10.0.0.255
92072026-08-11T11:24:41.131Z
92082026-08-11T11:24:41.132ZDEBG Aug 11 11:24:40.108Aug 11 11:24:40.108replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 11 11:24:40.108
92092026-08-11T11:24:41.132Z INFODEBG 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 } }, NextHop { asic_port_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.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 } }]
92102026-08-11T11:24:41.132ZAug 11 11:24:40.109adding route 172.17.0.16/32 -> 10.0.0.255 DEBG created new freemap
92112026-08-11T11:24:41.132Z,
92122026-08-11T11:24:41.132ZunitAug 11 11:24:40.114 :INFO freemap_route_ipv4adding route 172.17.0.50/32 -> 10.0.0.255
92132026-08-11T11:24:41.132ZAug 11 11:24:40.114
92142026-08-11T11:24:41.132ZAug 11 11:24:40.114 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 } }]DEBG
92152026-08-11T11:24:41.132ZAug 11 11:24:40.114 Aug 11 11:24:40.114created new freemapDEBGAug 11 11:24:40.114 , 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 } }]unit
92162026-08-11T11:24:41.132ZINFO: adding route 172.17.0.17/32 -> 10.0.0.255
92172026-08-11T11:24:41.132Zfreemap_route_ipv6Aug 11 11:24:40.114
92182026-08-11T11:24:41.132Z DEBGINFOAug 11 11:24:40.114 adding route 172.17.0.51/32 -> 10.0.0.255Aug 11 11:24:40.114
92192026-08-11T11:24:41.132ZDEBG created new freemapDEBGreplacing 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 } }],
92202026-08-11T11:24:41.132Z unit:Aug 11 11:24:40.114initted freemap. size: 64 Aug 11 11:24:40.114 DEBG, INFOunit freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255
92212026-08-11T11:24:41.132Z
92222026-08-11T11:24:41.132Zreplacing 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 } }]
92232026-08-11T11:24:41.132Z: freemap_route_ipv4Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92242026-08-11T11:24:41.132Zinitted freemap. size: 64
92252026-08-11T11:24:41.132Z, Aug 11 11:24:40.114unit :Aug 11 11:24:40.114INFOAug 11 11:24:40.114 DEBG INFO adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv4
92262026-08-11T11:24:41.132Zadding route 172.17.0.19/32 -> 10.0.0.255reset freemap
92272026-08-11T11:24:41.132Z
92282026-08-11T11:24:41.132Z, unit: Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBG DEBGfreemap_route_ipv4 reset freemapreplacing 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 } }]
92292026-08-11T11:24:41.132Z, Aug 11 11:24:40.114unit
92302026-08-11T11:24:41.132Z: freemap_route_ipv4DEBG
92312026-08-11T11:24:41.132Z Aug 11 11:24:40.114Aug 11 11:24:40.114 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
92322026-08-11T11:24:41.132Z adding route 172.17.0.20/32 -> 10.0.0.255DEBG
92332026-08-11T11:24:41.132Z Aug 11 11:24:40.114Aug 11 11:24:40.114 INFODEBGAug 11 11:24:40.114 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92342026-08-11T11:24:41.132Z initted freemap. size: 64initted freemap. size: 64 , adding route 172.17.0.53/32 -> 10.0.0.255,
92352026-08-11T11:24:41.132Zunit: unitfreemap_route_ipv6:
92362026-08-11T11:24:41.132ZAug 11 11:24:40.114Aug 11 11:24:40.114 freemap_route_ipv6DEBGINFO
92372026-08-11T11:24:41.132Z 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.21/32 -> 10.0.0.255
92382026-08-11T11:24:41.132ZAug 11 11:24:40.114
92392026-08-11T11:24:41.132Z DEBGAug 11 11:24:40.114 Aug 11 11:24:40.114reset freemapDEBG, unit :DEBG Aug 11 11:24:40.114 freemap_route_ipv6reset freemapreplacing 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 } }],
92402026-08-11T11:24:41.132Z
92412026-08-11T11:24:41.132Z unitINFO :adding route 172.17.0.54/32 -> 10.0.0.255 Aug 11 11:24:40.114Aug 11 11:24:40.114 freemap_route_ipv6 INFO
92422026-08-11T11:24:41.132Z adding route 172.17.0.22/32 -> 10.0.0.255
92432026-08-11T11:24:41.132Z
92442026-08-11T11:24:41.132ZINFOAug 11 11:24:40.114Aug 11 11:24:40.114Aug 11 11:24:40.114 DEBGINFO 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 } }]
92452026-08-11T11:24:41.132Zadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
92462026-08-11T11:24:41.133Z
92472026-08-11T11:24:41.133Z
92482026-08-11T11:24:41.133ZAug 11 11:24:40.114Aug 11 11:24:40.114 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 11 11:24:40.114Aug 11 11:24:40.114
92492026-08-11T11:24:41.133Z
92502026-08-11T11:24:41.133Z
92512026-08-11T11:24:41.133ZINFO Aug 11 11:24:40.114adding route 172.17.0.23/32 -> 10.0.0.255 DEBG
92522026-08-11T11:24:41.133Z Aug 11 11:24:40.114replacing 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 } }]
92532026-08-11T11:24:41.133ZDEBGDEBGAug 11 11:24:40.114 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 } }]
92542026-08-11T11:24:41.133ZAug 11 11:24:40.114replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 11 11:24:40.114 DEBG
92552026-08-11T11:24:41.133Z INFO 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 } }]
92562026-08-11T11:24:41.133Ztest route::tests::rollback_on_compact_delete_failure ... ok
92572026-08-11T11:24:41.133ZAug 11 11:24:40.114Aug 11 11:24:40.114adding route 172.17.0.56/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2
92582026-08-11T11:24:41.133Ztest route::tests::delete_target_fragmented ... ok
92592026-08-11T11:24:41.133ZAug 11 11:24:40.114
92602026-08-11T11:24:41.133ZINFOINFO INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
92612026-08-11T11:24:41.133Zadding route 3fff:dead::/64 -> 2001:db8::55:2
92622026-08-11T11:24:41.133Z
92632026-08-11T11:24:41.133ZAug 11 11:24:40.114Aug 11 11:24:40.114 DEBGDEBGAug 11 11:24:40.114 Aug 11 11:24:40.114DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.114
92642026-08-11T11:24:41.133Z DEBG
92652026-08-11T11:24:41.133ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 11 11:24:40.114
92662026-08-11T11:24:41.133Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92672026-08-11T11:24:41.133ZINFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.114
92682026-08-11T11:24:41.133Z
92692026-08-11T11:24:41.133ZINFO Aug 11 11:24:40.114adding route 172.17.0.11/32 -> 10.0.0.255 Aug 11 11:24:40.114INFO
92702026-08-11T11:24:41.133Z 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 } }]Aug 11 11:24:40.114
92712026-08-11T11:24:41.133Z Aug 11 11:24:40.114adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 11 11:24:40.114
92722026-08-11T11:24:41.133ZDEBGAug 11 11:24:40.114 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.26/32 -> 10.0.0.255
92732026-08-11T11:24:41.133Zreplacing 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 } }]
92742026-08-11T11:24:41.133ZAug 11 11:24:40.109Aug 11 11:24:40.121Aug 11 11:24:40.121INFOAug 11 11:24:40.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGINFO
92752026-08-11T11:24:41.133Z DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255created new freemapAug 11 11:24:40.121,
92762026-08-11T11:24:41.133ZunitINFO
92772026-08-11T11:24:41.133Z
92782026-08-11T11:24:41.133Z: freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 11 11:24:40.121Aug 11 11:24:40.121
92792026-08-11T11:24:41.133Z INFODEBGAug 11 11:24:40.121
92802026-08-11T11:24:41.133Z adding route 172.17.0.27/32 -> 10.0.0.255
92812026-08-11T11:24:41.133Z Aug 11 11:24:40.121 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92822026-08-11T11:24:41.133ZAug 11 11:24:40.121 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 } }] created new freemapAug 11 11:24:40.121,
92832026-08-11T11:24:41.133Z Aug 11 11:24:40.121INFOunit :Aug 11 11:24:40.121 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
92842026-08-11T11:24:41.133Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6DEBG
92852026-08-11T11:24:41.134Z
92862026-08-11T11:24:41.134ZAug 11 11:24:40.121 replacing targets for 3fff:dead::/64 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
92872026-08-11T11:24:41.134Z Aug 11 11:24:40.121Aug 11 11:24:40.121 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92882026-08-11T11:24:41.134Z adding route 172.17.0.28/32 -> 10.0.0.255DEBG
92892026-08-11T11:24:41.134Z Aug 11 11:24:40.121initted freemap. size: 64 , INFOunit Aug 11 11:24:40.121Aug 11 11:24:40.121adding route 172.17.0.59/32 -> 10.0.0.255:
92902026-08-11T11:24:41.134Z WARN Aug 11 11:24:40.121DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
92912026-08-11T11:24:41.134Z freemap_route_ipv4replacing 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 } }]
92922026-08-11T11:24:41.134Z
92932026-08-11T11:24:41.134Zreplacing 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 } }]
92942026-08-11T11:24:41.134ZAug 11 11:24:40.121Aug 11 11:24:40.121 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255reset freemap
92952026-08-11T11:24:41.134Z, unit:
92962026-08-11T11:24:41.134ZAug 11 11:24:40.121Aug 11 11:24:40.121 freemap_route_ipv4DEBG
92972026-08-11T11:24:41.134ZINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
92982026-08-11T11:24:41.134Z
92992026-08-11T11:24:41.138ZAug 11 11:24:40.121 INFO Aug 11 11:24:40.121Aug 11 11:24:40.121 INFOAug 11 11:24:40.121 DEBGadding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255
93002026-08-11T11:24:41.138Zreplacing 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 } }]
93012026-08-11T11:24:41.138ZDEBG
93022026-08-11T11:24:41.138Z initted freemap. size: 64Aug 11 11:24:40.121Aug 11 11:24:40.121 DEBGDEBGAug 11 11:24:40.121 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]failed to allocate space for the new target list
93032026-08-11T11:24:41.138ZDEBG
93042026-08-11T11:24:41.138Z
93052026-08-11T11:24:41.138Z 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 } }],
93062026-08-11T11:24:41.138ZAug 11 11:24:40.121unit Aug 11 11:24:40.121INFOAug 11 11:24:40.121 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
93072026-08-11T11:24:41.138Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]:
93082026-08-11T11:24:41.138ZINFO Aug 11 11:24:40.121 Aug 11 11:24:40.121DEBGadding route 172.17.0.1/32 -> 10.0.0.255
93092026-08-11T11:24:41.138Zreplacing 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 } }]
93102026-08-11T11:24:41.138ZINFOfreemap_route_ipv6
93112026-08-11T11:24:41.138ZAug 11 11:24:40.121Aug 11 11:24:40.121 DEBGadding route 172.17.0.13/32 -> 10.0.0.255
93122026-08-11T11:24:41.138Zreplacing 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
93132026-08-11T11:24:41.138Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 11 11:24:40.121
93142026-08-11T11:24:41.138ZDEBG Aug 11 11:24:40.121replacing 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 } }]
93152026-08-11T11:24:41.138ZAug 11 11:24:40.121DEBG Aug 11 11:24:40.121DEBG 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
93162026-08-11T11:24:41.138Zreset freemap , unitAug 11 11:24:40.121adding route 172.17.0.2/32 -> 10.0.0.255:
93172026-08-11T11:24:41.138ZAug 11 11:24:40.121 INFO Aug 11 11:24:40.121adding route 172.17.0.33/32 -> 10.0.0.255INFO
93182026-08-11T11:24:41.138Z DEBGadding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv6
93192026-08-11T11:24:41.138Z 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 } }]
93202026-08-11T11:24:41.138Z
93212026-08-11T11:24:41.138ZAug 11 11:24:40.121Aug 11 11:24:40.121 DEBGDEBGAug 11 11:24:40.121 Aug 11 11:24:40.121 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
93222026-08-11T11:24:41.138Z adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93232026-08-11T11:24:41.138Z
93242026-08-11T11:24:41.138Z
93252026-08-11T11:24:41.138ZAug 11 11:24:40.121 INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255
93262026-08-11T11:24:41.138ZAug 11 11:24:40.121adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 11 11:24:40.121 DEBG
93272026-08-11T11:24:41.138Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93282026-08-11T11:24:41.138Z adding route 172.17.0.15/32 -> 10.0.0.255Aug 11 11:24:40.121
93292026-08-11T11:24:41.138Z Aug 11 11:24:40.121DEBGAug 11 11:24:40.121 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
93302026-08-11T11:24:41.138Z DEBGAug 11 11:24:40.121adding route 172.17.0.4/32 -> 10.0.0.255 DEBG
93312026-08-11T11:24:41.138Z Aug 11 11:24:40.121replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 11 11:24:40.121replacing 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 } }]
93322026-08-11T11:24:41.138ZDEBG
93332026-08-11T11:24:41.139Z INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.35/32 -> 10.0.0.255
93342026-08-11T11:24:41.139Z
93352026-08-11T11:24:41.139ZAug 11 11:24:40.121 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 11 11:24:40.121Aug 11 11:24:40.121 Aug 11 11:24:40.121
93362026-08-11T11:24:41.139ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
93372026-08-11T11:24:41.139Zadding route 172.17.0.5/32 -> 10.0.0.255DEBG
93382026-08-11T11:24:41.139ZAug 11 11:24:40.121 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93392026-08-11T11:24:41.139Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.121
93402026-08-11T11:24:41.139Z Aug 11 11:24:40.121DEBGAug 11 11:24:40.121 Aug 11 11:24:40.121INFOreplacing 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 } }]
93412026-08-11T11:24:41.139ZINFO DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
93422026-08-11T11:24:41.139Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 11 11:24:40.121
93432026-08-11T11:24:41.139Z
93442026-08-11T11:24:41.139Z Aug 11 11:24:40.121INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 11 11:24:40.121
93452026-08-11T11:24:41.139ZAug 11 11:24:40.121 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
93462026-08-11T11:24:41.139Z Aug 11 11:24:40.121adding route 3fff:dead::/64 -> 2001:db8::55:3
93472026-08-11T11:24:41.139ZDEBGreplacing 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 } }]
93482026-08-11T11:24:41.139ZAug 11 11:24:40.121replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
93492026-08-11T11:24:41.139ZAug 11 11:24:40.121adding route 172.17.0.18/32 -> 10.0.0.255Aug 11 11:24:40.121
93502026-08-11T11:24:41.139ZINFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG
93512026-08-11T11:24:41.139ZAug 11 11:24:40.121Aug 11 11:24:40.121 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
93522026-08-11T11:24:41.139Zadding route 172.17.0.7/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 } }]
93532026-08-11T11:24:41.139Z
93542026-08-11T11:24:41.139ZAug 11 11:24:40.121 Aug 11 11:24:40.121DEBGAug 11 11:24:40.121 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93552026-08-11T11:24:41.139ZAug 11 11:24:40.121 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
93562026-08-11T11:24:41.139Ztest route::tests::same_size_non_subset_replace ... ok
93572026-08-11T11:24:41.139Ztest route::tests::shrink_preserves_compacted_order ... ok
93582026-08-11T11:24:41.139ZINFO Aug 11 11:24:40.121adding route 3fff:dead::/64 -> 2001:db8::55:4
93592026-08-11T11:24:41.139ZINFOadding route 172.17.0.19/32 -> 10.0.0.255
93602026-08-11T11:24:41.139ZAug 11 11:24:40.121adding route 172.17.0.38/32 -> 10.0.0.255
93612026-08-11T11:24:41.139ZINFOAug 11 11:24:40.121 adding route 172.17.0.8/32 -> 10.0.0.255DEBGAug 11 11:24:40.121
93622026-08-11T11:24:41.139Z Aug 11 11:24:40.121DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.121
93632026-08-11T11:24:41.139Zreplacing 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 } }]
93642026-08-11T11:24:41.139Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
93652026-08-11T11:24:41.139Z Aug 11 11:24:40.121replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.121INFO
93662026-08-11T11:24:41.139ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
93672026-08-11T11:24:41.139ZAug 11 11:24:40.121adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:40.121
93682026-08-11T11:24:41.139Z INFOAug 11 11:24:40.121 adding route 172.17.0.9/32 -> 10.0.0.255DEBGDEBGAug 11 11:24:40.121
93692026-08-11T11:24:41.139Z DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.121
93702026-08-11T11:24:41.139Z
93712026-08-11T11:24:41.139Z DEBG
93722026-08-11T11:24:41.140Z 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 } }]
93732026-08-11T11:24:41.140ZAug 11 11:24:40.121 INFOAug 11 11:24:40.121 adding route 172.17.0.40/32 -> 10.0.0.255INFO
93742026-08-11T11:24:41.140Z Aug 11 11:24:40.121adding route 172.17.0.21/32 -> 10.0.0.255
93752026-08-11T11:24:41.140ZINFO Aug 11 11:24:40.121adding route 172.17.0.10/32 -> 10.0.0.255
93762026-08-11T11:24:41.140ZDEBG Aug 11 11:24:40.108Aug 11 11:24:40.121replacing 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 } }]
93772026-08-11T11:24:41.140ZINFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
93782026-08-11T11:24:41.140ZAug 11 11:24:40.122Aug 11 11:24:40.122 DEBGAug 11 11:24:40.121DEBG DEBGcreated new freemap created new freemapAug 11 11:24:40.127 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, created new freemap
93792026-08-11T11:24:41.140Z, , unitunit: unitfreemap_route_ipv4:
93802026-08-11T11:24:41.140Z :Aug 11 11:24:40.127freemap_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 } }]freemap_route_ipv4INFOAug 11 11:24:40.127
93812026-08-11T11:24:41.140Z adding route 172.17.0.22/32 -> 10.0.0.255
93822026-08-11T11:24:41.140ZDEBG
93832026-08-11T11:24:41.140Z created new freemap, unitAug 11 11:24:40.127:
93842026-08-11T11:24:41.140ZAug 11 11:24:40.127 DEBG created new freemap , Aug 11 11:24:40.127DEBGunit : INFOfreemap_route_ipv6 created new freemapadding route 3fff:beef:30::/64 -> 2001:db8::55:ff,
93852026-08-11T11:24:41.140Z
93862026-08-11T11:24:41.140Zfreemap_route_ipv6unit
93872026-08-11T11:24:41.140Z:Aug 11 11:24:40.127 freemap_route_ipv6Aug 11 11:24:40.127DEBG
93882026-08-11T11:24:41.140Z 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 } }]Aug 11 11:24:40.127
93892026-08-11T11:24:41.140ZAug 11 11:24:40.127 initted freemap. size: 64 DEBG, DEBGAug 11 11:24:40.127initted freemap. size: 64 , INFOunit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff initted freemap. size: 64freemap_route_ipv4
93902026-08-11T11:24:41.140Z
93912026-08-11T11:24:41.140Z, unitunit:: freemap_route_ipv4freemap_route_ipv4
93922026-08-11T11:24:41.140Z
93932026-08-11T11:24:41.140ZAug 11 11:24:40.127Aug 11 11:24:40.127 DEBGDEBG 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 } }]reset freemap
93942026-08-11T11:24:41.140ZAug 11 11:24:40.127, unitDEBG: reset freemapAug 11 11:24:40.127, freemap_route_ipv4unit
93952026-08-11T11:24:41.140Z: freemap_route_ipv4Aug 11 11:24:40.127
93962026-08-11T11:24:41.140Z DEBGAug 11 11:24:40.127 reset freemap , INFOAug 11 11:24:40.127DEBG unit adding route 3fff:beef:32::/64 -> 2001:db8::55:ff initted freemap. size: 64
93972026-08-11T11:24:41.140Z:, DEBGunit : initted freemap. size: 64 , freemap_route_ipv6unit
93982026-08-11T11:24:41.140Z:freemap_route_ipv4 freemap_route_ipv6
93992026-08-11T11:24:41.145Z
94002026-08-11T11:24:41.145ZAug 11 11:24:40.127Aug 11 11:24:40.127 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 } }]
94012026-08-11T11:24:41.145Z DEBGAug 11 11:24:40.127Aug 11 11:24:40.127 reset freemap , DEBGunitINFO: initted freemap. size: 64Aug 11 11:24:40.127freemap_route_ipv6
94022026-08-11T11:24:41.145Z, DEBGunitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff :reset freemapAug 11 11:24:40.127,
94032026-08-11T11:24:41.145Zunit INFO: Aug 11 11:24:40.127freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1
94042026-08-11T11:24:41.145ZDEBG
94052026-08-11T11:24:41.145Z freemap_route_ipv6replacing 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 } }]
94062026-08-11T11:24:41.145Z
94072026-08-11T11:24:41.145ZAug 11 11:24:40.127Aug 11 11:24:40.127 INFO adding route 172.16.0.0/32 -> 10.0.0.1
94082026-08-11T11:24:41.145ZAug 11 11:24:40.127Aug 11 11:24:40.127 DEBGINFOAug 11 11:24:40.127DEBG DEBG adding route 3fff:beef:34::/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 } }]
94092026-08-11T11:24:41.145Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
94102026-08-11T11:24:41.145Z
94112026-08-11T11:24:41.145Zreset freemap, Aug 11 11:24:40.127Aug 11 11:24:40.127 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
94122026-08-11T11:24:41.145Zunit: Aug 11 11:24:40.127 INFO Aug 11 11:24:40.127adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6
94132026-08-11T11:24:41.145Z
94142026-08-11T11:24:41.145ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94152026-08-11T11:24:41.145Z
94162026-08-11T11:24:41.145ZAug 11 11:24:40.127Aug 11 11:24:40.127 Aug 11 11:24:40.127 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
94172026-08-11T11:24:41.145ZAug 11 11:24:40.127replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
94182026-08-11T11:24:41.145Z Aug 11 11:24:40.127adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
94192026-08-11T11:24:41.145Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
94202026-08-11T11:24:41.145Z
94212026-08-11T11:24:41.145ZAug 11 11:24:40.127Aug 11 11:24:40.127 DEBGAug 11 11:24:40.127DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
94222026-08-11T11:24:41.145Z
94232026-08-11T11:24:41.145ZAug 11 11:24:40.127 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
94242026-08-11T11:24:41.145Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:40.127
94252026-08-11T11:24:41.145Z INFOAug 11 11:24:40.127 DEBGAug 11 11:24:40.127 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94262026-08-11T11:24:41.145ZINFO
94272026-08-11T11:24:41.145Z adding route 172.16.0.0/32 -> 10.0.0.2
94282026-08-11T11:24:41.145ZAug 11 11:24:40.127 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:3, vlan_id: None } }]
94292026-08-11T11:24:41.145ZAug 11 11:24:40.127Aug 11 11:24:40.127 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
94302026-08-11T11:24:41.145Z
94312026-08-11T11:24:41.145ZAug 11 11:24:40.121Aug 11 11:24:40.127 Aug 11 11:24:40.127INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3
94322026-08-11T11:24:41.145Z
94332026-08-11T11:24:41.145Z
94342026-08-11T11:24:41.146ZAug 11 11:24:40.127 Aug 11 11:24:40.127 DEBG Aug 11 11:24:40.127replacing 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 } }]
94352026-08-11T11:24:41.146ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.128
94362026-08-11T11:24:41.146Z
94372026-08-11T11:24:41.146Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 11 11:24:40.128 Aug 11 11:24:40.127Aug 11 11:24:40.128INFO INFO
94382026-08-11T11:24:41.146Z adding route 172.16.0.0/32 -> 10.0.0.4DEBG
94392026-08-11T11:24:41.146Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.128
94402026-08-11T11:24:41.146Z
94412026-08-11T11:24:41.146Z DEBG Aug 11 11:24:40.128replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.128DEBG
94422026-08-11T11:24:41.146Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
94432026-08-11T11:24:41.146ZDEBG Aug 11 11:24:40.128replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 11 11:24:40.128
94442026-08-11T11:24:41.146Z INFO Aug 11 11:24:40.128adding route 172.17.0.23/32 -> 10.0.0.255INFO
94452026-08-11T11:24:41.146ZAug 11 11:24:40.128 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:40.128adding route 172.17.0.43/32 -> 10.0.0.255
94462026-08-11T11:24:41.146ZDEBG
94472026-08-11T11:24:41.146Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94482026-08-11T11:24:41.146Z
94492026-08-11T11:24:41.146ZAug 11 11:24:40.128Aug 11 11:24:40.128 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94502026-08-11T11:24:41.146ZAug 11 11:24:40.128
94512026-08-11T11:24:41.146Z DEBGAug 11 11:24:40.128 Aug 11 11:24:40.128replacing 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
94522026-08-11T11:24:41.146Z INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94532026-08-11T11:24:41.146Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
94542026-08-11T11:24:41.146ZAug 11 11:24:40.128 Aug 11 11:24:40.128Aug 11 11:24:40.128 INFOINFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255
94552026-08-11T11:24:41.146Zadding route 172.17.0.25/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 } }]
94562026-08-11T11:24:41.146Z
94572026-08-11T11:24:41.146ZAug 11 11:24:40.128 DEBGAug 11 11:24:40.128 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94582026-08-11T11:24:41.146Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 11 11:24:40.128
94592026-08-11T11:24:41.146Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94602026-08-11T11:24:41.146Z DEBGAug 11 11:24:40.128 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94612026-08-11T11:24:41.146ZAug 11 11:24:40.128 adding route 172.17.0.45/32 -> 10.0.0.255
94622026-08-11T11:24:41.146ZDEBG Aug 11 11:24:40.128replacing 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 } }]
94632026-08-11T11:24:41.146ZINFOAug 11 11:24:40.128 adding route 172.17.0.26/32 -> 10.0.0.255DEBG
94642026-08-11T11:24:41.146Zreplacing 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 } }]
94652026-08-11T11:24:41.146ZAug 11 11:24:40.128 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 11 11:24:40.128Aug 11 11:24:40.128
94662026-08-11T11:24:41.146Z DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
94672026-08-11T11:24:41.146Z
94682026-08-11T11:24:41.146ZAug 11 11:24:40.128 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 } }]
94692026-08-11T11:24:41.146ZAug 11 11:24:40.128Aug 11 11:24:40.128 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.128
94702026-08-11T11:24:41.146Z adding route 172.17.0.27/32 -> 10.0.0.255DEBG
94712026-08-11T11:24:41.146Zfailed to allocate space for the new target list
94722026-08-11T11:24:41.147ZAug 11 11:24:40.128 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 11 11:24:40.121
94732026-08-11T11:24:41.147ZAug 11 11:24:40.128Aug 11 11:24:40.128 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:2, 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 } }]DEBG
94742026-08-11T11:24:41.147Z
94752026-08-11T11:24:41.147Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.128
94762026-08-11T11:24:41.147Z DEBGAug 11 11:24:40.128 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94772026-08-11T11:24:41.147Z Aug 11 11:24:40.128adding route 172.17.0.28/32 -> 10.0.0.255
94782026-08-11T11:24:41.147ZINFO adding route 172.17.0.11/32 -> 10.0.0.255
94792026-08-11T11:24:41.147ZAug 11 11:24:40.128 Aug 11 11:24:40.128Aug 11 11:24:40.128INFO DEBGDEBGadding route 172.17.0.48/32 -> 10.0.0.255
94802026-08-11T11:24:41.147Zreplacing 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.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 } }]
94812026-08-11T11:24:41.147Z
94822026-08-11T11:24:41.147ZAug 11 11:24:40.128Aug 11 11:24:40.128 DEBGAug 11 11:24:40.128 INFO 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.29/32 -> 10.0.0.255INFO
94832026-08-11T11:24:41.147Z
94842026-08-11T11:24:41.147Z adding route 172.17.0.12/32 -> 10.0.0.255
94852026-08-11T11:24:41.147ZAug 11 11:24:40.128Aug 11 11:24:40.128Aug 11 11:24:40.128 DEBGDEBGINFO adding route 172.17.0.49/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 } }]
94862026-08-11T11:24:41.147ZAug 11 11:24:40.128replacing 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 } }]
94872026-08-11T11:24:41.147Z Aug 11 11:24:40.133DEBG INFOcreated new freemap adding route 172.17.0.30/32 -> 10.0.0.255,
94882026-08-11T11:24:41.147ZunitAug 11 11:24:40.134: DEBGfreemap_route_ipv4Aug 11 11:24:40.134
94892026-08-11T11:24:41.147Z 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 } }]
94902026-08-11T11:24:41.147Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134
94912026-08-11T11:24:41.147Z DEBG created new freemap, unit: freemap_route_ipv6
94922026-08-11T11:24:41.147ZAug 11 11:24:40.134 INFOAug 11 11:24:40.134 Aug 11 11:24:40.134 INFO adding route 172.17.0.50/32 -> 10.0.0.255
94932026-08-11T11:24:41.147Zadding route 172.17.0.31/32 -> 10.0.0.255
94942026-08-11T11:24:41.147ZDEBGAug 11 11:24:40.134 Aug 11 11:24:40.134DEBGinitted freemap. size: 64 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 } }], DEBGunit :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 } }]
94952026-08-11T11:24:41.147Z
94962026-08-11T11:24:41.147Z freemap_route_ipv4Aug 11 11:24:40.134Aug 11 11:24:40.134 INFOINFO
94972026-08-11T11:24:41.147Zadding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
94982026-08-11T11:24:41.147Z
94992026-08-11T11:24:41.152ZAug 11 11:24:40.128Aug 11 11:24:40.134Aug 11 11:24:40.134 DEBG DEBGAug 11 11:24:40.134reset freemap DEBGcreated new freemap
95002026-08-11T11:24:41.152Z , unit:DEBG, unit freemap_route_ipv4:
95012026-08-11T11:24:41.152Z Aug 11 11:24:40.134replacing 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 } }] freemap_route_ipv4
95022026-08-11T11:24:41.152ZINFO
95032026-08-11T11:24:41.152ZAug 11 11:24:40.134 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 } }]DEBG Aug 11 11:24:40.134initted freemap. size: 64
95042026-08-11T11:24:41.152Z, adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
95052026-08-11T11:24:41.152Zunit :created new freemap freemap_route_ipv6,
95062026-08-11T11:24:41.152ZAug 11 11:24:40.134unitAug 11 11:24:40.134 INFOAug 11 11:24:40.134 DEBGadding route 172.17.0.52/32 -> 10.0.0.255
95072026-08-11T11:24:41.152Zreplacing 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
95082026-08-11T11:24:41.152Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:24:40.134:
95092026-08-11T11:24:41.152ZAug 11 11:24:40.134 DEBG Aug 11 11:24:40.134 freemap_route_ipv6DEBG
95102026-08-11T11:24:41.152ZINFO adding route 172.17.0.14/32 -> 10.0.0.255replacing 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 } }]reset freemap
95112026-08-11T11:24:41.152Z, Aug 11 11:24:40.134unit
95122026-08-11T11:24:41.152Z:Aug 11 11:24:40.134 DEBGAug 11 11:24:40.134 freemap_route_ipv6DEBGinitted freemap. size: 64Aug 11 11:24:40.134,
95132026-08-11T11:24:41.152Zunit replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO:
95142026-08-11T11:24:41.152Z adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:24:40.134 freemap_route_ipv4
95152026-08-11T11:24:41.152Z
95162026-08-11T11:24:41.152Z DEBGINFO Aug 11 11:24:40.134Aug 11 11:24:40.134adding route 172.16.0.0/32 -> 10.0.0.1 Aug 11 11:24:40.134DEBGreplacing 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 } }]
95172026-08-11T11:24:41.152ZINFO reset freemapadding route 172.17.0.15/32 -> 10.0.0.255,
95182026-08-11T11:24:41.152Zunit: freemap_route_ipv4
95192026-08-11T11:24:41.152ZDEBG
95202026-08-11T11:24:41.152Z Aug 11 11:24:40.134 Aug 11 11:24:40.134DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134
95212026-08-11T11:24:41.152ZDEBGINFOreplacing 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 } }]
95222026-08-11T11:24:41.152Zinitted freemap. size: 64 , Aug 11 11:24:40.134 unitAug 11 11:24:40.134DEBG: Aug 11 11:24:40.134 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255
95232026-08-11T11:24:41.152ZINFOfreemap_route_ipv6
95242026-08-11T11:24:41.152Zadding route 172.17.0.16/32 -> 10.0.0.255
95252026-08-11T11:24:41.152ZAug 11 11:24:40.134
95262026-08-11T11:24:41.152Z Aug 11 11:24:40.134 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 Aug 11 11:24:40.134adding route 172.17.0.54/32 -> 10.0.0.255DEBG
95272026-08-11T11:24:41.152Z DEBG
95282026-08-11T11:24:41.152Zreplacing 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 } }]
95292026-08-11T11:24:41.152Zreset freemapAug 11 11:24:40.134Aug 11 11:24:40.134, unitDEBG Aug 11 11:24:40.134replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95302026-08-11T11:24:41.152ZAug 11 11:24:40.134 :DEBGINFO freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 11 11:24:40.134
95312026-08-11T11:24:41.153ZDEBGadding route 172.17.0.17/32 -> 10.0.0.255
95322026-08-11T11:24:41.153Z
95332026-08-11T11:24:41.153Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134Aug 11 11:24:40.134
95342026-08-11T11:24:41.153ZAug 11 11:24:40.134 INFOINFO INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
95352026-08-11T11:24:41.153Zadding route 172.16.0.0/32 -> 10.0.0.1
95362026-08-11T11:24:41.153Z
95372026-08-11T11:24:41.153Zreplacing 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 } }]
95382026-08-11T11:24:41.153ZAug 11 11:24:40.134 Aug 11 11:24:40.134DEBG Aug 11 11:24:40.134 Aug 11 11:24:40.134replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG INFODEBGAug 11 11:24:40.134 adding route 172.17.0.18/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 } }]
95392026-08-11T11:24:41.153Zreplacing 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 } }]
95402026-08-11T11:24:41.153Z
95412026-08-11T11:24:41.153Z INFO
95422026-08-11T11:24:41.153Z Aug 11 11:24:40.134adding route 172.17.0.35/32 -> 10.0.0.255
95432026-08-11T11:24:41.153ZAug 11 11:24:40.134INFO Aug 11 11:24:40.134Aug 11 11:24:40.134 INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1INFO 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.4
95442026-08-11T11:24:41.153Z
95452026-08-11T11:24:41.153Z adding route 172.17.0.56/32 -> 10.0.0.255
95462026-08-11T11:24:41.153Z
95472026-08-11T11:24:41.153ZAug 11 11:24:40.134Aug 11 11:24:40.134Aug 11 11:24:40.134Aug 11 11:24:40.134 Aug 11 11:24:40.134INFODEBG DEBGadding route 172.17.0.19/32 -> 10.0.0.255 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 } }]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 } }]
95482026-08-11T11:24:41.153Z
95492026-08-11T11:24:41.153Z
95502026-08-11T11:24:41.153Zreplacing 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 } }]
95512026-08-11T11:24:41.153Z DEBGAug 11 11:24:40.134 Aug 11 11:24:40.134 DEBGINFOAug 11 11:24:40.134 Aug 11 11:24:40.134 adding route 172.17.0.57/32 -> 10.0.0.255
95522026-08-11T11:24:41.153ZINFODEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
95532026-08-11T11:24:41.153Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
95542026-08-11T11:24:41.153Z
95552026-08-11T11:24:41.153Z
95562026-08-11T11:24:41.153ZAug 11 11:24:40.134Aug 11 11:24:40.134 DEBGDEBG Aug 11 11:24:40.134replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 11 11:24:40.134
95572026-08-11T11:24:41.153Zreplacing 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
95582026-08-11T11:24:41.153Z INFOadding route 172.17.0.20/32 -> 10.0.0.255Aug 11 11:24:40.134 Aug 11 11:24:40.134INFO
95592026-08-11T11:24:41.153Ztest route::tests::delete_target_full ... ok
95602026-08-11T11:24:41.153ZINFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
95612026-08-11T11:24:41.153Z
95622026-08-11T11:24:41.153ZAug 11 11:24:40.134
95632026-08-11T11:24:41.153Z 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 } }]
95642026-08-11T11:24:41.153ZAug 11 11:24:40.134Aug 11 11:24:40.134 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134
95652026-08-11T11:24:41.153Z
95662026-08-11T11:24:41.153ZDEBGAug 11 11:24:40.134 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 } }]
95672026-08-11T11:24:41.153ZINFOAug 11 11:24:40.134 INFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
95682026-08-11T11:24:41.153Z
95692026-08-11T11:24:41.154ZAug 11 11:24:40.134Aug 11 11:24:40.134 INFOINFOAug 11 11:24:40.134 adding route 172.17.0.0/32 -> 10.0.0.255DEBGAug 11 11:24:40.134
95702026-08-11T11:24:41.154Z DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
95712026-08-11T11:24:41.154Zadding route 172.17.0.37/32 -> 10.0.0.255
95722026-08-11T11:24:41.154ZAug 11 11:24:40.134
95732026-08-11T11:24:41.154Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134Aug 11 11:24:40.134 Aug 11 11:24:40.134DEBGINFO
95742026-08-11T11:24:41.154Z INFOadding route 172.17.0.22/32 -> 10.0.0.255
95752026-08-11T11:24:41.154Zadding route 172.17.0.60/32 -> 10.0.0.255
95762026-08-11T11:24:41.154Z 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 } }]
95772026-08-11T11:24:41.154ZAug 11 11:24:40.134Aug 11 11:24:40.134 INFODEBG Aug 11 11:24:40.134adding route 172.17.0.1/32 -> 10.0.0.255
95782026-08-11T11:24:41.154Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95792026-08-11T11:24:41.154Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134
95802026-08-11T11:24:41.154Z Aug 11 11:24:40.134DEBGAug 11 11:24:40.134 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 } }]INFO
95812026-08-11T11:24:41.154Z Aug 11 11:24:40.134adding route 172.17.0.23/32 -> 10.0.0.255
95822026-08-11T11:24:41.154Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 11 11:24:40.134INFO
95832026-08-11T11:24:41.154Zadding route 172.17.0.61/32 -> 10.0.0.255
95842026-08-11T11:24:41.154ZINFOAug 11 11:24:40.134 adding route 172.17.0.2/32 -> 10.0.0.255DEBG
95852026-08-11T11:24:41.154Z Aug 11 11:24:40.134replacing 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 } }]
95862026-08-11T11:24:41.154ZAug 11 11:24:40.134Aug 11 11:24:40.134 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95872026-08-11T11:24:41.154ZAug 11 11:24:40.134DEBG INFO 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 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134adding route 172.17.0.24/32 -> 10.0.0.255
95882026-08-11T11:24:41.154Z
95892026-08-11T11:24:41.154ZINFO
95902026-08-11T11:24:41.154Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 11 11:24:40.134
95912026-08-11T11:24:41.154Z Aug 11 11:24:40.134INFO Aug 11 11:24:40.134adding route 172.17.0.62/32 -> 10.0.0.255
95922026-08-11T11:24:41.154ZAug 11 11:24:40.134DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.134
95932026-08-11T11:24:41.154Z 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 } }]
95942026-08-11T11:24:41.154Zreplacing 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 } }]
95952026-08-11T11:24:41.154ZINFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 11 11:24:40.134
95962026-08-11T11:24:41.154ZAug 11 11:24:40.134 Aug 11 11:24:40.134 INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
95972026-08-11T11:24:41.154ZINFOfailed to allocate space for the new target list adding route 172.17.0.25/32 -> 10.0.0.255
95982026-08-11T11:24:41.154Z
95992026-08-11T11:24:41.158ZAug 11 11:24:40.134 DEBGAug 11 11:24:40.134 Aug 11 11:24:40.134replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 11 11:24:40.134 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96002026-08-11T11:24:41.158Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96012026-08-11T11:24:41.158ZAug 11 11:24:40.140 INFO adding route 172.17.0.26/32 -> 10.0.0.255
96022026-08-11T11:24:41.158Z
96032026-08-11T11:24:41.158Z DEBGAug 11 11:24:40.140 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 } }]DEBGAug 11 11:24:40.140 INFO adding route 172.17.0.5/32 -> 10.0.0.255
96042026-08-11T11:24:41.158Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140
96052026-08-11T11:24:41.158Z DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96062026-08-11T11:24:41.158Z
96072026-08-11T11:24:41.158ZAug 11 11:24:40.140Aug 11 11:24:40.140 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 11 11:24:40.140adding route 172.17.0.6/32 -> 10.0.0.255
96082026-08-11T11:24:41.158Z
96092026-08-11T11:24:41.158ZINFO adding route 172.17.0.40/32 -> 10.0.0.255
96102026-08-11T11:24:41.158ZAug 11 11:24:40.140Aug 11 11:24:40.140 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 } }]Aug 11 11:24:40.140replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96112026-08-11T11:24:41.158Z
96122026-08-11T11:24:41.159Z 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 } }]
96132026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 INFOAug 11 11:24:40.140 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
96142026-08-11T11:24:41.159Z
96152026-08-11T11:24:41.159Zadding route 172.17.0.41/32 -> 10.0.0.255
96162026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGDEBG 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.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 } }]
96172026-08-11T11:24:41.159Z
96182026-08-11T11:24:41.159ZDEBG 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 } }]
96192026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
96202026-08-11T11:24:41.159Z
96212026-08-11T11:24:41.159ZAug 11 11:24:40.140 INFO adding route 172.17.0.42/32 -> 10.0.0.255
96222026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 DEBGAug 11 11:24:40.140 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 } }]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 } }]
96232026-08-11T11:24:41.159Z
96242026-08-11T11:24:41.159Zreplacing 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 } }]
96252026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO INFO INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
96262026-08-11T11:24:41.159Z
96272026-08-11T11:24:41.159Zadding route 172.17.0.43/32 -> 10.0.0.255
96282026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140 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 } }]DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96292026-08-11T11:24:41.159Z
96302026-08-11T11:24:41.159Zreplacing 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 } }]
96312026-08-11T11:24:41.159ZAug 11 11:24:40.140 Aug 11 11:24:40.140INFO Aug 11 11:24:40.140 adding route 172.17.0.10/32 -> 10.0.0.255INFO
96322026-08-11T11:24:41.159Z INFOadding route 172.17.0.31/32 -> 10.0.0.255
96332026-08-11T11:24:41.159Zadding route 172.17.0.44/32 -> 10.0.0.255
96342026-08-11T11:24:41.159ZAug 11 11:24:40.140 Aug 11 11:24:40.140DEBG Aug 11 11:24:40.140DEBG 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.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 } }]
96352026-08-11T11:24:41.159Z
96362026-08-11T11:24:41.159Z 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 } }]
96372026-08-11T11:24:41.159ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255
96382026-08-11T11:24:41.159Zadding route 172.17.0.45/32 -> 10.0.0.255
96392026-08-11T11:24:41.159Zadding route 172.17.0.11/32 -> 10.0.0.255
96402026-08-11T11:24:41.159ZAug 11 11:24:40.140 Aug 11 11:24:40.140DEBG Aug 11 11:24:40.140replacing 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
96412026-08-11T11:24:41.159ZDEBG 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.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 } }]
96422026-08-11T11:24:41.159Z
96432026-08-11T11:24:41.159ZAug 11 11:24:40.140 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:24:40.140
96442026-08-11T11:24:41.159ZAug 11 11:24:40.140 INFOINFO Aug 11 11:24:40.140adding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
96452026-08-11T11:24:41.159Z
96462026-08-11T11:24:41.159Zreplacing 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 } }]
96472026-08-11T11:24:41.159ZAug 11 11:24:40.140 Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO DEBGadding route 172.17.0.34/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 } }]
96482026-08-11T11:24:41.159Z
96492026-08-11T11:24:41.159Zreplacing 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 } }]
96502026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
96512026-08-11T11:24:41.160ZINFO
96522026-08-11T11:24:41.160Z adding route 172.17.0.47/32 -> 10.0.0.255
96532026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 11 11:24:40.140
96542026-08-11T11:24:41.160Zreplacing 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 } }]
96552026-08-11T11:24:41.160ZDEBG 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 } }]
96562026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140adding route 172.17.0.14/32 -> 10.0.0.255
96572026-08-11T11:24:41.160Z
96582026-08-11T11:24:41.160Z INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 11 11:24:40.140Aug 11 11:24:40.140
96592026-08-11T11:24:41.160Z DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
96602026-08-11T11:24:41.160Ztest route::tests::add_target_fails_full ... ok
96612026-08-11T11:24:41.160Z
96622026-08-11T11:24:41.160Ztest route::tests::delete_targets_fragmented ... ok
96632026-08-11T11:24:41.160ZAug 11 11:24:40.140 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140Aug 11 11:24:40.140 INFO
96642026-08-11T11:24:41.160ZDEBG adding route 172.17.0.15/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 } }]
96652026-08-11T11:24:41.160Z
96662026-08-11T11:24:41.160ZAug 11 11:24:40.140 Aug 11 11:24:40.140INFOAug 11 11:24:40.140 INFOadding route 172.17.0.49/32 -> 10.0.0.255 DEBG
96672026-08-11T11:24:41.160Z adding route 172.17.0.37/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 } }]
96682026-08-11T11:24:41.160Z
96692026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBG INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96702026-08-11T11:24:41.160Zreplacing 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 } }]
96712026-08-11T11:24:41.160Z
96722026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBG 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 } }]
96732026-08-11T11:24:41.160Zadding route 172.17.0.38/32 -> 10.0.0.255INFO
96742026-08-11T11:24:41.160Z adding route 172.17.0.50/32 -> 10.0.0.255
96752026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140DEBGINFO DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.17/32 -> 10.0.0.255
96762026-08-11T11:24:41.160Z
96772026-08-11T11:24:41.160Zreplacing 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 } }]
96782026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140Aug 11 11:24:40.140 INFO INFODEBGadding route 172.17.0.39/32 -> 10.0.0.255
96792026-08-11T11:24:41.160Z 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.51/32 -> 10.0.0.255
96802026-08-11T11:24:41.160Z
96812026-08-11T11:24:41.160ZAug 11 11:24:40.140 Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/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 } }]
96822026-08-11T11:24:41.160Z
96832026-08-11T11:24:41.160Z
96842026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140Aug 11 11:24:40.140 INFODEBG adding route 172.17.0.40/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 } }]
96852026-08-11T11:24:41.160ZINFO
96862026-08-11T11:24:41.160Z adding route 172.17.0.52/32 -> 10.0.0.255
96872026-08-11T11:24:41.160ZAug 11 11:24:40.140Aug 11 11:24:40.140 DEBGINFO Aug 11 11:24:40.140replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
96882026-08-11T11:24:41.160Z
96892026-08-11T11:24:41.161Z DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140Aug 11 11:24:40.140
96902026-08-11T11:24:41.161Z INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96912026-08-11T11:24:41.161Z
96922026-08-11T11:24:41.161ZAug 11 11:24:40.140 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 11 11:24:40.140Aug 11 11:24:40.140 DEBG
96932026-08-11T11:24:41.161Z 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
96942026-08-11T11:24:41.161Zadding route 172.17.0.20/32 -> 10.0.0.255
96952026-08-11T11:24:41.161ZAug 11 11:24:40.140 DEBGAug 11 11:24:40.140 Aug 11 11:24:40.140INFO 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 } }]
96962026-08-11T11:24:41.161ZDEBGadding route 172.17.0.42/32 -> 10.0.0.255
96972026-08-11T11:24:41.161Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.140
96982026-08-11T11:24:41.161Z Aug 11 11:24:40.140INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 11 11:24:40.140 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96992026-08-11T11:24:41.165Z
97002026-08-11T11:24:41.165Zadding route 172.17.0.21/32 -> 10.0.0.255
97012026-08-11T11:24:41.165ZAug 11 11:24:40.140Aug 11 11:24:40.140 INFODEBG Aug 11 11:24:40.140 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.43/32 -> 10.0.0.255DEBG
97022026-08-11T11:24:41.165Z
97032026-08-11T11:24:41.165Zreplacing 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 } }]
97042026-08-11T11:24:41.165ZAug 11 11:24:40.140 Aug 11 11:24:40.140DEBGAug 11 11:24:40.140 INFOINFOreplacing 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 } }]
97052026-08-11T11:24:41.165Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
97062026-08-11T11:24:41.165Z
97072026-08-11T11:24:41.165ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255DEBG
97082026-08-11T11:24:41.165Z 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.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 } }]
97092026-08-11T11:24:41.165Z
97102026-08-11T11:24:41.165ZAug 11 11:24:40.140 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 } }]Aug 11 11:24:40.140
97112026-08-11T11:24:41.165ZAug 11 11:24:40.140 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Aug 11 11:24:40.140
97122026-08-11T11:24:41.165Z
97132026-08-11T11:24:41.165ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
97142026-08-11T11:24:41.165ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140 DEBGDEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97152026-08-11T11:24:41.165Z
97162026-08-11T11:24:41.165Zreplacing 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 } }]
97172026-08-11T11:24:41.165ZAug 11 11:24:40.140Aug 11 11:24:40.140 Aug 11 11:24:40.140INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255INFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255
97182026-08-11T11:24:41.165ZAug 11 11:24:40.147
97192026-08-11T11:24:41.165ZDEBG 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 } }]
97202026-08-11T11:24:41.165Z
97212026-08-11T11:24:41.165ZAug 11 11:24:40.147 Aug 11 11:24:40.147DEBG INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 11 11:24:40.147
97222026-08-11T11:24:41.165Z 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 } }]
97232026-08-11T11:24:41.165ZAug 11 11:24:40.147 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 } }]
97242026-08-11T11:24:41.165ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
97252026-08-11T11:24:41.165Z
97262026-08-11T11:24:41.165ZAug 11 11:24:40.147 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 } }]
97272026-08-11T11:24:41.165ZAug 11 11:24:40.147 Aug 11 11:24:40.147DEBG 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 } }]
97282026-08-11T11:24:41.165Zadding route 172.17.0.60/32 -> 10.0.0.255
97292026-08-11T11:24:41.166ZAug 11 11:24:40.147 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 } }]
97302026-08-11T11:24:41.166ZAug 11 11:24:40.147 INFOAug 11 11:24:40.147 adding route 172.17.0.48/32 -> 10.0.0.255INFO
97312026-08-11T11:24:41.166Z adding route 172.17.0.61/32 -> 10.0.0.255
97322026-08-11T11:24:41.166ZAug 11 11:24:40.147 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97332026-08-11T11:24:41.166ZAug 11 11:24:40.147 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147
97342026-08-11T11:24:41.166Z INFO adding route 172.17.0.62/32 -> 10.0.0.255
97352026-08-11T11:24:41.166Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147
97362026-08-11T11:24:41.166ZAug 11 11:24:40.147 INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 Aug 11 11:24:40.147replacing 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 } }]
97372026-08-11T11:24:41.166ZINFO
97382026-08-11T11:24:41.166Z adding route 172.17.0.25/32 -> 10.0.0.255
97392026-08-11T11:24:41.166ZAug 11 11:24:40.147Aug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBGDEBG 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.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 } }]
97402026-08-11T11:24:41.166Z
97412026-08-11T11:24:41.166Zadding route 172.17.0.63/32 -> 10.0.0.255
97422026-08-11T11:24:41.166ZAug 11 11:24:40.147Aug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFODEBG adding route 172.17.0.50/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97432026-08-11T11:24:41.166Z
97442026-08-11T11:24:41.166Z
97452026-08-11T11:24:41.166ZAug 11 11:24:40.147Aug 11 11:24:40.147 Aug 11 11:24:40.147DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97462026-08-11T11:24:41.166Z 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 } }]failed to allocate space for the new target list
97472026-08-11T11:24:41.166Z
97482026-08-11T11:24:41.166ZAug 11 11:24:40.147Aug 11 11:24:40.147Aug 11 11:24:40.147 INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255INFO
97492026-08-11T11:24:41.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.17.0.51/32 -> 10.0.0.255
97502026-08-11T11:24:41.166Z
97512026-08-11T11:24:41.166ZAug 11 11:24:40.147 DEBG Aug 11 11:24:40.147Aug 11 11:24:40.147replacing 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 } }]
97522026-08-11T11:24:41.166Z 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 } }]failed to allocate space for the new target list
97532026-08-11T11:24:41.166Z
97542026-08-11T11:24:41.166ZAug 11 11:24:40.147 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 11 11:24:40.147
97552026-08-11T11:24:41.166Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
97562026-08-11T11:24:41.166ZAug 11 11:24:40.147 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147
97572026-08-11T11:24:41.166Z 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 } }]
97582026-08-11T11:24:41.166ZAug 11 11:24:40.147 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 11 11:24:40.147
97592026-08-11T11:24:41.166Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
97602026-08-11T11:24:41.166Ztest route::tests::delete_targets_full ... ok
97612026-08-11T11:24:41.166ZAug 11 11:24:40.147 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 11 11:24:40.147
97622026-08-11T11:24:41.166Z 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 } }]
97632026-08-11T11:24:41.166ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255
97642026-08-11T11:24:41.166Z adding route 172.17.0.54/32 -> 10.0.0.255
97652026-08-11T11:24:41.166Z
97662026-08-11T11:24:41.166Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
97672026-08-11T11:24:41.166Z
97682026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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-08-11T11:24:41.167Z
97702026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
97712026-08-11T11:24:41.167Z
97722026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG 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.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 } }]
97732026-08-11T11:24:41.167Z
97742026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
97752026-08-11T11:24:41.167Z
97762026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97772026-08-11T11:24:41.167Z
97782026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFO adding route 172.17.0.57/32 -> 10.0.0.255
97792026-08-11T11:24:41.167ZINFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 11 11:24:40.147
97802026-08-11T11:24:41.167Z 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 } }]
97812026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 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 } }]
97822026-08-11T11:24:41.167Z
97832026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 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.34/32 -> 10.0.0.255
97842026-08-11T11:24:41.167Z
97852026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
97862026-08-11T11:24:41.167Z
97872026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97882026-08-11T11:24:41.167Z
97892026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
97902026-08-11T11:24:41.167Z
97912026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 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.36/32 -> 10.0.0.255
97922026-08-11T11:24:41.167Z
97932026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
97942026-08-11T11:24:41.167Z
97952026-08-11T11:24:41.167ZAug 11 11:24:40.147Aug 11 11:24:40.147 INFODEBG adding route 172.17.0.37/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 } }]
97962026-08-11T11:24:41.167Z
97972026-08-11T11:24:41.167ZAug 11 11:24:40.147 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 } }]
97982026-08-11T11:24:41.167ZAug 11 11:24:40.147 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97992026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98002026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98012026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98022026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98032026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98042026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98052026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98062026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98072026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98082026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98092026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98102026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98112026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98122026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98132026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98142026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98152026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98162026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98172026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98182026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98192026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98202026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98212026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98222026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98232026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98242026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98252026-08-11T11:24:41.171ZAug 11 11:24:40.147 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 } }]
98262026-08-11T11:24:41.171ZAug 11 11:24:40.147 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98272026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98282026-08-11T11:24:41.172ZAug 11 11:24:40.147 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98292026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98302026-08-11T11:24:41.172ZAug 11 11:24:40.147 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98312026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98322026-08-11T11:24:41.172ZAug 11 11:24:40.147 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98332026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98342026-08-11T11:24:41.172ZAug 11 11:24:40.147 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98352026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98362026-08-11T11:24:41.172ZAug 11 11:24:40.147 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98372026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98382026-08-11T11:24:41.172ZAug 11 11:24:40.147 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98392026-08-11T11:24:41.172ZAug 11 11:24:40.147 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 } }]
98402026-08-11T11:24:41.172ZAug 11 11:24:40.153 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98412026-08-11T11:24:41.172ZAug 11 11:24:40.153 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 } }]
98422026-08-11T11:24:41.172ZAug 11 11:24:40.153 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98432026-08-11T11:24:41.172ZAug 11 11:24:40.153 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 } }]
98442026-08-11T11:24:41.172ZAug 11 11:24:40.153 DEBG failed to allocate space for the new target list
98452026-08-11T11:24:41.172ZAug 11 11:24:40.153 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 } }]
98462026-08-11T11:24:41.172Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98472026-08-11T11:24:41.172Z
98482026-08-11T11:24:41.172Zrunning 0 tests
98492026-08-11T11:24:41.172Z
98502026-08-11T11:24:41.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-08-11T11:24:41.172Z
98522026-08-11T11:24:41.172Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98532026-08-11T11:24:41.172Z
98542026-08-11T11:24:41.172Zrunning 0 tests
98552026-08-11T11:24:41.172Z
98562026-08-11T11:24:41.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572026-08-11T11:24:41.172Z
98582026-08-11T11:24:41.172Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98592026-08-11T11:24:41.172Z
98602026-08-11T11:24:41.172Zrunning 6 tests
98612026-08-11T11:24:41.172Ztest tests::test_full_lot_id_neither_present ... ok
98622026-08-11T11:24:41.172Ztest tests::test_full_lot_id_lot_only ... ok
98632026-08-11T11:24:41.172Ztest tests::test_full_lot_id_lotnum_only ... ok
98642026-08-11T11:24:41.173Ztest tests::test_full_lot_id_both_present ... ok
98652026-08-11T11:24:41.173Ztest tests::test_port_id_cmp ... ok
98662026-08-11T11:24:41.173Ztest tests::test_parse_client_port_id ... ok
98672026-08-11T11:24:41.173Z
98682026-08-11T11:24:41.173Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-08-11T11:24:41.173Z
98702026-08-11T11:24:41.173Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98712026-08-11T11:24:41.173Z
98722026-08-11T11:24:41.173Zrunning 6 tests
98732026-08-11T11:24:44.180Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98742026-08-11T11:24:44.183Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98752026-08-11T11:24:44.184Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98762026-08-11T11:24:44.188Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98772026-08-11T11:24:44.519Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98782026-08-11T11:24:45.410Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98792026-08-11T11:24:45.410Z
98802026-08-11T11:24:45.410Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.24s
98812026-08-11T11:24:45.410Z
98822026-08-11T11:24:45.416Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98832026-08-11T11:24:45.421Z
98842026-08-11T11:24:45.421Zrunning 0 tests
98852026-08-11T11:24:45.424Z
98862026-08-11T11:24:45.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-08-11T11:24:45.424Z
98882026-08-11T11:24:45.424Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98892026-08-11T11:24:45.427Z
98902026-08-11T11:24:45.427Zrunning 0 tests
98912026-08-11T11:24:45.427Z
98922026-08-11T11:24:45.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932026-08-11T11:24:45.428Z
98942026-08-11T11:24:45.428Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98952026-08-11T11:24:45.437Z
98962026-08-11T11:24:45.437Zrunning 12 tests
98972026-08-11T11:24:45.440Ztest lldp::test_lldp_parse ... ok
98982026-08-11T11:24:45.440Ztest icmp::test_v4_checksum ... ok
98992026-08-11T11:24:45.440Ztest ipv6::test_ipv6_parse ... ok
99002026-08-11T11:24:45.440Ztest pbuf::test_byte ... ok
99012026-08-11T11:24:45.440Ztest icmp::test_v6_checksum ... ok
99022026-08-11T11:24:45.440Ztest pbuf::test_nibble ... ok
99032026-08-11T11:24:45.440Ztest pbuf::test_overflow ... ok
99042026-08-11T11:24:45.440Ztest pbuf::test_short ... ok
99052026-08-11T11:24:45.440Ztest pbuf::test_twelve ... ok
99062026-08-11T11:24:45.440Ztest pbuf::test_word ... ok
99072026-08-11T11:24:45.440Ztest tcp::test_checksum_ack_data ... ok
99082026-08-11T11:24:45.440Ztest tcp::test_checksum_syn_nodata ... ok
99092026-08-11T11:24:45.440Z
99102026-08-11T11:24:45.440Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-08-11T11:24:45.440Z
99122026-08-11T11:24:45.440Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99132026-08-11T11:24:45.443Z
99142026-08-11T11:24:45.444Zrunning 0 tests
99152026-08-11T11:24:45.444Z
99162026-08-11T11:24:45.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99172026-08-11T11:24:45.444Z
99182026-08-11T11:24:45.446Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99192026-08-11T11:24:45.446Z
99202026-08-11T11:24:45.446Zrunning 5 tests
99212026-08-11T11:24:45.449Ztest switchport::test::test_compute_lanes ... ok
99222026-08-11T11:24:45.449Ztest switchport::test::port_id_ordering ... ok
99232026-08-11T11:24:45.449Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
99242026-08-11T11:24:45.449Z
99252026-08-11T11:24:45.449Z State: Activated Rx Loss-of-lock: Yes ActivatedYes Activated Yes ActivatedYes
99262026-08-11T11:24:45.449Z
99272026-08-11T11:24:45.450Z Rx Output Enabled: false Rx Loss-of-signal: Yesfalse falseYes false
99282026-08-11T11:24:45.450ZYes Yes Rx Output Status: valid
99292026-08-11T11:24:45.450Z valid Rx CDR Enabled: Yes valid Yesvalid
99302026-08-11T11:24:45.450Z Rx Loss-of-lock: trueYes Yestrue
99312026-08-11T11:24:45.450Z Tx Enabled: Yes true Yestrue
99322026-08-11T11:24:45.450ZYes Rx Loss-of-signal: false Yesfalse
99332026-08-11T11:24:45.450Z Tx Loss-of-lock: Nofalse false
99342026-08-11T11:24:45.450ZNo Rx Auto-squelch Disable: trueNo Notrue
99352026-08-11T11:24:45.450Z Tx Loss-of-signal: Notrue trueNo
99362026-08-11T11:24:45.450Z Tx Output Enabled: true Notrue No
99372026-08-11T11:24:45.450Ztrue Tx CDR Enabled: No true
99382026-08-11T11:24:45.450ZNo Tx Output Status: invalid invalidNo No
99392026-08-11T11:24:45.450Zinvalid invalid Tx Adaptive EQ Fault: No
99402026-08-11T11:24:45.450Z No Tx Loss-of-lock: false No falseNo
99412026-08-11T11:24:45.450Zfalse Tx Fault: Yesfalse
99422026-08-11T11:24:45.450ZYes Tx Loss-of-signal: trueYes Yestrue
99432026-08-11T11:24:45.450Z true true
99442026-08-11T11:24:45.450ZTx Auto-squelch Disable: false false false false
99452026-08-11T11:24:45.450Z Tx Adaptive EQ Fail: true true true true
99462026-08-11T11:24:45.450Z Tx Failure: false false false false
99472026-08-11T11:24:45.450Z Tx Force Squelch: true true true true
99482026-08-11T11:24:45.450Z Tx Input Polarity: normal normal normal normal
99492026-08-11T11:24:45.450Ztest switchport::test::test_print_sff_datapath ... ok
99502026-08-11T11:24:45.450Ztest switchport::test::test_print_cmis_datapath ... ok
99512026-08-11T11:24:45.450Ztest link::test_filter ... ok
99522026-08-11T11:24:45.450Z
99532026-08-11T11:24:45.450Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542026-08-11T11:24:45.450Z
99552026-08-11T11:24:45.450Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99562026-08-11T11:24:45.454Z
99572026-08-11T11:24:45.454Zrunning 1 test
99582026-08-11T11:24:45.457Ztest test_p4_counter_list ... ignored
99592026-08-11T11:24:45.457Z
99602026-08-11T11:24:45.457Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-08-11T11:24:45.457Z
99622026-08-11T11:24:45.457Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99632026-08-11T11:24:45.460Z
99642026-08-11T11:24:45.460Zrunning 5 tests
99652026-08-11T11:24:45.460Ztest test_an ... ignored
99662026-08-11T11:24:45.460Ztest test_enable ... ignored
99672026-08-11T11:24:45.460Ztest test_ip_addresses ... ignored
99682026-08-11T11:24:45.460Ztest test_kr ... ignored
99692026-08-11T11:24:45.460Ztest test_mac ... ignored
99702026-08-11T11:24:45.460Z
99712026-08-11T11:24:45.460Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-08-11T11:24:45.460Z
99732026-08-11T11:24:45.460Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99742026-08-11T11:24:45.463Z
99752026-08-11T11:24:45.463Zrunning 3 tests
99762026-08-11T11:24:45.463Ztest linklocal::test_parse_ipadm ... ok
99772026-08-11T11:24:45.463Ztest tfport::test_parse_tfport ... ok
99782026-08-11T11:24:45.463Ztest config::tests::test_updates ... ok
99792026-08-11T11:24:45.463Z
99802026-08-11T11:24:45.463Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-08-11T11:24:45.463Z
99822026-08-11T11:24:45.463Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99832026-08-11T11:24:45.466Z
99842026-08-11T11:24:45.466Zrunning 0 tests
99852026-08-11T11:24:45.466Z
99862026-08-11T11:24:45.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-08-11T11:24:45.469Z
99882026-08-11T11:24:45.469Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99892026-08-11T11:24:45.472Z
99902026-08-11T11:24:45.472Zrunning 0 tests
99912026-08-11T11:24:45.472Z
99922026-08-11T11:24:45.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-08-11T11:24:45.472Z
99942026-08-11T11:24:45.472Z Doc-tests aal
99952026-08-11T11:24:45.644Z
99962026-08-11T11:24:45.644Zrunning 0 tests
99972026-08-11T11:24:45.644Z
99982026-08-11T11:24:45.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-08-11T11:24:45.647Z
100002026-08-11T11:24:45.661Z Doc-tests aal_macros
100012026-08-11T11:24:45.733Z
100022026-08-11T11:24:45.733Zrunning 0 tests
100032026-08-11T11:24:45.733Z
100042026-08-11T11:24:45.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-08-11T11:24:45.733Z
100062026-08-11T11:24:45.744Z Doc-tests common
100072026-08-11T11:24:45.982Z
100082026-08-11T11:24:45.982Zrunning 0 tests
100092026-08-11T11:24:45.982Z
100102026-08-11T11:24:45.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-08-11T11:24:45.982Z
100122026-08-11T11:24:46.003Z Doc-tests dpd_api
100132026-08-11T11:24:46.837Z
100142026-08-11T11:24:46.837Zrunning 2 tests
100152026-08-11T11:24:46.837Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100162026-08-11T11:24:46.837Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100172026-08-11T11:24:46.837Z
100182026-08-11T11:24:46.837Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-08-11T11:24:46.837Z
100202026-08-11T11:24:46.868Z Doc-tests dpd_client
100212026-08-11T11:24:48.137Z
100222026-08-11T11:24:48.137Zrunning 0 tests
100232026-08-11T11:24:48.137Z
100242026-08-11T11:24:48.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-08-11T11:24:48.137Z
100262026-08-11T11:24:48.184Z Doc-tests dpd_types
100272026-08-11T11:24:48.397Z
100282026-08-11T11:24:48.397Zrunning 0 tests
100292026-08-11T11:24:48.397Z
100302026-08-11T11:24:48.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-08-11T11:24:48.398Z
100322026-08-11T11:24:48.423Z Doc-tests dpd_types_versions
100332026-08-11T11:24:49.635Z
100342026-08-11T11:24:49.635Zrunning 1 test
100352026-08-11T11:24:49.635Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100362026-08-11T11:24:49.635Z
100372026-08-11T11:24:49.635Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-11T11:24:49.635Z
100392026-08-11T11:24:49.681Z Doc-tests packet
100402026-08-11T11:24:49.794Z
100412026-08-11T11:24:49.794Zrunning 0 tests
100422026-08-11T11:24:49.794Z
100432026-08-11T11:24:49.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-11T11:24:49.794Z
100452026-08-11T11:24:49.810Z Doc-tests pcap
100462026-08-11T11:24:49.864Z
100472026-08-11T11:24:49.864Zrunning 0 tests
100482026-08-11T11:24:49.864Z
100492026-08-11T11:24:49.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-08-11T11:24:49.864Z
100512026-08-11T11:24:49.913Zprocess exited: duration 592440 ms, exit code 0
 
100522026-08-11T11:24:49.920Zfound 0 output files