01M0VEQJ3WD3H32NB4895N0XY8: test

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

Buildomat Job: 01M0VER87STTPEP20ZNSH626Q0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:18:21.319Zjob assigned to worker 01M0VERGQXYS4TFKRBVAHTHBG6 [factory aws, i-00dd052e065f69594] (queued for 1 m 1 s)
 
22026-08-25T03:18:27.874Zstarting task 0: "setup"
32026-08-25T03:18:27.881Z++ uname -s
42026-08-25T03:18:27.885Z+ kern=SunOS
52026-08-25T03:18:27.885Z+ build_user=build
62026-08-25T03:18:27.885Z+ build_uid=12345
72026-08-25T03:18:27.885Z+ work_dir=/work
82026-08-25T03:18:27.885Z+ input_dir=/input
92026-08-25T03:18:27.885Z+ [[ 0 == 12345 ]]
102026-08-25T03:18:27.885Z+ case "$kern" in
112026-08-25T03:18:27.885Z+ groupadd -g 12345 build
122026-08-25T03:18:27.885Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:18:29.891Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:18:29.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:18:29.958Z+ home_fs=zfs
162026-08-25T03:18:29.958Z+ [[ zfs == autofs ]]
172026-08-25T03:18:29.958Z+ mkdir -p /home/build
182026-08-25T03:18:29.958Z+ chown build:build /home/build /work
192026-08-25T03:18:31.962Z+ chmod 0700 /home/build /work
202026-08-25T03:18:31.965Zprocess exited: duration 4088 ms, exit code 0
 
212026-08-25T03:18:31.972Zstarting task 1: "rust-toolchain"
222026-08-25T03:18:31.975Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-25T03:18:31.975Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T03:18:31.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T03:18:31.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T03:18:31.976Z * rust toolchain channel = "1.90.0"
272026-08-25T03:18:31.976Z * rust toolchain profile = "default"
282026-08-25T03:18:31.978Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:18:31.978Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-25T03:18:32.081Zinfo: downloading installer
312026-08-25T03:18:33.407Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:18:33.407Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:18:33.407Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:18:33.407Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:18:33.419Zinfo: profile set to default
362026-08-25T03:18:33.419Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:18:33.422Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-25T03:18:33.568Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-25T03:18:33.571Zinfo: downloading 6 components
402026-08-25T03:18:47.482Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-25T03:18:47.482Z
422026-08-25T03:18:47.515Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-25T03:18:47.515Z
442026-08-25T03:18:47.515Z
452026-08-25T03:18:47.515ZRust is installed now. Great!
462026-08-25T03:18:47.515Z
472026-08-25T03:18:47.515ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:18:47.515Zenvironment variable. This has not been done automatically.
492026-08-25T03:18:47.515Z
502026-08-25T03:18:47.515ZTo configure your current shell, you need to source
512026-08-25T03:18:47.515Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:18:47.515Z
532026-08-25T03:18:47.515ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:18:47.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:18:47.518Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:18:47.519Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:18:47.519Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:18:47.519Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:18:47.519Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:18:47.519Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:18:47.519Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:18:47.605Z+ rustup --version
632026-08-25T03:18:47.614Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:18:47.616Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:18:47.637Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-25T03:18:47.641Z+ cargo --version
672026-08-25T03:18:47.652Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-25T03:18:47.655Z+ rustc --version
692026-08-25T03:18:47.677Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-25T03:18:47.683Zprocess exited: duration 15707 ms, exit code 0
 
712026-08-25T03:18:47.691Zstarting task 2: "authentication"
722026-08-25T03:18:47.706Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T03:18:47.713Zstarting task 3: "clone repository"
742026-08-25T03:18:47.716Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-25T03:18:47.719Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-25T03:18:47.747ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-25T03:18:48.502Z+ cd /work/oxidecomputer/dendrite
782026-08-25T03:18:48.506Z+ git fetch origin e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3
792026-08-25T03:18:48.785ZFrom https://github.com/oxidecomputer/dendrite
802026-08-25T03:18:48.785Z * branch e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3 -> FETCH_HEAD
812026-08-25T03:18:48.793Z+ [[ -n renovate/cc-1.x-lockfile ]]
822026-08-25T03:18:48.797Z++ git branch --show-current
832026-08-25T03:18:48.798Z+ current=main
842026-08-25T03:18:48.798Z+ [[ main != renovate/cc-1.x-lockfile ]]
852026-08-25T03:18:48.798Z+ git branch -f renovate/cc-1.x-lockfile e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3
862026-08-25T03:18:48.800Z+ git checkout -f renovate/cc-1.x-lockfile
872026-08-25T03:18:48.818ZSwitched to branch 'renovate/cc-1.x-lockfile'
882026-08-25T03:18:48.820Z+ git reset --hard e8fa733d5cd762216a5ee4ede6d63a684f0ee8b3
892026-08-25T03:18:48.836ZHEAD is now at e8fa733 Update Rust crate cc to v1.4.4
902026-08-25T03:18:48.839Zprocess exited: duration 1123 ms, exit code 0
 
912026-08-25T03:18:48.845Zstarting task 4: "build"
922026-08-25T03:18:48.850Z+ source .github/buildomat/common.sh
932026-08-25T03:18:48.858Z++ TOFINO_STAGES=20
942026-08-25T03:18:48.858Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-25T03:18:48.858Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-25T03:18:48.859Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-25T03:18:48.859Z+++ uname -s
982026-08-25T03:18:48.859Z++ '[' SunOS == SunOS ']'
992026-08-25T03:18:48.859Z++ SERIES=illumos
1002026-08-25T03:18:48.859Z+++ uname -s
1012026-08-25T03:18:48.859Z++ '[' SunOS == SunOS ']'
1022026-08-25T03:18:48.859Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-25T03:18:48.859Z++ rustup show active-toolchain
1042026-08-25T03:18:48.862Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-25T03:18:48.862Z+ source .github/buildomat/illumos.sh
1062026-08-25T03:18:48.862Z++ banner 'sde setup'
1072026-08-25T03:18:48.862Z
1082026-08-25T03:18:48.862Z #### ##### ###### #### ###### ##### # # #####
1092026-08-25T03:18:48.862Z # # # # # # # # # # #
1102026-08-25T03:18:48.862Z #### # # ##### #### ##### # # # # #
1112026-08-25T03:18:48.862Z # # # # # # # # # #####
1122026-08-25T03:18:48.862Z # # # # # # # # # # # #
1132026-08-25T03:18:48.862Z #### ##### ###### #### ###### # #### #
1142026-08-25T03:18:48.862Z
1152026-08-25T03:18:48.862Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-25T03:18:48.862Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-25T03:18:48.863Z++ export PKG=tofino_sde.p5p
1182026-08-25T03:18:48.863Z++ PKG=tofino_sde.p5p
1192026-08-25T03:18:48.863Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-25T03:18:48.866Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-25T03:18:48.868Z Dload Upload Total Spent Left Speed
1222026-08-25T03:18:50.001Z 0 0 0 0 0 0 0 0 0 79 76.03M 79 60.19M 0 0 60.24M 0 00:01 00:01 60.25M 100 76.03M 100 76.03M 0 0 67.00M 0 00:01 00:01 60.25M 100 76.03M 100 76.03M 0 0 67.00M 0 00:01 00:01 60.25M 100 76.03M 100 76.03M 0 0 67.00M 0 00:01 00:01 60.25M
1232026-08-25T03:18:50.005Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-25T03:18:50.075Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-25T03:18:50.075Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-25T03:18:50.075Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-25T03:18:51.507Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-25T03:18:51.902Z Startup: Caching catalogs ... Done
1292026-08-25T03:18:51.960Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-25T03:18:54.465ZPlanning: Solver setup ... Done
1312026-08-25T03:18:54.537ZPlanning: Running solver ... Done
1322026-08-25T03:18:54.588ZPlanning: Finding local manifests ... Done
1332026-08-25T03:18:54.591ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-25T03:18:54.596ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-25T03:18:54.612ZPlanning: Package planning ... Done
1362026-08-25T03:18:54.616ZPlanning: Merging actions ... Done
1372026-08-25T03:18:54.818ZPlanning: Checking for conflicting actions ... Done
1382026-08-25T03:18:54.827ZPlanning: Consolidating action changes ... Done
1392026-08-25T03:18:55.600ZPlanning: Evaluating mediators ... Done
1402026-08-25T03:18:55.603ZPlanning: Planning completed in 3.64 seconds
1412026-08-25T03:18:55.607Z Packages to install: 1
1422026-08-25T03:18:55.610Z Create boot environment: No
1432026-08-25T03:18:55.610ZCreate backup boot environment: No
1442026-08-25T03:18:55.633Z
1452026-08-25T03:18:55.633ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-25T03:18:55.767ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1472026-08-25T03:18:55.994Z Actions: 1/293 actions (Installing new actions)
1482026-08-25T03:18:56.956Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-25T03:18:56.963ZFinalize: Updating package state database ... Done
1502026-08-25T03:18:57.009ZFinalize: Updating package cache ... Done
1512026-08-25T03:18:57.093ZFinalize: Updating image state ... Done
1522026-08-25T03:18:59.695ZFinalize: Creating fast lookup database ... Done
1532026-08-25T03:18:59.772ZFinalize: Reading search index ... Done
1542026-08-25T03:18:59.778ZFinalize: Updating search index ... Done
1552026-08-25T03:19:00.016ZFinalize: Updating package cache ... Done
1562026-08-25T03:19:00.185Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-25T03:19:00.185Z++ SDE=/opt/oxide/tofino_sde
1582026-08-25T03:19:00.185Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-25T03:19:00.185Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-25T03:19:00.185Z++ banner packages
1612026-08-25T03:19:00.188Z
1622026-08-25T03:19:00.188Z ##### ## #### # # ## #### ###### ####
1632026-08-25T03:19:00.188Z # # # # # # # # # # # # # #
1642026-08-25T03:19:00.188Z # # # # # #### # # # ##### ####
1652026-08-25T03:19:00.189Z ##### ###### # # # ###### # ### # #
1662026-08-25T03:19:00.189Z # # # # # # # # # # # # # #
1672026-08-25T03:19:00.189Z # # # #### # # # # #### ###### ####
1682026-08-25T03:19:00.189Z
1692026-08-25T03:19:00.189Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-25T03:19:00.462Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-25T03:19:00.465Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-25T03:19:02.714ZPlanning: Solver setup ... Done
1732026-08-25T03:19:02.786ZPlanning: Running solver ... Done
1742026-08-25T03:19:02.836ZPlanning: Consolidating action changes ... Done
1752026-08-25T03:19:02.836ZPlanning: Evaluating mediators ... Done
1762026-08-25T03:19:02.843ZPlanning: Planning completed in 2.37 seconds
1772026-08-25T03:19:02.854ZNo updates necessary for this image.
1782026-08-25T03:19:02.995Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-25T03:19:03.211ZPlanning: Evaluating mediator changes ... Done
1802026-08-25T03:19:03.323ZPlanning: Checking for conflicting actions ... Done
1812026-08-25T03:19:03.326ZPlanning: Consolidating action changes ... Done
1822026-08-25T03:19:03.489ZPlanning: Evaluating mediators ... Done
1832026-08-25T03:19:03.492ZPlanning: Planning completed in 0.28 seconds
1842026-08-25T03:19:03.512Z Mediators to change: 2
1852026-08-25T03:19:03.512Z Create boot environment: No
1862026-08-25T03:19:03.513ZCreate backup boot environment: No
1872026-08-25T03:19:03.567ZFinalize: Updating package state database ... Done
1882026-08-25T03:19:03.567ZFinalize: Updating package cache ... Done
1892026-08-25T03:19:03.621ZFinalize: Updating image state ... Done
1902026-08-25T03:19:05.664ZFinalize: Creating fast lookup database ... Done
1912026-08-25T03:19:05.738ZFinalize: Reading search index ... Done
1922026-08-25T03:19:05.741ZFinalize: Updating search index ... Done
1932026-08-25T03:19:05.878ZFinalize: Updating package cache ... Done
1942026-08-25T03:19:05.949Z++ cargo --version
1952026-08-25T03:19:05.960Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-25T03:19:05.963Z++ rustc --version
1972026-08-25T03:19:05.983Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-25T03:19:05.986Z+ banner copyrights
1992026-08-25T03:19:05.990Z
2002026-08-25T03:19:05.990Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-25T03:19:05.990Z # # # # # # # # # # # # # # # # #
2022026-08-25T03:19:05.990Z # # # # # # # # # # ###### # ####
2032026-08-25T03:19:05.990Z # # # ##### # ##### # # ### # # # #
2042026-08-25T03:19:05.990Z # # # # # # # # # # # # # # # #
2052026-08-25T03:19:05.990Z #### #### # # # # # #### # # # ####
2062026-08-25T03:19:05.990Z
2072026-08-25T03:19:05.990Z+ ./tools/check_copyrights.sh
2082026-08-25T03:19:06.287Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-25T03:19:07.174Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-25T03:19:07.587Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-25T03:19:07.646Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-25T03:19:07.739Zpcap/build.rs: Copyright with wrong year
2132026-08-25T03:19:07.914Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-25T03:19:08.148Z+ banner clippy
2152026-08-25T03:19:08.151Z
2162026-08-25T03:19:08.151Z #### # # ##### ##### # #
2172026-08-25T03:19:08.151Z # # # # # # # # # #
2182026-08-25T03:19:08.151Z # # # # # # # #
2192026-08-25T03:19:08.151Z # # # ##### ##### #
2202026-08-25T03:19:08.151Z # # # # # # #
2212026-08-25T03:19:08.151Z #### ###### # # # #
2222026-08-25T03:19:08.151Z
2232026-08-25T03:19:08.151Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-25T03:19:08.152Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-25T03:19:08.300Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-25T03:19:18.591Z Updating crates.io index
2272026-08-25T03:19:18.618Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-25T03:19:19.134Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-25T03:19:19.962Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-25T03:19:20.301Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-25T03:19:20.583Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-25T03:19:21.996Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-25T03:19:22.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-25T03:19:22.735Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-25T03:19:23.119Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-25T03:19:23.622Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-25T03:19:24.050Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-25T03:19:25.251Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-25T03:19:25.644Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-25T03:19:26.029Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-25T03:19:26.350Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-25T03:19:27.013Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-25T03:19:27.471Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-25T03:19:28.456Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-25T03:19:29.074Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-25T03:19:29.479Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-25T03:19:29.813Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-25T03:19:30.204Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-25T03:19:31.667Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-25T03:19:32.224Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-25T03:19:33.622Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-25T03:19:34.254Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-25T03:19:34.550Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-25T03:19:35.060Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-25T03:19:37.071Z Downloading crates ...
2562026-08-25T03:19:37.141Z Downloaded adler2 v2.0.1
2572026-08-25T03:19:37.155Z Downloaded anstyle-query v1.1.4
2582026-08-25T03:19:37.158Z Downloaded crc8 v0.1.1
2592026-08-25T03:19:37.167Z Downloaded async-recursion v1.1.1
2602026-08-25T03:19:37.170Z Downloaded cpufeatures v0.2.17
2612026-08-25T03:19:37.173Z Downloaded base64ct v1.8.0
2622026-08-25T03:19:37.176Z Downloaded futures-core v0.3.32
2632026-08-25T03:19:37.179Z Downloaded dtrace-parser v0.3.0
2642026-08-25T03:19:37.182Z Downloaded hex v0.4.3
2652026-08-25T03:19:37.182Z Downloaded fs_extra v1.3.0
2662026-08-25T03:19:37.185Z Downloaded data-encoding v2.9.0
2672026-08-25T03:19:37.188Z Downloaded getrandom v0.2.16
2682026-08-25T03:19:37.192Z Downloaded displaydoc v0.2.5
2692026-08-25T03:19:37.195Z Downloaded hickory-resolver v0.24.4
2702026-08-25T03:19:37.199Z Downloaded foldhash v0.2.0
2712026-08-25T03:19:37.202Z Downloaded dtrace-parser v0.2.0
2722026-08-25T03:19:37.203Z Downloaded filetime v0.2.26
2732026-08-25T03:19:37.207Z Downloaded fastrand v2.3.0
2742026-08-25T03:19:37.210Z Downloaded dropshot_endpoint v0.17.1
2752026-08-25T03:19:37.210Z Downloaded form_urlencoded v1.2.2
2762026-08-25T03:19:37.213Z Downloaded async-stream v0.3.6
2772026-08-25T03:19:37.217Z Downloaded fnv v1.0.7
2782026-08-25T03:19:37.220Z Downloaded foreign-types v0.3.2
2792026-08-25T03:19:37.220Z Downloaded futures-executor v0.3.32
2802026-08-25T03:19:37.225Z Downloaded fixedbitset v0.5.7
2812026-08-25T03:19:37.228Z Downloaded errno v0.3.14
2822026-08-25T03:19:37.228Z Downloaded glob v0.3.3
2832026-08-25T03:19:37.232Z Downloaded fs-err v3.1.2
2842026-08-25T03:19:37.235Z Downloaded hmac v0.12.1
2852026-08-25T03:19:37.235Z Downloaded futures-io v0.3.32
2862026-08-25T03:19:37.238Z Downloaded http-body v1.0.1
2872026-08-25T03:19:37.241Z Downloaded colorchoice v1.0.4
2882026-08-25T03:19:37.244Z Downloaded git-stub v1.0.0
2892026-08-25T03:19:37.244Z Downloaded futures-task v0.3.32
2902026-08-25T03:19:37.247Z Downloaded hash32 v0.3.1
2912026-08-25T03:19:37.251Z Downloaded darling_macro v0.21.3
2922026-08-25T03:19:37.251Z Downloaded gethostname v0.5.0
2932026-08-25T03:19:37.254Z Downloaded hostname v0.4.2
2942026-08-25T03:19:37.254Z Downloaded dyn-clone v1.0.20
2952026-08-25T03:19:37.257Z Downloaded httpdate v1.0.3
2962026-08-25T03:19:37.261Z Downloaded foreign-types v0.5.0
2972026-08-25T03:19:37.261Z Downloaded constant_time_eq v0.3.1
2982026-08-25T03:19:37.265Z Downloaded heck v0.4.1
2992026-08-25T03:19:37.265Z Downloaded defmt v0.3.100
3002026-08-25T03:19:37.320Z Downloaded cargo-platform v0.1.9
3012026-08-25T03:19:37.320Z Downloaded compression-core v0.4.32
3022026-08-25T03:19:37.320Z Downloaded atomicwrites v0.4.4
3032026-08-25T03:19:37.320Z Downloaded hubpack_derive v0.1.1
3042026-08-25T03:19:37.320Z Downloaded dof v0.3.0
3052026-08-25T03:19:37.320Z Downloaded const_format_proc_macros v0.2.34
3062026-08-25T03:19:37.320Z Downloaded atomic-waker v1.1.2
3072026-08-25T03:19:37.320Z Downloaded heck v0.5.0
3082026-08-25T03:19:37.320Z Downloaded foreign-types-shared v0.1.1
3092026-08-25T03:19:37.320Z Downloaded find-msvc-tools v0.1.11
3102026-08-25T03:19:37.320Z Downloaded daft v0.1.5
3112026-08-25T03:19:37.320Z Downloaded hostname v0.3.1
3122026-08-25T03:19:37.320Z Downloaded hubpack v0.1.2
3132026-08-25T03:19:37.320Z Downloaded csv-core v0.1.12
3142026-08-25T03:19:37.320Z Downloaded defmt-parser v1.0.0
3152026-08-25T03:19:37.320Z Downloaded ident_case v1.0.1
3162026-08-25T03:19:37.320Z Downloaded is_terminal_polyfill v1.70.1
3172026-08-25T03:19:37.320Z Downloaded is_ci v1.2.0
3182026-08-25T03:19:37.320Z Downloaded itoa v1.0.15
3192026-08-25T03:19:37.320Z Downloaded idna_adapter v1.2.1
3202026-08-25T03:19:37.320Z Downloaded instant v0.1.13
3212026-08-25T03:19:37.320Z Downloaded cmake v0.1.54
3222026-08-25T03:19:37.320Z Downloaded chacha20 v0.9.1
3232026-08-25T03:19:37.324Z Downloaded internet-checksum v0.2.1
3242026-08-25T03:19:37.324Z Downloaded ciborium-io v0.2.2
3252026-08-25T03:19:37.324Z Downloaded cexpr v0.6.0
3262026-08-25T03:19:37.324Z Downloaded http-body-util v0.1.3
3272026-08-25T03:19:37.324Z Downloaded debug-ignore v1.0.5
3282026-08-25T03:19:37.324Z Downloaded highway v1.3.0
3292026-08-25T03:19:37.328Z Downloaded generic-array v0.14.7
3302026-08-25T03:19:37.328Z Downloaded defmt v1.0.1
3312026-08-25T03:19:37.332Z Downloaded humantime v2.3.0
3322026-08-25T03:19:37.335Z Downloaded const_format v0.2.34
3332026-08-25T03:19:37.335Z Downloaded keccak v0.1.6
3342026-08-25T03:19:37.340Z Downloaded libscf-sys v1.2.0
3352026-08-25T03:19:37.343Z Downloaded lazy_static v1.5.0
3362026-08-25T03:19:37.343Z Downloaded linked-hash-map v0.5.6
3372026-08-25T03:19:37.346Z Downloaded foldhash v0.1.5
3382026-08-25T03:19:37.346Z Downloaded lru-cache v0.1.2
3392026-08-25T03:19:37.349Z Downloaded defmt-macros v1.0.1
3402026-08-25T03:19:37.349Z Downloaded bit-vec v0.8.0
3412026-08-25T03:19:37.352Z Downloaded memmap v0.7.0
3422026-08-25T03:19:37.356Z Downloaded managed v0.8.0
3432026-08-25T03:19:37.356Z Downloaded match_cfg v0.1.0
3442026-08-25T03:19:37.361Z Downloaded mime v0.3.17
3452026-08-25T03:19:37.361Z Downloaded num-iter v0.1.45
3462026-08-25T03:19:37.364Z Downloaded newtype-uuid-macros v0.1.0
3472026-08-25T03:19:37.364Z Downloaded num v0.4.3
3482026-08-25T03:19:37.364Z Downloaded num-conv v0.2.1
3492026-08-25T03:19:37.368Z Downloaded digest v0.11.3
3502026-08-25T03:19:37.371Z Downloaded crossbeam-utils v0.8.21
3512026-08-25T03:19:37.371Z Downloaded bitflags v2.11.1
3522026-08-25T03:19:37.374Z Downloaded newtype_derive v0.1.6
3532026-08-25T03:19:37.377Z Downloaded newline-converter v0.3.0
3542026-08-25T03:19:37.380Z Downloaded omicron-workspace-hack v0.1.0
3552026-08-25T03:19:37.380Z Downloaded crc32fast v1.5.0
3562026-08-25T03:19:37.383Z Downloaded ipnetwork v0.21.1
3572026-08-25T03:19:37.387Z Downloaded blake2 v0.10.6
3582026-08-25T03:19:37.387Z Downloaded kstat-rs v0.2.4
3592026-08-25T03:19:37.391Z Downloaded cargo_metadata v0.18.1
3602026-08-25T03:19:37.391Z Downloaded olpc-cjson v0.1.4
3612026-08-25T03:19:37.395Z Downloaded clap_derive v4.6.1
3622026-08-25T03:19:37.397Z Downloaded num_enum_derive v0.5.11
3632026-08-25T03:19:37.398Z Downloaded openssl-macros v0.1.1
3642026-08-25T03:19:37.398Z Downloaded ipnet v2.11.0
3652026-08-25T03:19:37.403Z Downloaded opaque-debug v0.3.1
3662026-08-25T03:19:37.403Z Downloaded openssl-probe v0.1.6
3672026-08-25T03:19:37.406Z Downloaded linear-map v1.2.0
3682026-08-25T03:19:37.406Z Downloaded libloading v0.8.9
3692026-08-25T03:19:37.409Z Downloaded jobserver v0.1.34
3702026-08-25T03:19:37.409Z Downloaded lock_api v0.4.14
3712026-08-25T03:19:37.413Z Downloaded memoffset v0.9.1
3722026-08-25T03:19:37.417Z Downloaded libsw-core v0.3.2
3732026-08-25T03:19:37.417Z Downloaded num-complex v0.4.6
3742026-08-25T03:19:37.420Z Downloaded multer v3.1.0
3752026-08-25T03:19:37.420Z Downloaded parse-display v0.10.0
3762026-08-25T03:19:37.424Z Downloaded num-derive v0.4.2
3772026-08-25T03:19:37.424Z Downloaded libsw v3.5.0
3782026-08-25T03:19:37.428Z Downloaded pretty-hex v0.4.1
3792026-08-25T03:19:37.428Z Downloaded powerfmt v0.2.0
3802026-08-25T03:19:37.431Z Downloaded hybrid-array v0.4.12
3812026-08-25T03:19:37.431Z Downloaded phf_shared v0.12.1
3822026-08-25T03:19:37.435Z Downloaded num-integer v0.1.46
3832026-08-25T03:19:37.435Z Downloaded ingot-macros v0.1.1
3842026-08-25T03:19:37.438Z Downloaded clap v4.6.1
3852026-08-25T03:19:37.442Z Downloaded progenitor-client v0.14.0
3862026-08-25T03:19:37.444Z Downloaded expectorate v1.2.0
3872026-08-25T03:19:37.448Z Downloaded drift v0.2.0
3882026-08-25T03:19:37.452Z Downloaded potential_utf v0.1.3
3892026-08-25T03:19:37.455Z Downloaded getrandom v0.4.2
3902026-08-25T03:19:37.459Z Downloaded progenitor-macro v0.11.1
3912026-08-25T03:19:37.462Z Downloaded proc-macro-crate v1.3.1
3922026-08-25T03:19:37.462Z Downloaded num_enum_derive v0.7.5
3932026-08-25T03:19:37.465Z Downloaded num_threads v0.1.7
3942026-08-25T03:19:37.465Z Downloaded proc-macro-error-attr2 v2.0.0
3952026-08-25T03:19:37.468Z Downloaded num_enum v0.5.11
3962026-08-25T03:19:37.471Z Downloaded quick-error v1.2.3
3972026-08-25T03:19:37.471Z Downloaded progenitor-macro v0.10.0
3982026-08-25T03:19:37.474Z Downloaded progenitor-macro v0.14.0
3992026-08-25T03:19:37.474Z Downloaded progenitor-client v0.11.1
4002026-08-25T03:19:37.476Z Downloaded litemap v0.8.0
4012026-08-25T03:19:37.479Z Downloaded indexmap v1.9.3
4022026-08-25T03:19:37.482Z Downloaded pest_generator v2.8.2
4032026-08-25T03:19:37.482Z Downloaded httparse v1.10.1
4042026-08-25T03:19:37.485Z Downloaded pin-project-lite v0.2.16
4052026-08-25T03:19:37.488Z Downloaded rand_chacha v0.3.1
4062026-08-25T03:19:37.491Z Downloaded pem v3.0.5
4072026-08-25T03:19:37.491Z Downloaded parse-display-derive v0.10.0
4082026-08-25T03:19:37.494Z Downloaded ppv-lite86 v0.2.21
4092026-08-25T03:19:37.497Z Downloaded rand_xorshift v0.4.0
4102026-08-25T03:19:37.497Z Downloaded proc-macro-error2 v2.0.1
4112026-08-25T03:19:37.500Z Downloaded ref-cast-impl v1.0.25
4122026-08-25T03:19:37.500Z Downloaded icu_provider v2.0.0
4132026-08-25T03:19:37.503Z Downloaded phf v0.12.1
4142026-08-25T03:19:37.506Z Downloaded bytes v1.12.0
4152026-08-25T03:19:37.510Z Downloaded icu_properties v2.0.1
4162026-08-25T03:19:37.510Z Downloaded paste v1.0.15
4172026-08-25T03:19:37.513Z Downloaded poly1305 v0.8.0
4182026-08-25T03:19:37.516Z Downloaded pkg-config v0.3.32
4192026-08-25T03:19:37.519Z Downloaded heapless v0.8.0
4202026-08-25T03:19:37.524Z Downloaded rustc_version v0.1.7
4212026-08-25T03:19:37.524Z Downloaded rustc-hash v2.1.1
4222026-08-25T03:19:37.527Z Downloaded ref-cast v1.0.25
4232026-08-25T03:19:37.527Z Downloaded omicron-zone-package v0.12.2
4242026-08-25T03:19:37.527Z Downloaded proc-macro-error v1.0.4
4252026-08-25T03:19:37.531Z Downloaded progenitor v0.14.0
4262026-08-25T03:19:37.534Z Downloaded same-file v1.0.6
4272026-08-25T03:19:37.534Z Downloaded progenitor v0.11.1
4282026-08-25T03:19:37.537Z Downloaded progenitor v0.10.0
4292026-08-25T03:19:37.537Z Downloaded proc-macro-error-attr v1.0.4
4302026-08-25T03:19:37.540Z Downloaded secrecy v0.10.3
4312026-08-25T03:19:37.540Z Downloaded icu_locale_core v2.0.0
4322026-08-25T03:19:37.544Z Downloaded log v0.4.29
4332026-08-25T03:19:37.547Z Downloaded rand_chacha v0.9.0
4342026-08-25T03:19:37.549Z Downloaded scroll_derive v0.13.1
4352026-08-25T03:19:37.549Z Downloaded password-hash v0.5.0
4362026-08-25T03:19:37.552Z Downloaded pin-project-internal v1.1.10
4372026-08-25T03:19:37.555Z Downloaded pest_meta v2.8.2
4382026-08-25T03:19:37.555Z Downloaded serde-big-array v0.5.1
4392026-08-25T03:19:37.558Z Downloaded serde_plain v1.0.2
4402026-08-25T03:19:37.558Z Downloaded search_path v0.1.4
4412026-08-25T03:19:37.563Z Downloaded crossbeam-channel v0.5.15
4422026-08-25T03:19:37.566Z Downloaded resolv-conf v0.7.5
4432026-08-25T03:19:37.566Z Downloaded rand_core v0.9.3
4442026-08-25T03:19:37.566Z Downloaded base64 v0.22.1
4452026-08-25T03:19:37.569Z Downloaded semver v0.1.20
4462026-08-25T03:19:37.572Z Downloaded ingot-types v0.1.2
4472026-08-25T03:19:37.572Z Downloaded scroll_derive v0.12.1
4482026-08-25T03:19:37.575Z Downloaded parking_lot_core v0.9.12
4492026-08-25T03:19:37.575Z Downloaded serde_spanned v1.1.1
4502026-08-25T03:19:37.578Z Downloaded serde_urlencoded v0.7.1
4512026-08-25T03:19:37.578Z Downloaded serde_repr v0.1.20
4522026-08-25T03:19:37.581Z Downloaded sha1 v0.10.6
4532026-08-25T03:19:37.581Z Downloaded serde_spanned v0.6.9
4542026-08-25T03:19:37.584Z Downloaded sigpipe v0.1.3
4552026-08-25T03:19:37.584Z Downloaded once_cell v1.21.3
4562026-08-25T03:19:37.588Z Downloaded rustc_version v0.4.1
4572026-08-25T03:19:37.588Z Downloaded hickory-resolver v0.25.2
4582026-08-25T03:19:37.591Z Downloaded futures v0.3.32
4592026-08-25T03:19:37.594Z Downloaded rustls-pemfile v2.2.0
4602026-08-25T03:19:37.597Z Downloaded postcard v1.1.3
4612026-08-25T03:19:37.600Z Downloaded num-traits v0.2.19
4622026-08-25T03:19:37.603Z Downloaded siphasher v1.0.1
4632026-08-25T03:19:37.603Z Downloaded smawk v0.3.2
4642026-08-25T03:19:37.608Z Downloaded slog-bunyan v2.5.0
4652026-08-25T03:19:37.608Z Downloaded signal-hook-tokio v0.4.0
4662026-08-25T03:19:37.608Z Downloaded crypto-bigint v0.5.5
4672026-08-25T03:19:37.612Z Downloaded aho-corasick v1.1.3
4682026-08-25T03:19:37.615Z Downloaded rusty-fork v0.3.0
4692026-08-25T03:19:37.618Z Downloaded miniz_oxide v0.8.9
4702026-08-25T03:19:37.618Z Downloaded papergrid v0.18.0
4712026-08-25T03:19:37.621Z Downloaded scroll v0.13.0
4722026-08-25T03:19:37.625Z Downloaded quote v1.0.45
4732026-08-25T03:19:37.628Z Downloaded quinn-udp v0.5.14
4742026-08-25T03:19:37.628Z Downloaded stable_deref_trait v1.2.0
4752026-08-25T03:19:37.628Z Downloaded scroll v0.12.0
4762026-08-25T03:19:37.631Z Downloaded serde_derive_internals v0.29.1
4772026-08-25T03:19:37.631Z Downloaded strum v0.27.2
4782026-08-25T03:19:37.634Z Downloaded pest_derive v2.8.2
4792026-08-25T03:19:37.634Z Downloaded papergrid v0.11.0
4802026-08-25T03:19:37.637Z Downloaded sync_wrapper v1.0.2
4812026-08-25T03:19:37.641Z Downloaded pin-project v1.1.10
4822026-08-25T03:19:37.646Z Downloaded strum v0.28.0
4832026-08-25T03:19:37.649Z Downloaded strum v0.26.3
4842026-08-25T03:19:37.649Z Downloaded structmeta-derive v0.3.0
4852026-08-25T03:19:37.652Z Downloaded swrite v0.1.0
4862026-08-25T03:19:37.652Z Downloaded supports-color v3.0.2
4872026-08-25T03:19:37.652Z Downloaded sha1 v0.11.0
4882026-08-25T03:19:37.655Z Downloaded tagptr v0.2.0
4892026-08-25T03:19:37.658Z Downloaded tabwriter v1.4.1
4902026-08-25T03:19:37.658Z Downloaded signal-hook-registry v1.4.6
4912026-08-25T03:19:37.658Z Downloaded progenitor-impl v0.11.1
4922026-08-25T03:19:37.661Z Downloaded testing_table v0.3.0
4932026-08-25T03:19:37.661Z Downloaded progenitor-impl v0.14.0
4942026-08-25T03:19:37.664Z Downloaded take_mut v0.2.2
4952026-08-25T03:19:37.664Z Downloaded shlex v1.3.0
4962026-08-25T03:19:37.669Z Downloaded hashbrown v0.12.3
4972026-08-25T03:19:37.672Z Downloaded slog-json v2.6.1
4982026-08-25T03:19:37.672Z Downloaded slog-async v2.8.0
4992026-08-25T03:19:37.672Z Downloaded snafu-derive v0.8.9
5002026-08-25T03:19:37.675Z Downloaded termtree v0.5.1
5012026-08-25T03:19:37.675Z Downloaded thread-id v5.0.0
5022026-08-25T03:19:37.675Z Downloaded slab v0.4.11
5032026-08-25T03:19:37.678Z Downloaded rustversion v1.0.22
5042026-08-25T03:19:37.678Z Downloaded smf v0.2.3
5052026-08-25T03:19:37.681Z Downloaded slog-dtrace v0.3.0
5062026-08-25T03:19:37.681Z Downloaded terminal_size v0.4.3
5072026-08-25T03:19:37.684Z Downloaded progenitor-impl v0.10.0
5082026-08-25T03:19:37.684Z Downloaded thread-id v4.2.2
5092026-08-25T03:19:37.687Z Downloaded static_assertions v1.1.0
5102026-08-25T03:19:37.687Z Downloaded ryu v1.0.20
5112026-08-25T03:19:37.690Z Downloaded semver v1.0.28
5122026-08-25T03:19:37.693Z Downloaded time-core v0.1.8
5132026-08-25T03:19:37.693Z Downloaded schemars_derive v0.8.22
5142026-08-25T03:19:37.693Z Downloaded tokio-macros v2.7.0
5152026-08-25T03:19:37.697Z Downloaded curl v0.4.50
5162026-08-25T03:19:37.701Z Downloaded jiff-static v0.2.15
5172026-08-25T03:19:37.701Z Downloaded prettyplease v0.2.37
5182026-08-25T03:19:37.704Z Downloaded memchr v2.7.5
5192026-08-25T03:19:37.707Z Downloaded strum_macros v0.26.4
5202026-08-25T03:19:37.707Z Downloaded tinyvec_macros v0.1.1
5212026-08-25T03:19:37.710Z Downloaded strum_macros v0.28.0
5222026-08-25T03:19:37.711Z Downloaded serde_path_to_error v0.1.20
5232026-08-25T03:19:37.714Z Downloaded thiserror-impl-no-std v2.0.2
5242026-08-25T03:19:37.714Z Downloaded proc-macro2 v1.0.106
5252026-08-25T03:19:37.717Z Downloaded shlex v2.0.1
5262026-08-25T03:19:37.717Z Downloaded indexmap v2.14.0
5272026-08-25T03:19:37.720Z Downloaded signal-hook v0.4.4
5282026-08-25T03:19:37.723Z Downloaded synstructure v0.13.2
5292026-08-25T03:19:37.723Z Downloaded serde_with_macros v3.14.1
5302026-08-25T03:19:37.723Z Downloaded openssl-sys v0.9.117
5312026-08-25T03:19:37.729Z Downloaded toml_write v0.1.2
5322026-08-25T03:19:37.732Z Downloaded toml_datetime v0.6.11
5332026-08-25T03:19:37.732Z Downloaded http v1.4.2
5342026-08-25T03:19:37.733Z Downloaded schemars v0.8.22
5352026-08-25T03:19:37.739Z Downloaded tower-layer v0.3.3
5362026-08-25T03:19:37.742Z Downloaded tower-service v0.3.3
5372026-08-25T03:19:37.742Z Downloaded thiserror-impl v1.0.69
5382026-08-25T03:19:37.747Z Downloaded async-compression v0.4.33
5392026-08-25T03:19:37.750Z Downloaded slog-term v2.9.2
5402026-08-25T03:19:37.751Z Downloaded thiserror-impl v2.0.18
5412026-08-25T03:19:37.751Z Downloaded thiserror-no-std v2.0.2
5422026-08-25T03:19:37.754Z Downloaded rustls-pki-types v1.12.0
5432026-08-25T03:19:37.757Z Downloaded usdt-attr-macro v0.5.0
5442026-08-25T03:19:37.757Z Downloaded thread_local v1.1.9
5452026-08-25T03:19:37.763Z Downloaded untrusted v0.7.1
5462026-08-25T03:19:37.763Z Downloaded typify-macro v0.6.2
5472026-08-25T03:19:37.763Z Downloaded try-lock v0.2.5
5482026-08-25T03:19:37.768Z Downloaded thiserror v2.0.18
5492026-08-25T03:19:37.768Z Downloaded tokio-dtrace v0.1.1
5502026-08-25T03:19:37.768Z Downloaded tokio-rustls v0.25.0
5512026-08-25T03:19:37.772Z Downloaded tinystr v0.8.1
5522026-08-25T03:19:37.772Z Downloaded strum_macros v0.27.2
5532026-08-25T03:19:37.772Z Downloaded unarray v0.1.4
5542026-08-25T03:19:37.772Z Downloaded unicode-linebreak v0.1.5
5552026-08-25T03:19:37.775Z Downloaded tokio-native-tls v0.3.1
5562026-08-25T03:19:37.775Z Downloaded universal-hash v0.5.1
5572026-08-25T03:19:37.775Z Downloaded unicode-xid v0.2.6
5582026-08-25T03:19:37.776Z Downloaded untrusted v0.9.0
5592026-08-25T03:19:37.779Z Downloaded usdt-macro v0.5.0
5602026-08-25T03:19:37.779Z Downloaded usdt v0.5.0
5612026-08-25T03:19:37.779Z Downloaded usdt v0.6.0
5622026-08-25T03:19:37.782Z Downloaded bindgen v0.72.1
5632026-08-25T03:19:37.785Z Downloaded usdt-attr-macro v0.6.0
5642026-08-25T03:19:37.785Z Downloaded slog v2.8.2
5652026-08-25T03:19:37.788Z Downloaded similar v2.7.0
5662026-08-25T03:19:37.791Z Downloaded usdt-macro v0.6.0
5672026-08-25T03:19:37.791Z Downloaded topological-sort v0.2.2
5682026-08-25T03:19:37.794Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5692026-08-25T03:19:37.794Z Downloaded wait-timeout v0.2.1
5702026-08-25T03:19:37.794Z Downloaded utf8_iter v1.0.4
5712026-08-25T03:19:37.797Z Downloaded schemars v0.9.0
5722026-08-25T03:19:37.802Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5732026-08-25T03:19:37.808Z Downloaded nom v7.1.3
5742026-08-25T03:19:37.811Z Downloaded minimal-lexical v0.2.1
5752026-08-25T03:19:37.811Z Downloaded want v0.3.1
5762026-08-25T03:19:37.811Z Downloaded waitgroup v0.1.2
5772026-08-25T03:19:37.811Z Downloaded version_check v0.9.5
5782026-08-25T03:19:37.815Z Downloaded utf8parse v0.2.2
5792026-08-25T03:19:37.815Z Downloaded thiserror v1.0.69
5802026-08-25T03:19:37.818Z Downloaded quinn v0.11.9
5812026-08-25T03:19:37.821Z Downloaded socket2 v0.5.10
5822026-08-25T03:19:37.821Z Downloaded qorb v0.4.1
5832026-08-25T03:19:37.825Z Downloaded term v1.2.0
5842026-08-25T03:19:37.828Z Downloaded hyper-util v0.1.20
5852026-08-25T03:19:37.832Z Downloaded yoke-derive v0.8.0
5862026-08-25T03:19:37.833Z Downloaded tokio-rustls v0.26.4
5872026-08-25T03:19:37.833Z Downloaded rand v0.8.5
5882026-08-25T03:19:37.835Z Downloaded tokio-stream v0.1.17
5892026-08-25T03:19:37.835Z Downloaded serde_yaml v0.9.34+deprecated
5902026-08-25T03:19:37.838Z Downloaded serde_derive v1.0.228
5912026-08-25T03:19:37.841Z Downloaded scuffle v0.1.0
5922026-08-25T03:19:37.844Z Downloaded toml v0.8.23
5932026-08-25T03:19:37.844Z Downloaded mio v1.2.1
5942026-08-25T03:19:37.847Z Downloaded hashbrown v0.17.1
5952026-08-25T03:19:37.850Z Downloaded zerofrom v0.1.6
5962026-08-25T03:19:37.854Z Downloaded typify-macro v0.4.3
5972026-08-25T03:19:37.854Z Downloaded time-macros v0.2.27
5982026-08-25T03:19:37.857Z Downloaded tempfile v3.27.0
5992026-08-25T03:19:37.857Z Downloaded serde_core v1.0.228
6002026-08-25T03:19:37.860Z Downloaded spin v0.9.8
6012026-08-25T03:19:37.860Z Downloaded usdt-impl v0.6.0
6022026-08-25T03:19:37.863Z Downloaded test-strategy v0.4.3
6032026-08-25T03:19:37.863Z Downloaded iddqd v0.3.18
6042026-08-25T03:19:37.868Z Downloaded zerofrom-derive v0.1.6
6052026-08-25T03:19:37.871Z Downloaded usdt-impl v0.5.0
6062026-08-25T03:19:37.871Z Downloaded snafu v0.8.9
6072026-08-25T03:19:37.874Z Downloaded toml_parser v1.1.2+spec-1.1.0
6082026-08-25T03:19:37.874Z Downloaded toml_writer v1.1.1+spec-1.1.0
6092026-08-25T03:19:37.883Z Downloaded textwrap v0.16.2
6102026-08-25T03:19:37.887Z Downloaded whoami v1.6.1
6112026-08-25T03:19:37.887Z Downloaded vsss-rs v3.3.4
6122026-08-25T03:19:37.887Z Downloaded xattr v1.6.1
6132026-08-25T03:19:37.887Z Downloaded zeroize_derive v1.4.3
6142026-08-25T03:19:37.887Z Downloaded writeable v0.6.1
6152026-08-25T03:19:37.887Z Downloaded schemars v1.2.0
6162026-08-25T03:19:37.893Z Downloaded zone_cfg_derive v0.3.1
6172026-08-25T03:19:37.896Z Downloaded zone v0.3.1
6182026-08-25T03:19:37.897Z Downloaded ucd-trie v0.1.7
6192026-08-25T03:19:37.897Z Downloaded serde v1.0.228
6202026-08-25T03:19:37.897Z Downloaded zeroize v1.8.1
6212026-08-25T03:19:37.900Z Downloaded hashbrown v0.15.5
6222026-08-25T03:19:37.901Z Downloaded rand v0.9.3
6232026-08-25T03:19:37.904Z Downloaded zmij v1.0.17
6242026-08-25T03:19:37.904Z Downloaded zerovec-derive v0.11.1
6252026-08-25T03:19:37.908Z Downloaded tar v0.4.45
6262026-08-25T03:19:37.908Z Downloaded socket2 v0.6.4
6272026-08-25T03:19:37.912Z Downloaded tinyvec v1.10.0
6282026-08-25T03:19:37.912Z Downloaded rustls-webpki v0.103.6
6292026-08-25T03:19:37.916Z Downloaded tracing-attributes v0.1.30
6302026-08-25T03:19:37.916Z Downloaded rayon-core v1.13.0
6312026-08-25T03:19:37.916Z Downloaded yoke v0.8.0
6322026-08-25T03:19:37.919Z Downloaded hashbrown v0.16.1
6332026-08-25T03:19:37.922Z Downloaded dropshot-api-manager v0.7.2
6342026-08-25T03:19:37.925Z Downloaded toml v0.9.12+spec-1.1.0
6352026-08-25T03:19:37.928Z Downloaded toml v1.1.2+spec-1.1.0
6362026-08-25T03:19:37.931Z Downloaded zerocopy-derive v0.7.35
6372026-08-25T03:19:37.931Z Downloaded unsafe-libyaml v0.2.11
6382026-08-25T03:19:37.935Z Downloaded itertools v0.15.0
6392026-08-25T03:19:37.939Z Downloaded vergen v8.3.2
6402026-08-25T03:19:37.939Z Downloaded idna v1.1.0
6412026-08-25T03:19:37.942Z Downloaded unicode-ident v1.0.24
6422026-08-25T03:19:37.945Z Downloaded h2 v0.4.14
6432026-08-25T03:19:37.948Z Downloaded futures-util v0.3.32
6442026-08-25T03:19:37.953Z Downloaded walkdir v2.5.0
6452026-08-25T03:19:37.957Z Downloaded pest v2.8.2
6462026-08-25T03:19:37.960Z Downloaded itertools v0.14.0
6472026-08-25T03:19:37.964Z Downloaded typify v0.6.2
6482026-08-25T03:19:37.967Z Downloaded toml v0.7.8
6492026-08-25T03:19:37.967Z Downloaded itertools v0.12.1
6502026-08-25T03:19:37.974Z Downloaded icu_properties_data v2.0.1
6512026-08-25T03:19:37.978Z Downloaded tracing v0.1.41
6522026-08-25T03:19:37.978Z Downloaded hkdf v0.12.4
6532026-08-25T03:19:37.982Z Downloaded goblin v0.8.2
6542026-08-25T03:19:37.985Z Downloaded iri-string v0.7.8
6552026-08-25T03:19:37.990Z Downloaded steno v0.4.1
6562026-08-25T03:19:37.993Z Downloaded smallvec v1.15.1
6572026-08-25T03:19:37.993Z Downloaded toml_edit v0.22.27
6582026-08-25T03:19:37.993Z Downloaded tabled_derive v0.7.0
6592026-08-25T03:19:37.993Z Downloaded sha2 v0.10.9
6602026-08-25T03:19:37.996Z Downloaded serde_tokenstream v0.2.3
6612026-08-25T03:19:37.996Z Downloaded subtle v2.6.1
6622026-08-25T03:19:37.996Z Downloaded structmeta v0.3.0
6632026-08-25T03:19:37.999Z Downloaded strsim v0.11.1
6642026-08-25T03:19:37.999Z Downloaded icu_normalizer_data v2.0.0
6652026-08-25T03:19:37.999Z Downloaded icu_collections v2.0.0
6662026-08-25T03:19:38.004Z Downloaded git2 v0.19.0
6672026-08-25T03:19:38.008Z Downloaded scopeguard v1.2.0
6682026-08-25T03:19:38.011Z Downloaded rand_core v0.6.4
6692026-08-25T03:19:38.011Z Downloaded icu_normalizer v2.0.0
6702026-08-25T03:19:38.014Z Downloaded parking_lot v0.12.5
6712026-08-25T03:19:38.014Z Downloaded iddqd v0.4.5
6722026-08-25T03:19:38.020Z Downloaded darling_core v0.21.3
6732026-08-25T03:19:38.023Z Downloaded libm v0.2.15
6742026-08-25T03:19:38.027Z Downloaded typify v0.4.3
6752026-08-25T03:19:38.030Z Downloaded tracing-core v0.1.34
6762026-08-25T03:19:38.033Z Downloaded clap_builder v4.6.0
6772026-08-25T03:19:38.037Z Downloaded reqwest v0.13.2
6782026-08-25T03:19:38.039Z Downloaded serde_json v1.0.150
6792026-08-25T03:19:38.045Z Downloaded rayon v1.11.0
6802026-08-25T03:19:38.048Z Downloaded owo-colors v4.3.0
6812026-08-25T03:19:38.051Z Downloaded oxnet v0.1.6
6822026-08-25T03:19:38.051Z Downloaded hyper v1.10.1
6832026-08-25T03:19:38.056Z Downloaded uuid v1.23.3
6842026-08-25T03:19:38.060Z Downloaded oxide-tokio-rt v0.1.2
6852026-08-25T03:19:38.060Z Downloaded native-tls v0.2.14
6862026-08-25T03:19:38.060Z Downloaded memmap2 v0.9.8
6872026-08-25T03:19:38.121Z Downloaded derive_more v0.99.20
6882026-08-25T03:19:38.121Z Downloaded plain v0.2.3
6892026-08-25T03:19:38.121Z Downloaded hyper-rustls v0.27.7
6902026-08-25T03:19:38.121Z Downloaded tower-http v0.6.8
6912026-08-25T03:19:38.121Z Downloaded proptest v1.8.0
6922026-08-25T03:19:38.121Z Downloaded serde_with v3.14.1
6932026-08-25T03:19:38.121Z Downloaded goblin v0.10.1
6942026-08-25T03:19:38.121Z Downloaded rustls-webpki v0.102.8
6952026-08-25T03:19:38.121Z Downloaded winnow v0.5.40
6962026-08-25T03:19:38.121Z Downloaded url v2.5.7
6972026-08-25T03:19:38.121Z Downloaded toml_edit v0.19.15
6982026-08-25T03:19:38.130Z Downloaded half v2.7.1
6992026-08-25T03:19:38.130Z Downloaded dropshot v0.16.7
7002026-08-25T03:19:38.137Z Downloaded blake3 v1.8.2
7012026-08-25T03:19:38.137Z Downloaded getrandom v0.3.3
7022026-08-25T03:19:38.137Z Downloaded derive-where v1.6.0
7032026-08-25T03:19:38.144Z Downloaded zerocopy-derive v0.8.27
7042026-08-25T03:19:38.144Z Downloaded progenitor-client v0.10.0
7052026-08-25T03:19:38.144Z Downloaded percent-encoding v2.3.2
7062026-08-25T03:19:38.144Z Downloaded num_enum v0.7.5
7072026-08-25T03:19:38.144Z Downloaded zerotrie v0.2.2
7082026-08-25T03:19:38.147Z Downloaded num-rational v0.4.2
7092026-08-25T03:19:38.147Z Downloaded const-oid v0.10.2
7102026-08-25T03:19:38.147Z Downloaded daft-derive v0.1.5
7112026-08-25T03:19:38.150Z Downloaded regex v1.12.4
7122026-08-25T03:19:38.153Z Downloaded quinn-proto v0.11.14
7132026-08-25T03:19:38.157Z Downloaded typenum v1.20.1
7142026-08-25T03:19:38.160Z Downloaded typed-path v0.9.3
7152026-08-25T03:19:38.163Z Downloaded reqwest v0.12.23
7162026-08-25T03:19:38.168Z Downloaded portable-atomic v1.11.1
7172026-08-25T03:19:38.173Z Downloaded aws-lc-rs v1.16.2
7182026-08-25T03:19:38.177Z Downloaded webpki-roots v1.0.2
7192026-08-25T03:19:38.179Z Downloaded hickory-proto v0.24.4
7202026-08-25T03:19:38.187Z Downloaded tower v0.5.2
7212026-08-25T03:19:38.192Z Downloaded chrono v0.4.45
7222026-08-25T03:19:38.196Z Downloaded bstr v1.12.0
7232026-08-25T03:19:38.204Z Downloaded regress v0.10.5
7242026-08-25T03:19:38.208Z Downloaded unicode-segmentation v1.12.0
7252026-08-25T03:19:38.210Z Downloaded hickory-proto v0.25.2
7262026-08-25T03:19:38.216Z Downloaded rustix v1.1.4
7272026-08-25T03:19:38.230Z Downloaded tough v0.20.0
7282026-08-25T03:19:38.234Z Downloaded tokio-util v0.7.16
7292026-08-25T03:19:38.238Z Downloaded unicode-normalization v0.1.24
7302026-08-25T03:19:38.241Z Downloaded rustix v0.38.44
7312026-08-25T03:19:38.253Z Downloaded regex-syntax v0.8.11
7322026-08-25T03:19:38.258Z Downloaded dropshot v0.17.1
7332026-08-25T03:19:38.271Z Downloaded openssl v0.10.81
7342026-08-25T03:19:38.277Z Downloaded newtype-uuid v1.3.2
7352026-08-25T03:19:38.280Z Downloaded iana-time-zone v0.1.64
7362026-08-25T03:19:38.280Z Downloaded console v0.15.11
7372026-08-25T03:19:38.282Z Downloaded futures-channel v0.3.32
7382026-08-25T03:19:38.282Z Downloaded clang-sys v1.8.1
7392026-08-25T03:19:38.285Z Downloaded cancel-safe-futures v0.1.5
7402026-08-25T03:19:38.285Z Downloaded ingot v0.1.1
7412026-08-25T03:19:38.288Z Downloaded crossbeam-epoch v0.9.18
7422026-08-25T03:19:38.288Z Downloaded hyper-tls v0.6.0
7432026-08-25T03:19:38.288Z Downloaded group v0.13.0
7442026-08-25T03:19:38.291Z Downloaded zerovec v0.11.4
7452026-08-25T03:19:38.293Z Downloaded git-stub-vcs v0.1.0
7462026-08-25T03:19:38.294Z Downloaded macaddr v1.0.1
7472026-08-25T03:19:38.294Z Downloaded lru-slab v0.1.2
7482026-08-25T03:19:38.297Z Downloaded cookie v0.18.1
7492026-08-25T03:19:38.297Z Downloaded colored v3.1.1
7502026-08-25T03:19:38.299Z Downloaded ciborium v0.2.2
7512026-08-25T03:19:38.299Z Downloaded camino v1.2.3
7522026-08-25T03:19:38.302Z Downloaded async-trait v0.1.89
7532026-08-25T03:19:38.305Z Downloaded zerocopy v0.7.35
7542026-08-25T03:19:38.312Z Downloaded curve25519-dalek v4.1.3
7552026-08-25T03:19:38.317Z Downloaded deranged v0.5.3
7562026-08-25T03:19:38.320Z Downloaded jiff v0.2.15
7572026-08-25T03:19:38.328Z Downloaded moka v0.12.11
7582026-08-25T03:19:38.334Z Downloaded compression-codecs v0.4.32
7592026-08-25T03:19:38.337Z Downloaded cipher v0.4.4
7602026-08-25T03:19:38.340Z Downloaded tabled v0.15.0
7612026-08-25T03:19:38.348Z Downloaded winnow v1.0.3
7622026-08-25T03:19:38.353Z Downloaded winnow v0.7.14
7632026-08-25T03:19:38.357Z Downloaded byteorder v1.5.0
7642026-08-25T03:19:38.359Z Downloaded bcs v0.1.6
7652026-08-25T03:19:38.360Z Downloaded sha3 v0.10.8
7662026-08-25T03:19:38.362Z Downloaded tabled v0.21.0
7672026-08-25T03:19:38.373Z Downloaded time v0.3.47
7682026-08-25T03:19:38.380Z Downloaded syn v1.0.109
7692026-08-25T03:19:38.386Z Downloaded bitflags v1.3.2
7702026-08-25T03:19:38.389Z Downloaded either v1.15.0
7712026-08-25T03:19:38.389Z Downloaded camino-tempfile v1.4.1
7722026-08-25T03:19:38.391Z Downloaded autocfg v1.5.0
7732026-08-25T03:19:38.391Z Downloaded argon2 v0.5.3
7742026-08-25T03:19:38.394Z Downloaded globset v0.4.16
7752026-08-25T03:19:38.394Z Downloaded crossbeam-deque v0.8.6
7762026-08-25T03:19:38.394Z Downloaded critical-section v1.2.0
7772026-08-25T03:19:38.397Z Downloaded block-buffer v0.12.0
7782026-08-25T03:19:38.397Z Downloaded bytecount v0.6.9
7792026-08-25T03:19:38.397Z Downloaded arrayvec v0.7.6
7802026-08-25T03:19:38.400Z Downloaded inout v0.1.4
7812026-08-25T03:19:38.400Z Downloaded is-terminal v0.4.16
7822026-08-25T03:19:38.400Z Downloaded indent_write v2.2.0
7832026-08-25T03:19:38.400Z Downloaded ff v0.13.1
7842026-08-25T03:19:38.403Z Downloaded embedded-io v0.4.0
7852026-08-25T03:19:38.403Z Downloaded anstream v1.0.0
7862026-08-25T03:19:38.406Z Downloaded ciborium-ll v0.2.2
7872026-08-25T03:19:38.406Z Downloaded async-stream-impl v0.3.6
7882026-08-25T03:19:38.406Z Downloaded cpufeatures v0.3.0
7892026-08-25T03:19:38.406Z Downloaded foreign-types-shared v0.3.1
7902026-08-25T03:19:38.409Z Downloaded crypto-common v0.1.6
7912026-08-25T03:19:38.409Z Downloaded crucible-workspace-hack v0.1.0
7922026-08-25T03:19:38.409Z Downloaded cfg-if v1.0.4
7932026-08-25T03:19:38.409Z Downloaded curve25519-dalek-derive v0.1.1
7942026-08-25T03:19:38.409Z Downloaded dropshot-api-manager-types v0.7.2
7952026-08-25T03:19:38.409Z Downloaded cobs v0.3.0
7962026-08-25T03:19:38.415Z Downloaded futures-sink v0.3.32
7972026-08-25T03:19:38.415Z Downloaded equivalent v1.0.2
7982026-08-25T03:19:38.415Z Downloaded base16ct v0.2.0
7992026-08-25T03:19:38.415Z Downloaded crypto-common v0.2.2
8002026-08-25T03:19:38.419Z Downloaded clap_lex v1.1.0
8012026-08-25T03:19:38.419Z Downloaded arrayref v0.3.9
8022026-08-25T03:19:38.419Z Downloaded embedded-io v0.6.1
8032026-08-25T03:19:38.419Z Downloaded erased-serde v0.3.31
8042026-08-25T03:19:38.419Z Downloaded dunce v1.0.5
8052026-08-25T03:19:38.419Z Downloaded cfg_aliases v0.2.1
8062026-08-25T03:19:38.419Z Downloaded cc v1.4.4
8072026-08-25T03:19:38.422Z Downloaded anstyle-parse v1.0.0
8082026-08-25T03:19:38.422Z Downloaded float-ord v0.3.2
8092026-08-25T03:19:38.422Z Downloaded fixedbitset v0.4.2
8102026-08-25T03:19:38.422Z Downloaded convert_case v0.4.0
8112026-08-25T03:19:38.422Z Downloaded allocator-api2 v0.2.21
8122026-08-25T03:19:38.425Z Downloaded elliptic-curve v0.13.8
8132026-08-25T03:19:38.425Z Downloaded nix v0.31.3
8142026-08-25T03:19:38.432Z Downloaded vcpkg v0.2.15
8152026-08-25T03:19:38.455Z Downloaded cstr-argument v0.1.2
8162026-08-25T03:19:38.458Z Downloaded nix v0.30.1
8172026-08-25T03:19:38.462Z Downloaded block-buffer v0.10.4
8182026-08-25T03:19:38.465Z Downloaded unicode-width v0.2.1
8192026-08-25T03:19:38.468Z Downloaded bit-set v0.8.0
8202026-08-25T03:19:38.468Z Downloaded foreign-types-macros v0.2.3
8212026-08-25T03:19:38.468Z Downloaded encoding_rs v0.8.35
8222026-08-25T03:19:38.481Z Downloaded zerocopy v0.8.27
8232026-08-25T03:19:38.493Z Downloaded openapiv3 v2.2.0
8242026-08-25T03:19:38.500Z Downloaded syn v2.0.118
8252026-08-25T03:19:38.508Z Downloaded unicode-width v0.1.14
8262026-08-25T03:19:38.512Z Downloaded regress v0.11.1
8272026-08-25T03:19:38.518Z Downloaded smoltcp v0.11.0
8282026-08-25T03:19:38.523Z Downloaded rustls v0.22.4
8292026-08-25T03:19:38.531Z Downloaded rustls v0.23.40
8302026-08-25T03:19:38.538Z Downloaded enum-as-inner v0.6.1
8312026-08-25T03:19:38.555Z Downloaded dropshot_endpoint v0.16.7
8322026-08-25T03:19:38.555Z Downloaded chacha20poly1305 v0.10.1
8332026-08-25T03:19:38.558Z Downloaded dof v0.4.0
8342026-08-25T03:19:38.558Z Downloaded anyhow v1.0.102
8352026-08-25T03:19:38.559Z Downloaded flate2 v1.1.2
8362026-08-25T03:19:38.559Z Downloaded digest v0.10.7
8372026-08-25T03:19:38.559Z Downloaded derive-ex v0.1.8
8382026-08-25T03:19:38.559Z Downloaded darling v0.21.3
8392026-08-25T03:19:38.559Z Downloaded backoff v0.4.0
8402026-08-25T03:19:38.559Z Downloaded aead v0.5.2
8412026-08-25T03:19:38.559Z Downloaded futures-macro v0.3.32
8422026-08-25T03:19:38.559Z Downloaded anstyle v1.0.14
8432026-08-25T03:19:38.580Z Downloaded libgit2-sys v0.17.0+1.8.1
8442026-08-25T03:19:38.633Z Downloaded typify-impl v0.6.2
8452026-08-25T03:19:38.646Z Downloaded typify-impl v0.4.3
8462026-08-25T03:19:38.701Z Downloaded regex-automata v0.4.13
8472026-08-25T03:19:38.741Z Downloaded petgraph v0.6.5
8482026-08-25T03:19:38.775Z Downloaded chrono-tz v0.10.4
8492026-08-25T03:19:38.801Z Downloaded libc v0.2.186
8502026-08-25T03:19:38.821Z Downloaded petgraph v0.8.2
8512026-08-25T03:19:38.833Z Downloaded libz-sys v1.1.22
8522026-08-25T03:19:38.845Z Downloaded csv v1.4.0
8532026-08-25T03:19:38.879Z Downloaded tokio v1.52.3
8542026-08-25T03:19:38.978Z Downloaded ring v0.17.14
8552026-08-25T03:19:39.024Z Downloaded curl-sys v0.4.89+curl-8.20.0
8562026-08-25T03:19:39.563Z Downloaded aws-lc-sys v0.39.1
8572026-08-25T03:19:39.882Z Compiling proc-macro2 v1.0.106
8582026-08-25T03:19:39.882Z Compiling quote v1.0.45
8592026-08-25T03:19:39.882Z Compiling unicode-ident v1.0.24
8602026-08-25T03:19:39.885Z Compiling serde_core v1.0.228
8612026-08-25T03:19:39.885Z Compiling serde v1.0.228
8622026-08-25T03:19:39.885Z Compiling libc v0.2.186
8632026-08-25T03:19:39.885Z Checking cfg-if v1.0.4
8642026-08-25T03:19:40.196Z Compiling zmij v1.0.17
8652026-08-25T03:19:40.212Z Compiling autocfg v1.5.0
8662026-08-25T03:19:40.549Z Compiling memchr v2.7.5
8672026-08-25T03:19:40.580Z Compiling libm v0.2.15
8682026-08-25T03:19:41.018Z Compiling getrandom v0.4.2
8692026-08-25T03:19:41.071Z Compiling jobserver v0.1.34
8702026-08-25T03:19:41.130Z Compiling shlex v2.0.1
8712026-08-25T03:19:41.145Z Compiling find-msvc-tools v0.1.11
8722026-08-25T03:19:41.215Z Compiling version_check v0.9.5
8732026-08-25T03:19:41.334Z Compiling cc v1.4.4
8742026-08-25T03:19:41.389Z Compiling thiserror v2.0.18
8752026-08-25T03:19:41.406Z Checking smallvec v1.15.1
8762026-08-25T03:19:41.455Z Checking itoa v1.0.15
8772026-08-25T03:19:41.506Z Compiling syn v2.0.118
8782026-08-25T03:19:41.581Z Compiling icu_properties_data v2.0.1
8792026-08-25T03:19:41.596Z Compiling icu_normalizer_data v2.0.0
8802026-08-25T03:19:41.675Z Compiling parking_lot_core v0.9.12
8812026-08-25T03:19:41.842Z Checking stable_deref_trait v1.2.0
8822026-08-25T03:19:41.860Z Compiling serde_json v1.0.150
8832026-08-25T03:19:42.115Z Compiling heck v0.5.0
8842026-08-25T03:19:42.129Z Checking writeable v0.6.1
8852026-08-25T03:19:42.204Z Checking litemap v0.8.0
8862026-08-25T03:19:42.283Z Compiling num-traits v0.2.19
8872026-08-25T03:19:42.339Z Checking percent-encoding v2.3.2
8882026-08-25T03:19:42.527Z Checking form_urlencoded v1.2.2
8892026-08-25T03:19:42.628Z Checking utf8_iter v1.0.4
8902026-08-25T03:19:42.688Z Compiling zerocopy v0.8.27
8912026-08-25T03:19:42.731Z Checking pin-project-lite v0.2.16
8922026-08-25T03:19:42.747Z Compiling log v0.4.29
8932026-08-25T03:19:42.750Z Compiling equivalent v1.0.2
8942026-08-25T03:19:42.778Z Compiling semver v1.0.28
8952026-08-25T03:19:42.824Z Checking iana-time-zone v0.1.64
8962026-08-25T03:19:42.851Z Compiling rustversion v1.0.22
8972026-08-25T03:19:42.923Z Checking getrandom v0.2.16
8982026-08-25T03:19:42.939Z Checking socket2 v0.6.4
8992026-08-25T03:19:43.069Z Checking uuid v1.23.3
9002026-08-25T03:19:43.086Z Checking scopeguard v1.2.0
9012026-08-25T03:19:43.202Z Checking lock_api v0.4.14
9022026-08-25T03:19:43.286Z Checking bitflags v2.11.1
9032026-08-25T03:19:43.364Z Checking signal-hook-registry v1.4.6
9042026-08-25T03:19:43.375Z Checking mio v1.2.1
9052026-08-25T03:19:43.407Z Checking parking_lot v0.12.5
9062026-08-25T03:19:43.448Z Compiling schemars v0.8.22
9072026-08-25T03:19:43.594Z Checking dyn-clone v1.0.20
9082026-08-25T03:19:43.655Z Compiling portable-atomic v1.11.1
9092026-08-25T03:19:43.706Z Checking futures-core v0.3.32
9102026-08-25T03:19:43.723Z Compiling ring v0.17.14
9112026-08-25T03:19:43.831Z Checking critical-section v1.2.0
9122026-08-25T03:19:43.838Z Compiling hashbrown v0.17.1
9132026-08-25T03:19:43.866Z Compiling httparse v1.10.1
9142026-08-25T03:19:43.980Z Checking futures-sink v0.3.32
9152026-08-25T03:19:44.085Z Checking subtle v2.6.1
9162026-08-25T03:19:44.250Z Compiling regex-syntax v0.8.11
9172026-08-25T03:19:44.398Z Compiling synstructure v0.13.2
9182026-08-25T03:19:44.589Z Compiling serde_derive_internals v0.29.1
9192026-08-25T03:19:44.606Z Checking once_cell v1.21.3
9202026-08-25T03:19:44.660Z Compiling indexmap v2.14.0
9212026-08-25T03:19:44.779Z Checking slab v0.4.11
9222026-08-25T03:19:44.937Z Compiling aho-corasick v1.1.3
9232026-08-25T03:19:44.967Z Compiling thiserror v1.0.69
9242026-08-25T03:19:45.036Z Compiling rustix v1.1.4
9252026-08-25T03:19:45.285Z Checking rand_core v0.6.4
9262026-08-25T03:19:45.306Z Checking typenum v1.20.1
9272026-08-25T03:19:45.460Z Checking futures-channel v0.3.32
9282026-08-25T03:19:45.603Z Compiling ucd-trie v0.1.7
9292026-08-25T03:19:45.625Z Compiling serde_derive v1.0.228
9302026-08-25T03:19:45.643Z Compiling zerofrom-derive v0.1.6
9312026-08-25T03:19:45.855Z Compiling yoke-derive v0.8.0
9322026-08-25T03:19:45.929Z Compiling zerovec-derive v0.11.1
9332026-08-25T03:19:46.080Z Compiling displaydoc v0.2.5
9342026-08-25T03:19:46.362Z Compiling thiserror-impl v2.0.18
9352026-08-25T03:19:46.394Z Compiling schemars_derive v0.8.22
9362026-08-25T03:19:46.823Z Compiling tokio-macros v2.7.0
9372026-08-25T03:19:46.874Z Checking zerofrom v0.1.6
9382026-08-25T03:19:46.890Z Compiling zerocopy-derive v0.8.27
9392026-08-25T03:19:46.997Z Checking yoke v0.8.0
9402026-08-25T03:19:47.013Z Compiling futures-macro v0.3.32
9412026-08-25T03:19:47.174Z Checking zerovec v0.11.4
9422026-08-25T03:19:47.536Z Checking zerotrie v0.2.2
9432026-08-25T03:19:47.670Z Compiling zeroize_derive v1.4.3
9442026-08-25T03:19:47.687Z Compiling regex-automata v0.4.13
9452026-08-25T03:19:47.775Z Compiling thiserror-impl v1.0.69
9462026-08-25T03:19:47.883Z Checking tinystr v0.8.1
9472026-08-25T03:19:48.061Z Checking icu_locale_core v2.0.0
9482026-08-25T03:19:48.079Z Checking potential_utf v0.1.3
9492026-08-25T03:19:48.209Z Checking icu_collections v2.0.0
9502026-08-25T03:19:48.341Z Checking zeroize v1.8.1
9512026-08-25T03:19:48.511Z Compiling pest v2.8.2
9522026-08-25T03:19:48.511Z Checking futures-io v0.3.32
9532026-08-25T03:19:48.585Z Checking icu_provider v2.0.0
9542026-08-25T03:19:48.639Z Checking futures-task v0.3.32
9552026-08-25T03:19:48.705Z Checking bytes v1.12.0
9562026-08-25T03:19:48.777Z Checking icu_properties v2.0.1
9572026-08-25T03:19:48.810Z Checking icu_normalizer v2.0.0
9582026-08-25T03:19:48.907Z Checking chrono v0.4.45
9592026-08-25T03:19:49.108Z Compiling serde_tokenstream v0.2.3
9602026-08-25T03:19:49.135Z Checking tokio v1.52.3
9612026-08-25T03:19:49.389Z Compiling regex v1.12.4
9622026-08-25T03:19:49.593Z Checking idna_adapter v1.2.1
9632026-08-25T03:19:49.720Z Checking idna v1.1.0
9642026-08-25T03:19:49.737Z Compiling pest_meta v2.8.2
9652026-08-25T03:19:49.753Z Checking futures-util v0.3.32
9662026-08-25T03:19:49.785Z Compiling pkg-config v0.3.32
9672026-08-25T03:19:49.837Z Compiling anyhow v1.0.102
9682026-08-25T03:19:49.985Z Checking url v2.5.7
9692026-08-25T03:19:50.210Z Compiling tracing-attributes v0.1.30
9702026-08-25T03:19:50.246Z Checking tracing-core v0.1.34
9712026-08-25T03:19:50.547Z Compiling pest_generator v2.8.2
9722026-08-25T03:19:50.656Z Compiling generic-array v0.14.7
9732026-08-25T03:19:50.941Z Compiling fnv v1.0.7
9742026-08-25T03:19:51.048Z Compiling allocator-api2 v0.2.21
9752026-08-25T03:19:51.103Z Compiling foldhash v0.2.0
9762026-08-25T03:19:51.120Z Compiling vcpkg v0.2.15
9772026-08-25T03:19:51.179Z Compiling pest_derive v2.8.2
9782026-08-25T03:19:51.356Z Compiling hashbrown v0.16.1
9792026-08-25T03:19:51.459Z Checking tracing v0.1.41
9802026-08-25T03:19:51.559Z Checking http v1.4.2
9812026-08-25T03:19:51.642Z Compiling getrandom v0.3.3
9822026-08-25T03:19:51.725Z Compiling byteorder v1.5.0
9832026-08-25T03:19:51.938Z Compiling camino v1.2.3
9842026-08-25T03:19:51.954Z Checking crypto-common v0.1.6
9852026-08-25T03:19:51.990Z Checking errno v0.3.14
9862026-08-25T03:19:52.077Z Compiling time-core v0.1.8
9872026-08-25T03:19:52.124Z Compiling num-conv v0.2.1
9882026-08-25T03:19:52.128Z Checking base64 v0.22.1
9892026-08-25T03:19:52.235Z Checking ipnet v2.11.0
9902026-08-25T03:19:52.282Z Compiling time-macros v0.2.27
9912026-08-25T03:19:52.317Z Compiling scroll_derive v0.13.1
9922026-08-25T03:19:52.335Z Checking tokio-util v0.7.16
9932026-08-25T03:19:52.385Z Compiling paste v1.0.15
9942026-08-25T03:19:52.460Z Checking http-body v1.0.1
9952026-08-25T03:19:52.545Z Checking rustls-pki-types v1.12.0
9962026-08-25T03:19:52.724Z Checking atomic-waker v1.1.2
9972026-08-25T03:19:52.843Z Checking tower-layer v0.3.3
9982026-08-25T03:19:52.992Z Checking untrusted v0.9.0
9992026-08-25T03:19:53.017Z Checking tower-service v0.3.3
10002026-08-25T03:19:53.105Z Checking try-lock v0.2.5
10012026-08-25T03:19:53.136Z Checking h2 v0.4.14
10022026-08-25T03:19:53.208Z Checking want v0.3.1
10032026-08-25T03:19:53.268Z Checking httpdate v1.0.3
10042026-08-25T03:19:53.284Z Checking ryu v1.0.20
10052026-08-25T03:19:53.328Z Compiling openssl-sys v0.9.117
10062026-08-25T03:19:53.388Z Compiling async-trait v0.1.89
10072026-08-25T03:19:53.411Z Compiling cmake v0.1.54
10082026-08-25T03:19:53.427Z Checking socket2 v0.5.10
10092026-08-25T03:19:53.647Z Compiling strsim v0.11.1
10102026-08-25T03:19:53.664Z Checking pretty-hex v0.4.1
10112026-08-25T03:19:53.751Z Compiling fs_extra v1.3.0
10122026-08-25T03:19:53.782Z Compiling crossbeam-utils v0.8.21
10132026-08-25T03:19:53.864Z Compiling dunce v1.0.5
10142026-08-25T03:19:53.965Z Compiling scroll v0.13.0
10152026-08-25T03:19:54.006Z Compiling aws-lc-sys v0.39.1
10162026-08-25T03:19:54.032Z Checking block-buffer v0.10.4
10172026-08-25T03:19:54.107Z Compiling regress v0.10.5
10182026-08-25T03:19:54.126Z Checking ppv-lite86 v0.2.21
10192026-08-25T03:19:54.179Z Compiling slog v2.8.2
10202026-08-25T03:19:54.261Z Compiling usdt-impl v0.6.0
10212026-08-25T03:19:54.348Z Compiling plain v0.2.3
10222026-08-25T03:19:54.393Z Checking digest v0.10.7
10232026-08-25T03:19:54.443Z Compiling goblin v0.10.1
10242026-08-25T03:19:54.459Z Checking http-body-util v0.1.3
10252026-08-25T03:19:54.532Z Checking ipnetwork v0.21.1
10262026-08-25T03:19:54.584Z Checking erased-serde v0.3.31
10272026-08-25T03:19:54.757Z Compiling ident_case v1.0.1
10282026-08-25T03:19:54.880Z Compiling omicron-workspace-hack v0.1.0
10292026-08-25T03:19:54.909Z Compiling darling_core v0.21.3
10302026-08-25T03:19:54.980Z Checking hyper v1.10.1
10312026-08-25T03:19:55.023Z Checking serde_urlencoded v0.7.1
10322026-08-25T03:19:55.114Z Compiling dtrace-parser v0.3.0
10332026-08-25T03:19:55.213Z Compiling openapiv3 v2.2.0
10342026-08-25T03:19:55.229Z Compiling daft-derive v0.1.5
10352026-08-25T03:19:55.709Z Compiling typify-impl v0.4.3
10362026-08-25T03:19:55.903Z Checking hyper-util v0.1.20
10372026-08-25T03:19:55.960Z Compiling thread-id v5.0.0
10382026-08-25T03:19:56.049Z Compiling aws-lc-rs v1.16.2
10392026-08-25T03:19:57.005Z Checking encoding_rs v0.8.35
10402026-08-25T03:19:57.021Z Compiling darling_macro v0.21.3
10412026-08-25T03:19:57.280Z Compiling dof v0.4.0
10422026-08-25T03:19:57.557Z Compiling darling v0.21.3
10432026-08-25T03:19:57.644Z Checking mime v0.3.17
10442026-08-25T03:19:57.802Z Checking cpufeatures v0.2.17
10452026-08-25T03:19:57.817Z Compiling slog-async v2.8.0
10462026-08-25T03:19:57.875Z Checking untrusted v0.7.1
10472026-08-25T03:19:57.989Z Checking rand_core v0.9.3
10482026-08-25T03:19:58.023Z Checking oxnet v0.1.6
10492026-08-25T03:19:58.164Z Compiling structmeta-derive v0.3.0
10502026-08-25T03:19:58.168Z Compiling multer v3.1.0
10512026-08-25T03:19:58.215Z Compiling usdt-attr-macro v0.6.0
10522026-08-25T03:19:58.273Z Compiling usdt-macro v0.6.0
10532026-08-25T03:19:58.400Z Compiling unsafe-libyaml v0.2.11
10542026-08-25T03:19:58.430Z Compiling rustls v0.23.40
10552026-08-25T03:19:58.545Z Compiling rustls v0.22.4
10562026-08-25T03:19:58.934Z Compiling serde_yaml v0.9.34+deprecated
10572026-08-25T03:19:59.047Z Compiling async-stream-impl v0.3.6
10582026-08-25T03:19:59.061Z Checking sync_wrapper v1.0.2
10592026-08-25T03:19:59.126Z Compiling typify-macro v0.4.3
10602026-08-25T03:19:59.159Z Checking foreign-types-shared v0.1.1
10612026-08-25T03:19:59.175Z Compiling structmeta v0.3.0
10622026-08-25T03:19:59.371Z Compiling openssl v0.10.81
10632026-08-25T03:19:59.441Z Checking hex v0.4.3
10642026-08-25T03:19:59.637Z Checking fastrand v2.3.0
10652026-08-25T03:19:59.654Z Checking foreign-types v0.3.2
10662026-08-25T03:19:59.709Z Checking tower v0.5.2
10672026-08-25T03:19:59.738Z Checking rand_chacha v0.9.0
10682026-08-25T03:19:59.814Z Checking tempfile v3.27.0
10692026-08-25T03:19:59.921Z Checking futures-executor v0.3.32
10702026-08-25T03:20:00.004Z Compiling openssl-macros v0.1.1
10712026-08-25T03:20:00.040Z Compiling strum_macros v0.26.4
10722026-08-25T03:20:00.057Z Compiling native-tls v0.2.14
10732026-08-25T03:20:00.074Z Checking openssl-probe v0.1.6
10742026-08-25T03:20:00.174Z Checking iri-string v0.7.8
10752026-08-25T03:20:00.177Z Checking powerfmt v0.2.0
10762026-08-25T03:20:00.317Z Checking futures v0.3.32
10772026-08-25T03:20:00.337Z Checking deranged v0.5.3
10782026-08-25T03:20:00.397Z Checking rand v0.9.3
10792026-08-25T03:20:00.598Z Compiling typify v0.4.3
10802026-08-25T03:20:00.692Z Compiling newtype-uuid-macros v0.1.0
10812026-08-25T03:20:00.872Z Checking num_threads v0.1.7
10822026-08-25T03:20:01.112Z Compiling ref-cast v1.0.25
10832026-08-25T03:20:01.179Z Checking tower-http v0.6.8
10842026-08-25T03:20:01.400Z Checking time v0.3.47
10852026-08-25T03:20:01.450Z Compiling ref-cast-impl v1.0.25
10862026-08-25T03:20:01.476Z Compiling dropshot v0.16.7
10872026-08-25T03:20:01.499Z Checking memmap2 v0.9.8
10882026-08-25T03:20:01.516Z Checking unicode-width v0.2.1
10892026-08-25T03:20:01.777Z Compiling derive-ex v0.1.8
10902026-08-25T03:20:01.790Z Checking crossbeam-channel v0.5.15
10912026-08-25T03:20:02.030Z Checking webpki-roots v1.0.2
10922026-08-25T03:20:02.047Z Compiling dropshot_endpoint v0.16.7
10932026-08-25T03:20:02.111Z Compiling strum_macros v0.27.2
10942026-08-25T03:20:02.153Z Checking winnow v0.7.14
10952026-08-25T03:20:02.525Z Compiling progenitor-impl v0.11.1
10962026-08-25T03:20:02.832Z Checking tokio-native-tls v0.3.1
10972026-08-25T03:20:02.990Z Checking hyper-tls v0.6.0
10982026-08-25T03:20:03.332Z Compiling test-strategy v0.4.3
10992026-08-25T03:20:03.384Z Checking newtype-uuid v1.3.2
11002026-08-25T03:20:03.480Z Checking thread_local v1.1.9
11012026-08-25T03:20:03.564Z Checking winnow v1.0.3
11022026-08-25T03:20:03.632Z Checking daft v0.1.5
11032026-08-25T03:20:03.648Z Compiling serde_with_macros v3.14.1
11042026-08-25T03:20:03.845Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-08-25T03:20:03.860Z Checking serde_spanned v1.1.1
11062026-08-25T03:20:03.890Z Checking is-terminal v0.4.16
11072026-08-25T03:20:03.984Z Checking term v1.2.0
11082026-08-25T03:20:04.000Z Checking either v1.15.0
11092026-08-25T03:20:04.171Z Checking take_mut v0.2.2
11102026-08-25T03:20:04.187Z Checking match_cfg v0.1.0
11112026-08-25T03:20:04.205Z Checking debug-ignore v1.0.5
11122026-08-25T03:20:04.256Z Checking toml_writer v1.1.1+spec-1.1.0
11132026-08-25T03:20:04.303Z Checking hostname v0.3.1
11142026-08-25T03:20:04.402Z Checking slog-term v2.9.2
11152026-08-25T03:20:04.433Z Checking slog-json v2.6.1
11162026-08-25T03:20:04.580Z Compiling syn v1.0.109
11172026-08-25T03:20:04.585Z Compiling progenitor-macro v0.11.1
11182026-08-25T03:20:04.649Z Checking spin v0.9.8
11192026-08-25T03:20:04.666Z Checking slog-bunyan v2.5.0
11202026-08-25T03:20:04.683Z Checking usdt v0.6.0
11212026-08-25T03:20:04.728Z Checking async-stream v0.3.6
11222026-08-25T03:20:04.773Z Compiling parse-display-derive v0.10.0
11232026-08-25T03:20:04.852Z Checking rustls-webpki v0.102.8
11242026-08-25T03:20:04.918Z Checking waitgroup v0.1.2
11252026-08-25T03:20:04.953Z Checking rustls-pemfile v2.2.0
11262026-08-25T03:20:04.970Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11272026-08-25T03:20:05.017Z Checking serde_path_to_error v0.1.20
11282026-08-25T03:20:05.091Z Checking hostname v0.4.2
11292026-08-25T03:20:05.190Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11302026-08-25T03:20:05.278Z Checking strum v0.26.3
11312026-08-25T03:20:05.390Z Checking rand_chacha v0.3.1
11322026-08-25T03:20:05.406Z Checking macaddr v1.0.1
11332026-08-25T03:20:05.509Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-25T03:20:05.576Z Checking wait-timeout v0.2.1
11352026-08-25T03:20:05.581Z Checking lazy_static v1.5.0
11362026-08-25T03:20:05.676Z Checking quick-error v1.2.3
11372026-08-25T03:20:05.707Z Checking bit-vec v0.8.0
11382026-08-25T03:20:05.723Z Checking toml v0.9.12+spec-1.1.0
11392026-08-25T03:20:05.780Z Checking rusty-fork v0.3.0
11402026-08-25T03:20:05.937Z Checking bit-set v0.8.0
11412026-08-25T03:20:05.985Z Checking rand v0.8.5
11422026-08-25T03:20:06.087Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-25T03:20:06.298Z Checking rand_xorshift v0.4.0
11442026-08-25T03:20:06.315Z Checking sha1 v0.10.6
11452026-08-25T03:20:06.419Z Checking unarray v0.1.4
11462026-08-25T03:20:06.524Z Checking proptest v1.8.0
11472026-08-25T03:20:06.540Z Checking strum v0.27.2
11482026-08-25T03:20:06.685Z Checking tabwriter v1.4.1
11492026-08-25T03:20:06.701Z Checking tokio-rustls v0.25.0
11502026-08-25T03:20:06.750Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-08-25T03:20:06.834Z Checking colored v3.1.1
11522026-08-25T03:20:06.892Z Checking serde_with v3.14.1
11532026-08-25T03:20:07.334Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11542026-08-25T03:20:07.564Z Checking instant v0.1.13
11552026-08-25T03:20:07.867Z Checking rustc-hash v2.1.1
11562026-08-25T03:20:07.941Z Checking backoff v0.4.0
11572026-08-25T03:20:07.982Z Checking iddqd v0.3.18
11582026-08-25T03:20:08.113Z Checking parse-display v0.10.0
11592026-08-25T03:20:08.149Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11602026-08-25T03:20:08.229Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11612026-08-25T03:20:08.258Z Checking itertools v0.14.0
11622026-08-25T03:20:08.338Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11632026-08-25T03:20:08.737Z Compiling toml_datetime v0.6.11
11642026-08-25T03:20:08.759Z Compiling clap_derive v4.6.1
11652026-08-25T03:20:08.844Z Checking utf8parse v0.2.2
11662026-08-25T03:20:08.924Z Checking anstyle-parse v1.0.0
11672026-08-25T03:20:09.076Z Checking terminal_size v0.4.3
11682026-08-25T03:20:09.273Z Checking colorchoice v1.0.4
11692026-08-25T03:20:09.291Z Checking anstyle v1.0.14
11702026-08-25T03:20:09.330Z Checking anstyle-query v1.1.4
11712026-08-25T03:20:09.369Z Checking is_terminal_polyfill v1.70.1
11722026-08-25T03:20:09.472Z Checking anstream v1.0.0
11732026-08-25T03:20:09.728Z Checking clap_lex v1.1.0
11742026-08-25T03:20:09.876Z Checking clap_builder v4.6.0
11752026-08-25T03:20:11.108Z Checking clap v4.6.1
11762026-08-25T03:20:12.233Z Compiling num-derive v0.4.2
11772026-08-25T03:20:12.746Z Compiling rustls-webpki v0.103.6
11782026-08-25T03:20:13.412Z Compiling prettyplease v0.2.37
11792026-08-25T03:20:14.924Z Checking crossbeam-epoch v0.9.18
11802026-08-25T03:20:14.958Z Compiling winnow v0.5.40
11812026-08-25T03:20:15.142Z Compiling cfg_aliases v0.2.1
11822026-08-25T03:20:15.697Z Checking serde_spanned v0.6.9
11832026-08-25T03:20:15.881Z Compiling memoffset v0.9.1
11842026-08-25T03:20:16.035Z Compiling rayon-core v1.13.0
11852026-08-25T03:20:16.319Z Compiling tokio-rustls v0.26.4
11862026-08-25T03:20:16.577Z Compiling toml_edit v0.19.15
11872026-08-25T03:20:17.568Z Compiling zerocopy-derive v0.7.35
11882026-08-25T03:20:17.734Z Compiling proc-macro-crate v1.3.1
11892026-08-25T03:20:18.074Z Compiling crc32fast v1.5.0
11902026-08-25T03:20:18.568Z Compiling hyper-rustls v0.27.7
11912026-08-25T03:20:18.823Z Compiling reqwest v0.12.23
11922026-08-25T03:20:18.987Z Checking crossbeam-deque v0.8.6
11932026-08-25T03:20:19.267Z Checking adler2 v2.0.1
11942026-08-25T03:20:19.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11952026-08-25T03:20:20.023Z Compiling progenitor-client v0.11.1
11962026-08-25T03:20:20.244Z Compiling progenitor v0.11.1
11972026-08-25T03:20:20.506Z Checking miniz_oxide v0.8.9
11982026-08-25T03:20:21.436Z Compiling num-integer v0.1.46
11992026-08-25T03:20:21.517Z Compiling proc-macro-error-attr v1.0.4
12002026-08-25T03:20:21.669Z Compiling heck v0.4.1
12012026-08-25T03:20:21.736Z Compiling heapless v0.8.0
12022026-08-25T03:20:21.990Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12032026-08-25T03:20:21.990Z Checking flate2 v1.1.2
12042026-08-25T03:20:22.045Z Compiling progenitor-client v0.10.0
12052026-08-25T03:20:22.680Z Compiling ingot-macros v0.1.1
12062026-08-25T03:20:23.109Z Checking hash32 v0.3.1
12072026-08-25T03:20:23.193Z Checking hybrid-array v0.4.12
12082026-08-25T03:20:23.235Z Compiling proc-macro-error v1.0.4
12092026-08-25T03:20:23.392Z Checking toml_write v0.1.2
12102026-08-25T03:20:23.641Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12112026-08-25T03:20:23.674Z Compiling smoltcp v0.11.0
12122026-08-25T03:20:23.904Z Checking toml_edit v0.22.27
12132026-08-25T03:20:24.162Z Checking num-rational v0.4.2
12142026-08-25T03:20:24.433Z Checking num-iter v0.1.45
12152026-08-25T03:20:24.566Z Compiling num_enum_derive v0.7.5
12162026-08-25T03:20:24.673Z Compiling zerocopy v0.7.35
12172026-08-25T03:20:24.952Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-08-25T03:20:25.107Z Compiling hubpack_derive v0.1.1
12192026-08-25T03:20:25.221Z Checking cobs v0.3.0
12202026-08-25T03:20:25.270Z Checking ingot-types v0.1.2
12212026-08-25T03:20:25.305Z Compiling foreign-types-macros v0.2.3
12222026-08-25T03:20:25.365Z Compiling scroll_derive v0.12.1
12232026-08-25T03:20:25.460Z Compiling num-complex v0.4.6
12242026-08-25T03:20:25.606Z Compiling usdt-impl v0.5.0
12252026-08-25T03:20:25.609Z Checking bitflags v1.3.2
12262026-08-25T03:20:25.699Z Checking managed v0.8.0
12272026-08-25T03:20:25.883Z Checking foreign-types-shared v0.3.1
12282026-08-25T03:20:25.907Z Compiling crucible-workspace-hack v0.1.0
12292026-08-25T03:20:25.960Z Checking num v0.4.3
12302026-08-25T03:20:25.975Z Checking foreign-types v0.5.0
12312026-08-25T03:20:26.071Z Checking scroll v0.12.0
12322026-08-25T03:20:26.167Z Checking hubpack v0.1.2
12332026-08-25T03:20:26.278Z Checking ingot v0.1.1
12342026-08-25T03:20:26.291Z Checking num_enum v0.7.5
12352026-08-25T03:20:26.344Z Checking postcard v1.1.3
12362026-08-25T03:20:26.403Z Compiling dof v0.3.0
12372026-08-25T03:20:26.633Z Checking toml v0.8.23
12382026-08-25T03:20:27.023Z Checking block-buffer v0.12.0
12392026-08-25T03:20:27.055Z Checking crypto-common v0.2.2
12402026-08-25T03:20:27.195Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12412026-08-25T03:20:27.277Z Compiling dtrace-parser v0.2.0
12422026-08-25T03:20:27.494Z Checking camino-tempfile v1.4.1
12432026-08-25T03:20:27.652Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-08-25T03:20:27.668Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-08-25T03:20:27.684Z Checking cstr-argument v0.1.2
12462026-08-25T03:20:27.803Z Compiling thread-id v4.2.2
12472026-08-25T03:20:27.856Z Checking compression-core v0.4.32
12482026-08-25T03:20:27.885Z Checking static_assertions v1.1.0
12492026-08-25T03:20:27.901Z Checking float-ord v0.3.2
12502026-08-25T03:20:27.904Z Checking const-oid v0.10.2
12512026-08-25T03:20:27.984Z Compiling minimal-lexical v0.2.1
12522026-08-25T03:20:28.019Z Checking compression-codecs v0.4.32
12532026-08-25T03:20:28.060Z Checking digest v0.11.3
12542026-08-25T03:20:28.190Z Compiling nom v7.1.3
12552026-08-25T03:20:28.213Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12562026-08-25T03:20:28.228Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-08-25T03:20:28.411Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-08-25T03:20:28.519Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-08-25T03:20:28.662Z Checking goblin v0.8.2
12602026-08-25T03:20:28.678Z Checking rayon v1.11.0
12612026-08-25T03:20:28.749Z Compiling num_enum_derive v0.5.11
12622026-08-25T03:20:29.014Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-08-25T03:20:29.447Z Compiling rustc_version v0.4.1
12642026-08-25T03:20:29.470Z Checking toml_datetime v1.1.1+spec-1.1.0
12652026-08-25T03:20:29.672Z Compiling dropshot v0.17.1
12662026-08-25T03:20:29.729Z Compiling convert_case v0.4.0
12672026-08-25T03:20:29.729Z Compiling rustix v0.38.44
12682026-08-25T03:20:29.760Z Checking cpufeatures v0.3.0
12692026-08-25T03:20:29.836Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12702026-08-25T03:20:29.939Z Checking tinyvec_macros v0.1.1
12712026-08-25T03:20:29.972Z Checking tinyvec v1.10.0
12722026-08-25T03:20:30.031Z Compiling derive_more v0.99.20
12732026-08-25T03:20:30.093Z Checking sha1 v0.11.0
12742026-08-25T03:20:30.187Z Checking num_enum v0.5.11
12752026-08-25T03:20:30.235Z Checking toml v1.1.2+spec-1.1.0
12762026-08-25T03:20:30.297Z Checking async-compression v0.4.33
12772026-08-25T03:20:30.301Z Compiling nix v0.30.1
12782026-08-25T03:20:30.534Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-25T03:20:30.689Z Checking libscf-sys v1.2.0
12802026-08-25T03:20:30.856Z Compiling libz-sys v1.1.22
12812026-08-25T03:20:30.909Z Compiling dropshot_endpoint v0.17.1
12822026-08-25T03:20:31.068Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-08-25T03:20:31.085Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12842026-08-25T03:20:31.184Z Checking bytecount v0.6.9
12852026-08-25T03:20:31.376Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-08-25T03:20:31.480Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12872026-08-25T03:20:32.172Z Compiling usdt-macro v0.5.0
12882026-08-25T03:20:32.198Z Compiling usdt-attr-macro v0.5.0
12892026-08-25T03:20:32.273Z Compiling zone_cfg_derive v0.3.1
12902026-08-25T03:20:32.305Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-08-25T03:20:32.357Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-25T03:20:32.477Z Checking itertools v0.12.1
12932026-08-25T03:20:32.531Z Checking sigpipe v0.1.3
12942026-08-25T03:20:32.614Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12952026-08-25T03:20:32.829Z Checking memmap v0.7.0
12962026-08-25T03:20:32.905Z Checking glob v0.3.3
12972026-08-25T03:20:32.911Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-08-25T03:20:32.911Z Checking jiff v0.2.15
12992026-08-25T03:20:32.961Z Checking usdt v0.5.0
13002026-08-25T03:20:33.082Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13012026-08-25T03:20:33.123Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13022026-08-25T03:20:33.308Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13032026-08-25T03:20:33.324Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13042026-08-25T03:20:33.347Z Checking smf v0.2.3
13052026-08-25T03:20:33.448Z Checking zone v0.3.1
13062026-08-25T03:20:33.507Z Checking secrecy v0.10.3
13072026-08-25T03:20:33.535Z Checking bstr v1.12.0
13082026-08-25T03:20:33.624Z Checking whoami v1.6.1
13092026-08-25T03:20:33.766Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-08-25T03:20:33.789Z Compiling curve25519-dalek v4.1.3
13112026-08-25T03:20:33.806Z Checking hmac v0.12.1
13122026-08-25T03:20:33.860Z Checking inout v0.1.4
13132026-08-25T03:20:33.898Z Compiling clang-sys v1.8.1
13142026-08-25T03:20:33.930Z Compiling enum-as-inner v0.6.1
13152026-08-25T03:20:33.989Z Checking ff v0.13.1
13162026-08-25T03:20:34.059Z Compiling semver v0.1.20
13172026-08-25T03:20:34.089Z Checking data-encoding v2.9.0
13182026-08-25T03:20:34.111Z Checking group v0.13.0
13192026-08-25T03:20:34.278Z Compiling rustc_version v0.1.7
13202026-08-25T03:20:34.298Z Checking cipher v0.4.4
13212026-08-25T03:20:34.314Z Checking hkdf v0.12.4
13222026-08-25T03:20:34.351Z Checking atomicwrites v0.4.4
13232026-08-25T03:20:34.444Z Compiling thiserror-impl-no-std v2.0.2
13242026-08-25T03:20:34.467Z Checking universal-hash v0.5.1
13252026-08-25T03:20:34.483Z Checking crypto-bigint v0.5.5
13262026-08-25T03:20:34.486Z Compiling regress v0.11.1
13272026-08-25T03:20:34.516Z Checking half v2.7.1
13282026-08-25T03:20:34.588Z Compiling curve25519-dalek-derive v0.1.1
13292026-08-25T03:20:34.756Z Checking base64ct v1.8.0
13302026-08-25T03:20:34.989Z Checking base16ct v0.2.0
13312026-08-25T03:20:35.113Z Checking indent_write v2.2.0
13322026-08-25T03:20:35.242Z Checking opaque-debug v0.3.1
13332026-08-25T03:20:35.259Z Checking ciborium-io v0.2.2
13342026-08-25T03:20:35.315Z Checking poly1305 v0.8.0
13352026-08-25T03:20:35.343Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13362026-08-25T03:20:35.358Z Checking ciborium-ll v0.2.2
13372026-08-25T03:20:35.489Z Checking thiserror-no-std v2.0.2
13382026-08-25T03:20:35.492Z Checking elliptic-curve v0.13.8
13392026-08-25T03:20:35.537Z Checking password-hash v0.5.0
13402026-08-25T03:20:35.551Z Checking chacha20 v0.9.1
13412026-08-25T03:20:35.575Z Compiling newtype_derive v0.1.6
13422026-08-25T03:20:35.732Z Checking similar v2.7.0
13432026-08-25T03:20:35.748Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13442026-08-25T03:20:35.752Z Compiling nix v0.31.3
13452026-08-25T03:20:35.839Z Checking blake2 v0.10.6
13462026-08-25T03:20:36.002Z Checking aead v0.5.2
13472026-08-25T03:20:36.058Z Compiling typify-impl v0.6.2
13482026-08-25T03:20:36.099Z Compiling libloading v0.8.9
13492026-08-25T03:20:36.142Z Checking linked-hash-map v0.5.6
13502026-08-25T03:20:36.218Z Checking resolv-conf v0.7.5
13512026-08-25T03:20:36.263Z Compiling bindgen v0.72.1
13522026-08-25T03:20:36.301Z Compiling owo-colors v4.3.0
13532026-08-25T03:20:36.317Z Checking keccak v0.1.6
13542026-08-25T03:20:36.406Z Checking lru-cache v0.1.2
13552026-08-25T03:20:36.477Z Checking sha3 v0.10.8
13562026-08-25T03:20:36.529Z Checking vsss-rs v3.3.4
13572026-08-25T03:20:36.692Z Checking chacha20poly1305 v0.10.1
13582026-08-25T03:20:36.712Z Checking argon2 v0.5.3
13592026-08-25T03:20:36.874Z Checking ciborium v0.2.2
13602026-08-25T03:20:37.016Z Checking hickory-proto v0.24.4
13612026-08-25T03:20:37.188Z Checking tokio-dtrace v0.1.1
13622026-08-25T03:20:37.294Z Checking papergrid v0.18.0
13632026-08-25T03:20:37.367Z Compiling cexpr v0.6.0
13642026-08-25T03:20:37.496Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13652026-08-25T03:20:37.619Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13662026-08-25T03:20:37.933Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13672026-08-25T03:20:38.050Z Checking serde-big-array v0.5.1
13682026-08-25T03:20:38.167Z Compiling derive-where v1.6.0
13692026-08-25T03:20:38.188Z Compiling serde_repr v0.1.20
13702026-08-25T03:20:38.375Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13712026-08-25T03:20:38.527Z Checking siphasher v1.0.1
13722026-08-25T03:20:38.606Z Compiling shlex v1.3.0
13732026-08-25T03:20:38.668Z Checking unicode-segmentation v1.12.0
13742026-08-25T03:20:38.694Z Checking same-file v1.0.6
13752026-08-25T03:20:38.751Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-08-25T03:20:38.818Z Checking walkdir v2.5.0
13772026-08-25T03:20:38.984Z Checking phf_shared v0.12.1
13782026-08-25T03:20:39.005Z Checking newline-converter v0.3.0
13792026-08-25T03:20:39.129Z Checking hickory-resolver v0.24.4
13802026-08-25T03:20:39.167Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13812026-08-25T03:20:39.398Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-25T03:20:39.491Z Checking tabled v0.21.0
13832026-08-25T03:20:39.563Z Compiling typify-macro v0.6.2
13842026-08-25T03:20:39.801Z Checking oxide-tokio-rt v0.1.2
13852026-08-25T03:20:39.936Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-08-25T03:20:40.630Z Checking itertools v0.15.0
13872026-08-25T03:20:40.662Z Checking console v0.15.11
13882026-08-25T03:20:40.724Z Compiling progenitor-impl v0.10.0
13892026-08-25T03:20:40.882Z Checking tokio-stream v0.1.17
13902026-08-25T03:20:40.972Z Compiling pin-project-internal v1.1.10
13912026-08-25T03:20:40.985Z Compiling slog-dtrace v0.3.0
13922026-08-25T03:20:41.114Z Checking csv-core v0.1.12
13932026-08-25T03:20:41.222Z Checking smawk v0.3.2
13942026-08-25T03:20:41.251Z Compiling unicode-xid v0.2.6
13952026-08-25T03:20:41.317Z Checking swrite v0.1.0
13962026-08-25T03:20:41.357Z Checking unicode-linebreak v0.1.5
13972026-08-25T03:20:41.380Z Compiling chrono-tz v0.10.4
13982026-08-25T03:20:41.400Z Checking foldhash v0.1.5
13992026-08-25T03:20:41.579Z Compiling cancel-safe-futures v0.1.5
14002026-08-25T03:20:41.612Z Checking unicode-width v0.1.14
14012026-08-25T03:20:41.868Z Checking textwrap v0.16.2
14022026-08-25T03:20:41.883Z Checking hashbrown v0.15.5
14032026-08-25T03:20:42.054Z Checking pin-project v1.1.10
14042026-08-25T03:20:42.089Z Compiling const_format_proc_macros v0.2.34
14052026-08-25T03:20:42.158Z Checking csv v1.4.0
14062026-08-25T03:20:42.361Z Checking qorb v0.4.1
14072026-08-25T03:20:42.601Z Checking expectorate v1.2.0
14082026-08-25T03:20:42.716Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-08-25T03:20:42.731Z Checking phf v0.12.1
14102026-08-25T03:20:42.841Z Compiling progenitor-macro v0.10.0
14112026-08-25T03:20:42.867Z Checking unicode-normalization v0.1.24
14122026-08-25T03:20:42.876Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-25T03:20:43.277Z Compiling snafu-derive v0.8.9
14142026-08-25T03:20:43.481Z Checking libsw-core v0.3.2
14152026-08-25T03:20:43.496Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-25T03:20:43.628Z Compiling async-recursion v1.1.1
14172026-08-25T03:20:43.931Z Compiling cookie v0.18.1
14182026-08-25T03:20:44.137Z Checking fixedbitset v0.4.2
14192026-08-25T03:20:44.169Z Checking highway v1.3.0
14202026-08-25T03:20:44.294Z Compiling moka v0.12.11
14212026-08-25T03:20:44.311Z Checking fixedbitset v0.5.7
14222026-08-25T03:20:44.406Z Checking petgraph v0.6.5
14232026-08-25T03:20:44.515Z Checking petgraph v0.8.2
14242026-08-25T03:20:44.606Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-08-25T03:20:44.973Z Checking snafu v0.8.9
14262026-08-25T03:20:45.220Z Checking libsw v3.5.0
14272026-08-25T03:20:45.396Z Checking olpc-cjson v0.1.4
14282026-08-25T03:20:45.431Z Checking const_format v0.2.34
14292026-08-25T03:20:45.658Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-25T03:20:45.857Z Checking papergrid v0.11.0
14312026-08-25T03:20:45.984Z Compiling typify v0.6.2
14322026-08-25T03:20:46.062Z Checking globset v0.4.16
14332026-08-25T03:20:46.087Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-25T03:20:46.124Z Checking gethostname v0.5.0
14352026-08-25T03:20:46.307Z Compiling tabled_derive v0.7.0
14362026-08-25T03:20:46.327Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-25T03:20:46.459Z Checking reqwest v0.13.2
14382026-08-25T03:20:46.576Z Checking bcs v0.1.6
14392026-08-25T03:20:46.669Z Checking pem v3.0.5
14402026-08-25T03:20:46.822Z Checking serde_plain v1.0.2
14412026-08-25T03:20:46.838Z Checking termtree v0.5.1
14422026-08-25T03:20:46.969Z Checking linear-map v1.2.0
14432026-08-25T03:20:46.972Z Checking humantime v2.3.0
14442026-08-25T03:20:47.002Z Checking progenitor v0.10.0
14452026-08-25T03:20:47.027Z Checking tagptr v0.2.0
14462026-08-25T03:20:47.135Z Checking typed-path v0.9.3
14472026-08-25T03:20:47.153Z Checking crc8 v0.1.1
14482026-08-25T03:20:47.157Z Compiling signal-hook v0.4.4
14492026-08-25T03:20:47.256Z Checking tabled v0.15.0
14502026-08-25T03:20:47.274Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-25T03:20:47.390Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-25T03:20:47.789Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-08-25T03:20:47.874Z Checking tough v0.20.0
14542026-08-25T03:20:47.952Z Compiling progenitor-impl v0.14.0
14552026-08-25T03:20:48.475Z Checking steno v0.4.1
14562026-08-25T03:20:48.739Z Checking hickory-proto v0.25.2
14572026-08-25T03:20:49.435Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-25T03:20:49.470Z Compiling cargo-platform v0.1.9
14592026-08-25T03:20:49.715Z Compiling vergen v8.3.2
14602026-08-25T03:20:49.803Z Compiling fs-err v3.1.2
14612026-08-25T03:20:49.863Z Compiling cargo_metadata v0.18.1
14622026-08-25T03:20:50.059Z Compiling progenitor-macro v0.14.0
14632026-08-25T03:20:50.140Z Checking progenitor-client v0.14.0
14642026-08-25T03:20:50.157Z Checking dropshot-api-manager-types v0.7.2
14652026-08-25T03:20:50.308Z Checking hickory-resolver v0.25.2
14662026-08-25T03:20:50.325Z Checking sha2 v0.10.9
14672026-08-25T03:20:50.355Z Compiling blake3 v1.8.2
14682026-08-25T03:20:50.737Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14692026-08-25T03:20:50.800Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-25T03:20:50.961Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-25T03:20:51.350Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-25T03:20:52.060Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-25T03:20:52.142Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-25T03:20:52.281Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-25T03:20:52.311Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-25T03:20:52.630Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-25T03:20:52.771Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-25T03:20:52.869Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-25T03:20:53.187Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14802026-08-25T03:20:53.404Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14812026-08-25T03:20:53.540Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-25T03:20:53.794Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14832026-08-25T03:20:54.004Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-25T03:20:54.047Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14852026-08-25T03:20:54.256Z Checking progenitor v0.14.0
14862026-08-25T03:20:54.502Z Checking git-stub v1.0.0
14872026-08-25T03:20:54.653Z Compiling strum_macros v0.28.0
14882026-08-25T03:20:54.672Z Checking filetime v0.2.26
14892026-08-25T03:20:54.715Z Compiling curl v0.4.50
14902026-08-25T03:20:54.807Z Checking constant_time_eq v0.3.1
14912026-08-25T03:20:54.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14922026-08-25T03:20:54.962Z Checking is_ci v1.2.0
14932026-08-25T03:20:54.965Z Checking arrayvec v0.7.6
14942026-08-25T03:20:55.065Z Checking xattr v1.6.1
14952026-08-25T03:20:55.129Z Checking arrayref v0.3.9
14962026-08-25T03:20:55.183Z Checking supports-color v3.0.2
14972026-08-25T03:20:55.199Z Checking tar v0.4.45
14982026-08-25T03:20:55.528Z Checking git-stub-vcs v0.1.0
14992026-08-25T03:20:55.708Z Checking toml v0.7.8
15002026-08-25T03:20:55.901Z Checking drift v0.2.0
15012026-08-25T03:20:56.024Z Checking kstat-rs v0.2.4
15022026-08-25T03:20:56.218Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15032026-08-25T03:20:56.223Z Checking topological-sort v0.2.2
15042026-08-25T03:20:56.309Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15052026-08-25T03:20:56.353Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15062026-08-25T03:20:56.497Z Checking strum v0.28.0
15072026-08-25T03:20:56.541Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15082026-08-25T03:20:56.610Z Checking omicron-zone-package v0.12.2
15092026-08-25T03:20:56.643Z Checking dropshot-api-manager v0.7.2
15102026-08-25T03:20:56.664Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-08-25T03:20:57.252Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15122026-08-25T03:20:57.297Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15132026-08-25T03:20:57.330Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15142026-08-25T03:20:58.042Z Checking signal-hook-tokio v0.4.0
15152026-08-25T03:20:58.169Z Checking scuffle v0.1.0
15162026-08-25T03:20:58.368Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-08-25T03:20:58.682Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15182026-08-25T03:20:58.696Z Checking iddqd v0.4.5
15192026-08-25T03:20:58.711Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15202026-08-25T03:20:58.906Z Checking search_path v0.1.4
15212026-08-25T03:20:59.047Z Checking internet-checksum v0.2.1
15222026-08-25T03:20:59.170Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15232026-08-25T03:20:59.266Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-08-25T03:20:59.313Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15252026-08-25T03:20:59.414Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15262026-08-25T03:20:59.650Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-25T03:20:59.793Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-25T03:21:00.166Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-08-25T03:21:01.826Z Compiling git2 v0.19.0
15302026-08-25T03:21:04.136Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-25T03:21:05.198Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15322026-08-25T03:21:11.240Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-25T03:21:12.551Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-25T03:21:17.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
15352026-08-25T03:21:17.798Z+ for feat in tofino_stub tofino_asic softnpu chaos
15362026-08-25T03:21:17.798Z+ cargo clippy --features tofino_asic -- --deny warnings
15372026-08-25T03:21:18.292Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15382026-08-25T03:21:18.296Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15392026-08-25T03:21:18.296Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15402026-08-25T03:21:18.296Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15412026-08-25T03:21:25.612Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15422026-08-25T03:21:25.616Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15432026-08-25T03:21:28.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
15442026-08-25T03:21:28.464Z+ for feat in tofino_stub tofino_asic softnpu chaos
15452026-08-25T03:21:28.464Z+ cargo clippy --features softnpu -- --deny warnings
15462026-08-25T03:21:28.761Z Downloading crates ...
15472026-08-25T03:21:28.894Z Downloaded funty v2.0.0
15482026-08-25T03:21:28.901Z Downloaded typeid v1.0.3
15492026-08-25T03:21:28.909Z Downloaded tap v1.0.1
15502026-08-25T03:21:28.912Z Downloaded bitstruct v0.1.1
15512026-08-25T03:21:28.913Z Downloaded radium v0.7.0
15522026-08-25T03:21:28.913Z Downloaded serde_arrays v0.1.0
15532026-08-25T03:21:28.917Z Downloaded libloading v0.7.4
15542026-08-25T03:21:28.920Z Downloaded bitstruct_derive v0.1.0
15552026-08-25T03:21:28.921Z Downloaded wyz v0.5.1
15562026-08-25T03:21:28.921Z Downloaded ascii v1.1.0
15572026-08-25T03:21:28.921Z Downloaded erased-serde v0.4.8
15582026-08-25T03:21:28.926Z Downloaded num-bigint v0.4.6
15592026-08-25T03:21:28.933Z Downloaded bitvec v1.0.1
15602026-08-25T03:21:29.055Z Checking num-integer v0.1.46
15612026-08-25T03:21:29.058Z Checking num-complex v0.4.6
15622026-08-25T03:21:29.142Z Compiling radium v0.7.0
15632026-08-25T03:21:29.149Z Checking tap v1.0.1
15642026-08-25T03:21:29.155Z Checking funty v2.0.0
15652026-08-25T03:21:29.161Z Compiling typeid v1.0.3
15662026-08-25T03:21:29.165Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15672026-08-25T03:21:29.174Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-08-25T03:21:29.231Z Checking wyz v0.5.1
15692026-08-25T03:21:29.324Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-08-25T03:21:29.334Z Checking num-bigint v0.4.6
15712026-08-25T03:21:29.365Z Checking num-iter v0.1.45
15722026-08-25T03:21:29.409Z Compiling erased-serde v0.4.8
15732026-08-25T03:21:29.425Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-25T03:21:29.453Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-25T03:21:29.464Z Compiling bitstruct_derive v0.1.0
15762026-08-25T03:21:29.523Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-25T03:21:29.533Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-25T03:21:29.556Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-25T03:21:29.567Z Checking bitvec v1.0.1
15802026-08-25T03:21:29.591Z Checking ascii v1.1.0
15812026-08-25T03:21:29.639Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-25T03:21:29.643Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15832026-08-25T03:21:29.744Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-25T03:21:29.758Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15852026-08-25T03:21:29.765Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-25T03:21:29.802Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15872026-08-25T03:21:30.041Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-08-25T03:21:30.071Z Checking serde_arrays v0.1.0
15892026-08-25T03:21:30.138Z Checking bitstruct v0.1.1
15902026-08-25T03:21:30.142Z Checking num-rational v0.4.2
15912026-08-25T03:21:30.178Z Checking libloading v0.7.4
15922026-08-25T03:21:30.187Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15932026-08-25T03:21:30.398Z Checking num v0.4.3
15942026-08-25T03:21:30.464Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-08-25T03:21:31.006Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15962026-08-25T03:21:31.285Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15972026-08-25T03:21:31.289Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15982026-08-25T03:21:31.477Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15992026-08-25T03:21:31.691Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-25T03:21:31.695Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-25T03:21:32.148Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-25T03:21:32.359Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-25T03:21:32.362Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-25T03:21:32.363Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16052026-08-25T03:21:32.363Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-25T03:21:33.140Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-25T03:21:33.954Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-25T03:21:38.046Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-08-25T03:21:38.162Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-08-25T03:21:44.590Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-25T03:21:45.845Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-08-25T03:21:46.369Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-08-25T03:21:50.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s
16142026-08-25T03:21:50.924Z+ for feat in tofino_stub tofino_asic softnpu chaos
16152026-08-25T03:21:50.924Z+ cargo clippy --features chaos -- --deny warnings
16162026-08-25T03:21:51.416Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16172026-08-25T03:21:51.419Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16182026-08-25T03:21:51.419Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16192026-08-25T03:21:58.805Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16202026-08-25T03:21:58.812Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16212026-08-25T03:22:01.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s
16222026-08-25T03:22:01.597Z+ banner fmt
16232026-08-25T03:22:01.604Z
16242026-08-25T03:22:01.604Z ###### # # #####
16252026-08-25T03:22:01.604Z # ## ## #
16262026-08-25T03:22:01.604Z ##### # ## # #
16272026-08-25T03:22:01.604Z # # # #
16282026-08-25T03:22:01.604Z # # # #
16292026-08-25T03:22:01.604Z # # # #
16302026-08-25T03:22:01.604Z
16312026-08-25T03:22:01.604Z+ cargo fmt -- --check
16322026-08-25T03:22:02.048Z+ banner test
16332026-08-25T03:22:02.051Z
16342026-08-25T03:22:02.051Z ##### ###### #### #####
16352026-08-25T03:22:02.051Z # # # #
16362026-08-25T03:22:02.051Z # ##### #### #
16372026-08-25T03:22:02.051Z # # # #
16382026-08-25T03:22:02.051Z # # # # #
16392026-08-25T03:22:02.051Z # ###### #### #
16402026-08-25T03:22:02.051Z
16412026-08-25T03:22:02.051Z+ for feat in tofino_stub tofino_asic softnpu chaos
16422026-08-25T03:22:02.051Z+ RUST_BACKTRACE=full
16432026-08-25T03:22:02.051Z+ cargo test --features tofino_stub --no-fail-fast
16442026-08-25T03:22:02.899Z Compiling unicode-ident v1.0.24
16452026-08-25T03:22:02.903Z Compiling cfg-if v1.0.4
16462026-08-25T03:22:02.903Z Compiling memchr v2.7.5
16472026-08-25T03:22:03.002Z Compiling serde_core v1.0.228
16482026-08-25T03:22:03.019Z Compiling itoa v1.0.15
16492026-08-25T03:22:03.026Z Compiling libc v0.2.186
16502026-08-25T03:22:03.033Z Compiling zmij v1.0.17
16512026-08-25T03:22:03.071Z Compiling libm v0.2.15
16522026-08-25T03:22:03.117Z Compiling proc-macro2 v1.0.106
16532026-08-25T03:22:03.139Z Compiling equivalent v1.0.2
16542026-08-25T03:22:03.225Z Compiling log v0.4.29
16552026-08-25T03:22:03.297Z Compiling heck v0.5.0
16562026-08-25T03:22:03.512Z Compiling quote v1.0.45
16572026-08-25T03:22:03.544Z Compiling iana-time-zone v0.1.64
16582026-08-25T03:22:03.574Z Compiling smallvec v1.15.1
16592026-08-25T03:22:03.743Z Compiling syn v2.0.118
16602026-08-25T03:22:03.755Z Compiling dyn-clone v1.0.20
16612026-08-25T03:22:03.768Z Compiling hashbrown v0.17.1
16622026-08-25T03:22:03.799Z Compiling fnv v1.0.7
16632026-08-25T03:22:03.812Z Compiling stable_deref_trait v1.2.0
16642026-08-25T03:22:03.890Z Compiling regex-syntax v0.8.11
16652026-08-25T03:22:03.892Z Compiling pin-project-lite v0.2.16
16662026-08-25T03:22:03.912Z Compiling percent-encoding v2.3.2
16672026-08-25T03:22:03.998Z Compiling writeable v0.6.1
16682026-08-25T03:22:04.110Z Compiling litemap v0.8.0
16692026-08-25T03:22:04.208Z Compiling num-traits v0.2.19
16702026-08-25T03:22:04.302Z Compiling icu_normalizer_data v2.0.0
16712026-08-25T03:22:04.314Z Compiling icu_properties_data v2.0.1
16722026-08-25T03:22:04.327Z Compiling form_urlencoded v1.2.2
16732026-08-25T03:22:04.380Z Compiling utf8_iter v1.0.4
16742026-08-25T03:22:04.445Z Compiling getrandom v0.4.2
16752026-08-25T03:22:04.509Z Compiling aho-corasick v1.1.3
16762026-08-25T03:22:04.528Z Compiling ucd-trie v0.1.7
16772026-08-25T03:22:04.594Z Compiling scopeguard v1.2.0
16782026-08-25T03:22:04.707Z Compiling semver v1.0.28
16792026-08-25T03:22:04.796Z Compiling serde_json v1.0.150
16802026-08-25T03:22:04.811Z Compiling indexmap v2.14.0
16812026-08-25T03:22:04.824Z Compiling byteorder v1.5.0
16822026-08-25T03:22:05.046Z Compiling lock_api v0.4.14
16832026-08-25T03:22:05.059Z Compiling uuid v1.23.3
16842026-08-25T03:22:05.197Z Compiling allocator-api2 v0.2.21
16852026-08-25T03:22:05.273Z Compiling futures-core v0.3.32
16862026-08-25T03:22:05.428Z Compiling regex-automata v0.4.13
16872026-08-25T03:22:05.437Z Compiling foldhash v0.2.0
16882026-08-25T03:22:05.511Z Compiling ryu v1.0.20
16892026-08-25T03:22:05.666Z Compiling hashbrown v0.16.1
16902026-08-25T03:22:05.705Z Compiling pretty-hex v0.4.1
16912026-08-25T03:22:05.870Z Compiling strsim v0.11.1
16922026-08-25T03:22:05.956Z Compiling time-core v0.1.8
16932026-08-25T03:22:06.113Z Compiling plain v0.2.3
16942026-08-25T03:22:06.137Z Compiling num-conv v0.2.1
16952026-08-25T03:22:06.225Z Compiling futures-sink v0.3.32
16962026-08-25T03:22:06.273Z Compiling slab v0.4.11
16972026-08-25T03:22:06.297Z Compiling time-macros v0.2.27
16982026-08-25T03:22:06.331Z Compiling futures-channel v0.3.32
16992026-08-25T03:22:06.566Z Compiling synstructure v0.13.2
17002026-08-25T03:22:06.583Z Compiling serde_derive_internals v0.29.1
17012026-08-25T03:22:06.607Z Compiling futures-io v0.3.32
17022026-08-25T03:22:06.773Z Compiling futures-task v0.3.32
17032026-08-25T03:22:06.906Z Compiling regress v0.10.5
17042026-08-25T03:22:06.944Z Compiling darling_core v0.21.3
17052026-08-25T03:22:07.092Z Compiling thread-id v5.0.0
17062026-08-25T03:22:07.180Z Compiling regex v1.12.4
17072026-08-25T03:22:07.201Z Compiling getrandom v0.2.16
17082026-08-25T03:22:07.291Z Compiling socket2 v0.6.4
17092026-08-25T03:22:07.383Z Compiling parking_lot_core v0.9.12
17102026-08-25T03:22:07.651Z Compiling parking_lot v0.12.5
17112026-08-25T03:22:07.680Z Compiling bitflags v2.11.1
17122026-08-25T03:22:07.740Z Compiling signal-hook-registry v1.4.6
17132026-08-25T03:22:07.740Z Compiling untrusted v0.9.0
17142026-08-25T03:22:07.782Z Compiling serde_derive v1.0.228
17152026-08-25T03:22:07.872Z Compiling zerofrom-derive v0.1.6
17162026-08-25T03:22:07.922Z Compiling yoke-derive v0.8.0
17172026-08-25T03:22:08.028Z Compiling zerovec-derive v0.11.1
17182026-08-25T03:22:08.055Z Compiling displaydoc v0.2.5
17192026-08-25T03:22:08.131Z Compiling thiserror-impl v2.0.18
17202026-08-25T03:22:08.817Z Compiling schemars_derive v0.8.22
17212026-08-25T03:22:08.973Z Compiling tokio-macros v2.7.0
17222026-08-25T03:22:09.041Z Compiling zeroize_derive v1.4.3
17232026-08-25T03:22:09.088Z Compiling zerocopy-derive v0.8.27
17242026-08-25T03:22:09.118Z Compiling futures-macro v0.3.32
17252026-08-25T03:22:09.380Z Compiling thiserror v2.0.18
17262026-08-25T03:22:09.491Z Compiling zerofrom v0.1.6
17272026-08-25T03:22:09.626Z Compiling yoke v0.8.0
17282026-08-25T03:22:09.729Z Compiling tracing-attributes v0.1.30
17292026-08-25T03:22:09.734Z Compiling thiserror-impl v1.0.69
17302026-08-25T03:22:09.823Z Compiling zerovec v0.11.4
17312026-08-25T03:22:09.963Z Compiling zerotrie v0.2.2
17322026-08-25T03:22:10.032Z Compiling pest v2.8.2
17332026-08-25T03:22:10.268Z Compiling scroll_derive v0.13.1
17342026-08-25T03:22:10.361Z Compiling zerocopy v0.8.27
17352026-08-25T03:22:10.460Z Compiling serde v1.0.228
17362026-08-25T03:22:10.731Z Compiling tinystr v0.8.1
17372026-08-25T03:22:10.940Z Compiling icu_locale_core v2.0.0
17382026-08-25T03:22:10.990Z Compiling bytes v1.12.0
17392026-08-25T03:22:11.001Z Compiling serde_tokenstream v0.2.3
17402026-08-25T03:22:11.053Z Compiling potential_utf v0.1.3
17412026-08-25T03:22:11.154Z Compiling chrono v0.4.45
17422026-08-25T03:22:11.227Z Compiling icu_collections v2.0.0
17432026-08-25T03:22:11.250Z Compiling pest_meta v2.8.2
17442026-08-25T03:22:11.294Z Compiling async-trait v0.1.89
17452026-08-25T03:22:11.366Z Compiling scroll v0.13.0
17462026-08-25T03:22:11.621Z Compiling icu_provider v2.0.0
17472026-08-25T03:22:11.638Z Compiling http v1.4.2
17482026-08-25T03:22:11.744Z Compiling goblin v0.10.1
17492026-08-25T03:22:11.822Z Compiling pest_generator v2.8.2
17502026-08-25T03:22:11.922Z Compiling icu_properties v2.0.1
17512026-08-25T03:22:11.937Z Compiling icu_normalizer v2.0.0
17522026-08-25T03:22:12.309Z Compiling schemars v0.8.22
17532026-08-25T03:22:12.466Z Compiling daft-derive v0.1.5
17542026-08-25T03:22:12.574Z Compiling pest_derive v2.8.2
17552026-08-25T03:22:12.637Z Compiling darling_macro v0.21.3
17562026-08-25T03:22:12.689Z Compiling openssl-macros v0.1.1
17572026-08-25T03:22:13.118Z Compiling idna_adapter v1.2.1
17582026-08-25T03:22:13.138Z Compiling dtrace-parser v0.3.0
17592026-08-25T03:22:13.168Z Compiling typify-impl v0.4.3
17602026-08-25T03:22:13.184Z Compiling openapiv3 v2.2.0
17612026-08-25T03:22:13.226Z Compiling darling v0.21.3
17622026-08-25T03:22:13.265Z Compiling idna v1.1.0
17632026-08-25T03:22:13.305Z Compiling structmeta-derive v0.3.0
17642026-08-25T03:22:13.428Z Compiling async-stream-impl v0.3.6
17652026-08-25T03:22:14.015Z Compiling url v2.5.7
17662026-08-25T03:22:14.031Z Compiling newtype-uuid-macros v0.1.0
17672026-08-25T03:22:14.080Z Compiling serde_yaml v0.9.34+deprecated
17682026-08-25T03:22:14.365Z Compiling structmeta v0.3.0
17692026-08-25T03:22:14.571Z Compiling dof v0.4.0
17702026-08-25T03:22:14.718Z Compiling zeroize v1.8.1
17712026-08-25T03:22:14.772Z Compiling strum_macros v0.26.4
17722026-08-25T03:22:14.854Z Compiling thiserror v1.0.69
17732026-08-25T03:22:14.902Z Compiling mio v1.2.1
17742026-08-25T03:22:14.921Z Compiling omicron-workspace-hack v0.1.0
17752026-08-25T03:22:14.960Z Compiling base64 v0.22.1
17762026-08-25T03:22:15.302Z Compiling usdt-impl v0.6.0
17772026-08-25T03:22:15.350Z Compiling tokio v1.52.3
17782026-08-25T03:22:15.421Z Compiling http-body v1.0.1
17792026-08-25T03:22:15.581Z Compiling dropshot_endpoint v0.16.7
17802026-08-25T03:22:15.670Z Compiling ref-cast-impl v1.0.25
17812026-08-25T03:22:16.012Z Compiling atomic-waker v1.1.2
17822026-08-25T03:22:16.146Z Compiling ipnet v2.11.0
17832026-08-25T03:22:16.450Z Compiling derive-ex v0.1.8
17842026-08-25T03:22:16.503Z Compiling strum_macros v0.27.2
17852026-08-25T03:22:16.548Z Compiling usdt-macro v0.6.0
17862026-08-25T03:22:16.559Z Compiling usdt-attr-macro v0.6.0
17872026-08-25T03:22:16.695Z Compiling httparse v1.10.1
17882026-08-25T03:22:17.011Z Compiling portable-atomic v1.11.1
17892026-08-25T03:22:17.308Z Compiling tower-layer v0.3.3
17902026-08-25T03:22:17.481Z Compiling tower-service v0.3.3
17912026-08-25T03:22:17.583Z Compiling critical-section v1.2.0
17922026-08-25T03:22:17.686Z Compiling try-lock v0.2.5
17932026-08-25T03:22:17.689Z Compiling once_cell v1.21.3
17942026-08-25T03:22:17.744Z Compiling httpdate v1.0.3
17952026-08-25T03:22:17.799Z Compiling want v0.3.1
17962026-08-25T03:22:17.897Z Compiling serde_with_macros v3.14.1
17972026-08-25T03:22:17.986Z Compiling ppv-lite86 v0.2.21
17982026-08-25T03:22:18.061Z Compiling test-strategy v0.4.3
17992026-08-25T03:22:18.314Z Compiling erased-serde v0.3.31
18002026-08-25T03:22:18.341Z Compiling subtle v2.6.1
18012026-08-25T03:22:18.515Z Compiling parse-display-derive v0.10.0
18022026-08-25T03:22:18.825Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-08-25T03:22:19.340Z Compiling http-body-util v0.1.3
18042026-08-25T03:22:19.354Z Compiling typify-macro v0.4.3
18052026-08-25T03:22:19.429Z Compiling anyhow v1.0.102
18062026-08-25T03:22:19.610Z Compiling serde_urlencoded v0.7.1
18072026-08-25T03:22:19.652Z Compiling rand_core v0.6.4
18082026-08-25T03:22:19.885Z Compiling typenum v1.20.1
18092026-08-25T03:22:20.081Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18102026-08-25T03:22:20.389Z Compiling futures-util v0.3.32
18112026-08-25T03:22:20.555Z Compiling sync_wrapper v1.0.2
18122026-08-25T03:22:20.698Z Compiling powerfmt v0.2.0
18132026-08-25T03:22:20.937Z Compiling deranged v0.5.3
18142026-08-25T03:22:21.058Z Compiling num_threads v0.1.7
18152026-08-25T03:22:21.118Z Compiling tracing-core v0.1.34
18162026-08-25T03:22:21.390Z Compiling camino v1.2.3
18172026-08-25T03:22:21.413Z Compiling iri-string v0.7.8
18182026-08-25T03:22:21.466Z Compiling typify v0.4.3
18192026-08-25T03:22:21.564Z Compiling progenitor-impl v0.11.1
18202026-08-25T03:22:21.809Z Compiling tracing v0.1.41
18212026-08-25T03:22:22.020Z Compiling encoding_rs v0.8.35
18222026-08-25T03:22:22.034Z Compiling cpufeatures v0.2.17
18232026-08-25T03:22:22.048Z Compiling fastrand v2.3.0
18242026-08-25T03:22:22.088Z Compiling mime v0.3.17
18252026-08-25T03:22:22.106Z Compiling generic-array v0.14.7
18262026-08-25T03:22:22.368Z Compiling hex v0.4.3
18272026-08-25T03:22:22.617Z Compiling crypto-common v0.1.6
18282026-08-25T03:22:22.633Z Compiling errno v0.3.14
18292026-08-25T03:22:22.791Z Compiling tokio-util v0.7.16
18302026-08-25T03:22:22.987Z Compiling thread_local v1.1.9
18312026-08-25T03:22:23.043Z Compiling unicode-width v0.2.1
18322026-08-25T03:22:23.212Z Compiling syn v1.0.109
18332026-08-25T03:22:23.254Z Compiling rustls-pki-types v1.12.0
18342026-08-25T03:22:23.443Z Compiling match_cfg v0.1.0
18352026-08-25T03:22:23.500Z Compiling winnow v0.7.14
18362026-08-25T03:22:23.748Z Compiling rustix v1.1.4
18372026-08-25T03:22:24.042Z Compiling term v1.2.0
18382026-08-25T03:22:24.227Z Compiling take_mut v0.2.2
18392026-08-25T03:22:24.288Z Compiling winnow v1.0.3
18402026-08-25T03:22:24.646Z Compiling toml_parser v1.1.2+spec-1.1.0
18412026-08-25T03:22:24.711Z Compiling h2 v0.4.14
18422026-08-25T03:22:24.912Z Compiling ring v0.17.14
18432026-08-25T03:22:24.968Z Compiling serde_spanned v1.1.1
18442026-08-25T03:22:25.015Z Compiling progenitor-macro v0.11.1
18452026-08-25T03:22:25.296Z Compiling debug-ignore v1.0.5
18462026-08-25T03:22:25.361Z Compiling toml_writer v1.1.1+spec-1.1.0
18472026-08-25T03:22:25.499Z Compiling spin v0.9.8
18482026-08-25T03:22:25.617Z Compiling socket2 v0.5.10
18492026-08-25T03:22:25.856Z Compiling quick-error v1.2.3
18502026-08-25T03:22:26.136Z Compiling block-buffer v0.10.4
18512026-08-25T03:22:26.291Z Compiling waitgroup v0.1.2
18522026-08-25T03:22:26.438Z Compiling async-stream v0.3.6
18532026-08-25T03:22:26.607Z Compiling serde_path_to_error v0.1.20
18542026-08-25T03:22:26.620Z Compiling lazy_static v1.5.0
18552026-08-25T03:22:26.723Z Compiling bit-vec v0.8.0
18562026-08-25T03:22:26.966Z Compiling hyper v1.10.1
18572026-08-25T03:22:26.979Z Compiling bit-set v0.8.0
18582026-08-25T03:22:26.983Z Compiling digest v0.10.7
18592026-08-25T03:22:27.015Z Compiling strum v0.26.3
18602026-08-25T03:22:27.146Z Compiling ipnetwork v0.21.1
18612026-08-25T03:22:27.155Z Compiling crossbeam-utils v0.8.21
18622026-08-25T03:22:27.211Z Compiling toml_datetime v0.7.5+spec-1.1.0
18632026-08-25T03:22:27.596Z Compiling unarray v0.1.4
18642026-08-25T03:22:27.602Z Compiling toml v0.9.12+spec-1.1.0
18652026-08-25T03:22:27.666Z Compiling slog v2.8.2
18662026-08-25T03:22:27.699Z Compiling macaddr v1.0.1
18672026-08-25T03:22:27.711Z Compiling tabwriter v1.4.1
18682026-08-25T03:22:27.926Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18692026-08-25T03:22:27.938Z Compiling ref-cast v1.0.25
18702026-08-25T03:22:27.951Z Compiling colored v3.1.1
18712026-08-25T03:22:28.043Z Compiling hyper-util v0.1.20
18722026-08-25T03:22:28.110Z Compiling strum v0.27.2
18732026-08-25T03:22:28.160Z Compiling aws-lc-sys v0.39.1
18742026-08-25T03:22:28.239Z Compiling getrandom v0.3.3
18752026-08-25T03:22:28.424Z Compiling untrusted v0.7.1
18762026-08-25T03:22:28.553Z Compiling rand_core v0.9.3
18772026-08-25T03:22:28.699Z Compiling oxnet v0.1.6
18782026-08-25T03:22:28.779Z Compiling aws-lc-rs v1.16.2
18792026-08-25T03:22:28.824Z Compiling openssl-sys v0.9.117
18802026-08-25T03:22:29.203Z Compiling instant v0.1.13
18812026-08-25T03:22:29.283Z Compiling foreign-types-shared v0.1.1
18822026-08-25T03:22:29.311Z Compiling rand_chacha v0.9.0
18832026-08-25T03:22:29.375Z Compiling foreign-types v0.3.2
18842026-08-25T03:22:29.455Z Compiling tempfile v3.27.0
18852026-08-25T03:22:29.750Z Compiling rustls-webpki v0.103.6
18862026-08-25T03:22:29.800Z Compiling futures-executor v0.3.32
18872026-08-25T03:22:29.884Z Compiling tower v0.5.2
18882026-08-25T03:22:30.125Z Compiling openssl-probe v0.1.6
18892026-08-25T03:22:30.291Z Compiling rustls v0.23.40
18902026-08-25T03:22:30.320Z Compiling tower-http v0.6.8
18912026-08-25T03:22:30.373Z Compiling futures v0.3.32
18922026-08-25T03:22:30.461Z Compiling rand v0.9.3
18932026-08-25T03:22:30.741Z Compiling openssl v0.10.81
18942026-08-25T03:22:30.741Z Compiling toml_datetime v0.6.11
18952026-08-25T03:22:30.958Z Compiling time v0.3.47
18962026-08-25T03:22:31.138Z Compiling clap_derive v4.6.1
18972026-08-25T03:22:31.281Z Compiling memmap2 v0.9.8
18982026-08-25T03:22:31.941Z Compiling crossbeam-channel v0.5.15
18992026-08-25T03:22:32.349Z Compiling webpki-roots v1.0.2
19002026-08-25T03:22:32.421Z Compiling newtype-uuid v1.3.2
19012026-08-25T03:22:32.659Z Compiling daft v0.1.5
19022026-08-25T03:22:32.843Z Compiling is-terminal v0.4.16
19032026-08-25T03:22:32.914Z Compiling either v1.15.0
19042026-08-25T03:22:33.007Z Compiling slog-term v2.9.2
19052026-08-25T03:22:33.122Z Compiling native-tls v0.2.14
19062026-08-25T03:22:33.443Z Compiling tokio-rustls v0.26.4
19072026-08-25T03:22:33.579Z Compiling tokio-native-tls v0.3.1
19082026-08-25T03:22:33.615Z Compiling usdt v0.6.0
19092026-08-25T03:22:33.631Z Compiling slog-async v2.8.0
19102026-08-25T03:22:33.644Z Compiling slog-json v2.6.1
19112026-08-25T03:22:33.720Z Compiling hyper-tls v0.6.0
19122026-08-25T03:22:33.753Z Compiling hyper-rustls v0.27.7
19132026-08-25T03:22:33.768Z Compiling hostname v0.3.1
19142026-08-25T03:22:33.910Z Compiling slog-bunyan v2.5.0
19152026-08-25T03:22:33.952Z Compiling rustls-webpki v0.102.8
19162026-08-25T03:22:34.011Z Compiling reqwest v0.12.23
19172026-08-25T03:22:34.056Z Compiling multer v3.1.0
19182026-08-25T03:22:34.107Z Compiling rustls-pemfile v2.2.0
19192026-08-25T03:22:34.172Z Compiling hostname v0.4.2
19202026-08-25T03:22:34.319Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19212026-08-25T03:22:34.565Z Compiling rustls v0.22.4
19222026-08-25T03:22:34.862Z Compiling rand_chacha v0.3.1
19232026-08-25T03:22:34.886Z Compiling wait-timeout v0.2.1
19242026-08-25T03:22:35.188Z Compiling rand v0.8.5
19252026-08-25T03:22:35.367Z Compiling rusty-fork v0.3.0
19262026-08-25T03:22:35.478Z Compiling rand_xorshift v0.4.0
19272026-08-25T03:22:35.636Z Compiling sha1 v0.10.6
19282026-08-25T03:22:35.886Z Compiling proptest v1.8.0
19292026-08-25T03:22:36.394Z Compiling tokio-rustls v0.25.0
19302026-08-25T03:22:36.598Z Compiling dropshot v0.16.7
19312026-08-25T03:22:36.800Z Compiling itertools v0.14.0
19322026-08-25T03:22:38.037Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19332026-08-25T03:22:38.587Z Compiling progenitor-client v0.11.1
19342026-08-25T03:22:38.637Z Compiling progenitor-client v0.10.0
19352026-08-25T03:22:38.894Z Compiling serde_with v3.14.1
19362026-08-25T03:22:38.940Z Compiling num-derive v0.4.2
19372026-08-25T03:22:39.161Z Compiling progenitor v0.11.1
19382026-08-25T03:22:39.315Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19392026-08-25T03:22:39.661Z Compiling rustc-hash v2.1.1
19402026-08-25T03:22:39.763Z Compiling iddqd v0.3.18
19412026-08-25T03:22:39.792Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-08-25T03:22:39.905Z Compiling backoff v0.4.0
19432026-08-25T03:22:40.313Z Compiling parse-display v0.10.0
19442026-08-25T03:22:40.564Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452026-08-25T03:22:40.660Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19462026-08-25T03:22:40.704Z Compiling anstyle v1.0.14
19472026-08-25T03:22:41.246Z Compiling utf8parse v0.2.2
19482026-08-25T03:22:41.390Z Compiling anstyle-parse v1.0.0
19492026-08-25T03:22:41.430Z Compiling anstyle-query v1.1.4
19502026-08-25T03:22:41.478Z Compiling colorchoice v1.0.4
19512026-08-25T03:22:41.490Z Compiling is_terminal_polyfill v1.70.1
19522026-08-25T03:22:41.572Z Compiling anstream v1.0.0
19532026-08-25T03:22:41.583Z Compiling clap_lex v1.1.0
19542026-08-25T03:22:42.692Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-08-25T03:22:44.975Z Compiling winnow v0.5.40
19562026-08-25T03:22:50.204Z Compiling terminal_size v0.4.3
19572026-08-25T03:22:51.503Z Compiling clap_builder v4.6.0
19582026-08-25T03:22:51.736Z Compiling toml_edit v0.19.15
19592026-08-25T03:22:52.108Z Compiling dropshot_endpoint v0.17.1
19602026-08-25T03:22:53.721Z Compiling clap v4.6.1
19612026-08-25T03:22:53.926Z Compiling proc-macro-crate v1.3.1
19622026-08-25T03:22:59.938Z Compiling serde_spanned v0.6.9
19632026-08-25T03:23:00.003Z Compiling adler2 v2.0.1
19642026-08-25T03:23:00.097Z Compiling miniz_oxide v0.8.9
19652026-08-25T03:23:00.410Z Compiling prettyplease v0.2.37
19662026-08-25T03:23:00.523Z Compiling crc32fast v1.5.0
19672026-08-25T03:23:00.716Z Compiling zerocopy-derive v0.7.35
19682026-08-25T03:23:00.728Z Compiling flate2 v1.1.2
19692026-08-25T03:23:00.821Z Compiling ingot-macros v0.1.1
19702026-08-25T03:23:01.170Z Compiling hubpack_derive v0.1.1
19712026-08-25T03:23:01.200Z Compiling hybrid-array v0.4.12
19722026-08-25T03:23:03.035Z Compiling scroll_derive v0.12.1
19732026-08-25T03:23:04.073Z Compiling block-buffer v0.12.0
19742026-08-25T03:23:04.188Z Compiling crypto-common v0.2.2
19752026-08-25T03:23:04.644Z Compiling toml_write v0.1.2
19762026-08-25T03:23:04.668Z Compiling compression-core v0.4.32
19772026-08-25T03:23:04.672Z Compiling const-oid v0.10.2
19782026-08-25T03:23:04.838Z Compiling toml_edit v0.22.27
19792026-08-25T03:23:04.859Z Compiling compression-codecs v0.4.32
19802026-08-25T03:23:04.883Z Compiling digest v0.11.3
19812026-08-25T03:23:05.913Z Compiling zerocopy v0.7.35
19822026-08-25T03:23:06.331Z Compiling num_enum_derive v0.7.5
19832026-08-25T03:23:07.288Z Compiling foreign-types-macros v0.2.3
19842026-08-25T03:23:07.348Z Compiling num-integer v0.1.46
19852026-08-25T03:23:07.435Z Compiling toml_datetime v1.1.1+spec-1.1.0
19862026-08-25T03:23:07.686Z Compiling cpufeatures v0.3.0
19872026-08-25T03:23:07.715Z Compiling float-ord v0.3.2
19882026-08-25T03:23:07.746Z Compiling sha1 v0.11.0
19892026-08-25T03:23:07.780Z Compiling toml v1.1.2+spec-1.1.0
19902026-08-25T03:23:08.122Z Compiling toml v0.8.23
19912026-08-25T03:23:08.406Z Compiling async-compression v0.4.33
19922026-08-25T03:23:09.310Z Compiling glob v0.3.3
19932026-08-25T03:23:09.512Z Compiling dropshot v0.17.1
19942026-08-25T03:23:09.779Z Compiling proc-macro-error-attr v1.0.4
19952026-08-25T03:23:09.844Z Compiling num-iter v0.1.45
19962026-08-25T03:23:09.973Z Compiling num-rational v0.4.2
19972026-08-25T03:23:10.230Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982026-08-25T03:23:10.362Z Compiling dtrace-parser v0.2.0
19992026-08-25T03:23:10.470Z Compiling num-complex v0.4.6
20002026-08-25T03:23:10.749Z Compiling proc-macro-error v1.0.4
20012026-08-25T03:23:10.906Z Compiling num v0.4.3
20022026-08-25T03:23:10.991Z Compiling dof v0.3.0
20032026-08-25T03:23:11.269Z Compiling num_enum_derive v0.5.11
20042026-08-25T03:23:11.375Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20052026-08-25T03:23:11.936Z Compiling thread-id v4.2.2
20062026-08-25T03:23:12.033Z Compiling usdt-impl v0.5.0
20072026-08-25T03:23:12.417Z Compiling derive_more v0.99.20
20082026-08-25T03:23:12.527Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20092026-08-25T03:23:12.666Z Compiling minimal-lexical v0.2.1
20102026-08-25T03:23:13.041Z Compiling nom v7.1.3
20112026-08-25T03:23:13.543Z Compiling usdt-attr-macro v0.5.0
20122026-08-25T03:23:14.346Z Compiling usdt-macro v0.5.0
20132026-08-25T03:23:14.387Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20142026-08-25T03:23:14.660Z Compiling zone_cfg_derive v0.3.1
20152026-08-25T03:23:14.699Z Compiling libscf-sys v1.2.0
20162026-08-25T03:23:14.965Z Compiling memoffset v0.9.1
20172026-08-25T03:23:15.057Z Compiling rustc_version v0.4.1
20182026-08-25T03:23:15.126Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20192026-08-25T03:23:15.137Z Compiling crossbeam-epoch v0.9.18
20202026-08-25T03:23:15.452Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20212026-08-25T03:23:15.485Z Compiling enum-as-inner v0.6.1
20222026-08-25T03:23:15.518Z Compiling regress v0.11.1
20232026-08-25T03:23:15.888Z Compiling curve25519-dalek v4.1.3
20242026-08-25T03:23:16.014Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20252026-08-25T03:23:16.087Z Compiling hubpack v0.1.2
20262026-08-25T03:23:16.106Z Compiling static_assertions v1.1.0
20272026-08-25T03:23:16.186Z Compiling crossbeam-deque v0.8.6
20282026-08-25T03:23:16.318Z Compiling thiserror-impl-no-std v2.0.2
20292026-08-25T03:23:16.398Z Compiling curve25519-dalek-derive v0.1.1
20302026-08-25T03:23:17.545Z Compiling typify-impl v0.6.2
20312026-08-25T03:23:17.703Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20322026-08-25T03:23:18.107Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20332026-08-25T03:23:18.377Z Compiling rayon-core v1.13.0
20342026-08-25T03:23:18.873Z Compiling clang-sys v1.8.1
20352026-08-25T03:23:19.138Z Compiling bytecount v0.6.9
20362026-08-25T03:23:19.310Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20372026-08-25T03:23:19.398Z Compiling scroll v0.12.0
20382026-08-25T03:23:19.589Z Compiling hash32 v0.3.1
20392026-08-25T03:23:19.673Z Compiling goblin v0.8.2
20402026-08-25T03:23:19.723Z Compiling heapless v0.8.0
20412026-08-25T03:23:19.753Z Compiling ingot-types v0.1.2
20422026-08-25T03:23:20.029Z Compiling cobs v0.3.0
20432026-08-25T03:23:20.154Z Compiling libloading v0.8.9
20442026-08-25T03:23:20.157Z Compiling managed v0.8.0
20452026-08-25T03:23:20.241Z Compiling bitflags v1.3.2
20462026-08-25T03:23:20.328Z Compiling foreign-types-shared v0.3.1
20472026-08-25T03:23:20.360Z Compiling smoltcp v0.11.0
20482026-08-25T03:23:20.388Z Compiling bindgen v0.72.1
20492026-08-25T03:23:20.406Z Compiling foreign-types v0.5.0
20502026-08-25T03:23:20.491Z Compiling postcard v1.1.3
20512026-08-25T03:23:20.504Z Compiling ingot v0.1.1
20522026-08-25T03:23:20.957Z Compiling cexpr v0.6.0
20532026-08-25T03:23:20.995Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20542026-08-25T03:23:21.343Z Compiling num_enum v0.7.5
20552026-08-25T03:23:21.473Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20562026-08-25T03:23:21.824Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572026-08-25T03:23:21.948Z Compiling camino-tempfile v1.4.1
20582026-08-25T03:23:22.204Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-08-25T03:23:22.218Z Compiling derive-where v1.6.0
20602026-08-25T03:23:22.354Z Compiling serde_repr v0.1.20
20612026-08-25T03:23:22.606Z Compiling cstr-argument v0.1.2
20622026-08-25T03:23:23.017Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632026-08-25T03:23:23.466Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-08-25T03:23:23.854Z Compiling typify-macro v0.6.2
20652026-08-25T03:23:24.025Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-25T03:23:24.220Z Compiling rayon v1.11.0
20672026-08-25T03:23:24.613Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682026-08-25T03:23:24.742Z Compiling crucible-workspace-hack v0.1.0
20692026-08-25T03:23:25.374Z Compiling memmap v0.7.0
20702026-08-25T03:23:25.581Z Compiling tinyvec_macros v0.1.1
20712026-08-25T03:23:25.674Z Compiling tinyvec v1.10.0
20722026-08-25T03:23:25.936Z Compiling typify v0.6.2
20732026-08-25T03:23:26.041Z Compiling usdt v0.5.0
20742026-08-25T03:23:26.078Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-08-25T03:23:26.342Z Compiling num_enum v0.5.11
20762026-08-25T03:23:26.849Z Compiling pin-project-internal v1.1.10
20772026-08-25T03:23:27.630Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20782026-08-25T03:23:27.714Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-08-25T03:23:27.772Z Compiling progenitor-impl v0.14.0
20802026-08-25T03:23:27.983Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20812026-08-25T03:23:27.996Z Compiling papergrid v0.18.0
20822026-08-25T03:23:28.059Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20832026-08-25T03:23:28.475Z Compiling rustix v0.38.44
20842026-08-25T03:23:29.033Z Compiling itertools v0.12.1
20852026-08-25T03:23:29.052Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20862026-08-25T03:23:29.201Z Compiling progenitor-impl v0.10.0
20872026-08-25T03:23:29.300Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-08-25T03:23:29.424Z Compiling sigpipe v0.1.3
20892026-08-25T03:23:29.518Z Compiling jiff v0.2.15
20902026-08-25T03:23:29.582Z Compiling const_format_proc_macros v0.2.34
20912026-08-25T03:23:30.006Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20922026-08-25T03:23:30.208Z Compiling zone v0.3.1
20932026-08-25T03:23:30.265Z Compiling tabled v0.21.0
20942026-08-25T03:23:30.390Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20952026-08-25T03:23:30.586Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-08-25T03:23:31.316Z Compiling progenitor-macro v0.14.0
20972026-08-25T03:23:31.412Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-08-25T03:23:31.696Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-25T03:23:32.101Z Compiling nix v0.31.3
21002026-08-25T03:23:32.114Z Compiling nix v0.30.1
21012026-08-25T03:23:32.744Z Compiling progenitor-macro v0.10.0
21022026-08-25T03:23:32.762Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21032026-08-25T03:23:32.886Z Compiling snafu-derive v0.8.9
21042026-08-25T03:23:33.181Z Compiling itertools v0.15.0
21052026-08-25T03:23:33.424Z Compiling smf v0.2.3
21062026-08-25T03:23:33.486Z Compiling secrecy v0.10.3
21072026-08-25T03:23:34.021Z Compiling async-recursion v1.1.1
21082026-08-25T03:23:34.414Z Compiling bstr v1.12.0
21092026-08-25T03:23:34.718Z Compiling whoami v1.6.1
21102026-08-25T03:23:34.951Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-08-25T03:23:35.012Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21122026-08-25T03:23:37.180Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-08-25T03:23:37.802Z Compiling hmac v0.12.1
21142026-08-25T03:23:37.914Z Compiling inout v0.1.4
21152026-08-25T03:23:38.007Z Compiling ff v0.13.1
21162026-08-25T03:23:38.106Z Compiling data-encoding v2.9.0
21172026-08-25T03:23:38.150Z Compiling crc8 v0.1.1
21182026-08-25T03:23:38.373Z Compiling group v0.13.0
21192026-08-25T03:23:38.386Z Compiling cipher v0.4.4
21202026-08-25T03:23:38.427Z Compiling hkdf v0.12.4
21212026-08-25T03:23:38.603Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-25T03:23:38.978Z Compiling atomicwrites v0.4.4
21232026-08-25T03:23:39.195Z Compiling tokio-dtrace v0.1.1
21242026-08-25T03:23:39.310Z Compiling tabled_derive v0.7.0
21252026-08-25T03:23:39.469Z Compiling reqwest v0.13.2
21262026-08-25T03:23:39.501Z Compiling universal-hash v0.5.1
21272026-08-25T03:23:39.567Z Compiling crypto-bigint v0.5.5
21282026-08-25T03:23:39.642Z Compiling half v2.7.1
21292026-08-25T03:23:39.767Z Compiling opaque-debug v0.3.1
21302026-08-25T03:23:39.979Z Compiling base16ct v0.2.0
21312026-08-25T03:23:40.152Z Compiling base64ct v1.8.0
21322026-08-25T03:23:40.243Z Compiling ciborium-io v0.2.2
21332026-08-25T03:23:40.347Z Compiling indent_write v2.2.0
21342026-08-25T03:23:40.460Z Compiling progenitor-client v0.14.0
21352026-08-25T03:23:40.516Z Compiling password-hash v0.5.0
21362026-08-25T03:23:40.787Z Compiling elliptic-curve v0.13.8
21372026-08-25T03:23:40.787Z Compiling ciborium-ll v0.2.2
21382026-08-25T03:23:41.054Z Compiling poly1305 v0.8.0
21392026-08-25T03:23:41.781Z Compiling oxide-tokio-rt v0.1.2
21402026-08-25T03:23:41.942Z Compiling chacha20 v0.9.1
21412026-08-25T03:23:42.183Z Compiling similar v2.7.0
21422026-08-25T03:23:42.210Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-08-25T03:23:42.657Z Compiling thiserror-no-std v2.0.2
21442026-08-25T03:23:43.333Z Compiling blake2 v0.10.6
21452026-08-25T03:23:43.402Z Compiling aead v0.5.2
21462026-08-25T03:23:43.568Z Compiling strum_macros v0.28.0
21472026-08-25T03:23:43.786Z Compiling linked-hash-map v0.5.6
21482026-08-25T03:23:43.898Z Compiling keccak v0.1.6
21492026-08-25T03:23:43.975Z Compiling resolv-conf v0.7.5
21502026-08-25T03:23:44.198Z Compiling sha3 v0.10.8
21512026-08-25T03:23:44.402Z Compiling lru-cache v0.1.2
21522026-08-25T03:23:44.537Z Compiling argon2 v0.5.3
21532026-08-25T03:23:44.603Z Compiling chacha20poly1305 v0.10.1
21542026-08-25T03:23:44.636Z Compiling vsss-rs v3.3.4
21552026-08-25T03:23:44.724Z Compiling progenitor v0.14.0
21562026-08-25T03:23:44.744Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-08-25T03:23:44.921Z Compiling ciborium v0.2.2
21582026-08-25T03:23:45.078Z Compiling hickory-proto v0.24.4
21592026-08-25T03:23:45.432Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21602026-08-25T03:23:45.497Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21612026-08-25T03:23:46.151Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21622026-08-25T03:23:46.204Z Compiling serde-big-array v0.5.1
21632026-08-25T03:23:46.419Z Compiling siphasher v1.0.1
21642026-08-25T03:23:46.628Z Compiling unicode-segmentation v1.12.0
21652026-08-25T03:23:46.769Z Compiling same-file v1.0.6
21662026-08-25T03:23:46.924Z Compiling hickory-resolver v0.24.4
21672026-08-25T03:23:46.953Z Compiling newline-converter v0.3.0
21682026-08-25T03:23:47.005Z Compiling walkdir v2.5.0
21692026-08-25T03:23:47.034Z Compiling phf_shared v0.12.1
21702026-08-25T03:23:47.214Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21712026-08-25T03:23:47.226Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-08-25T03:23:47.897Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-08-25T03:23:48.415Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-08-25T03:23:49.072Z Compiling newtype_derive v0.1.6
21752026-08-25T03:23:49.161Z Compiling owo-colors v4.3.0
21762026-08-25T03:23:49.457Z Compiling tokio-stream v0.1.17
21772026-08-25T03:23:49.471Z Compiling console v0.15.11
21782026-08-25T03:23:49.612Z Compiling csv-core v0.1.12
21792026-08-25T03:23:49.676Z Compiling humantime v2.3.0
21802026-08-25T03:23:49.918Z Compiling swrite v0.1.0
21812026-08-25T03:23:49.930Z Compiling unicode-width v0.1.14
21822026-08-25T03:23:49.967Z Compiling foldhash v0.1.5
21832026-08-25T03:23:50.021Z Compiling smawk v0.3.2
21842026-08-25T03:23:50.156Z Compiling unicode-linebreak v0.1.5
21852026-08-25T03:23:50.167Z Compiling termtree v0.5.1
21862026-08-25T03:23:50.183Z Compiling hashbrown v0.15.5
21872026-08-25T03:23:50.320Z Compiling qorb v0.4.1
21882026-08-25T03:23:50.334Z Compiling csv v1.4.0
21892026-08-25T03:23:50.337Z Compiling expectorate v1.2.0
21902026-08-25T03:23:50.409Z Compiling textwrap v0.16.2
21912026-08-25T03:23:50.749Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-08-25T03:23:50.947Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-08-25T03:23:52.607Z Compiling phf v0.12.1
21942026-08-25T03:23:52.767Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21952026-08-25T03:23:53.009Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21962026-08-25T03:23:53.081Z Compiling pin-project v1.1.10
21972026-08-25T03:23:53.193Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21982026-08-25T03:23:53.696Z Compiling libz-sys v1.1.22
21992026-08-25T03:23:53.757Z Compiling unicode-normalization v0.1.24
22002026-08-25T03:23:54.282Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-08-25T03:23:54.690Z Compiling libsw-core v0.3.2
22022026-08-25T03:23:55.212Z Compiling fixedbitset v0.5.7
22032026-08-25T03:23:55.267Z Compiling fixedbitset v0.4.2
22042026-08-25T03:23:55.437Z Compiling highway v1.3.0
22052026-08-25T03:23:55.667Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-08-25T03:23:55.708Z Compiling progenitor v0.10.0
22072026-08-25T03:23:55.892Z Compiling petgraph v0.6.5
22082026-08-25T03:23:56.421Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-25T03:23:57.450Z Compiling petgraph v0.8.2
22102026-08-25T03:23:58.022Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-25T03:23:58.274Z Compiling libsw v3.5.0
22122026-08-25T03:23:58.909Z Compiling olpc-cjson v0.1.4
22132026-08-25T03:23:59.260Z Compiling libgit2-sys v0.17.0+1.8.1
22142026-08-25T03:24:00.130Z Compiling snafu v0.8.9
22152026-08-25T03:24:00.455Z Compiling chrono-tz v0.10.4
22162026-08-25T03:24:00.519Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-08-25T03:24:00.610Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-25T03:24:00.716Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-25T03:24:01.723Z Compiling papergrid v0.11.0
22202026-08-25T03:24:01.993Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-25T03:24:02.229Z Compiling strum v0.28.0
22222026-08-25T03:24:02.286Z Compiling globset v0.4.16
22232026-08-25T03:24:02.368Z Compiling const_format v0.2.34
22242026-08-25T03:24:02.553Z Compiling slog-dtrace v0.3.0
22252026-08-25T03:24:02.705Z Compiling cancel-safe-futures v0.1.5
22262026-08-25T03:24:02.890Z Compiling gethostname v0.5.0
22272026-08-25T03:24:03.040Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22282026-08-25T03:24:03.870Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-08-25T03:24:04.006Z Compiling dropshot-api-manager-types v0.7.2
22302026-08-25T03:24:04.055Z Compiling pem v3.0.5
22312026-08-25T03:24:04.388Z Compiling bcs v0.1.6
22322026-08-25T03:24:04.433Z Compiling serde_plain v1.0.2
22332026-08-25T03:24:04.446Z Compiling cargo-platform v0.1.9
22342026-08-25T03:24:04.705Z Compiling typed-path v0.9.3
22352026-08-25T03:24:04.812Z Compiling tagptr v0.2.0
22362026-08-25T03:24:04.867Z Compiling linear-map v1.2.0
22372026-08-25T03:24:05.037Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-08-25T03:24:05.067Z Compiling moka v0.12.11
22392026-08-25T03:24:05.889Z Compiling tough v0.20.0
22402026-08-25T03:24:06.802Z Compiling cargo_metadata v0.18.1
22412026-08-25T03:24:06.974Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-25T03:24:07.969Z Compiling tabled v0.15.0
22432026-08-25T03:24:08.309Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-08-25T03:24:08.504Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-25T03:24:08.901Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-25T03:24:08.973Z Compiling git2 v0.19.0
22472026-08-25T03:24:10.531Z Compiling steno v0.4.1
22482026-08-25T03:24:11.293Z Compiling hickory-proto v0.25.2
22492026-08-25T03:24:11.639Z Compiling cookie v0.18.1
22502026-08-25T03:24:13.538Z Compiling hickory-resolver v0.25.2
22512026-08-25T03:24:14.329Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-08-25T03:24:15.774Z Compiling vergen v8.3.2
22532026-08-25T03:24:17.299Z Compiling signal-hook v0.4.4
22542026-08-25T03:24:18.006Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22552026-08-25T03:24:18.198Z Compiling mockall_derive v0.14.0
22562026-08-25T03:24:18.410Z Compiling predicates-core v1.0.9
22572026-08-25T03:24:18.772Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22582026-08-25T03:24:18.986Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22592026-08-25T03:24:19.115Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22602026-08-25T03:24:19.176Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-08-25T03:24:20.057Z Compiling sha2 v0.10.9
22622026-08-25T03:24:20.467Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22632026-08-25T03:24:20.741Z Compiling yansi v1.0.1
22642026-08-25T03:24:21.111Z Compiling mockall v0.14.0
22652026-08-25T03:24:21.282Z Compiling diff v0.1.13
22662026-08-25T03:24:21.392Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22672026-08-25T03:24:21.601Z Compiling pretty_assertions v1.4.1
22682026-08-25T03:24:21.898Z Compiling predicates-tree v1.0.12
22692026-08-25T03:24:22.178Z Compiling predicates v3.1.3
22702026-08-25T03:24:22.691Z Compiling fs-err v3.1.2
22712026-08-25T03:24:23.568Z Compiling git-stub v1.0.0
22722026-08-25T03:24:23.856Z Compiling filetime v0.2.26
22732026-08-25T03:24:23.891Z Compiling fragile v2.0.1
22742026-08-25T03:24:24.056Z Compiling arrayref v0.3.9
22752026-08-25T03:24:24.148Z Compiling arrayvec v0.7.6
22762026-08-25T03:24:24.203Z Compiling downcast v0.11.0
22772026-08-25T03:24:24.361Z Compiling is_ci v1.2.0
22782026-08-25T03:24:24.372Z Compiling xattr v1.6.1
22792026-08-25T03:24:24.518Z Compiling constant_time_eq v0.3.1
22802026-08-25T03:24:24.556Z Compiling tar v0.4.45
22812026-08-25T03:24:24.645Z Compiling blake3 v1.8.2
22822026-08-25T03:24:25.237Z Compiling toml v0.7.8
22832026-08-25T03:24:25.552Z Compiling supports-color v3.0.2
22842026-08-25T03:24:25.595Z Compiling git-stub-vcs v0.1.0
22852026-08-25T03:24:25.956Z Compiling curl-sys v0.4.89+curl-8.20.0
22862026-08-25T03:24:26.108Z Compiling signal-hook-tokio v0.4.0
22872026-08-25T03:24:26.402Z Compiling scuffle v0.1.0
22882026-08-25T03:24:27.354Z Compiling drift v0.2.0
22892026-08-25T03:24:27.614Z Compiling kstat-rs v0.2.4
22902026-08-25T03:24:27.939Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-08-25T03:24:28.101Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-08-25T03:24:28.433Z Compiling topological-sort v0.2.2
22932026-08-25T03:24:28.446Z Compiling hex-literal v1.1.0
22942026-08-25T03:24:28.580Z Compiling omicron-zone-package v0.12.2
22952026-08-25T03:24:28.690Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-08-25T03:24:28.856Z Compiling dropshot-api-manager v0.7.2
22972026-08-25T03:24:30.021Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-08-25T03:24:30.746Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-25T03:24:31.518Z Compiling curl v0.4.50
23002026-08-25T03:24:31.698Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-08-25T03:24:32.067Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-25T03:24:32.388Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-08-25T03:24:32.643Z Compiling iddqd v0.4.5
23042026-08-25T03:24:32.788Z Compiling internet-checksum v0.2.1
23052026-08-25T03:24:32.931Z Compiling search_path v0.1.4
23062026-08-25T03:24:33.248Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23072026-08-25T03:24:33.345Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23082026-08-25T03:24:36.156Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-08-25T03:24:36.633Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-08-25T03:25:25.329Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s
23112026-08-25T03:25:25.456Z Running unittests src/lib.rs (target/debug/deps/aal-f5a47b728793db12)
23122026-08-25T03:25:25.459Z
23132026-08-25T03:25:25.459Zrunning 0 tests
23142026-08-25T03:25:25.459Z
23152026-08-25T03:25:25.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162026-08-25T03:25:25.459Z
23172026-08-25T03:25:25.459Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23182026-08-25T03:25:25.463Z
23192026-08-25T03:25:25.463Zrunning 0 tests
23202026-08-25T03:25:25.463Z
23212026-08-25T03:25:25.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23222026-08-25T03:25:25.463Z
23232026-08-25T03:25:25.463Z Running unittests src/lib.rs (target/debug/deps/asic-3a9a10a3da9e21a5)
23242026-08-25T03:25:25.467Z
23252026-08-25T03:25:25.467Zrunning 0 tests
23262026-08-25T03:25:25.467Z
23272026-08-25T03:25:25.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23282026-08-25T03:25:25.467Z
23292026-08-25T03:25:25.467Z Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2)
23302026-08-25T03:25:25.471Z
23312026-08-25T03:25:25.471Zrunning 4 tests
23322026-08-25T03:25:25.471Ztest network::tests::test_generate_ipv6_link_local ... ok
23332026-08-25T03:25:25.471Ztest nat::tests::test_vni ... ok
23342026-08-25T03:25:25.471Ztest test_purge ... ok
23352026-08-25T03:25:25.475Ztest illumos::test::address_exists_handles_missing_object ... ok
23362026-08-25T03:25:25.475Z
23372026-08-25T03:25:25.475Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23382026-08-25T03:25:25.475Z
23392026-08-25T03:25:25.478Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e)
23402026-08-25T03:25:25.481Z
23412026-08-25T03:25:25.481Zrunning 1 test
23422026-08-25T03:25:25.482Z -------
23432026-08-25T03:25:25.482Z Generating OpenAPI documents from API definitions ...
23442026-08-25T03:25:25.621Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23452026-08-25T03:25:25.694Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23462026-08-25T03:25:26.762Z -------
23472026-08-25T03:25:26.762Z Checking 13 OpenAPI documents...
23482026-08-25T03:25:26.762Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-25T03:25:26.762Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-25T03:25:26.762Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-25T03:25:26.763Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-25T03:25:26.772Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-25T03:25:26.772Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-25T03:25:26.773Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-25T03:25:26.773Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-25T03:25:26.773Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-25T03:25:26.773Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-25T03:25:26.773Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-25T03:25:26.773Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-25T03:25:26.773Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-25T03:25:26.773Z Fresh dpd "latest" symlink
23622026-08-25T03:25:26.773Z -------
23632026-08-25T03:25:26.773Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23642026-08-25T03:25:26.874Ztest test::test_apis_up_to_date ... ok
23652026-08-25T03:25:26.874Z
23662026-08-25T03:25:26.874Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
23672026-08-25T03:25:26.874Z
23682026-08-25T03:25:26.908Z Running unittests src/main.rs (target/debug/deps/dpd-6a0d1e25457d7377)
23692026-08-25T03:25:26.918Z
23702026-08-25T03:25:26.918Zrunning 34 tests
23712026-08-25T03:25:26.918Ztest freemap::test_ordering ... ok
23722026-08-25T03:25:26.918Ztest config::tests::test_updates ... ok
23732026-08-25T03:25:26.918Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23742026-08-25T03:25:26.918Ztest freemap::test_split ... ok
23752026-08-25T03:25:26.918Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23762026-08-25T03:25:26.918Ztest macaddrs::tests::test_mac_offset ... ok
23772026-08-25T03:25:26.918Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23782026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG created new freemapAug 25 03:25:25.834 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
23792026-08-25T03:25:26.918Z
23802026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG initted freemap. size: 128, unit: freemap_test
23812026-08-25T03:25:26.918ZAug 25 03:25:25.834Aug 25 03:25:25.834 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23822026-08-25T03:25:26.918Z
23832026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG created new freemapAug 25 03:25:25.834 DEBG, unitreset freemap:, unitfreemap_test:
23842026-08-25T03:25:26.918Zfreemap_test
23852026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG initted freemap. size: 128, unit: freemap_test
23862026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG reset freemap, unit: freemap_test
23872026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG created new freemap, unit: freemap_test
23882026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG initted freemap. size: 128, unit: freemap_test
23892026-08-25T03:25:26.918ZAug 25 03:25:25.834 DEBG reset freemap, unit: freemap_test
23902026-08-25T03:25:26.918Ztest macaddrs::tests::test_parse_port_id ... ok
23912026-08-25T03:25:26.919Ztest freemap::test_basic ... ok
23922026-08-25T03:25:26.919Ztest freemap::test_exhaustion ... ok
23932026-08-25T03:25:26.919Ztest freemap::test_reclaim ... ok
23942026-08-25T03:25:26.919Ztest freemap::test_free ... ok
23952026-08-25T03:25:26.919Ztest nat::test_mapping ... ok
23962026-08-25T03:25:26.919Ztest port_map::tests::test_backplane_group ... ok
23972026-08-25T03:25:26.919Ztest port_map::tests::test_port_map ... ok
23982026-08-25T03:25:26.919Ztest port_map::tests::dump_map ... ok
23992026-08-25T03:25:26.919ZAug 25 03:25:25.835 DEBG created new freemap, unit: freemap_test
24002026-08-25T03:25:26.919ZAug 25 03:25:25.835 DEBG initted freemap. size: 8, unit: freemap_test
24012026-08-25T03:25:26.919ZAug 25 03:25:25.835 DEBG reset freemap, unit: freemap_test
24022026-08-25T03:25:26.919Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24032026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG created new freemap, unit: freemap_test
24042026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG initted freemap. size: 128, unit: freemap_test
24052026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG reset freemap, unit: freemap_test
24062026-08-25T03:25:26.919Ztest freemap::test_span ... ok
24072026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG created new freemap, unit: freemap_route_ipv4
24082026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG created new freemap, unit: freemap_route_ipv6
24092026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24102026-08-25T03:25:26.919ZAug 25 03:25:25.836 DEBG reset freemap, unit: freemap_route_ipv4
24112026-08-25T03:25:26.920ZAug 25 03:25:25.836 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24122026-08-25T03:25:26.920ZAug 25 03:25:25.836 DEBG reset freemap, unit: freemap_route_ipv6
24132026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24142026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24152026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24162026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24172026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
24182026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24192026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
24202026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24212026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24222026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24232026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24242026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24252026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24262026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24272026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24282026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24292026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24302026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24312026-08-25T03:25:26.920ZAug 25 03:25:25.836 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24322026-08-25T03:25:26.920ZAug 25 03:25:25.836 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 } }]
24332026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24342026-08-25T03:25:26.921ZAug 25 03:25:25.836 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 } }]
24352026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24362026-08-25T03:25:26.921ZAug 25 03:25:25.836 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 } }]
24372026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24382026-08-25T03:25:26.921ZAug 25 03:25:25.836 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 } }]
24392026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24402026-08-25T03:25:26.921Ztest port_map::tests::parse_softnpu_revision ... ok
24412026-08-25T03:25:26.921ZAug 25 03:25:25.836 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 } }]
24422026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24432026-08-25T03:25:26.921ZAug 25 03:25:25.836 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 } }]
24442026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24452026-08-25T03:25:26.921ZAug 25 03:25:25.836 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 } }]
24462026-08-25T03:25:26.921ZAug 25 03:25:25.836Aug 25 03:25:25.836 DEBGINFO created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24472026-08-25T03:25:26.921Z, unit:Aug 25 03:25:25.836 freemap_route_ipv4DEBG
24482026-08-25T03:25:26.921Zreplacing 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 } }]
24492026-08-25T03:25:26.921ZAug 25 03:25:25.836Aug 25 03:25:25.836 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffcreated new freemap
24502026-08-25T03:25:26.921Z, unit: freemap_route_ipv6Aug 25 03:25:25.836
24512026-08-25T03:25:26.921Z 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 } }]
24522026-08-25T03:25:26.921ZAug 25 03:25:25.836 DEBG initted freemap. size: 64Aug 25 03:25:25.836, unitINFO: adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4
24532026-08-25T03:25:26.921Z
24542026-08-25T03:25:26.921ZAug 25 03:25:25.836Aug 25 03:25:25.836 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
24552026-08-25T03:25:26.921Z, unit: freemap_route_ipv4Aug 25 03:25:25.836
24562026-08-25T03:25:26.921Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24572026-08-25T03:25:26.921ZAug 25 03:25:25.836 DEBG Aug 25 03:25:25.836initted freemap. size: 64 , DEBGunit :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 } }]
24582026-08-25T03:25:26.921Zfreemap_route_ipv6
24592026-08-25T03:25:26.921ZAug 25 03:25:25.836 Aug 25 03:25:25.836INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24602026-08-25T03:25:26.921Zreset freemap, unit: Aug 25 03:25:25.836freemap_route_ipv6
24612026-08-25T03:25:26.921ZDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24622026-08-25T03:25:26.921Ztest api_server::tests::test_build_info ... ok
24632026-08-25T03:25:26.921ZAug 25 03:25:25.836 INFOAug 25 03:25:25.836Aug 25 03:25:25.836 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG
24642026-08-25T03:25:26.921Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap
24652026-08-25T03:25:26.921Z, Aug 25 03:25:25.836unit Aug 25 03:25:25.836DEBG 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 } }] replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
24662026-08-25T03:25:26.921Z
24672026-08-25T03:25:26.922Z
24682026-08-25T03:25:26.922ZAug 25 03:25:25.836Aug 25 03:25:25.836 Aug 25 03:25:25.836INFO DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:12::/64 -> 2001:db8::55:ff,
24692026-08-25T03:25:26.931Zunit
24702026-08-25T03:25:26.931Z: freemap_route_ipv6
24712026-08-25T03:25:26.931ZAug 25 03:25:25.836Aug 25 03:25:25.836 DEBGDEBG Aug 25 03:25:25.836replacing 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 } }]
24722026-08-25T03:25:26.931Zreplacing 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
24732026-08-25T03:25:26.931Zinitted freemap. size: 64, unitAug 25 03:25:25.836: INFOfreemap_route_ipv4Aug 25 03:25:25.836
24742026-08-25T03:25:26.931Zadding route 3fff:dead::/64 -> 2001:db8::55:1
24752026-08-25T03:25:26.931ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24762026-08-25T03:25:26.931ZAug 25 03:25:25.836Aug 25 03:25:25.836 DEBGDEBG Aug 25 03:25:25.836replacing 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 } }]
24772026-08-25T03:25:26.931ZDEBGreset freemap , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
24782026-08-25T03:25:26.931ZAug 25 03:25:25.836: INFOfreemap_route_ipv4
24792026-08-25T03:25:26.931Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:25:25.836
24802026-08-25T03:25:26.931Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24812026-08-25T03:25:26.931ZAug 25 03:25:25.836Aug 25 03:25:25.836 DEBGAug 25 03:25:25.836DEBG DEBGinitted freemap. size: 64 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
24822026-08-25T03:25:26.931Z,
24832026-08-25T03:25:26.931Zunit: freemap_route_ipv6
24842026-08-25T03:25:26.931ZAug 25 03:25:25.836Aug 25 03:25:25.836 INFOINFO Aug 25 03:25:25.836 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
24852026-08-25T03:25:26.931Z
24862026-08-25T03:25:26.931ZDEBG reset freemap, unitAug 25 03:25:25.836Aug 25 03:25:25.836 :DEBG freemap_route_ipv6replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24872026-08-25T03:25:26.931Z
24882026-08-25T03:25:26.931Z 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 } }]
24892026-08-25T03:25:26.931ZAug 25 03:25:25.836Aug 25 03:25:25.836 INFOAug 25 03:25:25.836Aug 25 03:25:25.836INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
24902026-08-25T03:25:26.931Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24912026-08-25T03:25:26.931Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBGAug 25 03:25:25.836
24922026-08-25T03:25:26.932Z DEBGAug 25 03:25:25.836 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
24932026-08-25T03:25:26.932Z Aug 25 03:25:25.836created new freemapreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.836,
24942026-08-25T03:25:26.932ZINFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff unit
24952026-08-25T03:25:26.932Zreplacing 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 } }]:
24962026-08-25T03:25:26.932Z Aug 25 03:25:25.836freemap_route_ipv4 INFOAug 25 03:25:25.836
24972026-08-25T03:25:26.932Z Aug 25 03:25:25.836DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
24982026-08-25T03:25:26.932Z
24992026-08-25T03:25:26.932Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25002026-08-25T03:25:26.932ZAug 25 03:25:25.836 Aug 25 03:25:25.836Aug 25 03:25:25.836DEBG Aug 25 03:25:25.836 INFO 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ffcreated new freemap
25012026-08-25T03:25:26.932Z
25022026-08-25T03:25:26.932Z, unitDEBG :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 25 03:25:25.836
25032026-08-25T03:25:26.932Z freemap_route_ipv6Aug 25 03:25:25.836
25042026-08-25T03:25:26.932Z INFO DEBG adding route 3fff:beef:18::/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 } }]Aug 25 03:25:25.836
25052026-08-25T03:25:26.932Z
25062026-08-25T03:25:26.932ZDEBGAug 25 03:25:25.836 INFOAug 25 03:25:25.836 initted freemap. size: 64Aug 25 03:25:25.836adding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBG, INFOunit
25072026-08-25T03:25:26.932Zreplacing 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 } }]:
25082026-08-25T03:25:26.932Z freemap_route_ipv4
25092026-08-25T03:25:26.932Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25102026-08-25T03:25:26.932ZAug 25 03:25:25.836 Aug 25 03:25:25.836Aug 25 03:25:25.836DEBGAug 25 03:25:25.836 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreset freemapDEBG
25112026-08-25T03:25:26.932Z, unitreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
25122026-08-25T03:25:26.932Zreplacing 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 } }]
25132026-08-25T03:25:26.932Zfreemap_route_ipv4Aug 25 03:25:25.836 Aug 25 03:25:25.836
25142026-08-25T03:25:26.932ZDEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.836Aug 25 03:25:25.836
25152026-08-25T03:25:26.932ZDEBG INFO initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25162026-08-25T03:25:26.932Z
25172026-08-25T03:25:26.932Z, Aug 25 03:25:25.836unit :INFOAug 25 03:25:25.836 Aug 25 03:25:25.836 adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv6
25182026-08-25T03:25:26.932Z
25192026-08-25T03:25:26.932ZDEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 25 03:25:25.836Aug 25 03:25:25.836
25202026-08-25T03:25:26.932Z
25212026-08-25T03:25:26.932Z 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 } }]Aug 25 03:25:25.836
25222026-08-25T03:25:26.932Z INFOreset freemap , Aug 25 03:25:25.836adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
25232026-08-25T03:25:26.932Z INFO: freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25242026-08-25T03:25:26.933Z
25252026-08-25T03:25:26.933ZAug 25 03:25:25.836Aug 25 03:25:25.836Aug 25 03:25:25.836 Aug 25 03:25:25.836INFO INFODEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25262026-08-25T03:25:26.933Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25272026-08-25T03:25:26.933Z
25282026-08-25T03:25:26.933Zreplacing 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 25 03:25:25.836Aug 25 03:25:25.836
25292026-08-25T03:25:26.933Z DEBG Aug 25 03:25:25.836INFOreplacing 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
25302026-08-25T03:25:26.933ZAug 25 03:25:25.836adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25312026-08-25T03:25:26.933ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:25:25.836
25322026-08-25T03:25:26.933Z INFO Aug 25 03:25:25.836adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25332026-08-25T03:25:26.933ZDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:25:25.836
25342026-08-25T03:25:26.933Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
25352026-08-25T03:25:26.933Z Aug 25 03:25:25.836 Aug 25 03:25:25.836DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
25362026-08-25T03:25:26.933Z
25372026-08-25T03:25:26.933ZAug 25 03:25:25.836DEBG 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 } }]Aug 25 03:25:25.836
25382026-08-25T03:25:26.933Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25392026-08-25T03:25:26.933Z DEBGAug 25 03:25:25.836Aug 25 03:25:25.836 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
25402026-08-25T03:25:26.933ZAug 25 03:25:25.836INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25412026-08-25T03:25:26.933ZDEBG
25422026-08-25T03:25:26.933ZAug 25 03:25:25.837 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25432026-08-25T03:25:26.933ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBG 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 } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
25442026-08-25T03:25:26.933Zreplacing 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 } }]
25452026-08-25T03:25:26.933Z
25462026-08-25T03:25:26.933ZAug 25 03:25:25.837 INFOAug 25 03:25:25.837 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 03:25:25.837
25472026-08-25T03:25:26.933Z INFODEBGAug 25 03:25:25.837 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 } }]
25482026-08-25T03:25:26.933Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:25:25.837
25492026-08-25T03:25:26.933ZINFO 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 25 03:25:25.837
25502026-08-25T03:25:26.933Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
25512026-08-25T03:25:26.933Z 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 25 03:25:25.837
25522026-08-25T03:25:26.933Z Aug 25 03:25:25.837INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 03:25:25.837DEBGAug 25 03:25:25.837 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 } }] INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25532026-08-25T03:25:26.933Z
25542026-08-25T03:25:26.933Z
25552026-08-25T03:25:26.933Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25562026-08-25T03:25:26.933ZAug 25 03:25:25.837 Aug 25 03:25:25.837DEBG Aug 25 03:25:25.837Aug 25 03:25:25.837replacing 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 INFODEBGreplacing 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 } }]
25572026-08-25T03:25:26.934Z
25582026-08-25T03:25:26.934Zadding route 3fff:beef:9::/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 } }]
25592026-08-25T03:25:26.934ZAug 25 03:25:25.837
25602026-08-25T03:25:26.934Z INFOAug 25 03:25:25.837 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 03:25:25.837Aug 25 03:25:25.837
25612026-08-25T03:25:26.934ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO
25622026-08-25T03:25:26.934ZDEBG adding route 3fff:beef:2::/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-25T03:25:26.934ZAug 25 03:25:25.837 Aug 25 03:25:25.837
25642026-08-25T03:25:26.934ZDEBG Aug 25 03:25:25.837 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 } }]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 } }]
25652026-08-25T03:25:26.934ZAug 25 03:25:25.837
25662026-08-25T03:25:26.934ZDEBG INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25672026-08-25T03:25:26.934Zreplacing 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 25 03:25:25.837
25682026-08-25T03:25:26.934Z 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 } }]
25692026-08-25T03:25:26.941ZAug 25 03:25:25.837 INFOAug 25 03:25:25.837 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
25702026-08-25T03:25:26.941Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25712026-08-25T03:25:26.941ZAug 25 03:25:25.837 Aug 25 03:25:25.837DEBG DEBGAug 25 03:25:25.837replacing 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 } }]
25722026-08-25T03:25:26.941Zreplacing 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 } }]
25732026-08-25T03:25:26.941ZDEBGAug 25 03:25:25.837 created new freemapINFOAug 25 03:25:25.837 , adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunitINFO
25742026-08-25T03:25:26.941Z :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25752026-08-25T03:25:26.941Zfreemap_route_ipv4
25762026-08-25T03:25:26.941ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBGAug 25 03:25:25.837 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25772026-08-25T03:25:26.941ZDEBG
25782026-08-25T03:25:26.941Z created new freemap, Aug 25 03:25:25.837unit :INFOAug 25 03:25:25.837 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6
25792026-08-25T03:25:26.941Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25802026-08-25T03:25:26.941Z
25812026-08-25T03:25:26.941ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBG initted freemap. size: 64replacing 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 } }],
25822026-08-25T03:25:26.941ZAug 25 03:25:25.837 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25832026-08-25T03:25:26.941ZAug 25 03:25:25.837 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 } }]
25842026-08-25T03:25:26.941ZAug 25 03:25:25.837 INFOunitAug 25 03:25:25.837: adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv4
25852026-08-25T03:25:26.941Z
25862026-08-25T03:25:26.941ZAug 25 03:25:25.837 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 } }]
25872026-08-25T03:25:26.941ZAug 25 03:25:25.837 DEBGAug 25 03:25:25.837 reset freemapINFO, unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff:
25882026-08-25T03:25:26.942Z freemap_route_ipv4
25892026-08-25T03:25:26.942ZAug 25 03:25:25.837 Aug 25 03:25:25.837DEBG 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 } }]
25902026-08-25T03:25:26.942Zinitted freemap. size: 64, unit: Aug 25 03:25:25.837freemap_route_ipv6
25912026-08-25T03:25:26.942ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25922026-08-25T03:25:26.942Z Aug 25 03:25:25.837INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:25:25.837
25932026-08-25T03:25:26.942ZDEBGAug 25 03:25:25.837 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25942026-08-25T03:25:26.942Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.837
25952026-08-25T03:25:26.942Z INFOAug 25 03:25:25.837 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
25962026-08-25T03:25:26.942Z Aug 25 03:25:25.837adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25972026-08-25T03:25:26.942ZINFO Aug 25 03:25:25.837adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25982026-08-25T03:25:26.942ZAug 25 03:25:25.837DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25992026-08-25T03:25:26.942Zreplacing 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 } }]
26002026-08-25T03:25:26.942Zreset freemapAug 25 03:25:25.837Aug 25 03:25:25.837, unitINFOAug 25 03:25:25.837DEBG adding route 3fff:beef:22::/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 } }]INFO
26012026-08-25T03:25:26.942Z
26022026-08-25T03:25:26.942Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26032026-08-25T03:25:26.942ZAug 25 03:25:25.837Aug 25 03:25:25.837 INFODEBG Aug 25 03:25:25.837adding route 3fff:beef:c::/64 -> 2001:db8::55:ff :
26042026-08-25T03:25:26.942Zreplacing 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 } }] DEBGfreemap_route_ipv6
26052026-08-25T03:25:26.942ZAug 25 03:25:25.837Aug 25 03:25:25.837 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 } }]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:dead::/64 -> 2001:db8::55:1
26062026-08-25T03:25:26.942Z
26072026-08-25T03:25:26.942Z
26082026-08-25T03:25:26.942ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGINFO Aug 25 03:25:25.837replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26092026-08-25T03:25:26.942Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26102026-08-25T03:25:26.942ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26112026-08-25T03:25:26.942ZAug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26122026-08-25T03:25:26.942Z
26132026-08-25T03:25:26.942Z 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 } }]
26142026-08-25T03:25:26.942ZAug 25 03:25:25.837 INFO Aug 25 03:25:25.837adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26152026-08-25T03:25:26.942ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26162026-08-25T03:25:26.942ZAug 25 03:25:25.837 DEBGAug 25 03:25:25.837 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26172026-08-25T03:25:26.942Z 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 } }]
26182026-08-25T03:25:26.942ZAug 25 03:25:25.837 Aug 25 03:25:25.837INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26192026-08-25T03:25:26.942ZAug 25 03:25:25.837adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26202026-08-25T03:25:26.942ZDEBG Aug 25 03:25:25.837Aug 25 03:25:25.837 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26212026-08-25T03:25:26.942Zreplacing 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
26222026-08-25T03:25:26.942Z 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 } }]
26232026-08-25T03:25:26.943ZAug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837INFOINFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26242026-08-25T03:25:26.943Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26252026-08-25T03:25:26.943Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26262026-08-25T03:25:26.943ZAug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837DEBG 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 } }]
26272026-08-25T03:25:26.943Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26282026-08-25T03:25:26.943Z
26292026-08-25T03:25:26.943ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 INFO INFOINFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26302026-08-25T03:25:26.943Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26312026-08-25T03:25:26.943Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26322026-08-25T03:25:26.943ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 25 03:25:25.837
26332026-08-25T03:25:26.943Z
26342026-08-25T03:25:26.943Z DEBGAug 25 03:25:25.837 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
26352026-08-25T03:25:26.943ZAug 25 03:25:25.837 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
26362026-08-25T03:25:26.943Z Aug 25 03:25:25.837adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26372026-08-25T03:25:26.943ZINFO Aug 25 03:25:25.837adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26382026-08-25T03:25:26.943ZAug 25 03:25:25.837DEBG 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 } }]
26392026-08-25T03:25:26.943Zreplacing 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 } }]
26402026-08-25T03:25:26.943ZAug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837 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 } }]INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26412026-08-25T03:25:26.943Z
26422026-08-25T03:25:26.943Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26432026-08-25T03:25:26.943ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837INFO 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 } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26442026-08-25T03:25:26.943Zreplacing 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 } }]
26452026-08-25T03:25:26.943Z
26462026-08-25T03:25:26.943ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837 INFO 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
26472026-08-25T03:25:26.943Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26482026-08-25T03:25:26.943Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26492026-08-25T03:25:26.943ZAug 25 03:25:25.837 Aug 25 03:25:25.837Aug 25 03:25:25.837 INFO DEBGDEBG adding route 3fff:beef:1b::/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 } }]
26502026-08-25T03:25:26.943Z
26512026-08-25T03:25:26.943Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26522026-08-25T03:25:26.943ZAug 25 03:25:25.837 Aug 25 03:25:25.837INFOAug 25 03:25:25.837 DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
26532026-08-25T03:25:26.943Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26542026-08-25T03:25:26.943Z
26552026-08-25T03:25:26.943ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26562026-08-25T03:25:26.943Z adding route 3fff:beef:1c::/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 } }]
26572026-08-25T03:25:26.943Z
26582026-08-25T03:25:26.944ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 INFODEBG INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26592026-08-25T03:25:26.944Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26602026-08-25T03:25:26.944Z
26612026-08-25T03:25:26.944ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGINFO Aug 25 03:25:25.837adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26622026-08-25T03:25:26.944ZDEBG
26632026-08-25T03:25:26.944Z 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 } }]
26642026-08-25T03:25:26.944ZAug 25 03:25:25.837 Aug 25 03:25:25.837INFOAug 25 03:25:25.837 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/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 } }]
26652026-08-25T03:25:26.944Z
26662026-08-25T03:25:26.944Z
26672026-08-25T03:25:26.944ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 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 } }]INFO
26682026-08-25T03:25:26.944Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26692026-08-25T03:25:26.950Z
26702026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837 INFOINFODEBG adding route 3fff:beef:11::/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 } }]
26712026-08-25T03:25:26.950Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26722026-08-25T03:25:26.950Z
26732026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26742026-08-25T03:25:26.950Z
26752026-08-25T03:25:26.950Z
26762026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837INFO INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26772026-08-25T03:25:26.950Z
26782026-08-25T03:25:26.950Zreplacing 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 } }]
26792026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGDEBG Aug 25 03:25:25.837replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26802026-08-25T03:25:26.950ZINFOreplacing 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 } }]
26812026-08-25T03:25:26.950Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26822026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837 INFOINFO Aug 25 03:25:25.837adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26832026-08-25T03:25:26.950Z 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 } }]
26842026-08-25T03:25:26.950Z
26852026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837 DEBGAug 25 03:25:25.837DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26862026-08-25T03:25:26.950Z
26872026-08-25T03:25:26.950ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26882026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837INFO INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26892026-08-25T03:25:26.950Zadding route 3fff:beef:14::/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 } }]
26902026-08-25T03:25:26.950Z
26912026-08-25T03:25:26.950ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 DEBG 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 } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26922026-08-25T03:25:26.950Z
26932026-08-25T03:25:26.951Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26942026-08-25T03:25:26.951ZAug 25 03:25:25.837Aug 25 03:25:25.837Aug 25 03:25:25.837 INFO DEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26952026-08-25T03:25:26.951Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26962026-08-25T03:25:26.951Z
26972026-08-25T03:25:26.951ZAug 25 03:25:25.837Aug 25 03:25:25.837 Aug 25 03:25:25.837DEBGDEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26982026-08-25T03:25:26.951Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26992026-08-25T03:25:26.951Z
27002026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27012026-08-25T03:25:26.951Z
27022026-08-25T03:25:26.951Z 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 } }]
27032026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 INFODEBGDEBG 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:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27042026-08-25T03:25:26.951Z
27052026-08-25T03:25:26.951Z
27062026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 INFO INFO DEBG adding route 3fff:beef:1b::/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 } }]
27072026-08-25T03:25:26.951Z
27082026-08-25T03:25:26.951Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27092026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838 INFOAug 25 03:25:25.838 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27102026-08-25T03:25:26.951Z DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27112026-08-25T03:25:26.951Zreplacing 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 } }]
27122026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838INFO DEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27132026-08-25T03:25:26.951Z
27142026-08-25T03:25:26.951Zreplacing 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 } }]
27152026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838 DEBG INFODEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27162026-08-25T03:25:26.951Zreplacing 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:26::/64 -> 2001:db8::55:ff
27172026-08-25T03:25:26.951Z
27182026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
27192026-08-25T03:25:26.951Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27202026-08-25T03:25:26.951Zreplacing 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 } }]
27212026-08-25T03:25:26.951ZAug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBGDEBG 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: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 } }]
27222026-08-25T03:25:26.951Z
27232026-08-25T03:25:26.951ZINFO Aug 25 03:25:25.838Aug 25 03:25:25.838 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
27242026-08-25T03:25:26.951ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27252026-08-25T03:25:26.952Z
27262026-08-25T03:25:26.952ZAug 25 03:25:25.838 DEBG Aug 25 03:25:25.838Aug 25 03:25:25.838replacing 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 } }]
27272026-08-25T03:25:26.952Ztest route::tests::grow_succeeds ... ok
27282026-08-25T03:25:26.952Z DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27292026-08-25T03:25:26.952ZAug 25 03:25:25.838
27302026-08-25T03:25:26.952Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
27312026-08-25T03:25:26.952Z Aug 25 03:25:25.838INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27322026-08-25T03:25:26.952Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
27332026-08-25T03:25:26.952Z 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 } }]
27342026-08-25T03:25:26.952ZAug 25 03:25:25.838 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.838Aug 25 03:25:25.838 INFO
27352026-08-25T03:25:26.952Z DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27362026-08-25T03:25:26.952Zreplacing 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 } }]
27372026-08-25T03:25:26.952ZAug 25 03:25:25.838 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
27382026-08-25T03:25:26.952Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
27392026-08-25T03:25:26.952Z Aug 25 03:25:25.838DEBG DEBGAug 25 03:25:25.838 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
27402026-08-25T03:25:26.952Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27412026-08-25T03:25:26.952Z
27422026-08-25T03:25:26.952ZAug 25 03:25:25.838 Aug 25 03:25:25.838INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 25 03:25:25.838adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27432026-08-25T03:25:26.952Z INFO
27442026-08-25T03:25:26.952Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27452026-08-25T03:25:26.952ZAug 25 03:25:25.838 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.838
27462026-08-25T03:25:26.952Z DEBGAug 25 03:25:25.838 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27472026-08-25T03:25:26.952ZAug 25 03:25:25.838 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27482026-08-25T03:25:26.952Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
27492026-08-25T03:25:26.952Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27502026-08-25T03:25:26.952ZAug 25 03:25:25.838Aug 25 03:25:25.838 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:22::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
27512026-08-25T03:25:26.952Z
27522026-08-25T03:25:26.952ZDEBG 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 } }]
27532026-08-25T03:25:26.952ZAug 25 03:25:25.838Aug 25 03:25:25.838 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27542026-08-25T03:25:26.952Z
27552026-08-25T03:25:26.952ZAug 25 03:25:25.838Aug 25 03:25:25.838 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 } }]
27562026-08-25T03:25:26.952Zcreated new freemapAug 25 03:25:25.838, Aug 25 03:25:25.838Aug 25 03:25:25.838unit : freemap_route_ipv4DEBG
27572026-08-25T03:25:26.952Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
27582026-08-25T03:25:26.953Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27592026-08-25T03:25:26.953ZAug 25 03:25:25.838 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 created new freemap
27602026-08-25T03:25:26.953Z INFO , unit:Aug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838freemap_route_ipv6
27612026-08-25T03:25:26.953ZINFOAug 25 03:25:25.838 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
27622026-08-25T03:25:26.953Z DEBGinitted freemap. size: 64, unit: 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 } }]freemap_route_ipv4
27632026-08-25T03:25:26.953Z
27642026-08-25T03:25:26.953ZDEBGAug 25 03:25:25.838 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG 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 } }]
27652026-08-25T03:25:26.953Z reset freemap
27662026-08-25T03:25:26.953Z, unit:Aug 25 03:25:25.838 Aug 25 03:25:25.838freemap_route_ipv4
27672026-08-25T03:25:26.953Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27682026-08-25T03:25:26.953ZAug 25 03:25:25.838 DEBG initted freemap. size: 64, unit: Aug 25 03:25:25.838freemap_route_ipv6
27692026-08-25T03:25:26.965ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27702026-08-25T03:25:26.965ZAug 25 03:25:25.838 DEBG reset freemap, unit: freemap_route_ipv6Aug 25 03:25:25.838
27712026-08-25T03:25:26.965Z DEBG Aug 25 03:25:25.838 INFO Aug 25 03:25:25.838 adding route 172.16.0.0/32 -> 10.0.0.1
27722026-08-25T03:25:26.966ZAug 25 03:25:25.838 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.838
27732026-08-25T03:25:26.966Z
27742026-08-25T03:25:26.966ZDEBG Aug 25 03:25:25.838replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27752026-08-25T03:25:26.966ZAug 25 03:25:25.838Aug 25 03:25:25.838 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 } }]
27762026-08-25T03:25:26.966ZDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27772026-08-25T03:25:26.966Z 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 } }]
27782026-08-25T03:25:26.966ZAug 25 03:25:25.838Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27792026-08-25T03:25:26.966Z
27802026-08-25T03:25:26.966Z
27812026-08-25T03:25:26.966ZAug 25 03:25:25.838Aug 25 03:25:25.838 DEBGDEBGAug 25 03:25:25.838 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27822026-08-25T03:25:26.966ZINFO
27832026-08-25T03:25:26.966Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27842026-08-25T03:25:26.966ZAug 25 03:25:25.838 INFOAug 25 03:25:25.838 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
27852026-08-25T03:25:26.966ZAug 25 03:25:25.838 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
27862026-08-25T03:25:26.966Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27872026-08-25T03:25:26.966ZAug 25 03:25:25.838 Aug 25 03:25:25.838DEBG INFOAug 25 03:25:25.838replacing 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 } }]
27882026-08-25T03:25:26.966Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
27892026-08-25T03:25:26.966Z 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 25 03:25:25.838Aug 25 03:25:25.838
27902026-08-25T03:25:26.966Z DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27912026-08-25T03:25:26.966Z
27922026-08-25T03:25:26.966ZAug 25 03:25:25.838 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27932026-08-25T03:25:26.966ZAug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
27942026-08-25T03:25:26.966Z Aug 25 03:25:25.838replacing 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 } }]
27952026-08-25T03:25:26.966ZDEBG 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 } }]
27962026-08-25T03:25:26.966ZAug 25 03:25:25.838 INFOAug 25 03:25:25.838 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
27972026-08-25T03:25:26.966Z Aug 25 03:25:25.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
27982026-08-25T03:25:26.966Z Aug 25 03:25:25.838replacing 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 } }]
27992026-08-25T03:25:26.966ZDEBG 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 } }]
28002026-08-25T03:25:26.966ZAug 25 03:25:25.838 Aug 25 03:25:25.838INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 25 03:25:25.838 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: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 } }]
28012026-08-25T03:25:26.966ZINFO
28022026-08-25T03:25:26.966Z
28032026-08-25T03:25:26.967Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
28042026-08-25T03:25:26.967ZAug 25 03:25:25.838 Aug 25 03:25:25.838 INFOINFO Aug 25 03:25:25.838adding route 3fff:beef:28::/64 -> 2001:db8::55:ff DEBG
28052026-08-25T03:25:26.967Z 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 } }]DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28062026-08-25T03:25:26.967Z
28072026-08-25T03:25:26.967Z Aug 25 03:25:25.838 DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.838Aug 25 03:25:25.838
28082026-08-25T03:25:26.967Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28092026-08-25T03:25:26.967ZDEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 03:25:25.838replacing 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 } }]
28102026-08-25T03:25:26.967Z INFO
28112026-08-25T03:25:26.967Z Aug 25 03:25:25.838adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28122026-08-25T03:25:26.967ZINFO Aug 25 03:25:25.838adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28132026-08-25T03:25:26.967ZAug 25 03:25:25.838DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28142026-08-25T03:25:26.967Zreplacing 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 } }]
28152026-08-25T03:25:26.967ZAug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGINFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28162026-08-25T03:25:26.967Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28172026-08-25T03:25:26.967Z
28182026-08-25T03:25:26.967ZAug 25 03:25:25.838 Aug 25 03:25:25.838DEBG 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 25 03:25:25.838
28192026-08-25T03:25:26.967Z INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28202026-08-25T03:25:26.967ZAug 25 03:25:25.838
28212026-08-25T03:25:26.967Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28222026-08-25T03:25:26.967ZAug 25 03:25:25.838Aug 25 03:25:25.838 Aug 25 03:25:25.838DEBG INFO DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/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 } }]
28232026-08-25T03:25:26.967Z
28242026-08-25T03:25:26.967Z
28252026-08-25T03:25:26.967ZAug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBG INFOINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28262026-08-25T03:25:26.967Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28272026-08-25T03:25:26.967Z
28282026-08-25T03:25:26.967ZAug 25 03:25:25.838Aug 25 03:25:25.838Aug 25 03:25:25.838 DEBGDEBGINFO 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: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 } }]
28292026-08-25T03:25:26.967Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28302026-08-25T03:25:26.967Z
28312026-08-25T03:25:26.967ZAug 25 03:25:25.838 Aug 25 03:25:25.838INFO Aug 25 03:25:25.838DEBG 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 } }]
28322026-08-25T03:25:26.967ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
28332026-08-25T03:25:26.967Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28342026-08-25T03:25:26.967ZAug 25 03:25:25.838Aug 25 03:25:25.838 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: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 } }]
28352026-08-25T03:25:26.967Z
28362026-08-25T03:25:26.967ZAug 25 03:25:25.838Aug 25 03:25:25.838 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28372026-08-25T03:25:26.968Z
28382026-08-25T03:25:26.968ZAug 25 03:25:25.838 DEBG Aug 25 03:25:25.838replacing 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 } }]
28392026-08-25T03:25:26.968ZDEBG 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 } }]
28402026-08-25T03:25:26.968ZAug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28412026-08-25T03:25:26.968ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28422026-08-25T03:25:26.968ZAug 25 03:25:25.838 DEBG Aug 25 03:25:25.838replacing 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 } }]
28432026-08-25T03:25:26.968ZDEBG 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 } }]
28442026-08-25T03:25:26.968ZAug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28452026-08-25T03:25:26.968ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28462026-08-25T03:25:26.968ZAug 25 03:25:25.838 DEBG Aug 25 03:25:25.838replacing 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 } }]
28472026-08-25T03:25:26.968ZDEBG 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 } }]
28482026-08-25T03:25:26.968ZAug 25 03:25:25.838 INFO Aug 25 03:25:25.838adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28492026-08-25T03:25:26.968ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28502026-08-25T03:25:26.968ZAug 25 03:25:25.838 DEBGAug 25 03:25:25.838 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28512026-08-25T03:25:26.968Z 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 } }]
28522026-08-25T03:25:26.968ZAug 25 03:25:25.838 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28532026-08-25T03:25:26.968ZAug 25 03:25:25.838 INFOAug 25 03:25:25.838 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
28542026-08-25T03:25:26.968Z 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 } }]
28552026-08-25T03:25:26.968ZAug 25 03:25:25.838 Aug 25 03:25:25.838DEBG 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 } }]
28562026-08-25T03:25:26.968Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28572026-08-25T03:25:26.968ZAug 25 03:25:25.838Aug 25 03:25:25.838 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }]
28582026-08-25T03:25:26.968Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28592026-08-25T03:25:26.968Z
28602026-08-25T03:25:26.968ZAug 25 03:25:25.838 Aug 25 03:25:25.838INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 03:25:25.838
28612026-08-25T03:25:26.968Z DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28622026-08-25T03:25:26.968Zreplacing 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 25 03:25:25.838
28632026-08-25T03:25:26.968Z DEBG Aug 25 03:25:25.838replacing 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 25 03:25:25.838
28642026-08-25T03:25:26.968Z INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28652026-08-25T03:25:26.968Z
28662026-08-25T03:25:26.968ZAug 25 03:25:25.839Aug 25 03:25:25.839Aug 25 03:25:25.839 INFODEBG DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28672026-08-25T03:25:26.968Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28682026-08-25T03:25:26.968Z
28692026-08-25T03:25:26.977ZAug 25 03:25:25.839 DEBG Aug 25 03:25:25.839replacing 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 25 03:25:25.839 INFOINFO
28702026-08-25T03:25:26.977Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28712026-08-25T03:25:26.977Z
28722026-08-25T03:25:26.977ZAug 25 03:25:25.839 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:25:25.839
28732026-08-25T03:25:26.977Z 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 } }]
28742026-08-25T03:25:26.978ZAug 25 03:25:25.839 DEBG Aug 25 03:25:25.839replacing 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 25 03:25:25.839
28752026-08-25T03:25:26.978Z INFODEBG adding route 3fff:beef:30::/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 } }]
28762026-08-25T03:25:26.978Z
28772026-08-25T03:25:26.978ZAug 25 03:25:25.839 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28782026-08-25T03:25:26.978ZAug 25 03:25:25.839 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:25:25.839
28792026-08-25T03:25:26.978Z 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 } }]
28802026-08-25T03:25:26.978ZAug 25 03:25:25.839 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.839
28812026-08-25T03:25:26.978Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28822026-08-25T03:25:26.978ZAug 25 03:25:25.839 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 03:25:25.839Aug 25 03:25:25.839
28832026-08-25T03:25:26.978ZDEBGDEBG 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: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 } }]
28842026-08-25T03:25:26.978Z
28852026-08-25T03:25:26.978ZAug 25 03:25:25.839 DEBGAug 25 03:25:25.839 Aug 25 03:25:25.839replacing 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 } }]
28862026-08-25T03:25:26.978Z INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 03:25:25.839
28872026-08-25T03:25:26.978Z
28882026-08-25T03:25:26.978Z DEBG failed to allocate space for the new target list
28892026-08-25T03:25:26.978ZAug 25 03:25:25.839Aug 25 03:25:25.839 DEBGDEBG Aug 25 03:25:25.839replacing 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 } }]
28902026-08-25T03:25:26.978Zreplacing 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 } }]
28912026-08-25T03:25:26.978Z DEBG Aug 25 03:25:25.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:2, vlan_id: None } }]Aug 25 03:25:25.839
28922026-08-25T03:25:26.978Z INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28932026-08-25T03:25:26.978Z
28942026-08-25T03:25:26.978ZAug 25 03:25:25.838 Aug 25 03:25:25.839Aug 25 03:25:25.839 INFOAug 25 03:25:25.839 DEBGDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }]DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28952026-08-25T03:25:26.978Z
28962026-08-25T03:25:26.978Z
28972026-08-25T03:25:26.978Zcreated new freemap, unitAug 25 03:25:25.839Aug 25 03:25:25.839Aug 25 03:25:25.839 INFO: DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4
28982026-08-25T03:25:26.978Z 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 } }]
28992026-08-25T03:25:26.978Z
29002026-08-25T03:25:26.978ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 03:25:25.839
29012026-08-25T03:25:26.978Z Aug 25 03:25:25.839Aug 25 03:25:25.839DEBG INFO 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 } }] Aug 25 03:25:25.839adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff created new freemap
29022026-08-25T03:25:26.978Z, DEBG
29032026-08-25T03:25:26.978Zunitreplacing 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 } }]:
29042026-08-25T03:25:26.978Z Aug 25 03:25:25.839freemap_route_ipv6Aug 25 03:25:25.839 INFO
29052026-08-25T03:25:26.979Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
29062026-08-25T03:25:26.979Z Aug 25 03:25:25.839replacing 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 } }]
29072026-08-25T03:25:26.979ZINFOAug 25 03:25:25.839 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
29082026-08-25T03:25:26.979Z Aug 25 03:25:25.839Aug 25 03:25:25.839 DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:25:25.839unit
29092026-08-25T03:25:26.979Z: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 } }]
29102026-08-25T03:25:26.979Z DEBG freemap_route_ipv4replacing 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 } }]
29112026-08-25T03:25:26.979Z
29122026-08-25T03:25:26.979ZAug 25 03:25:25.839 DEBGAug 25 03:25:25.839 Aug 25 03:25:25.839INFOAug 25 03:25:25.839 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29132026-08-25T03:25:26.979Z
29142026-08-25T03:25:26.979ZINFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29152026-08-25T03:25:26.979Zreset freemapAug 25 03:25:25.839, DEBGunit :replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.839
29162026-08-25T03:25:26.979Z freemap_route_ipv4Aug 25 03:25:25.839INFO
29172026-08-25T03:25:26.979Z DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29182026-08-25T03:25:26.979ZAug 25 03:25:25.839
29192026-08-25T03:25:26.979Z INFOAug 25 03:25:25.839 Aug 25 03:25:25.839Aug 25 03:25:25.839adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
29202026-08-25T03:25:26.979Z initted freemap. size: 64INFO , DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit
29212026-08-25T03:25:26.979Z: Aug 25 03:25:25.839replacing 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 } }]
29222026-08-25T03:25:26.979ZAug 25 03:25:25.839freemap_route_ipv6 DEBGDEBG
29232026-08-25T03:25:26.979Z 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 } }]
29242026-08-25T03:25:26.979Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29252026-08-25T03:25:26.979ZAug 25 03:25:25.839 Aug 25 03:25:25.839INFOAug 25 03:25:25.839 INFO INFOAug 25 03:25:25.839adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
29262026-08-25T03:25:26.979Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreset freemap
29272026-08-25T03:25:26.979Z,
29282026-08-25T03:25:26.979Zunit: freemap_route_ipv6Aug 25 03:25:25.839
29292026-08-25T03:25:26.979Z Aug 25 03:25:25.839Aug 25 03:25:25.839DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29302026-08-25T03:25:26.979Z 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 } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.839Aug 25 03:25:25.839
29312026-08-25T03:25:26.979Z
29322026-08-25T03:25:26.979ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
29332026-08-25T03:25:26.979Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 25 03:25:25.839
29342026-08-25T03:25:26.979Z INFOAug 25 03:25:25.839 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 03:25:25.839
29352026-08-25T03:25:26.980Z DEBGINFOAug 25 03:25:25.839 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 03:25:25.839adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29362026-08-25T03:25:26.980Z
29372026-08-25T03:25:26.980Z replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29382026-08-25T03:25:26.980Z 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 } }]
29392026-08-25T03:25:26.980Ztest route::tests::rollback_on_compact_delete_failure ... ok
29402026-08-25T03:25:26.980Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29412026-08-25T03:25:26.980ZAug 25 03:25:25.839Aug 25 03:25:25.839 Aug 25 03:25:25.839INFO DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:25:25.839
29422026-08-25T03:25:26.980Z failed to allocate space for the new target list replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29432026-08-25T03:25:26.980Z
29442026-08-25T03:25:26.980Z Aug 25 03:25:25.839adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
29452026-08-25T03:25:26.980ZDEBGAug 25 03:25:25.839 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 25 03:25:25.839Aug 25 03:25:25.839 DEBGDEBG
29462026-08-25T03:25:26.980Z 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 } }]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:39::/64 -> 2001:db8::55:ff
29472026-08-25T03:25:26.980Z
29482026-08-25T03:25:26.980Z
29492026-08-25T03:25:26.980ZAug 25 03:25:25.839 INFO Aug 25 03:25:25.839adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:25:25.839
29502026-08-25T03:25:26.980Z INFODEBG 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:30::/64 -> 2001:db8::55:ff
29512026-08-25T03:25:26.980Z
29522026-08-25T03:25:26.980ZAug 25 03:25:25.839 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 03:25:25.839
29532026-08-25T03:25:26.980ZAug 25 03:25:25.839 INFODEBG Aug 25 03:25:25.839adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29542026-08-25T03:25:26.980ZINFO 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:dead::/64 -> 2001:db8::55:2
29552026-08-25T03:25:26.980Z
29562026-08-25T03:25:26.980ZAug 25 03:25:25.839 DEBG Aug 25 03:25:25.839Aug 25 03:25:25.839replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG Aug 25 03:25:25.840replacing 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 25 03:25:25.840Aug 25 03:25:25.840DEBG DEBG created new freemapDEBG , created new freemapAug 25 03:25:25.839unit, : unit: freemap_route_ipv4
29572026-08-25T03:25:26.980Z Aug 25 03:25:25.853 DEBGDEBG created new freemap, created new freemapcreated new freemapunit, :, unitfreemap_route_ipv6unit
29582026-08-25T03:25:26.980Z:: freemap_route_ipv4freemap_route_ipv4
29592026-08-25T03:25:26.980ZAug 25 03:25:25.853
29602026-08-25T03:25:26.980Z DEBG initted freemap. size: 64Aug 25 03:25:25.839 Aug 25 03:25:25.853, DEBG Aug 25 03:25:25.853created new freemap , DEBGunitDEBG: created new freemapcreated new freemapfreemap_route_ipv6, ,
29612026-08-25T03:25:26.980Zunitunitunit:: :freemap_route_ipv4
29622026-08-25T03:25:26.980Zfreemap_route_ipv4freemap_route_ipv6
29632026-08-25T03:25:26.980ZAug 25 03:25:25.853
29642026-08-25T03:25:26.980Z DEBG Aug 25 03:25:25.853 Aug 25 03:25:25.853 initted freemap. size: 64Aug 25 03:25:25.853, DEBGDEBGunit initted freemap. size: 64reset freemap:, , unitunit:DEBG: freemap_route_ipv4 freemap_route_ipv4
29652026-08-25T03:25:26.981Z
29662026-08-25T03:25:26.981Zfreemap_route_ipv4
29672026-08-25T03:25:26.981Zcreated new freemap, Aug 25 03:25:25.853Aug 25 03:25:25.853 DEBGDEBGunit initted freemap. size: 64:reset freemap Aug 25 03:25:25.853, freemap_route_ipv6, unit
29682026-08-25T03:25:26.981Z unit:DEBG reset freemap:freemap_route_ipv6Aug 25 03:25:25.853
29692026-08-25T03:25:26.992Z, unitDEBG: freemap_route_ipv4initted freemap. size: 64freemap_route_ipv4
29702026-08-25T03:25:26.992Z
29712026-08-25T03:25:26.992Z, Aug 25 03:25:25.853unit: DEBG freemap_route_ipv4Aug 25 03:25:25.853
29722026-08-25T03:25:26.992Z reset freemapDEBG, Aug 25 03:25:25.853initted freemap. size: 64 , unitunit:DEBG : freemap_route_ipv6freemap_route_ipv6initted freemap. size: 64
29732026-08-25T03:25:26.992Z
29742026-08-25T03:25:26.992Z, Aug 25 03:25:25.853unit :DEBGAug 25 03:25:25.853 INFOreset freemap freemap_route_ipv6,
29752026-08-25T03:25:26.992ZunitAug 25 03:25:25.853:adding route 172.16.0.0/32 -> 10.0.0.1
29762026-08-25T03:25:26.992ZDEBG freemap_route_ipv4
29772026-08-25T03:25:26.992Zreset freemapAug 25 03:25:25.853, Aug 25 03:25:25.853unit : DEBGAug 25 03:25:25.853 DEBGreset freemap , DEBGfreemap_route_ipv6 unitinitted freemap. size: 64:, unitfreemap_route_ipv6
29782026-08-25T03:25:26.992Z:
29792026-08-25T03:25:26.992Zfreemap_route_ipv6
29802026-08-25T03:25:26.992Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.853 Aug 25 03:25:25.853INFO
29812026-08-25T03:25:26.992ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:25:25.853
29822026-08-25T03:25:26.992ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
29832026-08-25T03:25:26.992Zreset freemapAug 25 03:25:25.853, unitAug 25 03:25:25.853INFO: DEBGfreemap_route_ipv6
29842026-08-25T03:25:26.992ZAug 25 03:25:25.853 adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
29852026-08-25T03:25:26.992Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:25:25.853replacing 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 } }]
29862026-08-25T03:25:26.992ZINFO
29872026-08-25T03:25:26.992Zadding route 3fff:dead::/64 -> 2001:db8::55:1
29882026-08-25T03:25:26.992ZAug 25 03:25:25.853Aug 25 03:25:25.853 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:25:25.853
29892026-08-25T03:25:26.992ZAug 25 03:25:25.853 DEBG DEBG
29902026-08-25T03:25:26.992Zfreemap_route_ipv4 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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-25T03:25:26.993Z
29922026-08-25T03:25:26.993Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 03:25:25.853
29932026-08-25T03:25:26.993Z
29942026-08-25T03:25:26.993ZINFOAug 25 03:25:25.853Aug 25 03:25:25.853Aug 25 03:25:25.853 DEBG DEBG INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
29952026-08-25T03:25:26.993ZAug 25 03:25:25.853replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29962026-08-25T03:25:26.993ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
29972026-08-25T03:25:26.993Z
29982026-08-25T03:25:26.993Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:25:25.853Aug 25 03:25:25.853 Aug 25 03:25:25.853DEBGINFO Aug 25 03:25:25.853DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.1created new freemap
29992026-08-25T03:25:26.993Z 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 } }]
30002026-08-25T03:25:26.993Z
30012026-08-25T03:25:26.993Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:25:25.853
30022026-08-25T03:25:26.993Z, unitAug 25 03:25:25.853:DEBG freemap_route_ipv6DEBG
30032026-08-25T03:25:26.993ZAug 25 03:25:25.853Aug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOreplacing targets for 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 } }]
30042026-08-25T03:25:26.993Zadding route 172.17.0.1/32 -> 10.0.0.255
30052026-08-25T03:25:26.993Z
30062026-08-25T03:25:26.993ZDEBGAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30072026-08-25T03:25:26.993ZAug 25 03:25:25.853 Aug 25 03:25:25.853INFO DEBGAug 25 03:25:25.853adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 03:25:25.853INFO INFODEBGreplacing 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 } }]
30082026-08-25T03:25:26.993Z
30092026-08-25T03:25:26.993Z adding route 3fff:dead::/64 -> 2001:db8::55:4
30102026-08-25T03:25:26.993Z adding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64Aug 25 03:25:25.853,
30112026-08-25T03:25:26.993ZAug 25 03:25:25.853 unitDEBGINFOAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.2/32 -> 10.0.0.255:
30122026-08-25T03:25:26.993ZAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGfreemap_route_ipv4
30132026-08-25T03:25:26.993ZAug 25 03:25:25.853
30142026-08-25T03:25:26.993Z 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 } }]
30152026-08-25T03:25:26.993Z
30162026-08-25T03:25:26.993ZDEBGAug 25 03:25:25.853 replacing targets for 3fff:dead::/64 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 } }]DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 INFOAug 25 03:25:25.853
30172026-08-25T03:25:26.993Z 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 } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
30182026-08-25T03:25:26.993ZDEBGadding route 172.17.0.0/32 -> 10.0.0.255
30192026-08-25T03:25:26.993Z
30202026-08-25T03:25:26.994Z reset freemapAug 25 03:25:25.853, DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
30212026-08-25T03:25:26.994ZINFOAug 25 03:25:25.853 :adding route 172.17.0.3/32 -> 10.0.0.255DEBG
30222026-08-25T03:25:26.994Z 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 } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 03:25:25.853freemap_route_ipv4
30232026-08-25T03:25:26.994Z
30242026-08-25T03:25:26.994ZDEBG
30252026-08-25T03:25:26.994Z Aug 25 03:25:25.853replacing targets for 3fff:dead::/64 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 } }]
30262026-08-25T03:25:26.994Ztest route::tests::rollback_on_index_readd_failure ... ok
30272026-08-25T03:25:26.994ZDEBGAug 25 03:25:25.853Aug 25 03:25:25.853 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 } }] INFOinitted freemap. size: 64
30282026-08-25T03:25:26.994ZAug 25 03:25:25.853, adding route 172.17.0.1/32 -> 10.0.0.255
30292026-08-25T03:25:26.994Ztest route::tests::rollback_on_compact_write_failure ... ok
30302026-08-25T03:25:26.994ZunitWARNAug 25 03:25:25.853 :INFOAug 25 03:25:25.853shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) freemap_route_ipv6
30312026-08-25T03:25:26.994Z
30322026-08-25T03:25:26.994Z adding route 172.17.0.4/32 -> 10.0.0.255DEBG
30332026-08-25T03:25:26.994Zreplacing 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 } }]
30342026-08-25T03:25:26.994ZAug 25 03:25:25.853 Aug 25 03:25:25.853Aug 25 03:25:25.853ERRO
30352026-08-25T03:25:26.994ZAug 25 03:25:25.853DEBG DEBG INFOreset freemap adding route 172.17.0.2/32 -> 10.0.0.255 , replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
30362026-08-25T03:25:26.994Z:rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30372026-08-25T03:25:26.994ZAug 25 03:25:25.853
30382026-08-25T03:25:26.994Z INFO Aug 25 03:25:25.853 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
30392026-08-25T03:25:26.994ZAug 25 03:25:25.853freemap_route_ipv6
30402026-08-25T03:25:26.994Zreplacing 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 25 03:25:25.853
30412026-08-25T03:25:26.994ZINFO ERROAug 25 03:25:25.853Aug 25 03:25:25.853Aug 25 03:25:25.853adding route 172.17.0.5/32 -> 10.0.0.255
30422026-08-25T03:25:26.994Z INFOshrink-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
30432026-08-25T03:25:26.994Zadding route 172.17.0.3/32 -> 10.0.0.255INFO
30442026-08-25T03:25:26.994Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG Aug 25 03:25:25.853
30452026-08-25T03:25:26.994Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30462026-08-25T03:25:26.994ZAug 25 03:25:25.853 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
30472026-08-25T03:25:26.994Z 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 } }]
30482026-08-25T03:25:26.994ZAug 25 03:25:25.853 DEBGAug 25 03:25:25.853 Aug 25 03:25:25.853INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30492026-08-25T03:25:26.994ZINFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30502026-08-25T03:25:26.994Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 25 03:25:25.853
30512026-08-25T03:25:26.994Z Aug 25 03:25:25.853INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO
30522026-08-25T03:25:26.994Z Aug 25 03:25:25.853Aug 25 03:25:25.853 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
30532026-08-25T03:25:26.994ZAug 25 03:25:25.853 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 } }] 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
30542026-08-25T03:25:26.994Z
30552026-08-25T03:25:26.995Z 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 25 03:25:25.853
30562026-08-25T03:25:26.995ZAug 25 03:25:25.853 INFO DEBGAug 25 03:25:25.853Aug 25 03:25:25.853 failed to allocate space for the new target list
30572026-08-25T03:25:26.995ZDEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 25 03:25:25.853
30582026-08-25T03:25:26.995Z DEBG adding route 172.17.0.5/32 -> 10.0.0.255
30592026-08-25T03:25:26.995Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.853 DEBG Aug 25 03:25:25.854 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 } }]
30602026-08-25T03:25:26.995ZDEBG created new freemapAug 25 03:25:25.865, unitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:3
30612026-08-25T03:25:26.995Z Aug 25 03:25:25.853Aug 25 03:25:25.865 INFODEBGfreemap_route_ipv4 Aug 25 03:25:25.865adding route 172.17.0.8/32 -> 10.0.0.255
30622026-08-25T03:25:26.995Z
30632026-08-25T03:25:26.995Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30642026-08-25T03:25:26.995Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.854Aug 25 03:25:25.865 DEBGDEBG
30652026-08-25T03:25:26.995Z created new freemapAug 25 03:25:25.865created new freemap , DEBGunitAug 25 03:25:25.865 , 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
30662026-08-25T03:25:26.995Z freemap_route_ipv4unit:Aug 25 03:25:25.865 Aug 25 03:25:25.865freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4
30672026-08-25T03:25:26.995Z
30682026-08-25T03:25:26.995ZINFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 03:25:25.865
30692026-08-25T03:25:27.000Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:25:25.865
30702026-08-25T03:25:27.001Z
30712026-08-25T03:25:27.001Z DEBGAug 25 03:25:25.865 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.865DEBG
30722026-08-25T03:25:27.001Z Aug 25 03:25:25.865 DEBG DEBGDEBGAug 25 03:25:25.865 initted freemap. size: 64 created new freemapreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , , DEBG
30732026-08-25T03:25:27.001Z unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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: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 } }]
30742026-08-25T03:25:27.001Z:
30752026-08-25T03:25:27.001Zunitfreemap_route_ipv4:
30762026-08-25T03:25:27.001Z freemap_route_ipv6Aug 25 03:25:25.865
30772026-08-25T03:25:27.001Z Aug 25 03:25:25.865INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 03:25:25.865
30782026-08-25T03:25:27.001Z adding route 172.17.0.10/32 -> 10.0.0.255DEBG
30792026-08-25T03:25:27.001Z Aug 25 03:25:25.865initted freemap. size: 64 , DEBGunitAug 25 03:25:25.865: 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 } }]freemap_route_ipv4
30802026-08-25T03:25:27.001ZAug 25 03:25:25.865 DEBG
30812026-08-25T03:25:27.001ZDEBG Aug 25 03:25:25.865replacing 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 } }]
30822026-08-25T03:25:27.001Z reset freemapAug 25 03:25:25.865, INFO unitAug 25 03:25:25.865DEBG : adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
30832026-08-25T03:25:27.001Zreset freemapfreemap_route_ipv4,
30842026-08-25T03:25:27.001Z INFO unitadding route 172.17.0.11/32 -> 10.0.0.255:
30852026-08-25T03:25:27.001Z Aug 25 03:25:25.865freemap_route_ipv4
30862026-08-25T03:25:27.001ZDEBGAug 25 03:25:25.865 Aug 25 03:25:25.865initted freemap. size: 64 , Aug 25 03:25:25.865unitDEBG: DEBG DEBGfreemap_route_ipv6
30872026-08-25T03:25:27.002Z initted freemap. size: 64 , replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
30882026-08-25T03:25:27.002Z:
30892026-08-25T03:25:27.002Z freemap_route_ipv6
30902026-08-25T03:25:27.002ZAug 25 03:25:25.865 Aug 25 03:25:25.865Aug 25 03:25:25.865 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
30912026-08-25T03:25:27.002ZDEBG reset freemapAug 25 03:25:25.865Aug 25 03:25:25.865, unitDEBG :DEBG freemap_route_ipv6
30922026-08-25T03:25:27.002Zreplacing 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 } }]reset freemapINFO,
30932026-08-25T03:25:27.002Z adding route 172.17.0.12/32 -> 10.0.0.255unit
30942026-08-25T03:25:27.002Z: Aug 25 03:25:25.865freemap_route_ipv6
30952026-08-25T03:25:27.002ZAug 25 03:25:25.865Aug 25 03:25:25.865 INFO DEBGINFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 03:25:25.865adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]INFO
30962026-08-25T03:25:27.002Z
30972026-08-25T03:25:27.002Z
30982026-08-25T03:25:27.002Z adding route 3fff:dead::/64 -> 2001:db8::55:1
30992026-08-25T03:25:27.002ZAug 25 03:25:25.865Aug 25 03:25:25.865 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 } }]
31002026-08-25T03:25:27.002ZAug 25 03:25:25.865Aug 25 03:25:25.865Aug 25 03:25:25.865 DEBG DEBGINFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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:dead::/64 -> 2001:db8::55:2
31012026-08-25T03:25:27.002Z
31022026-08-25T03:25:27.002Zadding route 172.17.0.13/32 -> 10.0.0.255
31032026-08-25T03:25:27.002Z
31042026-08-25T03:25:27.002ZAug 25 03:25:25.865Aug 25 03:25:25.865 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
31052026-08-25T03:25:27.002Z
31062026-08-25T03:25:27.002ZAug 25 03:25:25.865 DEBG Aug 25 03:25:25.865replacing 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 } }]
31072026-08-25T03:25:27.002ZDEBGAug 25 03:25:25.865 Aug 25 03:25:25.865DEBG Aug 25 03:25:25.865replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
31082026-08-25T03:25:27.002Z 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 } }]
31092026-08-25T03:25:27.002Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
31102026-08-25T03:25:27.002Z
31112026-08-25T03:25:27.002ZAug 25 03:25:25.865Aug 25 03:25:25.865 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
31122026-08-25T03:25:27.002ZAug 25 03:25:25.865
31132026-08-25T03:25:27.002Z INFO DEBGAug 25 03:25:25.865
31142026-08-25T03:25:27.002Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
31152026-08-25T03:25:27.002ZAug 25 03:25:25.865replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31162026-08-25T03:25:27.003Z
31172026-08-25T03:25:27.003Z Aug 25 03:25:25.865Aug 25 03:25:25.865INFO Aug 25 03:25:25.865DEBGAug 25 03:25:25.865 DEBGINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
31182026-08-25T03:25:27.003Zadding route 172.17.0.15/32 -> 10.0.0.255
31192026-08-25T03:25:27.003Z
31202026-08-25T03:25:27.003Z
31212026-08-25T03:25:27.003Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 03:25:25.865
31222026-08-25T03:25:27.003Z INFOAug 25 03:25:25.865Aug 25 03:25:25.865 Aug 25 03:25:25.865adding route 3fff:dead::/64 -> 2001:db8::55:4
31232026-08-25T03:25:27.003ZINFODEBG 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 } }] adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.865
31242026-08-25T03:25:27.003Z
31252026-08-25T03:25:27.003Z
31262026-08-25T03:25:27.003Z 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 } }]
31272026-08-25T03:25:27.003ZAug 25 03:25:25.865Aug 25 03:25:25.865 Aug 25 03:25:25.865 DEBGINFO Aug 25 03:25:25.865adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
31282026-08-25T03:25:27.003Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
31292026-08-25T03:25:27.003Z
31302026-08-25T03:25:27.003Ztest route::tests::identity_replace_is_noop ... ok
31312026-08-25T03:25:27.003ZAug 25 03:25:25.865DEBG Aug 25 03:25:25.865Aug 25 03:25:25.865 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
31322026-08-25T03:25:27.003Z replacing targets for 3fff:dead::/64 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 } }]
31332026-08-25T03:25:27.003ZDEBGAug 25 03:25:25.865 DEBGAug 25 03:25:25.865 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]DEBGINFO
31342026-08-25T03:25:27.003Z
31352026-08-25T03:25:27.003Z replacing targets for 3fff:dead::/64 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 } }]
31362026-08-25T03:25:27.003Zadding route 172.17.0.7/32 -> 10.0.0.255Aug 25 03:25:25.865
31372026-08-25T03:25:27.003ZAug 25 03:25:25.865 WARNINFO Aug 25 03:25:25.865 Aug 25 03:25:25.865WARNadding route 172.17.0.17/32 -> 10.0.0.255
31382026-08-25T03:25:27.003Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31392026-08-25T03:25:27.003ZINFO
31402026-08-25T03:25:27.003ZAug 25 03:25:25.865adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 03:25:25.865
31412026-08-25T03:25:27.003ZDEBGDEBG 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 } }]
31422026-08-25T03:25:27.003Zreplacing 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 25 03:25:25.865
31432026-08-25T03:25:27.003Z 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 } }]
31442026-08-25T03:25:27.003ZAug 25 03:25:25.865Aug 25 03:25:25.865 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
31452026-08-25T03:25:27.004Z
31462026-08-25T03:25:27.004ZAug 25 03:25:25.865 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:25:25.865
31472026-08-25T03:25:27.004Z DEBGAug 25 03:25:25.865 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31482026-08-25T03:25:27.004Z 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 } }]
31492026-08-25T03:25:27.004Z Aug 25 03:25:25.865INFOAug 25 03:25:25.865Aug 25 03:25:25.865 INFOINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.19/32 -> 10.0.0.255
31502026-08-25T03:25:27.004Zadding route 172.17.0.9/32 -> 10.0.0.255
31512026-08-25T03:25:27.004Z
31522026-08-25T03:25:27.004Zreplacing 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 } }]
31532026-08-25T03:25:27.004ZAug 25 03:25:25.865 DEBGAug 25 03:25:25.865Aug 25 03:25:25.865 DEBGAug 25 03:25:25.865 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
31542026-08-25T03:25:27.004ZDEBG 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 } }]
31552026-08-25T03:25:27.004Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
31562026-08-25T03:25:27.004ZAug 25 03:25:25.866Aug 25 03:25:25.866 DEBGDEBG created new freemapcreated new freemap, , unit:unitAug 25 03:25:25.866Aug 25 03:25:25.875 freemap_route_ipv4: DEBGfreemap_route_ipv4
31572026-08-25T03:25:27.004Zcreated new freemapINFO
31582026-08-25T03:25:27.004Z , adding route 172.17.0.20/32 -> 10.0.0.255unit
31592026-08-25T03:25:27.004Z:Aug 25 03:25:25.866 Aug 25 03:25:25.875freemap_route_ipv4Aug 25 03:25:25.875
31602026-08-25T03:25:27.004Z DEBGDEBGDEBG created new freemap created new freemap, created new freemapAug 25 03:25:25.875, , unitunitDEBG::Aug 25 03:25:25.875unit 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 } }]
31612026-08-25T03:25:27.004ZDEBGfreemap_route_ipv4
31622026-08-25T03:25:27.004Zcreated new freemap: , unit: freemap_route_ipv6freemap_route_ipv6Aug 25 03:25:25.875
31632026-08-25T03:25:27.004ZINFO freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255
31642026-08-25T03:25:27.004Z
31652026-08-25T03:25:27.004Z
31662026-08-25T03:25:27.004ZAug 25 03:25:25.875 DEBGAug 25 03:25:25.875 Aug 25 03:25:25.875created new freemap Aug 25 03:25:25.875DEBG, Aug 25 03:25:25.875unitDEBG : initted freemap. size: 64initted freemap. size: 64 , freemap_route_ipv6unitDEBG, 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 } }] unitinitted freemap. size: 64:,
31672026-08-25T03:25:27.004Zunit ::freemap_route_ipv4
31682026-08-25T03:25:27.004Zfreemap_route_ipv4
31692026-08-25T03:25:27.016Z
31702026-08-25T03:25:27.016Z Aug 25 03:25:25.875freemap_route_ipv4
31712026-08-25T03:25:27.017ZDEBG initted freemap. size: 64, Aug 25 03:25:25.875unit Aug 25 03:25:25.875:Aug 25 03:25:25.875 freemap_route_ipv4INFO
31722026-08-25T03:25:27.017Z DEBGDEBG Aug 25 03:25:25.875reset freemap , DEBGreset freemapadding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:25:25.875
31732026-08-25T03:25:27.017Z, unit unitDEBG: reset freemap :, Aug 25 03:25:25.875unitreset freemap:, unit freemap_route_ipv4 :DEBGfreemap_route_ipv4 freemap_route_ipv4
31742026-08-25T03:25:27.017Z
31752026-08-25T03:25:27.017Zfreemap_route_ipv4
31762026-08-25T03:25:27.017Zreplacing 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 } }]
31772026-08-25T03:25:27.017ZAug 25 03:25:25.875 DEBG
31782026-08-25T03:25:27.017Z Aug 25 03:25:25.875Aug 25 03:25:25.875Aug 25 03:25:25.875 initted freemap. size: 64DEBG, unitDEBG : initted freemap. size: 64freemap_route_ipv6, DEBGAug 25 03:25:25.875
31792026-08-25T03:25:27.017Zunit INFO :adding route 172.17.0.23/32 -> 10.0.0.255 Aug 25 03:25:25.875
31802026-08-25T03:25:27.017Zfreemap_route_ipv6initted freemap. size: 64
31812026-08-25T03:25:27.017Z, unit: DEBGAug 25 03:25:25.875 freemap_route_ipv6reset freemapinitted freemap. size: 64Aug 25 03:25:25.875,
31822026-08-25T03:25:27.017Z DEBGunit: DEBGAug 25 03:25:25.875replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], freemap_route_ipv6
31832026-08-25T03:25:27.017Z
31842026-08-25T03:25:27.017Zunit:reset freemap , freemap_route_ipv6Aug 25 03:25:25.875unit :
31852026-08-25T03:25:27.017ZDEBG INFOAug 25 03:25:25.875freemap_route_ipv6
31862026-08-25T03:25:27.017ZINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.24/32 -> 10.0.0.255, Aug 25 03:25:25.875unit :
31872026-08-25T03:25:27.017ZAug 25 03:25:25.875DEBG INFO
31882026-08-25T03:25:27.017Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:25:25.875
31892026-08-25T03:25:27.017Zfreemap_route_ipv6
31902026-08-25T03:25:27.017Zreset freemapDEBG, Aug 25 03:25:25.875unit 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 25 03:25:25.875
31912026-08-25T03:25:27.017Z: 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 } }] freemap_route_ipv6
31922026-08-25T03:25:27.017Zreplacing 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 } }]
31932026-08-25T03:25:27.017Z
31942026-08-25T03:25:27.017ZAug 25 03:25:25.875Aug 25 03:25:25.875 Aug 25 03:25:25.875INFO Aug 25 03:25:25.875INFOAug 25 03:25:25.875adding route 172.16.0.0/32 -> 10.0.0.2
31952026-08-25T03:25:27.017ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
31962026-08-25T03:25:27.017Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 03:25:25.875
31972026-08-25T03:25:27.017ZAug 25 03:25:25.875
31982026-08-25T03:25:27.017Z DEBG
31992026-08-25T03:25:27.017Z Aug 25 03:25:25.875 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 03:25:25.875
32002026-08-25T03:25:27.017Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGDEBGAug 25 03:25:25.875
32012026-08-25T03:25:27.017Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32022026-08-25T03:25:27.017ZDEBGreplacing 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 25 03:25:25.875 Aug 25 03:25:25.875replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32032026-08-25T03:25:27.017ZDEBG
32042026-08-25T03:25:27.018ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.875adding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:25:25.875
32052026-08-25T03:25:27.018ZINFO
32062026-08-25T03:25:27.018ZAug 25 03:25:25.875INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:25:25.875
32072026-08-25T03:25:27.018Z
32082026-08-25T03:25:27.018Zadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
32092026-08-25T03:25:27.018Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.875
32102026-08-25T03:25:27.018Z DEBGAug 25 03:25:25.875Aug 25 03:25:25.875 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 } }] 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 } }]
32112026-08-25T03:25:27.018Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32122026-08-25T03:25:27.018Z
32132026-08-25T03:25:27.018ZAug 25 03:25:25.875Aug 25 03:25:25.875 INFOAug 25 03:25:25.875INFO Aug 25 03:25:25.875adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.27/32 -> 10.0.0.255
32142026-08-25T03:25:27.018Z
32152026-08-25T03:25:27.018Z INFOINFOAug 25 03:25:25.875 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:25:25.875DEBG
32162026-08-25T03:25:27.018Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4DEBG
32172026-08-25T03:25:27.018Z
32182026-08-25T03:25:27.018Z 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 } }]
32192026-08-25T03:25:27.018ZAug 25 03:25:25.875Aug 25 03:25:25.875 INFO adding route 172.16.0.0/32 -> 10.0.0.4
32202026-08-25T03:25:27.018ZAug 25 03:25:25.875Aug 25 03:25:25.875Aug 25 03:25:25.875 DEBGINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.28/32 -> 10.0.0.255
32212026-08-25T03:25:27.018Z
32222026-08-25T03:25:27.018ZDEBG
32232026-08-25T03:25:27.018Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.875
32242026-08-25T03:25:27.018Z DEBGAug 25 03:25:25.875 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
32252026-08-25T03:25:27.018ZDEBGAug 25 03:25:25.875 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32262026-08-25T03:25:27.018Z Aug 25 03:25:25.875adding route 172.17.0.0/32 -> 10.0.0.255
32272026-08-25T03:25:27.018ZINFO Aug 25 03:25:25.875adding route 3fff:dead::/64 -> 2001:db8::55:4
32282026-08-25T03:25:27.018ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
32292026-08-25T03:25:27.018ZAug 25 03:25:25.875 Aug 25 03:25:25.875DEBG 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 } }] Aug 25 03:25:25.875
32302026-08-25T03:25:27.018Zreplacing 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 } }]
32312026-08-25T03:25:27.018ZDEBG Aug 25 03:25:25.875 INFOAug 25 03:25:25.875 adding route 172.17.0.1/32 -> 10.0.0.255INFO
32322026-08-25T03:25:27.018Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.30/32 -> 10.0.0.255
32332026-08-25T03:25:27.018Z
32342026-08-25T03:25:27.018ZAug 25 03:25:25.875Aug 25 03:25:25.875 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 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 } }]
32352026-08-25T03:25:27.018ZAug 25 03:25:25.875
32362026-08-25T03:25:27.018Z DEBG Aug 25 03:25:25.875replacing targets for 3fff:dead::/64 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 } }]
32372026-08-25T03:25:27.018Ztest route::tests::same_size_non_subset_replace ... ok
32382026-08-25T03:25:27.019ZAug 25 03:25:25.875INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255
32392026-08-25T03:25:27.019Zadding route 172.17.0.31/32 -> 10.0.0.255
32402026-08-25T03:25:27.019ZAug 25 03:25:25.875 DEBGAug 25 03:25:25.875 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32412026-08-25T03:25:27.019Z 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 } }]
32422026-08-25T03:25:27.019Z
32432026-08-25T03:25:27.019Ztest route::tests::shrink_preserves_compacted_order ... ok
32442026-08-25T03:25:27.019ZAug 25 03:25:25.875 INFOAug 25 03:25:25.875 adding route 172.17.0.3/32 -> 10.0.0.255INFO
32452026-08-25T03:25:27.019Z adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 03:25:25.865
32462026-08-25T03:25:27.019Z INFO Aug 25 03:25:25.875adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:25:25.875
32472026-08-25T03:25:27.019ZAug 25 03:25:25.875 DEBG 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 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 } }]
32482026-08-25T03:25:27.019Z Aug 25 03:25:25.875replacing 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 } }]
32492026-08-25T03:25:27.019Z
32502026-08-25T03:25:27.019Z DEBG Aug 25 03:25:25.875replacing 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 } }]
32512026-08-25T03:25:27.019ZINFOAug 25 03:25:25.865Aug 25 03:25:25.875 adding route 172.17.0.4/32 -> 10.0.0.255INFO
32522026-08-25T03:25:27.019ZAug 25 03:25:25.875 Aug 25 03:25:25.875 INFOINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 25 03:25:25.875
32532026-08-25T03:25:27.019Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO adding route 172.17.0.33/32 -> 10.0.0.255
32542026-08-25T03:25:27.019Z
32552026-08-25T03:25:27.019ZDEBGAug 25 03:25:25.875 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 } }]DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }]
32562026-08-25T03:25:27.019Z
32572026-08-25T03:25:27.019Z
32582026-08-25T03:25:27.019ZAug 25 03:25:25.875 Aug 25 03:25:25.875DEBG Aug 25 03:25:25.875replacing 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 25 03:25:25.875
32592026-08-25T03:25:27.019ZDEBGAug 25 03:25:25.875 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.875INFO 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:33::/64 -> 2001:db8::55:ff
32602026-08-25T03:25:27.019ZAug 25 03:25:25.876 DEBGAug 25 03:25:25.884 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 } }]
32612026-08-25T03:25:27.019ZAug 25 03:25:25.884 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
32622026-08-25T03:25:27.019ZAug 25 03:25:25.884 created new freemap, DEBGadding route 172.17.0.34/32 -> 10.0.0.255unit
32632026-08-25T03:25:27.019Z: freemap_route_ipv4replacing 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 } }]
32642026-08-25T03:25:27.019ZAug 25 03:25:25.876
32652026-08-25T03:25:27.019Z DEBGAug 25 03:25:25.884 Aug 25 03:25:25.884created new freemap
32662026-08-25T03:25:27.019ZAug 25 03:25:25.876Aug 25 03:25:25.884 INFODEBG created new freemap DEBG, , adding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit
32672026-08-25T03:25:27.019Zunit: : created new freemapAug 25 03:25:25.884DEBG freemap_route_ipv4, freemap_route_ipv4 unit
32682026-08-25T03:25:27.019ZINFO 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:
32692026-08-25T03:25:27.032Z
32702026-08-25T03:25:27.032ZAug 25 03:25:25.884
32712026-08-25T03:25:27.032Z Aug 25 03:25:25.884freemap_route_ipv6Aug 25 03:25:25.884 DEBG
32722026-08-25T03:25:27.033ZDEBG 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 } }]
32732026-08-25T03:25:27.033ZDEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.884
32742026-08-25T03:25:27.033Zcreated new freemap , Aug 25 03:25:25.884unitAug 25 03:25:25.884DEBGAug 25 03:25:25.884 INFO INFOcreated new freemap adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255:
32752026-08-25T03:25:27.033Z
32762026-08-25T03:25:27.033ZDEBGAug 25 03:25:25.884 Aug 25 03:25:25.884freemap_route_ipv6
32772026-08-25T03:25:27.033Z, DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64
32782026-08-25T03:25:27.033ZunitAug 25 03:25:25.884, replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 03:25:25.884: unit
32792026-08-25T03:25:27.033Zreplacing 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:
32802026-08-25T03:25:27.033Zfreemap_route_ipv4initted freemap. size: 64
32812026-08-25T03:25:27.033Z, Aug 25 03:25:25.884unit :Aug 25 03:25:25.884 freemap_route_ipv4INFO freemap_route_ipv6Aug 25 03:25:25.884
32822026-08-25T03:25:27.033Z
32832026-08-25T03:25:27.033Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
32842026-08-25T03:25:27.033ZAug 25 03:25:25.884 DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:25:25.884 Aug 25 03:25:25.884DEBG
32852026-08-25T03:25:27.033Z DEBGAug 25 03:25:25.884DEBGreset freemap , initted freemap. size: 64 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 } }]unit
32862026-08-25T03:25:27.033Z DEBG reset freemap:, , Aug 25 03:25:25.884 unitunit: DEBG:freemap_route_ipv4replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
32872026-08-25T03:25:27.033Z
32882026-08-25T03:25:27.033Z
32892026-08-25T03:25:27.033ZAug 25 03:25:25.884replacing 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 } }]
32902026-08-25T03:25:27.033Zfreemap_route_ipv4 Aug 25 03:25:25.884
32912026-08-25T03:25:27.033ZINFO Aug 25 03:25:25.884DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 DEBG INFOreset freemapAug 25 03:25:25.884, unitadding route 172.17.0.15/32 -> 10.0.0.255 INFOinitted freemap. size: 64 :DEBG ,
32922026-08-25T03:25:27.033Zadding route 172.17.0.36/32 -> 10.0.0.255unit
32932026-08-25T03:25:27.033Z :adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64
32942026-08-25T03:25:27.033Z, freemap_route_ipv4freemap_route_ipv6
32952026-08-25T03:25:27.033Z
32962026-08-25T03:25:27.033ZunitAug 25 03:25:25.884 Aug 25 03:25:25.884Aug 25 03:25:25.884 Aug 25 03:25:25.884DEBG DEBG:Aug 25 03:25:25.884 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 } }]DEBG
32972026-08-25T03:25:27.033ZDEBG DEBG
32982026-08-25T03:25:27.033Z initted freemap. size: 64reset freemapAug 25 03:25:25.884replacing 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 } }], unit:
32992026-08-25T03:25:27.033Z INFO, Aug 25 03:25:25.884unit freemap_route_ipv6Aug 25 03:25:25.884:
33002026-08-25T03:25:27.033Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
33012026-08-25T03:25:27.033ZDEBG adding route 172.17.0.16/32 -> 10.0.0.255reset freemapfreemap_route_ipv6
33022026-08-25T03:25:27.033Z
33032026-08-25T03:25:27.033Z, unit:Aug 25 03:25:25.884 Aug 25 03:25:25.884freemap_route_ipv6Aug 25 03:25:25.884
33042026-08-25T03:25:27.033Z DEBGAug 25 03:25:25.884 INFODEBG DEBG Aug 25 03:25:25.884replacing 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: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 } }]
33052026-08-25T03:25:27.033Z adding route 172.16.0.0/32 -> 10.0.0.1reset freemap , INFO
33062026-08-25T03:25:27.034Z
33072026-08-25T03:25:27.034ZunitAug 25 03:25:25.884 : freemap_route_ipv6Aug 25 03:25:25.884INFO
33082026-08-25T03:25:27.034Z DEBGadding route 172.17.0.17/32 -> 10.0.0.255
33092026-08-25T03:25:27.034ZAug 25 03:25:25.884adding 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 } }]
33102026-08-25T03:25:27.034Z
33112026-08-25T03:25:27.034ZAug 25 03:25:25.884INFOAug 25 03:25:25.884 Aug 25 03:25:25.884 DEBGINFO adding route 3fff:beef:3a::/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 } }]
33122026-08-25T03:25:27.034Z Aug 25 03:25:25.884 INFO DEBG
33132026-08-25T03:25:27.034Zadding route 172.16.0.0/32 -> 10.0.0.1
33142026-08-25T03:25:27.034Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:25:25.884
33152026-08-25T03:25:27.034Z Aug 25 03:25:25.884Aug 25 03:25:25.884DEBG
33162026-08-25T03:25:27.034Z Aug 25 03:25:25.884INFO INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 03:25:25.884
33172026-08-25T03:25:27.034ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
33182026-08-25T03:25:27.034Z DEBG
33192026-08-25T03:25:27.034Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.884Aug 25 03:25:25.884
33202026-08-25T03:25:27.034Z 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 } }]
33212026-08-25T03:25:27.034Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33222026-08-25T03:25:27.034Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:25:25.884
33232026-08-25T03:25:27.034Z Aug 25 03:25:25.884INFO Aug 25 03:25:25.884Aug 25 03:25:25.884INFO Aug 25 03:25:25.884 adding route 172.17.0.19/32 -> 10.0.0.255INFODEBG
33242026-08-25T03:25:27.034Z adding route 172.16.0.0/32 -> 10.0.0.3DEBG
33252026-08-25T03:25:27.034Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
33262026-08-25T03:25:27.034ZAug 25 03:25:25.884adding route 172.16.0.0/32 -> 10.0.0.2
33272026-08-25T03:25:27.034Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
33282026-08-25T03:25:27.034Z
33292026-08-25T03:25:27.034Z DEBG Aug 25 03:25:25.884 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 } }]DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 Aug 25 03:25:25.884INFO 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33302026-08-25T03:25:27.034Z
33312026-08-25T03:25:27.034Z
33322026-08-25T03:25:27.034Z
33332026-08-25T03:25:27.034ZAug 25 03:25:25.884adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBGAug 25 03:25:25.884Aug 25 03:25:25.884
33342026-08-25T03:25:27.034Z 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 } }]Aug 25 03:25:25.884
33352026-08-25T03:25:27.034Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.16.0.0/32 -> 10.0.0.4INFO
33362026-08-25T03:25:27.034ZAug 25 03:25:25.884
33372026-08-25T03:25:27.035Zadding route 172.17.0.20/32 -> 10.0.0.255
33382026-08-25T03:25:27.035Z Aug 25 03:25:25.884DEBGAug 25 03:25:25.884 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33392026-08-25T03:25:27.035Z Aug 25 03:25:25.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFOAug 25 03:25:25.884 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
33402026-08-25T03:25:27.035Z
33412026-08-25T03:25:27.035ZINFO
33422026-08-25T03:25:27.035Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
33432026-08-25T03:25:27.035ZAug 25 03:25:25.884 Aug 25 03:25:25.884DEBG Aug 25 03:25:25.884Aug 25 03:25:25.884INFOreplacing targets for 172.16.0.0/32 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 } }] DEBGDEBG
33442026-08-25T03:25:27.035Z 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 } }]
33452026-08-25T03:25:27.035Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.21/32 -> 10.0.0.255
33462026-08-25T03:25:27.035Z
33472026-08-25T03:25:27.035ZAug 25 03:25:25.884 INFO Aug 25 03:25:25.884adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
33482026-08-25T03:25:27.035ZDEBG replacing targets for 3fff:dead::/64 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 } }]
33492026-08-25T03:25:27.035ZAug 25 03:25:25.884Aug 25 03:25:25.884 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 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 } }]
33502026-08-25T03:25:27.035Z
33512026-08-25T03:25:27.035Z
33522026-08-25T03:25:27.035ZAug 25 03:25:25.884Aug 25 03:25:25.884 INFOINFO Aug 25 03:25:25.884adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
33532026-08-25T03:25:27.035ZINFOadding route 172.17.0.22/32 -> 10.0.0.255 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
33542026-08-25T03:25:27.035Z
33552026-08-25T03:25:27.035ZAug 25 03:25:25.884Aug 25 03:25:25.884Aug 25 03:25:25.884 DEBGDEBG 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 } }]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 } }]
33562026-08-25T03:25:27.035Zreplacing 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 } }]
33572026-08-25T03:25:27.035Z
33582026-08-25T03:25:27.035ZAug 25 03:25:25.884 INFO adding route 172.17.0.23/32 -> 10.0.0.255
33592026-08-25T03:25:27.035ZAug 25 03:25:25.884Aug 25 03:25:25.884Aug 25 03:25:25.884 INFODEBG adding route 3fff:beef:e::/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 } }]
33602026-08-25T03:25:27.035ZDEBG
33612026-08-25T03:25:27.035Z failed to allocate space for the new target listAug 25 03:25:25.884 INFO adding route 172.17.0.24/32 -> 10.0.0.255
33622026-08-25T03:25:27.035Z
33632026-08-25T03:25:27.035ZAug 25 03:25:25.884 DEBGAug 25 03:25:25.884Aug 25 03:25:25.884 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
33642026-08-25T03:25:27.035ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33652026-08-25T03:25:27.035Zreplacing 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 25 03:25:25.884
33662026-08-25T03:25:27.035Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
33672026-08-25T03:25:27.035ZAug 25 03:25:25.884 DEBGAug 25 03:25:25.884 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 25 03:25:25.884
33682026-08-25T03:25:27.035Z DEBGINFO failed to allocate space for the new target listadding route 172.17.0.25/32 -> 10.0.0.255
33692026-08-25T03:25:27.048Z
33702026-08-25T03:25:27.048ZAug 25 03:25:25.884 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
33712026-08-25T03:25:27.048ZAug 25 03:25:25.885 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33722026-08-25T03:25:27.048Z created new freemap, Aug 25 03:25:25.901 INFOAug 25 03:25:25.901 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
33732026-08-25T03:25:27.048Z 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 } }]unit: freemap_route_ipv4
33742026-08-25T03:25:27.048Z
33752026-08-25T03:25:27.048ZAug 25 03:25:25.901 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 25 03:25:25.901
33762026-08-25T03:25:27.048Z Aug 25 03:25:25.901INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 25 03:25:25.901created new freemap
33772026-08-25T03:25:27.048Z, INFOunit : adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv6
33782026-08-25T03:25:27.048ZAug 25 03:25:25.901
33792026-08-25T03:25:27.048Z 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 } }]
33802026-08-25T03:25:27.049ZAug 25 03:25:25.901 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 03:25:25.901Aug 25 03:25:25.901
33812026-08-25T03:25:27.049ZDEBGDEBG initted freemap. size: 64replacing 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 25 03:25:25.901unit
33822026-08-25T03:25:27.049Z DEBG: freemap_route_ipv4replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33832026-08-25T03:25:27.049ZAug 25 03:25:25.901
33842026-08-25T03:25:27.049Z INFOAug 25 03:25:25.901 DEBG reset freemap, unitadding route 172.17.0.39/32 -> 10.0.0.255:
33852026-08-25T03:25:27.049ZAug 25 03:25:25.901 INFO freemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
33862026-08-25T03:25:27.049Z
33872026-08-25T03:25:27.049ZAug 25 03:25:25.901 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 } }]
33882026-08-25T03:25:27.049ZAug 25 03:25:25.901 INFOAug 25 03:25:25.901Aug 25 03:25:25.901 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 DEBGreplacing 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 } }]
33892026-08-25T03:25:27.049Z
33902026-08-25T03:25:27.049Zinitted freemap. size: 64Aug 25 03:25:25.901 , DEBGunitAug 25 03:25:25.901 :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 25 03:25:25.901 freemap_route_ipv6DEBGINFO
33912026-08-25T03:25:27.049Z 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 } }]
33922026-08-25T03:25:27.049Z
33932026-08-25T03:25:27.049Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
33942026-08-25T03:25:27.049ZAug 25 03:25:25.901 Aug 25 03:25:25.901DEBG INFOAug 25 03:25:25.901reset freemap Aug 25 03:25:25.901DEBG, unit :replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33952026-08-25T03:25:27.049Zfreemap_route_ipv6
33962026-08-25T03:25:27.049Z adding route 172.17.0.26/32 -> 10.0.0.255
33972026-08-25T03:25:27.049Zadding route 172.17.0.41/32 -> 10.0.0.255
33982026-08-25T03:25:27.049ZAug 25 03:25:25.901Aug 25 03:25:25.901 INFOINFO Aug 25 03:25:25.901 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
33992026-08-25T03:25:27.049Z
34002026-08-25T03:25:27.049ZDEBG Aug 25 03:25:25.901replacing 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 } }]
34012026-08-25T03:25:27.049ZDEBG 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 25 03:25:25.901Aug 25 03:25:25.901
34022026-08-25T03:25:27.049Z DEBGDEBGAug 25 03:25:25.901 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34032026-08-25T03:25:27.049ZAug 25 03:25:25.901
34042026-08-25T03:25:27.049Z adding route 172.17.0.42/32 -> 10.0.0.255INFO
34052026-08-25T03:25:27.050Z Aug 25 03:25:25.901Aug 25 03:25:25.901adding route 172.17.0.27/32 -> 10.0.0.255 Aug 25 03:25:25.901INFO
34062026-08-25T03:25:27.050ZINFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }]
34072026-08-25T03:25:27.050Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:25:25.901
34082026-08-25T03:25:27.050Z
34092026-08-25T03:25:27.050Z DEBG Aug 25 03:25:25.901replacing 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 25 03:25:25.901DEBG
34102026-08-25T03:25:27.050Z INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.901
34112026-08-25T03:25:27.050ZDEBGadding route 172.17.0.43/32 -> 10.0.0.255
34122026-08-25T03:25:27.050ZAug 25 03:25:25.901replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.901INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255
34132026-08-25T03:25:27.050Z
34142026-08-25T03:25:27.050Z Aug 25 03:25:25.901adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
34152026-08-25T03:25:27.050ZAug 25 03:25:25.901DEBG INFOAug 25 03:25:25.901replacing 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 } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:25:25.901
34162026-08-25T03:25:27.050Z
34172026-08-25T03:25:27.050Z DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
34182026-08-25T03:25:27.050ZAug 25 03:25:25.901
34192026-08-25T03:25:27.050Z INFOAug 25 03:25:25.901 Aug 25 03:25:25.901DEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
34202026-08-25T03:25:27.050Z
34212026-08-25T03:25:27.050ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
34222026-08-25T03:25:27.050ZAug 25 03:25:25.901Aug 25 03:25:25.901 Aug 25 03:25:25.901INFO adding route 172.16.0.0/32 -> 10.0.0.4INFO
34232026-08-25T03:25:27.050ZDEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.901
34242026-08-25T03:25:27.050Z DEBG
34252026-08-25T03:25:27.050Z 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 } }]
34262026-08-25T03:25:27.050ZAug 25 03:25:25.901 INFOAug 25 03:25:25.901 Aug 25 03:25:25.901adding route 172.17.0.30/32 -> 10.0.0.255 INFOAug 25 03:25:25.901
34272026-08-25T03:25:27.050Z adding route 172.17.0.45/32 -> 10.0.0.255DEBG
34282026-08-25T03:25:27.050Z DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.901
34292026-08-25T03:25:27.050Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:25:25.901DEBG
34302026-08-25T03:25:27.050Z DEBGAug 25 03:25:25.901replacing 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 } }]
34312026-08-25T03:25:27.050Zreplacing 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
34322026-08-25T03:25:27.050Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
34332026-08-25T03:25:27.050ZAug 25 03:25:25.901Aug 25 03:25:25.901 INFOINFO Aug 25 03:25:25.901 adding route 172.17.0.31/32 -> 10.0.0.255 adding route 172.17.0.46/32 -> 10.0.0.255
34342026-08-25T03:25:27.050Z
34352026-08-25T03:25:27.050ZDEBGAug 25 03:25:25.901 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 } }]DEBGAug 25 03:25:25.901
34362026-08-25T03:25:27.050ZAug 25 03:25:25.901 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
34372026-08-25T03:25:27.050Z 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 } }] Aug 25 03:25:25.901
34382026-08-25T03:25:27.051Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34392026-08-25T03:25:27.051Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
34402026-08-25T03:25:27.051ZAug 25 03:25:25.901 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 03:25:25.901
34412026-08-25T03:25:27.051Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34422026-08-25T03:25:27.051ZAug 25 03:25:25.901Aug 25 03:25:25.901 INFODEBGAug 25 03:25:25.901 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
34432026-08-25T03:25:27.051Z
34442026-08-25T03:25:27.051ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
34452026-08-25T03:25:27.051ZAug 25 03:25:25.901 DEBG Aug 25 03:25:25.902replacing 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 } }]
34462026-08-25T03:25:27.051ZDEBGAug 25 03:25:25.902 INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:25:25.902adding route 172.17.0.48/32 -> 10.0.0.255
34472026-08-25T03:25:27.051Z
34482026-08-25T03:25:27.051ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
34492026-08-25T03:25:27.051ZAug 25 03:25:25.902 DEBG Aug 25 03:25:25.902replacing 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 } }]
34502026-08-25T03:25:27.051ZDEBG 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 25 03:25:25.902
34512026-08-25T03:25:27.051Z Aug 25 03:25:25.902INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:25:25.902
34522026-08-25T03:25:27.051Z INFOadding route 172.17.0.49/32 -> 10.0.0.255
34532026-08-25T03:25:27.051Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 25 03:25:25.902
34542026-08-25T03:25:27.051Z DEBGAug 25 03:25:25.902 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
34552026-08-25T03:25:27.051Z Aug 25 03:25:25.902replacing 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 } }]
34562026-08-25T03:25:27.051ZDEBG 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 25 03:25:25.902
34572026-08-25T03:25:27.051Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
34582026-08-25T03:25:27.051ZAug 25 03:25:25.902 INFOAug 25 03:25:25.902 Aug 25 03:25:25.902INFOadding route 172.17.0.35/32 -> 10.0.0.255
34592026-08-25T03:25:27.051Zadding route 172.17.0.50/32 -> 10.0.0.255
34602026-08-25T03:25:27.051ZDEBG 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 } }]
34612026-08-25T03:25:27.051ZAug 25 03:25:25.902 DEBGAug 25 03:25:25.902 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34622026-08-25T03:25:27.051Z Aug 25 03:25:25.902adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
34632026-08-25T03:25:27.051ZDEBG Aug 25 03:25:25.902adding route 172.17.0.5/32 -> 10.0.0.255
34642026-08-25T03:25:27.051Z INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:25:25.902adding route 172.17.0.51/32 -> 10.0.0.255
34652026-08-25T03:25:27.051Z
34662026-08-25T03:25:27.051ZDEBGAug 25 03:25:25.902 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
34672026-08-25T03:25:27.051ZAug 25 03:25:25.902 INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34682026-08-25T03:25:27.051ZAug 25 03:25:25.902adding route 172.17.0.36/32 -> 10.0.0.255
34692026-08-25T03:25:27.059ZDEBGAug 25 03:25:25.902 Aug 25 03:25:25.902 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 } }]INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
34702026-08-25T03:25:27.062Z
34712026-08-25T03:25:27.062Z
34722026-08-25T03:25:27.062ZAug 25 03:25:25.902 DEBGAug 25 03:25:25.902Aug 25 03:25:25.902Aug 25 03:25:25.902 INFODEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34732026-08-25T03:25:27.062Z
34742026-08-25T03:25:27.062Z 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 } }]
34752026-08-25T03:25:27.062Z
34762026-08-25T03:25:27.062ZAug 25 03:25:25.902 INFOAug 25 03:25:25.902 Aug 25 03:25:25.902adding route 172.17.0.7/32 -> 10.0.0.255DEBG
34772026-08-25T03:25:27.062ZAug 25 03:25:25.902 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
34782026-08-25T03:25:27.062ZINFOAug 25 03:25:25.902 adding route 172.17.0.37/32 -> 10.0.0.255
34792026-08-25T03:25:27.062ZDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
34802026-08-25T03:25:27.062Zreplacing 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 25 03:25:25.902Aug 25 03:25:25.902 INFO DEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34812026-08-25T03:25:27.062ZAug 25 03:25:25.902
34822026-08-25T03:25:27.062Z
34832026-08-25T03:25:27.062Z DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:25:25.902 Aug 25 03:25:25.902DEBG 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 } }]
34842026-08-25T03:25:27.062Z DEBG Aug 25 03:25:25.902created new freemap INFO Aug 25 03:25:25.912adding route 172.17.0.8/32 -> 10.0.0.255
34852026-08-25T03:25:27.062ZINFO adding route 172.17.0.54/32 -> 10.0.0.255,
34862026-08-25T03:25:27.062Zunit: freemap_route_ipv4
34872026-08-25T03:25:27.062ZAug 25 03:25:25.912 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 25 03:25:25.912
34882026-08-25T03:25:27.062Z DEBGAug 25 03:25:25.912 DEBGcreated new freemap , replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.912
34892026-08-25T03:25:27.063Zunit :INFO Aug 25 03:25:25.912freemap_route_ipv6
34902026-08-25T03:25:27.063Zadding route 172.17.0.55/32 -> 10.0.0.255INFO
34912026-08-25T03:25:27.063Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:25:25.912 DEBG initted freemap. size: 64Aug 25 03:25:25.912, unitDEBG:
34922026-08-25T03:25:27.063Z freemap_route_ipv4replacing 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 } }]
34932026-08-25T03:25:27.063Z
34942026-08-25T03:25:27.063ZAug 25 03:25:25.902Aug 25 03:25:25.912 INFODEBG Aug 25 03:25:25.912 adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34952026-08-25T03:25:27.063Z INFO
34962026-08-25T03:25:27.063Z Aug 25 03:25:25.912Aug 25 03:25:25.912 DEBGDEBG Aug 25 03:25:25.912adding route 172.17.0.56/32 -> 10.0.0.255reset freemap , INFOunit replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
34972026-08-25T03:25:27.063Z
34982026-08-25T03:25:27.063Z
34992026-08-25T03:25:27.063Z: freemap_route_ipv4Aug 25 03:25:25.912Aug 25 03:25:25.912
35002026-08-25T03:25:27.063ZDEBGINFO Aug 25 03:25:25.912replacing 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.39/32 -> 10.0.0.255
35012026-08-25T03:25:27.063ZAug 25 03:25:25.912
35022026-08-25T03:25:27.063ZDEBGDEBG 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 } }]
35032026-08-25T03:25:27.063Zinitted freemap. size: 64Aug 25 03:25:25.912, unitINFO:Aug 25 03:25:25.912 Aug 25 03:25:25.912freemap_route_ipv6adding route 172.17.0.57/32 -> 10.0.0.255 DEBG
35042026-08-25T03:25:27.063ZINFO adding route 172.17.0.11/32 -> 10.0.0.255
35052026-08-25T03:25:27.063Zreplacing 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 } }]
35062026-08-25T03:25:27.063ZAug 25 03:25:25.912
35072026-08-25T03:25:27.063Z DEBGAug 25 03:25:25.912 reset freemapAug 25 03:25:25.912 , Aug 25 03:25:25.912unitDEBG: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 } }]
35082026-08-25T03:25:27.063ZINFOreplacing 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 } }]freemap_route_ipv6
35092026-08-25T03:25:27.063Z
35102026-08-25T03:25:27.063Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:25:25.912
35112026-08-25T03:25:27.063ZINFO Aug 25 03:25:25.912Aug 25 03:25:25.912adding route 172.17.0.12/32 -> 10.0.0.255 INFOAug 25 03:25:25.912
35122026-08-25T03:25:27.063ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
35132026-08-25T03:25:27.063Zadding route 172.17.0.58/32 -> 10.0.0.255DEBG
35142026-08-25T03:25:27.063Z Aug 25 03:25:25.912replacing 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 25 03:25:25.912
35152026-08-25T03:25:27.063Z DEBG DEBGAug 25 03:25:25.912replacing 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 25 03:25:25.912
35162026-08-25T03:25:27.063ZDEBG 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
35172026-08-25T03:25:27.063Z adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35182026-08-25T03:25:27.063Z
35192026-08-25T03:25:27.063ZAug 25 03:25:25.912Aug 25 03:25:25.912 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
35202026-08-25T03:25:27.063Z
35212026-08-25T03:25:27.063ZAug 25 03:25:25.912Aug 25 03:25:25.912 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
35222026-08-25T03:25:27.063ZAug 25 03:25:25.912Aug 25 03:25:25.912
35232026-08-25T03:25:27.064Z 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 25 03:25:25.912
35242026-08-25T03:25:27.064Zreplacing 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 25 03:25:25.912
35252026-08-25T03:25:27.064Z DEBG INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
35262026-08-25T03:25:27.064Z
35272026-08-25T03:25:27.064ZAug 25 03:25:25.912 Aug 25 03:25:25.912INFO INFOAug 25 03:25:25.912 adding route 172.17.0.60/32 -> 10.0.0.255 Aug 25 03:25:25.912
35282026-08-25T03:25:27.064Zadding route 172.17.0.14/32 -> 10.0.0.255 DEBG
35292026-08-25T03:25:27.064Z 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
35302026-08-25T03:25:27.064Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 03:25:25.912
35312026-08-25T03:25:27.064Ztest route::tests::delete_target_full ... ok
35322026-08-25T03:25:27.064Z DEBGAug 25 03:25:25.912 Aug 25 03:25:25.912INFO adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35332026-08-25T03:25:27.064Z
35342026-08-25T03:25:27.064ZDEBGAug 25 03:25:25.912 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 25 03:25:25.912
35352026-08-25T03:25:27.064Z INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.912
35362026-08-25T03:25:27.064Zadding route 172.17.0.61/32 -> 10.0.0.255Aug 25 03:25:25.912
35372026-08-25T03:25:27.064Z INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG
35382026-08-25T03:25:27.064Z 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 25 03:25:25.912Aug 25 03:25:25.912
35392026-08-25T03:25:27.064Z INFODEBG Aug 25 03:25:25.912adding route 172.17.0.2/32 -> 10.0.0.255
35402026-08-25T03:25:27.064ZDEBGreplacing 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 } }]
35412026-08-25T03:25:27.064Zreplacing 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 25 03:25:25.912
35422026-08-25T03:25:27.064Z Aug 25 03:25:25.912DEBG
35432026-08-25T03:25:27.064ZINFO Aug 25 03:25:25.912 Aug 25 03:25:25.912 adding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35442026-08-25T03:25:27.064Z
35452026-08-25T03:25:27.064ZAug 25 03:25:25.912INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
35462026-08-25T03:25:27.064ZINFOAug 25 03:25:25.926 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 } }]
35472026-08-25T03:25:27.064ZAug 25 03:25:25.926 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 03:25:25.926
35482026-08-25T03:25:27.064Z DEBG failed to allocate space for the new target list
35492026-08-25T03:25:27.064ZAug 25 03:25:25.926adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG
35502026-08-25T03:25:27.064ZAug 25 03:25:25.926 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 } }]
35512026-08-25T03:25:27.064ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:25:25.926Aug 25 03:25:25.926
35522026-08-25T03:25:27.064Z DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
35532026-08-25T03:25:27.064Z
35542026-08-25T03:25:27.064ZAug 25 03:25:25.926 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 } }]
35552026-08-25T03:25:27.064ZAug 25 03:25:25.926 INFO Aug 25 03:25:25.926adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
35562026-08-25T03:25:27.064ZINFO Aug 25 03:25:25.926 DEBGadding route 172.17.0.5/32 -> 10.0.0.255
35572026-08-25T03:25:27.064Zreplacing 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 } }]
35582026-08-25T03:25:27.064ZAug 25 03:25:25.926Aug 25 03:25:25.926
35592026-08-25T03:25:27.064Z DEBGDEBGAug 25 03:25:25.926 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35602026-08-25T03:25:27.065Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
35612026-08-25T03:25:27.065Z
35622026-08-25T03:25:27.065ZAug 25 03:25:25.926 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 } }]Aug 25 03:25:25.926Aug 25 03:25:25.926 INFO
35632026-08-25T03:25:27.065ZDEBG 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 25 03:25:25.926adding route 172.17.0.6/32 -> 10.0.0.255
35642026-08-25T03:25:27.065ZINFOAug 25 03:25:25.926
35652026-08-25T03:25:27.065Z INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 25 03:25:25.926
35662026-08-25T03:25:27.065ZAug 25 03:25:25.926adding route 172.17.0.17/32 -> 10.0.0.255 DEBG INFO
35672026-08-25T03:25:27.065Z Aug 25 03:25:25.926replacing 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 } }]
35682026-08-25T03:25:27.065ZDEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing 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 } }]
35692026-08-25T03:25:27.080ZAug 25 03:25:25.926
35702026-08-25T03:25:27.080Z 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 } }]
35712026-08-25T03:25:27.080ZAug 25 03:25:25.926Aug 25 03:25:25.926 INFO Aug 25 03:25:25.926Aug 25 03:25:25.926 INFOadding route 172.17.0.46/32 -> 10.0.0.255INFODEBG
35722026-08-25T03:25:27.080Z adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35732026-08-25T03:25:27.080Z
35742026-08-25T03:25:27.080Z adding route 172.17.0.7/32 -> 10.0.0.255
35752026-08-25T03:25:27.080ZAug 25 03:25:25.926Aug 25 03:25:25.926 DEBG Aug 25 03:25:25.926 Aug 25 03:25:25.926DEBG 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 } }]DEBG
35762026-08-25T03:25:27.080Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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 } }]
35772026-08-25T03:25:27.080Zreplacing 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 } }]
35782026-08-25T03:25:27.080Z
35792026-08-25T03:25:27.080ZAug 25 03:25:25.926 INFOAug 25 03:25:25.926 Aug 25 03:25:25.926adding route 172.17.0.19/32 -> 10.0.0.255
35802026-08-25T03:25:27.080ZAug 25 03:25:25.926 DEBGINFO INFO 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.17.0.47/32 -> 10.0.0.255
35812026-08-25T03:25:27.080Zadding route 172.17.0.8/32 -> 10.0.0.255
35822026-08-25T03:25:27.080Z
35832026-08-25T03:25:27.080ZAug 25 03:25:25.926 Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926INFOAug 25 03:25:25.926 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
35842026-08-25T03:25:27.080Z DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35852026-08-25T03:25:27.080Z
35862026-08-25T03:25:27.080Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
35872026-08-25T03:25:27.080ZAug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926 INFODEBGINFOINFO adding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.20/32 -> 10.0.0.255
35882026-08-25T03:25:27.080Z
35892026-08-25T03:25:27.080Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
35902026-08-25T03:25:27.080Z
35912026-08-25T03:25:27.081ZAug 25 03:25:25.926 Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926 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.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 } }]
35922026-08-25T03:25:27.081Z
35932026-08-25T03:25:27.081ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
35942026-08-25T03:25:27.081Z Aug 25 03:25:25.926Aug 25 03:25:25.926 INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255INFO
35952026-08-25T03:25:27.081Z Aug 25 03:25:25.926adding route 172.17.0.21/32 -> 10.0.0.255
35962026-08-25T03:25:27.081Z
35972026-08-25T03:25:27.081ZDEBG Aug 25 03:25:25.926replacing 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 } }]
35982026-08-25T03:25:27.081ZAug 25 03:25:25.926DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.926 Aug 25 03:25:25.926replacing 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 } }]
35992026-08-25T03:25:27.081ZINFO
36002026-08-25T03:25:27.081Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
36012026-08-25T03:25:27.081ZINFO Aug 25 03:25:25.926adding route 172.17.0.10/32 -> 10.0.0.255 Aug 25 03:25:25.926INFOAug 25 03:25:25.926
36022026-08-25T03:25:27.081Zadding route 172.17.0.22/32 -> 10.0.0.255
36032026-08-25T03:25:27.081ZINFODEBG Aug 25 03:25:25.926replacing 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.50/32 -> 10.0.0.255
36042026-08-25T03:25:27.081Z
36052026-08-25T03:25:27.081ZDEBGAug 25 03:25:25.926 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 } }]DEBGAug 25 03:25:25.926
36062026-08-25T03:25:27.081Zreplacing 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 25 03:25:25.926
36072026-08-25T03:25:27.081Z INFOAug 25 03:25:25.926DEBG INFOAug 25 03:25:25.926adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
36082026-08-25T03:25:27.081Z INFOadding route 172.17.0.11/32 -> 10.0.0.255
36092026-08-25T03:25:27.081Zadding route 172.17.0.23/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 } }]
36102026-08-25T03:25:27.081Z
36112026-08-25T03:25:27.081ZAug 25 03:25:25.926 Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926Aug 25 03:25:25.926DEBG INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255DEBG
36122026-08-25T03:25:27.081Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
36132026-08-25T03:25:27.081Z
36142026-08-25T03:25:27.081Z
36152026-08-25T03:25:27.081ZAug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926Aug 25 03:25:25.926INFO DEBG INFOINFOreplacing 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 } }]
36162026-08-25T03:25:27.081Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255
36172026-08-25T03:25:27.081Zadding route 172.17.0.24/32 -> 10.0.0.255
36182026-08-25T03:25:27.081Z
36192026-08-25T03:25:27.081ZAug 25 03:25:25.926 INFOAug 25 03:25:25.926 adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 03:25:25.926Aug 25 03:25:25.926
36202026-08-25T03:25:27.082ZDEBG DEBG 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 } }]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 } }]
36212026-08-25T03:25:27.082Z
36222026-08-25T03:25:27.082ZAug 25 03:25:25.926 DEBGAug 25 03:25:25.926replacing 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 } }]
36232026-08-25T03:25:27.082ZAug 25 03:25:25.926 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 } }]INFOINFO
36242026-08-25T03:25:27.082Zadding route 172.17.0.25/32 -> 10.0.0.255
36252026-08-25T03:25:27.082Zadding route 172.17.0.13/32 -> 10.0.0.255
36262026-08-25T03:25:27.082ZAug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926INFOAug 25 03:25:25.926 DEBG 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 } }]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 } }]
36272026-08-25T03:25:27.082Ztest route::tests::delete_targets_full ... ok
36282026-08-25T03:25:27.082ZINFO
36292026-08-25T03:25:27.082Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
36302026-08-25T03:25:27.082Zadding route 172.17.0.53/32 -> 10.0.0.255
36312026-08-25T03:25:27.082ZAug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926 INFODEBG INFO adding route 172.17.0.14/32 -> 10.0.0.255replacing 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 } }]
36322026-08-25T03:25:27.082Z
36332026-08-25T03:25:27.082Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 25 03:25:25.926
36342026-08-25T03:25:27.082Z DEBGAug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926replacing 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 } }]
36352026-08-25T03:25:27.082ZINFO DEBG 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 } }]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 3fff:beef:2c::/64 -> 2001:db8::55:ff
36362026-08-25T03:25:27.082ZAug 25 03:25:25.926
36372026-08-25T03:25:27.082Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
36382026-08-25T03:25:27.082Z
36392026-08-25T03:25:27.082ZAug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926INFOAug 25 03:25:25.926 INFODEBG DEBGadding route 172.17.0.27/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 } }]
36402026-08-25T03:25:27.082Z
36412026-08-25T03:25:27.082Z adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }]
36422026-08-25T03:25:27.082Z
36432026-08-25T03:25:27.082ZAug 25 03:25:25.926Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926DEBG INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36442026-08-25T03:25:27.082Zadding route 172.17.0.55/32 -> 10.0.0.255
36452026-08-25T03:25:27.082Z
36462026-08-25T03:25:27.082ZDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.926
36472026-08-25T03:25:27.082Z Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926 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 } }]INFODEBG Aug 25 03:25:25.926replacing 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.28/32 -> 10.0.0.255INFO
36482026-08-25T03:25:27.082Z
36492026-08-25T03:25:27.082Z
36502026-08-25T03:25:27.082Zadding route 172.17.0.16/32 -> 10.0.0.255
36512026-08-25T03:25:27.082ZAug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926 INFODEBGINFO Aug 25 03:25:25.926adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255
36522026-08-25T03:25:27.082ZDEBG
36532026-08-25T03:25:27.082Z 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 } }]
36542026-08-25T03:25:27.083Zreplacing 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 25 03:25:25.926
36552026-08-25T03:25:27.083Z Aug 25 03:25:25.926DEBG Aug 25 03:25:25.926Aug 25 03:25:25.926 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 } }]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
36562026-08-25T03:25:27.083ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
36572026-08-25T03:25:27.083Zadding route 172.17.0.29/32 -> 10.0.0.255
36582026-08-25T03:25:27.083Z
36592026-08-25T03:25:27.083ZAug 25 03:25:25.926 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 03:25:25.926Aug 25 03:25:25.926 Aug 25 03:25:25.926INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
36602026-08-25T03:25:27.083Zreplacing 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 } }]
36612026-08-25T03:25:27.083Z
36622026-08-25T03:25:27.083Zreplacing 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 25 03:25:25.926
36632026-08-25T03:25:27.083Z 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 25 03:25:25.926 DEBG Aug 25 03:25:25.926replacing 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 } }]
36642026-08-25T03:25:27.083ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
36652026-08-25T03:25:27.083ZAug 25 03:25:25.926Aug 25 03:25:25.935 INFOAug 25 03:25:25.935DEBG adding route 172.17.0.30/32 -> 10.0.0.255INFO
36662026-08-25T03:25:27.083Zreplacing 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 } }]
36672026-08-25T03:25:27.083Zadding route 172.17.0.58/32 -> 10.0.0.255
36682026-08-25T03:25:27.083ZAug 25 03:25:25.935Aug 25 03:25:25.935Aug 25 03:25:25.935 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 } }]DEBG
36692026-08-25T03:25:27.096Z 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 } }]
36702026-08-25T03:25:27.097Z Aug 25 03:25:25.935INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 Aug 25 03:25:25.935adding route 172.17.0.31/32 -> 10.0.0.255
36712026-08-25T03:25:27.097Z
36722026-08-25T03:25:27.097ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
36732026-08-25T03:25:27.097ZAug 25 03:25:25.935
36742026-08-25T03:25:27.097Z DEBGAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBG DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
36752026-08-25T03:25:27.097Z
36762026-08-25T03:25:27.097Zreplacing 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:30::/64 -> 2001:db8::55:ff
36772026-08-25T03:25:27.097Z
36782026-08-25T03:25:27.097ZAug 25 03:25:25.935Aug 25 03:25:25.935Aug 25 03:25:25.935 INFO DEBGINFOadding route 172.17.0.20/32 -> 10.0.0.255
36792026-08-25T03:25:27.097Zadding route 172.17.0.32/32 -> 10.0.0.255
36802026-08-25T03:25:27.097ZAug 25 03:25:25.935 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
36812026-08-25T03:25:27.097ZAug 25 03:25:25.935Aug 25 03:25:25.935 DEBGAug 25 03:25:25.935adding route 172.17.0.60/32 -> 10.0.0.255DEBG
36822026-08-25T03:25:27.097Zreplacing 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 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 } }]
36832026-08-25T03:25:27.097Z
36842026-08-25T03:25:27.097Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:25:25.935
36852026-08-25T03:25:27.097Z Aug 25 03:25:25.935DEBG Aug 25 03:25:25.935 INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.21/32 -> 10.0.0.255
36862026-08-25T03:25:27.097Z
36872026-08-25T03:25:27.097Z Aug 25 03:25:25.935adding route 172.17.0.33/32 -> 10.0.0.255
36882026-08-25T03:25:27.097ZDEBGAug 25 03:25:25.935 Aug 25 03:25:25.935 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 Aug 25 03:25:25.935
36892026-08-25T03:25:27.097Zreplacing 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 } }]failed to allocate space for the new target list
36902026-08-25T03:25:27.097ZDEBG
36912026-08-25T03:25:27.097Zreplacing 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 } }]
36922026-08-25T03:25:27.097ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBGINFOAug 25 03:25:25.935 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
36932026-08-25T03:25:27.097Z INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
36942026-08-25T03:25:27.097Zadding route 172.17.0.22/32 -> 10.0.0.255
36952026-08-25T03:25:27.097Zadding route 172.17.0.34/32 -> 10.0.0.255
36962026-08-25T03:25:27.097ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935 DEBGDEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36972026-08-25T03:25:27.097Z
36982026-08-25T03:25:27.097Zreplacing 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 } }]
36992026-08-25T03:25:27.097ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935INFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
37002026-08-25T03:25:27.097Z
37012026-08-25T03:25:27.097ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
37022026-08-25T03:25:27.097ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBGDEBG 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 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
37032026-08-25T03:25:27.098Z
37042026-08-25T03:25:27.098Z
37052026-08-25T03:25:27.098ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935INFO INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
37062026-08-25T03:25:27.098Z
37072026-08-25T03:25:27.098Z
37082026-08-25T03:25:27.098ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935DEBG DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37092026-08-25T03:25:27.098Zreplacing 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 } }]
37102026-08-25T03:25:27.098Z
37112026-08-25T03:25:27.098ZAug 25 03:25:25.935Aug 25 03:25:25.935 Aug 25 03:25:25.935INFO INFOadding route 172.17.0.25/32 -> 10.0.0.255
37122026-08-25T03:25:27.098Z INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
37132026-08-25T03:25:27.098Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:25:25.936
37142026-08-25T03:25:27.098Z DEBGAug 25 03:25:25.936 Aug 25 03:25:25.936DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
37152026-08-25T03:25:27.098Zreplacing 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 } }]
37162026-08-25T03:25:27.098Zreplacing 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 } }]
37172026-08-25T03:25:27.098ZAug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936 INFOINFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
37182026-08-25T03:25:27.098Zadding route 172.17.0.26/32 -> 10.0.0.255
37192026-08-25T03:25:27.098Z
37202026-08-25T03:25:27.098ZAug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 172.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 } }]
37212026-08-25T03:25:27.098Z
37222026-08-25T03:25:27.098Zreplacing 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 } }]
37232026-08-25T03:25:27.098ZAug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936INFO INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
37242026-08-25T03:25:27.098Z
37252026-08-25T03:25:27.098Z
37262026-08-25T03:25:27.098ZAug 25 03:25:25.936Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGDEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37272026-08-25T03:25:27.098Z
37282026-08-25T03:25:27.098Zreplacing 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 } }]
37292026-08-25T03:25:27.098ZAug 25 03:25:25.936 Aug 25 03:25:25.936Aug 25 03:25:25.936 INFOINFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
37302026-08-25T03:25:27.098Z adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
37312026-08-25T03:25:27.098Ztest route::tests::delete_target_fragmented ... ok
37322026-08-25T03:25:27.098Z
37332026-08-25T03:25:27.098ZAug 25 03:25:25.936Aug 25 03:25:25.936 DEBGAug 25 03:25:25.936DEBG DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
37342026-08-25T03:25:27.098Zreplacing 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 } }]
37352026-08-25T03:25:27.098Z
37362026-08-25T03:25:27.098ZAug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936 INFOINFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
37372026-08-25T03:25:27.098Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.41/32 -> 10.0.0.255
37382026-08-25T03:25:27.098Z
37392026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 DEBGAug 25 03:25:25.936 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 } }]DEBGDEBG
37402026-08-25T03:25:27.099Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37412026-08-25T03:25:27.099Z
37422026-08-25T03:25:27.099ZAug 25 03:25:25.936 Aug 25 03:25:25.936INFOAug 25 03:25:25.936 adding route 172.17.0.30/32 -> 10.0.0.255INFO
37432026-08-25T03:25:27.099Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
37442026-08-25T03:25:27.099Z adding route 172.17.0.42/32 -> 10.0.0.255
37452026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 DEBGDEBGAug 25 03:25:25.936 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
37462026-08-25T03:25:27.099Z
37472026-08-25T03:25:27.099Z DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.936
37482026-08-25T03:25:27.099Z Aug 25 03:25:25.936INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
37492026-08-25T03:25:27.099Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
37502026-08-25T03:25:27.099ZAug 25 03:25:25.936 INFOAug 25 03:25:25.936 Aug 25 03:25:25.936DEBG DEBGadding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37512026-08-25T03:25:27.099Z
37522026-08-25T03:25:27.099Z 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 } }]
37532026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 DEBGINFOAug 25 03:25:25.936 INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37542026-08-25T03:25:27.099Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255
37552026-08-25T03:25:27.099Z
37562026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 INFODEBGAug 25 03:25:25.936 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
37572026-08-25T03:25:27.099Z
37582026-08-25T03:25:27.099Z 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 } }]
37592026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 Aug 25 03:25:25.936INFO adding route 172.17.0.33/32 -> 10.0.0.255DEBG
37602026-08-25T03:25:27.099ZDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
37612026-08-25T03:25:27.099Z
37622026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936Aug 25 03:25:25.936 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
37632026-08-25T03:25:27.099Zreplacing 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 } }]
37642026-08-25T03:25:27.099Z
37652026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
37662026-08-25T03:25:27.099Z
37672026-08-25T03:25:27.099ZAug 25 03:25:25.936Aug 25 03:25:25.936 INFODEBG adding route 172.17.0.46/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 } }]
37682026-08-25T03:25:27.099Z
37692026-08-25T03:25:27.115ZAug 25 03:25:25.936Aug 25 03:25:25.936 INFODEBG adding route 172.17.0.35/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 } }]
37702026-08-25T03:25:27.115Z
37712026-08-25T03:25:27.115ZAug 25 03:25:25.936 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 } }]
37722026-08-25T03:25:27.115ZAug 25 03:25:25.936 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 03:25:25.936 INFO adding route 172.17.0.36/32 -> 10.0.0.255
37732026-08-25T03:25:27.115Z
37742026-08-25T03:25:27.115ZAug 25 03:25:25.936 Aug 25 03:25:25.936DEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37752026-08-25T03:25:27.115Zreplacing 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 } }]
37762026-08-25T03:25:27.115ZAug 25 03:25:25.936Aug 25 03:25:25.936 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
37772026-08-25T03:25:27.115Z
37782026-08-25T03:25:27.115ZAug 25 03:25:25.936Aug 25 03:25:25.936 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37792026-08-25T03:25:27.115ZAug 25 03:25:25.936Aug 25 03:25:25.952 DEBGINFO created new freemapadding route 172.17.0.49/32 -> 10.0.0.255, unit
37802026-08-25T03:25:27.115Z: freemap_route_ipv4Aug 25 03:25:25.952
37812026-08-25T03:25:27.116Z 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 } }]
37822026-08-25T03:25:27.116ZAug 25 03:25:25.952Aug 25 03:25:25.952 DEBGINFO created new freemapadding route 172.17.0.50/32 -> 10.0.0.255,
37832026-08-25T03:25:27.116Zunit: freemap_route_ipv6
37842026-08-25T03:25:27.116Z
37852026-08-25T03:25:27.116ZAug 25 03:25:25.952 Aug 25 03:25:25.952DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37862026-08-25T03:25:27.116Zinitted freemap. size: 64Aug 25 03:25:25.952, unitINFO: Aug 25 03:25:25.952adding route 172.17.0.38/32 -> 10.0.0.255 INFO
37872026-08-25T03:25:27.116Zfreemap_route_ipv4
37882026-08-25T03:25:27.116Zadding route 172.17.0.51/32 -> 10.0.0.255
37892026-08-25T03:25:27.116ZAug 25 03:25:25.952 DEBGAug 25 03:25:25.952 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 25 03:25:25.952DEBG
37902026-08-25T03:25:27.116Z DEBG reset freemapreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 03:25:25.952
37912026-08-25T03:25:27.116Zunit INFO: adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4
37922026-08-25T03:25:27.116Z
37932026-08-25T03:25:27.116ZAug 25 03:25:25.952 INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 03:25:25.952
37942026-08-25T03:25:27.116Z Aug 25 03:25:25.952DEBG 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 } }] Aug 25 03:25:25.952initted freemap. size: 64
37952026-08-25T03:25:27.116ZDEBG , 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 } }]unit
37962026-08-25T03:25:27.116Z:Aug 25 03:25:25.952 freemap_route_ipv6INFO
37972026-08-25T03:25:27.116Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:25:25.952
37982026-08-25T03:25:27.116Z INFOAug 25 03:25:25.952 Aug 25 03:25:25.952adding route 172.17.0.53/32 -> 10.0.0.255
37992026-08-25T03:25:27.116ZDEBGDEBG reset freemapreplacing 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 25 03:25:25.952
38002026-08-25T03:25:27.116Z DEBG unitreplacing 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 } }]:
38012026-08-25T03:25:27.116ZAug 25 03:25:25.952 freemap_route_ipv6INFO
38022026-08-25T03:25:27.116Z adding route 172.17.0.41/32 -> 10.0.0.255
38032026-08-25T03:25:27.116ZAug 25 03:25:25.952Aug 25 03:25:25.952Aug 25 03:25:25.952 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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
38042026-08-25T03:25:27.116Z
38052026-08-25T03:25:27.116Zadding route 172.17.0.54/32 -> 10.0.0.255
38062026-08-25T03:25:27.116ZAug 25 03:25:25.952Aug 25 03:25:25.952Aug 25 03:25:25.952 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.42/32 -> 10.0.0.255
38072026-08-25T03:25:27.116ZDEBG
38082026-08-25T03:25:27.116Z 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 } }]
38092026-08-25T03:25:27.116ZAug 25 03:25:25.952 Aug 25 03:25:25.952INFO Aug 25 03:25:25.952DEBG adding route 172.17.0.55/32 -> 10.0.0.255INFO
38102026-08-25T03:25:27.116Zreplacing 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 } }]
38112026-08-25T03:25:27.116Zadding route 172.16.0.0/32 -> 10.0.0.1
38122026-08-25T03:25:27.117ZAug 25 03:25:25.952Aug 25 03:25:25.952 Aug 25 03:25:25.952 DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38132026-08-25T03:25:27.117ZINFOreplacing 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 } }]
38142026-08-25T03:25:27.117Zadding route 172.17.0.43/32 -> 10.0.0.255
38152026-08-25T03:25:27.117ZAug 25 03:25:25.952Aug 25 03:25:25.952Aug 25 03:25:25.952 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1INFO
38162026-08-25T03:25:27.117Zreplacing 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 } }]
38172026-08-25T03:25:27.117Zadding route 172.17.0.56/32 -> 10.0.0.255
38182026-08-25T03:25:27.117ZAug 25 03:25:25.952Aug 25 03:25:25.952 Aug 25 03:25:25.952DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
38192026-08-25T03:25:27.117Zadding route 172.17.0.44/32 -> 10.0.0.255
38202026-08-25T03:25:27.117Zreplacing 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 } }]
38212026-08-25T03:25:27.117ZAug 25 03:25:25.952 Aug 25 03:25:25.952INFO Aug 25 03:25:25.952 DEBG adding route 172.16.0.0/32 -> 10.0.0.2
38222026-08-25T03:25:27.117Zreplacing 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
38232026-08-25T03:25:27.117Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 03:25:25.952
38242026-08-25T03:25:27.117Z DEBGAug 25 03:25:25.952 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 } }]Aug 25 03:25:25.952
38252026-08-25T03:25:27.117ZINFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG
38262026-08-25T03:25:27.117ZAug 25 03:25:25.952 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38272026-08-25T03:25:27.117Z adding route 172.17.0.0/32 -> 10.0.0.255
38282026-08-25T03:25:27.117ZAug 25 03:25:25.952 Aug 25 03:25:25.952Aug 25 03:25:25.952 DEBGINFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
38292026-08-25T03:25:27.117Zreplacing 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 } }]
38302026-08-25T03:25:27.117Ztest route::tests::add_target_fails_full ... ok
38312026-08-25T03:25:27.117Zreplacing 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 } }]
38322026-08-25T03:25:27.117ZAug 25 03:25:25.952Aug 25 03:25:25.952 Aug 25 03:25:25.952DEBG 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
38332026-08-25T03:25:27.117ZINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
38342026-08-25T03:25:27.117Z
38352026-08-25T03:25:27.117ZAug 25 03:25:25.952 INFO adding route 172.17.0.59/32 -> 10.0.0.255
38362026-08-25T03:25:27.117ZAug 25 03:25:25.952Aug 25 03:25:25.952 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 03:25:25.952
38372026-08-25T03:25:27.117Z
38382026-08-25T03:25:27.117ZDEBG 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 25 03:25:25.952
38392026-08-25T03:25:27.117Z Aug 25 03:25:25.952INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255Aug 25 03:25:25.952
38402026-08-25T03:25:27.117Z INFOadding route 172.17.0.2/32 -> 10.0.0.255
38412026-08-25T03:25:27.117Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 25 03:25:25.952
38422026-08-25T03:25:27.117Z 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 } }]
38432026-08-25T03:25:27.117ZAug 25 03:25:25.952 Aug 25 03:25:25.952DEBG DEBGAug 25 03:25:25.952replacing 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 } }]
38442026-08-25T03:25:27.117ZINFO adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38452026-08-25T03:25:27.117Z
38462026-08-25T03:25:27.117ZAug 25 03:25:25.952 INFO adding route 172.17.0.3/32 -> 10.0.0.255
38472026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952 failed to allocate space for the new target listDEBG
38482026-08-25T03:25:27.118Z 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 } }]
38492026-08-25T03:25:27.118Z
38502026-08-25T03:25:27.118ZAug 25 03:25:25.952 DEBGAug 25 03:25:25.952Aug 25 03:25:25.952 INFO 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 } }]
38512026-08-25T03:25:27.118Zadding route 172.17.0.4/32 -> 10.0.0.255
38522026-08-25T03:25:27.118Zadding route 172.17.0.49/32 -> 10.0.0.255
38532026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 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.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 } }]
38542026-08-25T03:25:27.118Z
38552026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
38562026-08-25T03:25:27.118Z
38572026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 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.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 } }]
38582026-08-25T03:25:27.118Z
38592026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
38602026-08-25T03:25:27.118Z
38612026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 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.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 } }]
38622026-08-25T03:25:27.118Z
38632026-08-25T03:25:27.118ZAug 25 03:25:25.952Aug 25 03:25:25.952 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
38642026-08-25T03:25:27.118Z
38652026-08-25T03:25:27.118ZAug 25 03:25:25.952 DEBGAug 25 03:25:25.952 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38662026-08-25T03:25:27.118Z 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 } }]
38672026-08-25T03:25:27.118ZAug 25 03:25:25.952 INFOAug 25 03:25:25.952 adding route 172.17.0.53/32 -> 10.0.0.255INFO
38682026-08-25T03:25:27.118Z adding route 172.17.0.8/32 -> 10.0.0.255
38692026-08-25T03:25:27.130ZAug 25 03:25:25.952 DEBGAug 25 03:25:25.952 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38702026-08-25T03:25:27.130Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952
38712026-08-25T03:25:27.130Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
38722026-08-25T03:25:27.130ZAug 25 03:25:25.952 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:25:25.952
38732026-08-25T03:25:27.130Z 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 } }]
38742026-08-25T03:25:27.131ZAug 25 03:25:25.952 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952
38752026-08-25T03:25:27.131Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
38762026-08-25T03:25:27.131ZAug 25 03:25:25.952 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:25:25.952
38772026-08-25T03:25:27.131Z 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 } }]
38782026-08-25T03:25:27.131ZAug 25 03:25:25.952 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952
38792026-08-25T03:25:27.131Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
38802026-08-25T03:25:27.131ZAug 25 03:25:25.952 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 25 03:25:25.952
38812026-08-25T03:25:27.131Z 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 } }]
38822026-08-25T03:25:27.131ZAug 25 03:25:25.952 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952
38832026-08-25T03:25:27.131Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
38842026-08-25T03:25:27.131ZAug 25 03:25:25.952 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 03:25:25.952
38852026-08-25T03:25:27.131Z 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 } }]
38862026-08-25T03:25:27.131ZAug 25 03:25:25.952 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 25 03:25:25.952
38872026-08-25T03:25:27.131Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
38882026-08-25T03:25:27.131ZAug 25 03:25:25.952 INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 03:25:25.952
38892026-08-25T03:25:27.131Z 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 } }]
38902026-08-25T03:25:27.131ZAug 25 03:25:25.952 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 } }]Aug 25 03:25:25.952
38912026-08-25T03:25:27.131Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
38922026-08-25T03:25:27.131ZAug 25 03:25:25.952 INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:25:25.952
38932026-08-25T03:25:27.131Z 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 } }]
38942026-08-25T03:25:27.131ZAug 25 03:25:25.952 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:25:25.952 INFO adding route 172.17.0.60/32 -> 10.0.0.255
38952026-08-25T03:25:27.131Z
38962026-08-25T03:25:27.131ZAug 25 03:25:25.969Aug 25 03:25:25.969 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.15/32 -> 10.0.0.255
38972026-08-25T03:25:27.131Z
38982026-08-25T03:25:27.131ZAug 25 03:25:25.969Aug 25 03:25:25.969 INFODEBG 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 } }]
38992026-08-25T03:25:27.131ZAug 25 03:25:25.969 adding route 172.17.0.61/32 -> 10.0.0.255INFO
39002026-08-25T03:25:27.131Z adding route 172.17.0.16/32 -> 10.0.0.255
39012026-08-25T03:25:27.131ZAug 25 03:25:25.969 Aug 25 03:25:25.969DEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39022026-08-25T03:25:27.131Zreplacing 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 } }]
39032026-08-25T03:25:27.131ZAug 25 03:25:25.969Aug 25 03:25:25.969 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
39042026-08-25T03:25:27.131Z
39052026-08-25T03:25:27.131ZAug 25 03:25:25.969Aug 25 03:25:25.969 DEBGDEBG 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 } }]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 } }]
39062026-08-25T03:25:27.131Z
39072026-08-25T03:25:27.132ZAug 25 03:25:25.969Aug 25 03:25:25.969 INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
39082026-08-25T03:25:27.132Z
39092026-08-25T03:25:27.132ZAug 25 03:25:25.969Aug 25 03:25:25.969 DEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39102026-08-25T03:25:27.132Z
39112026-08-25T03:25:27.132ZAug 25 03:25:25.969Aug 25 03:25:25.969 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.19/32 -> 10.0.0.255
39122026-08-25T03:25:27.132Z
39132026-08-25T03:25:27.132ZAug 25 03:25:25.969Aug 25 03:25:25.969 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39142026-08-25T03:25:27.132Z
39152026-08-25T03:25:27.132ZAug 25 03:25:25.969Aug 25 03:25:25.969 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255failed to allocate space for the new target list
39162026-08-25T03:25:27.132Z
39172026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39182026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39192026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39202026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39212026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39222026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39232026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39242026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39252026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39262026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39272026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39282026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39292026-08-25T03:25:27.132Ztest route::tests::delete_targets_fragmented ... ok
39302026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39312026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39322026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39332026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39342026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39352026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39362026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39372026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39382026-08-25T03:25:27.132ZAug 25 03:25:25.969 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 } }]
39392026-08-25T03:25:27.132ZAug 25 03:25:25.969 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39402026-08-25T03:25:27.132Z
39412026-08-25T03:25:27.133Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
39422026-08-25T03:25:27.133Z
39432026-08-25T03:25:27.133Z
39442026-08-25T03:25:27.133Zrunning 0 tests
39452026-08-25T03:25:27.133Z
39462026-08-25T03:25:27.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39472026-08-25T03:25:27.133Z
39482026-08-25T03:25:27.133Z
39492026-08-25T03:25:27.133ZAug 25 03:25:25.969 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 } }]
39502026-08-25T03:25:27.133Zrunning 0 tests
39512026-08-25T03:25:27.133ZAug 25 03:25:25.969 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39522026-08-25T03:25:27.133Z
39532026-08-25T03:25:27.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39542026-08-25T03:25:27.133ZAug 25 03:25:25.969 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39552026-08-25T03:25:27.133Z
39562026-08-25T03:25:27.133ZAug 25 03:25:25.969 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39572026-08-25T03:25:27.133ZAug 25 03:25:25.970 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 } }]
39582026-08-25T03:25:27.133ZAug 25 03:25:25.970 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39592026-08-25T03:25:27.133ZAug 25 03:25:25.970 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39602026-08-25T03:25:27.133ZAug 25 03:25:25.970 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39612026-08-25T03:25:27.133ZAug 25 03:25:25.970 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39622026-08-25T03:25:27.133ZAug 25 03:25:25.970 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39632026-08-25T03:25:27.133ZAug 25 03:25:25.970 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39642026-08-25T03:25:27.133ZAug 25 03:25:25.970 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39652026-08-25T03:25:27.133ZAug 25 03:25:25.970 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39662026-08-25T03:25:27.133ZAug 25 03:25:25.970 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39672026-08-25T03:25:27.133ZAug 25 03:25:25.982 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 } }]
39682026-08-25T03:25:27.133ZAug 25 03:25:25.982 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39692026-08-25T03:25:27.146ZAug 25 03:25:25.982 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 } }]
39702026-08-25T03:25:27.146ZAug 25 03:25:25.982 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39712026-08-25T03:25:27.146ZAug 25 03:25:25.982 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 } }]
39722026-08-25T03:25:27.146ZAug 25 03:25:25.982 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39732026-08-25T03:25:27.146ZAug 25 03:25:25.982 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 } }]
39742026-08-25T03:25:27.146ZAug 25 03:25:25.982 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39752026-08-25T03:25:27.146ZAug 25 03:25:25.982 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 } }]
39762026-08-25T03:25:27.146ZAug 25 03:25:25.982 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39772026-08-25T03:25:27.146ZAug 25 03:25:25.982 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 } }]
39782026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39792026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39802026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39812026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39822026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39832026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39842026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39852026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39862026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39872026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39882026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39892026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39902026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39912026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39922026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39932026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39942026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39952026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39962026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39972026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
39982026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39992026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
40002026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40012026-08-25T03:25:27.147ZAug 25 03:25:25.982 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 } }]
40022026-08-25T03:25:27.147ZAug 25 03:25:25.982 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40032026-08-25T03:25:27.147ZAug 25 03:25:25.983 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 } }]
40042026-08-25T03:25:27.147ZAug 25 03:25:25.983 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40052026-08-25T03:25:27.147ZAug 25 03:25:25.983 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 } }]
40062026-08-25T03:25:27.147ZAug 25 03:25:25.983 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40072026-08-25T03:25:27.147ZAug 25 03:25:25.983 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 } }]
40082026-08-25T03:25:27.147ZAug 25 03:25:25.983 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40092026-08-25T03:25:27.147ZAug 25 03:25:25.983 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 } }]
40102026-08-25T03:25:27.147ZAug 25 03:25:25.983 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40112026-08-25T03:25:27.148ZAug 25 03:25:25.983 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 } }]
40122026-08-25T03:25:27.148ZAug 25 03:25:25.983 DEBG failed to allocate space for the new target list
40132026-08-25T03:25:27.148ZAug 25 03:25:25.983 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 } }]
40142026-08-25T03:25:27.148Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b2e43ca94c7ae739)
40152026-08-25T03:25:27.148Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e)
40162026-08-25T03:25:27.148Z Running unittests src/lib.rs (target/debug/deps/dpd_client-9f18afe4e49ad522)
40172026-08-25T03:25:27.148Z
40182026-08-25T03:25:27.148Zrunning 6 tests
40192026-08-25T03:25:27.148Ztest tests::test_full_lot_id_neither_present ... ok
40202026-08-25T03:25:27.148Ztest tests::test_port_id_cmp ... ok
40212026-08-25T03:25:27.148Ztest tests::test_parse_client_port_id ... ok
40222026-08-25T03:25:27.148Ztest tests::test_full_lot_id_both_present ... ok
40232026-08-25T03:25:27.148Ztest tests::test_full_lot_id_lot_only ... ok
40242026-08-25T03:25:27.148Ztest tests::test_full_lot_id_lotnum_only ... ok
40252026-08-25T03:25:27.148Z
40262026-08-25T03:25:27.148Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40272026-08-25T03:25:27.148Z
40282026-08-25T03:25:27.148Z Running tests/test_all.rs (target/debug/deps/test_all-c128c691292d93d0)
40292026-08-25T03:25:27.148Z Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504)
40302026-08-25T03:25:27.148Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35)
40312026-08-25T03:25:27.148Z Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834)
40322026-08-25T03:25:27.148Z
40332026-08-25T03:25:27.148Zrunning 0 tests
40342026-08-25T03:25:27.148Z
40352026-08-25T03:25:27.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40362026-08-25T03:25:27.148Z
40372026-08-25T03:25:27.148Z
40382026-08-25T03:25:27.148Zrunning 0 tests
40392026-08-25T03:25:27.148Z
40402026-08-25T03:25:27.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40412026-08-25T03:25:27.148Z
40422026-08-25T03:25:27.148Z
40432026-08-25T03:25:27.148Zrunning 15 tests
40442026-08-25T03:25:27.148Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40452026-08-25T03:25:27.148Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40462026-08-25T03:25:27.149Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40472026-08-25T03:25:27.149Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40482026-08-25T03:25:27.149Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40492026-08-25T03:25:27.149Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40502026-08-25T03:25:27.149Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40512026-08-25T03:25:27.149Ztest v1::network::tests::test_equal ... ok
40522026-08-25T03:25:27.149Ztest v1::network::tests::test_eui64 ... ok
40532026-08-25T03:25:27.149Ztest v1::network::tests::test_into ... ok
40542026-08-25T03:25:27.149Ztest v1::network::tests::test_not_equal ... ok
40552026-08-25T03:25:27.149Ztest v1::network::tests::test_to_string ... ok
40562026-08-25T03:25:27.149Ztest v1::port::tests::port_ids_are_ascii ... ok
40572026-08-25T03:25:27.149Ztest v1::network::tests::test_parse ... ok
40582026-08-25T03:25:27.149Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40592026-08-25T03:25:27.149Z
40602026-08-25T03:25:27.149Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40612026-08-25T03:25:27.149Z
40622026-08-25T03:25:27.149Z
40632026-08-25T03:25:27.149Zrunning 12 tests
40642026-08-25T03:25:27.149Ztest icmp::test_v6_checksum ... ok
40652026-08-25T03:25:27.149Ztest lldp::test_lldp_parse ... ok
40662026-08-25T03:25:27.149Ztest icmp::test_v4_checksum ... ok
40672026-08-25T03:25:27.149Ztest pbuf::test_byte ... ok
40682026-08-25T03:25:27.149Ztest ipv6::test_ipv6_parse ... ok
40692026-08-25T03:25:27.175Ztest pbuf::test_nibble ... ok
40702026-08-25T03:25:27.176Ztest pbuf::test_short ... ok
40712026-08-25T03:25:27.176Ztest pbuf::test_overflow ... ok
40722026-08-25T03:25:27.176Ztest pbuf::test_twelve ... ok
40732026-08-25T03:25:27.176Ztest pbuf::test_word ... ok
40742026-08-25T03:25:27.176Ztest tcp::test_checksum_ack_data ... ok
40752026-08-25T03:25:27.176Ztest tcp::test_checksum_syn_nodata ... ok
40762026-08-25T03:25:27.176Z
40772026-08-25T03:25:27.176Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40782026-08-25T03:25:27.176Z
40792026-08-25T03:25:27.176Z Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86)
40802026-08-25T03:25:27.176Z
40812026-08-25T03:25:27.176Zrunning 0 tests
40822026-08-25T03:25:27.176Z
40832026-08-25T03:25:27.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40842026-08-25T03:25:27.176Z
40852026-08-25T03:25:27.176Z Running unittests src/main.rs (target/debug/deps/swadm-b1880dd2c17d47ae)
40862026-08-25T03:25:27.176Z
40872026-08-25T03:25:27.176Zrunning 5 tests
40882026-08-25T03:25:27.176Ztest switchport::test::test_compute_lanes ... ok
40892026-08-25T03:25:27.176Ztest switchport::test::port_id_ordering ... ok
40902026-08-25T03:25:27.176Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 3Lane 1
40912026-08-25T03:25:27.176Z Rx Loss-of-lock: YesLane 2 Lane 3Yes
40922026-08-25T03:25:27.176ZYes State: ActivatedYes
40932026-08-25T03:25:27.176ZActivated Rx Loss-of-signal: Yes Activated YesActivated
40942026-08-25T03:25:27.176ZYes Yes Rx Output Enabled: false
40952026-08-25T03:25:27.176Z Rx CDR Enabled: Yes falseYes falseYes falseYes
40962026-08-25T03:25:27.176Z
40972026-08-25T03:25:27.176Z Tx Enabled: Yes Rx Output Status: valid Yes valid Yes validYes
40982026-08-25T03:25:27.176Zvalid
40992026-08-25T03:25:27.176Z Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue No trueNo
41002026-08-25T03:25:27.176Ztrue
41012026-08-25T03:25:27.177Z Tx Loss-of-signal: No Rx Loss-of-signal: false No false No Nofalse
41022026-08-25T03:25:27.177Z Tx CDR Enabled: Nofalse
41032026-08-25T03:25:27.177ZNoRx Auto-squelch Disable: true No Notrue
41042026-08-25T03:25:27.177Z Tx Adaptive EQ Fault: Notrue Notrue
41052026-08-25T03:25:27.177ZNo Tx Output Enabled: true No
41062026-08-25T03:25:27.177Ztrue Tx Fault: Yes true Yestrue
41072026-08-25T03:25:27.177ZYes Yes Tx Output Status: invalid
41082026-08-25T03:25:27.177Zinvalid invalid invalid
41092026-08-25T03:25:27.177Z Tx Loss-of-lock: false false false false
41102026-08-25T03:25:27.177Z Tx Loss-of-signal: true true true true
41112026-08-25T03:25:27.177ZTx Auto-squelch Disable: false false false false
41122026-08-25T03:25:27.177Z Tx Adaptive EQ Fail: true true true true
41132026-08-25T03:25:27.177Z Tx Failure: false false false false
41142026-08-25T03:25:27.177Z Tx Force Squelch: true true true true
41152026-08-25T03:25:27.177Z Tx Input Polarity: normal normal normal normal
41162026-08-25T03:25:27.177Ztest switchport::test::test_print_sff_datapath ... ok
41172026-08-25T03:25:27.177Ztest switchport::test::test_print_cmis_datapath ... ok
41182026-08-25T03:25:27.177Ztest link::test_filter ... ok
41192026-08-25T03:25:27.177Z
41202026-08-25T03:25:27.177Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41212026-08-25T03:25:27.177Z
41222026-08-25T03:25:27.177Z Running tests/counters.rs (target/debug/deps/counters-357927dccd731777)
41232026-08-25T03:25:27.177Z
41242026-08-25T03:25:27.177Zrunning 1 test
41252026-08-25T03:25:27.177Ztest test_p4_counter_list ... ignored
41262026-08-25T03:25:27.177Z
41272026-08-25T03:25:27.177Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41282026-08-25T03:25:27.177Z
41292026-08-25T03:25:27.177Z
41302026-08-25T03:25:27.177Zrunning 5 tests
41312026-08-25T03:25:27.177Ztest test_an ... ignored
41322026-08-25T03:25:27.177Ztest test_enable ... ignored
41332026-08-25T03:25:27.177Ztest test_ip_addresses ... ignored
41342026-08-25T03:25:27.177Ztest test_kr ... ignored
41352026-08-25T03:25:27.178Ztest test_mac ... ignored
41362026-08-25T03:25:27.178Z
41372026-08-25T03:25:27.178Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41382026-08-25T03:25:27.178Z
41392026-08-25T03:25:27.178Z
41402026-08-25T03:25:27.178Zrunning 3 tests
41412026-08-25T03:25:27.178Z Running tests/port-link.rs (target/debug/deps/port_link-ed601503c8b1f22a)
41422026-08-25T03:25:27.178Z Running unittests src/main.rs (target/debug/deps/tfportd-4de97437e1ad468a)
41432026-08-25T03:25:27.178Ztest linklocal::test_parse_ipadm ... ok
41442026-08-25T03:25:27.178Ztest tfport::test_parse_tfport ... ok
41452026-08-25T03:25:27.178Ztest config::tests::test_updates ... ok
41462026-08-25T03:25:27.178Z
41472026-08-25T03:25:27.178Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41482026-08-25T03:25:27.178Z
41492026-08-25T03:25:27.178Z Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053)
41502026-08-25T03:25:27.178Z
41512026-08-25T03:25:27.178Zrunning 0 tests
41522026-08-25T03:25:27.178Z
41532026-08-25T03:25:27.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41542026-08-25T03:25:27.178Z
41552026-08-25T03:25:27.178Z Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577)
41562026-08-25T03:25:27.178Z
41572026-08-25T03:25:27.178Zrunning 0 tests
41582026-08-25T03:25:27.178Z
41592026-08-25T03:25:27.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41602026-08-25T03:25:27.178Z
41612026-08-25T03:25:27.178Z Doc-tests aal
41622026-08-25T03:25:27.332Z
41632026-08-25T03:25:27.332Zrunning 0 tests
41642026-08-25T03:25:27.332Z
41652026-08-25T03:25:27.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-08-25T03:25:27.336Z
41672026-08-25T03:25:27.359Z Doc-tests aal_macros
41682026-08-25T03:25:27.532Z
41692026-08-25T03:25:27.532Zrunning 0 tests
41702026-08-25T03:25:27.532Z
41712026-08-25T03:25:27.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41722026-08-25T03:25:27.532Z
41732026-08-25T03:25:27.548Z Doc-tests common
41742026-08-25T03:25:27.674Z
41752026-08-25T03:25:27.675Zrunning 0 tests
41762026-08-25T03:25:27.675Z
41772026-08-25T03:25:27.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41782026-08-25T03:25:27.675Z
41792026-08-25T03:25:27.701Z Doc-tests dpd_api
41802026-08-25T03:25:28.418Z
41812026-08-25T03:25:28.419Zrunning 2 tests
41822026-08-25T03:25:28.419Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41832026-08-25T03:25:28.419Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41842026-08-25T03:25:28.419Z
41852026-08-25T03:25:28.425Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-25T03:25:28.425Z
41872026-08-25T03:25:28.448Z Doc-tests dpd_client
41882026-08-25T03:25:29.826Z
41892026-08-25T03:25:29.826Zrunning 0 tests
41902026-08-25T03:25:29.826Z
41912026-08-25T03:25:29.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41922026-08-25T03:25:29.826Z
41932026-08-25T03:25:29.882Z Doc-tests dpd_types
41942026-08-25T03:25:30.074Z
41952026-08-25T03:25:30.074Zrunning 0 tests
41962026-08-25T03:25:30.074Z
41972026-08-25T03:25:30.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41982026-08-25T03:25:30.075Z
41992026-08-25T03:25:30.090Z Doc-tests dpd_types_versions
42002026-08-25T03:25:31.603Z
42012026-08-25T03:25:31.603Zrunning 1 test
42022026-08-25T03:25:31.603Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42032026-08-25T03:25:31.603Z
42042026-08-25T03:25:31.603Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-08-25T03:25:31.603Z
42062026-08-25T03:25:31.653Z Doc-tests packet
42072026-08-25T03:25:31.875Z
42082026-08-25T03:25:31.875Zrunning 0 tests
42092026-08-25T03:25:31.875Z
42102026-08-25T03:25:31.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42112026-08-25T03:25:31.875Z
42122026-08-25T03:25:31.902Z Doc-tests pcap
42132026-08-25T03:25:31.955Z
42142026-08-25T03:25:31.955Zrunning 0 tests
42152026-08-25T03:25:31.955Z
42162026-08-25T03:25:31.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42172026-08-25T03:25:31.955Z
42182026-08-25T03:25:32.026Z+ for feat in tofino_stub tofino_asic softnpu chaos
42192026-08-25T03:25:32.026Z+ RUST_BACKTRACE=full
42202026-08-25T03:25:32.026Z+ cargo test --features tofino_asic --no-fail-fast
42212026-08-25T03:25:32.633Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42222026-08-25T03:25:32.713Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42232026-08-25T03:25:32.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42242026-08-25T03:25:32.727Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42252026-08-25T03:25:41.597Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42262026-08-25T03:25:41.670Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42272026-08-25T03:26:23.498Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.45s
42282026-08-25T03:26:23.620Z Running unittests src/lib.rs (target/debug/deps/aal-f5a47b728793db12)
42292026-08-25T03:26:23.633Z
42302026-08-25T03:26:23.633Zrunning 0 tests
42312026-08-25T03:26:23.633Z
42322026-08-25T03:26:23.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42332026-08-25T03:26:23.633Z
42342026-08-25T03:26:23.633Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42352026-08-25T03:26:23.639Z
42362026-08-25T03:26:23.639Zrunning 0 tests
42372026-08-25T03:26:23.639Z
42382026-08-25T03:26:23.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42392026-08-25T03:26:23.639Z
42402026-08-25T03:26:23.639Z Running unittests src/lib.rs (target/debug/deps/asic-e0a7107c60f525c3)
42412026-08-25T03:26:23.727Z
42422026-08-25T03:26:23.727Zrunning 8 tests
42432026-08-25T03:26:23.731Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42442026-08-25T03:26:23.731Ztest tofino_asic::qsfp::tests::fix_link ... ok
42452026-08-25T03:26:23.731Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42462026-08-25T03:26:23.731Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42472026-08-25T03:26:23.731Ztest tofino_asic::stats::constants_sanity_check ... ok
42482026-08-25T03:26:23.731Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42492026-08-25T03:26:23.739Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42502026-08-25T03:26:24.229Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42512026-08-25T03:26:24.229Z
42522026-08-25T03:26:24.229Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42532026-08-25T03:26:24.229Z
42542026-08-25T03:26:24.240Z Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2)
42552026-08-25T03:26:24.246Z
42562026-08-25T03:26:24.246Zrunning 4 tests
42572026-08-25T03:26:24.252Ztest network::tests::test_generate_ipv6_link_local ... ok
42582026-08-25T03:26:24.252Ztest nat::tests::test_vni ... ok
42592026-08-25T03:26:24.252Ztest test_purge ... ok
42602026-08-25T03:26:24.252Ztest illumos::test::address_exists_handles_missing_object ... ok
42612026-08-25T03:26:24.252Z
42622026-08-25T03:26:24.252Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
42632026-08-25T03:26:24.252Z
42642026-08-25T03:26:24.252Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e)
42652026-08-25T03:26:24.256Z
42662026-08-25T03:26:24.256Zrunning 1 test
42672026-08-25T03:26:24.256Z -------
42682026-08-25T03:26:24.256Z Generating OpenAPI documents from API definitions ...
42692026-08-25T03:26:24.397Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42702026-08-25T03:26:24.468Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42712026-08-25T03:26:25.519Z -------
42722026-08-25T03:26:25.519Z Checking 13 OpenAPI documents...
42732026-08-25T03:26:25.519Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42742026-08-25T03:26:25.519Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-25T03:26:25.519Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-25T03:26:25.519Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-25T03:26:25.528Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-25T03:26:25.528Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-25T03:26:25.528Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-25T03:26:25.528Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-25T03:26:25.528Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-25T03:26:25.528Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-25T03:26:25.528Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-25T03:26:25.528Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-25T03:26:25.528Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-25T03:26:25.528Z Fresh dpd "latest" symlink
42872026-08-25T03:26:25.528Z -------
42882026-08-25T03:26:25.528Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42892026-08-25T03:26:25.595Ztest test::test_apis_up_to_date ... ok
42902026-08-25T03:26:25.595Z
42912026-08-25T03:26:25.595Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
42922026-08-25T03:26:25.595Z
42932026-08-25T03:26:25.662Z Running unittests src/main.rs (target/debug/deps/dpd-405ee4ef0fbe5f63)
42942026-08-25T03:26:25.727Z
42952026-08-25T03:26:25.727Zrunning 66 tests
42962026-08-25T03:26:25.737Ztest freemap::test_ordering ... ok
42972026-08-25T03:26:25.737Ztest config::tests::test_updates ... ok
42982026-08-25T03:26:25.737Ztest dhcpv6::tests::test_create_duid_bytes ... ok
42992026-08-25T03:26:25.737Ztest freemap::test_split ... ok
43002026-08-25T03:26:25.737Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43012026-08-25T03:26:25.737Ztest macaddrs::tests::test_mac_offset ... ok
43022026-08-25T03:26:25.737Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43032026-08-25T03:26:25.737Ztest macaddrs::tests::test_parse_port_id ... ok
43042026-08-25T03:26:25.737ZAug 25 03:26:24.649 DEBG Aug 25 03:26:24.649created new freemap DEBG created new freemap, unit, :unit :freemap_test freemap_test
43052026-08-25T03:26:25.737Z
43062026-08-25T03:26:25.737Ztest nat::test_mapping ... ok
43072026-08-25T03:26:25.738ZAug 25 03:26:24.649Aug 25 03:26:24.650 DEBGDEBG created new freemapinitted freemap. size: 128, , unitAug 25 03:26:24.650: unitDEBGfreemap_test:
43082026-08-25T03:26:25.738Zfreemap_testinitted freemap. size: 128
43092026-08-25T03:26:25.738Z, unit: Aug 25 03:26:24.650freemap_test Aug 25 03:26:24.650DEBG DEBG
43102026-08-25T03:26:25.738Zreset freemap , unitinitted freemap. size: 128Aug 25 03:26:24.650, :unit DEBG: reset freemapfreemap_testfreemap_test,
43112026-08-25T03:26:25.738Zunit
43122026-08-25T03:26:25.738Z: freemap_test
43132026-08-25T03:26:25.738ZAug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test
43142026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG created new freemap, unit: freemap_test
43152026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG initted freemap. size: 8, unit: freemap_test
43162026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test
43172026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG created new freemap, unit: freemap_test
43182026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG initted freemap. size: 128, unit: freemap_test
43192026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test
43202026-08-25T03:26:25.739Ztest freemap::test_free ... ok
43212026-08-25T03:26:25.739Ztest freemap::test_exhaustion ... ok
43222026-08-25T03:26:25.739Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43232026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG created new freemap, unit: freemap_test
43242026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG initted freemap. size: 128, unit: freemap_test
43252026-08-25T03:26:25.739ZAug 25 03:26:24.650 DEBG reset freemap, unit: freemap_test
43262026-08-25T03:26:25.739Ztest freemap::test_reclaim ... ok
43272026-08-25T03:26:25.739Ztest freemap::test_basic ... ok
43282026-08-25T03:26:25.739Ztest port_map::tests::test_backplane_group ... ok
43292026-08-25T03:26:25.739Ztest freemap::test_span ... ok
43302026-08-25T03:26:25.739Ztest port_map::tests::test_port_map ... ok
43312026-08-25T03:26:25.739Ztest port_map::tests::dump_map ... ok
43322026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG created new freemap, unit: freemap_route_ipv4
43332026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG created new freemap, unit: freemap_route_ipv6
43342026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43352026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG reset freemap, unit: freemap_route_ipv4
43362026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43372026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG reset freemap, unit: freemap_route_ipv6
43382026-08-25T03:26:25.739ZAug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43392026-08-25T03:26:25.739ZAug 25 03:26:24.651 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 } }]
43402026-08-25T03:26:25.739ZAug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43412026-08-25T03:26:25.739ZAug 25 03:26:24.651 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 } }]
43422026-08-25T03:26:25.739ZAug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43432026-08-25T03:26:25.739ZAug 25 03:26:24.651 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43442026-08-25T03:26:25.740ZAug 25 03:26:24.651 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43452026-08-25T03:26:25.740ZAug 25 03:26:24.651 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43462026-08-25T03:26:25.740ZAug 25 03:26:24.651 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43472026-08-25T03:26:25.740ZAug 25 03:26:24.651Aug 25 03:26:24.651 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43482026-08-25T03:26:25.740Zcreated new freemap, unitAug 25 03:26:24.651: INFOfreemap_route_ipv4 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43492026-08-25T03:26:25.740Z
43502026-08-25T03:26:25.740ZAug 25 03:26:24.651 DEBG Aug 25 03:26:24.651replacing 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 } }]
43512026-08-25T03:26:25.740ZDEBG created new freemap, unitAug 25 03:26:24.651: INFOfreemap_route_ipv6
43522026-08-25T03:26:25.740Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43532026-08-25T03:26:25.741ZAug 25 03:26:24.651Aug 25 03:26:24.651 DEBGDEBG initted freemap. size: 64replacing 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 } }],
43542026-08-25T03:26:25.741Zunit: freemap_route_ipv4
43552026-08-25T03:26:25.741ZAug 25 03:26:24.651 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 03:26:24.651
43562026-08-25T03:26:25.741Z DEBG reset freemap, Aug 25 03:26:24.651unit :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 } }]
43572026-08-25T03:26:25.741Z
43582026-08-25T03:26:25.741ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffinitted freemap. size: 64
43592026-08-25T03:26:25.741Z, unit: freemap_route_ipv6Aug 25 03:26:24.651
43602026-08-25T03:26:25.741Z 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 25 03:26:24.651
43612026-08-25T03:26:25.741Z DEBG reset freemap, Aug 25 03:26:24.651unit :INFO freemap_route_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43622026-08-25T03:26:25.741Z
43632026-08-25T03:26:25.742ZAug 25 03:26:24.651Aug 25 03:26:24.651 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:dead::/64 -> 2001:db8::55:1
43642026-08-25T03:26:25.742Z
43652026-08-25T03:26:25.742ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43662026-08-25T03:26:25.742Z
43672026-08-25T03:26:25.742ZAug 25 03:26:24.651Aug 25 03:26:24.651 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:dead::/64 -> 2001:db8::55:2
43682026-08-25T03:26:25.742Z
43692026-08-25T03:26:25.742ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:7::/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 } }]
43702026-08-25T03:26:25.742Z
43712026-08-25T03:26:25.742ZAug 25 03:26:24.651Aug 25 03:26:24.651 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::/64 -> 2001:db8::55:ff
43722026-08-25T03:26:25.742Z
43732026-08-25T03:26:25.742ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:8::/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 } }]
43742026-08-25T03:26:25.742Z
43752026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 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:1::/64 -> 2001:db8::55:ff
43762026-08-25T03:26:25.743Z
43772026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:9::/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 } }]
43782026-08-25T03:26:25.743Z
43792026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 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:2::/64 -> 2001:db8::55:ff
43802026-08-25T03:26:25.743Z
43812026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:a::/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 } }]
43822026-08-25T03:26:25.743Z
43832026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43842026-08-25T03:26:25.743Z
43852026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:b::/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 } }]
43862026-08-25T03:26:25.743Z
43872026-08-25T03:26:25.743ZAug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43882026-08-25T03:26:25.744Z
43892026-08-25T03:26:25.744ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:c::/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 } }]
43902026-08-25T03:26:25.744Z
43912026-08-25T03:26:25.744ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43922026-08-25T03:26:25.744Z
43932026-08-25T03:26:25.744ZAug 25 03:26:24.651Aug 25 03:26:24.651 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:d::/64 -> 2001:db8::55:ff
43942026-08-25T03:26:25.744Z
43952026-08-25T03:26:25.744ZAug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651 INFO 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:6::/64 -> 2001:db8::55:ff
43962026-08-25T03:26:25.757Z
43972026-08-25T03:26:25.757Zcreated new freemap, unit:Aug 25 03:26:24.651 freemap_route_ipv4DEBGAug 25 03:26:24.651
43982026-08-25T03:26:25.757Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
43992026-08-25T03:26:25.757Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44002026-08-25T03:26:25.757ZAug 25 03:26:24.651Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBG DEBG INFOcreated new freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit
44012026-08-25T03:26:25.757Z
44022026-08-25T03:26:25.757Z: freemap_route_ipv6
44032026-08-25T03:26:25.757ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFOAug 25 03:26:24.651 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44042026-08-25T03:26:25.757Zreplacing 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 } }]
44052026-08-25T03:26:25.757ZDEBG initted freemap. size: 64, unitAug 25 03:26:24.651:Aug 25 03:26:24.651 DEBGfreemap_route_ipv4
44062026-08-25T03:26:25.757Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44072026-08-25T03:26:25.757Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 03:26:24.651
44082026-08-25T03:26:25.757Z DEBG Aug 25 03:26:24.651Aug 25 03:26:24.651 INFODEBGreset freemap , adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunit
44092026-08-25T03:26:25.757Z: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 } }]
44102026-08-25T03:26:25.757Zfreemap_route_ipv4
44112026-08-25T03:26:25.757ZAug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBG INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing 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 } }]
44122026-08-25T03:26:25.757Z,
44132026-08-25T03:26:25.757Zunit: freemap_route_ipv6
44142026-08-25T03:26:25.758ZAug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFOAug 25 03:26:24.651 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 } }]DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44152026-08-25T03:26:25.758Z
44162026-08-25T03:26:25.758Z reset freemap, unitAug 25 03:26:24.651Aug 25 03:26:24.651 :DEBG INFOfreemap_route_ipv6replacing 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 } }]
44172026-08-25T03:26:25.758Z
44182026-08-25T03:26:25.758Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44192026-08-25T03:26:25.758ZAug 25 03:26:24.651 Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFO INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44202026-08-25T03:26:25.758Zadding route 3fff:dead::/64 -> 2001:db8::55:1
44212026-08-25T03:26:25.758Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44222026-08-25T03:26:25.758ZAug 25 03:26:24.651 INFOAug 25 03:26:24.651 Aug 25 03:26:24.651adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44232026-08-25T03:26:25.758ZDEBGDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44242026-08-25T03:26:25.758Z
44252026-08-25T03:26:25.758ZAug 25 03:26:24.651 Aug 25 03:26:24.651DEBGAug 25 03:26:24.651 INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44262026-08-25T03:26:25.758Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 03:26:24.651
44272026-08-25T03:26:25.758Z
44282026-08-25T03:26:25.758Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44292026-08-25T03:26:25.758ZAug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBG DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44302026-08-25T03:26:25.758Z 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 } }]
44312026-08-25T03:26:25.758Z
44322026-08-25T03:26:25.758Ztest port_map::tests::parse_softnpu_revision ... ok
44332026-08-25T03:26:25.758ZAug 25 03:26:24.651 Aug 25 03:26:24.651INFOAug 25 03:26:24.651 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
44342026-08-25T03:26:25.758Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44352026-08-25T03:26:25.758Z
44362026-08-25T03:26:25.758Ztest api_server::tests::test_build_info ... ok
44372026-08-25T03:26:25.758ZAug 25 03:26:24.651 DEBGAug 25 03:26:24.651Aug 25 03:26:24.651 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44382026-08-25T03:26:25.758Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44392026-08-25T03:26:25.758Z 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 25 03:26:24.651
44402026-08-25T03:26:25.759Z INFOAug 25 03:26:24.651 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
44412026-08-25T03:26:25.759Z Aug 25 03:26:24.651adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44422026-08-25T03:26:25.759ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44432026-08-25T03:26:25.759ZAug 25 03:26:24.651 DEBGAug 25 03:26:24.651Aug 25 03:26:24.651 DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
44442026-08-25T03:26:25.759Z
44452026-08-25T03:26:25.759ZDEBG 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 } }]
44462026-08-25T03:26:25.759ZAug 25 03:26:24.651Aug 25 03:26:24.651 INFO INFOAug 25 03:26:24.651 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44472026-08-25T03:26:25.759ZINFO
44482026-08-25T03:26:25.759Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 03:26:24.651
44492026-08-25T03:26:25.759Z DEBGAug 25 03:26:24.651 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
44502026-08-25T03:26:25.759Z Aug 25 03:26:24.651 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44512026-08-25T03:26:25.759ZAug 25 03:26:24.651 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44522026-08-25T03:26:25.759Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44532026-08-25T03:26:25.759ZAug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651INFO INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44542026-08-25T03:26:25.759Zreplacing 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 } }]
44552026-08-25T03:26:25.759Z
44562026-08-25T03:26:25.759ZAug 25 03:26:24.651Aug 25 03:26:24.651Aug 25 03:26:24.651 DEBGINFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44572026-08-25T03:26:25.759Z
44582026-08-25T03:26:25.759Zreplacing 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 } }]
44592026-08-25T03:26:25.759ZAug 25 03:26:24.651Aug 25 03:26:24.651 Aug 25 03:26:24.651DEBG INFOAug 25 03:26:24.651INFOreplacing 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 } }]
44602026-08-25T03:26:25.759Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
44612026-08-25T03:26:25.760Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffcreated new freemap
44622026-08-25T03:26:25.760ZAug 25 03:26:24.651, unitAug 25 03:26:24.651INFOAug 25 03:26:24.652 : DEBG adding route 3fff:beef:12::/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 } }]freemap_route_ipv4
44632026-08-25T03:26:25.760Z
44642026-08-25T03:26:25.760Z
44652026-08-25T03:26:25.760ZDEBG 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 25 03:26:24.652Aug 25 03:26:24.652
44662026-08-25T03:26:25.760ZAug 25 03:26:24.652DEBG Aug 25 03:26:24.651DEBG INFO created new freemapDEBGadding 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 } }],
44672026-08-25T03:26:25.760ZunitAug 25 03:26:24.652:
44682026-08-25T03:26:25.760Z freemap_route_ipv6created new freemap
44692026-08-25T03:26:25.760ZAug 25 03:26:24.652 DEBGAug 25 03:26:24.652 , Aug 25 03:26:24.652replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO unitDEBG:
44702026-08-25T03:26:25.760Zadding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4initted freemap. size: 64
44712026-08-25T03:26:25.760Z, unit:
44722026-08-25T03:26:25.760Z freemap_route_ipv4Aug 25 03:26:24.652
44732026-08-25T03:26:25.760Z Aug 25 03:26:24.652DEBG INFOAug 25 03:26:24.652replacing 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 25 03:26:24.652adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44742026-08-25T03:26:25.760Z DEBG DEBG
44752026-08-25T03:26:25.760Z reset freemap, created new freemapunitAug 25 03:26:24.652:, Aug 25 03:26:24.652unit freemap_route_ipv4INFO
44762026-08-25T03:26:25.760Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff:
44772026-08-25T03:26:25.760ZDEBG Aug 25 03:26:24.652replacing 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 } }]
44782026-08-25T03:26:25.760Z freemap_route_ipv6DEBG
44792026-08-25T03:26:25.760Z initted freemap. size: 64, unit:Aug 25 03:26:24.652 Aug 25 03:26:24.652freemap_route_ipv6DEBG
44802026-08-25T03:26:25.760ZAug 25 03:26:24.652 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO
44812026-08-25T03:26:25.760Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
44822026-08-25T03:26:25.760Z initted freemap. size: 64DEBG, unitAug 25 03:26:24.652: Aug 25 03:26:24.652INFO reset freemapDEBG, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff :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 } }]
44832026-08-25T03:26:25.760Z
44842026-08-25T03:26:25.760Zfreemap_route_ipv6freemap_route_ipv4
44852026-08-25T03:26:25.760Z
44862026-08-25T03:26:25.760ZAug 25 03:26:24.652 Aug 25 03:26:24.652Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652 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
44872026-08-25T03:26:25.760Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
44882026-08-25T03:26:25.760Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
44892026-08-25T03:26:25.760Z reset freemapAug 25 03:26:24.652, Aug 25 03:26:24.652 Aug 25 03:26:24.652 DEBG unitINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:16::/64 -> 2001:db8::55:ff
44902026-08-25T03:26:25.760ZDEBG:
44912026-08-25T03:26:25.760Z 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 } }]
44922026-08-25T03:26:25.760Zfreemap_route_ipv4Aug 25 03:26:24.652Aug 25 03:26:24.652
44932026-08-25T03:26:25.760ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
44942026-08-25T03:26:25.760Zreplacing 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 25 03:26:24.652Aug 25 03:26:24.652
44952026-08-25T03:26:25.760ZINFO DEBGAug 25 03:26:24.652adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652DEBG 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 } }]
44962026-08-25T03:26:25.771Z
44972026-08-25T03:26:25.771Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64
44982026-08-25T03:26:25.771ZAug 25 03:26:24.652, unitDEBG:Aug 25 03:26:24.652 Aug 25 03:26:24.652 INFOfreemap_route_ipv6replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44992026-08-25T03:26:25.771Z adding route 3fff:dead::/64 -> 2001:db8::55:3
45002026-08-25T03:26:25.771Zreplacing 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 25 03:26:24.652
45012026-08-25T03:26:25.771Z INFO
45022026-08-25T03:26:25.772Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
45032026-08-25T03:26:25.772Z Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652reset freemap
45042026-08-25T03:26:25.772Z
45052026-08-25T03:26:25.772Z , unitDEBG:Aug 25 03:26:24.652Aug 25 03:26:24.652 DEBGfreemap_route_ipv6INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45062026-08-25T03:26:25.772Z
45072026-08-25T03:26:25.772Zadding route 3fff:dead::/64 -> 2001:db8::55:4
45082026-08-25T03:26:25.772Z
45092026-08-25T03:26:25.772ZAug 25 03:26:24.652Aug 25 03:26:24.652 Aug 25 03:26:24.652INFOAug 25 03:26:24.652INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFODEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45102026-08-25T03:26:25.772Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
45112026-08-25T03:26:25.772Z
45122026-08-25T03:26:25.773Zadding route 3fff:dead::/64 -> 2001:db8::55:1
45132026-08-25T03:26:25.773ZAug 25 03:26:24.652 Aug 25 03:26:24.652Aug 25 03:26:24.652DEBG 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 } }]Aug 25 03:26:24.652
45142026-08-25T03:26:25.773Z INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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
45152026-08-25T03:26:25.773Z
45162026-08-25T03:26:25.773Z
45172026-08-25T03:26:25.773ZAug 25 03:26:24.652Aug 25 03:26:24.652Aug 25 03:26:24.652 Aug 25 03:26:24.652DEBG INFOINFOINFO 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:1a::/64 -> 2001:db8::55:ff
45182026-08-25T03:26:25.773Z
45192026-08-25T03:26:25.773Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45202026-08-25T03:26:25.773ZAug 25 03:26:24.652 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
45212026-08-25T03:26:25.773Z Aug 25 03:26:24.652Aug 25 03:26:24.652adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG
45222026-08-25T03:26:25.773Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45232026-08-25T03:26:25.773Z Aug 25 03:26:24.652replacing 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 } }]
45242026-08-25T03:26:25.773ZDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652
45252026-08-25T03:26:25.773Z DEBG Aug 25 03:26:24.652replacing 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 25 03:26:24.652
45262026-08-25T03:26:25.773ZAug 25 03:26:24.652 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOAug 25 03:26:24.652
45272026-08-25T03:26:25.773Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45282026-08-25T03:26:25.773Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
45292026-08-25T03:26:25.773ZINFOAug 25 03:26:24.652DEBG 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
45302026-08-25T03:26:25.773Zreplacing 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 } }]
45312026-08-25T03:26:25.773ZAug 25 03:26:24.652 DEBG
45322026-08-25T03:26:25.773Z Aug 25 03:26:24.652Aug 25 03:26:24.652 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 } }]DEBGINFO Aug 25 03:26:24.652adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45332026-08-25T03:26:25.773ZINFOreplacing 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 } }]
45342026-08-25T03:26:25.773Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45352026-08-25T03:26:25.773Z
45362026-08-25T03:26:25.773ZAug 25 03:26:24.652 Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652Aug 25 03:26:24.652INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45372026-08-25T03:26:25.773Z
45382026-08-25T03:26:25.773Z INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652Aug 25 03:26:24.652adding route 3fff:dead::/64 -> 2001:db8::55:2
45392026-08-25T03:26:25.773Z DEBGINFO
45402026-08-25T03:26:25.773Zreplacing 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 } }]
45412026-08-25T03:26:25.773Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45422026-08-25T03:26:25.774ZAug 25 03:26:24.652 INFO Aug 25 03:26:24.652Aug 25 03:26:24.652adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652INFO
45432026-08-25T03:26:25.774Z DEBG Aug 25 03:26:24.652DEBGreplacing 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 } }]
45442026-08-25T03:26:25.774Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
45452026-08-25T03:26:25.775Z 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: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 } }]
45462026-08-25T03:26:25.775Z
45472026-08-25T03:26:25.775ZAug 25 03:26:24.652 Aug 25 03:26:24.652INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 03:26:24.652Aug 25 03:26:24.652
45482026-08-25T03:26:25.775Z INFO INFOAug 25 03:26:24.652 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/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 } }]
45492026-08-25T03:26:25.775Z
45502026-08-25T03:26:25.775Z DEBG
45512026-08-25T03:26:25.775Z Aug 25 03:26:24.652replacing 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 25 03:26:24.652
45522026-08-25T03:26:25.775ZAug 25 03:26:24.652 INFO DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
45532026-08-25T03:26:25.775Zreplacing 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 INFO
45542026-08-25T03:26:25.775Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
45552026-08-25T03:26:25.775Zreplacing 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 } }] DEBGAug 25 03:26:24.652Aug 25 03:26:24.652 INFO
45562026-08-25T03:26:25.775Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
45572026-08-25T03:26:25.775Z 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: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 } }]
45582026-08-25T03:26:25.775Z
45592026-08-25T03:26:25.775ZAug 25 03:26:24.652 Aug 25 03:26:24.652DEBGAug 25 03:26:24.652Aug 25 03:26:24.652 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
45602026-08-25T03:26:25.775Z INFOINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
45612026-08-25T03:26:25.775Z INFO
45622026-08-25T03:26:25.775Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45632026-08-25T03:26:25.775Z
45642026-08-25T03:26:25.776ZAug 25 03:26:24.652 Aug 25 03:26:24.652DEBG Aug 25 03:26:24.652replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45652026-08-25T03:26:25.776Z DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45662026-08-25T03:26:25.776Z
45672026-08-25T03:26:25.776ZAug 25 03:26:24.652Aug 25 03:26:24.652 DEBGINFO Aug 25 03:26:24.652replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
45682026-08-25T03:26:25.776Z
45692026-08-25T03:26:25.776ZINFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45702026-08-25T03:26:25.776ZAug 25 03:26:24.652adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45712026-08-25T03:26:25.776ZINFOAug 25 03:26:24.652 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 25 03:26:24.652
45722026-08-25T03:26:25.776ZAug 25 03:26:24.652DEBG 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 } }]
45732026-08-25T03:26:25.776Z
45742026-08-25T03:26:25.776Zreplacing 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 } }]
45752026-08-25T03:26:25.776ZAug 25 03:26:24.652Aug 25 03:26:24.652Aug 25 03:26:24.652 INFODEBG INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45762026-08-25T03:26:25.776Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45772026-08-25T03:26:25.776ZAug 25 03:26:24.652replacing 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 } }]
45782026-08-25T03:26:25.776ZINFO Aug 25 03:26:24.652adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45792026-08-25T03:26:25.776ZDEBGAug 25 03:26:24.652 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652
45802026-08-25T03:26:25.776Z Aug 25 03:26:24.652INFO DEBGDEBG Aug 25 03:26:24.652replacing 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: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 } }]
45812026-08-25T03:26:25.776ZINFO
45822026-08-25T03:26:25.776Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45832026-08-25T03:26:25.776Z INFOAug 25 03:26:24.652 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
45842026-08-25T03:26:25.776Z 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 } }]
45852026-08-25T03:26:25.776Z Aug 25 03:26:24.652adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45862026-08-25T03:26:25.776ZAug 25 03:26:24.652INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45872026-08-25T03:26:25.776Z
45882026-08-25T03:26:25.776ZAug 25 03:26:24.652 DEBG Aug 25 03:26:24.652replacing 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 25 03:26:24.652
45892026-08-25T03:26:25.776ZDEBG 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 } }]
45902026-08-25T03:26:25.776ZINFOAug 25 03:26:24.652 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
45912026-08-25T03:26:25.776Z Aug 25 03:26:24.652adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45922026-08-25T03:26:25.776ZINFOAug 25 03:26:24.652 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
45932026-08-25T03:26:25.776ZAug 25 03:26:24.652 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
45942026-08-25T03:26:25.777Z Aug 25 03:26:24.652replacing 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 } }]
45952026-08-25T03:26:25.777ZDEBG 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 } }]
45962026-08-25T03:26:25.786ZAug 25 03:26:24.652Aug 25 03:26:24.652 INFOINFO Aug 25 03:26:24.652adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
45972026-08-25T03:26:25.786Z
45982026-08-25T03:26:25.786Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45992026-08-25T03:26:25.786ZAug 25 03:26:24.652 DEBGAug 25 03:26:24.652Aug 25 03:26:24.652 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46002026-08-25T03:26:25.786Z 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: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 } }]
46012026-08-25T03:26:25.787Z
46022026-08-25T03:26:25.787ZAug 25 03:26:24.652 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
46032026-08-25T03:26:25.787Z INFOAug 25 03:26:24.652 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 03:26:24.652INFO
46042026-08-25T03:26:25.787Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
46052026-08-25T03:26:25.787Zreplacing 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 25 03:26:24.652
46062026-08-25T03:26:25.787Z DEBG Aug 25 03:26:24.652replacing 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 } }]
46072026-08-25T03:26:25.787ZAug 25 03:26:24.652DEBG INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:26:24.652adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46082026-08-25T03:26:25.787ZINFO
46092026-08-25T03:26:25.787Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46102026-08-25T03:26:25.787ZAug 25 03:26:24.652 DEBG Aug 25 03:26:24.652replacing 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 25 03:26:24.652
46112026-08-25T03:26:25.787Z INFODEBG 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:1d::/64 -> 2001:db8::55:ff
46122026-08-25T03:26:25.787Z
46132026-08-25T03:26:25.787ZAug 25 03:26:24.652 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 03:26:24.652Aug 25 03:26:24.652
46142026-08-25T03:26:25.787ZINFO DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
46152026-08-25T03:26:25.787Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
46162026-08-25T03:26:25.787Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.652
46172026-08-25T03:26:25.787Z DEBGAug 25 03:26:24.652 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 25 03:26:24.652
46182026-08-25T03:26:25.787Z INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46192026-08-25T03:26:25.787ZAug 25 03:26:24.652
46202026-08-25T03:26:25.787Z INFO Aug 25 03:26:24.652adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
46212026-08-25T03:26:25.787Z DEBG Aug 25 03:26:24.652replacing 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
46222026-08-25T03:26:25.787Z 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: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 } }]
46232026-08-25T03:26:25.787ZAug 25 03:26:24.652
46242026-08-25T03:26:25.787ZINFO Aug 25 03:26:24.652adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 03:26:24.652
46252026-08-25T03:26:25.787Z Aug 25 03:26:24.652INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46262026-08-25T03:26:25.787ZAug 25 03:26:24.652
46272026-08-25T03:26:25.787Z 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 } }]
46282026-08-25T03:26:25.787ZAug 25 03:26:24.652adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46292026-08-25T03:26:25.787ZAug 25 03:26:24.652DEBG Aug 25 03:26:24.652 INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46302026-08-25T03:26:25.788ZDEBG adding route 3fff:beef:2b::/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 } }]
46312026-08-25T03:26:25.788Z
46322026-08-25T03:26:25.788ZAug 25 03:26:24.652 DEBGAug 25 03:26:24.653 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 25 03:26:24.653
46332026-08-25T03:26:25.788ZAug 25 03:26:24.653INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
46342026-08-25T03:26:25.788Z 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
46352026-08-25T03:26:25.788Z
46362026-08-25T03:26:25.788ZAug 25 03:26:24.653 Aug 25 03:26:24.653DEBG INFOAug 25 03:26:24.653replacing 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 } }]
46372026-08-25T03:26:25.788Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
46382026-08-25T03:26:25.788Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46392026-08-25T03:26:25.788ZAug 25 03:26:24.653Aug 25 03:26:24.653 DEBG Aug 25 03:26:24.653DEBG 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 } }]INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46402026-08-25T03:26:25.788Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
46412026-08-25T03:26:25.788Z
46422026-08-25T03:26:25.788Z Aug 25 03:26:24.653 DEBGINFO Aug 25 03:26:24.653Aug 25 03:26:24.653adding route 3fff:beef:21::/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 } }]
46432026-08-25T03:26:25.788Z
46442026-08-25T03:26:25.788ZINFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 Aug 25 03:26:24.653 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
46452026-08-25T03:26:25.788Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46462026-08-25T03:26:25.788ZDEBG
46472026-08-25T03:26:25.788Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653
46482026-08-25T03:26:25.788Z Aug 25 03:26:24.653INFO Aug 25 03:26:24.653adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46492026-08-25T03:26:25.788ZDEBGAug 25 03:26:24.653 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
46502026-08-25T03:26:25.788Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG Aug 25 03:26:24.653replacing 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 } }]
46512026-08-25T03:26:25.788Z DEBGAug 25 03:26:24.653 Aug 25 03:26:24.653INFOreplacing 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 } }]
46522026-08-25T03:26:25.788Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG
46532026-08-25T03:26:25.788Z Aug 25 03:26:24.653replacing 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 } }]
46542026-08-25T03:26:25.788ZINFO
46552026-08-25T03:26:25.788Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
46562026-08-25T03:26:25.788Z Aug 25 03:26:24.653DEBG Aug 25 03:26:24.653INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 03:26:24.653replacing 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 } }]
46572026-08-25T03:26:25.788ZINFOreplacing 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 } }]
46582026-08-25T03:26:25.788Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46592026-08-25T03:26:25.788Z
46602026-08-25T03:26:25.788ZAug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653Aug 25 03:26:24.653INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46612026-08-25T03:26:25.788ZDEBG
46622026-08-25T03:26:25.789ZDEBG Aug 25 03:26:24.653replacing 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 25 03:26:24.653
46632026-08-25T03:26:25.789ZDEBG 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: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
46642026-08-25T03:26:25.789Z
46652026-08-25T03:26:25.789Zreplacing 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 } }]
46662026-08-25T03:26:25.789ZAug 25 03:26:24.653 Aug 25 03:26:24.653INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 Aug 25 03:26:24.653 INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46672026-08-25T03:26:25.789ZINFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46682026-08-25T03:26:25.789Z
46692026-08-25T03:26:25.789Z Aug 25 03:26:24.653adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG
46702026-08-25T03:26:25.789Zreplacing 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 25 03:26:24.653 DEBGAug 25 03:26:24.653
46712026-08-25T03:26:25.789Z Aug 25 03:26:24.653 DEBGDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:26:24.653
46722026-08-25T03:26:25.789ZINFOreplacing 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 } }]
46732026-08-25T03:26:25.789Zadding route 3fff:beef:12::/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 } }]
46742026-08-25T03:26:25.789Z
46752026-08-25T03:26:25.789ZAug 25 03:26:24.653 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
46762026-08-25T03:26:25.789ZAug 25 03:26:24.653Aug 25 03:26:24.653 DEBGINFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/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 } }]Aug 25 03:26:24.653
46772026-08-25T03:26:25.789Z
46782026-08-25T03:26:25.789Z
46792026-08-25T03:26:25.789ZDEBG 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 } }]
46802026-08-25T03:26:25.789ZAug 25 03:26:24.653Aug 25 03:26:24.653Aug 25 03:26:24.653 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 25 03:26:24.653DEBG 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
46812026-08-25T03:26:25.789Z
46822026-08-25T03:26:25.789Zreplacing 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:32::/64 -> 2001:db8::55:ff
46832026-08-25T03:26:25.789Z
46842026-08-25T03:26:25.789ZAug 25 03:26:24.653 DEBGAug 25 03:26:24.653Aug 25 03:26:24.653 DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
46852026-08-25T03:26:25.789Z Aug 25 03:26:24.653adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46862026-08-25T03:26:25.789ZINFOreplacing 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 25 03:26:24.653
46872026-08-25T03:26:25.789Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO
46882026-08-25T03:26:25.789Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
46892026-08-25T03:26:25.790Z INFOAug 25 03:26:24.653 Aug 25 03:26:24.653 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
46902026-08-25T03:26:25.790Z 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 } }]
46912026-08-25T03:26:25.790ZAug 25 03:26:24.653 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: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 } }]
46922026-08-25T03:26:25.790ZDEBG
46932026-08-25T03:26:25.790Z 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 } }]
46942026-08-25T03:26:25.790ZAug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46952026-08-25T03:26:25.790Z
46962026-08-25T03:26:25.801ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
46972026-08-25T03:26:25.801ZAug 25 03:26:24.653 Aug 25 03:26:24.653DEBG 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 } }]INFO
46982026-08-25T03:26:25.801Z 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 25 03:26:24.653
46992026-08-25T03:26:25.801ZAug 25 03:26:24.653adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG
47002026-08-25T03:26:25.801Z INFOAug 25 03:26:24.653replacing 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 } }]
47012026-08-25T03:26:25.801ZINFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47022026-08-25T03:26:25.801ZAug 25 03:26:24.653 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47032026-08-25T03:26:25.801Z 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 } }]
47042026-08-25T03:26:25.801ZDEBG Aug 25 03:26:24.653replacing 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 25 03:26:24.653
47052026-08-25T03:26:25.801Z DEBGINFO Aug 25 03:26:24.653Aug 25 03:26:24.653 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 } }] INFOINFO
47062026-08-25T03:26:25.801Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47072026-08-25T03:26:25.801Z
47082026-08-25T03:26:25.801Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47092026-08-25T03:26:25.801ZAug 25 03:26:24.653 Aug 25 03:26:24.653INFO Aug 25 03:26:24.653 DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff 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 } }]
47102026-08-25T03:26:25.802ZAug 25 03:26:24.653
47112026-08-25T03:26:25.802ZDEBG 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 } }]Aug 25 03:26:24.653
47122026-08-25T03:26:25.802Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653DEBG
47132026-08-25T03:26:25.802Z INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.653 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47142026-08-25T03:26:25.802Z
47152026-08-25T03:26:25.802Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47162026-08-25T03:26:25.802ZAug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
47172026-08-25T03:26:25.802ZAug 25 03:26:24.653 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47182026-08-25T03:26:25.802Z
47192026-08-25T03:26:25.802ZDEBG 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 25 03:26:24.653
47202026-08-25T03:26:25.802Z INFO Aug 25 03:26:24.653Aug 25 03:26:24.653 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBGDEBG
47212026-08-25T03:26:25.802Z Aug 25 03:26:24.653 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
47222026-08-25T03:26:25.802Zreplacing 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 25 03:26:24.653 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
47232026-08-25T03:26:25.802Z Aug 25 03:26:24.653
47242026-08-25T03:26:25.802Zreplacing 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 } }]
47252026-08-25T03:26:25.802Z INFO Aug 25 03:26:24.653adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47262026-08-25T03:26:25.802Z INFOAug 25 03:26:24.653 DEBGAug 25 03:26:24.653 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47272026-08-25T03:26:25.802Z
47282026-08-25T03:26:25.803ZDEBG 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 } }]
47292026-08-25T03:26:25.803ZINFOAug 25 03:26:24.653Aug 25 03:26:24.653 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:26:24.653 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
47302026-08-25T03:26:25.803Z
47312026-08-25T03:26:25.803Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
47322026-08-25T03:26:25.803Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47332026-08-25T03:26:25.803Z Aug 25 03:26:24.653 INFOAug 25 03:26:24.653 DEBGAug 25 03:26:24.653DEBG adding route 3fff:beef:1b::/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 } }]
47342026-08-25T03:26:25.803Zreplacing 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 } }]
47352026-08-25T03:26:25.803Z
47362026-08-25T03:26:25.803ZDEBGAug 25 03:26:24.653 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 25 03:26:24.653DEBG
47372026-08-25T03:26:25.803Z 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 } }]INFOAug 25 03:26:24.653
47382026-08-25T03:26:25.803ZINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47392026-08-25T03:26:25.803Z
47402026-08-25T03:26:25.803ZAug 25 03:26:24.653 Aug 25 03:26:24.653INFO Aug 25 03:26:24.653adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47412026-08-25T03:26:25.803Zreplacing 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 } }]
47422026-08-25T03:26:25.803ZAug 25 03:26:24.653
47432026-08-25T03:26:25.803Z DEBG Aug 25 03:26:24.653replacing 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 25 03:26:24.653Aug 25 03:26:24.653
47442026-08-25T03:26:25.803Z DEBGINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 03:26:24.653replacing 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 } }]
47452026-08-25T03:26:25.803ZINFO
47462026-08-25T03:26:25.803Zreplacing 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 } }]
47472026-08-25T03:26:25.803Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47482026-08-25T03:26:25.803ZAug 25 03:26:24.653 Aug 25 03:26:24.653INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFODEBG
47492026-08-25T03:26:25.803Z 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:22::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47502026-08-25T03:26:25.803ZAug 25 03:26:24.653 DEBG
47512026-08-25T03:26:25.804Z 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
47522026-08-25T03:26:25.804Z 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 } }]
47532026-08-25T03:26:25.804ZAug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653INFOAug 25 03:26:24.653 DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
47542026-08-25T03:26:25.804Z adding route 3fff:beef:2e::/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 } }]INFO
47552026-08-25T03:26:25.804Z
47562026-08-25T03:26:25.804Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47572026-08-25T03:26:25.804ZAug 25 03:26:24.653Aug 25 03:26:24.653 Aug 25 03:26:24.653DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 03:26:24.653INFO
47582026-08-25T03:26:25.804Z DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47592026-08-25T03:26:25.804Z
47602026-08-25T03:26:25.804Z
47612026-08-25T03:26:25.804ZAug 25 03:26:24.653 Aug 25 03:26:24.653Aug 25 03:26:24.653 INFO INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47622026-08-25T03:26:25.804Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47632026-08-25T03:26:25.804Z
47642026-08-25T03:26:25.804Z Aug 25 03:26:24.653 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 25 03:26:24.653Aug 25 03:26:24.653adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:26:24.653
47652026-08-25T03:26:25.804Z DEBGDEBG
47662026-08-25T03:26:25.804Z DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47672026-08-25T03:26:25.804Zreplacing 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: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 } }]
47682026-08-25T03:26:25.804ZAug 25 03:26:24.654 Aug 25 03:26:24.653DEBG Aug 25 03:26:24.657 Aug 25 03:26:24.654DEBGcreated new freemap DEBG , created new freemapINFOcreated new freemap, unit, :adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffunit
47692026-08-25T03:26:25.804Z: unitfreemap_route_ipv4freemap_route_ipv4:Aug 25 03:26:24.657Aug 25 03:26:24.657
47702026-08-25T03:26:25.804ZINFODEBG
47712026-08-25T03:26:25.805Z 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 } }]
47722026-08-25T03:26:25.805ZAug 25 03:26:24.657 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 25 03:26:24.657Aug 25 03:26:24.653
47732026-08-25T03:26:25.805Z created new freemapDEBG, INFOunit :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47742026-08-25T03:26:25.805Z Aug 25 03:26:24.657freemap_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 } }]
47752026-08-25T03:26:25.805Z
47762026-08-25T03:26:25.805ZDEBGAug 25 03:26:24.657 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47772026-08-25T03:26:25.805Z 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 25 03:26:24.657
47782026-08-25T03:26:25.805Z DEBG initted freemap. size: 64Aug 25 03:26:24.657, unitfreemap_route_ipv4INFOAug 25 03:26:24.657 Aug 25 03:26:24.657: adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4DEBG
47792026-08-25T03:26:25.805Z
47802026-08-25T03:26:25.805Z failed to allocate space for the new target listadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:26:24.657
47812026-08-25T03:26:25.805Z
47822026-08-25T03:26:25.805ZINFO
47832026-08-25T03:26:25.805Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 03:26:24.657
47842026-08-25T03:26:25.805ZAug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 DEBG DEBG DEBGAug 25 03:26:24.657 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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: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 } }]
47852026-08-25T03:26:25.805Z Aug 25 03:26:24.657 DEBGDEBG
47862026-08-25T03:26:25.805Z
47872026-08-25T03:26:25.805Zreplacing 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 25 03:26:24.657
47882026-08-25T03:26:25.805Z Aug 25 03:26:24.657INFO INFOreset freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 25 03:26:24.657adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47892026-08-25T03:26:25.805Z
47902026-08-25T03:26:25.805ZINFO, DEBGunit Aug 25 03:26:24.657: Aug 25 03:26:24.657 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG DEBGfreemap_route_ipv4
47912026-08-25T03:26:25.805Zreplacing 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 } }]
47922026-08-25T03:26:25.805Z
47932026-08-25T03:26:25.805Zcreated new freemap , replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657
47942026-08-25T03:26:25.805Z DEBGINFO 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 } }]Aug 25 03:26:24.657 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47952026-08-25T03:26:25.806Z INFO
47962026-08-25T03:26:25.814Zinitted freemap. size: 64unit:adding route 3fff:beef:27::/64 -> 2001:db8::55:ff,
47972026-08-25T03:26:25.814Zunit:Aug 25 03:26:24.657 Aug 25 03:26:24.657freemap_route_ipv6
47982026-08-25T03:26:25.814ZDEBGfreemap_route_ipv6
47992026-08-25T03:26:25.814Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:26:24.657Aug 25 03:26:24.657
48002026-08-25T03:26:25.814Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48012026-08-25T03:26:25.814Z reset freemapDEBGAug 25 03:26:24.657 , Aug 25 03:26:24.657DEBG unitreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48022026-08-25T03:26:25.815Z Aug 25 03:26:24.657 initted freemap. size: 64: , INFOunit :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
48032026-08-25T03:26:25.815Zreplacing 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 } }]freemap_route_ipv6freemap_route_ipv4
48042026-08-25T03:26:25.815ZAug 25 03:26:24.657
48052026-08-25T03:26:25.815ZAug 25 03:26:24.657
48062026-08-25T03:26:25.815ZDEBG Aug 25 03:26:24.657INFOreplacing 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 } }]
48072026-08-25T03:26:25.815Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
48082026-08-25T03:26:25.815ZAug 25 03:26:24.657 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 25 03:26:24.657
48092026-08-25T03:26:25.815ZAug 25 03:26:24.657 DEBG DEBGINFOAug 25 03:26:24.657 Aug 25 03:26:24.657 adding route 3fff:beef:24::/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 } }]INFO
48102026-08-25T03:26:25.815Z
48112026-08-25T03:26:25.815Zreset freemap , Aug 25 03:26:24.657Aug 25 03:26:24.657adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG DEBG
48122026-08-25T03:26:25.815Zreplacing 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 } }]
48132026-08-25T03:26:25.815Zreplacing 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 } }]INFOunit adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48142026-08-25T03:26:25.815Z
48152026-08-25T03:26:25.815ZAug 25 03:26:24.657: Aug 25 03:26:24.657DEBGAug 25 03:26:24.657 Aug 25 03:26:24.657 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO DEBGINFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
48162026-08-25T03:26:25.815Zreplacing 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 } }]freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48172026-08-25T03:26:25.815Z
48182026-08-25T03:26:25.815Z
48192026-08-25T03:26:25.815ZAug 25 03:26:24.657
48202026-08-25T03:26:25.815ZAug 25 03:26:24.657 INFOINFO Aug 25 03:26:24.657adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
48212026-08-25T03:26:25.815ZDEBG
48222026-08-25T03:26:25.815Z Aug 25 03:26:24.657replacing 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 25 03:26:24.657
48232026-08-25T03:26:25.815ZDEBGAug 25 03:26:24.657 Aug 25 03:26:24.657 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 } }]DEBGDEBG
48242026-08-25T03:26:25.815ZAug 25 03:26:24.657 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 } }]initted freemap. size: 64DEBG
48252026-08-25T03:26:25.815ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 03:26:24.657
48262026-08-25T03:26:25.816Z INFO
48272026-08-25T03:26:25.816Z , unitAug 25 03:26:24.657: adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:26:24.657INFO Aug 25 03:26:24.657DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
48282026-08-25T03:26:25.816Zfreemap_route_ipv6
48292026-08-25T03:26:25.816Z
48302026-08-25T03:26:25.816Z
48312026-08-25T03:26:25.816Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
48322026-08-25T03:26:25.816ZAug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 INFOAug 25 03:26:24.657 DEBG Aug 25 03:26:24.657DEBG adding route 3fff:beef:27::/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 } }]
48332026-08-25T03:26:25.816Z
48342026-08-25T03:26:25.816ZDEBGreset freemap, DEBG unitreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:26:24.657
48352026-08-25T03:26:25.816Z :
48362026-08-25T03:26:25.816ZDEBG freemap_route_ipv6
48372026-08-25T03:26:25.816Zreplacing 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 25 03:26:24.657
48382026-08-25T03:26:25.816ZAug 25 03:26:24.657Aug 25 03:26:24.657 INFOINFOAug 25 03:26:24.657 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48392026-08-25T03:26:25.816Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
48402026-08-25T03:26:25.816Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48412026-08-25T03:26:25.816Zadding route 3fff:dead::/64 -> 2001:db8::55:4
48422026-08-25T03:26:25.816ZAug 25 03:26:24.657Aug 25 03:26:24.657Aug 25 03:26:24.657 Aug 25 03:26:24.657INFO Aug 25 03:26:24.657adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:26:24.657 DEBG
48432026-08-25T03:26:25.816Z DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48442026-08-25T03:26:25.816Zcreated new freemap
48452026-08-25T03:26:25.816Z, 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: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 } }]
48462026-08-25T03:26:25.816Zunit: Aug 25 03:26:24.657Aug 25 03:26:24.657
48472026-08-25T03:26:25.816Z freemap_route_ipv6 INFOAug 25 03:26:24.657
48482026-08-25T03:26:25.816ZDEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 03:26:24.657
48492026-08-25T03:26:25.816ZAug 25 03:26:24.657 DEBGAug 25 03:26:24.657replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
48502026-08-25T03:26:25.816Z
48512026-08-25T03:26:25.816Z
48522026-08-25T03:26:25.817ZAug 25 03:26:24.657 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48532026-08-25T03:26:25.817Z
48542026-08-25T03:26:25.817Zinitted freemap. size: 64, Aug 25 03:26:24.657unit :DEBGAug 25 03:26:24.657 freemap_route_ipv4INFO
48552026-08-25T03:26:25.817Z 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:2a::/64 -> 2001:db8::55:ffAug 25 03:26:24.657
48562026-08-25T03:26:25.817Ztest route::tests::grow_succeeds ... ok
48572026-08-25T03:26:25.817Z
48582026-08-25T03:26:25.817Z Aug 25 03:26:24.657DEBGAug 25 03:26:24.657 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48592026-08-25T03:26:25.817ZDEBG
48602026-08-25T03:26:25.817Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:26:24.657
48612026-08-25T03:26:25.817ZAug 25 03:26:24.657 INFOAug 25 03:26:24.657 INFODEBG Aug 25 03:26:24.657adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreset freemap ,
48622026-08-25T03:26:25.817Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunitINFO:
48632026-08-25T03:26:25.817Z freemap_route_ipv4Aug 25 03:26:24.657
48642026-08-25T03:26:25.817Ztest route::tests::identity_replace_is_noop ... ok
48652026-08-25T03:26:25.817ZDEBG Aug 25 03:26:24.657 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:13::/64 -> 2001:db8::55:ffDEBG
48662026-08-25T03:26:25.817Z
48672026-08-25T03:26:25.817Z 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 25 03:26:24.657 DEBG
48682026-08-25T03:26:25.817Z Aug 25 03:26:24.657 initted freemap. size: 64INFO, Aug 25 03:26:24.657adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit
48692026-08-25T03:26:25.817Z:Aug 25 03:26:24.657 freemap_route_ipv6INFO Aug 25 03:26:24.657DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
48702026-08-25T03:26:25.817Z
48712026-08-25T03:26:25.817Zreplacing 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: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 } }]
48722026-08-25T03:26:25.817Z
48732026-08-25T03:26:25.817ZAug 25 03:26:24.657 DEBGAug 25 03:26:24.657 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 25 03:26:24.657INFO
48742026-08-25T03:26:25.817Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:26:24.657
48752026-08-25T03:26:25.818Z Aug 25 03:26:24.657 INFODEBGAug 25 03:26:24.657INFO reset freemapadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48762026-08-25T03:26:25.818Z, adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunitDEBG: Aug 25 03:26:24.657
48772026-08-25T03:26:25.818Z 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 } }]freemap_route_ipv6
48782026-08-25T03:26:25.818ZAug 25 03:26:24.658 Aug 25 03:26:24.658DEBG DEBGcreated new freemap Aug 25 03:26:24.675replacing 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
48792026-08-25T03:26:25.818Z, created new freemap unitINFO, : unit :freemap_route_ipv4Aug 25 03:26:24.675
48802026-08-25T03:26:25.818Zfreemap_route_ipv4
48812026-08-25T03:26:25.818Z Aug 25 03:26:24.657INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:26:24.675
48822026-08-25T03:26:25.818Z Aug 25 03:26:24.675DEBGDEBG DEBG created new freemapcreated new freemap, , unitAug 25 03:26:24.675unit: DEBGfreemap_route_ipv6
48832026-08-25T03:26:25.818Z:replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6created new freemap
48842026-08-25T03:26:25.818Z,
48852026-08-25T03:26:25.818ZunitAug 25 03:26:24.675 :DEBG Aug 25 03:26:24.675initted freemap. size: 64freemap_route_ipv4Aug 25 03:26:24.675 DEBG,
48862026-08-25T03:26:25.818ZunitINFO :adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48872026-08-25T03:26:25.818Zfreemap_route_ipv4
48882026-08-25T03:26:25.818Zinitted freemap. size: 64, Aug 25 03:26:24.675unit Aug 25 03:26:24.675DEBG :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 } }] freemap_route_ipv4
48892026-08-25T03:26:25.818ZAug 25 03:26:24.675reset freemap
48902026-08-25T03:26:25.818Z, unitAug 25 03:26:24.675DEBG :INFOAug 25 03:26:24.675 created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG,
48912026-08-25T03:26:25.818Zunit
48922026-08-25T03:26:25.818Z:reset freemap freemap_route_ipv6
48932026-08-25T03:26:25.818Z, unitAug 25 03:26:24.675Aug 25 03:26:24.675 : DEBGAug 25 03:26:24.675 DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
48942026-08-25T03:26:25.818Z
48952026-08-25T03:26:25.818Zinitted freemap. size: 64initted freemap. size: 64, , unitAug 25 03:26:24.675:unit Aug 25 03:26:24.675 INFODEBG:freemap_route_ipv6
48962026-08-25T03:26:25.829Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffinitted freemap. size: 64
48972026-08-25T03:26:25.829Z, unit: Aug 25 03:26:24.675freemap_route_ipv6
48982026-08-25T03:26:25.829Zfreemap_route_ipv4Aug 25 03:26:24.675
48992026-08-25T03:26:25.829Z DEBGDEBGAug 25 03:26:24.675 reset freemapAug 25 03:26:24.675DEBG , 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 } }]unitDEBG:
49002026-08-25T03:26:25.829Z reset freemap , unitreset freemap:freemap_route_ipv6,
49012026-08-25T03:26:25.829ZAug 25 03:26:24.675unit: INFO Aug 25 03:26:24.675adding route 3fff:beef:35::/64 -> 2001:db8::55:ff freemap_route_ipv4INFO
49022026-08-25T03:26:25.829Z
49032026-08-25T03:26:25.829Z freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
49042026-08-25T03:26:25.829Z
49052026-08-25T03:26:25.829ZAug 25 03:26:24.675Aug 25 03:26:24.675 DEBG DEBGAug 25 03:26:24.675replacing 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
49062026-08-25T03:26:25.829Z Aug 25 03:26:24.675 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 25 03:26:24.675initted freemap. size: 64
49072026-08-25T03:26:25.829Z INFO, adding route 172.16.0.0/32 -> 10.0.0.1unit
49082026-08-25T03:26:25.829Z:Aug 25 03:26:24.675 freemap_route_ipv6INFO
49092026-08-25T03:26:25.829Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 03:26:24.675
49102026-08-25T03:26:25.829Zadding route 172.16.0.0/32 -> 10.0.0.2
49112026-08-25T03:26:25.829ZAug 25 03:26:24.675DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
49122026-08-25T03:26:25.829Z Aug 25 03:26:24.675reset freemap Aug 25 03:26:24.675DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49132026-08-25T03:26:25.829ZAug 25 03:26:24.675
49142026-08-25T03:26:25.829Z 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 } }]Aug 25 03:26:24.675
49152026-08-25T03:26:25.829Z :INFO adding route 172.16.0.0/32 -> 10.0.0.3freemap_route_ipv6
49162026-08-25T03:26:25.830Z
49172026-08-25T03:26:25.830ZAug 25 03:26:24.675 Aug 25 03:26:24.675Aug 25 03:26:24.675INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO
49182026-08-25T03:26:25.830Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49192026-08-25T03:26:25.830Zadding route 172.16.0.0/32 -> 10.0.0.1
49202026-08-25T03:26:25.830ZAug 25 03:26:24.675 DEBG
49212026-08-25T03:26:25.830Zreplacing 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 25 03:26:24.675Aug 25 03:26:24.675
49222026-08-25T03:26:25.830ZINFO adding route 172.16.0.0/32 -> 10.0.0.4 Aug 25 03:26:24.675
49232026-08-25T03:26:25.830ZAug 25 03:26:24.675 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 03:26:24.675
49242026-08-25T03:26:25.830ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49252026-08-25T03:26:25.830Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49262026-08-25T03:26:25.830ZAug 25 03:26:24.675
49272026-08-25T03:26:25.830Z INFOAug 25 03:26:24.675 Aug 25 03:26:24.675DEBGadding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:26:24.675
49282026-08-25T03:26:25.830ZDEBGreplacing 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 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49292026-08-25T03:26:25.830Z
49302026-08-25T03:26:25.830Z
49312026-08-25T03:26:25.830ZAug 25 03:26:24.675Aug 25 03:26:24.675 Aug 25 03:26:24.675DEBG 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 } }]
49322026-08-25T03:26:25.830Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
49332026-08-25T03:26:25.830Z
49342026-08-25T03:26:25.830ZAug 25 03:26:24.675 INFOAug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
49352026-08-25T03:26:25.831Z
49362026-08-25T03:26:25.831Z 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 } }]
49372026-08-25T03:26:25.831ZAug 25 03:26:24.675Aug 25 03:26:24.675 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49382026-08-25T03:26:25.831Z
49392026-08-25T03:26:25.831ZAug 25 03:26:24.675 INFO Aug 25 03:26:24.675Aug 25 03:26:24.675 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFODEBG
49402026-08-25T03:26:25.831Z 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.1/32 -> 10.0.0.255
49412026-08-25T03:26:25.831Z
49422026-08-25T03:26:25.831ZAug 25 03:26:24.675 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.675Aug 25 03:26:24.675
49432026-08-25T03:26:25.831Z INFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49442026-08-25T03:26:25.831Z
49452026-08-25T03:26:25.831ZAug 25 03:26:24.675 INFOAug 25 03:26:24.675 Aug 25 03:26:24.675adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO
49462026-08-25T03:26:25.831ZDEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing 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 } }]
49472026-08-25T03:26:25.831Z
49482026-08-25T03:26:25.831ZAug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBG Aug 25 03:26:24.675replacing 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 } }]
49492026-08-25T03:26:25.831Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
49502026-08-25T03:26:25.831Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
49512026-08-25T03:26:25.831ZAug 25 03:26:24.675 Aug 25 03:26:24.675INFO Aug 25 03:26:24.675adding route 172.17.0.3/32 -> 10.0.0.255INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
49522026-08-25T03:26:25.831Z
49532026-08-25T03:26:25.831Zreplacing 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 } }]
49542026-08-25T03:26:25.831ZAug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBGAug 25 03:26:24.675 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
49552026-08-25T03:26:25.831ZINFO
49562026-08-25T03:26:25.831Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
49572026-08-25T03:26:25.831Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 03:26:24.675
49582026-08-25T03:26:25.831Z
49592026-08-25T03:26:25.831ZINFOAug 25 03:26:24.675 Aug 25 03:26:24.675 INFODEBG Aug 25 03:26:24.675adding route 172.17.0.4/32 -> 10.0.0.255 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 } }]INFO
49602026-08-25T03:26:25.832Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
49612026-08-25T03:26:25.832Z
49622026-08-25T03:26:25.832Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
49632026-08-25T03:26:25.832Ztest route::tests::rollback_on_compact_delete_failure ... ok
49642026-08-25T03:26:25.832ZAug 25 03:26:24.675Aug 25 03:26:24.675Aug 25 03:26:24.675 DEBGDEBG Aug 25 03:26:24.675INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49652026-08-25T03:26:25.832Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
49662026-08-25T03:26:25.832ZDEBG
49672026-08-25T03:26:25.832Zreplacing 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 } }]
49682026-08-25T03:26:25.832ZAug 25 03:26:24.675 Aug 25 03:26:24.675INFO Aug 25 03:26:24.675INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:26:24.675
49692026-08-25T03:26:25.832Z DEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
49702026-08-25T03:26:25.832Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
49712026-08-25T03:26:25.832Zreplacing 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 } }]
49722026-08-25T03:26:25.832Z
49732026-08-25T03:26:25.832ZAug 25 03:26:24.675 DEBGAug 25 03:26:24.675 Aug 25 03:26:24.675DEBGreplacing 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 25 03:26:24.675
49742026-08-25T03:26:25.832Z Aug 25 03:26:24.675 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 } }]
49752026-08-25T03:26:25.832ZINFO DEBGDEBG Aug 25 03:26:24.675 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
49762026-08-25T03:26:25.832Z
49772026-08-25T03:26:25.832Z Aug 25 03:26:24.675INFO
49782026-08-25T03:26:25.832ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 03:26:24.675
49792026-08-25T03:26:25.832ZAug 25 03:26:24.675adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFODEBG
49802026-08-25T03:26:25.832Zadding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }]
49812026-08-25T03:26:25.832ZAug 25 03:26:24.675
49822026-08-25T03:26:25.832ZAug 25 03:26:24.675INFO Aug 25 03:26:24.675Aug 25 03:26:24.675DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
49832026-08-25T03:26:25.832Zfailed to allocate space for the new target listAug 25 03:26:24.675 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
49842026-08-25T03:26:25.833Z
49852026-08-25T03:26:25.833Zreplacing 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 25 03:26:24.675
49862026-08-25T03:26:25.833ZINFO Aug 25 03:26:24.675adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
49872026-08-25T03:26:25.833Z
49882026-08-25T03:26:25.833ZAug 25 03:26:24.675 DEBGAug 25 03:26:24.675 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 } }] Aug 25 03:26:24.675adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
49892026-08-25T03:26:25.833Z
49902026-08-25T03:26:25.833Z DEBGAug 25 03:26:24.675INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
49912026-08-25T03:26:25.833ZAug 25 03:26:24.675
49922026-08-25T03:26:25.833Z DEBG Aug 25 03:26:24.675failed to allocate space for the new target list
49932026-08-25T03:26:25.833ZDEBGAug 25 03:26:24.675DEBG INFOAug 25 03:26:24.675 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49942026-08-25T03:26:25.833ZAug 25 03:26:24.676 Aug 25 03:26:24.676DEBGDEBG Aug 25 03:26:24.690DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
49952026-08-25T03:26:25.833Z , created new freemapunitINFO:, unitAug 25 03:26:24.690:freemap_route_ipv4
49962026-08-25T03:26:25.839Z INFOfreemap_route_ipv4 Aug 25 03:26:24.690adding route 3fff:dead::/64 -> 2001:db8::55:3
49972026-08-25T03:26:25.839ZDEBG created new freemap
49982026-08-25T03:26:25.839Z, adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:26:24.690
49992026-08-25T03:26:25.839Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:26:24.690unit
50002026-08-25T03:26:25.839Z:Aug 25 03:26:24.690DEBG DEBGcreated new freemapfreemap_route_ipv6
50012026-08-25T03:26:25.839Z, unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
50022026-08-25T03:26:25.839ZDEBGAug 25 03:26:24.690 freemap_route_ipv6replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50032026-08-25T03:26:25.839ZAug 25 03:26:24.690
50042026-08-25T03:26:25.839Z DEBG Aug 25 03:26:24.690initted freemap. size: 64 , DEBGAug 25 03:26:24.690unit INFO : initted freemap. size: 64 INFOfreemap_route_ipv4,
50052026-08-25T03:26:25.839Zunitadding route 3fff:dead::/64 -> 2001:db8::55:4 :
50062026-08-25T03:26:25.839Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:26:24.690freemap_route_ipv4Aug 25 03:26:24.690
50072026-08-25T03:26:25.839Z
50082026-08-25T03:26:25.839Z DEBGAug 25 03:26:24.690 Aug 25 03:26:24.690reset freemapDEBG , DEBGreset freemapunitDEBG, Aug 25 03:26:24.690unit ::DEBG freemap_route_ipv4freemap_route_ipv4
50092026-08-25T03:26:25.839Z
50102026-08-25T03:26:25.839Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
50112026-08-25T03:26:25.839Zreplacing 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 25 03:26:24.690replacing 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 25 03:26:24.690
50122026-08-25T03:26:25.839Z DEBG initted freemap. size: 64
50132026-08-25T03:26:25.839Z, DEBGAug 25 03:26:24.691 unit :initted freemap. size: 64 , freemap_route_ipv6unitDEBG:
50142026-08-25T03:26:25.839Z freemap_route_ipv6
50152026-08-25T03:26:25.839Z Aug 25 03:26:24.691replacing targets for 3fff:dead::/64 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 25 03:26:24.691
50162026-08-25T03:26:25.839ZAug 25 03:26:24.691Aug 25 03:26:24.691 DEBGDEBG reset freemapINFOreset freemap, , unit :adding route 172.17.0.10/32 -> 10.0.0.255 unit
50172026-08-25T03:26:25.839Zfreemap_route_ipv6:
50182026-08-25T03:26:25.839Z INFO freemap_route_ipv6Aug 25 03:26:24.691
50192026-08-25T03:26:25.839ZAug 25 03:26:24.691Aug 25 03:26:24.691adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 25 03:26:24.691
50202026-08-25T03:26:25.839Z INFOWARN INFO adding route 172.16.0.0/32 -> 10.0.0.1
50212026-08-25T03:26:25.840Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
50222026-08-25T03:26:25.840Z 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50232026-08-25T03:26:25.840ZAug 25 03:26:24.691Aug 25 03:26:24.691 Aug 25 03:26:24.691
50242026-08-25T03:26:25.840ZDEBG Aug 25 03:26:24.691 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOAug 25 03:26:24.691
50252026-08-25T03:26:25.840Z ERRODEBGadding route 172.17.0.11/32 -> 10.0.0.255
50262026-08-25T03:26:25.840Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:26:24.691 Aug 25 03:26:24.691replacing 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 } }]
50272026-08-25T03:26:25.840ZINFO
50282026-08-25T03:26:25.840Zadding route 172.17.0.0/32 -> 10.0.0.255DEBG
50292026-08-25T03:26:25.840Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50302026-08-25T03:26:25.840Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.691Aug 25 03:26:24.691 DEBG
50312026-08-25T03:26:25.840ZINFO 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 25 03:26:24.691Aug 25 03:26:24.691
50322026-08-25T03:26:25.840Z ERRO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 25 03:26:24.691adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:26:24.691
50332026-08-25T03:26:25.840Z INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
50342026-08-25T03:26:25.840Z
50352026-08-25T03:26:25.840ZAug 25 03:26:24.691 DEBG adding route 172.17.0.12/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 } }]Aug 25 03:26:24.691
50362026-08-25T03:26:25.840Z
50372026-08-25T03:26:25.840ZINFO 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 } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 03:26:24.691Aug 25 03:26:24.691
50382026-08-25T03:26:25.840Z 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 } }]INFO
50392026-08-25T03:26:25.840Z
50402026-08-25T03:26:25.840Z Aug 25 03:26:24.691 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
50412026-08-25T03:26:25.840Z Aug 25 03:26:24.691 adding route 172.17.0.2/32 -> 10.0.0.255INFO
50422026-08-25T03:26:25.840Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 03:26:24.691
50432026-08-25T03:26:25.840Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 03:26:24.691Aug 25 03:26:24.691
50442026-08-25T03:26:25.840Z 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 } }]DEBG
50452026-08-25T03:26:25.841Z 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 25 03:26:24.691
50462026-08-25T03:26:25.841Z INFOAug 25 03:26:24.691 Aug 25 03:26:24.691 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
50472026-08-25T03:26:25.841Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 03:26:24.691 adding route 172.17.0.14/32 -> 10.0.0.255INFO
50482026-08-25T03:26:25.841Z
50492026-08-25T03:26:25.841Z Aug 25 03:26:24.691adding route 172.17.0.3/32 -> 10.0.0.255
50502026-08-25T03:26:25.841ZDEBGAug 25 03:26:24.691 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:26:24.691
50512026-08-25T03:26:25.841Z INFODEBGAug 25 03:26:24.691 Aug 25 03:26:24.691DEBGreplacing 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 } }]
50522026-08-25T03:26:25.841Zreplacing 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 } }]
50532026-08-25T03:26:25.841Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:dead::/64 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 } }]
50542026-08-25T03:26:25.841Z
50552026-08-25T03:26:25.841ZAug 25 03:26:24.691 Aug 25 03:26:24.691 INFOINFO
50562026-08-25T03:26:25.841ZAug 25 03:26:24.691 Aug 25 03:26:24.691WARNadding route 172.17.0.4/32 -> 10.0.0.255 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50572026-08-25T03:26:25.841Z
50582026-08-25T03:26:25.841Ztest route::tests::rollback_on_index_readd_failure ... ok
50592026-08-25T03:26:25.841Zadding route 172.17.0.15/32 -> 10.0.0.255DEBGAug 25 03:26:24.691
50602026-08-25T03:26:25.841ZINFO Aug 25 03:26:24.691adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 25 03:26:24.691replacing 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 } }]
50612026-08-25T03:26:25.841ZDEBG
50622026-08-25T03:26:25.841Z 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
50632026-08-25T03:26:25.841Z Aug 25 03:26:24.691 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
50642026-08-25T03:26:25.841Z Aug 25 03:26:24.691replacing 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 25 03:26:24.691
50652026-08-25T03:26:25.841Z Aug 25 03:26:24.691INFO Aug 25 03:26:24.691INFOadding route 172.17.0.5/32 -> 10.0.0.255
50662026-08-25T03:26:25.841ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50672026-08-25T03:26:25.841Z Aug 25 03:26:24.691INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 Aug 25 03:26:24.691replacing 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 } }]
50682026-08-25T03:26:25.842Z
50692026-08-25T03:26:25.842ZDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50702026-08-25T03:26:25.842Z
50712026-08-25T03:26:25.842ZAug 25 03:26:24.691 Aug 25 03:26:24.691INFO Aug 25 03:26:24.691adding route 172.17.0.6/32 -> 10.0.0.255DEBG
50722026-08-25T03:26:25.842ZINFO 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 25 03:26:24.691
50732026-08-25T03:26:25.842Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 03:26:24.691
50742026-08-25T03:26:25.842Z 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 } }]Aug 25 03:26:24.691
50752026-08-25T03:26:25.842ZDEBGreplacing 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 } }]
50762026-08-25T03:26:25.842ZAug 25 03:26:24.691replacing 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 } }]
50772026-08-25T03:26:25.842ZINFOAug 25 03:26:24.691 Aug 25 03:26:24.691adding route 172.17.0.17/32 -> 10.0.0.255
50782026-08-25T03:26:25.842ZAug 25 03:26:24.691 INFOINFOINFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 03:26:24.691adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
50792026-08-25T03:26:25.842Z
50802026-08-25T03:26:25.842Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
50812026-08-25T03:26:25.842Z DEBGAug 25 03:26:24.691 Aug 25 03:26:24.691 DEBGDEBGreplacing 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 25 03:26:24.691
50822026-08-25T03:26:25.842Z 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 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 } }]
50832026-08-25T03:26:25.842Z
50842026-08-25T03:26:25.842ZDEBG Aug 25 03:26:24.691replacing 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 25 03:26:24.691
50852026-08-25T03:26:25.842Z INFOINFOAug 25 03:26:24.691 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
50862026-08-25T03:26:25.842ZINFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 25 03:26:24.691
50872026-08-25T03:26:25.842Z Aug 25 03:26:24.691adding route 172.17.0.8/32 -> 10.0.0.255 Aug 25 03:26:24.691DEBGINFO
50882026-08-25T03:26:25.842ZDEBG adding route 3fff:beef:3a::/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 } }]
50892026-08-25T03:26:25.842Zreplacing 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 } }]
50902026-08-25T03:26:25.842Z
50912026-08-25T03:26:25.842ZAug 25 03:26:24.691 DEBGAug 25 03:26:24.691 Aug 25 03:26:24.691replacing 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 } }] DEBGINFOAug 25 03:26:24.691 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50922026-08-25T03:26:25.842Z
50932026-08-25T03:26:25.842ZINFOreplacing 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 } }]
50942026-08-25T03:26:25.842ZAug 25 03:26:24.691adding route 172.17.0.19/32 -> 10.0.0.255 Aug 25 03:26:24.691INFO
50952026-08-25T03:26:25.842ZDEBGadding route 172.17.0.9/32 -> 10.0.0.255
50962026-08-25T03:26:25.851Zreplacing 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 25 03:26:24.691
50972026-08-25T03:26:25.851ZINFOAug 25 03:26:24.691 Aug 25 03:26:24.691Aug 25 03:26:24.691 DEBGDEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50982026-08-25T03:26:25.851ZAug 25 03:26:24.691 Aug 25 03:26:24.691DEBGAug 25 03:26:24.706 created new freemapINFO, unitadding route 172.17.0.10/32 -> 10.0.0.255:
50992026-08-25T03:26:25.851Z freemap_route_ipv4DEBG created new freemap, unit: Aug 25 03:26:24.706replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
51002026-08-25T03:26:25.851Z
51012026-08-25T03:26:25.851ZDEBG 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 25 03:26:24.706
51022026-08-25T03:26:25.851Z Aug 25 03:26:24.706INFO DEBGAug 25 03:26:24.706 created new freemapINFO, adding route 172.17.0.20/32 -> 10.0.0.255unit
51032026-08-25T03:26:25.851Z: adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6
51042026-08-25T03:26:25.851Z
51052026-08-25T03:26:25.851ZAug 25 03:26:24.706
51062026-08-25T03:26:25.851Z Aug 25 03:26:24.706DEBGAug 25 03:26:24.706 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.706replacing 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 } }]
51072026-08-25T03:26:25.851Z
51082026-08-25T03:26:25.851Zinitted freemap. size: 64DEBG, Aug 25 03:26:24.706unitcreated new freemap , INFO unitadding route 172.17.0.12/32 -> 10.0.0.255::
51092026-08-25T03:26:25.852ZAug 25 03:26:24.706 freemap_route_ipv6INFO
51102026-08-25T03:26:25.852Z adding route 172.17.0.21/32 -> 10.0.0.255
51112026-08-25T03:26:25.852ZAug 25 03:26:24.706freemap_route_ipv4 Aug 25 03:26:24.706DEBG
51122026-08-25T03:26:25.852Z Aug 25 03:26:24.706 DEBGDEBGreplacing 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 } }]
51132026-08-25T03:26:25.852Zreplacing 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 } }]
51142026-08-25T03:26:25.852ZAug 25 03:26:24.706initted freemap. size: 64 , DEBGAug 25 03:26:24.706Aug 25 03:26:24.706unit INFOINFO : adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv4adding route 172.17.0.13/32 -> 10.0.0.255
51152026-08-25T03:26:25.852Z
51162026-08-25T03:26:25.852Z
51172026-08-25T03:26:25.852Z reset freemap, Aug 25 03:26:24.706unitAug 25 03:26:24.706: Aug 25 03:26:24.706DEBG DEBGfreemap_route_ipv4replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51182026-08-25T03:26:25.852Z 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 } }]
51192026-08-25T03:26:25.852Z
51202026-08-25T03:26:25.852Zreset freemap, unit:Aug 25 03:26:24.706 Aug 25 03:26:24.706 freemap_route_ipv4 INFO
51212026-08-25T03:26:25.852Z INFOadding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:26:24.706
51222026-08-25T03:26:25.852Z adding route 172.17.0.14/32 -> 10.0.0.255DEBGAug 25 03:26:24.706
51232026-08-25T03:26:25.852Z initted freemap. size: 64DEBGAug 25 03:26:24.706 Aug 25 03:26:24.706initted freemap. size: 64 , , unitDEBG:unit DEBGfreemap_route_ipv6 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 } }]:
51242026-08-25T03:26:25.852Zreplacing 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 } }]
51252026-08-25T03:26:25.852Z
51262026-08-25T03:26:25.852Zfreemap_route_ipv6Aug 25 03:26:24.706
51272026-08-25T03:26:25.852Z DEBGAug 25 03:26:24.706Aug 25 03:26:24.706 reset freemap INFO, Aug 25 03:26:24.706INFO unit :DEBG adding route 172.17.0.15/32 -> 10.0.0.255
51282026-08-25T03:26:25.852Zreset freemapfreemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255,
51292026-08-25T03:26:25.852Z
51302026-08-25T03:26:25.853ZunitAug 25 03:26:24.706: Aug 25 03:26:24.706DEBG INFOAug 25 03:26:24.706replacing 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 } }]
51312026-08-25T03:26:25.853Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
51322026-08-25T03:26:25.853Z
51332026-08-25T03:26:25.853Zreplacing 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 25 03:26:24.706
51342026-08-25T03:26:25.853Z INFOAug 25 03:26:24.706Aug 25 03:26:24.706 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
51352026-08-25T03:26:25.853ZAug 25 03:26:24.706 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
51362026-08-25T03:26:25.853Z Aug 25 03:26:24.706 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 03:26:24.706 adding route 3fff:dead::/64 -> 2001:db8::55:1
51372026-08-25T03:26:25.853ZINFOreplacing 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 } }]
51382026-08-25T03:26:25.853Zadding route 3fff:dead::/64 -> 2001:db8::55:2
51392026-08-25T03:26:25.853Z
51402026-08-25T03:26:25.853ZAug 25 03:26:24.706 Aug 25 03:26:24.706DEBG Aug 25 03:26:24.706Aug 25 03:26:24.706 INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.17/32 -> 10.0.0.255
51412026-08-25T03:26:25.853ZDEBG
51422026-08-25T03:26:25.853Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51432026-08-25T03:26:25.853Z
51442026-08-25T03:26:25.853ZAug 25 03:26:24.706 Aug 25 03:26:24.706Aug 25 03:26:24.706DEBG INFOAug 25 03:26:24.706 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255DEBG
51452026-08-25T03:26:25.853Z
51462026-08-25T03:26:25.853Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 adding route 3fff:dead::/64 -> 2001:db8::55:2
51472026-08-25T03:26:25.854Z
51482026-08-25T03:26:25.854ZAug 25 03:26:24.706 INFO Aug 25 03:26:24.706adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 03:26:24.706
51492026-08-25T03:26:25.854Z DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.706
51502026-08-25T03:26:25.854Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
51512026-08-25T03:26:25.854Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.706
51522026-08-25T03:26:25.854ZINFO Aug 25 03:26:24.706 adding route 172.17.0.27/32 -> 10.0.0.255INFO
51532026-08-25T03:26:25.854ZAug 25 03:26:24.706 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.19/32 -> 10.0.0.255
51542026-08-25T03:26:25.854Z
51552026-08-25T03:26:25.854ZAug 25 03:26:24.706 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 25 03:26:24.706
51562026-08-25T03:26:25.854ZAug 25 03:26:24.706 DEBGDEBG Aug 25 03:26:24.706replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
51572026-08-25T03:26:25.854Z
51582026-08-25T03:26:25.854ZAug 25 03:26:24.706 Aug 25 03:26:24.706DEBG Aug 25 03:26:24.706INFO 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 172.17.0.20/32 -> 10.0.0.255INFO
51592026-08-25T03:26:25.854Zadding route 172.17.0.28/32 -> 10.0.0.255
51602026-08-25T03:26:25.854Z
51612026-08-25T03:26:25.854Z adding route 3fff:dead::/64 -> 2001:db8::55:4
51622026-08-25T03:26:25.854ZAug 25 03:26:24.707Aug 25 03:26:24.707Aug 25 03:26:24.707 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 } }]INFO
51632026-08-25T03:26:25.854Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 03:26:24.707
51642026-08-25T03:26:25.854Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
51652026-08-25T03:26:25.854ZAug 25 03:26:24.707 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 03:26:24.707Aug 25 03:26:24.707
51662026-08-25T03:26:25.854ZINFOadding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.29/32 -> 10.0.0.255
51672026-08-25T03:26:25.854Z DEBG
51682026-08-25T03:26:25.854Z 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 25 03:26:24.707 Aug 25 03:26:24.707
51692026-08-25T03:26:25.854ZDEBGAug 25 03:26:24.707 DEBG 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 } }]replacing targets for 3fff:dead::/64 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 } }]
51702026-08-25T03:26:25.854Z 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 25 03:26:24.707
51712026-08-25T03:26:25.855Z
51722026-08-25T03:26:25.855Z Aug 25 03:26:24.707INFO INFO Aug 25 03:26:24.707Aug 25 03:26:24.707adding route 172.17.0.22/32 -> 10.0.0.255
51732026-08-25T03:26:25.855Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffWARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51742026-08-25T03:26:25.855ZINFOAug 25 03:26:24.707
51752026-08-25T03:26:25.855Z adding route 172.17.0.30/32 -> 10.0.0.255DEBG
51762026-08-25T03:26:25.855Zreplacing 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 25 03:26:24.707
51772026-08-25T03:26:25.855ZDEBG Aug 25 03:26:24.707replacing 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 } }]
51782026-08-25T03:26:25.855ZDEBG Aug 25 03:26:24.707replacing 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 } }]
51792026-08-25T03:26:25.855ZINFO Aug 25 03:26:24.707adding route 172.17.0.23/32 -> 10.0.0.255
51802026-08-25T03:26:25.855ZINFO Aug 25 03:26:24.707adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
51812026-08-25T03:26:25.855Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
51822026-08-25T03:26:25.855ZAug 25 03:26:24.707 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
51832026-08-25T03:26:25.855Z 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 } }]
51842026-08-25T03:26:25.855ZAug 25 03:26:24.707Aug 25 03:26:24.707 Aug 25 03:26:24.707DEBG
51852026-08-25T03:26:25.855ZDEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51862026-08-25T03:26:25.855Zreplacing 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 25 03:26:24.707
51872026-08-25T03:26:25.855Zreplacing 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 } }]
51882026-08-25T03:26:25.855ZAug 25 03:26:24.707INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 03:26:24.707Aug 25 03:26:24.707 Aug 25 03:26:24.707replacing targets for 3fff:dead::/64 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
51892026-08-25T03:26:25.855Z
51902026-08-25T03:26:25.855Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
51912026-08-25T03:26:25.855Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
51922026-08-25T03:26:25.855ZAug 25 03:26:24.707 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
51932026-08-25T03:26:25.855Z Aug 25 03:26:24.707replacing 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 } }]
51942026-08-25T03:26:25.855ZDEBG 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 25 03:26:24.707
51952026-08-25T03:26:25.855Z Aug 25 03:26:24.707DEBG DEBGAug 25 03:26:24.707 Aug 25 03:26:24.707INFO 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: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 } }]
51962026-08-25T03:26:25.862ZINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
51972026-08-25T03:26:25.862Z
51982026-08-25T03:26:25.862Z
51992026-08-25T03:26:25.862ZAug 25 03:26:24.707Aug 25 03:26:24.707Aug 25 03:26:24.707 Aug 25 03:26:24.707DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52002026-08-25T03:26:25.862ZDEBG
52012026-08-25T03:26:25.862ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
52022026-08-25T03:26:25.862Z
52032026-08-25T03:26:25.862ZAug 25 03:26:24.707Aug 25 03:26:24.707 INFOINFO Aug 25 03:26:24.707adding route 172.17.0.34/32 -> 10.0.0.255
52042026-08-25T03:26:25.862Zadding route 172.17.0.26/32 -> 10.0.0.255DEBG
52052026-08-25T03:26:25.862ZAug 25 03:26:24.707 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.707Aug 25 03:26:24.707
52062026-08-25T03:26:25.862ZDEBGDEBG 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 3fff:dead::/64 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 } }]
52072026-08-25T03:26:25.862Z
52082026-08-25T03:26:25.862Zreplacing 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 } }]
52092026-08-25T03:26:25.862ZAug 25 03:26:24.707Aug 25 03:26:24.720 DEBGINFO created new freemapadding route 172.17.0.27/32 -> 10.0.0.255Aug 25 03:26:24.707,
52102026-08-25T03:26:25.862Zunit: freemap_route_ipv4DEBGAug 25 03:26:24.720Aug 25 03:26:24.676
52112026-08-25T03:26:25.862ZDEBGDEBG 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 } }]created new freemap
52122026-08-25T03:26:25.862Z, unit: freemap_route_ipv4
52132026-08-25T03:26:25.862ZAug 25 03:26:24.720 INFO Aug 25 03:26:24.720adding route 172.17.0.28/32 -> 10.0.0.255
52142026-08-25T03:26:25.862Zcreated new freemap, DEBGunit Aug 25 03:26:24.720created new freemap:Aug 25 03:26:24.720 , freemap_route_ipv4unitDEBG :
52152026-08-25T03:26:25.862Z DEBG created new freemapfreemap_route_ipv6,
52162026-08-25T03:26:25.863Zreplacing 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
52172026-08-25T03:26:25.863Z: freemap_route_ipv6Aug 25 03:26:24.720
52182026-08-25T03:26:25.863Z Aug 25 03:26:24.720 Aug 25 03:26:24.720DEBG DEBGAug 25 03:26:24.720 initted freemap. size: 64DEBG, INFOunit :created new freemapadding route 172.17.0.29/32 -> 10.0.0.255,
52192026-08-25T03:26:25.863Zfreemap_route_ipv4unit
52202026-08-25T03:26:25.863Zinitted freemap. size: 64:, Aug 25 03:26:24.720unit : freemap_route_ipv6DEBGfreemap_route_ipv4
52212026-08-25T03:26:25.863ZAug 25 03:26:24.720
52222026-08-25T03:26:25.863Z 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
52232026-08-25T03:26:25.863Z reset freemapAug 25 03:26:24.720Aug 25 03:26:24.720Aug 25 03:26:24.720, INFODEBG DEBGunitadding route 172.17.0.30/32 -> 10.0.0.255
52242026-08-25T03:26:25.863Zreset freemapinitted freemap. size: 64, , :unitunitAug 25 03:26:24.720: :DEBG freemap_route_ipv4replacing 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 } }]
52252026-08-25T03:26:25.863Z
52262026-08-25T03:26:25.863Zfreemap_route_ipv4
52272026-08-25T03:26:25.863Z freemap_route_ipv4Aug 25 03:26:24.720Aug 25 03:26:24.720 Aug 25 03:26:24.720
52282026-08-25T03:26:25.863ZINFODEBG DEBGadding route 172.17.0.31/32 -> 10.0.0.255
52292026-08-25T03:26:25.863Z initted freemap. size: 64Aug 25 03:26:24.720, initted freemap. size: 64 Aug 25 03:26:24.720, unit :DEBGDEBG unit freemap_route_ipv6reset freemap
52302026-08-25T03:26:25.863Z:, 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 } }] freemap_route_ipv6
52312026-08-25T03:26:25.863Z
52322026-08-25T03:26:25.863ZunitAug 25 03:26:24.720 DEBG: Aug 25 03:26:24.720 reset freemapINFOAug 25 03:26:24.720 , freemap_route_ipv4 adding route 172.17.0.32/32 -> 10.0.0.255DEBGunit
52332026-08-25T03:26:25.863Z: reset freemapfreemap_route_ipv6
52342026-08-25T03:26:25.863Z
52352026-08-25T03:26:25.864Z, Aug 25 03:26:24.720 unitDEBG: 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 } }]
52362026-08-25T03:26:25.864Zfreemap_route_ipv6Aug 25 03:26:24.720Aug 25 03:26:24.720
52372026-08-25T03:26:25.864ZDEBG INFOinitted freemap. size: 64 Aug 25 03:26:24.720adding route 3fff:dead::/64 -> 2001:db8::55:1
52382026-08-25T03:26:25.864ZINFO, unit Aug 25 03:26:24.720adding route 172.17.0.33/32 -> 10.0.0.255:
52392026-08-25T03:26:25.864ZAug 25 03:26:24.720INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
52402026-08-25T03:26:25.864Zfreemap_route_ipv6Aug 25 03:26:24.720
52412026-08-25T03:26:25.864Z DEBG Aug 25 03:26:24.720replacing 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 25 03:26:24.721
52422026-08-25T03:26:25.864ZDEBG 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 } }]
52432026-08-25T03:26:25.864ZAug 25 03:26:24.721DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO Aug 25 03:26:24.721 reset freemapadding route 172.17.0.34/32 -> 10.0.0.255 ,
52442026-08-25T03:26:25.864Zunit
52452026-08-25T03:26:25.864Z:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:26:24.721Aug 25 03:26:24.721
52462026-08-25T03:26:25.864Z
52472026-08-25T03:26:25.864ZDEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52482026-08-25T03:26:25.864ZAug 25 03:26:24.721 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 25 03:26:24.721
52492026-08-25T03:26:25.864Z Aug 25 03:26:24.721replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOINFO
52502026-08-25T03:26:25.864Z adding route 172.17.0.35/32 -> 10.0.0.255
52512026-08-25T03:26:25.864Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:26:24.721
52522026-08-25T03:26:25.864ZDEBG Aug 25 03:26:24.721Aug 25 03:26:24.721 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 } }]INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:26:24.721
52532026-08-25T03:26:25.864Z adding route 3fff:dead::/64 -> 2001:db8::55:3
52542026-08-25T03:26:25.865Z
52552026-08-25T03:26:25.865ZDEBG 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 } }]
52562026-08-25T03:26:25.865ZAug 25 03:26:24.721Aug 25 03:26:24.721 Aug 25 03:26:24.721DEBG INFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.36/32 -> 10.0.0.255
52572026-08-25T03:26:25.865Z
52582026-08-25T03:26:25.865Z
52592026-08-25T03:26:25.865Ztest route::tests::rollback_on_compact_write_failure ... ok
52602026-08-25T03:26:25.865ZAug 25 03:26:24.721Aug 25 03:26:24.721Aug 25 03:26:24.721 Aug 25 03:26:24.721INFO Aug 25 03:26:24.721DEBG DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52612026-08-25T03:26:25.865Z
52622026-08-25T03:26:25.865Zreplacing 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 } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
52632026-08-25T03:26:25.865Z
52642026-08-25T03:26:25.865ZAug 25 03:26:24.721 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG Aug 25 03:26:24.721replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 03:26:24.721Aug 25 03:26:24.721
52652026-08-25T03:26:25.865Z
52662026-08-25T03:26:25.865Ztest route::tests::same_size_non_subset_replace ... ok
52672026-08-25T03:26:25.865Ztest transceivers::mpn_test::test_mpn_missing ... ok
52682026-08-25T03:26:25.865Ztest transceivers::mpn_test::test_mpn_present ... ok
52692026-08-25T03:26:25.865Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52702026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52712026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52722026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52732026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52742026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52752026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52762026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52772026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52782026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52792026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52802026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52812026-08-25T03:26:25.865Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52822026-08-25T03:26:25.866Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52832026-08-25T03:26:25.866Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52842026-08-25T03:26:25.866Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52852026-08-25T03:26:25.866Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52862026-08-25T03:26:25.866Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52872026-08-25T03:26:25.866Z INFODEBGINFO adding route 172.17.0.37/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
52882026-08-25T03:26:25.866Z
52892026-08-25T03:26:25.866Z
52902026-08-25T03:26:25.866ZAug 25 03:26:24.736 DEBGAug 25 03:26:24.707Aug 25 03:26:24.736 Aug 25 03:26:24.736 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG 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 } }]
52912026-08-25T03:26:25.866Z replacing targets for 3fff:dead::/64 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 25 03:26:24.736created new freemap
52922026-08-25T03:26:25.866Z, DEBGunit: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4
52932026-08-25T03:26:25.866Z
52942026-08-25T03:26:25.866ZAug 25 03:26:24.721 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 } }]
52952026-08-25T03:26:25.866ZAug 25 03:26:24.736 WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52962026-08-25T03:26:25.872ZAug 25 03:26:24.736
52972026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52982026-08-25T03:26:25.872ZAug 25 03:26:24.736 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffcreated new freemap
52992026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53002026-08-25T03:26:25.872Z, unit: freemap_route_ipv6Aug 25 03:26:24.736
53012026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53022026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53032026-08-25T03:26:25.872Z DEBGAug 25 03:26:24.736 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 } }]
53042026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53052026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53062026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53072026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53082026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53092026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53102026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53112026-08-25T03:26:25.872Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53122026-08-25T03:26:25.872ZINFO Aug 25 03:26:24.736adding route 172.17.0.38/32 -> 10.0.0.255 DEBG
53132026-08-25T03:26:25.872Z initted freemap. size: 64, Aug 25 03:26:24.736unit :INFO freemap_route_ipv4Aug 25 03:26:24.736
53142026-08-25T03:26:25.872Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
53152026-08-25T03:26:25.872ZDEBG Aug 25 03:26:24.736 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
53162026-08-25T03:26:25.872Z reset freemapAug 25 03:26:24.736, unit :DEBG freemap_route_ipv4replacing 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 25 03:26:24.736
53172026-08-25T03:26:25.873Z
53182026-08-25T03:26:25.873ZINFO Aug 25 03:26:24.736adding route 172.17.0.39/32 -> 10.0.0.255
53192026-08-25T03:26:25.873ZAug 25 03:26:24.736DEBG initted freemap. size: 64INFO, unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff:
53202026-08-25T03:26:25.873Z freemap_route_ipv6Aug 25 03:26:24.736
53212026-08-25T03:26:25.873Z DEBGAug 25 03:26:24.736 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 25 03:26:24.736
53222026-08-25T03:26:25.873Z DEBGDEBG reset freemapreplacing 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 25 03:26:24.736unit
53232026-08-25T03:26:25.873Z:INFO freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255
53242026-08-25T03:26:25.873Z
53252026-08-25T03:26:25.873ZAug 25 03:26:24.736 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:26:24.736
53262026-08-25T03:26:25.873ZAug 25 03:26:24.736 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:26:24.736
53272026-08-25T03:26:25.873Z Aug 25 03:26:24.736INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
53282026-08-25T03:26:25.873Z
53292026-08-25T03:26:25.873Zreplacing 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 25 03:26:24.736 DEBG
53302026-08-25T03:26:25.873Z Aug 25 03:26:24.736Aug 25 03:26:24.736replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
53312026-08-25T03:26:25.873ZINFO adding route 172.17.0.41/32 -> 10.0.0.255DEBG
53322026-08-25T03:26:25.873Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 03:26:24.736
53332026-08-25T03:26:25.873Z INFOAug 25 03:26:24.736 Aug 25 03:26:24.736adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 25 03:26:24.736 adding route 172.16.0.0/32 -> 10.0.0.2 INFO
53342026-08-25T03:26:25.873ZDEBG
53352026-08-25T03:26:25.873Z adding route 172.16.0.0/32 -> 10.0.0.2
53362026-08-25T03:26:25.873Zreplacing 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 25 03:26:24.736
53372026-08-25T03:26:25.873Z Aug 25 03:26:24.736DEBGAug 25 03:26:24.736 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
53382026-08-25T03:26:25.874Z
53392026-08-25T03:26:25.874Z
53402026-08-25T03:26:25.874ZAug 25 03:26:24.736Aug 25 03:26:24.736 Aug 25 03:26:24.736Aug 25 03:26:24.736INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255DEBGINFO
53412026-08-25T03:26:25.874Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
53422026-08-25T03:26:25.874Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:26:24.736
53432026-08-25T03:26:25.874Z adding route 172.17.0.42/32 -> 10.0.0.255
53442026-08-25T03:26:25.874ZDEBG Aug 25 03:26:24.736replacing 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 } }]
53452026-08-25T03:26:25.874ZDEBG Aug 25 03:26:24.736replacing 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 } }]
53462026-08-25T03:26:25.874ZDEBG 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 } }]
53472026-08-25T03:26:25.874ZAug 25 03:26:24.736 Aug 25 03:26:24.736INFOAug 25 03:26:24.736 INFOadding route 172.17.0.1/32 -> 10.0.0.255INFO
53482026-08-25T03:26:25.874Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
53492026-08-25T03:26:25.874Zadding route 172.17.0.43/32 -> 10.0.0.255
53502026-08-25T03:26:25.874ZAug 25 03:26:24.736Aug 25 03:26:24.736 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: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 } }]
53512026-08-25T03:26:25.874Z
53522026-08-25T03:26:25.874ZAug 25 03:26:24.736Aug 25 03:26:24.736Aug 25 03:26:24.736 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
53532026-08-25T03:26:25.874Z
53542026-08-25T03:26:25.874ZDEBG 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 } }]
53552026-08-25T03:26:25.874ZAug 25 03:26:24.736 DEBGAug 25 03:26:24.736Aug 25 03:26:24.736 INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53562026-08-25T03:26:25.874Z adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53572026-08-25T03:26:25.874Z
53582026-08-25T03:26:25.874ZAug 25 03:26:24.736 INFOAug 25 03:26:24.736 adding route 172.17.0.3/32 -> 10.0.0.255INFOAug 25 03:26:24.736
53592026-08-25T03:26:25.874Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
53602026-08-25T03:26:25.874Z 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 } }]
53612026-08-25T03:26:25.874ZAug 25 03:26:24.736Aug 25 03:26:24.736 Aug 25 03:26:24.736DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
53622026-08-25T03:26:25.874ZINFO
53632026-08-25T03:26:25.874Z adding route 172.17.0.45/32 -> 10.0.0.255
53642026-08-25T03:26:25.874ZAug 25 03:26:24.736 INFOAug 25 03:26:24.736Aug 25 03:26:24.736 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
53652026-08-25T03:26:25.875Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
53662026-08-25T03:26:25.875Zreplacing 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 } }]
53672026-08-25T03:26:25.875ZAug 25 03:26:24.736 DEBGAug 25 03:26:24.736 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.736
53682026-08-25T03:26:25.875Z DEBG 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 } }]
53692026-08-25T03:26:25.875ZAug 25 03:26:24.736adding route 172.17.0.35/32 -> 10.0.0.255 Aug 25 03:26:24.736
53702026-08-25T03:26:25.875ZINFO Aug 25 03:26:24.736 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.5/32 -> 10.0.0.255
53712026-08-25T03:26:25.875ZINFO
53722026-08-25T03:26:25.875Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 25 03:26:24.736
53732026-08-25T03:26:25.875Z Aug 25 03:26:24.736DEBG Aug 25 03:26:24.736replacing 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 } }]DEBGAug 25 03:26:24.736
53742026-08-25T03:26:25.875Z 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 } }]DEBGDEBG
53752026-08-25T03:26:25.875Z Aug 25 03:26:24.736replacing 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 } }] INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53762026-08-25T03:26:25.875ZAug 25 03:26:24.736 adding route 172.17.0.36/32 -> 10.0.0.255
53772026-08-25T03:26:25.875ZINFO
53782026-08-25T03:26:25.875Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
53792026-08-25T03:26:25.875ZAug 25 03:26:24.736 INFOAug 25 03:26:24.736 adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 03:26:24.736DEBG
53802026-08-25T03:26:25.875Z DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53812026-08-25T03:26:25.875ZAug 25 03:26:24.736Aug 25 03:26:24.736 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
53822026-08-25T03:26:25.875ZDEBGAug 25 03:26:24.736 INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53832026-08-25T03:26:25.875Zadding route 172.17.0.37/32 -> 10.0.0.255 Aug 25 03:26:24.736adding route 172.17.0.47/32 -> 10.0.0.255
53842026-08-25T03:26:25.875ZAug 25 03:26:24.736 INFO
53852026-08-25T03:26:25.875ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255
53862026-08-25T03:26:25.875ZAug 25 03:26:24.736
53872026-08-25T03:26:25.875ZDEBG Aug 25 03:26:24.736replacing 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 25 03:26:24.736 Aug 25 03:26:24.736DEBG
53882026-08-25T03:26:25.875ZDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
53892026-08-25T03:26:25.875Z
53902026-08-25T03:26:25.875ZDEBG 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 25 03:26:24.736Aug 25 03:26:24.736Aug 25 03:26:24.736
53912026-08-25T03:26:25.875Z INFO INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255
53922026-08-25T03:26:25.875Zadding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
53932026-08-25T03:26:25.876Z
53942026-08-25T03:26:25.876ZAug 25 03:26:24.736 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 03:26:24.736Aug 25 03:26:24.736 DEBG
53952026-08-25T03:26:25.876ZDEBGAug 25 03:26:24.736 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 } }]
53962026-08-25T03:26:25.883ZDEBGAug 25 03:26:24.736replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53972026-08-25T03:26:25.883Z Aug 25 03:26:24.736replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
53982026-08-25T03:26:25.883Z INFO
53992026-08-25T03:26:25.883Z adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 03:26:24.736
54002026-08-25T03:26:25.883Z Aug 25 03:26:24.736 INFOINFOAug 25 03:26:24.736 adding route 172.17.0.9/32 -> 10.0.0.255INFO
54012026-08-25T03:26:25.883Z Aug 25 03:26:24.736adding route 172.17.0.49/32 -> 10.0.0.255
54022026-08-25T03:26:25.883Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
54032026-08-25T03:26:25.883ZAug 25 03:26:24.736DEBG Aug 25 03:26:24.736 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54042026-08-25T03:26:25.883ZDEBG 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 25 03:26:24.736
54052026-08-25T03:26:25.883ZAug 25 03:26:24.736 INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:26:24.737
54062026-08-25T03:26:25.883Z DEBGDEBG
54072026-08-25T03:26:25.883Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
54082026-08-25T03:26:25.883Z, unitAug 25 03:26:24.749: DEBGfreemap_route_ipv4
54092026-08-25T03:26:25.883ZAug 25 03:26:24.749replacing 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 25 03:26:24.749
54102026-08-25T03:26:25.883Z INFOINFOAug 25 03:26:24.749 adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
54112026-08-25T03:26:25.883ZDEBG
54122026-08-25T03:26:25.883ZAug 25 03:26:24.749 created new freemapAug 25 03:26:24.749INFOAug 25 03:26:24.749 DEBG 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 } }]adding route 172.17.0.41/32 -> 10.0.0.255
54132026-08-25T03:26:25.883Z
54142026-08-25T03:26:25.883Zreplacing 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 } }]
54152026-08-25T03:26:25.883ZAug 25 03:26:24.736Aug 25 03:26:24.749 DEBGAug 25 03:26:24.749INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255INFO
54162026-08-25T03:26:25.883Z
54172026-08-25T03:26:25.883Zadding route 172.17.0.11/32 -> 10.0.0.255
54182026-08-25T03:26:25.883ZAug 25 03:26:24.749Aug 25 03:26:24.749 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
54192026-08-25T03:26:25.883ZAug 25 03:26:24.749
54202026-08-25T03:26:25.883ZDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.749
54212026-08-25T03:26:25.884ZAug 25 03:26:24.749Aug 25 03:26:24.749 DEBGDEBGDEBG 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 } }]
54222026-08-25T03:26:25.884Zreplacing 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 } }]
54232026-08-25T03:26:25.884Zreplacing 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 25 03:26:24.749
54242026-08-25T03:26:25.884ZINFO Aug 25 03:26:24.749adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 03:26:24.749 , INFOINFOAug 25 03:26:24.749unit
54252026-08-25T03:26:25.884Z:INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffreemap_route_ipv6
54262026-08-25T03:26:25.884Z
54272026-08-25T03:26:25.884Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 25 03:26:24.749
54282026-08-25T03:26:25.884Zadding route 172.17.0.51/32 -> 10.0.0.255DEBG
54292026-08-25T03:26:25.884Zreplacing 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 } }]
54302026-08-25T03:26:25.884ZAug 25 03:26:24.749 Aug 25 03:26:24.749DEBG Aug 25 03:26:24.749replacing 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 } }]DEBGAug 25 03:26:24.749
54312026-08-25T03:26:25.884ZAug 25 03:26:24.749 INFO DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54322026-08-25T03:26:25.884Zinitted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 25 03:26:24.749, unitINFO
54332026-08-25T03:26:25.884Z : adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4
54342026-08-25T03:26:25.884Z
54352026-08-25T03:26:25.884ZAug 25 03:26:24.749replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:26:24.749INFO
54362026-08-25T03:26:25.884ZAug 25 03:26:24.749DEBG Aug 25 03:26:24.749adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54372026-08-25T03:26:25.884Z DEBGreset freemap
54382026-08-25T03:26:25.884Z , unitAug 25 03:26:24.749 :DEBG Aug 25 03:26:24.749freemap_route_ipv4replacing 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 25 03:26:24.749
54392026-08-25T03:26:25.884Z
54402026-08-25T03:26:25.884Zreplacing 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 INFOAug 25 03:26:24.749
54412026-08-25T03:26:25.884Z adding route 172.17.0.14/32 -> 10.0.0.255DEBGAug 25 03:26:24.749 initted freemap. size: 64
54422026-08-25T03:26:25.884Z INFOAug 25 03:26:24.749, adding route 172.17.0.52/32 -> 10.0.0.255INFOunit
54432026-08-25T03:26:25.884Z:adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 03:26:24.749freemap_route_ipv6
54442026-08-25T03:26:25.884Z
54452026-08-25T03:26:25.885ZDEBG adding route 172.17.0.45/32 -> 10.0.0.255 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 } }]
54462026-08-25T03:26:25.885Z
54472026-08-25T03:26:25.885ZAug 25 03:26:24.749 DEBGAug 25 03:26:24.749 reset freemapAug 25 03:26:24.749DEBG, Aug 25 03:26:24.749 unit :DEBG INFOfreemap_route_ipv6 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
54482026-08-25T03:26:25.885Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 25 03:26:24.749
54492026-08-25T03:26:25.885Z DEBG
54502026-08-25T03:26:25.885Z 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 25 03:26:24.749
54512026-08-25T03:26:25.885Z Aug 25 03:26:24.749INFO
54522026-08-25T03:26:25.885ZAug 25 03:26:24.749 INFOadding route 172.17.0.46/32 -> 10.0.0.255
54532026-08-25T03:26:25.885Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
54542026-08-25T03:26:25.885Z Aug 25 03:26:24.749 INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54552026-08-25T03:26:25.885ZAug 25 03:26:24.749adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 03:26:24.749 DEBGAug 25 03:26:24.749INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
54562026-08-25T03:26:25.885Z
54572026-08-25T03:26:25.885Ztest route::tests::add_target_fails_full ... ok
54582026-08-25T03:26:25.885Z 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 } }]
54592026-08-25T03:26:25.885Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 25 03:26:24.749
54602026-08-25T03:26:25.885Z INFO Aug 25 03:26:24.749adding route 172.17.0.16/32 -> 10.0.0.255Aug 25 03:26:24.749Aug 25 03:26:24.749 Aug 25 03:26:24.749
54612026-08-25T03:26:25.885ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
54622026-08-25T03:26:25.885ZDEBG 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.47/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54632026-08-25T03:26:25.885ZAug 25 03:26:24.749Aug 25 03:26:24.749
54642026-08-25T03:26:25.885ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
54652026-08-25T03:26:25.885Z
54662026-08-25T03:26:25.885Zreplacing 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 25 03:26:24.749
54672026-08-25T03:26:25.885Z Aug 25 03:26:24.749INFO INFOAug 25 03:26:24.749 Aug 25 03:26:24.749 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
54682026-08-25T03:26:25.885Z 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 } }]
54692026-08-25T03:26:25.885Z
54702026-08-25T03:26:25.885ZAug 25 03:26:24.749 INFOAug 25 03:26:24.749 Aug 25 03:26:24.749 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255INFODEBG
54712026-08-25T03:26:25.885Z
54722026-08-25T03:26:25.885Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.48/32 -> 10.0.0.255Aug 25 03:26:24.749
54732026-08-25T03:26:25.886Z DEBG
54742026-08-25T03:26:25.886ZAug 25 03:26:24.749 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.749DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54752026-08-25T03:26:25.886ZAug 25 03:26:24.749
54762026-08-25T03:26:25.886ZAug 25 03:26:24.749 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
54772026-08-25T03:26:25.886Z 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 } }]
54782026-08-25T03:26:25.886ZDEBGAug 25 03:26:24.749Aug 25 03:26:24.749 Aug 25 03:26:24.749 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
54792026-08-25T03:26:25.886Z
54802026-08-25T03:26:25.886ZAug 25 03:26:24.749INFOadding route 172.17.0.55/32 -> 10.0.0.255 Aug 25 03:26:24.749 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
54812026-08-25T03:26:25.886ZINFO
54822026-08-25T03:26:25.886ZAug 25 03:26:24.749 replacing targets for 3fff:dead::/64 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 } }]
54832026-08-25T03:26:25.886ZINFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 25 03:26:24.749 DEBGadding route 172.17.0.18/32 -> 10.0.0.255
54842026-08-25T03:26:25.886Z
54852026-08-25T03:26:25.887ZAug 25 03:26:24.749 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 03:26:24.749
54862026-08-25T03:26:25.887Z DEBG Aug 25 03:26:24.749replacing 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 } }]
54872026-08-25T03:26:25.887Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54882026-08-25T03:26:25.887Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.749
54892026-08-25T03:26:25.887Z INFOAug 25 03:26:24.749 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
54902026-08-25T03:26:25.887Z Aug 25 03:26:24.749adding route 172.17.0.50/32 -> 10.0.0.255
54912026-08-25T03:26:25.887ZAug 25 03:26:24.749 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 03:26:24.749Aug 25 03:26:24.749adding route 172.17.0.19/32 -> 10.0.0.255
54922026-08-25T03:26:25.887Z DEBG
54932026-08-25T03:26:25.887ZDEBG Aug 25 03:26:24.749 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.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 } }]
54942026-08-25T03:26:25.887Z
54952026-08-25T03:26:25.887ZAug 25 03:26:24.749 DEBGDEBG Aug 25 03:26:24.749Aug 25 03:26:24.749 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 } }] INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
54962026-08-25T03:26:25.895Z
54972026-08-25T03:26:25.895Zadding route 172.17.0.51/32 -> 10.0.0.255
54982026-08-25T03:26:25.895Z
54992026-08-25T03:26:25.895ZAug 25 03:26:24.749Aug 25 03:26:24.749Aug 25 03:26:24.749 DEBGAug 25 03:26:24.749 INFO 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
55002026-08-25T03:26:25.895Zadding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55012026-08-25T03:26:25.895Z adding route 172.17.0.57/32 -> 10.0.0.255
55022026-08-25T03:26:25.895ZAug 25 03:26:24.749
55032026-08-25T03:26:25.895Z Aug 25 03:26:24.749INFO Aug 25 03:26:24.749INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:26:24.749 DEBGadding route 172.17.0.52/32 -> 10.0.0.255
55042026-08-25T03:26:25.896Z
55052026-08-25T03:26:25.896Z 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
55062026-08-25T03:26:25.896Z Aug 25 03:26:24.749replacing 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 } }]
55072026-08-25T03:26:25.896Z DEBGAug 25 03:26:24.749 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 25 03:26:24.749Aug 25 03:26:24.749DEBG
55082026-08-25T03:26:25.896Z INFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55092026-08-25T03:26:25.896Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 03:26:24.749
55102026-08-25T03:26:25.896Z adding route 172.17.0.58/32 -> 10.0.0.255INFO
55112026-08-25T03:26:25.896ZAug 25 03:26:24.749 INFOAug 25 03:26:24.749adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
55122026-08-25T03:26:25.896ZDEBG 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 25 03:26:24.749adding route 172.17.0.53/32 -> 10.0.0.255
55132026-08-25T03:26:25.896Z
55142026-08-25T03:26:25.896ZDEBG Aug 25 03:26:24.749replacing 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 25 03:26:24.749Aug 25 03:26:24.749
55152026-08-25T03:26:25.896Z 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 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 } }]
55162026-08-25T03:26:25.896ZINFO
55172026-08-25T03:26:25.896Z adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:26:24.749
55182026-08-25T03:26:25.896Z INFOAug 25 03:26:24.749 Aug 25 03:26:24.749adding route 172.17.0.59/32 -> 10.0.0.255
55192026-08-25T03:26:25.896ZAug 25 03:26:24.750 DEBGINFO Aug 25 03:26:24.763Aug 25 03:26:24.749created new freemap DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff,
55202026-08-25T03:26:25.896Z 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
55212026-08-25T03:26:25.896Z 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 } }]unit
55222026-08-25T03:26:25.896Z:Aug 25 03:26:24.763 DEBGAug 25 03:26:24.763freemap_route_ipv4
55232026-08-25T03:26:25.896Zreplacing 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 25 03:26:24.763
55242026-08-25T03:26:25.896Z INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
55252026-08-25T03:26:25.896Z
55262026-08-25T03:26:25.896ZAug 25 03:26:24.763 Aug 25 03:26:24.763INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55272026-08-25T03:26:25.896Zcreated new freemapAug 25 03:26:24.763, Aug 25 03:26:24.763unit :Aug 25 03:26:24.763 freemap_route_ipv6DEBG
55282026-08-25T03:26:25.896Z 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 } }]
55292026-08-25T03:26:25.896Z 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
55302026-08-25T03:26:25.896Z Aug 25 03:26:24.763replacing 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 25 03:26:24.763 DEBGINFOAug 25 03:26:24.763
55312026-08-25T03:26:25.897Zinitted freemap. size: 64INFO, adding route 172.17.0.61/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit
55322026-08-25T03:26:25.897Z
55332026-08-25T03:26:25.897Z:Aug 25 03:26:24.763 INFO freemap_route_ipv4adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 03:26:24.763
55342026-08-25T03:26:25.897Z
55352026-08-25T03:26:25.897ZDEBGAug 25 03:26:24.763 Aug 25 03:26:24.763DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55362026-08-25T03:26:25.897ZAug 25 03:26:24.763 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 } }]
55372026-08-25T03:26:25.897ZAug 25 03:26:24.763 INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap ,
55382026-08-25T03:26:25.897ZAug 25 03:26:24.763adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit INFO
55392026-08-25T03:26:25.897Z: adding route 172.17.0.25/32 -> 10.0.0.255
55402026-08-25T03:26:25.897Zfreemap_route_ipv4Aug 25 03:26:24.763
55412026-08-25T03:26:25.897ZAug 25 03:26:24.763 INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255
55422026-08-25T03:26:25.897Zreplacing 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 25 03:26:24.764
55432026-08-25T03:26:25.897ZDEBG Aug 25 03:26:24.764Aug 25 03:26:24.764initted freemap. size: 64 , DEBGunitAug 25 03:26:24.764 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
55442026-08-25T03:26:25.897Z: INFOfreemap_route_ipv6
55452026-08-25T03:26:25.897Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.764
55462026-08-25T03:26:25.897Z
55472026-08-25T03:26:25.897ZAug 25 03:26:24.764 INFO DEBGAug 25 03:26:24.764 adding route 172.17.0.63/32 -> 10.0.0.255DEBG
55482026-08-25T03:26:25.897Z reset freemapreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:26:24.764,
55492026-08-25T03:26:25.897ZINFO unitadding route 172.17.0.26/32 -> 10.0.0.255Aug 25 03:26:24.764
55502026-08-25T03:26:25.897Z DEBGAug 25 03:26:24.764: INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:26:24.764replacing 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 } }]freemap_route_ipv6
55512026-08-25T03:26:25.897Z
55522026-08-25T03:26:25.897ZDEBG
55532026-08-25T03:26:25.897Z Aug 25 03:26:24.764 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
55542026-08-25T03:26:25.897ZAug 25 03:26:24.764 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 03:26:24.764
55552026-08-25T03:26:25.897Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
55562026-08-25T03:26:25.897Z failed to allocate space for the new target list
55572026-08-25T03:26:25.897ZAug 25 03:26:24.764 Aug 25 03:26:24.764INFO INFOAug 25 03:26:24.764adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
55582026-08-25T03:26:25.897Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
55592026-08-25T03:26:25.898Zadding route 172.17.0.27/32 -> 10.0.0.255
55602026-08-25T03:26:25.898ZAug 25 03:26:24.764 DEBGDEBG Aug 25 03:26:24.764replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55612026-08-25T03:26:25.898Z
55622026-08-25T03:26:25.898ZAug 25 03:26:24.764 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55632026-08-25T03:26:25.898Z
55642026-08-25T03:26:25.898ZAug 25 03:26:24.764 Aug 25 03:26:24.764DEBG Aug 25 03:26:24.764 INFODEBGAug 25 03:26:24.764 failed to allocate space for the new target listfailed to allocate space for the new target list
55652026-08-25T03:26:25.898Z
55662026-08-25T03:26:25.898Ztest route::tests::delete_target_full ... ok
55672026-08-25T03:26:25.898Z INFOadding route 172.16.0.0/32 -> 10.0.0.2
55682026-08-25T03:26:25.898Zadding route 172.17.0.28/32 -> 10.0.0.255
55692026-08-25T03:26:25.898Ztest route::tests::shrink_preserves_compacted_order ... ok
55702026-08-25T03:26:25.898ZAug 25 03:26:24.764Aug 25 03:26:24.764 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55712026-08-25T03:26:25.898Z
55722026-08-25T03:26:25.898ZAug 25 03:26:24.764 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 25 03:26:24.764
55732026-08-25T03:26:25.898Z INFO adding route 172.16.0.0/32 -> 10.0.0.3
55742026-08-25T03:26:25.898Z Aug 25 03:26:24.764INFO INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
55752026-08-25T03:26:25.898ZAug 25 03:26:24.764
55762026-08-25T03:26:25.898Z DEBGAug 25 03:26:24.737 Aug 25 03:26:24.764replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGDEBGAug 25 03:26:24.764 DEBGAug 25 03:26:24.764 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55772026-08-25T03:26:25.898Zcreated new freemap,
55782026-08-25T03:26:25.898Zunit:Aug 25 03:26:24.773 freemap_route_ipv4INFO
55792026-08-25T03:26:25.898Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 25 03:26:24.773 INFO
55802026-08-25T03:26:25.898Z adding route 172.16.0.0/32 -> 10.0.0.4
55812026-08-25T03:26:25.898ZAug 25 03:26:24.773Aug 25 03:26:24.773 DEBGDEBGAug 25 03:26:24.773 created new freemapDEBG, unitreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]
55822026-08-25T03:26:25.898Z: freemap_route_ipv6
55832026-08-25T03:26:25.898Z
55842026-08-25T03:26:25.898ZAug 25 03:26:24.773 INFO Aug 25 03:26:24.773Aug 25 03:26:24.773adding route 172.17.0.56/32 -> 10.0.0.255
55852026-08-25T03:26:25.898ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 03:26:24.773
55862026-08-25T03:26:25.898Zinitted freemap. size: 64 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 } }]unit
55872026-08-25T03:26:25.899Z: freemap_route_ipv4
55882026-08-25T03:26:25.899Z Aug 25 03:26:24.737Aug 25 03:26:24.773 DEBGAug 25 03:26:24.773DEBG INFOcreated new freemap created new freemapreset freemap, , unitunitadding route 172.17.0.57/32 -> 10.0.0.255:, : freemap_route_ipv4freemap_route_ipv4
55892026-08-25T03:26:25.899Z
55902026-08-25T03:26:25.899Zunit
55912026-08-25T03:26:25.899Z: Aug 25 03:26:24.773freemap_route_ipv4
55922026-08-25T03:26:25.899ZAug 25 03:26:24.773 DEBGDEBG created new freemapreplacing 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 25 03:26:24.773unit
55932026-08-25T03:26:25.899Z : freemap_route_ipv6DEBG
55942026-08-25T03:26:25.899Z Aug 25 03:26:24.773initted freemap. size: 64 , INFOunitAug 25 03:26:24.773: DEBGadding route 172.17.0.58/32 -> 10.0.0.255
55952026-08-25T03:26:25.899Zfreemap_route_ipv6 Aug 25 03:26:24.773
55962026-08-25T03:26:26.049Zinitted freemap. size: 64 DEBG , unitcreated new freemap:, Aug 25 03:26:24.773freemap_route_ipv4 Aug 25 03:26:24.773
55972026-08-25T03:26:26.049Z DEBGunitDEBG: replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 25 03:26:24.773
55982026-08-25T03:26:26.049Zreset freemap
55992026-08-25T03:26:26.049Z DEBG reset freemap, , unitunitAug 25 03:26:24.773Aug 25 03:26:24.773: INFO: freemap_route_ipv4
56002026-08-25T03:26:26.049Z adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6
56012026-08-25T03:26:26.049ZDEBG initted freemap. size: 64Aug 25 03:26:24.773
56022026-08-25T03:26:26.049Z, unitAug 25 03:26:24.773 DEBG:Aug 25 03:26:24.773 freemap_route_ipv4INFODEBG 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.16.0.0/32 -> 10.0.0.1
56032026-08-25T03:26:26.049Z
56042026-08-25T03:26:26.049Z
56052026-08-25T03:26:26.049Zinitted freemap. size: 64, unit: Aug 25 03:26:24.773Aug 25 03:26:24.773freemap_route_ipv6
56062026-08-25T03:26:26.049Z INFOAug 25 03:26:24.773DEBG adding route 172.17.0.60/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 03:26:24.773DEBG
56072026-08-25T03:26:26.049Z
56082026-08-25T03:26:26.049Z reset freemapDEBG , reset freemapAug 25 03:26:24.773Aug 25 03:26:24.773, unitunit:INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 :
56092026-08-25T03:26:26.049Z
56102026-08-25T03:26:26.049Zreplacing 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 } }]
56112026-08-25T03:26:26.049Zfreemap_route_ipv4Aug 25 03:26:24.773
56122026-08-25T03:26:26.049ZAug 25 03:26:24.773 Aug 25 03:26:24.773INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 03:26:24.773
56132026-08-25T03:26:26.049Zadding route 172.17.0.61/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 } }]
56142026-08-25T03:26:26.049Z
56152026-08-25T03:26:26.049ZDEBG Aug 25 03:26:24.773initted freemap. size: 64 Aug 25 03:26:24.773DEBG, DEBGunitAug 25 03:26:24.773replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]
56162026-08-25T03:26:26.049ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
56172026-08-25T03:26:26.049Z
56182026-08-25T03:26:26.049ZAug 25 03:26:24.773freemap_route_ipv6
56192026-08-25T03:26:26.049ZINFO Aug 25 03:26:24.773Aug 25 03:26:24.773 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
56202026-08-25T03:26:26.049ZAug 25 03:26:24.773 DEBGINFO Aug 25 03:26:24.773 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGadding route 172.17.0.62/32 -> 10.0.0.255
56212026-08-25T03:26:26.049Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56222026-08-25T03:26:26.049Z
56232026-08-25T03:26:26.049Z Aug 25 03:26:24.773 reset freemapINFO, Aug 25 03:26:24.773adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 03:26:24.773
56242026-08-25T03:26:26.049Z DEBG unitINFO: adding route 172.16.0.0/32 -> 10.0.0.3
56252026-08-25T03:26:26.050Zfreemap_route_ipv6replacing 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 25 03:26:24.773
56262026-08-25T03:26:26.050Z
56272026-08-25T03:26:26.050Z Aug 25 03:26:24.773DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
56282026-08-25T03:26:26.050Z
56292026-08-25T03:26:26.050ZAug 25 03:26:24.773Aug 25 03:26:24.773 DEBGINFOAug 25 03:26:24.773 failed to allocate space for the new target list
56302026-08-25T03:26:26.050ZINFOAug 25 03:26:24.773 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.16.0.0/32 -> 10.0.0.4INFO
56312026-08-25T03:26:26.050ZAug 25 03:26:24.773
56322026-08-25T03:26:26.050Z DEBGadding route 172.17.0.0/32 -> 10.0.0.255
56332026-08-25T03:26:26.050Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:26:24.773
56342026-08-25T03:26:26.050ZAug 25 03:26:24.773 Aug 25 03:26:24.773 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 } }]
56352026-08-25T03:26:26.050ZDEBGDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
56362026-08-25T03:26:26.050Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_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-25T03:26:26.050ZAug 25 03:26:24.773
56382026-08-25T03:26:26.050Z Aug 25 03:26:24.773 INFODEBG Aug 25 03:26:24.773replacing targets for 172.16.0.0/32 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 } }]
56392026-08-25T03:26:26.050ZINFOAug 25 03:26:24.773adding route 172.17.0.30/32 -> 10.0.0.255 INFO
56402026-08-25T03:26:26.050Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.1/32 -> 10.0.0.255
56412026-08-25T03:26:26.050Z
56422026-08-25T03:26:26.050ZAug 25 03:26:24.773Aug 25 03:26:24.773Aug 25 03:26:24.773 DEBG DEBGDEBGreplacing 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 } }]
56432026-08-25T03:26:26.050Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
56442026-08-25T03:26:26.050Z
56452026-08-25T03:26:26.050ZAug 25 03:26:24.773 INFOAug 25 03:26:24.773Aug 25 03:26:24.773 adding route 172.17.0.31/32 -> 10.0.0.255INFO
56462026-08-25T03:26:26.050ZINFO adding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
56472026-08-25T03:26:26.050Z
56482026-08-25T03:26:26.050ZAug 25 03:26:24.773 DEBGAug 25 03:26:24.773 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 03:26:24.773
56492026-08-25T03:26:26.050ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56502026-08-25T03:26:26.050Z
56512026-08-25T03:26:26.050ZAug 25 03:26:24.773 INFO adding route 172.17.0.32/32 -> 10.0.0.255
56522026-08-25T03:26:26.050ZAug 25 03:26:24.773Aug 25 03:26:24.773 INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255
56532026-08-25T03:26:26.050ZAug 25 03:26:24.773adding route 172.16.0.0/32 -> 10.0.0.2
56542026-08-25T03:26:26.050ZDEBG 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 } }]
56552026-08-25T03:26:26.050ZAug 25 03:26:24.773Aug 25 03:26:24.773 DEBGAug 25 03:26:24.773 DEBGINFOreplacing 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 } }]
56562026-08-25T03:26:26.050Zreplacing 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.33/32 -> 10.0.0.255
56572026-08-25T03:26:26.050Z
56582026-08-25T03:26:26.051ZAug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773 INFO DEBGINFOadding route 172.17.0.4/32 -> 10.0.0.255
56592026-08-25T03:26:26.051Zreplacing 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 } }]
56602026-08-25T03:26:26.051Zadding route 172.17.0.0/32 -> 10.0.0.255
56612026-08-25T03:26:26.051ZAug 25 03:26:24.773 Aug 25 03:26:24.773DEBGAug 25 03:26:24.773 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
56622026-08-25T03:26:26.051ZINFO 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.17.0.34/32 -> 10.0.0.255
56632026-08-25T03:26:26.051Z
56642026-08-25T03:26:26.051ZAug 25 03:26:24.773Aug 25 03:26:24.773Aug 25 03:26:24.773 INFOINFODEBG 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.1/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
56652026-08-25T03:26:26.051Z
56662026-08-25T03:26:26.051Z
56672026-08-25T03:26:26.051ZAug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773 DEBGDEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
56682026-08-25T03:26:26.051Z
56692026-08-25T03:26:26.051Zadding route 172.17.0.35/32 -> 10.0.0.255
56702026-08-25T03:26:26.051ZAug 25 03:26:24.773Aug 25 03:26:24.773Aug 25 03:26:24.773 INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 DEBGadding route 172.17.0.2/32 -> 10.0.0.255
56712026-08-25T03:26:26.051Z
56722026-08-25T03:26:26.051Z 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 } }]
56732026-08-25T03:26:26.051ZAug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
56742026-08-25T03:26:26.051Z
56752026-08-25T03:26:26.051Zadding route 172.17.0.36/32 -> 10.0.0.255
56762026-08-25T03:26:26.051ZAug 25 03:26:24.773 Aug 25 03:26:24.773INFO Aug 25 03:26:24.773INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
56772026-08-25T03:26:26.051Z
56782026-08-25T03:26:26.051ZDEBG 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 } }]
56792026-08-25T03:26:26.051ZAug 25 03:26:24.773Aug 25 03:26:24.773 Aug 25 03:26:24.773DEBGDEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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.37/32 -> 10.0.0.255
56802026-08-25T03:26:26.051ZAug 25 03:26:24.786 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 } }]
56812026-08-25T03:26:26.051Z
56822026-08-25T03:26:26.051Z
56832026-08-25T03:26:26.051ZAug 25 03:26:24.786 INFO adding route 172.17.0.38/32 -> 10.0.0.255
56842026-08-25T03:26:26.051ZAug 25 03:26:24.786 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 25 03:26:24.786
56852026-08-25T03:26:26.051Z INFO Aug 25 03:26:24.786adding route 172.17.0.8/32 -> 10.0.0.255
56862026-08-25T03:26:26.051ZINFO Aug 25 03:26:24.786adding route 172.17.0.4/32 -> 10.0.0.255
56872026-08-25T03:26:26.051ZINFOAug 25 03:26:24.786 DEBGadding route 172.17.0.39/32 -> 10.0.0.255
56882026-08-25T03:26:26.051Zreplacing 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 25 03:26:24.786
56892026-08-25T03:26:26.051Z DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.786Aug 25 03:26:24.786
56902026-08-25T03:26:26.051Z DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:26:24.786adding route 172.17.0.9/32 -> 10.0.0.255
56912026-08-25T03:26:26.051ZINFO
56922026-08-25T03:26:26.051Z adding route 172.17.0.5/32 -> 10.0.0.255
56932026-08-25T03:26:26.051ZAug 25 03:26:24.786 Aug 25 03:26:24.786INFO Aug 25 03:26:24.786 DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56942026-08-25T03:26:26.052Z
56952026-08-25T03:26:26.052Z 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 } }]
56962026-08-25T03:26:26.067ZAug 25 03:26:24.786 Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFO INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
56972026-08-25T03:26:26.067Z
56982026-08-25T03:26:26.067Z adding route 172.17.0.6/32 -> 10.0.0.255
56992026-08-25T03:26:26.067ZAug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786 INFO DEBGDEBG adding route 172.17.0.41/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 } }]
57002026-08-25T03:26:26.067Zreplacing 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 } }]
57012026-08-25T03:26:26.067Z
57022026-08-25T03:26:26.067ZAug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 INFODEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
57032026-08-25T03:26:26.067Z
57042026-08-25T03:26:26.067Zadding route 172.17.0.7/32 -> 10.0.0.255
57052026-08-25T03:26:26.067ZAug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFOAug 25 03:26:24.786 DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
57062026-08-25T03:26:26.067Zreplacing 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 } }]
57072026-08-25T03:26:26.067Z
57082026-08-25T03:26:26.067ZAug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFO INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
57092026-08-25T03:26:26.067Zadding route 172.17.0.12/32 -> 10.0.0.255
57102026-08-25T03:26:26.067Z
57112026-08-25T03:26:26.067ZAug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786 INFODEBG DEBGadding route 172.17.0.43/32 -> 10.0.0.255
57122026-08-25T03:26:26.067Zreplacing 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 } }]
57132026-08-25T03:26:26.067Zreplacing 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 } }]
57142026-08-25T03:26:26.067ZAug 25 03:26:24.786 Aug 25 03:26:24.786INFO Aug 25 03:26:24.786adding route 172.17.0.13/32 -> 10.0.0.255
57152026-08-25T03:26:26.067ZDEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
57162026-08-25T03:26:26.067Z
57172026-08-25T03:26:26.068ZAug 25 03:26:24.786 DEBG Aug 25 03:26:24.786Aug 25 03:26:24.786 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 } }]DEBGINFO
57182026-08-25T03:26:26.068Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255
57192026-08-25T03:26:26.068Z
57202026-08-25T03:26:26.068ZAug 25 03:26:24.786 INFOAug 25 03:26:24.786 adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:26:24.786INFO
57212026-08-25T03:26:26.068Z DEBGadding route 172.17.0.10/32 -> 10.0.0.255
57222026-08-25T03:26:26.068Zreplacing 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 25 03:26:24.786
57232026-08-25T03:26:26.068ZDEBG 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 } }]
57242026-08-25T03:26:26.068ZAug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786DEBGINFO 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
57252026-08-25T03:26:26.068Zadding route 172.17.0.45/32 -> 10.0.0.255 adding route 172.17.0.15/32 -> 10.0.0.255
57262026-08-25T03:26:26.068Z
57272026-08-25T03:26:26.068ZAug 25 03:26:24.786 INFO Aug 25 03:26:24.786Aug 25 03:26:24.786 adding route 172.17.0.11/32 -> 10.0.0.255 DEBG
57282026-08-25T03:26:26.069ZDEBG 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.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 } }]
57292026-08-25T03:26:26.069Z
57302026-08-25T03:26:26.069ZAug 25 03:26:24.786 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.786Aug 25 03:26:24.786
57312026-08-25T03:26:26.069Z INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
57322026-08-25T03:26:26.069Z
57332026-08-25T03:26:26.069ZAug 25 03:26:24.786 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 03:26:24.786
57342026-08-25T03:26:26.069Z Aug 25 03:26:24.786DEBG 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
57352026-08-25T03:26:26.069Z Aug 25 03:26:24.786replacing 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
57362026-08-25T03:26:26.069Z 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 25 03:26:24.786
57372026-08-25T03:26:26.070Z Aug 25 03:26:24.786INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255
57382026-08-25T03:26:26.070Zadding route 172.17.0.17/32 -> 10.0.0.255
57392026-08-25T03:26:26.070ZAug 25 03:26:24.786 Aug 25 03:26:24.786INFO Aug 25 03:26:24.786adding route 172.17.0.13/32 -> 10.0.0.255
57402026-08-25T03:26:26.070ZDEBGDEBG 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.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 } }]
57412026-08-25T03:26:26.070Z
57422026-08-25T03:26:26.070ZAug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
57432026-08-25T03:26:26.070Z
57442026-08-25T03:26:26.070Zreplacing 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 } }]
57452026-08-25T03:26:26.070ZAug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGDEBG 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 } }]
57462026-08-25T03:26:26.071Zreplacing 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.14/32 -> 10.0.0.255
57472026-08-25T03:26:26.071Z
57482026-08-25T03:26:26.071ZAug 25 03:26:24.786 INFO Aug 25 03:26:24.786Aug 25 03:26:24.786adding route 172.17.0.19/32 -> 10.0.0.255
57492026-08-25T03:26:26.071ZINFODEBG adding route 172.17.0.49/32 -> 10.0.0.255
57502026-08-25T03:26:26.071Zreplacing 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 25 03:26:24.786
57512026-08-25T03:26:26.071Z DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:26:24.786
57522026-08-25T03:26:26.071Z Aug 25 03:26:24.786DEBG 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 } }]
57532026-08-25T03:26:26.072ZINFOAug 25 03:26:24.786 adding route 172.17.0.15/32 -> 10.0.0.255INFO
57542026-08-25T03:26:26.072ZAug 25 03:26:24.786 adding route 172.17.0.20/32 -> 10.0.0.255INFO
57552026-08-25T03:26:26.072Z adding route 172.17.0.50/32 -> 10.0.0.255
57562026-08-25T03:26:26.072ZAug 25 03:26:24.786Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBGDEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
57572026-08-25T03:26:26.072Ztest route::tests::delete_targets_full ... ok
57582026-08-25T03:26:26.072Z
57592026-08-25T03:26:26.072Zreplacing 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 } }]
57602026-08-25T03:26:26.072ZAug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786 INFOINFO INFOadding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
57612026-08-25T03:26:26.072Z
57622026-08-25T03:26:26.072Zadding route 172.17.0.21/32 -> 10.0.0.255
57632026-08-25T03:26:26.072ZAug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786DEBG DEBGDEBGreplacing 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 } }]
57642026-08-25T03:26:26.072Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57652026-08-25T03:26:26.072Z
57662026-08-25T03:26:26.073ZAug 25 03:26:24.786 Aug 25 03:26:24.786INFOAug 25 03:26:24.786 adding route 172.17.0.52/32 -> 10.0.0.255INFO
57672026-08-25T03:26:26.073Z INFOadding route 172.17.0.22/32 -> 10.0.0.255
57682026-08-25T03:26:26.073Zadding route 172.17.0.17/32 -> 10.0.0.255
57692026-08-25T03:26:26.073ZAug 25 03:26:24.786 Aug 25 03:26:24.786Aug 25 03:26:24.786 DEBG DEBGDEBGreplacing 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 } }]
57702026-08-25T03:26:26.073Z 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.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 } }]
57712026-08-25T03:26:26.073Z
57722026-08-25T03:26:26.073ZAug 25 03:26:24.786 INFO Aug 25 03:26:24.786Aug 25 03:26:24.786 adding route 172.17.0.53/32 -> 10.0.0.255
57732026-08-25T03:26:26.073ZINFOINFO adding route 172.17.0.18/32 -> 10.0.0.255
57742026-08-25T03:26:26.073Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:26:24.786
57752026-08-25T03:26:26.073Z 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 } }]Aug 25 03:26:24.786
57762026-08-25T03:26:26.073Z Aug 25 03:26:24.786DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57772026-08-25T03:26:26.073ZAug 25 03:26:24.786replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
57782026-08-25T03:26:26.073Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 03:26:24.786
57792026-08-25T03:26:26.073Z INFO Aug 25 03:26:24.786adding route 172.17.0.24/32 -> 10.0.0.255
57802026-08-25T03:26:26.073ZAug 25 03:26:24.786INFO adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 25 03:26:24.786 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 } }]
57812026-08-25T03:26:26.073Z
57822026-08-25T03:26:26.073ZDEBG 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 } }]
57832026-08-25T03:26:26.073ZAug 25 03:26:24.786Aug 25 03:26:24.786 DEBGINFO Aug 25 03:26:24.786replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255
57842026-08-25T03:26:26.073ZINFO
57852026-08-25T03:26:26.074Zadding route 172.17.0.25/32 -> 10.0.0.255
57862026-08-25T03:26:26.074ZAug 25 03:26:24.786Aug 25 03:26:24.786 Aug 25 03:26:24.786INFO 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.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 } }]
57872026-08-25T03:26:26.074Z
57882026-08-25T03:26:26.074Z adding route 172.17.0.20/32 -> 10.0.0.255
57892026-08-25T03:26:26.074ZAug 25 03:26:24.787Aug 25 03:26:24.787 INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
57902026-08-25T03:26:26.074Zadding route 172.17.0.26/32 -> 10.0.0.255
57912026-08-25T03:26:26.074ZAug 25 03:26:24.787 DEBGAug 25 03:26:24.787 Aug 25 03:26:24.787replacing 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 } }]
57922026-08-25T03:26:26.074ZDEBG 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 } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57932026-08-25T03:26:26.074Z
57942026-08-25T03:26:26.074ZAug 25 03:26:24.787 INFO Aug 25 03:26:24.787adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 03:26:24.787
57952026-08-25T03:26:26.074Z INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255
57962026-08-25T03:26:26.082Zadding route 172.17.0.57/32 -> 10.0.0.255Aug 25 03:26:24.787
57972026-08-25T03:26:26.082Z 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 25 03:26:24.787Aug 25 03:26:24.787
57982026-08-25T03:26:26.082Z DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57992026-08-25T03:26:26.082Zreplacing 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 25 03:26:24.787 INFO Aug 25 03:26:24.796adding route 172.17.0.22/32 -> 10.0.0.255
58002026-08-25T03:26:26.082ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
58012026-08-25T03:26:26.082ZAug 25 03:26:24.796 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58022026-08-25T03:26:26.083ZAug 25 03:26:24.796 Aug 25 03:26:24.796DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58032026-08-25T03:26:26.083Zadding route 172.17.0.23/32 -> 10.0.0.255
58042026-08-25T03:26:26.083ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
58052026-08-25T03:26:26.083Z
58062026-08-25T03:26:26.083ZAug 25 03:26:24.796 Aug 25 03:26:24.796DEBG 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 } }]
58072026-08-25T03:26:26.083Zadding route 172.17.0.24/32 -> 10.0.0.255
58082026-08-25T03:26:26.083ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
58092026-08-25T03:26:26.083Z
58102026-08-25T03:26:26.083ZAug 25 03:26:24.796 Aug 25 03:26:24.796DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58112026-08-25T03:26:26.083Zadding route 172.17.0.25/32 -> 10.0.0.255
58122026-08-25T03:26:26.083ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGDEBG 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 } }]failed to allocate space for the new target list
58132026-08-25T03:26:26.083Z
58142026-08-25T03:26:26.083ZAug 25 03:26:24.796 Aug 25 03:26:24.796DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58152026-08-25T03:26:26.083Zadding route 172.17.0.26/32 -> 10.0.0.255
58162026-08-25T03:26:26.083ZAug 25 03:26:24.796 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58172026-08-25T03:26:26.083Z
58182026-08-25T03:26:26.083ZAug 25 03:26:24.796 INFO Aug 25 03:26:24.796adding route 172.17.0.27/32 -> 10.0.0.255
58192026-08-25T03:26:26.084ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
58202026-08-25T03:26:26.084ZAug 25 03:26:24.796 DEBG Aug 25 03:26:24.796replacing 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 } }]
58212026-08-25T03:26:26.084ZDEBG 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 } }]
58222026-08-25T03:26:26.084ZAug 25 03:26:24.796 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 03:26:24.796
58232026-08-25T03:26:26.084Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
58242026-08-25T03:26:26.084ZAug 25 03:26:24.796 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58252026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255
58262026-08-25T03:26:26.084Z 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 } }]
58272026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
58282026-08-25T03:26:26.084Z
58292026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.30/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 } }]
58302026-08-25T03:26:26.084Z
58312026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
58322026-08-25T03:26:26.084Z
58332026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58342026-08-25T03:26:26.084Z
58352026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
58362026-08-25T03:26:26.084Z
58372026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFO adding route 172.17.0.32/32 -> 10.0.0.255
58382026-08-25T03:26:26.084ZDEBG 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 } }]
58392026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58402026-08-25T03:26:26.084ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
58412026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.33/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 } }]
58422026-08-25T03:26:26.084Z
58432026-08-25T03:26:26.084ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
58442026-08-25T03:26:26.085Z
58452026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.34/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 } }]
58462026-08-25T03:26:26.085Z
58472026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.35/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 } }]
58482026-08-25T03:26:26.085Z
58492026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 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.35/32 -> 10.0.0.255
58502026-08-25T03:26:26.085Z
58512026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.36/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 } }]
58522026-08-25T03:26:26.085Z
58532026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
58542026-08-25T03:26:26.085Z
58552026-08-25T03:26:26.085Ztest route::tests::delete_target_fragmented ... ok
58562026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.37/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 } }]
58572026-08-25T03:26:26.085Z
58582026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
58592026-08-25T03:26:26.085Z
58602026-08-25T03:26:26.085Ztest route::tests::delete_targets_fragmented ... ok
58612026-08-25T03:26:26.085Z
58622026-08-25T03:26:26.085Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
58632026-08-25T03:26:26.085Z
58642026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58652026-08-25T03:26:26.085Z
58662026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
58672026-08-25T03:26:26.085Z
58682026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
58692026-08-25T03:26:26.085Z
58702026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.39/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 } }]
58712026-08-25T03:26:26.085Z
58722026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
58732026-08-25T03:26:26.085Z
58742026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58752026-08-25T03:26:26.085Z
58762026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
58772026-08-25T03:26:26.085Z
58782026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58792026-08-25T03:26:26.085Z
58802026-08-25T03:26:26.085ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
58812026-08-25T03:26:26.085Z
58822026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58832026-08-25T03:26:26.086Z
58842026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
58852026-08-25T03:26:26.086Z
58862026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.43/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 } }]
58872026-08-25T03:26:26.086Z
58882026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
58892026-08-25T03:26:26.086Z
58902026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.44/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 } }]
58912026-08-25T03:26:26.086Z
58922026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
58932026-08-25T03:26:26.086Z
58942026-08-25T03:26:26.086ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.45/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 } }]
58952026-08-25T03:26:26.086Z
58962026-08-25T03:26:26.102ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
58972026-08-25T03:26:26.102Z
58982026-08-25T03:26:26.102ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58992026-08-25T03:26:26.103Z
59002026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
59012026-08-25T03:26:26.103Z
59022026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
59032026-08-25T03:26:26.103Z
59042026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59052026-08-25T03:26:26.103Z
59062026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.48/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 } }]
59072026-08-25T03:26:26.103Z
59082026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.49/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 } }]
59092026-08-25T03:26:26.103Z
59102026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
59112026-08-25T03:26:26.103Z
59122026-08-25T03:26:26.103ZAug 25 03:26:24.796Aug 25 03:26:24.796 INFODEBG adding route 172.17.0.50/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 } }]
59132026-08-25T03:26:26.103Z
59142026-08-25T03:26:26.103ZAug 25 03:26:24.797Aug 25 03:26:24.797 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
59152026-08-25T03:26:26.103Z
59162026-08-25T03:26:26.103ZAug 25 03:26:24.797Aug 25 03:26:24.797 INFODEBG adding route 172.17.0.51/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 } }]
59172026-08-25T03:26:26.103Z
59182026-08-25T03:26:26.103ZAug 25 03:26:24.797Aug 25 03:26:24.797 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
59192026-08-25T03:26:26.103Z
59202026-08-25T03:26:26.103ZAug 25 03:26:24.797Aug 25 03:26:24.797 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
59212026-08-25T03:26:26.103Z
59222026-08-25T03:26:26.103ZAug 25 03:26:24.797Aug 25 03:26:24.797 INFODEBG adding route 172.17.0.52/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 } }]
59232026-08-25T03:26:26.103Z
59242026-08-25T03:26:26.103ZAug 25 03:26:24.806 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59252026-08-25T03:26:26.103ZAug 25 03:26:24.806 Aug 25 03:26:24.806DEBG 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 } }]
59262026-08-25T03:26:26.103Z Aug 25 03:26:24.806DEBG INFO adding route 172.17.0.54/32 -> 10.0.0.255
59272026-08-25T03:26:26.103Z Aug 25 03:26:24.806replacing 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 } }]
59282026-08-25T03:26:26.103ZDEBG 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 } }]
59292026-08-25T03:26:26.103ZAug 25 03:26:24.806 INFO Aug 25 03:26:24.806adding route 172.17.0.53/32 -> 10.0.0.255
59302026-08-25T03:26:26.103ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
59312026-08-25T03:26:26.104ZAug 25 03:26:24.806 DEBG Aug 25 03:26:24.806replacing 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 } }]
59322026-08-25T03:26:26.104ZDEBG 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 } }]
59332026-08-25T03:26:26.104ZAug 25 03:26:24.806 INFO Aug 25 03:26:24.806adding route 172.17.0.54/32 -> 10.0.0.255
59342026-08-25T03:26:26.104ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
59352026-08-25T03:26:26.104ZAug 25 03:26:24.806 DEBG Aug 25 03:26:24.806replacing 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 } }]
59362026-08-25T03:26:26.104ZDEBG 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 } }]
59372026-08-25T03:26:26.104ZAug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.55/32 -> 10.0.0.255INFO
59382026-08-25T03:26:26.104Z adding route 172.17.0.57/32 -> 10.0.0.255
59392026-08-25T03:26:26.104ZAug 25 03:26:24.806 DEBGAug 25 03:26:24.806 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 } }]DEBG
59402026-08-25T03:26:26.104Z 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 } }]
59412026-08-25T03:26:26.104ZAug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.56/32 -> 10.0.0.255INFO
59422026-08-25T03:26:26.104Z adding route 172.17.0.58/32 -> 10.0.0.255
59432026-08-25T03:26:26.104ZAug 25 03:26:24.806 DEBGAug 25 03:26:24.806 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
59442026-08-25T03:26:26.104Z 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 } }]
59452026-08-25T03:26:26.104ZAug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.57/32 -> 10.0.0.255INFO
59462026-08-25T03:26:26.104Z adding route 172.17.0.59/32 -> 10.0.0.255
59472026-08-25T03:26:26.104ZAug 25 03:26:24.806 DEBGAug 25 03:26:24.806 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
59482026-08-25T03:26:26.104Z 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 } }]
59492026-08-25T03:26:26.104ZAug 25 03:26:24.806 INFOAug 25 03:26:24.806 adding route 172.17.0.58/32 -> 10.0.0.255INFO
59502026-08-25T03:26:26.104Z adding route 172.17.0.60/32 -> 10.0.0.255
59512026-08-25T03:26:26.104ZAug 25 03:26:24.806 Aug 25 03:26:24.806DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59522026-08-25T03:26:26.104Zreplacing 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 } }]
59532026-08-25T03:26:26.104ZAug 25 03:26:24.806 Aug 25 03:26:24.806INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
59542026-08-25T03:26:26.104Z
59552026-08-25T03:26:26.104Zfailed to allocate space for the new target list
59562026-08-25T03:26:26.104ZAug 25 03:26:24.806 Aug 25 03:26:24.806DEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59572026-08-25T03:26:26.104Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
59582026-08-25T03:26:26.104Zrunning 0 tests
59592026-08-25T03:26:26.104ZAug 25 03:26:24.806 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59602026-08-25T03:26:26.104ZAug 25 03:26:24.806 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 } }]
59612026-08-25T03:26:26.104ZAug 25 03:26:24.806 DEBG failed to allocate space for the new target list
59622026-08-25T03:26:26.104ZAug 25 03:26:24.806 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 } }]
59632026-08-25T03:26:26.104Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-ee6b2c5d3bfcd2d2)
59642026-08-25T03:26:26.104Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e)
59652026-08-25T03:26:26.104Z Running unittests src/lib.rs (target/debug/deps/dpd_client-fab611dc996d3e26)
59662026-08-25T03:26:26.104Z Running tests/test_all.rs (target/debug/deps/test_all-cebda8665ee26882)
59672026-08-25T03:26:26.104Z Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504)
59682026-08-25T03:26:26.105Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35)
59692026-08-25T03:26:26.105Z Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834)
59702026-08-25T03:26:26.105Z Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86)
59712026-08-25T03:26:26.105Z Running unittests src/main.rs (target/debug/deps/swadm-049e3884a242594e)
59722026-08-25T03:26:26.105Z Running tests/counters.rs (target/debug/deps/counters-df5e7ad673a1fa20)
59732026-08-25T03:26:26.105Z Running tests/port-link.rs (target/debug/deps/port_link-9c82002b0a888260)
59742026-08-25T03:26:26.105Z Running unittests src/main.rs (target/debug/deps/tfportd-a0ba9f9bfe377a42)
59752026-08-25T03:26:26.105Z Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053)
59762026-08-25T03:26:26.105Z Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577)
59772026-08-25T03:26:26.105Z Doc-tests aal
59782026-08-25T03:26:26.105Z
59792026-08-25T03:26:26.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-08-25T03:26:26.105Z
59812026-08-25T03:26:26.105Z
59822026-08-25T03:26:26.105Zrunning 0 tests
59832026-08-25T03:26:26.105Z
59842026-08-25T03:26:26.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59852026-08-25T03:26:26.105Z
59862026-08-25T03:26:26.105Z
59872026-08-25T03:26:26.105Zrunning 6 tests
59882026-08-25T03:26:26.105Ztest tests::test_port_id_cmp ... ok
59892026-08-25T03:26:26.105Ztest tests::test_parse_client_port_id ... ok
59902026-08-25T03:26:26.105Ztest tests::test_full_lot_id_neither_present ... ok
59912026-08-25T03:26:26.105Ztest tests::test_full_lot_id_lot_only ... ok
59922026-08-25T03:26:26.105Ztest tests::test_full_lot_id_both_present ... ok
59932026-08-25T03:26:26.105Ztest tests::test_full_lot_id_lotnum_only ... ok
59942026-08-25T03:26:26.105Z
59952026-08-25T03:26:26.105Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59962026-08-25T03:26:26.112Z
59972026-08-25T03:26:26.112Z
59982026-08-25T03:26:26.112Zrunning 0 tests
59992026-08-25T03:26:26.112Z
60002026-08-25T03:26:26.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60012026-08-25T03:26:26.112Z
60022026-08-25T03:26:26.113Z
60032026-08-25T03:26:26.113Zrunning 0 tests
60042026-08-25T03:26:26.113Z
60052026-08-25T03:26:26.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60062026-08-25T03:26:26.113Z
60072026-08-25T03:26:26.113Z
60082026-08-25T03:26:26.113Zrunning 15 tests
60092026-08-25T03:26:26.113Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60102026-08-25T03:26:26.113Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60112026-08-25T03:26:26.113Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60122026-08-25T03:26:26.113Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60132026-08-25T03:26:26.113Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60142026-08-25T03:26:26.113Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60152026-08-25T03:26:26.113Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60162026-08-25T03:26:26.113Ztest v1::network::tests::test_equal ... ok
60172026-08-25T03:26:26.113Ztest v1::network::tests::test_eui64 ... ok
60182026-08-25T03:26:26.113Ztest v1::network::tests::test_into ... ok
60192026-08-25T03:26:26.113Ztest v1::network::tests::test_not_equal ... ok
60202026-08-25T03:26:26.113Ztest v1::port::tests::port_ids_are_ascii ... ok
60212026-08-25T03:26:26.113Ztest v1::network::tests::test_to_string ... ok
60222026-08-25T03:26:26.113Ztest v1::network::tests::test_parse ... ok
60232026-08-25T03:26:26.113Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60242026-08-25T03:26:26.113Z
60252026-08-25T03:26:26.113Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60262026-08-25T03:26:26.113Z
60272026-08-25T03:26:26.113Z
60282026-08-25T03:26:26.114Zrunning 12 tests
60292026-08-25T03:26:26.114Ztest icmp::test_v6_checksum ... ok
60302026-08-25T03:26:26.114Ztest lldp::test_lldp_parse ... ok
60312026-08-25T03:26:26.114Ztest icmp::test_v4_checksum ... ok
60322026-08-25T03:26:26.114Ztest ipv6::test_ipv6_parse ... ok
60332026-08-25T03:26:26.114Ztest pbuf::test_byte ... ok
60342026-08-25T03:26:26.114Ztest pbuf::test_nibble ... ok
60352026-08-25T03:26:26.114Ztest pbuf::test_overflow ... ok
60362026-08-25T03:26:26.114Ztest pbuf::test_short ... ok
60372026-08-25T03:26:26.114Ztest pbuf::test_twelve ... ok
60382026-08-25T03:26:26.114Ztest pbuf::test_word ... ok
60392026-08-25T03:26:26.114Ztest tcp::test_checksum_ack_data ... ok
60402026-08-25T03:26:26.114Ztest tcp::test_checksum_syn_nodata ... ok
60412026-08-25T03:26:26.114Z
60422026-08-25T03:26:26.114Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60432026-08-25T03:26:26.114Z
60442026-08-25T03:26:26.114Z
60452026-08-25T03:26:26.114Zrunning 0 tests
60462026-08-25T03:26:26.114Z
60472026-08-25T03:26:26.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60482026-08-25T03:26:26.114Z
60492026-08-25T03:26:26.114Z
60502026-08-25T03:26:26.114Zrunning 5 tests
60512026-08-25T03:26:26.114Ztest switchport::test::test_compute_lanes ... ok
60522026-08-25T03:26:26.114Ztest switchport::test::port_id_ordering ... ok
60532026-08-25T03:26:26.114Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
60542026-08-25T03:26:26.115ZLane 1 State: Activated Lane 2Activated Lane 3Activated Activated
60552026-08-25T03:26:26.115Z
60562026-08-25T03:26:26.115Z Rx Loss-of-lock: Yes Yes Rx Output Enabled: false Yes falseYes
60572026-08-25T03:26:26.115Zfalse Rx Loss-of-signal: Yes false
60582026-08-25T03:26:26.115ZYes Rx Output Status: validYes Yesvalid
60592026-08-25T03:26:26.115Z Rx CDR Enabled: Yesvalid validYes
60602026-08-25T03:26:26.115Z Rx Loss-of-lock: trueYes Yestrue
60612026-08-25T03:26:26.115Z Tx Enabled: Yes true Yestrue
60622026-08-25T03:26:26.115ZYes Rx Loss-of-signal: falseYes
60632026-08-25T03:26:26.115Z false Tx Loss-of-lock: No falseNo false
60642026-08-25T03:26:26.115ZNo NoRx Auto-squelch Disable: true
60652026-08-25T03:26:26.115Z true Tx Loss-of-signal: No trueNo true
60662026-08-25T03:26:26.115ZNo No Tx Output Enabled: true
60672026-08-25T03:26:26.115Z Tx CDR Enabled: No true Notrue trueNo
60682026-08-25T03:26:26.115Z Tx Output Status: invalidNo
60692026-08-25T03:26:26.115Zinvalid Tx Adaptive EQ Fault: No invalidNo invalid
60702026-08-25T03:26:26.115ZNo Tx Loss-of-lock: false No
60712026-08-25T03:26:26.115Zfalse Tx Fault: Yes false Yesfalse
60722026-08-25T03:26:26.115ZYes Yes Tx Loss-of-signal: true
60732026-08-25T03:26:26.115Z true true true
60742026-08-25T03:26:26.115ZTx Auto-squelch Disable: false false false false
60752026-08-25T03:26:26.115Z Tx Adaptive EQ Fail: true true true true
60762026-08-25T03:26:26.115Z Tx Failure: false false false false
60772026-08-25T03:26:26.115Z Tx Force Squelch: true true true true
60782026-08-25T03:26:26.115Z Tx Input Polarity: normal normal normal normal
60792026-08-25T03:26:26.115Ztest switchport::test::test_print_sff_datapath ... ok
60802026-08-25T03:26:26.115Ztest switchport::test::test_print_cmis_datapath ... ok
60812026-08-25T03:26:26.115Ztest link::test_filter ... ok
60822026-08-25T03:26:26.115Z
60832026-08-25T03:26:26.116Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60842026-08-25T03:26:26.116Z
60852026-08-25T03:26:26.116Z
60862026-08-25T03:26:26.116Zrunning 1 test
60872026-08-25T03:26:26.116Ztest test_p4_counter_list ... ignored
60882026-08-25T03:26:26.116Z
60892026-08-25T03:26:26.116Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60902026-08-25T03:26:26.116Z
60912026-08-25T03:26:26.116Z
60922026-08-25T03:26:26.116Zrunning 5 tests
60932026-08-25T03:26:26.116Ztest test_an ... ignored
60942026-08-25T03:26:26.116Ztest test_enable ... ignored
60952026-08-25T03:26:26.116Ztest test_ip_addresses ... ignored
60962026-08-25T03:26:26.122Ztest test_kr ... ignored
60972026-08-25T03:26:26.122Ztest test_mac ... ignored
60982026-08-25T03:26:26.122Z
60992026-08-25T03:26:26.122Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
61002026-08-25T03:26:26.122Z
61012026-08-25T03:26:26.122Z
61022026-08-25T03:26:26.122Zrunning 3 tests
61032026-08-25T03:26:26.123Ztest linklocal::test_parse_ipadm ... ok
61042026-08-25T03:26:26.123Ztest tfport::test_parse_tfport ... ok
61052026-08-25T03:26:26.123Ztest config::tests::test_updates ... ok
61062026-08-25T03:26:26.123Z
61072026-08-25T03:26:26.123Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61082026-08-25T03:26:26.123Z
61092026-08-25T03:26:26.123Z
61102026-08-25T03:26:26.123Zrunning 0 tests
61112026-08-25T03:26:26.123Z
61122026-08-25T03:26:26.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61132026-08-25T03:26:26.123Z
61142026-08-25T03:26:26.123Z
61152026-08-25T03:26:26.123Zrunning 0 tests
61162026-08-25T03:26:26.123Z
61172026-08-25T03:26:26.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-08-25T03:26:26.123Z
61192026-08-25T03:26:26.163Z
61202026-08-25T03:26:26.163Zrunning 0 tests
61212026-08-25T03:26:26.163Z
61222026-08-25T03:26:26.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232026-08-25T03:26:26.163Z
61242026-08-25T03:26:26.188Z Doc-tests aal_macros
61252026-08-25T03:26:26.257Z
61262026-08-25T03:26:26.257Zrunning 0 tests
61272026-08-25T03:26:26.257Z
61282026-08-25T03:26:26.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292026-08-25T03:26:26.257Z
61302026-08-25T03:26:26.269Z Doc-tests common
61312026-08-25T03:26:26.507Z
61322026-08-25T03:26:26.508Zrunning 0 tests
61332026-08-25T03:26:26.508Z
61342026-08-25T03:26:26.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352026-08-25T03:26:26.508Z
61362026-08-25T03:26:26.529Z Doc-tests dpd_api
61372026-08-25T03:26:27.231Z
61382026-08-25T03:26:27.231Zrunning 2 tests
61392026-08-25T03:26:27.231Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61402026-08-25T03:26:27.231Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61412026-08-25T03:26:27.231Z
61422026-08-25T03:26:27.231Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61432026-08-25T03:26:27.232Z
61442026-08-25T03:26:27.262Z Doc-tests dpd_client
61452026-08-25T03:26:28.656Z
61462026-08-25T03:26:28.656Zrunning 0 tests
61472026-08-25T03:26:28.656Z
61482026-08-25T03:26:28.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-25T03:26:28.656Z
61502026-08-25T03:26:28.702Z Doc-tests dpd_types
61512026-08-25T03:26:28.917Z
61522026-08-25T03:26:28.917Zrunning 0 tests
61532026-08-25T03:26:28.917Z
61542026-08-25T03:26:28.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-25T03:26:28.917Z
61562026-08-25T03:26:28.957Z Doc-tests dpd_types_versions
61572026-08-25T03:26:31.219Z
61582026-08-25T03:26:31.219Zrunning 1 test
61592026-08-25T03:26:31.219Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61602026-08-25T03:26:31.219Z
61612026-08-25T03:26:31.219Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-25T03:26:31.220Z
61632026-08-25T03:26:31.245Z Doc-tests packet
61642026-08-25T03:26:31.245Z
61652026-08-25T03:26:31.245Zrunning 0 tests
61662026-08-25T03:26:31.245Z
61672026-08-25T03:26:31.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-25T03:26:31.245Z
61692026-08-25T03:26:31.245Z Doc-tests pcap
61702026-08-25T03:26:31.245Z
61712026-08-25T03:26:31.245Zrunning 0 tests
61722026-08-25T03:26:31.245Z
61732026-08-25T03:26:31.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61742026-08-25T03:26:31.245Z
61752026-08-25T03:26:31.245Z+ for feat in tofino_stub tofino_asic softnpu chaos
61762026-08-25T03:26:31.245Z+ RUST_BACKTRACE=full
61772026-08-25T03:26:31.245Z+ cargo test --features softnpu --no-fail-fast
61782026-08-25T03:26:31.479Z Compiling num-integer v0.1.46
61792026-08-25T03:26:31.567Z Compiling num-complex v0.4.6
61802026-08-25T03:26:31.587Z Compiling bitstruct_derive v0.1.0
61812026-08-25T03:26:31.596Z Compiling tap v1.0.1
61822026-08-25T03:26:31.722Z Compiling wyz v0.5.1
61832026-08-25T03:26:31.838Z Compiling num-rational v0.4.2
61842026-08-25T03:26:31.873Z Compiling num-iter v0.1.45
61852026-08-25T03:26:31.883Z Compiling num-bigint v0.4.6
61862026-08-25T03:26:31.972Z Compiling radium v0.7.0
61872026-08-25T03:26:31.991Z Compiling funty v2.0.0
61882026-08-25T03:26:32.020Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61892026-08-25T03:26:32.074Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-25T03:26:32.175Z Compiling num v0.4.3
61912026-08-25T03:26:32.440Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61922026-08-25T03:26:32.445Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-25T03:26:32.445Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-25T03:26:32.445Z Compiling bitvec v1.0.1
61952026-08-25T03:26:32.445Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-25T03:26:32.542Z Compiling typeid v1.0.3
61972026-08-25T03:26:32.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61982026-08-25T03:26:32.653Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-25T03:26:32.664Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-25T03:26:32.692Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-25T03:26:33.181Z Compiling ascii v1.1.0
62022026-08-25T03:26:33.454Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-25T03:26:33.476Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-25T03:26:33.585Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-25T03:26:33.661Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62062026-08-25T03:26:33.787Z Compiling erased-serde v0.4.8
62072026-08-25T03:26:33.904Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62082026-08-25T03:26:33.980Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62092026-08-25T03:26:34.013Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62102026-08-25T03:26:34.284Z Compiling bitstruct v0.1.1
62112026-08-25T03:26:34.389Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62122026-08-25T03:26:34.603Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-25T03:26:34.669Z Compiling serde_arrays v0.1.0
62142026-08-25T03:26:34.783Z Compiling libloading v0.7.4
62152026-08-25T03:26:35.012Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62162026-08-25T03:26:35.489Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-25T03:26:35.608Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62182026-08-25T03:26:35.684Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62192026-08-25T03:26:36.743Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62202026-08-25T03:26:37.687Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62212026-08-25T03:26:43.466Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-25T03:26:43.684Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62232026-08-25T03:26:43.688Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-25T03:26:43.688Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62252026-08-25T03:26:43.688Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-25T03:26:44.924Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62272026-08-25T03:26:46.027Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62282026-08-25T03:26:46.468Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-25T03:26:51.556Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-25T03:26:51.785Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-25T03:27:00.553Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-25T03:27:02.765Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-25T03:27:06.638Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62342026-08-25T03:27:45.206Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
62352026-08-25T03:27:45.326Z Running unittests src/lib.rs (target/debug/deps/aal-dad682ad21113eba)
62362026-08-25T03:27:45.329Z
62372026-08-25T03:27:45.329Zrunning 0 tests
62382026-08-25T03:27:45.329Z
62392026-08-25T03:27:45.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-08-25T03:27:45.329Z
62412026-08-25T03:27:45.329Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62422026-08-25T03:27:45.335Z
62432026-08-25T03:27:45.335Zrunning 0 tests
62442026-08-25T03:27:45.335Z
62452026-08-25T03:27:45.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-08-25T03:27:45.335Z
62472026-08-25T03:27:45.338Z Running unittests src/lib.rs (target/debug/deps/asic-ae560fe519159860)
62482026-08-25T03:27:45.338Z
62492026-08-25T03:27:45.338Zrunning 0 tests
62502026-08-25T03:27:45.338Z
62512026-08-25T03:27:45.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62522026-08-25T03:27:45.338Z
62532026-08-25T03:27:45.338Z Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2)
62542026-08-25T03:27:45.358Z
62552026-08-25T03:27:45.358Zrunning 4 tests
62562026-08-25T03:27:45.361Ztest network::tests::test_generate_ipv6_link_local ... ok
62572026-08-25T03:27:45.361Ztest nat::tests::test_vni ... ok
62582026-08-25T03:27:45.364Ztest test_purge ... ok
62592026-08-25T03:27:45.369Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-08-25T03:27:45.369Z
62612026-08-25T03:27:45.369Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-08-25T03:27:45.369Z
62632026-08-25T03:27:45.373Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e)
62642026-08-25T03:27:45.389Z
62652026-08-25T03:27:45.389Zrunning 1 test
62662026-08-25T03:27:45.392Z -------
62672026-08-25T03:27:45.392Z Generating OpenAPI documents from API definitions ...
62682026-08-25T03:27:45.532Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-08-25T03:27:45.643Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-08-25T03:27:46.737Z -------
62712026-08-25T03:27:46.737Z Checking 13 OpenAPI documents...
62722026-08-25T03:27:46.737Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-25T03:27:46.737Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-25T03:27:46.737Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-25T03:27:46.737Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-25T03:27:46.740Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-25T03:27:46.740Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-25T03:27:46.740Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-25T03:27:46.740Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-25T03:27:46.740Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-25T03:27:46.740Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-25T03:27:46.740Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-25T03:27:46.740Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-25T03:27:46.740Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-25T03:27:46.740Z Fresh dpd "latest" symlink
62862026-08-25T03:27:46.740Z -------
62872026-08-25T03:27:46.740Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62882026-08-25T03:27:46.813Ztest test::test_apis_up_to_date ... ok
62892026-08-25T03:27:46.813Z
62902026-08-25T03:27:46.813Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s
62912026-08-25T03:27:46.813Z
62922026-08-25T03:27:46.874Z Running unittests src/main.rs (target/debug/deps/dpd-2c12f74842173b19)
62932026-08-25T03:27:46.881Z
62942026-08-25T03:27:46.881Zrunning 34 tests
62952026-08-25T03:27:46.884Ztest freemap::test_ordering ... ok
62962026-08-25T03:27:46.884Ztest config::tests::test_updates ... ok
62972026-08-25T03:27:46.884Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-08-25T03:27:46.885Ztest freemap::test_split ... ok
62992026-08-25T03:27:46.885Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63002026-08-25T03:27:46.885Ztest macaddrs::tests::test_mac_offset ... ok
63012026-08-25T03:27:46.885Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63022026-08-25T03:27:46.885Ztest macaddrs::tests::test_parse_port_id ... ok
63032026-08-25T03:27:46.885ZAug 25 03:27:45.810 DEBGAug 25 03:27:45.810 DEBG created new freemapcreated new freemap, unit:, unitfreemap_test: freemap_test
63042026-08-25T03:27:46.885Z
63052026-08-25T03:27:46.885ZAug 25 03:27:45.810 DEBG initted freemap. size: 128, unit: freemap_test
63062026-08-25T03:27:46.889ZAug 25 03:27:45.810 DEBG reset freemap, unit:Aug 25 03:27:45.810 Aug 25 03:27:45.810DEBG DEBGinitted freemap. size: 128 , Aug 25 03:27:45.810created new freemapunit :DEBG, unit freemap_test:created new freemap
63072026-08-25T03:27:46.889Z, freemap_testunit
63082026-08-25T03:27:46.889Z:Aug 25 03:27:45.810 freemap_testDEBG
63092026-08-25T03:27:46.889Z reset freemap, Aug 25 03:27:45.810unit :DEBGAug 25 03:27:45.810 freemap_test
63102026-08-25T03:27:46.889Zinitted freemap. size: 128DEBG , initted freemap. size: 128unit, :unit :freemap_test
63112026-08-25T03:27:46.889Zfreemap_test
63122026-08-25T03:27:46.889ZAug 25 03:27:45.810 Aug 25 03:27:45.810DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
63132026-08-25T03:27:46.889Zfreemap_test
63142026-08-25T03:27:46.889Ztest nat::test_mapping ... ok
63152026-08-25T03:27:46.890Z freemap_test
63162026-08-25T03:27:46.890ZAug 25 03:27:45.810 DEBG created new freemap, unit: freemap_test
63172026-08-25T03:27:46.890ZAug 25 03:27:45.810 DEBG initted freemap. size: 8, unit: freemap_test
63182026-08-25T03:27:46.890ZAug 25 03:27:45.810 DEBG reset freemap, unit: freemap_test
63192026-08-25T03:27:46.890Ztest freemap::test_free ... ok
63202026-08-25T03:27:46.890Ztest freemap::test_basic ... ok
63212026-08-25T03:27:46.890Ztest freemap::test_exhaustion ... ok
63222026-08-25T03:27:46.890Ztest freemap::test_reclaim ... ok
63232026-08-25T03:27:46.890Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63242026-08-25T03:27:46.890Ztest port_map::tests::test_backplane_group ... ok
63252026-08-25T03:27:46.890Ztest port_map::tests::test_port_map ... ok
63262026-08-25T03:27:46.890Ztest port_map::tests::dump_map ... ok
63272026-08-25T03:27:46.890ZAug 25 03:27:45.811 DEBG created new freemap, unit: freemap_route_ipv4
63282026-08-25T03:27:46.890ZAug 25 03:27:45.811 DEBG created new freemap, unit: freemap_route_ipv6
63292026-08-25T03:27:46.890ZAug 25 03:27:45.811 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63302026-08-25T03:27:46.890ZAug 25 03:27:45.811 DEBG reset freemap, unit: freemap_route_ipv4
63312026-08-25T03:27:46.890ZAug 25 03:27:45.811 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63322026-08-25T03:27:46.890ZAug 25 03:27:45.811 DEBG reset freemap, unit: freemap_route_ipv6
63332026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63342026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63352026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63362026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63372026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63382026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63392026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63402026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63412026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63422026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63432026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63442026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63452026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63462026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63472026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63482026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63492026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63502026-08-25T03:27:46.890ZAug 25 03:27:45.811 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 } }]
63512026-08-25T03:27:46.890ZAug 25 03:27:45.811 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63522026-08-25T03:27:46.891ZAug 25 03:27:45.811 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 } }]
63532026-08-25T03:27:46.891ZAug 25 03:27:45.811 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63542026-08-25T03:27:46.891ZAug 25 03:27:45.811Aug 25 03:27:45.811 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 } }]created new freemap
63552026-08-25T03:27:46.891Z, unitAug 25 03:27:45.811: INFOfreemap_route_ipv4 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63562026-08-25T03:27:46.891Z
63572026-08-25T03:27:46.891ZAug 25 03:27:45.811 DEBGAug 25 03:27:45.811 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
63582026-08-25T03:27:46.891Z created new freemap, Aug 25 03:27:45.811unit :INFO freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63592026-08-25T03:27:46.891Z
63602026-08-25T03:27:46.891ZAug 25 03:27:45.811Aug 25 03:27:45.811 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
63612026-08-25T03:27:46.891Z, unit: freemap_route_ipv4Aug 25 03:27:45.811
63622026-08-25T03:27:46.891Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63632026-08-25T03:27:46.891ZAug 25 03:27:45.811 DEBG reset freemapAug 25 03:27:45.811, unitDEBG: 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 } }]freemap_route_ipv4
63642026-08-25T03:27:46.891Z
63652026-08-25T03:27:46.891ZAug 25 03:27:45.811Aug 25 03:27:45.811 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64
63662026-08-25T03:27:46.891Z, unit: freemap_route_ipv6Aug 25 03:27:45.811
63672026-08-25T03:27:46.891Z 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 } }]
63682026-08-25T03:27:46.891ZAug 25 03:27:45.811 DEBG reset freemapAug 25 03:27:45.811, unitINFO: adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv6
63692026-08-25T03:27:46.891Z
63702026-08-25T03:27:46.891ZAug 25 03:27:45.811Aug 25 03:27:45.811 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:dead::/64 -> 2001:db8::55:1
63712026-08-25T03:27:46.891Z
63722026-08-25T03:27:46.891ZAug 25 03:27:45.811Aug 25 03:27:45.811 INFODEBG adding route 3fff:beef:f::/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 } }]
63732026-08-25T03:27:46.891Z
63742026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 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:dead::/64 -> 2001:db8::55:2
63752026-08-25T03:27:46.891Z
63762026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:10::/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 } }]
63772026-08-25T03:27:46.891Z
63782026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 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:dead::/64 -> 2001:db8::55:3
63792026-08-25T03:27:46.891Z
63802026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:11::/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 } }]
63812026-08-25T03:27:46.891Z
63822026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 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:dead::/64 -> 2001:db8::55:4
63832026-08-25T03:27:46.891Z
63842026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:12::/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 } }]
63852026-08-25T03:27:46.891Z
63862026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 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::/64 -> 2001:db8::55:ff
63872026-08-25T03:27:46.891Z
63882026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:13::/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 } }]
63892026-08-25T03:27:46.891Z
63902026-08-25T03:27:46.891ZAug 25 03:27:45.812Aug 25 03:27:45.812 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:1::/64 -> 2001:db8::55:ff
63912026-08-25T03:27:46.892Z
63922026-08-25T03:27:46.892ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:14::/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 } }]
63932026-08-25T03:27:46.892Z
63942026-08-25T03:27:46.892ZAug 25 03:27:45.812Aug 25 03:27:45.812 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:2::/64 -> 2001:db8::55:ff
63952026-08-25T03:27:46.892Z
63962026-08-25T03:27:46.892ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:15::/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 } }]
63972026-08-25T03:27:46.892Z
63982026-08-25T03:27:46.892ZAug 25 03:27:45.812Aug 25 03:27:45.812 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:3::/64 -> 2001:db8::55:ff
63992026-08-25T03:27:46.892Z
64002026-08-25T03:27:46.892Ztest api_server::tests::test_build_info ... ok
64012026-08-25T03:27:46.892ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.812
64022026-08-25T03:27:46.892Z DEBG created new freemapAug 25 03:27:45.812, unitINFO: adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4
64032026-08-25T03:27:46.892Z
64042026-08-25T03:27:46.892ZAug 25 03:27:45.812 DEBGAug 25 03:27:45.812 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64052026-08-25T03:27:46.892Ztest port_map::tests::parse_softnpu_revision ... ok
64062026-08-25T03:27:46.896Z created new freemap, unit:Aug 25 03:27:45.812 freemap_route_ipv6INFO
64072026-08-25T03:27:46.896Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64082026-08-25T03:27:46.896ZAug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
64092026-08-25T03:27:46.896Z: freemap_route_ipv4
64102026-08-25T03:27:46.896ZAug 25 03:27:45.812 INFO Aug 25 03:27:45.812adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64112026-08-25T03:27:46.896ZDEBG reset freemap, unit:Aug 25 03:27:45.812 freemap_route_ipv4DEBG
64122026-08-25T03:27:46.896Z 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 } }]
64132026-08-25T03:27:46.896ZAug 25 03:27:45.812 DEBG Aug 25 03:27:45.812initted freemap. size: 64 , INFOunit :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64142026-08-25T03:27:46.896Zfreemap_route_ipv6
64152026-08-25T03:27:46.896ZAug 25 03:27:45.812Aug 25 03:27:45.812 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 } }]reset freemap
64162026-08-25T03:27:46.896Z, unit: Aug 25 03:27:45.812freemap_route_ipv6
64172026-08-25T03:27:46.896ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64182026-08-25T03:27:46.896ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
64192026-08-25T03:27:46.896Z 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 } }]
64202026-08-25T03:27:46.896Z
64212026-08-25T03:27:46.896ZAug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFO Aug 25 03:27:45.812adding route 3fff:beef:9::/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 } }]
64222026-08-25T03:27:46.896Z
64232026-08-25T03:27:46.896ZDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.812
64242026-08-25T03:27:46.896Z Aug 25 03:27:45.812 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 } }]Aug 25 03:27:45.812adding route 3fff:dead::/64 -> 2001:db8::55:2
64252026-08-25T03:27:46.896Z
64262026-08-25T03:27:46.896ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64272026-08-25T03:27:46.896ZAug 25 03:27:45.812 Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFO DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:27:45.812
64282026-08-25T03:27:46.896Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64292026-08-25T03:27:46.897Z
64302026-08-25T03:27:46.897Zcreated new freemapAug 25 03:27:45.812, Aug 25 03:27:45.812unit Aug 25 03:27:45.812:INFO freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ff
64312026-08-25T03:27:46.897Z
64322026-08-25T03:27:46.897ZINFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64332026-08-25T03:27:46.897Zreplacing 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 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG
64342026-08-25T03:27:46.897ZAug 25 03:27:45.812 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 } }]created new freemapDEBG,
64352026-08-25T03:27:46.897Z unitreplacing 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 25 03:27:45.812
64362026-08-25T03:27:46.897Z Aug 25 03:27:45.812 Aug 25 03:27:45.812INFO freemap_route_ipv6 Aug 25 03:27:45.812INFO
64372026-08-25T03:27:46.897Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64382026-08-25T03:27:46.897Z
64392026-08-25T03:27:46.897ZINFOcreated new freemap , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 03:27:45.812
64402026-08-25T03:27:46.897ZunitAug 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]:
64412026-08-25T03:27:46.897Zinitted freemap. size: 64
64422026-08-25T03:27:46.897Z, Aug 25 03:27:45.812unit DEBG:freemap_test freemap_route_ipv4replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64432026-08-25T03:27:46.897Z
64442026-08-25T03:27:46.897Z
64452026-08-25T03:27:46.897ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812 Aug 25 03:27:45.812 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
64462026-08-25T03:27:46.897Z Aug 25 03:27:45.812 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
64472026-08-25T03:27:46.897ZDEBG Aug 25 03:27:45.812Aug 25 03:27:45.812adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64482026-08-25T03:27:46.897ZDEBG Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG 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 } }]
64492026-08-25T03:27:46.897ZDEBG 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 } }]
64502026-08-25T03:27:46.897Zreplacing 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 25 03:27:45.812initted freemap. size: 128 INFO
64512026-08-25T03:27:46.897Zreset freemap, Aug 25 03:27:45.812unit adding route 3fff:beef:3::/64 -> 2001:db8::55:ff, INFOunit :: freemap_testfreemap_route_ipv4adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64522026-08-25T03:27:46.897Z
64532026-08-25T03:27:46.897Z
64542026-08-25T03:27:46.897Z
64552026-08-25T03:27:46.897ZAug 25 03:27:45.812 INFO Aug 25 03:27:45.812adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 Aug 25 03:27:45.812Aug 25 03:27:45.812
64562026-08-25T03:27:46.897ZDEBG DEBG initted freemap. size: 64DEBG, DEBGunit : 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 25 03:27:45.812
64572026-08-25T03:27:46.897Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
64582026-08-25T03:27:46.897Zfreemap_route_ipv6Aug 25 03:27:45.812
64592026-08-25T03:27:46.897Zreset freemap INFO, unitAug 25 03:27:45.812 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:1c::/64 -> 2001:db8::55:ffAug 25 03:27:45.812
64602026-08-25T03:27:46.897Z
64612026-08-25T03:27:46.897Z: INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG Aug 25 03:27:45.812
64622026-08-25T03:27:46.897Z reset freemapDEBG, unit: freemap_testreplacing 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 } }]
64632026-08-25T03:27:46.897Z
64642026-08-25T03:27:46.897ZAug 25 03:27:45.812freemap_route_ipv6
64652026-08-25T03:27:46.897ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812DEBG INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64662026-08-25T03:27:46.897Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64672026-08-25T03:27:46.897Z
64682026-08-25T03:27:46.898ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812 Aug 25 03:27:45.812INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:27:45.812adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64692026-08-25T03:27:46.898Z DEBG DEBG
64702026-08-25T03:27:46.898Zreplacing 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 25 03:27:45.812
64712026-08-25T03:27:46.898Zreplacing 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 } }]
64722026-08-25T03:27:46.898ZDEBG Aug 25 03:27:45.812 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
64732026-08-25T03:27:46.898ZAug 25 03:27:45.812 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64742026-08-25T03:27:46.898Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 03:27:45.812 Aug 25 03:27:45.812 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64752026-08-25T03:27:46.898Z
64762026-08-25T03:27:46.898ZAug 25 03:27:45.812 DEBGAug 25 03:27:45.812 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
64772026-08-25T03:27:46.898Z 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
64782026-08-25T03:27:46.898Z adding route 3fff:dead::/64 -> 2001:db8::55:1
64792026-08-25T03:27:46.898ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFOINFO Aug 25 03:27:45.812adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64802026-08-25T03:27:46.898Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64812026-08-25T03:27:46.898ZDEBG Aug 25 03:27:45.812replacing 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 25 03:27:45.812
64822026-08-25T03:27:46.898Z DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.812
64832026-08-25T03:27:46.898Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64842026-08-25T03:27:46.898Z adding route 3fff:dead::/64 -> 2001:db8::55:1
64852026-08-25T03:27:46.898ZAug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812INFOINFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
64862026-08-25T03:27:46.898Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64872026-08-25T03:27:46.898Z
64882026-08-25T03:27:46.898ZAug 25 03:27:45.812 Aug 25 03:27:45.812DEBG Aug 25 03:27:45.812DEBG 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
64892026-08-25T03:27:46.898Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64902026-08-25T03:27:46.898Zadding route 3fff:dead::/64 -> 2001:db8::55:2
64912026-08-25T03:27:46.898ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812Aug 25 03:27:45.812 DEBGINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64922026-08-25T03:27:46.898Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64932026-08-25T03:27:46.898Zreplacing 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 } }]
64942026-08-25T03:27:46.898ZAug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
64952026-08-25T03:27:46.898Z
64962026-08-25T03:27:46.898Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
64972026-08-25T03:27:46.898ZAug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64982026-08-25T03:27:46.898Zreplacing 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
64992026-08-25T03:27:46.898Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65002026-08-25T03:27:46.898Ztest freemap::test_span ... ok
65012026-08-25T03:27:46.898ZAug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBG Aug 25 03:27:45.812 INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65022026-08-25T03:27:46.898Z
65032026-08-25T03:27:46.898ZAug 25 03:27:45.812Aug 25 03:27:45.812 INFO DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65042026-08-25T03:27:46.898Z
65052026-08-25T03:27:46.899Z Aug 25 03:27:45.812Aug 25 03:27:45.812 INFO INFOINFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
65062026-08-25T03:27:46.903Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65072026-08-25T03:27:46.903Z
65082026-08-25T03:27:46.903ZAug 25 03:27:45.812 Aug 25 03:27:45.812DEBG Aug 25 03:27:45.812DEBG 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 } }]
65092026-08-25T03:27:46.903Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65102026-08-25T03:27:46.903Z
65112026-08-25T03:27:46.903ZAug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65122026-08-25T03:27:46.903Z
65132026-08-25T03:27:46.903ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65142026-08-25T03:27:46.903ZAug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGDEBGreplacing 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 } }]
65152026-08-25T03:27:46.903Zreplacing 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 } }]
65162026-08-25T03:27:46.904Zreplacing 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 } }]
65172026-08-25T03:27:46.904ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFOAug 25 03:27:45.812
65182026-08-25T03:27:46.904Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO
65192026-08-25T03:27:46.904ZAug 25 03:27:45.812 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
65202026-08-25T03:27:46.904Z 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 } }]
65212026-08-25T03:27:46.904ZAug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG DEBGINFO adding route 3fff:beef:a::/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 } }]
65222026-08-25T03:27:46.904Zreplacing 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 } }]
65232026-08-25T03:27:46.904Z
65242026-08-25T03:27:46.904ZAug 25 03:27:45.812 Aug 25 03:27:45.812DEBGAug 25 03:27:45.812 INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
65252026-08-25T03:27:46.904Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65262026-08-25T03:27:46.904Z
65272026-08-25T03:27:46.904ZAug 25 03:27:45.812Aug 25 03:27:45.812Aug 25 03:27:45.812 DEBGDEBG 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 } }]
65282026-08-25T03:27:46.904Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65292026-08-25T03:27:46.904Z
65302026-08-25T03:27:46.904ZAug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65312026-08-25T03:27:46.904ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65322026-08-25T03:27:46.904Z
65332026-08-25T03:27:46.904ZAug 25 03:27:45.812 INFOAug 25 03:27:45.812 Aug 25 03:27:45.812 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65342026-08-25T03:27:46.904Z
65352026-08-25T03:27:46.904Zreplacing 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 } }]
65362026-08-25T03:27:46.904ZAug 25 03:27:45.812Aug 25 03:27:45.812 Aug 25 03:27:45.812INFO DEBGINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65372026-08-25T03:27:46.904Z 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 } }]
65382026-08-25T03:27:46.904Z
65392026-08-25T03:27:46.904ZAug 25 03:27:45.812 Aug 25 03:27:45.812Aug 25 03:27:45.812DEBG 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 } }]
65402026-08-25T03:27:46.904Zreplacing 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 } }]
65412026-08-25T03:27:46.904ZAug 25 03:27:45.812 Aug 25 03:27:45.812INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65422026-08-25T03:27:46.904Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65432026-08-25T03:27:46.904ZAug 25 03:27:45.813 Aug 25 03:27:45.813INFO DEBG adding route 3fff:beef:d::/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 } }]DEBG
65442026-08-25T03:27:46.904Z
65452026-08-25T03:27:46.904Zreplacing 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 } }]
65462026-08-25T03:27:46.904ZAug 25 03:27:45.813 Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813replacing 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 } }]
65472026-08-25T03:27:46.904ZINFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65482026-08-25T03:27:46.904ZAug 25 03:27:45.813
65492026-08-25T03:27:46.904Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 03:27:45.813
65502026-08-25T03:27:46.905Z Aug 25 03:27:45.813DEBG DEBGAug 25 03:27:45.813replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65512026-08-25T03:27:46.905ZDEBG 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 25 03:27:45.813replacing 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 } }]
65522026-08-25T03:27:46.905Z
65532026-08-25T03:27:46.905ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:27:45.813Aug 25 03:27:45.813
65542026-08-25T03:27:46.905Z INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65552026-08-25T03:27:46.905Z
65562026-08-25T03:27:46.905ZAug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813 DEBGDEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65572026-08-25T03:27:46.905Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65582026-08-25T03:27:46.905Z
65592026-08-25T03:27:46.905ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
65602026-08-25T03:27:46.905Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65612026-08-25T03:27:46.905Z
65622026-08-25T03:27:46.905ZAug 25 03:27:45.813 DEBG Aug 25 03:27:45.813replacing 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 } }]
65632026-08-25T03:27:46.905ZAug 25 03:27:45.813DEBG 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 } }]
65642026-08-25T03:27:46.905Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65652026-08-25T03:27:46.905ZAug 25 03:27:45.813 Aug 25 03:27:45.813INFO Aug 25 03:27:45.813INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65662026-08-25T03:27:46.905Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65672026-08-25T03:27:46.905Z
65682026-08-25T03:27:46.905ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65692026-08-25T03:27:46.905Zreplacing 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 } }]
65702026-08-25T03:27:46.905Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65712026-08-25T03:27:46.905ZAug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65722026-08-25T03:27:46.905Z
65732026-08-25T03:27:46.905Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65742026-08-25T03:27:46.905ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG 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 } }]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 } }]
65752026-08-25T03:27:46.905Z
65762026-08-25T03:27:46.905ZDEBG 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 } }]
65772026-08-25T03:27:46.905ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813INFO INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65782026-08-25T03:27:46.905Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65792026-08-25T03:27:46.905Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65802026-08-25T03:27:46.905ZAug 25 03:27:45.813 Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813 DEBGreplacing 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: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
65812026-08-25T03:27:46.905Z
65822026-08-25T03:27:46.905Z 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 } }]
65832026-08-25T03:27:46.905ZAug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65842026-08-25T03:27:46.905Z
65852026-08-25T03:27:46.906Z
65862026-08-25T03:27:46.906ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBGDEBG 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
65872026-08-25T03:27:46.906Zreplacing 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 } }]
65882026-08-25T03:27:46.906Zreplacing 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 } }]
65892026-08-25T03:27:46.906ZAug 25 03:27:45.813 Aug 25 03:27:45.813INFOAug 25 03:27:45.813 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
65902026-08-25T03:27:46.906ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65912026-08-25T03:27:46.906Z
65922026-08-25T03:27:46.906ZAug 25 03:27:45.813 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813
65932026-08-25T03:27:46.906Z Aug 25 03:27:45.813DEBG DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65942026-08-25T03:27:46.906Z
65952026-08-25T03:27:46.906ZAug 25 03:27:45.813 INFOAug 25 03:27:45.813 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 03:27:45.813
65962026-08-25T03:27:46.906Z INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65972026-08-25T03:27:46.906Z
65982026-08-25T03:27:46.906ZAug 25 03:27:45.813 DEBG Aug 25 03:27:45.813replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65992026-08-25T03:27:46.906ZDEBGAug 25 03:27:45.813 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66002026-08-25T03:27:46.906Z 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 } }]
66012026-08-25T03:27:46.906ZAug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813INFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66022026-08-25T03:27:46.906Z
66032026-08-25T03:27:46.906Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66042026-08-25T03:27:46.906ZAug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66052026-08-25T03:27:46.906Z
66062026-08-25T03:27:46.911ZDEBG 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 25 03:27:45.813
66072026-08-25T03:27:46.911Z Aug 25 03:27:45.813INFO Aug 25 03:27:45.813INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
66082026-08-25T03:27:46.911Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66092026-08-25T03:27:46.911Z
66102026-08-25T03:27:46.911ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66112026-08-25T03:27:46.911Z 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: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 } }]
66122026-08-25T03:27:46.911Z
66132026-08-25T03:27:46.912ZAug 25 03:27:45.813 INFOAug 25 03:27:45.813Aug 25 03:27:45.813 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66142026-08-25T03:27:46.912ZINFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66152026-08-25T03:27:46.912Z
66162026-08-25T03:27:46.912ZAug 25 03:27:45.813 DEBG Aug 25 03:27:45.813Aug 25 03:27:45.813 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 } }]
66172026-08-25T03:27:46.912ZDEBG 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: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 } }]
66182026-08-25T03:27:46.912ZAug 25 03:27:45.813
66192026-08-25T03:27:46.912Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66202026-08-25T03:27:46.912ZAug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66212026-08-25T03:27:46.912Z
66222026-08-25T03:27:46.912ZAug 25 03:27:45.813 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813Aug 25 03:27:45.813
66232026-08-25T03:27:46.912ZDEBG DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66242026-08-25T03:27:46.912Z
66252026-08-25T03:27:46.912ZAug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813INFO INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66262026-08-25T03:27:46.912Z
66272026-08-25T03:27:46.912Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66282026-08-25T03:27:46.912ZAug 25 03:27:45.813Aug 25 03:27:45.813 DEBGAug 25 03:27:45.813 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 } }]
66292026-08-25T03:27:46.912ZDEBGreplacing 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 } }]
66302026-08-25T03:27:46.912Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66312026-08-25T03:27:46.912ZAug 25 03:27:45.813Aug 25 03:27:45.813 INFOINFO Aug 25 03:27:45.813adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66322026-08-25T03:27:46.912Z
66332026-08-25T03:27:46.912ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 03:27:45.813
66342026-08-25T03:27:46.912Z Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813replacing 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 DEBG
66352026-08-25T03:27:46.912Zreplacing 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 } }]
66362026-08-25T03:27:46.912Zreplacing 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 } }]
66372026-08-25T03:27:46.913ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66382026-08-25T03:27:46.913Z
66392026-08-25T03:27:46.913Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 03:27:45.813
66402026-08-25T03:27:46.913Z Aug 25 03:27:45.813DEBG 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 25 03:27:45.813
66412026-08-25T03:27:46.913Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66422026-08-25T03:27:46.913Z 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 } }]
66432026-08-25T03:27:46.913ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813 INFOINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66442026-08-25T03:27:46.913Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66452026-08-25T03:27:46.913Z
66462026-08-25T03:27:46.913ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813 DEBGDEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66472026-08-25T03:27:46.913Z
66482026-08-25T03:27:46.913Zreplacing 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 } }]
66492026-08-25T03:27:46.913ZAug 25 03:27:45.813Aug 25 03:27:45.813 Aug 25 03:27:45.813 INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66502026-08-25T03:27:46.913ZINFO Aug 25 03:27:45.813 DEBG created new freemap, unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
66512026-08-25T03:27:46.913Z freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66522026-08-25T03:27:46.913Z
66532026-08-25T03:27:46.913Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 03:27:45.813Aug 25 03:27:45.813 DEBG
66542026-08-25T03:27:46.913Z created new freemap, unit:Aug 25 03:27:45.813 freemap_route_ipv6
66552026-08-25T03:27:46.913ZDEBG 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 } }]
66562026-08-25T03:27:46.913ZAug 25 03:27:45.813 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
66572026-08-25T03:27:46.913ZAug 25 03:27:45.813 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 } }]
66582026-08-25T03:27:46.914ZAug 25 03:27:45.813 DEBG reset freemap, unit: freemap_route_ipv4Aug 25 03:27:45.813
66592026-08-25T03:27:46.914Z DEBGAug 25 03:27:45.813 Aug 25 03:27:45.813DEBG initted freemap. size: 64 , Aug 25 03:27:45.813unit : INFOfreemap_route_ipv6
66602026-08-25T03:27:46.914Z 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 } }]
66612026-08-25T03:27:46.914ZAug 25 03:27:45.813 DEBG reset freemapDEBG, unit: freemap_route_ipv6
66622026-08-25T03:27:46.914ZINFOAug 25 03:27:45.813 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
66632026-08-25T03:27:46.914Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813
66642026-08-25T03:27:46.914Z 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 } }]
66652026-08-25T03:27:46.914ZAug 25 03:27:45.813 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 03:27:45.813Aug 25 03:27:45.813
66662026-08-25T03:27:46.914ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOINFOAug 25 03:27:45.813 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
66672026-08-25T03:27:46.914Z
66682026-08-25T03:27:46.914ZAug 25 03:27:45.813 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 } }]
66692026-08-25T03:27:46.914Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:27:45.813
66702026-08-25T03:27:46.914ZAug 25 03:27:45.813 INFO Aug 25 03:27:45.813adding route 3fff:dead::/64 -> 2001:db8::55:3
66712026-08-25T03:27:46.914Z 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 } }]
66722026-08-25T03:27:46.914ZDEBGAug 25 03:27:45.813 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 } }]
66732026-08-25T03:27:46.914Z DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813
66742026-08-25T03:27:46.914Z Aug 25 03:27:45.813INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
66752026-08-25T03:27:46.914ZINFOAug 25 03:27:45.813adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 03:27:45.813 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 } }]
66762026-08-25T03:27:46.914Z INFO Aug 25 03:27:45.813
66772026-08-25T03:27:46.914Z DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66782026-08-25T03:27:46.914Z replacing targets for 3fff:dead::/64 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 } }]
66792026-08-25T03:27:46.914ZAug 25 03:27:45.813 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 } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813
66802026-08-25T03:27:46.914Z WARN Aug 25 03:27:45.813shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG
66812026-08-25T03:27:46.914Z adding route 3fff:beef:25::/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 } }]
66822026-08-25T03:27:46.914ZAug 25 03:27:45.813 ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
66832026-08-25T03:27:46.914Z
66842026-08-25T03:27:46.914Z
66852026-08-25T03:27:46.914ZAug 25 03:27:45.813 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66862026-08-25T03:27:46.914ZAug 25 03:27:45.813 ERROAug 25 03:27:45.813 INFO Aug 25 03:27:45.813shrink-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
66872026-08-25T03:27:46.914Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66882026-08-25T03:27:46.915ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66892026-08-25T03:27:46.915ZAug 25 03:27:45.813 Aug 25 03:27:45.813DEBG Aug 25 03:27:45.813DEBG 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 } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.813
66902026-08-25T03:27:46.915Z DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66912026-08-25T03:27:46.915Zreplacing 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 } }]
66922026-08-25T03:27:46.915Z
66932026-08-25T03:27:46.915ZAug 25 03:27:45.813 Aug 25 03:27:45.813Aug 25 03:27:45.813Aug 25 03:27:45.813INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
66942026-08-25T03:27:46.915Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
66952026-08-25T03:27:46.915Z Aug 25 03:27:45.813adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66962026-08-25T03:27:46.915Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:27:45.813
66972026-08-25T03:27:46.915Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66982026-08-25T03:27:46.915ZAug 25 03:27:45.814 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 } }]DEBGAug 25 03:27:45.814
66992026-08-25T03:27:46.915Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67002026-08-25T03:27:46.915ZAug 25 03:27:45.814 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67012026-08-25T03:27:46.915Zreplacing 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 } }]
67022026-08-25T03:27:46.915ZAug 25 03:27:45.814Aug 25 03:27:45.814 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 } }]
67032026-08-25T03:27:46.915ZAug 25 03:27:45.814 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67042026-08-25T03:27:46.915Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67052026-08-25T03:27:46.915ZAug 25 03:27:45.814 DEBGAug 25 03:27:45.814 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
67062026-08-25T03:27:46.924Z 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 } }]
67072026-08-25T03:27:46.924ZAug 25 03:27:45.814 INFOAug 25 03:27:45.814 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
67082026-08-25T03:27:46.924Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
67092026-08-25T03:27:46.924Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67102026-08-25T03:27:46.924ZAug 25 03:27:45.814Aug 25 03:27:45.814 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: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 } }]
67112026-08-25T03:27:46.924Z
67122026-08-25T03:27:46.924ZAug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67132026-08-25T03:27:46.924Z
67142026-08-25T03:27:46.924ZAug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG adding route 3fff:beef:1d::/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 } }]
67152026-08-25T03:27:46.924ZDEBG
67162026-08-25T03:27:46.924Z 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 } }]
67172026-08-25T03:27:46.924ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814 INFODEBGINFO adding route 3fff:beef:28::/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 } }]
67182026-08-25T03:27:46.924Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67192026-08-25T03:27:46.924Z
67202026-08-25T03:27:46.924ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814 INFODEBG 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 } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67212026-08-25T03:27:46.924Z
67222026-08-25T03:27:46.924Zreplacing 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 } }]
67232026-08-25T03:27:46.924ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/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 } }]
67242026-08-25T03:27:46.924Z
67252026-08-25T03:27:46.924Z
67262026-08-25T03:27:46.924ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBG DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
67272026-08-25T03:27:46.925Z
67282026-08-25T03:27:46.925Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67292026-08-25T03:27:46.925ZAug 25 03:27:45.814Aug 25 03:27:45.814 INFOAug 25 03:27:45.814 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
67302026-08-25T03:27:46.925ZDEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67312026-08-25T03:27:46.925Zreplacing 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 25 03:27:45.814
67322026-08-25T03:27:46.925Z Aug 25 03:27:45.814DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67332026-08-25T03:27:46.925ZAug 25 03:27:45.814replacing 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 } }]
67342026-08-25T03:27:46.925ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:27:45.814
67352026-08-25T03:27:46.925Z Aug 25 03:27:45.814INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 25 03:27:45.814adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67362026-08-25T03:27:46.925ZDEBG
67372026-08-25T03:27:46.925Z 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 } }]
67382026-08-25T03:27:46.925ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67392026-08-25T03:27:46.925Zreplacing 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:21::/64 -> 2001:db8::55:ff
67402026-08-25T03:27:46.925Z
67412026-08-25T03:27:46.925ZAug 25 03:27:45.814 INFOAug 25 03:27:45.814 Aug 25 03:27:45.814INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67422026-08-25T03:27:46.925Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
67432026-08-25T03:27:46.925Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814
67442026-08-25T03:27:46.925Z DEBG Aug 25 03:27:45.814replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67452026-08-25T03:27:46.925ZDEBGAug 25 03:27:45.814 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
67462026-08-25T03:27:46.925ZAug 25 03:27:45.814 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
67472026-08-25T03:27:46.925Z Aug 25 03:27:45.814adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67482026-08-25T03:27:46.925ZINFO Aug 25 03:27:45.814adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67492026-08-25T03:27:46.925ZAug 25 03:27:45.814DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67502026-08-25T03:27:46.925Z 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 } }]
67512026-08-25T03:27:46.925ZAug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814DEBG INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67522026-08-25T03:27:46.925Zreplacing 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:2e::/64 -> 2001:db8::55:ff
67532026-08-25T03:27:46.925Z
67542026-08-25T03:27:46.925ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG 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 } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67552026-08-25T03:27:46.925Zreplacing 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 } }]
67562026-08-25T03:27:46.925Z
67572026-08-25T03:27:46.925ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
67582026-08-25T03:27:46.925Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67592026-08-25T03:27:46.925Zreplacing 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 } }]
67602026-08-25T03:27:46.925ZAug 25 03:27:45.814 Aug 25 03:27:45.814DEBGAug 25 03:27:45.814 DEBG 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 } }] 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 } }]
67612026-08-25T03:27:46.925Z
67622026-08-25T03:27:46.925Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67632026-08-25T03:27:46.925ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/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 } }]
67642026-08-25T03:27:46.925Z
67652026-08-25T03:27:46.925Z
67662026-08-25T03:27:46.925ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBGDEBG 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
67672026-08-25T03:27:46.926Z adding route 3fff:beef:32::/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 } }]
67682026-08-25T03:27:46.926Z
67692026-08-25T03:27:46.926ZAug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67702026-08-25T03:27:46.926Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67712026-08-25T03:27:46.926Z
67722026-08-25T03:27:46.926ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814INFO DEBGDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67732026-08-25T03:27:46.926Z 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: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 } }]
67742026-08-25T03:27:46.926Z
67752026-08-25T03:27:46.926ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBG INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67762026-08-25T03:27:46.926Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
67772026-08-25T03:27:46.926Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67782026-08-25T03:27:46.926ZAug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:27:45.814replacing 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 } }]
67792026-08-25T03:27:46.926Z DEBG
67802026-08-25T03:27:46.926Z 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 25 03:27:45.814
67812026-08-25T03:27:46.926Z DEBGAug 25 03:27:45.814 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 } }]INFOAug 25 03:27:45.814Aug 25 03:27:45.814 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
67822026-08-25T03:27:46.926Z
67832026-08-25T03:27:46.926Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
67842026-08-25T03:27:46.926Z Aug 25 03:27:45.814created new freemap Aug 25 03:27:45.814DEBG INFOAug 25 03:27:45.814, 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 } }]
67852026-08-25T03:27:46.926ZDEBG 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 } }]unit
67862026-08-25T03:27:46.926Z :Aug 25 03:27:45.814 freemap_route_ipv4adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
67872026-08-25T03:27:46.926Z
67882026-08-25T03:27:46.926Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67892026-08-25T03:27:46.926ZAug 25 03:27:45.814 Aug 25 03:27:45.814DEBG 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 } }]Aug 25 03:27:45.814
67902026-08-25T03:27:46.926Zreplacing 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 25 03:27:45.814 DEBGINFO
67912026-08-25T03:27:46.926Z Aug 25 03:27:45.814 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOcreated new freemap , adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67922026-08-25T03:27:46.926Z
67932026-08-25T03:27:46.926Zunit: freemap_route_ipv6
67942026-08-25T03:27:46.926ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 DEBG INFO 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 } }]
67952026-08-25T03:27:46.926Zreplacing 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 } }]
67962026-08-25T03:27:46.926Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67972026-08-25T03:27:46.926ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814INFO Aug 25 03:27:45.814adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67982026-08-25T03:27:46.926ZINFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGAug 25 03:27:45.814
67992026-08-25T03:27:46.926Z 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: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 } }]
68002026-08-25T03:27:46.926Z
68012026-08-25T03:27:46.926Zinitted freemap. size: 64, unit: Aug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
68022026-08-25T03:27:46.926Zreplacing 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 } }] freemap_route_ipv4
68032026-08-25T03:27:46.926Z
68042026-08-25T03:27:46.926ZAug 25 03:27:45.814adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68052026-08-25T03:27:46.927ZDEBGAug 25 03:27:45.814 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 03:27:45.814
68062026-08-25T03:27:46.933Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
68072026-08-25T03:27:46.933Z Aug 25 03:27:45.814Aug 25 03:27:45.814 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
68082026-08-25T03:27:46.933Z Aug 25 03:27:45.814INFO reset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }]
68092026-08-25T03:27:46.933ZAug 25 03:27:45.814 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68102026-08-25T03:27:46.933ZAug 25 03:27:45.814 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 } }]
68112026-08-25T03:27:46.934ZAug 25 03:27:45.814 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68122026-08-25T03:27:46.934ZAug 25 03:27:45.814 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 } }]
68132026-08-25T03:27:46.934ZAug 25 03:27:45.814Aug 25 03:27:45.814 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68142026-08-25T03:27:46.934Z
68152026-08-25T03:27:46.934ZAug 25 03:27:45.814 DEBG , replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814unit :
68162026-08-25T03:27:46.934ZDEBG freemap_route_ipv4replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68172026-08-25T03:27:46.934ZAug 25 03:27:45.814
68182026-08-25T03:27:46.934Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 03:27:45.814
68192026-08-25T03:27:46.934Z Aug 25 03:27:45.814DEBG INFO initted freemap. size: 64adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:27:45.814
68202026-08-25T03:27:46.934Z , DEBGunit :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 } }]
68212026-08-25T03:27:46.934Zfreemap_route_ipv6
68222026-08-25T03:27:46.934ZAug 25 03:27:45.814 Aug 25 03:27:45.814INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68232026-08-25T03:27:46.934Zreset freemap, unit:Aug 25 03:27:45.814 Aug 25 03:27:45.814freemap_route_ipv6
68242026-08-25T03:27:46.934ZDEBG 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 } }]
68252026-08-25T03:27:46.934ZAug 25 03:27:45.814 Aug 25 03:27:45.814INFOAug 25 03:27:45.814 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFO
68262026-08-25T03:27:46.934Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68272026-08-25T03:27:46.934Z
68282026-08-25T03:27:46.934ZDEBGAug 25 03:27:45.814 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 25 03:27:45.814Aug 25 03:27:45.814
68292026-08-25T03:27:46.934Z DEBGDEBGDEBG 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:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
68302026-08-25T03:27:46.934Z
68312026-08-25T03:27:46.934Z
68322026-08-25T03:27:46.934ZAug 25 03:27:45.814Aug 25 03:27:45.814Aug 25 03:27:45.814 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68332026-08-25T03:27:46.934ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68342026-08-25T03:27:46.934Z
68352026-08-25T03:27:46.934ZAug 25 03:27:45.814 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 } }]Aug 25 03:27:45.814
68362026-08-25T03:27:46.934Z DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814
68372026-08-25T03:27:46.934Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68382026-08-25T03:27:46.934Z INFO Aug 25 03:27:45.814adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68392026-08-25T03:27:46.934ZAug 25 03:27:45.814Aug 25 03:27:45.814DEBG 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
68402026-08-25T03:27:46.935Z Aug 25 03:27:45.814INFO Aug 25 03:27:45.814DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
68412026-08-25T03:27:46.935Z INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68422026-08-25T03:27:46.935Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68432026-08-25T03:27:46.935Z
68442026-08-25T03:27:46.935ZAug 25 03:27:45.814Aug 25 03:27:45.814 Aug 25 03:27:45.814DEBGINFO DEBG adding route 3fff:beef:3b::/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 } }]
68452026-08-25T03:27:46.935Z
68462026-08-25T03:27:46.935Zreplacing 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 25 03:27:45.814
68472026-08-25T03:27:46.935ZINFO Aug 25 03:27:45.814Aug 25 03:27:45.814adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
68482026-08-25T03:27:46.935Z
68492026-08-25T03:27:46.935ZAug 25 03:27:45.814 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
68502026-08-25T03:27:46.935Z Aug 25 03:27:45.814adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68512026-08-25T03:27:46.935ZINFO Aug 25 03:27:45.814adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68522026-08-25T03:27:46.935ZDEBGAug 25 03:27:45.814 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.814replacing 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 25 03:27:45.814
68532026-08-25T03:27:46.935Z
68542026-08-25T03:27:46.935ZDEBGDEBG 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 } }]
68552026-08-25T03:27:46.935Zreplacing 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 25 03:27:45.814
68562026-08-25T03:27:46.935Z INFOAug 25 03:27:45.814 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 03:27:45.814Aug 25 03:27:45.814INFO
68572026-08-25T03:27:46.935ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68582026-08-25T03:27:46.935Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 03:27:45.814
68592026-08-25T03:27:46.935Z
68602026-08-25T03:27:46.935Z 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 } }]
68612026-08-25T03:27:46.935ZAug 25 03:27:45.814 Aug 25 03:27:45.814Aug 25 03:27:45.814DEBG 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 } }]
68622026-08-25T03:27:46.935Zreplacing 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 25 03:27:45.814
68632026-08-25T03:27:46.935Z DEBGINFO Aug 25 03:27:45.815replacing 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 25 03:27:45.815adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68642026-08-25T03:27:46.935ZINFOAug 25 03:27:45.814
68652026-08-25T03:27:46.935Ztest route::tests::rollback_on_compact_delete_failure ... ok
68662026-08-25T03:27:46.935Z INFODEBG created new freemapadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff,
68672026-08-25T03:27:46.935ZAug 25 03:27:45.815adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit
68682026-08-25T03:27:46.935Z: INFOfreemap_route_ipv4Aug 25 03:27:45.815Aug 25 03:27:45.815
68692026-08-25T03:27:46.935Z DEBGAug 25 03:27:45.815 adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68702026-08-25T03:27:46.935Z
68712026-08-25T03:27:46.935ZDEBGDEBG 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: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 } }]
68722026-08-25T03:27:46.935Z
68732026-08-25T03:27:46.935ZAug 25 03:27:45.815Aug 25 03:27:45.815 INFO Aug 25 03:27:45.815Aug 25 03:27:45.815 DEBG Aug 25 03:27:45.815 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap
68742026-08-25T03:27:46.935ZINFODEBG INFO, adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff:
68752026-08-25T03:27:46.935Z
68762026-08-25T03:27:46.935Zfreemap_route_ipv6Aug 25 03:27:45.815
68772026-08-25T03:27:46.935Z Aug 25 03:27:45.815DEBGAug 25 03:27:45.815 DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
68782026-08-25T03:27:46.935ZAug 25 03:27:45.815 Aug 25 03:27:45.815Aug 25 03:27:45.821 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
68792026-08-25T03:27:46.935Z INFOcreated new freemap created new freemap, unit, :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
68802026-08-25T03:27:46.936Z unitfreemap_route_ipv4:
68812026-08-25T03:27:46.936Z freemap_route_ipv4
68822026-08-25T03:27:46.936Z
68832026-08-25T03:27:46.936ZAug 25 03:27:45.821 Aug 25 03:27:45.821DEBG Aug 25 03:27:45.821DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68842026-08-25T03:27:46.936Z created new freemapAug 25 03:27:45.821created new freemap , INFO, unitAug 25 03:27:45.821adding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
68852026-08-25T03:27:46.936Zunit freemap_route_ipv6
68862026-08-25T03:27:46.936ZDEBG:Aug 25 03:27:45.821 freemap_route_ipv6DEBG
68872026-08-25T03:27:46.936Z failed to allocate space for the new target listreplacing 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 } }]
68882026-08-25T03:27:46.936Z
68892026-08-25T03:27:46.936ZAug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG Aug 25 03:27:45.821initted freemap. size: 64 initted freemap. size: 64INFO, , Aug 25 03:27:45.821unitadding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit:
68902026-08-25T03:27:46.936Z :freemap_route_ipv4
68912026-08-25T03:27:46.936Zfreemap_route_ipv4
68922026-08-25T03:27:46.936ZDEBG Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBG reset freemapAug 25 03:27:45.814, unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4
68932026-08-25T03:27:46.936Z
68942026-08-25T03:27:46.936ZAug 25 03:27:45.821 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 } }]DEBGAug 25 03:27:45.821 Aug 25 03:27:45.821reset freemap , DEBGunit DEBG:initted freemap. size: 64 , freemap_route_ipv4unit
68952026-08-25T03:27:46.936Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:replacing targets for 3fff:beef: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 } }]
68962026-08-25T03:27:46.936Z
68972026-08-25T03:27:46.936Zfreemap_route_ipv6
68982026-08-25T03:27:46.936Z
68992026-08-25T03:27:46.936ZAug 25 03:27:45.821Aug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821INFO INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGreset freemap
69002026-08-25T03:27:46.936Z, initted freemap. size: 64
69012026-08-25T03:27:46.936Zunit: , freemap_route_ipv6unit
69022026-08-25T03:27:46.936ZAug 25 03:27:45.821Aug 25 03:27:45.821: DEBGfreemap_route_ipv6
69032026-08-25T03:27:46.936Zreplacing 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 } }]
69042026-08-25T03:27:46.936ZDEBG Aug 25 03:27:45.821replacing 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 } }]
69052026-08-25T03:27:46.936ZINFOAug 25 03:27:45.821Aug 25 03:27:45.821 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:27:45.821
69062026-08-25T03:27:46.940Z INFO reset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff,
69072026-08-25T03:27:46.941Zunit
69082026-08-25T03:27:46.941ZAug 25 03:27:45.821: freemap_route_ipv6DEBGAug 25 03:27:45.821 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69092026-08-25T03:27:46.941Z
69102026-08-25T03:27:46.941ZAug 25 03:27:45.821replacing 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 } }]
69112026-08-25T03:27:46.941ZDEBGAug 25 03:27:45.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 } }]Aug 25 03:27:45.821
69122026-08-25T03:27:46.941Z INFOAug 25 03:27:45.821 INFOAug 25 03:27:45.821 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
69132026-08-25T03:27:46.941Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69142026-08-25T03:27:46.941Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
69152026-08-25T03:27:46.941Z
69162026-08-25T03:27:46.941ZAug 25 03:27:45.821Aug 25 03:27:45.821 DEBGAug 25 03:27:45.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 } }]DEBG
69172026-08-25T03:27:46.941Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.821
69182026-08-25T03:27:46.941Z DEBG Aug 25 03:27:45.821replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
69192026-08-25T03:27:46.941ZAug 25 03:27:45.821INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
69202026-08-25T03:27:46.941Z
69212026-08-25T03:27:46.941ZAug 25 03:27:45.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 } }] DEBG
69222026-08-25T03:27:46.941Z Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBGfailed to allocate space for the new target list
69232026-08-25T03:27:46.941Zreplacing 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 } }]
69242026-08-25T03:27:46.941Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.821
69252026-08-25T03:27:46.941Z DEBGAug 25 03:27:45.821 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 03:27:45.821
69262026-08-25T03:27:46.941Z 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 } }]
69272026-08-25T03:27:46.941Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 03:27:45.821
69282026-08-25T03:27:46.941Z INFO Aug 25 03:27:45.821 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
69292026-08-25T03:27:46.941Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69302026-08-25T03:27:46.941ZAug 25 03:27:45.821 Aug 25 03:27:45.821DEBG 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 } }]
69312026-08-25T03:27:46.941Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69322026-08-25T03:27:46.941Z Aug 25 03:27:45.821 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 } }]INFO
69332026-08-25T03:27:46.941Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69342026-08-25T03:27:46.941ZAug 25 03:27:45.821 Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG 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 } }]failed to allocate space for the new target list
69352026-08-25T03:27:46.941Z
69362026-08-25T03:27:46.941Z initted freemap. size: 64, unit:Aug 25 03:27:45.821 Aug 25 03:27:45.821INFOfreemap_route_ipv4
69372026-08-25T03:27:46.941ZDEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69382026-08-25T03:27:46.941Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69392026-08-25T03:27:46.941ZAug 25 03:27:45.821 Aug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG failed to allocate space for the new target listreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69402026-08-25T03:27:46.941Z
69412026-08-25T03:27:46.941Z reset freemap, unit:Aug 25 03:27:45.821 freemap_route_ipv4INFO
69422026-08-25T03:27:46.941Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69432026-08-25T03:27:46.941ZAug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821INFODEBG 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 } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
69442026-08-25T03:27:46.941Zinitted freemap. size: 64
69452026-08-25T03:27:46.941Z, unit: freemap_route_ipv6Aug 25 03:27:45.821
69462026-08-25T03:27:46.942ZAug 25 03:27:45.821 DEBGINFO Aug 25 03:27:45.821replacing 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 } }]
69472026-08-25T03:27:46.942Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
69482026-08-25T03:27:46.942Z reset freemap, unit:Aug 25 03:27:45.821 Aug 25 03:27:45.821 INFOfreemap_route_ipv6
69492026-08-25T03:27:46.942Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
69502026-08-25T03:27:46.942Z 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 } }]
69512026-08-25T03:27:46.942ZAug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
69522026-08-25T03:27:46.942Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
69532026-08-25T03:27:46.942ZDEBG 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 } }]
69542026-08-25T03:27:46.942ZAug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBGAug 25 03:27:45.821 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 } }] 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 } }]
69552026-08-25T03:27:46.942Z
69562026-08-25T03:27:46.942Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
69572026-08-25T03:27:46.942ZAug 25 03:27:45.821Aug 25 03:27:45.821 Aug 25 03:27:45.821DEBGINFO failed to allocate space for the new target list adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
69582026-08-25T03:27:46.942Z
69592026-08-25T03:27:46.942Zreplacing 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 } }]
69602026-08-25T03:27:46.942ZAug 25 03:27:45.821Aug 25 03:27:45.821Aug 25 03:27:45.821 INFODEBGDEBG adding route 3fff:beef:4::/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69612026-08-25T03:27:46.942Z
69622026-08-25T03:27:46.942Z
69632026-08-25T03:27:46.942ZAug 25 03:27:45.821 Aug 25 03:27:45.821DEBG 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 } }]
69642026-08-25T03:27:46.942Zadding route 3fff:dead::/64 -> 2001:db8::55:3
69652026-08-25T03:27:46.942ZAug 25 03:27:45.821 Aug 25 03:27:45.821INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
69662026-08-25T03:27:46.942Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69672026-08-25T03:27:46.942Ztest route::tests::grow_succeeds ... ok
69682026-08-25T03:27:46.942ZAug 25 03:27:45.821 Aug 25 03:27:45.821DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69692026-08-25T03:27:46.942Zadding route 3fff:dead::/64 -> 2001:db8::55:4
69702026-08-25T03:27:46.942ZAug 25 03:27:45.821 Aug 25 03:27:45.821INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
69712026-08-25T03:27:46.942Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69722026-08-25T03:27:46.942ZAug 25 03:27:45.821Aug 25 03:27:45.821 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
69732026-08-25T03:27:46.942Z
69742026-08-25T03:27:46.942ZAug 25 03:27:45.821Aug 25 03:27:45.821 WARNINFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
69752026-08-25T03:27:46.942Ztest route::tests::identity_replace_is_noop ... ok
69762026-08-25T03:27:46.942Z
69772026-08-25T03:27:46.942ZAug 25 03:27:45.821 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 } }]
69782026-08-25T03:27:46.942ZAug 25 03:27:45.822Aug 25 03:27:45.822 Aug 25 03:27:45.828DEBG INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffcreated new freemap
69792026-08-25T03:27:46.942Z , created new freemapunit:Aug 25 03:27:45.828 freemap_route_ipv4DEBG
69802026-08-25T03:27:46.942Z, unit: Aug 25 03:27:45.822 freemap_route_ipv4replacing 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 } }]
69812026-08-25T03:27:46.942ZAug 25 03:27:45.828
69822026-08-25T03:27:46.943Z DEBGDEBG Aug 25 03:27:45.828 created new freemapcreated new freemap , , unitAug 25 03:27:45.828DEBGunit:: freemap_route_ipv6freemap_route_ipv4 created new freemap
69832026-08-25T03:27:46.943ZINFO
69842026-08-25T03:27:46.943Z, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:
69852026-08-25T03:27:46.943Z freemap_route_ipv6Aug 25 03:27:45.828
69862026-08-25T03:27:46.943Z DEBGAug 25 03:27:45.822 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 } }]
69872026-08-25T03:27:46.943ZAug 25 03:27:45.822Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828 created new freemapDEBG DEBGDEBG Aug 25 03:27:45.828, initted freemap. size: 64 unit, created new freemap unit::, DEBGfreemap_route_ipv4unit freemap_route_ipv4
69882026-08-25T03:27:46.943Zinitted freemap. size: 64
69892026-08-25T03:27:46.944Z:, Aug 25 03:27:45.828unitcreated new freemapAug 25 03:27:45.828 , freemap_route_ipv4:unit
69902026-08-25T03:27:46.944Z freemap_route_ipv4Aug 25 03:27:45.828
69912026-08-25T03:27:46.944ZDEBGINFO :reset freemapDEBG, unitAug 25 03:27:45.828: freemap_route_ipv6 created new freemap
69922026-08-25T03:27:46.944Z, DEBGfreemap_route_ipv4Aug 25 03:27:45.828
69932026-08-25T03:27:46.944Z created new freemapunit:adding route 3fff:beef:a::/64 -> 2001:db8::55:ff, DEBGAug 25 03:27:45.828 unitfreemap_route_ipv6: Aug 25 03:27:45.828 freemap_route_ipv6
69942026-08-25T03:27:46.944ZDEBGreset freemapDEBG
69952026-08-25T03:27:46.944Z initted freemap. size: 64initted freemap. size: 64, ,
69962026-08-25T03:27:46.944ZAug 25 03:27:45.828, unitunit::unit freemap_route_ipv4Aug 25 03:27:45.828 DEBG :initted freemap. size: 64freemap_route_ipv6
69972026-08-25T03:27:46.944Zfreemap_route_ipv4,
69982026-08-25T03:27:46.944Zunit:
69992026-08-25T03:27:46.944Z Aug 25 03:27:45.828DEBG initted freemap. size: 64freemap_route_ipv4, DEBGAug 25 03:27:45.828
70002026-08-25T03:27:46.945Z unitDEBGAug 25 03:27:45.828Aug 25 03:27:45.828reset freemap: , Aug 25 03:27:45.828unitDEBGreset freemap:, unit DEBGfreemap_route_ipv6: freemap_route_ipv4reset freemap
70012026-08-25T03:27:46.945Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
70022026-08-25T03:27:46.945Z,
70032026-08-25T03:27:46.945Z unit: DEBGfreemap_route_ipv4
70042026-08-25T03:27:46.945ZAug 25 03:27:45.828Aug 25 03:27:45.828initted freemap. size: 64Aug 25 03:27:45.828
70052026-08-25T03:27:46.945Z INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
70062026-08-25T03:27:46.950Z, Aug 25 03:27:45.828 initted freemap. size: 64DEBGunit, unitAug 25 03:27:45.828 : reset freemapDEBG DEBG, freemap_route_ipv6unit
70072026-08-25T03:27:46.950Z:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]:
70082026-08-25T03:27:46.950Z freemap_route_ipv4freemap_route_ipv6Aug 25 03:27:45.828Aug 25 03:27:45.828 initted freemap. size: 64
70092026-08-25T03:27:46.950ZINFODEBG , Aug 25 03:27:45.828reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ffunit,
70102026-08-25T03:27:46.950Zunit Aug 25 03:27:45.828::
70112026-08-25T03:27:46.950ZINFO adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv6
70122026-08-25T03:27:46.951Zfreemap_route_ipv6
70132026-08-25T03:27:46.951Z
70142026-08-25T03:27:46.951ZAug 25 03:27:45.828DEBG Aug 25 03:27:45.828reset freemap DEBG DEBGAug 25 03:27:45.828Aug 25 03:27:45.828 Aug 25 03:27:45.828replacing 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 } }]
70152026-08-25T03:27:46.951Zreplacing 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 adding route 172.16.0.0/32 -> 10.0.0.1DEBG, Aug 25 03:27:45.828
70162026-08-25T03:27:46.951Z INFO
70172026-08-25T03:27:46.951Z reset freemapadding route 172.17.0.1/32 -> 10.0.0.255,
70182026-08-25T03:27:46.951Zunitunit:DEBGAug 25 03:27:45.828: DEBG freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:27:45.828
70192026-08-25T03:27:46.951Z
70202026-08-25T03:27:46.951Z freemap_route_ipv6DEBGinitted freemap. size: 64 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
70212026-08-25T03:27:46.951ZAug 25 03:27:45.828
70222026-08-25T03:27:46.951Zunit :Aug 25 03:27:45.828 Aug 25 03:27:45.828freemap_route_ipv6Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828INFO
70232026-08-25T03:27:46.951ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
70242026-08-25T03:27:46.951Z adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1
70252026-08-25T03:27:46.951Z
70262026-08-25T03:27:46.951ZAug 25 03:27:45.828
70272026-08-25T03:27:46.951Z DEBG reset freemapINFO, Aug 25 03:27:45.828unitAug 25 03:27:45.828 DEBGDEBGAug 25 03:27:45.828 adding route 3fff:beef:c::/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 } }]: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 } }]
70282026-08-25T03:27:46.951ZDEBG
70292026-08-25T03:27:46.951Z
70302026-08-25T03:27:46.951Z Aug 25 03:27:45.828freemap_route_ipv6Aug 25 03:27:45.828replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70312026-08-25T03:27:46.951Z
70322026-08-25T03:27:46.951Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.3/32 -> 10.0.0.255
70332026-08-25T03:27:46.951Z
70342026-08-25T03:27:46.951ZAug 25 03:27:45.828Aug 25 03:27:45.828 INFOAug 25 03:27:45.828DEBGAug 25 03:27:45.822 Aug 25 03:27:45.828 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:27:45.828DEBG DEBG
70352026-08-25T03:27:46.951Zcreated new freemap
70362026-08-25T03:27:46.951Z, unit
70372026-08-25T03:27:46.951Z:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70382026-08-25T03:27:46.951Zfreemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
70392026-08-25T03:27:46.951Z
70402026-08-25T03:27:46.951ZAug 25 03:27:45.828Aug 25 03:27:45.828Aug 25 03:27:45.828Aug 25 03:27:45.828 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
70412026-08-25T03:27:46.951Z
70422026-08-25T03:27:46.951ZAug 25 03:27:45.828Aug 25 03:27:45.828 DEBGDEBG created new freemapAug 25 03:27:45.828, unitDEBG: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 } }] freemap_route_ipv6replacing 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 } }]
70432026-08-25T03:27:46.952Z
70442026-08-25T03:27:46.952Z
70452026-08-25T03:27:46.952ZAug 25 03:27:45.828 Aug 25 03:27:45.828INFO Aug 25 03:27:45.828adding route 172.17.0.5/32 -> 10.0.0.255
70462026-08-25T03:27:46.952ZINFO DEBG INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff initted freemap. size: 64
70472026-08-25T03:27:46.952Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:27:45.828, unit
70482026-08-25T03:27:46.952Z: freemap_route_ipv4DEBG
70492026-08-25T03:27:46.952Z 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 25 03:27:45.828
70502026-08-25T03:27:46.952Z Aug 25 03:27:45.828DEBGAug 25 03:27:45.828 DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70512026-08-25T03:27:46.952ZAug 25 03:27:45.828replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] INFOreset freemap adding route 172.17.0.6/32 -> 10.0.0.255
70522026-08-25T03:27:46.952Z
70532026-08-25T03:27:46.952Z, unitAug 25 03:27:45.828: Aug 25 03:27:45.828 INFOAug 25 03:27:45.828freemap_route_ipv4
70542026-08-25T03:27:46.952Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
70552026-08-25T03:27:46.952Zreplacing 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 } }]
70562026-08-25T03:27:46.952Zadding route 172.16.0.0/32 -> 10.0.0.4
70572026-08-25T03:27:46.952ZAug 25 03:27:45.828 DEBG initted freemap. size: 64, unit :Aug 25 03:27:45.828DEBG Aug 25 03:27:45.828freemap_route_ipv6DEBG
70582026-08-25T03:27:46.952ZAug 25 03:27:45.828 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO 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 } }]
70592026-08-25T03:27:46.952Zadding route 172.17.0.7/32 -> 10.0.0.255
70602026-08-25T03:27:46.952ZAug 25 03:27:45.828
70612026-08-25T03:27:46.952Z DEBG DEBGAug 25 03:27:45.828 Aug 25 03:27:45.828DEBGAug 25 03:27:45.828reset freemap , INFOunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]:
70622026-08-25T03:27:46.952Zadding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv6DEBG
70632026-08-25T03:27:46.952Ztest route::tests::rollback_on_compact_write_failure ... ok
70642026-08-25T03:27:46.952Ztest route::tests::rollback_on_index_readd_failure ... ok
70652026-08-25T03:27:46.952Z
70662026-08-25T03:27:46.952Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70672026-08-25T03:27:46.952Z
70682026-08-25T03:27:46.952ZAug 25 03:27:45.828 Aug 25 03:27:45.828DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70692026-08-25T03:27:46.952Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:27:45.828Aug 25 03:27:45.828
70702026-08-25T03:27:46.952Z INFOINFO Aug 25 03:27:45.828adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 25 03:27:45.828
70712026-08-25T03:27:46.952Z INFOadding route 172.17.0.8/32 -> 10.0.0.255
70722026-08-25T03:27:46.952ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70732026-08-25T03:27:46.952ZAug 25 03:27:45.828
70742026-08-25T03:27:46.952Z DEBGAug 25 03:27:45.828 Aug 25 03:27:45.828replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 25 03:27:45.828replacing 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 } }]
70752026-08-25T03:27:46.952ZDEBGINFO
70762026-08-25T03:27:46.952Zreplacing 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 } }]
70772026-08-25T03:27:46.952Z adding route 172.16.0.0/32 -> 10.0.0.2
70782026-08-25T03:27:46.952ZAug 25 03:27:45.828Aug 25 03:27:45.828 INFOAug 25 03:27:45.828INFOAug 25 03:27:45.828 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 INFO
70792026-08-25T03:27:46.953Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:11::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
70802026-08-25T03:27:46.953Z
70812026-08-25T03:27:46.953Z
70822026-08-25T03:27:46.953ZAug 25 03:27:45.828Aug 25 03:27:45.828Aug 25 03:27:45.828 Aug 25 03:27:45.828 DEBG INFODEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.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 } }]DEBG
70832026-08-25T03:27:46.953Z
70842026-08-25T03:27:46.953Zreplacing 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 } }]
70852026-08-25T03:27:46.953Z
70862026-08-25T03:27:46.953ZAug 25 03:27:45.828 INFOAug 25 03:27:45.828 adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:27:45.828
70872026-08-25T03:27:46.953ZINFOAug 25 03:27:45.828 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO DEBG
70882026-08-25T03:27:46.953Z adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 03:27:45.828
70892026-08-25T03:27:46.953Z DEBG
70902026-08-25T03:27:46.953ZAug 25 03:27:45.828Aug 25 03:27:45.828 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 } }]
70912026-08-25T03:27:46.953ZDEBG 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 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 25 03:27:45.828
70922026-08-25T03:27:46.953Z
70932026-08-25T03:27:46.953ZINFOAug 25 03:27:45.828 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 25 03:27:45.828Aug 25 03:27:45.828
70942026-08-25T03:27:46.953Z INFO adding route 172.17.0.11/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255
70952026-08-25T03:27:46.953ZAug 25 03:27:45.829Aug 25 03:27:45.829 DEBG created new freemap Aug 25 03:27:45.835DEBG DEBG, created new freemapunitAug 25 03:27:45.822, : unitfreemap_route_ipv4:
70962026-08-25T03:27:46.953Zreplacing 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_ipv4
70972026-08-25T03:27:46.953Z
70982026-08-25T03:27:46.953ZDEBGAug 25 03:27:45.835 created new freemapDEBG, unit:
70992026-08-25T03:27:46.953Z created new freemapfreemap_route_ipv4, unit
71002026-08-25T03:27:46.953Z: freemap_route_ipv6
71012026-08-25T03:27:46.953ZAug 25 03:27:45.835Aug 25 03:27:45.835 Aug 25 03:27:45.835DEBG DEBGAug 25 03:27:45.835 Aug 25 03:27:45.835DEBGinitted freemap. size: 64 , unitcreated new freemapDEBG, :unitINFO: freemap_route_ipv4freemap_route_ipv6
71022026-08-25T03:27:46.953Z
71032026-08-25T03:27:46.953Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 03:27:45.835created new freemap
71042026-08-25T03:27:46.953Z Aug 25 03:27:45.835 DEBG, DEBGunit :reset freemap initted freemap. size: 64freemap_route_ipv6,
71052026-08-25T03:27:46.953Z, Aug 25 03:27:45.835unit
71062026-08-25T03:27:46.960Zunit: : INFOfreemap_route_ipv4
71072026-08-25T03:27:46.960ZAug 25 03:27:45.835freemap_route_ipv4
71082026-08-25T03:27:46.960Zadding route 172.17.0.12/32 -> 10.0.0.255DEBG
71092026-08-25T03:27:46.960Z Aug 25 03:27:45.835Aug 25 03:27:45.835initted freemap. size: 64Aug 25 03:27:45.835, DEBGDEBG reset freemapunitAug 25 03:27:45.835, DEBGinitted freemap. size: 64:, unitunit: :DEBG freemap_route_ipv4 freemap_route_ipv6replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71102026-08-25T03:27:46.960Z
71112026-08-25T03:27:46.960Zreplacing 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 } }]
71122026-08-25T03:27:46.960Zfreemap_route_ipv4
71132026-08-25T03:27:46.960ZAug 25 03:27:45.836Aug 25 03:27:45.836 DEBG
71142026-08-25T03:27:46.960Z DEBGAug 25 03:27:45.836 initted freemap. size: 64reset freemapINFO, , Aug 25 03:27:45.836unitunit ::DEBG freemap_route_ipv6adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6
71152026-08-25T03:27:46.960Z
71162026-08-25T03:27:46.960Z reset freemap,
71172026-08-25T03:27:46.961ZunitAug 25 03:27:45.836Aug 25 03:27:45.836 :INFOAug 25 03:27:45.836Aug 25 03:27:45.836 DEBGfreemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:1
71182026-08-25T03:27:46.961Zreset freemap
71192026-08-25T03:27:46.961Z INFODEBG , 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 25 03:27:45.836adding route 172.17.0.3/32 -> 10.0.0.255 unit
71202026-08-25T03:27:46.961Z:DEBG
71212026-08-25T03:27:46.961Z freemap_route_ipv6
71222026-08-25T03:27:46.961Zinitted freemap. size: 64Aug 25 03:27:45.836, unitINFOAug 25 03:27:45.836: Aug 25 03:27:45.836adding route 172.17.0.14/32 -> 10.0.0.255 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71232026-08-25T03:27:46.961Z
71242026-08-25T03:27:46.961Z
71252026-08-25T03:27:46.961Z
71262026-08-25T03:27:46.961ZAug 25 03:27:45.836 DEBG Aug 25 03:27:45.836Aug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 03:27:45.836 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71272026-08-25T03:27:46.961ZDEBG 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 } }]
71282026-08-25T03:27:46.961Z
71292026-08-25T03:27:46.961Zreplacing 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 } }]reset freemap, DEBGunitAug 25 03:27:45.836
71302026-08-25T03:27:46.961ZAug 25 03:27:45.836: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71312026-08-25T03:27:46.961ZDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.2Aug 25 03:27:45.836
71322026-08-25T03:27:46.961Z
71332026-08-25T03:27:46.961Zfreemap_route_ipv6
71342026-08-25T03:27:46.961Z Aug 25 03:27:45.836Aug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836 Aug 25 03:27:45.836 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71352026-08-25T03:27:46.961Z 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
71362026-08-25T03:27:46.961ZINFO
71372026-08-25T03:27:46.961Zadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3
71382026-08-25T03:27:46.961Zadding route 172.17.0.4/32 -> 10.0.0.255
71392026-08-25T03:27:46.961ZAug 25 03:27:45.836
71402026-08-25T03:27:46.961ZAug 25 03:27:45.836Aug 25 03:27:45.836INFO DEBGDEBG Aug 25 03:27:45.836 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.836adding route 172.17.0.0/32 -> 10.0.0.255
71412026-08-25T03:27:46.961Z
71422026-08-25T03:27:46.961Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71432026-08-25T03:27:46.961ZDEBG Aug 25 03:27:45.836Aug 25 03:27:45.836 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 } }]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 } }]
71442026-08-25T03:27:46.961Z INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71452026-08-25T03:27:46.961Z
71462026-08-25T03:27:46.961Zadding route 3fff:dead::/64 -> 2001:db8::55:4
71472026-08-25T03:27:46.961ZAug 25 03:27:45.836Aug 25 03:27:45.836 INFOAug 25 03:27:45.836 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 03:27:45.836INFOAug 25 03:27:45.836 INFOINFODEBG
71482026-08-25T03:27:46.961Zadding route 172.17.0.1/32 -> 10.0.0.255
71492026-08-25T03:27:46.961Z adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71502026-08-25T03:27:46.962Z
71512026-08-25T03:27:46.962Zadding route 172.17.0.5/32 -> 10.0.0.255Aug 25 03:27:45.836
71522026-08-25T03:27:46.962Z Aug 25 03:27:45.836DEBG Aug 25 03:27:45.836 DEBGDEBGAug 25 03:27:45.836 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
71532026-08-25T03:27:46.962Z
71542026-08-25T03:27:46.962ZAug 25 03:27:45.836replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71552026-08-25T03:27:46.962Z 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 } }] DEBGAug 25 03:27:45.836 Aug 25 03:27:45.836Aug 25 03:27:45.836 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 } }]WARN
71562026-08-25T03:27:46.962Z
71572026-08-25T03:27:46.962ZINFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71582026-08-25T03:27:46.962Z
71592026-08-25T03:27:46.962Z
71602026-08-25T03:27:46.962ZAug 25 03:27:45.836Aug 25 03:27:45.836 INFOAug 25 03:27:45.836DEBG 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 25 03:27:45.836
71612026-08-25T03:27:46.962Z Aug 25 03:27:45.836DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
71622026-08-25T03:27:46.962ZDEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 03:27:45.836replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71632026-08-25T03:27:46.962Ztest route::tests::same_size_non_subset_replace ... ok
71642026-08-25T03:27:46.962ZINFO Aug 25 03:27:45.836
71652026-08-25T03:27:46.962ZINFOadding route 172.17.0.6/32 -> 10.0.0.255 Aug 25 03:27:45.836
71662026-08-25T03:27:46.962Zadding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 Aug 25 03:27:45.836
71672026-08-25T03:27:46.962Z DEBG INFO
71682026-08-25T03:27:46.962Zreplacing 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 } }]
71692026-08-25T03:27:46.962Zadding route 3fff:dead::/64 -> 2001:db8::55:4
71702026-08-25T03:27:46.962ZAug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836DEBGAug 25 03:27:45.836 Aug 25 03:27:45.836DEBGreplacing 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 } }]
71712026-08-25T03:27:46.962Z DEBGINFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 03:27:45.836
71722026-08-25T03:27:46.962Z
71732026-08-25T03:27:46.962Zadding route 172.17.0.18/32 -> 10.0.0.255INFO
71742026-08-25T03:27:46.962Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 03:27:45.836DEBG
71752026-08-25T03:27:46.962Z 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 25 03:27:45.836DEBG
71762026-08-25T03:27:46.962Z Aug 25 03:27:45.836INFO DEBGAug 25 03:27:45.836replacing targets for 3fff:dead::/64 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 } }]
71772026-08-25T03:27:46.962ZDEBGadding route 172.17.0.4/32 -> 10.0.0.255
71782026-08-25T03:27:46.962Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71792026-08-25T03:27:46.962ZAug 25 03:27:45.836 Aug 25 03:27:45.836
71802026-08-25T03:27:46.962ZWARN Aug 25 03:27:45.836INFO Aug 25 03:27:45.836shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
71812026-08-25T03:27:46.962Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
71822026-08-25T03:27:46.962ZAug 25 03:27:45.836
71832026-08-25T03:27:46.962ZINFO INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
71842026-08-25T03:27:46.962Z
71852026-08-25T03:27:46.962ZAug 25 03:27:45.836 INFO Aug 25 03:27:45.836adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 03:27:45.836
71862026-08-25T03:27:46.962Z Aug 25 03:27:45.836DEBG DEBG 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 25 03:27:45.836
71872026-08-25T03:27:46.962Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
71882026-08-25T03:27:46.963Z
71892026-08-25T03:27:46.963ZDEBG 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 } }]
71902026-08-25T03:27:46.963ZAug 25 03:27:45.836Aug 25 03:27:45.836 Aug 25 03:27:45.836INFOINFO INFO adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
71912026-08-25T03:27:46.963Z
71922026-08-25T03:27:46.963ZINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:27:45.836
71932026-08-25T03:27:46.963Z
71942026-08-25T03:27:46.963ZAug 25 03:27:45.836Aug 25 03:27:45.836 INFO DEBGDEBG adding route 172.17.0.6/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 } }]
71952026-08-25T03:27:46.963ZAug 25 03:27:45.836replacing 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 } }]
71962026-08-25T03:27:46.963Z
71972026-08-25T03:27:46.963Z 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 25 03:27:45.836
71982026-08-25T03:27:46.963Z Aug 25 03:27:45.836INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255Aug 25 03:27:45.836Aug 25 03:27:45.836
71992026-08-25T03:27:46.963Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
72002026-08-25T03:27:46.963ZDEBGDEBGAug 25 03:27:45.836Aug 25 03:27:45.836 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 } }]
72012026-08-25T03:27:46.963ZAug 25 03:27:45.836Aug 25 03:27:45.836 DEBG DEBGcreated new freemap , created new freemapunit, :Aug 25 03:27:45.845unit :Aug 25 03:27:45.837 freemap_route_ipv4 freemap_route_ipv4
72022026-08-25T03:27:46.963Z
72032026-08-25T03:27:46.963Z DEBG created new freemap , INFOAug 25 03:27:45.845 unitAug 25 03:27:45.845adding route 172.17.0.21/32 -> 10.0.0.255 :DEBG
72042026-08-25T03:27:46.963Zfreemap_route_ipv4created new freemap
72052026-08-25T03:27:46.963ZDEBG, unitcreated new freemapAug 25 03:27:45.845: DEBGfreemap_route_ipv6
72062026-08-25T03:27:46.968Z, Aug 25 03:27:45.845unitreplacing 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 } }]
72072026-08-25T03:27:46.968ZDEBG : created new freemapAug 25 03:27:45.845, Aug 25 03:27:45.845 freemap_route_ipv6 DEBGINFO unit adding route 172.17.0.22/32 -> 10.0.0.255:
72082026-08-25T03:27:46.968Zinitted freemap. size: 64 freemap_route_ipv6,
72092026-08-25T03:27:46.968ZunitAug 25 03:27:45.845
72102026-08-25T03:27:46.968Z :DEBG freemap_route_ipv4replacing 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 } }]
72112026-08-25T03:27:46.968ZAug 25 03:27:45.845
72122026-08-25T03:27:46.968Z DEBGAug 25 03:27:45.845 initted freemap. size: 64Aug 25 03:27:45.845Aug 25 03:27:45.845 , INFOunit :adding route 172.17.0.23/32 -> 10.0.0.255
72132026-08-25T03:27:46.968ZDEBG reset freemap , freemap_route_ipv4unitAug 25 03:27:45.845
72142026-08-25T03:27:46.968Z 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 } }] DEBG
72152026-08-25T03:27:46.968Zfreemap_route_ipv4Aug 25 03:27:45.845
72162026-08-25T03:27:46.968ZDEBGAug 25 03:27:45.845 reset freemapINFOinitted freemap. size: 64 , adding route 172.17.0.24/32 -> 10.0.0.255unit,
72172026-08-25T03:27:46.968Z: Aug 25 03:27:45.845 freemap_route_ipv4DEBG
72182026-08-25T03:27:46.968Z Aug 25 03:27:45.845initted freemap. size: 64 , DEBGunitunit ::Aug 25 03:27:45.845 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
72192026-08-25T03:27:46.968Z
72202026-08-25T03:27:46.968ZDEBGfreemap_route_ipv4
72212026-08-25T03:27:46.968Zinitted freemap. size: 64Aug 25 03:27:45.845, unitDEBG:Aug 25 03:27:45.845 freemap_route_ipv6INFO
72222026-08-25T03:27:46.968Z adding route 172.17.0.25/32 -> 10.0.0.255
72232026-08-25T03:27:46.968Zreset freemap, Aug 25 03:27:45.845unit :DEBG freemap_route_ipv6reset freemap
72242026-08-25T03:27:46.968Z, unitAug 25 03:27:45.845: Aug 25 03:27:45.845DEBGAug 25 03:27:45.845 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 } }]
72252026-08-25T03:27:46.968ZINFOfreemap_route_ipv6 DEBG
72262026-08-25T03:27:46.968Z adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
72272026-08-25T03:27:46.968Z, Aug 25 03:27:45.845unit Aug 25 03:27:45.845:INFO Aug 25 03:27:45.845 freemap_route_ipv4 adding route 172.17.0.26/32 -> 10.0.0.255
72282026-08-25T03:27:46.968ZINFODEBG
72292026-08-25T03:27:46.968Zadding 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 } }]
72302026-08-25T03:27:46.968Z
72312026-08-25T03:27:46.968ZAug 25 03:27:45.845Aug 25 03:27:45.845 DEBG initted freemap. size: 64, Aug 25 03:27:45.845 INFO 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 25 03:27:45.845
72322026-08-25T03:27:46.968Z unit:Aug 25 03:27:45.836 Aug 25 03:27:45.845 DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
72332026-08-25T03:27:46.968ZDEBG
72342026-08-25T03:27:46.968Z adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv6
72352026-08-25T03:27:46.968Zreplacing 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 25 03:27:45.845
72362026-08-25T03:27:46.968ZAug 25 03:27:45.845
72372026-08-25T03:27:46.968ZDEBG Aug 25 03:27:45.845replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG
72382026-08-25T03:27:46.969Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
72392026-08-25T03:27:46.969Zreplacing 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 } }]
72402026-08-25T03:27:46.969Z
72412026-08-25T03:27:46.969ZAug 25 03:27:45.845 Aug 25 03:27:45.845 Aug 25 03:27:45.845DEBGAug 25 03:27:45.845 Aug 25 03:27:45.845DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
72422026-08-25T03:27:46.969Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 03:27:45.845adding route 172.17.0.9/32 -> 10.0.0.255
72432026-08-25T03:27:46.969Z
72442026-08-25T03:27:46.969Z Aug 25 03:27:45.845INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreset freemapINFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 03:27:45.845 adding route 3fff:dead::/64 -> 2001:db8::55:3,
72452026-08-25T03:27:46.969ZAug 25 03:27:45.845
72462026-08-25T03:27:46.969Z DEBG
72472026-08-25T03:27:46.969Zreplacing 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 25 03:27:45.845 DEBGDEBG
72482026-08-25T03:27:46.969Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.845
72492026-08-25T03:27:46.969ZunitDEBG 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 25 03:27:45.845replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.845
72502026-08-25T03:27:46.969Z
72512026-08-25T03:27:46.969ZAug 25 03:27:45.845 INFO INFO Aug 25 03:27:45.845adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 25 03:27:45.845DEBG adding route 172.17.0.10/32 -> 10.0.0.255 INFO
72522026-08-25T03:27:46.969ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
72532026-08-25T03:27:46.969Zadding route 172.17.0.29/32 -> 10.0.0.255
72542026-08-25T03:27:46.969Z
72552026-08-25T03:27:46.969ZAug 25 03:27:45.845 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 25 03:27:45.845Aug 25 03:27:45.845DEBG
72562026-08-25T03:27:46.969Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGDEBG
72572026-08-25T03:27:46.969ZAug 25 03:27:45.845 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
72582026-08-25T03:27:46.969ZDEBGreplacing 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 25 03:27:45.845
72592026-08-25T03:27:46.969Zreplacing 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 25 03:27:45.845DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
72602026-08-25T03:27:46.969Z Aug 25 03:27:45.845replacing targets for 3fff:dead::/64 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 25 03:27:45.845
72612026-08-25T03:27:46.969ZINFO
72622026-08-25T03:27:46.969Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO
72632026-08-25T03:27:46.969Ztest route::tests::shrink_preserves_compacted_order ... ok
72642026-08-25T03:27:46.969Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
72652026-08-25T03:27:46.969Z Aug 25 03:27:45.845adding route 172.17.0.30/32 -> 10.0.0.255
72662026-08-25T03:27:46.969ZINFO Aug 25 03:27:45.845adding route 172.17.0.11/32 -> 10.0.0.255
72672026-08-25T03:27:46.969ZDEBG 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 } }]
72682026-08-25T03:27:46.969ZAug 25 03:27:45.845: Aug 25 03:27:45.845DEBG Aug 25 03:27:45.845INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff 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 } }]
72692026-08-25T03:27:46.969Zreplacing 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 } }]
72702026-08-25T03:27:46.969Zfreemap_route_ipv6
72712026-08-25T03:27:46.970Z
72722026-08-25T03:27:46.970ZAug 25 03:27:45.845 Aug 25 03:27:45.845DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72732026-08-25T03:27:46.970Zadding route 172.17.0.31/32 -> 10.0.0.255
72742026-08-25T03:27:46.970ZAug 25 03:27:45.845Aug 25 03:27:45.845Aug 25 03:27:45.845Aug 25 03:27:45.845 INFODEBG INFO INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72752026-08-25T03:27:46.970Zadding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
72762026-08-25T03:27:46.970Z
72772026-08-25T03:27:46.970Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:27:45.845
72782026-08-25T03:27:46.970Z INFOAug 25 03:27:45.845 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
72792026-08-25T03:27:46.970Z 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 } }]
72802026-08-25T03:27:46.970ZAug 25 03:27:45.845Aug 25 03:27:45.845 Aug 25 03:27:45.845DEBGAug 25 03:27:45.845 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
72812026-08-25T03:27:46.970Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
72822026-08-25T03:27:46.970Z
72832026-08-25T03:27:46.970Z DEBGAug 25 03:27:45.845 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
72842026-08-25T03:27:46.970Z Aug 25 03:27:45.845adding route 172.17.0.13/32 -> 10.0.0.255 INFO
72852026-08-25T03:27:46.970Z adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 03:27:45.845
72862026-08-25T03:27:46.970Z Aug 25 03:27:45.845Aug 25 03:27:45.845DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]
72872026-08-25T03:27:46.970ZINFO
72882026-08-25T03:27:46.970ZAug 25 03:27:45.845 adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
72892026-08-25T03:27:46.970Zreplacing 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 25 03:27:45.845
72902026-08-25T03:27:46.970Z Aug 25 03:27:45.845INFO INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
72912026-08-25T03:27:46.970ZAug 25 03:27:45.845
72922026-08-25T03:27:46.970Z Aug 25 03:27:45.845INFO Aug 25 03:27:45.845adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 03:27:45.845DEBG
72932026-08-25T03:27:46.970ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 25 03:27:45.845replacing 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 } }]
72942026-08-25T03:27:46.970Z DEBG
72952026-08-25T03:27:46.970Z
72962026-08-25T03:27:46.970Zreplacing 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 25 03:27:45.845
72972026-08-25T03:27:46.970Z INFO Aug 25 03:27:45.845Aug 25 03:27:45.845 Aug 25 03:27:45.845INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
72982026-08-25T03:27:46.970Z
72992026-08-25T03:27:46.970Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
73002026-08-25T03:27:46.970Z Aug 25 03:27:45.845Aug 25 03:27:45.845 DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
73012026-08-25T03:27:46.970ZAug 25 03:27:45.845replacing 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 } }]
73022026-08-25T03:27:46.970Z
73032026-08-25T03:27:46.970ZDEBG 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 } }]
73042026-08-25T03:27:46.970ZAug 25 03:27:45.845 INFO adding route 172.17.0.16/32 -> 10.0.0.255
73052026-08-25T03:27:46.970ZAug 25 03:27:45.845Aug 25 03:27:45.845 INFOAug 25 03:27:45.845DEBG INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
73062026-08-25T03:27:46.976Z
73072026-08-25T03:27:46.976Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
73082026-08-25T03:27:46.976ZAug 25 03:27:45.845 INFOAug 25 03:27:45.845 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
73092026-08-25T03:27:46.976Z 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 25 03:27:45.845 Aug 25 03:27:45.846DEBG DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap Aug 25 03:27:45.846
73102026-08-25T03:27:46.976Z 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 } }]created new freemap, , unit
73112026-08-25T03:27:46.976Zunit:: freemap_route_ipv4freemap_route_ipv4
73122026-08-25T03:27:46.976Z
73132026-08-25T03:27:46.976ZAug 25 03:27:45.856 INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 03:27:45.845Aug 25 03:27:45.856
73142026-08-25T03:27:46.976Z Aug 25 03:27:45.856DEBG 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 } }]created new freemap
73152026-08-25T03:27:46.976Z, Aug 25 03:27:45.856unitAug 25 03:27:45.856 : DEBGINFO freemap_route_ipv6 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 } }]created new freemapadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
73162026-08-25T03:27:46.976Z
73172026-08-25T03:27:46.976Z, Aug 25 03:27:45.856unit
73182026-08-25T03:27:46.976Z: INFOAug 25 03:27:45.856freemap_route_ipv6 Aug 25 03:27:45.856Aug 25 03:27:45.856
73192026-08-25T03:27:46.976Z DEBGINFO adding route 172.17.0.18/32 -> 10.0.0.255 initted freemap. size: 64, adding route 172.17.0.6/32 -> 10.0.0.255DEBGunit
73202026-08-25T03:27:46.977Z
73212026-08-25T03:27:46.977Z:Aug 25 03:27:45.856 Aug 25 03:27:45.856replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 25 03:27:45.856
73222026-08-25T03:27:46.977ZDEBG
73232026-08-25T03:27:46.977Z 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 } }]DEBG initted freemap. size: 64
73242026-08-25T03:27:46.977Zreplacing 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 } }]
73252026-08-25T03:27:46.977ZAug 25 03:27:45.856, DEBGunitAug 25 03:27:45.856 Aug 25 03:27:45.856 reset freemapINFO, unit ::adding route 172.17.0.19/32 -> 10.0.0.255INFO
73262026-08-25T03:27:46.977Z freemap_route_ipv4adding route 172.17.0.7/32 -> 10.0.0.255
73272026-08-25T03:27:46.977ZAug 25 03:27:45.856
73282026-08-25T03:27:46.977ZAug 25 03:27:45.856INFO Aug 25 03:27:45.856 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGDEBG Aug 25 03:27:45.856initted freemap. size: 64
73292026-08-25T03:27:46.977ZDEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], freemap_route_ipv4unit 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 } }]
73302026-08-25T03:27:46.977Z
73312026-08-25T03:27:46.977Z:
73322026-08-25T03:27:46.977Z freemap_route_ipv6Aug 25 03:27:45.856Aug 25 03:27:45.856 Aug 25 03:27:45.856
73332026-08-25T03:27:46.977ZDEBGINFO adding route 172.17.0.20/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 } }]Aug 25 03:27:45.856
73342026-08-25T03:27:46.977Z Aug 25 03:27:45.856INFO DEBG
73352026-08-25T03:27:46.977Z adding route 172.17.0.8/32 -> 10.0.0.255reset freemap
73362026-08-25T03:27:46.977Z , unit:DEBG Aug 25 03:27:45.856freemap_route_ipv6
73372026-08-25T03:27:46.977ZAug 25 03:27:45.856reset freemap , DEBGAug 25 03:27:45.856 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 } }]INFODEBGunit
73382026-08-25T03:27:46.977Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff:
73392026-08-25T03:27:46.978Z
73402026-08-25T03:27:46.978ZAug 25 03:27:45.856 INFO adding route 172.17.0.21/32 -> 10.0.0.255freemap_route_ipv4
73412026-08-25T03:27:46.978ZAug 25 03:27:45.856Aug 25 03:27:45.856
73422026-08-25T03:27:46.978ZINFOINFOAug 25 03:27:45.856 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 Aug 25 03:27:45.856
73432026-08-25T03:27:46.978ZAug 25 03:27:45.856 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1DEBG
73442026-08-25T03:27:46.978Z
73452026-08-25T03:27:46.978ZDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
73462026-08-25T03:27:46.978Z, unitAug 25 03:27:45.856Aug 25 03:27:45.856 : Aug 25 03:27:45.856DEBGAug 25 03:27:45.856 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 } }]freemap_route_ipv6
73472026-08-25T03:27:46.978Z INFO
73482026-08-25T03:27:46.978Z adding route 172.17.0.22/32 -> 10.0.0.255INFO
73492026-08-25T03:27:46.978Z Aug 25 03:27:45.856replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 03:27:45.856
73502026-08-25T03:27:46.978Z
73512026-08-25T03:27:46.978Z DEBGAug 25 03:27:45.856 reset freemapDEBG Aug 25 03:27:45.856INFOAug 25 03:27:45.856 INFOadding route 172.16.0.0/32 -> 10.0.0.2
73522026-08-25T03:27:46.978Z 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 } }]
73532026-08-25T03:27:46.978Zadding route 172.17.0.10/32 -> 10.0.0.255,
73542026-08-25T03:27:46.978ZAug 25 03:27:45.856DEBG 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 } }]
73552026-08-25T03:27:46.978ZAug 25 03:27:45.856replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.856 unitINFO
73562026-08-25T03:27:46.978Z 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:27:45.856
73572026-08-25T03:27:46.978Z
73582026-08-25T03:27:46.978ZAug 25 03:27:45.856 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 03:27:45.856 Aug 25 03:27:45.856
73592026-08-25T03:27:46.978Zfreemap_route_ipv6
73602026-08-25T03:27:46.978Z INFO DEBG adding route 172.17.0.11/32 -> 10.0.0.255
73612026-08-25T03:27:46.978Zreplacing 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 25 03:27:45.856
73622026-08-25T03:27:46.978Z DEBGAug 25 03:27:45.856 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73632026-08-25T03:27:46.978Z
73642026-08-25T03:27:46.978ZDEBGAug 25 03:27:45.856Aug 25 03:27:45.856 INFODEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.856
73652026-08-25T03:27:46.978Z INFOadding route 172.17.0.24/32 -> 10.0.0.255 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 } }]
73662026-08-25T03:27:46.978Z
73672026-08-25T03:27:46.978Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 25 03:27:45.856
73682026-08-25T03:27:46.978ZINFOAug 25 03:27:45.856Aug 25 03:27:45.856 Aug 25 03:27:45.856 DEBGINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
73692026-08-25T03:27:46.978Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 03:27:45.856replacing 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 } }]
73702026-08-25T03:27:46.978ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.12/32 -> 10.0.0.255
73712026-08-25T03:27:46.978Z
73722026-08-25T03:27:46.978ZAug 25 03:27:45.856Aug 25 03:27:45.856
73732026-08-25T03:27:46.978Z INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG
73742026-08-25T03:27:46.978ZAug 25 03:27:45.856 Aug 25 03:27:45.856replacing 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 25 03:27:45.856DEBG
73752026-08-25T03:27:46.978ZAug 25 03:27:45.856 replacing targets for 172.16.0.0/32 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 } }]DEBG
73762026-08-25T03:27:46.978ZDEBG 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 } }]
73772026-08-25T03:27:46.978Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73782026-08-25T03:27:46.979ZAug 25 03:27:45.856 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 03:27:45.856INFO Aug 25 03:27:45.856INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
73792026-08-25T03:27:46.979Z adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
73802026-08-25T03:27:46.979Z
73812026-08-25T03:27:46.979Z
73822026-08-25T03:27:46.979ZAug 25 03:27:45.856Aug 25 03:27:45.856Aug 25 03:27:45.856 Aug 25 03:27:45.856 DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73832026-08-25T03:27:46.979ZDEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
73842026-08-25T03:27:46.979Zadding route 172.16.0.0/32 -> 10.0.0.2
73852026-08-25T03:27:46.979ZAug 25 03:27:45.856
73862026-08-25T03:27:46.979ZINFOAug 25 03:27:45.856 Aug 25 03:27:45.856adding route 172.17.0.27/32 -> 10.0.0.255INFO
73872026-08-25T03:27:46.979ZAug 25 03:27:45.856 INFOadding route 172.17.0.14/32 -> 10.0.0.255 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 03:27:45.856
73882026-08-25T03:27:46.979Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73892026-08-25T03:27:46.979ZDEBG
73902026-08-25T03:27:46.979Z 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 25 03:27:45.856Aug 25 03:27:45.856 DEBGDEBG Aug 25 03:27:45.856 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 } }]
73912026-08-25T03:27:46.979ZINFO
73922026-08-25T03:27:46.979Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
73932026-08-25T03:27:46.979Z
73942026-08-25T03:27:46.979ZAug 25 03:27:45.856Aug 25 03:27:45.856 INFOINFOAug 25 03:27:45.856 adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 03:27:45.856
73952026-08-25T03:27:46.979Z
73962026-08-25T03:27:46.979ZDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
73972026-08-25T03:27:46.979Z
73982026-08-25T03:27:46.979ZAug 25 03:27:45.856Aug 25 03:27:45.856 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.856
73992026-08-25T03:27:46.979Z
74002026-08-25T03:27:46.979ZAug 25 03:27:45.856 INFODEBG Aug 25 03:27:45.856 adding route 172.16.0.0/32 -> 10.0.0.4 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 } }]
74012026-08-25T03:27:46.979Z
74022026-08-25T03:27:46.979ZINFO Aug 25 03:27:45.856adding route 172.17.0.29/32 -> 10.0.0.255 Aug 25 03:27:45.856INFO
74032026-08-25T03:27:46.979Z Aug 25 03:27:45.856DEBGadding route 172.17.0.16/32 -> 10.0.0.255
74042026-08-25T03:27:46.979Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:27:45.856
74052026-08-25T03:27:46.979Z INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.857Aug 25 03:27:45.857
74062026-08-25T03:27:46.983Z DEBG
74072026-08-25T03:27:46.984ZDEBG replacing targets for 172.16.0.0/32 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 } }]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 25 03:27:45.857Aug 25 03:27:45.857
74082026-08-25T03:27:46.984Z
74092026-08-25T03:27:46.984Z INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 Aug 25 03:27:45.857replacing 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 } }]
74102026-08-25T03:27:46.984ZINFO
74112026-08-25T03:27:46.984Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 03:27:45.857
74122026-08-25T03:27:46.984Z 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 25 03:27:45.857
74132026-08-25T03:27:46.984Z DEBGAug 25 03:27:45.857 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74142026-08-25T03:27:46.984Z Aug 25 03:27:45.857adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
74152026-08-25T03:27:46.984ZINFO Aug 25 03:27:45.857 INFO Aug 25 03:27:45.857adding route 172.17.0.18/32 -> 10.0.0.255
74162026-08-25T03:27:46.984ZDEBGadding route 172.17.0.31/32 -> 10.0.0.255
74172026-08-25T03:27:46.984Zreplacing 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 } }]
74182026-08-25T03:27:46.984Z
74192026-08-25T03:27:46.984ZAug 25 03:27:45.857 Aug 25 03:27:45.866DEBG 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 } }]
74202026-08-25T03:27:46.984Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:27:45.866
74212026-08-25T03:27:46.984Z INFOAug 25 03:27:45.866 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOAug 25 03:27:45.866
74222026-08-25T03:27:46.984Zadding route 172.17.0.19/32 -> 10.0.0.255DEBG
74232026-08-25T03:27:46.984Z 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 } }]
74242026-08-25T03:27:46.984ZAug 25 03:27:45.866Aug 25 03:27:45.866 DEBG 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 } }]
74252026-08-25T03:27:46.984Zreplacing 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 25 03:27:45.866
74262026-08-25T03:27:46.984Z INFOAug 25 03:27:45.866 adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 03:27:45.866INFO
74272026-08-25T03:27:46.984Z INFOadding route 172.17.0.20/32 -> 10.0.0.255
74282026-08-25T03:27:46.984Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 03:27:45.866
74292026-08-25T03:27:46.984Z DEBG Aug 25 03:27:45.866replacing 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 } }] INFODEBGAug 25 03:27:45.866
74302026-08-25T03:27:46.984Z adding route 172.17.0.7/32 -> 10.0.0.255 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 25 03:27:45.866DEBG
74312026-08-25T03:27:46.984Z
74322026-08-25T03:27:46.984Z 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 } }]
74332026-08-25T03:27:46.984ZINFO Aug 25 03:27:45.866adding route 172.17.0.39/32 -> 10.0.0.255
74342026-08-25T03:27:46.984ZINFOAug 25 03:27:45.866 Aug 25 03:27:45.866adding route 172.17.0.21/32 -> 10.0.0.255
74352026-08-25T03:27:46.984ZDEBGAug 25 03:27:45.866 INFODEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74362026-08-25T03:27:46.984Zreplacing 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 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 03:27:45.866
74372026-08-25T03:27:46.984Z
74382026-08-25T03:27:46.984Z DEBG Aug 25 03:27:45.866Aug 25 03:27:45.866replacing 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 } }]
74392026-08-25T03:27:46.984ZINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:27:45.866adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 03:27:45.866
74402026-08-25T03:27:46.984Z
74412026-08-25T03:27:46.984ZDEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74422026-08-25T03:27:46.985Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:27:45.866Aug 25 03:27:45.866
74432026-08-25T03:27:46.985Z DEBGDEBG Aug 25 03:27:45.866 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 } }]INFOAug 25 03:27:45.866
74442026-08-25T03:27:46.985Zreplacing 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 } }]
74452026-08-25T03:27:46.985ZDEBG adding route 3fff:beef:2b::/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 } }]
74462026-08-25T03:27:46.985ZAug 25 03:27:45.866
74472026-08-25T03:27:46.985Z Aug 25 03:27:45.866 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
74482026-08-25T03:27:46.985ZAug 25 03:27:45.866Aug 25 03:27:45.866
74492026-08-25T03:27:46.985Z INFODEBGAug 25 03:27:45.866 Aug 25 03:27:45.866replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
74502026-08-25T03:27:46.985Z
74512026-08-25T03:27:46.985Z DEBGDEBG Aug 25 03:27:45.866replacing 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.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 } }]
74522026-08-25T03:27:46.985Z
74532026-08-25T03:27:46.985Z Aug 25 03:27:45.866INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 25 03:27:45.866Aug 25 03:27:45.866 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 } }]
74542026-08-25T03:27:46.985Z
74552026-08-25T03:27:46.985ZINFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
74562026-08-25T03:27:46.985Z
74572026-08-25T03:27:46.985ZAug 25 03:27:45.866 Aug 25 03:27:45.866DEBG INFOAug 25 03:27:45.866replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
74582026-08-25T03:27:46.985Z Aug 25 03:27:45.866adding route 172.17.0.24/32 -> 10.0.0.255
74592026-08-25T03:27:46.985Zreplacing 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
74602026-08-25T03:27:46.985Z 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 } }]
74612026-08-25T03:27:46.985ZAug 25 03:27:45.866Aug 25 03:27:45.866Aug 25 03:27:45.866 Aug 25 03:27:45.866 INFODEBG 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255INFO
74622026-08-25T03:27:46.985Z
74632026-08-25T03:27:46.985Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
74642026-08-25T03:27:46.985Zadding route 172.17.0.43/32 -> 10.0.0.255
74652026-08-25T03:27:46.985ZAug 25 03:27:45.866Aug 25 03:27:45.866 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 03:27:45.866
74662026-08-25T03:27:46.985Zreplacing 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 25 03:27:45.866
74672026-08-25T03:27:46.985Z DEBGAug 25 03:27:45.866 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 25 03:27:45.866 Aug 25 03:27:45.866DEBG DEBG
74682026-08-25T03:27:46.985Zreplacing 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 } }]
74692026-08-25T03:27:46.985Zreplacing 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
74702026-08-25T03:27:46.985ZAug 25 03:27:45.866INFO INFO Aug 25 03:27:45.866Aug 25 03:27:45.866 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 } }]INFOINFO
74712026-08-25T03:27:46.985Z adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
74722026-08-25T03:27:46.985Z
74732026-08-25T03:27:46.985Z
74742026-08-25T03:27:46.985Z
74752026-08-25T03:27:46.985ZAug 25 03:27:45.866 Aug 25 03:27:45.866Aug 25 03:27:45.866Aug 25 03:27:45.866 DEBGAug 25 03:27:45.866 DEBG DEBG DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
74762026-08-25T03:27:46.985Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 03:27:45.874
74772026-08-25T03:27:46.985Z
74782026-08-25T03:27:46.985ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
74792026-08-25T03:27:46.986ZAug 25 03:27:45.874 INFOAug 25 03:27:45.874 adding route 172.17.0.45/32 -> 10.0.0.255INFOAug 25 03:27:45.874
74802026-08-25T03:27:46.986ZDEBGadding route 172.17.0.27/32 -> 10.0.0.255
74812026-08-25T03:27:46.986Zreplacing 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 } }]
74822026-08-25T03:27:46.986Z Aug 25 03:27:45.874Aug 25 03:27:45.874 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
74832026-08-25T03:27:46.986Z adding route 172.17.0.34/32 -> 10.0.0.255DEBG
74842026-08-25T03:27:46.986Z
74852026-08-25T03:27:46.986Z 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 25 03:27:45.874
74862026-08-25T03:27:46.986Z DEBG Aug 25 03:27:45.874Aug 25 03:27:45.874replacing 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 25 03:27:45.874Aug 25 03:27:45.874
74872026-08-25T03:27:46.986ZINFOINFO adding route 172.17.0.28/32 -> 10.0.0.255
74882026-08-25T03:27:46.986ZDEBGAug 25 03:27:45.874 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 } }]DEBGINFO
74892026-08-25T03:27:46.986Zadding route 172.17.0.13/32 -> 10.0.0.255
74902026-08-25T03:27:46.986Zadding route 172.17.0.46/32 -> 10.0.0.255
74912026-08-25T03:27:46.986ZAug 25 03:27:45.874replacing 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 25 03:27:45.874
74922026-08-25T03:27:46.986Z DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.874 adding route 172.17.0.35/32 -> 10.0.0.255
74932026-08-25T03:27:46.986ZDEBGAug 25 03:27:45.874
74942026-08-25T03:27:46.986Z 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 } }]
74952026-08-25T03:27:46.986ZAug 25 03:27:45.874INFO Aug 25 03:27:45.874DEBG 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 25 03:27:45.874DEBG
74962026-08-25T03:27:46.986Z 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 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 25 03:27:45.874INFO
74972026-08-25T03:27:46.986Z
74982026-08-25T03:27:46.986ZAug 25 03:27:45.874 INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
74992026-08-25T03:27:46.986Z
75002026-08-25T03:27:46.986ZAug 25 03:27:45.874 INFOINFOAug 25 03:27:45.874 Aug 25 03:27:45.874 adding route 172.17.0.36/32 -> 10.0.0.255
75012026-08-25T03:27:46.986ZDEBG 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
75022026-08-25T03:27:46.986Z 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 25 03:27:45.874
75032026-08-25T03:27:46.986Z Aug 25 03:27:45.874DEBGAug 25 03:27:45.874 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 25 03:27:45.874adding route 172.17.0.30/32 -> 10.0.0.255 DEBG
75042026-08-25T03:27:46.986ZINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
75052026-08-25T03:27:46.986Z
75062026-08-25T03:27:46.990Z
75072026-08-25T03:27:46.990Zreplacing 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 25 03:27:45.874
75082026-08-25T03:27:46.990ZINFOAug 25 03:27:45.874 Aug 25 03:27:45.874Aug 25 03:27:45.874adding route 172.17.0.37/32 -> 10.0.0.255
75092026-08-25T03:27:46.990ZDEBG 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
75102026-08-25T03:27:46.991Z 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 25 03:27:45.874
75112026-08-25T03:27:46.991Z DEBGDEBG Aug 25 03:27:45.874Aug 25 03:27:45.874replacing 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 25 03:27:45.874
75122026-08-25T03:27:46.991Zreplacing 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 } }]
75132026-08-25T03:27:46.991ZINFOAug 25 03:27:45.874 adding route 172.17.0.31/32 -> 10.0.0.255INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255 Aug 25 03:27:45.874
75142026-08-25T03:27:46.991Z
75152026-08-25T03:27:46.991Z INFOINFO Aug 25 03:27:45.874Aug 25 03:27:45.874adding route 172.17.0.48/32 -> 10.0.0.255
75162026-08-25T03:27:46.991ZDEBGadding route 172.17.0.16/32 -> 10.0.0.255DEBG
75172026-08-25T03:27:46.991Zreplacing 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 } }]
75182026-08-25T03:27:46.991Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75192026-08-25T03:27:46.991ZAug 25 03:27:45.874
75202026-08-25T03:27:46.991Z Aug 25 03:27:45.874DEBG Aug 25 03:27:45.874DEBG 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 25 03:27:45.874replacing 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 } }]
75212026-08-25T03:27:46.991ZINFO
75222026-08-25T03:27:46.991ZAug 25 03:27:45.874 adding route 172.17.0.39/32 -> 10.0.0.255INFO
75232026-08-25T03:27:46.991Z adding route 172.17.0.32/32 -> 10.0.0.255DEBGAug 25 03:27:45.874Aug 25 03:27:45.874
75242026-08-25T03:27:46.991Z Aug 25 03:27:45.874 INFODEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.17/32 -> 10.0.0.255INFOAug 25 03:27:45.874
75252026-08-25T03:27:46.991Zadding route 172.17.0.49/32 -> 10.0.0.255
75262026-08-25T03:27:46.991Z
75272026-08-25T03:27:46.991Z
75282026-08-25T03:27:46.991ZDEBG 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 25 03:27:45.874
75292026-08-25T03:27:46.991Z Aug 25 03:27:45.874 INFOAug 25 03:27:45.874Aug 25 03:27:45.874 Aug 25 03:27:45.874adding route 172.17.0.40/32 -> 10.0.0.255 DEBGDEBGINFO
75302026-08-25T03:27:46.991Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
75312026-08-25T03:27:46.991ZINFO
75322026-08-25T03:27:46.991Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 25 03:27:45.874
75332026-08-25T03:27:46.991Z DEBG Aug 25 03:27:45.874replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOAug 25 03:27:45.874
75342026-08-25T03:27:46.991Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
75352026-08-25T03:27:46.991Z
75362026-08-25T03:27:46.991Zreplacing 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 25 03:27:45.874
75372026-08-25T03:27:46.991ZAug 25 03:27:45.874 Aug 25 03:27:45.874INFO adding route 172.17.0.41/32 -> 10.0.0.255DEBG
75382026-08-25T03:27:46.991ZAug 25 03:27:45.874 INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 03:27:45.874
75392026-08-25T03:27:46.991Z DEBG
75402026-08-25T03:27:46.991Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 03:27:45.874
75412026-08-25T03:27:46.991Z 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 } }] Aug 25 03:27:45.874Aug 25 03:27:45.874Aug 25 03:27:45.874 INFO 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
75422026-08-25T03:27:46.991Zadding route 172.17.0.42/32 -> 10.0.0.255
75432026-08-25T03:27:46.991Z
75442026-08-25T03:27:46.991ZINFOadding route 172.17.0.50/32 -> 10.0.0.255
75452026-08-25T03:27:46.991Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 25 03:27:45.874
75462026-08-25T03:27:46.991Z DEBGAug 25 03:27:45.874 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.874INFO
75472026-08-25T03:27:46.992ZAug 25 03:27:45.874 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGAug 25 03:27:45.874 DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.874replacing 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 } }]
75482026-08-25T03:27:46.992Z
75492026-08-25T03:27:46.992Z adding route 172.17.0.35/32 -> 10.0.0.255
75502026-08-25T03:27:46.992ZINFO
75512026-08-25T03:27:46.992Z Aug 25 03:27:45.874adding route 172.17.0.43/32 -> 10.0.0.255
75522026-08-25T03:27:46.992ZINFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 25 03:27:45.874Aug 25 03:27:45.874 DEBGAug 25 03:27:45.874 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 } }]
75532026-08-25T03:27:46.992ZDEBGAug 25 03:27:45.874DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75542026-08-25T03:27:46.992Z
75552026-08-25T03:27:46.992Z adding route 172.17.0.20/32 -> 10.0.0.255
75562026-08-25T03:27:46.992Zreplacing 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 } }]
75572026-08-25T03:27:46.992ZAug 25 03:27:45.874Aug 25 03:27:45.874 INFO Aug 25 03:27:45.874Aug 25 03:27:45.874INFO Aug 25 03:27:45.874 DEBGadding route 172.17.0.44/32 -> 10.0.0.255INFO
75582026-08-25T03:27:46.992Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
75592026-08-25T03:27:46.992ZAug 25 03:27:45.874adding route 172.17.0.36/32 -> 10.0.0.255
75602026-08-25T03:27:46.992ZDEBG 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 } }]DEBG
75612026-08-25T03:27:46.992ZAug 25 03:27:45.874 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 } }]
75622026-08-25T03:27:46.992Z
75632026-08-25T03:27:46.992Ztest route::tests::delete_targets_fragmented ... ok
75642026-08-25T03:27:46.992Ztest route::tests::add_target_fails_full ... ok
75652026-08-25T03:27:46.992ZAug 25 03:27:45.874 DEBG Aug 25 03:27:45.874replacing 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 25 03:27:45.874
75662026-08-25T03:27:46.992Z INFO adding route 172.17.0.45/32 -> 10.0.0.255INFOAug 25 03:27:45.874
75672026-08-25T03:27:46.992Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 25 03:27:45.874
75682026-08-25T03:27:46.992Z INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:27:45.874Aug 25 03:27:45.874 INFO
75692026-08-25T03:27:46.992Z DEBG 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 } }]
75702026-08-25T03:27:46.992Zreplacing 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 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 25 03:27:45.874
75712026-08-25T03:27:46.992Z
75722026-08-25T03:27:46.992ZDEBG 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 25 03:27:45.874adding route 172.17.0.52/32 -> 10.0.0.255
75732026-08-25T03:27:46.992Z
75742026-08-25T03:27:46.992Z Aug 25 03:27:45.874 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 03:27:45.874
75752026-08-25T03:27:46.992Z
75762026-08-25T03:27:46.992ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 03:27:45.874Aug 25 03:27:45.874 DEBGINFO
75772026-08-25T03:27:46.992Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 03:27:45.874
75782026-08-25T03:27:46.992Z 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
75792026-08-25T03:27:46.992Z 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 } }]
75802026-08-25T03:27:46.992ZAug 25 03:27:45.874 Aug 25 03:27:45.874DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.874
75812026-08-25T03:27:46.992ZAug 25 03:27:45.874adding route 172.17.0.47/32 -> 10.0.0.255
75822026-08-25T03:27:46.992ZAug 25 03:27:45.875DEBGAug 25 03:27:45.875 INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.53/32 -> 10.0.0.255Aug 25 03:27:45.875
75832026-08-25T03:27:46.992Z
75842026-08-25T03:27:46.992Z DEBGadding route 172.17.0.39/32 -> 10.0.0.255DEBGAug 25 03:27:45.875
75852026-08-25T03:27:46.993ZAug 25 03:27:45.875 DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
75862026-08-25T03:27:46.993Z
75872026-08-25T03:27:46.993Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255
75882026-08-25T03:27:46.993ZAug 25 03:27:45.875Aug 25 03:27:45.875Aug 25 03:27:45.875
75892026-08-25T03:27:46.993Z INFO DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:27:45.875
75902026-08-25T03:27:46.993ZAug 25 03:27:45.875 DEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75912026-08-25T03:27:46.993Zadding route 172.17.0.48/32 -> 10.0.0.255
75922026-08-25T03:27:46.993Z
75932026-08-25T03:27:46.993ZAug 25 03:27:45.875INFO Aug 25 03:27:45.875Aug 25 03:27:45.875 INFODEBGDEBG 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.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 } }]
75942026-08-25T03:27:46.993Z
75952026-08-25T03:27:46.993ZAug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOAug 25 03:27:45.883 adding route 172.17.0.55/32 -> 10.0.0.255INFO
75962026-08-25T03:27:46.993Zadding route 172.17.0.24/32 -> 10.0.0.255
75972026-08-25T03:27:46.993Zadding route 172.17.0.49/32 -> 10.0.0.255
75982026-08-25T03:27:46.993ZAug 25 03:27:45.883 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 } }]
75992026-08-25T03:27:46.993ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGINFO Aug 25 03:27:45.883 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
76002026-08-25T03:27:46.993Z
76012026-08-25T03:27:46.993ZDEBG Aug 25 03:27:45.883 Aug 25 03:27:45.883INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
76022026-08-25T03:27:46.993Z
76032026-08-25T03:27:46.993ZDEBG 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 } }]
76042026-08-25T03:27:46.993ZAug 25 03:27:45.883 INFO adding route 172.17.0.50/32 -> 10.0.0.255
76052026-08-25T03:27:46.993ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGAug 25 03:27:45.883 INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76062026-08-25T03:27:46.997Z
76072026-08-25T03:27:46.998Zreplacing 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 } }]
76082026-08-25T03:27:46.998ZAug 25 03:27:45.883 INFO adding route 172.17.0.51/32 -> 10.0.0.255
76092026-08-25T03:27:46.998ZAug 25 03:27:45.883Aug 25 03:27:45.883 Aug 25 03:27:45.883 DEBG INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76102026-08-25T03:27:46.998Z
76112026-08-25T03:27:46.998Zadding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76122026-08-25T03:27:46.998Z
76132026-08-25T03:27:46.998ZAug 25 03:27:45.883Aug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG
76142026-08-25T03:27:46.998Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
76152026-08-25T03:27:46.998ZAug 25 03:27:45.883
76162026-08-25T03:27:46.998Z 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 25 03:27:45.883
76172026-08-25T03:27:46.998Z Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG Aug 25 03:27:45.883 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 } }]INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76182026-08-25T03:27:46.998Z
76192026-08-25T03:27:46.998ZINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 03:27:45.883
76202026-08-25T03:27:46.998ZAug 25 03:27:45.883
76212026-08-25T03:27:46.998Z INFO adding route 172.17.0.53/32 -> 10.0.0.255INFOAug 25 03:27:45.883 adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 03:27:45.883
76222026-08-25T03:27:46.998ZDEBG
76232026-08-25T03:27:46.998Z 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
76242026-08-25T03:27:46.998Z Aug 25 03:27:45.883replacing 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 } }]
76252026-08-25T03:27:46.998ZDEBGAug 25 03:27:45.883 Aug 25 03:27:45.883DEBGreplacing 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 25 03:27:45.883
76262026-08-25T03:27:46.998Z INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 03:27:45.883
76272026-08-25T03:27:46.998Zreplacing 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 } }]
76282026-08-25T03:27:46.998Zadding route 172.17.0.28/32 -> 10.0.0.255INFO
76292026-08-25T03:27:46.998Z adding route 172.17.0.54/32 -> 10.0.0.255
76302026-08-25T03:27:46.998ZAug 25 03:27:45.883 Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76312026-08-25T03:27:46.998Zreplacing 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 } }]
76322026-08-25T03:27:46.998ZAug 25 03:27:45.883
76332026-08-25T03:27:46.998ZINFOAug 25 03:27:45.883 Aug 25 03:27:45.883 INFOAug 25 03:27:45.883 INFO adding route 172.17.0.60/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
76342026-08-25T03:27:46.998Z
76352026-08-25T03:27:46.998Z
76362026-08-25T03:27:46.998Z
76372026-08-25T03:27:46.998ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBGAug 25 03:27:45.883 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.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
76382026-08-25T03:27:46.998Z
76392026-08-25T03:27:46.998Zreplacing 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 } }]
76402026-08-25T03:27:46.998ZAug 25 03:27:45.883Aug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255
76412026-08-25T03:27:46.998Z
76422026-08-25T03:27:46.998ZAug 25 03:27:45.883DEBG 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
76432026-08-25T03:27:46.998Z Aug 25 03:27:45.883adding route 172.17.0.44/32 -> 10.0.0.255 Aug 25 03:27:45.883DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76442026-08-25T03:27:46.998Z
76452026-08-25T03:27:46.998Zreplacing 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 } }]
76462026-08-25T03:27:46.999ZAug 25 03:27:45.883 Aug 25 03:27:45.883DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:27:45.883
76472026-08-25T03:27:46.999Z adding route 172.17.0.57/32 -> 10.0.0.255INFO
76482026-08-25T03:27:46.999Z Aug 25 03:27:45.883adding route 172.17.0.31/32 -> 10.0.0.255
76492026-08-25T03:27:46.999ZAug 25 03:27:45.883INFOAug 25 03:27:45.883 adding route 172.17.0.61/32 -> 10.0.0.255Aug 25 03:27:45.883DEBG 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 } }]
76502026-08-25T03:27:46.999Z
76512026-08-25T03:27:46.999Zreplacing 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 } }]
76522026-08-25T03:27:46.999ZINFO Aug 25 03:27:45.883 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
76532026-08-25T03:27:46.999Z Aug 25 03:27:45.883Aug 25 03:27:45.883replacing 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 INFOadding route 172.17.0.58/32 -> 10.0.0.255
76542026-08-25T03:27:46.999Zadding route 172.17.0.32/32 -> 10.0.0.255
76552026-08-25T03:27:46.999Z
76562026-08-25T03:27:46.999ZAug 25 03:27:45.883Aug 25 03:27:45.883 Aug 25 03:27:45.883DEBG 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.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 } }]
76572026-08-25T03:27:46.999Z 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 } }]
76582026-08-25T03:27:46.999Z
76592026-08-25T03:27:46.999ZAug 25 03:27:45.883 Aug 25 03:27:45.883INFO Aug 25 03:27:45.883INFO Aug 25 03:27:45.883adding route 172.17.0.33/32 -> 10.0.0.255INFO
76602026-08-25T03:27:46.999Z adding route 172.17.0.59/32 -> 10.0.0.255INFO
76612026-08-25T03:27:46.999Z adding route 172.17.0.62/32 -> 10.0.0.255Aug 25 03:27:45.883adding route 172.17.0.46/32 -> 10.0.0.255
76622026-08-25T03:27:46.999Z
76632026-08-25T03:27:46.999Ztest route::tests::delete_target_fragmented ... ok
76642026-08-25T03:27:46.999ZAug 25 03:27:45.883 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76652026-08-25T03:27:46.999Ztest route::tests::delete_target_full ... ok
76662026-08-25T03:27:46.999Z
76672026-08-25T03:27:46.999ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG Aug 25 03:27:45.883 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76682026-08-25T03:27:46.999ZINFOAug 25 03:27:45.883 adding route 172.17.0.34/32 -> 10.0.0.255INFO
76692026-08-25T03:27:46.999Z adding route 172.17.0.60/32 -> 10.0.0.255
76702026-08-25T03:27:46.999Z
76712026-08-25T03:27:46.999ZAug 25 03:27:45.883 DEBGAug 25 03:27:45.883 Aug 25 03:27:45.883replacing 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 } }]
76722026-08-25T03:27:46.999Z INFOAug 25 03:27:45.883DEBG Aug 25 03:27:45.883replacing 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 } }]
76732026-08-25T03:27:46.999ZINFOadding route 172.17.0.63/32 -> 10.0.0.255
76742026-08-25T03:27:46.999Zadding route 172.17.0.35/32 -> 10.0.0.255INFOAug 25 03:27:45.883
76752026-08-25T03:27:46.999Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
76762026-08-25T03:27:46.999Zfailed to allocate space for the new target listAug 25 03:27:45.883
76772026-08-25T03:27:46.999ZAug 25 03:27:45.883 DEBG DEBGAug 25 03:27:45.883 Aug 25 03:27:45.883replacing 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 } }] DEBGDEBG
76782026-08-25T03:27:46.999Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76792026-08-25T03:27:46.999Zreplacing 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 } }]
76802026-08-25T03:27:47.000Z
76812026-08-25T03:27:47.000ZAug 25 03:27:45.883 INFO Aug 25 03:27:45.883adding route 172.17.0.36/32 -> 10.0.0.255
76822026-08-25T03:27:47.000ZINFO adding route 172.17.0.48/32 -> 10.0.0.255
76832026-08-25T03:27:47.000ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGAug 25 03:27:45.883DEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]failed to allocate space for the new target list
76842026-08-25T03:27:47.000Z
76852026-08-25T03:27:47.000Z
76862026-08-25T03:27:47.000ZAug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
76872026-08-25T03:27:47.000Z
76882026-08-25T03:27:47.000ZAug 25 03:27:45.883Aug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG 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 } }]
76892026-08-25T03:27:47.000Zreplacing 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 } }]
76902026-08-25T03:27:47.000Z
76912026-08-25T03:27:47.000ZAug 25 03:27:45.883Aug 25 03:27:45.883 Aug 25 03:27:45.883INFODEBG INFO adding route 172.17.0.50/32 -> 10.0.0.255failed to allocate space for the new target list
76922026-08-25T03:27:47.000Z
76932026-08-25T03:27:47.000Zadding route 172.17.0.38/32 -> 10.0.0.255
76942026-08-25T03:27:47.000ZAug 25 03:27:45.883 DEBGAug 25 03:27:45.883 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
76952026-08-25T03:27:47.000Z 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 } }]
76962026-08-25T03:27:47.000ZAug 25 03:27:45.883Aug 25 03:27:45.883 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
76972026-08-25T03:27:47.001Z
76982026-08-25T03:27:47.001ZAug 25 03:27:45.883 Aug 25 03:27:45.883DEBG 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 } }]
76992026-08-25T03:27:47.001Zreplacing 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 } }]
77002026-08-25T03:27:47.001ZAug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255
77012026-08-25T03:27:47.001Zadding route 172.17.0.52/32 -> 10.0.0.255
77022026-08-25T03:27:47.001ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77032026-08-25T03:27:47.001Z
77042026-08-25T03:27:47.001ZAug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
77052026-08-25T03:27:47.001Zadding route 172.17.0.41/32 -> 10.0.0.255
77062026-08-25T03:27:47.006ZAug 25 03:27:45.883Aug 25 03:27:45.883 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77072026-08-25T03:27:47.006Z
77082026-08-25T03:27:47.006ZAug 25 03:27:45.883 Aug 25 03:27:45.883INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
77092026-08-25T03:27:47.006Zadding route 172.17.0.42/32 -> 10.0.0.255
77102026-08-25T03:27:47.006ZAug 25 03:27:45.883 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 } }]
77112026-08-25T03:27:47.006ZAug 25 03:27:45.883 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 25 03:27:45.883
77122026-08-25T03:27:47.006Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
77132026-08-25T03:27:47.006ZAug 25 03:27:45.883 INFOAug 25 03:27:45.883 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
77142026-08-25T03:27:47.006Z 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 } }]
77152026-08-25T03:27:47.006Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
77162026-08-25T03:27:47.006ZAug 25 03:27:45.893 INFO Aug 25 03:27:45.893adding route 172.17.0.44/32 -> 10.0.0.255
77172026-08-25T03:27:47.006ZDEBG 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 } }]
77182026-08-25T03:27:47.006ZAug 25 03:27:45.893 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 03:27:45.893
77192026-08-25T03:27:47.006Z DEBG Aug 25 03:27:45.893 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
77202026-08-25T03:27:47.006Z
77212026-08-25T03:27:47.006ZAug 25 03:27:45.893Aug 25 03:27:45.893 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
77222026-08-25T03:27:47.006Z
77232026-08-25T03:27:47.006ZAug 25 03:27:45.893 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 } }]
77242026-08-25T03:27:47.007ZAug 25 03:27:45.893 DEBGAug 25 03:27:45.893 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
77252026-08-25T03:27:47.007Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
77262026-08-25T03:27:47.007ZAug 25 03:27:45.893 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.893
77272026-08-25T03:27:47.007Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
77282026-08-25T03:27:47.007ZAug 25 03:27:45.893 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77292026-08-25T03:27:47.007ZAug 25 03:27:45.893 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 25 03:27:45.893
77302026-08-25T03:27:47.007Z Aug 25 03:27:45.893DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
77312026-08-25T03:27:47.007Zreplacing 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 } }]
77322026-08-25T03:27:47.007ZAug 25 03:27:45.893 INFOAug 25 03:27:45.893 Aug 25 03:27:45.893INFOadding route 172.17.0.47/32 -> 10.0.0.255 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
77332026-08-25T03:27:47.007Z
77342026-08-25T03:27:47.007Zadding route 172.17.0.56/32 -> 10.0.0.255
77352026-08-25T03:27:47.007ZAug 25 03:27:45.893 Aug 25 03:27:45.893Aug 25 03:27:45.893 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 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 } }]
77362026-08-25T03:27:47.007Z
77372026-08-25T03:27:47.007ZDEBG 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 } }]
77382026-08-25T03:27:47.007ZAug 25 03:27:45.893Aug 25 03:27:45.893 INFOINFO Aug 25 03:27:45.893adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255
77392026-08-25T03:27:47.007Z
77402026-08-25T03:27:47.007Z INFO adding route 172.17.0.57/32 -> 10.0.0.255
77412026-08-25T03:27:47.007ZAug 25 03:27:45.893Aug 25 03:27:45.893 DEBGDEBGAug 25 03:27:45.893 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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
77422026-08-25T03:27:47.007Z
77432026-08-25T03:27:47.007Zreplacing 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 } }]
77442026-08-25T03:27:47.007ZAug 25 03:27:45.893 Aug 25 03:27:45.893INFO Aug 25 03:27:45.893 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
77452026-08-25T03:27:47.007ZINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
77462026-08-25T03:27:47.007Z
77472026-08-25T03:27:47.007ZAug 25 03:27:45.893 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:27:45.893
77482026-08-25T03:27:47.007ZAug 25 03:27:45.893 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77492026-08-25T03:27:47.007Zreplacing 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 } }]
77502026-08-25T03:27:47.007ZAug 25 03:27:45.893 DEBGAug 25 03:27:45.893 failed to allocate space for the new target listAug 25 03:27:45.893
77512026-08-25T03:27:47.007ZINFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
77522026-08-25T03:27:47.007Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 25 03:27:45.893
77532026-08-25T03:27:47.007Z 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 } }]Aug 25 03:27:45.893
77542026-08-25T03:27:47.007ZAug 25 03:27:45.893 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77552026-08-25T03:27:47.007Z
77562026-08-25T03:27:47.007ZAug 25 03:27:45.893Aug 25 03:27:45.893 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
77572026-08-25T03:27:47.007Z
77582026-08-25T03:27:47.007ZAug 25 03:27:45.893Aug 25 03:27:45.893 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77592026-08-25T03:27:47.007Z
77602026-08-25T03:27:47.007ZAug 25 03:27:45.893Aug 25 03:27:45.893 DEBG failed to allocate space for the new target list
77612026-08-25T03:27:47.007Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
77622026-08-25T03:27:47.007ZAug 25 03:27:45.893 Aug 25 03:27:45.893DEBG 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 } }]
77632026-08-25T03:27:47.008Z 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 } }]
77642026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.53/32 -> 10.0.0.255
77652026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77662026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.54/32 -> 10.0.0.255
77672026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77682026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.55/32 -> 10.0.0.255
77692026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77702026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.56/32 -> 10.0.0.255
77712026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77722026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77732026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77742026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.58/32 -> 10.0.0.255
77752026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77762026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.59/32 -> 10.0.0.255
77772026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77782026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.60/32 -> 10.0.0.255
77792026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77802026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.61/32 -> 10.0.0.255
77812026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77822026-08-25T03:27:47.008ZAug 25 03:27:45.893 INFO adding route 172.17.0.62/32 -> 10.0.0.255
77832026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77842026-08-25T03:27:47.008ZAug 25 03:27:45.893 DEBG failed to allocate space for the new target list
77852026-08-25T03:27:47.008ZAug 25 03:27:45.893 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 } }]
77862026-08-25T03:27:47.008ZAug 25 03:27:45.894 DEBG created new freemap, unit: freemap_route_ipv4
77872026-08-25T03:27:47.008ZAug 25 03:27:45.894 DEBG created new freemap, unit: freemap_route_ipv6
77882026-08-25T03:27:47.008ZAug 25 03:27:45.894 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
77892026-08-25T03:27:47.008ZAug 25 03:27:45.894 DEBG reset freemap, unit: freemap_route_ipv4
77902026-08-25T03:27:47.008ZAug 25 03:27:45.894 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
77912026-08-25T03:27:47.008ZAug 25 03:27:45.894 DEBG reset freemap, unit: freemap_route_ipv6
77922026-08-25T03:27:47.008ZAug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77932026-08-25T03:27:47.008ZAug 25 03:27:45.894 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 } }]
77942026-08-25T03:27:47.008ZAug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77952026-08-25T03:27:47.008ZAug 25 03:27:45.894 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 } }]
77962026-08-25T03:27:47.009ZAug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77972026-08-25T03:27:47.009ZAug 25 03:27:45.894 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 } }]
77982026-08-25T03:27:47.009ZAug 25 03:27:45.894 INFO adding route 172.16.0.0/32 -> 10.0.0.2
77992026-08-25T03:27:47.009ZAug 25 03:27:45.894 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 } }]
78002026-08-25T03:27:47.009ZAug 25 03:27:45.894 INFO adding route 172.17.0.0/32 -> 10.0.0.255
78012026-08-25T03:27:47.009ZAug 25 03:27:45.894 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 } }]
78022026-08-25T03:27:47.009ZAug 25 03:27:45.894 INFO adding route 172.17.0.1/32 -> 10.0.0.255
78032026-08-25T03:27:47.009ZAug 25 03:27:45.894 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 } }]
78042026-08-25T03:27:47.009ZAug 25 03:27:45.894 INFO adding route 172.17.0.2/32 -> 10.0.0.255
78052026-08-25T03:27:47.009ZAug 25 03:27:45.894 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 } }]
78062026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.3/32 -> 10.0.0.255
78072026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78082026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.4/32 -> 10.0.0.255
78092026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78102026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78112026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78122026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78132026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78142026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78152026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78162026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78172026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78182026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78192026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78202026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78212026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78222026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78232026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78242026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78252026-08-25T03:27:47.013ZAug 25 03:27:45.894 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 } }]
78262026-08-25T03:27:47.013ZAug 25 03:27:45.894 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78272026-08-25T03:27:47.013ZAug 25 03:27:45.900 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 } }]
78282026-08-25T03:27:47.013ZAug 25 03:27:45.900 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78292026-08-25T03:27:47.013ZAug 25 03:27:45.900 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 } }]
78302026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78312026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78322026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78332026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78342026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78352026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78362026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78372026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78382026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78392026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78402026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78412026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78422026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78432026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78442026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78452026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78462026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78472026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78482026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78492026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78502026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78512026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78522026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78532026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78542026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78552026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78562026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78572026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78582026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78592026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78602026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78612026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78622026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78632026-08-25T03:27:47.014ZAug 25 03:27:45.900 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 } }]
78642026-08-25T03:27:47.014Ztest route::tests::delete_targets_full ... ok
78652026-08-25T03:27:47.014ZAug 25 03:27:45.900 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78662026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78672026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78682026-08-25T03:27:47.015Z
78692026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78702026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78712026-08-25T03:27:47.015Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
78722026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78732026-08-25T03:27:47.015Z
78742026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78752026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78762026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78772026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78782026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78792026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78802026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78812026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78822026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78832026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78842026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78852026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78862026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78872026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78882026-08-25T03:27:47.015ZAug 25 03:27:45.900 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78892026-08-25T03:27:47.015ZAug 25 03:27:45.900 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 } }]
78902026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78912026-08-25T03:27:47.015ZAug 25 03:27:45.909 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 } }]
78922026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78932026-08-25T03:27:47.015ZAug 25 03:27:45.909 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 } }]
78942026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78952026-08-25T03:27:47.015ZAug 25 03:27:45.909 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 } }]
78962026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.46/32 -> 10.0.0.255
78972026-08-25T03:27:47.015ZAug 25 03:27:45.909 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 } }]
78982026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.47/32 -> 10.0.0.255
78992026-08-25T03:27:47.015ZAug 25 03:27:45.909 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 } }]
79002026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79012026-08-25T03:27:47.015ZAug 25 03:27:45.909 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 } }]
79022026-08-25T03:27:47.015ZAug 25 03:27:45.909 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79032026-08-25T03:27:47.016ZAug 25 03:27:45.909 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 } }]
79042026-08-25T03:27:47.016ZAug 25 03:27:45.909 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79052026-08-25T03:27:47.016ZAug 25 03:27:45.909 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 } }]
79062026-08-25T03:27:47.019ZAug 25 03:27:45.909 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79072026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79082026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79092026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79102026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79112026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79122026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79132026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79142026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79152026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79162026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79172026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79182026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79192026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79202026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79212026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79222026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79232026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79242026-08-25T03:27:47.020ZAug 25 03:27:45.909 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79252026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79262026-08-25T03:27:47.020ZAug 25 03:27:45.909 DEBG failed to allocate space for the new target list
79272026-08-25T03:27:47.020ZAug 25 03:27:45.909 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 } }]
79282026-08-25T03:27:47.020Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-292f8446853973e0)
79292026-08-25T03:27:47.020Z
79302026-08-25T03:27:47.020Zrunning 0 tests
79312026-08-25T03:27:47.020Z
79322026-08-25T03:27:47.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79332026-08-25T03:27:47.020Z
79342026-08-25T03:27:47.020Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e)
79352026-08-25T03:27:47.020Z
79362026-08-25T03:27:47.020Zrunning 0 tests
79372026-08-25T03:27:47.020Z
79382026-08-25T03:27:47.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79392026-08-25T03:27:47.020Z
79402026-08-25T03:27:47.020Z Running unittests src/lib.rs (target/debug/deps/dpd_client-dbcc04b5d7adae18)
79412026-08-25T03:27:47.020Z
79422026-08-25T03:27:47.020Zrunning 6 tests
79432026-08-25T03:27:47.020Ztest tests::test_full_lot_id_neither_present ... ok
79442026-08-25T03:27:47.021Ztest tests::test_full_lot_id_both_present ... ok
79452026-08-25T03:27:47.021Ztest tests::test_full_lot_id_lotnum_only ... ok
79462026-08-25T03:27:47.021Ztest tests::test_full_lot_id_lot_only ... ok
79472026-08-25T03:27:47.021Ztest tests::test_parse_client_port_id ... ok
79482026-08-25T03:27:47.021Ztest tests::test_port_id_cmp ... ok
79492026-08-25T03:27:47.021Z
79502026-08-25T03:27:47.021Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-08-25T03:27:47.021Z
79522026-08-25T03:27:47.021Z Running tests/test_all.rs (target/debug/deps/test_all-64dea063b1333fc5)
79532026-08-25T03:27:47.021Z
79542026-08-25T03:27:47.021Zrunning 0 tests
79552026-08-25T03:27:47.021Z
79562026-08-25T03:27:47.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572026-08-25T03:27:47.021Z
79582026-08-25T03:27:47.021Z Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504)
79592026-08-25T03:27:47.021Z
79602026-08-25T03:27:47.021Zrunning 0 tests
79612026-08-25T03:27:47.021Z
79622026-08-25T03:27:47.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-25T03:27:47.021Z
79642026-08-25T03:27:47.021Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35)
79652026-08-25T03:27:47.031Z
79662026-08-25T03:27:47.031Zrunning 15 tests
79672026-08-25T03:27:47.034Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79682026-08-25T03:27:47.034Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79692026-08-25T03:27:47.034Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79702026-08-25T03:27:47.034Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79712026-08-25T03:27:47.034Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79722026-08-25T03:27:47.034Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79732026-08-25T03:27:47.034Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79742026-08-25T03:27:47.034Ztest v1::network::tests::test_equal ... ok
79752026-08-25T03:27:47.034Ztest v1::network::tests::test_eui64 ... ok
79762026-08-25T03:27:47.034Ztest v1::network::tests::test_into ... ok
79772026-08-25T03:27:47.034Ztest v1::network::tests::test_not_equal ... ok
79782026-08-25T03:27:47.034Ztest v1::network::tests::test_to_string ... ok
79792026-08-25T03:27:47.037Ztest v1::port::tests::port_ids_are_ascii ... ok
79802026-08-25T03:27:47.037Ztest v1::network::tests::test_parse ... ok
79812026-08-25T03:27:47.038Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79822026-08-25T03:27:47.038Z
79832026-08-25T03:27:47.042Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79842026-08-25T03:27:47.042Z
79852026-08-25T03:27:47.042Z Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834)
79862026-08-25T03:27:47.062Z
79872026-08-25T03:27:47.062Zrunning 12 tests
79882026-08-25T03:27:47.065Ztest icmp::test_v4_checksum ... ok
79892026-08-25T03:27:47.065Ztest ipv6::test_ipv6_parse ... ok
79902026-08-25T03:27:47.065Ztest lldp::test_lldp_parse ... ok
79912026-08-25T03:27:47.065Ztest icmp::test_v6_checksum ... ok
79922026-08-25T03:27:47.065Ztest pbuf::test_byte ... ok
79932026-08-25T03:27:47.065Ztest pbuf::test_nibble ... ok
79942026-08-25T03:27:47.066Ztest pbuf::test_short ... ok
79952026-08-25T03:27:47.066Ztest pbuf::test_twelve ... ok
79962026-08-25T03:27:47.066Ztest pbuf::test_overflow ... ok
79972026-08-25T03:27:47.066Ztest pbuf::test_word ... ok
79982026-08-25T03:27:47.066Ztest tcp::test_checksum_syn_nodata ... ok
79992026-08-25T03:27:47.066Ztest tcp::test_checksum_ack_data ... ok
80002026-08-25T03:27:47.066Z
80012026-08-25T03:27:47.066Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-25T03:27:47.066Z
80032026-08-25T03:27:47.069Z Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86)
80042026-08-25T03:27:47.072Z
80052026-08-25T03:27:47.072Zrunning 0 tests
80062026-08-25T03:27:47.072Z
80072026-08-25T03:27:47.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082026-08-25T03:27:47.072Z
80092026-08-25T03:27:47.072Z Running unittests src/main.rs (target/debug/deps/swadm-b1880dd2c17d47ae)
80102026-08-25T03:27:47.094Z
80112026-08-25T03:27:47.094Zrunning 5 tests
80122026-08-25T03:27:47.099Ztest switchport::test::test_compute_lanes ... ok
80132026-08-25T03:27:47.102Ztest switchport::test::port_id_ordering ... ok
80142026-08-25T03:27:47.102Ztest link::test_filter ... ok
80152026-08-25T03:27:47.102Z Lane 0 Lane 1 Lane 2 Lane 3
80162026-08-25T03:27:47.102Z State: Activated Lane 0Activated Activated ActivatedLane 1
80172026-08-25T03:27:47.102Z Rx Output Enabled: falseLane 2 falseLane 3 false
80182026-08-25T03:27:47.102Z false
80192026-08-25T03:27:47.102Z Rx Loss-of-lock: Yes Rx Output Status: validYes validYes Yesvalid
80202026-08-25T03:27:47.102Z valid
80212026-08-25T03:27:47.102Z Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yes true trueYes trueYes
80222026-08-25T03:27:47.102Z
80232026-08-25T03:27:47.102Z Rx Loss-of-signal: false Rx CDR Enabled: Yes Yesfalse falseYes false
80242026-08-25T03:27:47.102ZYes
80252026-08-25T03:27:47.102ZRx Auto-squelch Disable: true Tx Enabled: Yes true Yes true Yestrue
80262026-08-25T03:27:47.102ZYes
80272026-08-25T03:27:47.102Z Tx Output Enabled: true Tx Loss-of-lock: No trueNo trueNo Notrue
80282026-08-25T03:27:47.102Z
80292026-08-25T03:27:47.102Z Tx Loss-of-signal: No Tx Output Status: invalidNo No invalidNo
80302026-08-25T03:27:47.102Zinvalid Tx CDR Enabled: No invalid
80312026-08-25T03:27:47.102ZNo Tx Loss-of-lock: false No falseNo
80322026-08-25T03:27:47.102Zfalse Tx Adaptive EQ Fault: No false
80332026-08-25T03:27:47.102ZNo Tx Loss-of-signal: trueNo trueNo
80342026-08-25T03:27:47.102Ztrue Tx Fault: Yestrue
80352026-08-25T03:27:47.102Z Tx Auto-squelch Disable: falseYes false Yes Yes
80362026-08-25T03:27:47.102Zfalse false
80372026-08-25T03:27:47.102Z Tx Adaptive EQ Fail: true true true true
80382026-08-25T03:27:47.102Z Tx Failure: false false false false
80392026-08-25T03:27:47.102Z Tx Force Squelch: true true true true
80402026-08-25T03:27:47.102Z Tx Input Polarity: normal normal normal normal
80412026-08-25T03:27:47.102Ztest switchport::test::test_print_cmis_datapath ... ok
80422026-08-25T03:27:47.102Ztest switchport::test::test_print_sff_datapath ... ok
80432026-08-25T03:27:47.102Z
80442026-08-25T03:27:47.102Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80452026-08-25T03:27:47.103Z
80462026-08-25T03:27:47.105Z Running tests/counters.rs (target/debug/deps/counters-357927dccd731777)
80472026-08-25T03:27:47.113Z
80482026-08-25T03:27:47.113Zrunning 1 test
80492026-08-25T03:27:47.119Ztest test_p4_counter_list ... ignored
80502026-08-25T03:27:47.119Z
80512026-08-25T03:27:47.119Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522026-08-25T03:27:47.119Z
80532026-08-25T03:27:47.119Z Running tests/port-link.rs (target/debug/deps/port_link-ed601503c8b1f22a)
80542026-08-25T03:27:47.123Z
80552026-08-25T03:27:47.123Zrunning 5 tests
80562026-08-25T03:27:47.123Ztest test_an ... ignored
80572026-08-25T03:27:47.123Ztest test_enable ... ignored
80582026-08-25T03:27:47.123Ztest test_ip_addresses ... ignored
80592026-08-25T03:27:47.123Ztest test_kr ... ignored
80602026-08-25T03:27:47.123Ztest test_mac ... ignored
80612026-08-25T03:27:47.123Z
80622026-08-25T03:27:47.123Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80632026-08-25T03:27:47.123Z
80642026-08-25T03:27:47.123Z Running unittests src/main.rs (target/debug/deps/tfportd-26890ba6589103fb)
80652026-08-25T03:27:47.126Z
80662026-08-25T03:27:47.127Zrunning 3 tests
80672026-08-25T03:27:47.127Ztest linklocal::test_parse_ipadm ... ok
80682026-08-25T03:27:47.127Ztest tfport::test_parse_tfport ... ok
80692026-08-25T03:27:47.127Ztest config::tests::test_updates ... ok
80702026-08-25T03:27:47.127Z
80712026-08-25T03:27:47.127Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80722026-08-25T03:27:47.127Z
80732026-08-25T03:27:47.127Z Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053)
80742026-08-25T03:27:47.131Z
80752026-08-25T03:27:47.131Zrunning 0 tests
80762026-08-25T03:27:47.134Z
80772026-08-25T03:27:47.134Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80782026-08-25T03:27:47.134Z
80792026-08-25T03:27:47.134Z Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577)
80802026-08-25T03:27:47.138Z
80812026-08-25T03:27:47.138Zrunning 0 tests
80822026-08-25T03:27:47.138Z
80832026-08-25T03:27:47.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80842026-08-25T03:27:47.138Z
80852026-08-25T03:27:47.141Z Doc-tests aal
80862026-08-25T03:27:47.360Z
80872026-08-25T03:27:47.360Zrunning 0 tests
80882026-08-25T03:27:47.360Z
80892026-08-25T03:27:47.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80902026-08-25T03:27:47.364Z
80912026-08-25T03:27:47.389Z Doc-tests aal_macros
80922026-08-25T03:27:47.460Z
80932026-08-25T03:27:47.460Zrunning 0 tests
80942026-08-25T03:27:47.460Z
80952026-08-25T03:27:47.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-08-25T03:27:47.460Z
80972026-08-25T03:27:47.470Z Doc-tests common
80982026-08-25T03:27:47.704Z
80992026-08-25T03:27:47.704Zrunning 0 tests
81002026-08-25T03:27:47.704Z
81012026-08-25T03:27:47.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-25T03:27:47.704Z
81032026-08-25T03:27:47.731Z Doc-tests dpd_api
81042026-08-25T03:27:48.459Z
81052026-08-25T03:27:48.459Zrunning 2 tests
81062026-08-25T03:27:48.459Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81072026-08-25T03:27:48.459Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81082026-08-25T03:27:48.459Z
81092026-08-25T03:27:48.459Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81102026-08-25T03:27:48.459Z
81112026-08-25T03:27:48.492Z Doc-tests dpd_client
81122026-08-25T03:27:49.862Z
81132026-08-25T03:27:49.862Zrunning 0 tests
81142026-08-25T03:27:49.862Z
81152026-08-25T03:27:49.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162026-08-25T03:27:49.862Z
81172026-08-25T03:27:49.921Z Doc-tests dpd_types
81182026-08-25T03:27:50.110Z
81192026-08-25T03:27:50.111Zrunning 0 tests
81202026-08-25T03:27:50.111Z
81212026-08-25T03:27:50.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81222026-08-25T03:27:50.111Z
81232026-08-25T03:27:50.138Z Doc-tests dpd_types_versions
81242026-08-25T03:27:51.676Z
81252026-08-25T03:27:51.676Zrunning 1 test
81262026-08-25T03:27:51.676Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81272026-08-25T03:27:51.676Z
81282026-08-25T03:27:51.676Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81292026-08-25T03:27:51.676Z
81302026-08-25T03:27:51.718Z Doc-tests packet
81312026-08-25T03:27:51.952Z
81322026-08-25T03:27:51.952Zrunning 0 tests
81332026-08-25T03:27:51.952Z
81342026-08-25T03:27:51.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81352026-08-25T03:27:51.952Z
81362026-08-25T03:27:51.974Z Doc-tests pcap
81372026-08-25T03:27:52.041Z
81382026-08-25T03:27:52.041Zrunning 0 tests
81392026-08-25T03:27:52.041Z
81402026-08-25T03:27:52.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81412026-08-25T03:27:52.041Z
81422026-08-25T03:27:52.072Z+ for feat in tofino_stub tofino_asic softnpu chaos
81432026-08-25T03:27:52.073Z+ RUST_BACKTRACE=full
81442026-08-25T03:27:52.073Z+ cargo test --features chaos --no-fail-fast
81452026-08-25T03:27:52.688Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81462026-08-25T03:27:52.771Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81472026-08-25T03:27:52.782Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81482026-08-25T03:28:01.398Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81492026-08-25T03:28:01.471Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81502026-08-25T03:28:39.639Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.54s
81512026-08-25T03:28:39.764Z Running unittests src/lib.rs (target/debug/deps/aal-f5a47b728793db12)
81522026-08-25T03:28:39.775Z
81532026-08-25T03:28:39.775Zrunning 0 tests
81542026-08-25T03:28:39.775Z
81552026-08-25T03:28:39.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-08-25T03:28:39.778Z
81572026-08-25T03:28:39.778Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81582026-08-25T03:28:39.783Z
81592026-08-25T03:28:39.783Zrunning 0 tests
81602026-08-25T03:28:39.783Z
81612026-08-25T03:28:39.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-08-25T03:28:39.786Z
81632026-08-25T03:28:39.786Z Running unittests src/lib.rs (target/debug/deps/asic-e797a2aa5d4813f3)
81642026-08-25T03:28:39.789Z
81652026-08-25T03:28:39.789Zrunning 0 tests
81662026-08-25T03:28:39.789Z
81672026-08-25T03:28:39.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81682026-08-25T03:28:39.789Z
81692026-08-25T03:28:39.792Z Running unittests src/lib.rs (target/debug/deps/common-4ea7dbf5063757f2)
81702026-08-25T03:28:39.814Z
81712026-08-25T03:28:39.815Zrunning 4 tests
81722026-08-25T03:28:39.817Ztest network::tests::test_generate_ipv6_link_local ... ok
81732026-08-25T03:28:39.817Ztest nat::tests::test_vni ... ok
81742026-08-25T03:28:39.821Ztest test_purge ... ok
81752026-08-25T03:28:39.827Ztest illumos::test::address_exists_handles_missing_object ... ok
81762026-08-25T03:28:39.827Z
81772026-08-25T03:28:39.830Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81782026-08-25T03:28:39.830Z
81792026-08-25T03:28:39.830Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ddc50a203973c00e)
81802026-08-25T03:28:39.852Z
81812026-08-25T03:28:39.852Zrunning 1 test
81822026-08-25T03:28:39.855Z -------
81832026-08-25T03:28:39.855Z Generating OpenAPI documents from API definitions ...
81842026-08-25T03:28:39.998Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81852026-08-25T03:28:40.070Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81862026-08-25T03:28:41.149Z -------
81872026-08-25T03:28:41.149Z Checking 13 OpenAPI documents...
81882026-08-25T03:28:41.150Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-25T03:28:41.150Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-25T03:28:41.150Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-25T03:28:41.150Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-25T03:28:41.154Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-25T03:28:41.154Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-25T03:28:41.155Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-25T03:28:41.155Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-25T03:28:41.155Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-25T03:28:41.155Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-25T03:28:41.155Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-25T03:28:41.155Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-25T03:28:41.155Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-25T03:28:41.155Z Fresh dpd "latest" symlink
82022026-08-25T03:28:41.155Z -------
82032026-08-25T03:28:41.155Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82042026-08-25T03:28:41.220Ztest test::test_apis_up_to_date ... ok
82052026-08-25T03:28:41.220Z
82062026-08-25T03:28:41.220Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
82072026-08-25T03:28:41.220Z
82082026-08-25T03:28:41.285Z Running unittests src/main.rs (target/debug/deps/dpd-4c073d0e253b7d22)
82092026-08-25T03:28:41.292Z
82102026-08-25T03:28:41.292Zrunning 34 tests
82112026-08-25T03:28:41.295Ztest freemap::test_ordering ... ok
82122026-08-25T03:28:41.296Ztest config::tests::test_updates ... ok
82132026-08-25T03:28:41.296Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82142026-08-25T03:28:41.296Ztest freemap::test_split ... ok
82152026-08-25T03:28:41.300Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82162026-08-25T03:28:41.300Ztest macaddrs::tests::test_mac_offset ... ok
82172026-08-25T03:28:41.300ZAug 25 03:28:40.221 DEBG created new freemap, unit: freemap_test
82182026-08-25T03:28:41.300ZAug 25 03:28:40.222 DEBG initted freemap. size: 128Aug 25 03:28:40.221, unit: freemap_test
82192026-08-25T03:28:41.300Z Aug 25 03:28:40.222DEBG DEBGcreated new freemap , reset freemapunit:, unitfreemap_test:
82202026-08-25T03:28:41.300Z freemap_test
82212026-08-25T03:28:41.300ZAug 25 03:28:40.222 Aug 25 03:28:40.222DEBG DEBGcreated new freemap initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82222026-08-25T03:28:41.300Z
82232026-08-25T03:28:41.300ZAug 25 03:28:40.222 DEBGAug 25 03:28:40.222 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
82242026-08-25T03:28:41.300Z freemap_test
82252026-08-25T03:28:41.300ZAug 25 03:28:40.222 DEBG reset freemap, unit: freemap_test
82262026-08-25T03:28:41.300ZAug 25 03:28:40.222 DEBG created new freemap, unit: freemap_test
82272026-08-25T03:28:41.300ZAug 25 03:28:40.222 DEBG initted freemap. size: 128, unit: freemap_test
82282026-08-25T03:28:41.300ZAug 25 03:28:40.222 DEBG reset freemap, unit: freemap_test
82292026-08-25T03:28:41.300Ztest freemap::test_basic ... ok
82302026-08-25T03:28:41.300Ztest freemap::test_reclaim ... ok
82312026-08-25T03:28:41.300Ztest freemap::test_free ... ok
82322026-08-25T03:28:41.301Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82332026-08-25T03:28:41.301Ztest freemap::test_exhaustion ... ok
82342026-08-25T03:28:41.301Ztest macaddrs::tests::test_parse_port_id ... ok
82352026-08-25T03:28:41.301Ztest nat::test_mapping ... ok
82362026-08-25T03:28:41.301Ztest port_map::tests::test_backplane_group ... ok
82372026-08-25T03:28:41.301Ztest port_map::tests::test_port_map ... ok
82382026-08-25T03:28:41.301Ztest port_map::tests::dump_map ... ok
82392026-08-25T03:28:41.301Ztest api_server::tests::test_build_info ... ok
82402026-08-25T03:28:41.301ZAug 25 03:28:40.222 DEBG created new freemap, unit: freemap_test
82412026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG initted freemap. size: 8, unit: freemap_test
82422026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG reset freemap, unit: freemap_test
82432026-08-25T03:28:41.301Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82442026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG created new freemap, unit: freemap_test
82452026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG initted freemap. size: 128, unit: freemap_test
82462026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG reset freemap, unit: freemap_test
82472026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG created new freemap, unit: freemap_route_ipv4
82482026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG created new freemapAug 25 03:28:40.223, unitDEBG: created new freemapfreemap_route_ipv4,
82492026-08-25T03:28:41.301Zunit: freemap_route_ipv6
82502026-08-25T03:28:41.301ZAug 25 03:28:40.223 Aug 25 03:28:40.223DEBG DEBGcreated new freemap , initted freemap. size: 64unit, :unit :freemap_route_ipv6
82512026-08-25T03:28:41.301Zfreemap_route_ipv4
82522026-08-25T03:28:41.301ZAug 25 03:28:40.223 Aug 25 03:28:40.223DEBG DEBGinitted freemap. size: 64 , reset freemapunit, :unit :freemap_route_ipv4
82532026-08-25T03:28:41.301Zfreemap_route_ipv4
82542026-08-25T03:28:41.301ZAug 25 03:28:40.223Aug 25 03:28:40.223 DEBGDEBG reset freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv6
82552026-08-25T03:28:41.301ZAug 25 03:28:40.223 DEBG reset freemap, unit: freemap_route_ipv6
82562026-08-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82572026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82592026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
82612026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
82632026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82652026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82672026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.301ZAug 25 03:28:40.223 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82692026-08-25T03:28:41.301ZAug 25 03:28:40.223 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-25T03:28:41.302ZAug 25 03:28:40.223 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82712026-08-25T03:28:41.302ZAug 25 03:28:40.223 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-25T03:28:41.302ZAug 25 03:28:40.223 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82732026-08-25T03:28:41.302Z
82742026-08-25T03:28:41.302ZAug 25 03:28:40.223 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 } }]
82752026-08-25T03:28:41.302ZAug 25 03:28:40.223 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82762026-08-25T03:28:41.302ZAug 25 03:28:40.223 DEBG Aug 25 03:28:40.223replacing 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 } }]
82772026-08-25T03:28:41.302ZDEBG initted freemap. size: 64Aug 25 03:28:40.223, unitINFO: adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6
82782026-08-25T03:28:41.302Z
82792026-08-25T03:28:41.302ZAug 25 03:28:40.223 Aug 25 03:28:40.223DEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82802026-08-25T03:28:41.302Zreset freemap, unit: Aug 25 03:28:40.223freemap_route_ipv6
82812026-08-25T03:28:41.302ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82822026-08-25T03:28:41.302ZAug 25 03:28:40.223 INFOAug 25 03:28:40.223 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
82832026-08-25T03:28:41.302Z 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 } }]
82842026-08-25T03:28:41.302ZAug 25 03:28:40.223 DEBGAug 25 03:28:40.223 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
82852026-08-25T03:28:41.302Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82862026-08-25T03:28:41.302ZAug 25 03:28:40.223 Aug 25 03:28:40.223INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
82872026-08-25T03:28:41.302Zreplacing 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 } }]
82882026-08-25T03:28:41.302ZAug 25 03:28:40.223 DEBG Aug 25 03:28:40.223replacing 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 } }]
82892026-08-25T03:28:41.302ZINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82902026-08-25T03:28:41.302ZAug 25 03:28:40.223 Aug 25 03:28:40.223INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82912026-08-25T03:28:41.302Zreplacing 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 } }]
82922026-08-25T03:28:41.302ZAug 25 03:28:40.223 Aug 25 03:28:40.223DEBG 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 } }]
82932026-08-25T03:28:41.302Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82942026-08-25T03:28:41.302ZAug 25 03:28:40.223 Aug 25 03:28:40.223INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82952026-08-25T03:28:41.302Zreplacing 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 } }]
82962026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:b::/64 -> 2001:db8::55:ff
82972026-08-25T03:28:41.302Z
82982026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82992026-08-25T03:28:41.302Z
83002026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:c::/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 } }]
83012026-08-25T03:28:41.302Z
83022026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:4::/64 -> 2001:db8::55:ff
83032026-08-25T03:28:41.302Z
83042026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:d::/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 } }]
83052026-08-25T03:28:41.302Z
83062026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:5::/64 -> 2001:db8::55:ff
83072026-08-25T03:28:41.302Z
83082026-08-25T03:28:41.302ZAug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:e::/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 } }]
83092026-08-25T03:28:41.302Z
83102026-08-25T03:28:41.303ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:6::/64 -> 2001:db8::55:ff
83112026-08-25T03:28:41.303Z
83122026-08-25T03:28:41.303ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:f::/64 -> 2001:db8::55:ff
83132026-08-25T03:28:41.303Z
83142026-08-25T03:28:41.303ZAug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:7::/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 } }]
83152026-08-25T03:28:41.307Z
83162026-08-25T03:28:41.307ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:10::/64 -> 2001:db8::55:ff
83172026-08-25T03:28:41.307Z
83182026-08-25T03:28:41.307ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:8::/64 -> 2001:db8::55:ff
83192026-08-25T03:28:41.307Z
83202026-08-25T03:28:41.307ZAug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:11::/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 } }]
83212026-08-25T03:28:41.307Z
83222026-08-25T03:28:41.307ZAug 25 03:28:40.223Aug 25 03:28:40.223 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:9::/64 -> 2001:db8::55:ff
83232026-08-25T03:28:41.307Z
83242026-08-25T03:28:41.307ZAug 25 03:28:40.223Aug 25 03:28:40.223 INFODEBG adding route 3fff:beef:12::/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 } }]
83252026-08-25T03:28:41.307Z
83262026-08-25T03:28:41.307ZAug 25 03:28:40.223 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 } }]
83272026-08-25T03:28:41.307ZAug 25 03:28:40.223 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83282026-08-25T03:28:41.307ZAug 25 03:28:40.223 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:28:40.224
83292026-08-25T03:28:41.307Z 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 } }]
83302026-08-25T03:28:41.307ZAug 25 03:28:40.224 DEBG Aug 25 03:28:40.224replacing 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 } }]
83312026-08-25T03:28:41.307ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83322026-08-25T03:28:41.307ZAug 25 03:28:40.224 INFOAug 25 03:28:40.224 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
83332026-08-25T03:28:41.307Z 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 } }]
83342026-08-25T03:28:41.307ZAug 25 03:28:40.224 DEBGAug 25 03:28:40.224 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83352026-08-25T03:28:41.307Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83362026-08-25T03:28:41.307ZAug 25 03:28:40.224 INFOAug 25 03:28:40.224 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
83372026-08-25T03:28:41.307Z 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 } }]
83382026-08-25T03:28:41.307ZAug 25 03:28:40.224 DEBGAug 25 03:28:40.224 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83392026-08-25T03:28:41.307Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83402026-08-25T03:28:41.307ZAug 25 03:28:40.224 INFOAug 25 03:28:40.224 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
83412026-08-25T03:28:41.307Z 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 } }]
83422026-08-25T03:28:41.307ZAug 25 03:28:40.224 DEBGAug 25 03:28:40.224 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
83432026-08-25T03:28:41.307Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 03:28:40.224
83442026-08-25T03:28:41.307Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83452026-08-25T03:28:41.307ZAug 25 03:28:40.224 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 } }]Aug 25 03:28:40.224
83462026-08-25T03:28:41.307Z 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 } }]
83472026-08-25T03:28:41.307ZAug 25 03:28:40.224 INFO Aug 25 03:28:40.224adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83482026-08-25T03:28:41.307ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83492026-08-25T03:28:41.307ZAug 25 03:28:40.224 DEBG Aug 25 03:28:40.224replacing 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 } }]
83502026-08-25T03:28:41.307ZDEBGAug 25 03:28:40.224 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
83512026-08-25T03:28:41.307Zcreated new freemapAug 25 03:28:40.224, unitINFO:Aug 25 03:28:40.224 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4
83522026-08-25T03:28:41.308Z
83532026-08-25T03:28:41.308Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83542026-08-25T03:28:41.308ZAug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83552026-08-25T03:28:41.308Zcreated new freemap , 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 } }]unitAug 25 03:28:40.224:
83562026-08-25T03:28:41.308Ztest freemap::test_span ... ok
83572026-08-25T03:28:41.308Z freemap_route_ipv6INFO
83582026-08-25T03:28:41.308Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83592026-08-25T03:28:41.308Ztest port_map::tests::parse_softnpu_revision ... ok
83602026-08-25T03:28:41.308ZAug 25 03:28:40.224 Aug 25 03:28:40.224INFOAug 25 03:28:40.224 DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGinitted freemap. size: 64
83612026-08-25T03:28:41.308Z , 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 } }]unit
83622026-08-25T03:28:41.308Z: freemap_route_ipv4
83632026-08-25T03:28:41.308ZAug 25 03:28:40.224Aug 25 03:28:40.224 Aug 25 03:28:40.224INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83642026-08-25T03:28:41.308Zreset freemap, unitDEBG:Aug 25 03:28:40.224 freemap_route_ipv4replacing 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 } }]
83652026-08-25T03:28:41.308ZDEBG
83662026-08-25T03:28:41.308Z 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 } }]
83672026-08-25T03:28:41.308ZAug 25 03:28:40.224 Aug 25 03:28:40.224DEBG INFOinitted freemap. size: 64 , Aug 25 03:28:40.224unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff:
83682026-08-25T03:28:41.308Z INFOfreemap_route_ipv6
83692026-08-25T03:28:41.308ZAug 25 03:28:40.224adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83702026-08-25T03:28:41.308ZDEBG Aug 25 03:28:40.224 created new freemapAug 25 03:28:40.224DEBG Aug 25 03:28:40.224DEBG , 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 } }]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 } }]
83712026-08-25T03:28:41.308Z
83722026-08-25T03:28:41.308Zunitreset freemap:, unitAug 25 03:28:40.224Aug 25 03:28:40.224: freemap_route_ipv6freemap_route_ipv4
83732026-08-25T03:28:41.308ZINFO
83742026-08-25T03:28:41.308Z INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83752026-08-25T03:28:41.308Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 03:28:40.224
83762026-08-25T03:28:41.308Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83772026-08-25T03:28:41.308ZAug 25 03:28:40.224 Aug 25 03:28:40.224Aug 25 03:28:40.224DEBG DEBGAug 25 03:28:40.224 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 } }]created new freemapDEBG , 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 } }]unit
83782026-08-25T03:28:41.308Z
83792026-08-25T03:28:41.308Z :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
83802026-08-25T03:28:41.308Z
83812026-08-25T03:28:41.308ZAug 25 03:28:40.224 Aug 25 03:28:40.224INFO INFOAug 25 03:28:40.224adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83822026-08-25T03:28:41.308ZAug 25 03:28:40.224 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
83832026-08-25T03:28:41.308Z Aug 25 03:28:40.224initted freemap. size: 64 , DEBGAug 25 03:28:40.224adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
83842026-08-25T03:28:41.308ZunitDEBGreplacing 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 } }]
83852026-08-25T03:28:41.308Zreplacing 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 } }]:
83862026-08-25T03:28:41.308Zfreemap_route_ipv4
83872026-08-25T03:28:41.308ZAug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 INFO Aug 25 03:28:40.224INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
83882026-08-25T03:28:41.308Z
83892026-08-25T03:28:41.309ZDEBG reset freemapDEBG, unit: Aug 25 03:28:40.224 Aug 25 03:28:40.224 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 } }]DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
83902026-08-25T03:28:41.309Zreplacing 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 } }]
83912026-08-25T03:28:41.309Z
83922026-08-25T03:28:41.309Z
83932026-08-25T03:28:41.309ZAug 25 03:28:40.224 INFO Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGINFO
83942026-08-25T03:28:41.309Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64,
83952026-08-25T03:28:41.309Zunit:Aug 25 03:28:40.224 freemap_route_ipv6
83962026-08-25T03:28:41.309ZINFODEBGAug 25 03:28:40.224 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
83972026-08-25T03:28:41.309Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 25 03:28:40.224replacing 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 } }]
83982026-08-25T03:28:41.309ZAug 25 03:28:40.224DEBG
83992026-08-25T03:28:41.309ZINFOreset freemap adding route 3fff:beef::/64 -> 2001:db8::55:ff,
84002026-08-25T03:28:41.309Zunit:Aug 25 03:28:40.224 freemap_route_ipv6Aug 25 03:28:40.224INFO
84012026-08-25T03:28:41.309ZDEBGAug 25 03:28:40.224 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84022026-08-25T03:28:41.309Z
84032026-08-25T03:28:41.309ZDEBG 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 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224
84042026-08-25T03:28:41.309Z 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:1::/64 -> 2001:db8::55:ff
84052026-08-25T03:28:41.309ZINFO
84062026-08-25T03:28:41.309Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.224
84072026-08-25T03:28:41.309Z INFOAug 25 03:28:40.224Aug 25 03:28:40.224 DEBGINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84082026-08-25T03:28:41.309Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224
84092026-08-25T03:28:41.309Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
84102026-08-25T03:28:41.309ZAug 25 03:28:40.224 Aug 25 03:28:40.224 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
84112026-08-25T03:28:41.309Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff 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 } }]
84122026-08-25T03:28:41.309Z
84132026-08-25T03:28:41.309ZAug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBG INFO DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84142026-08-25T03:28:41.309Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1a::/64 -> 2001:db8::55:ffDEBG
84152026-08-25T03:28:41.313Z
84162026-08-25T03:28:41.313Z 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 25 03:28:40.224
84172026-08-25T03:28:41.313ZINFOAug 25 03:28:40.224 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224
84182026-08-25T03:28:41.313Z INFOAug 25 03:28:40.224 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84192026-08-25T03:28:41.313Z
84202026-08-25T03:28:41.313ZAug 25 03:28:40.224 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 } }]
84212026-08-25T03:28:41.313ZAug 25 03:28:40.224 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84222026-08-25T03:28:41.313ZAug 25 03:28:40.224Aug 25 03:28:40.224 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: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 } }]
84232026-08-25T03:28:41.313Z
84242026-08-25T03:28:41.313ZAug 25 03:28:40.224Aug 25 03:28:40.224 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84252026-08-25T03:28:41.313Z
84262026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84272026-08-25T03:28:41.314Z
84282026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84292026-08-25T03:28:41.314Z
84302026-08-25T03:28:41.314ZAug 25 03:28:40.224 Aug 25 03:28:40.224DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84312026-08-25T03:28:41.314Zreplacing 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 } }]
84322026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84332026-08-25T03:28:41.314Z
84342026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84352026-08-25T03:28:41.314Z
84362026-08-25T03:28:41.314Z
84372026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224 INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84382026-08-25T03:28:41.314Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
84392026-08-25T03:28:41.314ZAug 25 03:28:40.224 Aug 25 03:28:40.224DEBG 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 } }]
84402026-08-25T03:28:41.314Zreplacing 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 } }]
84412026-08-25T03:28:41.314ZAug 25 03:28:40.224 Aug 25 03:28:40.224DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84422026-08-25T03:28:41.314Z
84432026-08-25T03:28:41.314ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84442026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224 Aug 25 03:28:40.224 INFODEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84452026-08-25T03:28:41.314Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84462026-08-25T03:28:41.314Z
84472026-08-25T03:28:41.314ZAug 25 03:28:40.224 Aug 25 03:28:40.224INFOAug 25 03:28:40.224 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84482026-08-25T03:28:41.314ZINFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84492026-08-25T03:28:41.314Z
84502026-08-25T03:28:41.314ZAug 25 03:28:40.224 DEBGAug 25 03:28:40.224 Aug 25 03:28:40.224 INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84512026-08-25T03:28:41.314Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84522026-08-25T03:28:41.314Z
84532026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBG INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84542026-08-25T03:28:41.314Zreplacing 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 } }]
84552026-08-25T03:28:41.314Z
84562026-08-25T03:28:41.314ZAug 25 03:28:40.224Aug 25 03:28:40.224Aug 25 03:28:40.224 DEBGINFO DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84572026-08-25T03:28:41.314Zadding route 3fff:beef:6::/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 } }]
84582026-08-25T03:28:41.314Z
84592026-08-25T03:28:41.314ZAug 25 03:28:40.224 Aug 25 03:28:40.224Aug 25 03:28:40.224INFO INFO DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84602026-08-25T03:28:41.314Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
84612026-08-25T03:28:41.314Z
84622026-08-25T03:28:41.314ZAug 25 03:28:40.224 Aug 25 03:28:40.224DEBGAug 25 03:28:40.224 INFODEBGreplacing 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 } }]
84632026-08-25T03:28:41.315Z adding route 3fff:beef:7::/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 } }]
84642026-08-25T03:28:41.315Z
84652026-08-25T03:28:41.315ZAug 25 03:28:40.224 INFO Aug 25 03:28:40.224adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 25 03:28:40.224
84662026-08-25T03:28:41.315Z 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:25::/64 -> 2001:db8::55:ff
84672026-08-25T03:28:41.315Z
84682026-08-25T03:28:41.315ZAug 25 03:28:40.224Aug 25 03:28:40.224 Aug 25 03:28:40.224DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84692026-08-25T03:28:41.315Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
84702026-08-25T03:28:41.315Z 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 25 03:28:40.224
84712026-08-25T03:28:41.315Z Aug 25 03:28:40.224INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
84722026-08-25T03:28:41.315Z Aug 25 03:28:40.224replacing 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 } }]
84732026-08-25T03:28:41.315ZINFO Aug 25 03:28:40.224adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84742026-08-25T03:28:41.315ZAug 25 03:28:40.224DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84752026-08-25T03:28:41.315Z Aug 25 03:28:40.224adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84762026-08-25T03:28:41.315ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.224
84772026-08-25T03:28:41.315ZAug 25 03:28:40.224 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
84782026-08-25T03:28:41.315Z 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 25 03:28:40.224
84792026-08-25T03:28:41.315Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 03:28:40.224
84802026-08-25T03:28:41.315Z Aug 25 03:28:40.224DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 03:28:40.224
84812026-08-25T03:28:41.315Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
84822026-08-25T03:28:41.315Z 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 25 03:28:40.224
84832026-08-25T03:28:41.315Z Aug 25 03:28:40.224INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 25 03:28:40.224
84842026-08-25T03:28:41.315Z 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 } }]INFO
84852026-08-25T03:28:41.315ZAug 25 03:28:40.224 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84862026-08-25T03:28:41.315ZAug 25 03:28:40.224 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 } }]
84872026-08-25T03:28:41.315ZAug 25 03:28:40.224 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84882026-08-25T03:28:41.315ZAug 25 03:28:40.224 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 } }]
84892026-08-25T03:28:41.315ZAug 25 03:28:40.224 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84902026-08-25T03:28:41.315ZAug 25 03:28:40.224 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 } }]
84912026-08-25T03:28:41.315ZAug 25 03:28:40.224 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84922026-08-25T03:28:41.315ZAug 25 03:28:40.224 DEBG Aug 25 03:28:40.224created new freemap , DEBGAug 25 03:28:40.224 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84932026-08-25T03:28:41.315Zreplacing 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 } }]
84942026-08-25T03:28:41.315ZAug 25 03:28:40.224Aug 25 03:28:40.224 unit: freemap_route_ipv4
84952026-08-25T03:28:41.315Z 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 25 03:28:40.224
84962026-08-25T03:28:41.315Z DEBG created new freemap, unitAug 25 03:28:40.224: INFOfreemap_route_ipv6
84972026-08-25T03:28:41.315Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84982026-08-25T03:28:41.315ZAug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
84992026-08-25T03:28:41.316Zunit : INFOfreemap_route_ipv4
85002026-08-25T03:28:41.316Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 03:28:40.224
85012026-08-25T03:28:41.316ZINFOAug 25 03:28:40.224 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85022026-08-25T03:28:41.316ZDEBG reset freemap, Aug 25 03:28:40.224unit : freemap_route_ipv4
85032026-08-25T03:28:41.316ZAug 25 03:28:40.224Aug 25 03:28:40.224 DEBGDEBG initted freemap. size: 64replacing 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
85042026-08-25T03:28:41.316Z, unit: 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 } }]freemap_route_ipv6Aug 25 03:28:40.225
85052026-08-25T03:28:41.316Z
85062026-08-25T03:28:41.316ZINFOAug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85072026-08-25T03:28:41.316Zreset freemap adding route 3fff:beef:11::/64 -> 2001:db8::55:ff,
85082026-08-25T03:28:41.316Zunit:Aug 25 03:28:40.225 freemap_route_ipv6DEBG
85092026-08-25T03:28:41.316Z 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 25 03:28:40.225
85102026-08-25T03:28:41.316Z DEBG Aug 25 03:28:40.225replacing 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 } }]
85112026-08-25T03:28:41.316ZINFOAug 25 03:28:40.225 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.225
85122026-08-25T03:28:41.316Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
85132026-08-25T03:28:41.316Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 03:28:40.225
85142026-08-25T03:28:41.316Z 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 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBG
85152026-08-25T03:28:41.320Zreplacing 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: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 } }]
85162026-08-25T03:28:41.320Z
85172026-08-25T03:28:41.320ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO Aug 25 03:28:40.225INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
85182026-08-25T03:28:41.320Z
85192026-08-25T03:28:41.320Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85202026-08-25T03:28:41.320ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBGAug 25 03:28:40.225 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 } }]
85212026-08-25T03:28:41.320ZDEBG 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: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 } }]
85222026-08-25T03:28:41.320Z
85232026-08-25T03:28:41.320ZAug 25 03:28:40.225 INFO Aug 25 03:28:40.225adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:28:40.225
85242026-08-25T03:28:41.320Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
85252026-08-25T03:28:41.320Z Aug 25 03:28:40.225adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85262026-08-25T03:28:41.320ZDEBG Aug 25 03:28:40.225 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
85272026-08-25T03:28:41.320Z Aug 25 03:28:40.225replacing 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
85282026-08-25T03:28:41.320Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85292026-08-25T03:28:41.320ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
85302026-08-25T03:28:41.320Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85312026-08-25T03:28:41.320ZDEBG Aug 25 03:28:40.225replacing 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 25 03:28:40.225DEBG DEBG
85322026-08-25T03:28:41.320Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
85332026-08-25T03:28:41.320Zreplacing 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 } }]
85342026-08-25T03:28:41.321ZAug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBGINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85352026-08-25T03:28:41.321Z
85362026-08-25T03:28:41.321Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85372026-08-25T03:28:41.321ZAug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBGAug 25 03:28:40.225 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 } }]
85382026-08-25T03:28:41.321ZAug 25 03:28:40.225 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85392026-08-25T03:28:41.321ZAug 25 03:28:40.225 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 } }]
85402026-08-25T03:28:41.321ZAug 25 03:28:40.225 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85412026-08-25T03:28:41.321ZAug 25 03:28:40.225 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 } }]
85422026-08-25T03:28:41.321Z Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
85432026-08-25T03:28:41.321Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85442026-08-25T03:28:41.321ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }]
85452026-08-25T03:28:41.321Zreplacing 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 } }]
85462026-08-25T03:28:41.321ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85472026-08-25T03:28:41.321Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
85482026-08-25T03:28:41.321ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }]
85492026-08-25T03:28:41.321Zreplacing 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 } }]
85502026-08-25T03:28:41.321ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO Aug 25 03:28:40.225 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
85512026-08-25T03:28:41.321Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
85522026-08-25T03:28:41.321Z created new freemap, Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGunit :DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85532026-08-25T03:28:41.321Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
85542026-08-25T03:28:41.321Z
85552026-08-25T03:28:41.321ZAug 25 03:28:40.225 INFOAug 25 03:28:40.225 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
85562026-08-25T03:28:41.321ZAug 25 03:28:40.225 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
85572026-08-25T03:28:41.321Z created new freemapAug 25 03:28:40.225, Aug 25 03:28:40.225unitDEBG : DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85582026-08-25T03:28:41.321Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
85592026-08-25T03:28:41.321Z
85602026-08-25T03:28:41.321ZAug 25 03:28:40.225Aug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85612026-08-25T03:28:41.321Z
85622026-08-25T03:28:41.321Z: freemap_route_ipv4
85632026-08-25T03:28:41.321ZAug 25 03:28:40.225Aug 25 03:28:40.225 DEBGAug 25 03:28:40.225 DEBGDEBGreplacing 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 } }]
85642026-08-25T03:28:41.321Z reset freemap, replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
85652026-08-25T03:28:41.321ZAug 25 03:28:40.225: INFO freemap_route_ipv4adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
85662026-08-25T03:28:41.321Z
85672026-08-25T03:28:41.321ZAug 25 03:28:40.225 INFOAug 25 03:28:40.225Aug 25 03:28:40.225 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBGinitted freemap. size: 64
85682026-08-25T03:28:41.321Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
85692026-08-25T03:28:41.321Z: freemap_route_ipv6Aug 25 03:28:40.225
85702026-08-25T03:28:41.321Z Aug 25 03:28:40.225DEBG INFO 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:38::/64 -> 2001:db8::55:ff
85712026-08-25T03:28:41.321Z
85722026-08-25T03:28:41.321ZAug 25 03:28:40.225 Aug 25 03:28:40.225Aug 25 03:28:40.225 DEBGDEBGINFO 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:ffreset freemap
85732026-08-25T03:28:41.322Z, unit
85742026-08-25T03:28:41.322Z: freemap_route_ipv6
85752026-08-25T03:28:41.322ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
85762026-08-25T03:28:41.322Z Aug 25 03:28:40.225replacing 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 } }]
85772026-08-25T03:28:41.322ZINFO Aug 25 03:28:40.225Aug 25 03:28:40.225 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFO
85782026-08-25T03:28:41.322Zreplacing 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 } }]
85792026-08-25T03:28:41.322Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85802026-08-25T03:28:41.322ZAug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225 DEBG INFO 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 } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
85812026-08-25T03:28:41.322Z
85822026-08-25T03:28:41.322Zreplacing 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 } }]
85832026-08-25T03:28:41.322ZAug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225 DEBGINFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
85842026-08-25T03:28:41.322Z
85852026-08-25T03:28:41.322Z
85862026-08-25T03:28:41.322ZAug 25 03:28:40.225Aug 25 03:28:40.225 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85872026-08-25T03:28:41.322Z
85882026-08-25T03:28:41.322Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
85892026-08-25T03:28:41.322ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85902026-08-25T03:28:41.322Zreplacing 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 } }]
85912026-08-25T03:28:41.322ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG INFOAug 25 03:28:40.225 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
85922026-08-25T03:28:41.322Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85932026-08-25T03:28:41.322Z
85942026-08-25T03:28:41.322ZAug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225 INFODEBGDEBG adding route 3fff:beef:23::/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 } }]
85952026-08-25T03:28:41.322Z
85962026-08-25T03:28:41.322Zreplacing 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 } }]
85972026-08-25T03:28:41.322ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOAug 25 03:28:40.225 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGDEBG
85982026-08-25T03:28:41.322Zreplacing 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 } }]
85992026-08-25T03:28:41.322Zfailed to allocate space for the new target list
86002026-08-25T03:28:41.322ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBGAug 25 03:28:40.225 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
86012026-08-25T03:28:41.322Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
86022026-08-25T03:28:41.322Z
86032026-08-25T03:28:41.322ZAug 25 03:28:40.225 DEBG Aug 25 03:28:40.225replacing 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 } }]
86042026-08-25T03:28:41.322ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86052026-08-25T03:28:41.322ZAug 25 03:28:40.225 INFO Aug 25 03:28:40.225adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86062026-08-25T03:28:41.322ZDEBG 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 } }]
86072026-08-25T03:28:41.322ZAug 25 03:28:40.225 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 } }]Aug 25 03:28:40.225
86082026-08-25T03:28:41.322Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86092026-08-25T03:28:41.322ZAug 25 03:28:40.225 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 03:28:40.225
86102026-08-25T03:28:41.322Z 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 } }]
86112026-08-25T03:28:41.322ZAug 25 03:28:40.225 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.225
86122026-08-25T03:28:41.323Ztest route::tests::grow_succeeds ... ok
86132026-08-25T03:28:41.323Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86142026-08-25T03:28:41.323ZAug 25 03:28:40.225 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 03:28:40.225
86152026-08-25T03:28:41.326Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.225
86162026-08-25T03:28:41.327Z 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 } }]
86172026-08-25T03:28:41.327ZAug 25 03:28:40.225 INFO Aug 25 03:28:40.225adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86182026-08-25T03:28:41.327ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86192026-08-25T03:28:41.327ZAug 25 03:28:40.225 DEBG Aug 25 03:28:40.225replacing 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 } }]
86202026-08-25T03:28:41.327ZDEBG 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 } }]
86212026-08-25T03:28:41.327ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86222026-08-25T03:28:41.327Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86232026-08-25T03:28:41.327ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }]
86242026-08-25T03:28:41.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 } }]
86252026-08-25T03:28:41.327ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86262026-08-25T03:28:41.327Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86272026-08-25T03:28:41.327ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }]
86282026-08-25T03:28:41.327Zreplacing 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 } }]
86292026-08-25T03:28:41.327ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86302026-08-25T03:28:41.327Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86312026-08-25T03:28:41.328ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG 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 } }]
86322026-08-25T03:28:41.328Zreplacing 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 } }]
86332026-08-25T03:28:41.328ZAug 25 03:28:40.225 Aug 25 03:28:40.225INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86342026-08-25T03:28:41.328Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86352026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86362026-08-25T03:28:41.328Z
86372026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86382026-08-25T03:28:41.328Z
86392026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86402026-08-25T03:28:41.328Z
86412026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86422026-08-25T03:28:41.328Z
86432026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86442026-08-25T03:28:41.328Z
86452026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86462026-08-25T03:28:41.328Z
86472026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86482026-08-25T03:28:41.328Z
86492026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86502026-08-25T03:28:41.328Z
86512026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86522026-08-25T03:28:41.328Z
86532026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86542026-08-25T03:28:41.328Z
86552026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86562026-08-25T03:28:41.328Z
86572026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86582026-08-25T03:28:41.328Z
86592026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86602026-08-25T03:28:41.328Z
86612026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86622026-08-25T03:28:41.328Z
86632026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86642026-08-25T03:28:41.328Z
86652026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86662026-08-25T03:28:41.328Z
86672026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86682026-08-25T03:28:41.328Z
86692026-08-25T03:28:41.328ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86702026-08-25T03:28:41.329Z
86712026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86722026-08-25T03:28:41.329Z
86732026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86742026-08-25T03:28:41.329Z
86752026-08-25T03:28:41.329Ztest route::tests::identity_replace_is_noop ... ok
86762026-08-25T03:28:41.329Ztest route::tests::rollback_on_compact_delete_failure ... ok
86772026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86782026-08-25T03:28:41.329Z
86792026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86802026-08-25T03:28:41.329Z
86812026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86822026-08-25T03:28:41.329Z
86832026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
86842026-08-25T03:28:41.329Z
86852026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 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: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 } }]
86862026-08-25T03:28:41.329Z
86872026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
86882026-08-25T03:28:41.329Z
86892026-08-25T03:28:41.329ZAug 25 03:28:40.225 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 } }]
86902026-08-25T03:28:41.329ZAug 25 03:28:40.225 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86912026-08-25T03:28:41.329ZAug 25 03:28:40.225 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86922026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffcreated new freemap
86932026-08-25T03:28:41.329Z, unit:Aug 25 03:28:40.225 freemap_route_ipv4DEBG
86942026-08-25T03:28:41.329Zreplacing 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 } }]
86952026-08-25T03:28:41.329ZAug 25 03:28:40.225 Aug 25 03:28:40.225DEBG INFOcreated new freemap , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit
86962026-08-25T03:28:41.329Z: freemap_route_ipv6
86972026-08-25T03:28:41.329ZAug 25 03:28:40.225 DEBG initted freemap. size: 64, unitAug 25 03:28:40.225: DEBGfreemap_route_ipv4
86982026-08-25T03:28:41.329ZAug 25 03:28:40.225replacing 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 } }]
86992026-08-25T03:28:41.329ZDEBG Aug 25 03:28:40.225replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.225DEBG
87002026-08-25T03:28:41.329Z DEBG reset freemap , failed to allocate space for the new target listunit
87012026-08-25T03:28:41.329Z: freemap_route_ipv4
87022026-08-25T03:28:41.329ZAug 25 03:28:40.225Aug 25 03:28:40.225 Aug 25 03:28:40.225DEBG DEBGfailed to allocate space for the new target list
87032026-08-25T03:28:41.329Zinitted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87042026-08-25T03:28:41.329Zfreemap_route_ipv6
87052026-08-25T03:28:41.329ZAug 25 03:28:40.226 DEBG reset freemap, unit: freemap_route_ipv6
87062026-08-25T03:28:41.329ZAug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.1
87072026-08-25T03:28:41.329ZAug 25 03:28:40.226 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 } }]
87082026-08-25T03:28:41.329ZAug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.2
87092026-08-25T03:28:41.329ZAug 25 03:28:40.226 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 } }]
87102026-08-25T03:28:41.330ZAug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.3
87112026-08-25T03:28:41.330ZAug 25 03:28:40.226 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 } }]
87122026-08-25T03:28:41.330ZAug 25 03:28:40.226 INFO adding route 172.16.0.0/32 -> 10.0.0.4
87132026-08-25T03:28:41.330ZAug 25 03:28:40.226 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
87142026-08-25T03:28:41.330ZAug 25 03:28:40.226 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
87152026-08-25T03:28:41.401ZAug 25 03:28:40.226 DEBG Aug 25 03:28:40.226created new freemap , DEBGunit :created new freemap freemap_route_ipv4,
87162026-08-25T03:28:41.401Zunit: freemap_route_ipv4
87172026-08-25T03:28:41.401ZAug 25 03:28:40.226 DEBG created new freemap, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv6
87182026-08-25T03:28:41.401Zcreated new freemap, unit: freemap_route_ipv6Aug 25 03:28:40.226
87192026-08-25T03:28:41.401Z DEBG initted freemap. size: 64, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv4
87202026-08-25T03:28:41.401Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 25 03:28:40.226
87212026-08-25T03:28:41.401Z DEBG reset freemap, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv4
87222026-08-25T03:28:41.401Zreset freemap, unit: freemap_route_ipv4Aug 25 03:28:40.226
87232026-08-25T03:28:41.402Z DEBG initted freemap. size: 64, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv6
87242026-08-25T03:28:41.402Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 25 03:28:40.226
87252026-08-25T03:28:41.402Z DEBG reset freemap, unitAug 25 03:28:40.226: DEBGfreemap_route_ipv6
87262026-08-25T03:28:41.402Zreset freemap, unit: freemap_route_ipv6Aug 25 03:28:40.226
87272026-08-25T03:28:41.402Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87282026-08-25T03:28:41.402ZAug 25 03:28:40.226 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.226
87292026-08-25T03:28:41.402Z 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 } }]
87302026-08-25T03:28:41.402ZAug 25 03:28:40.226 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 25 03:28:40.226
87312026-08-25T03:28:41.402Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
87322026-08-25T03:28:41.402ZAug 25 03:28:40.226 INFOAug 25 03:28:40.226 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
87332026-08-25T03:28:41.402Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87342026-08-25T03:28:41.402ZAug 25 03:28:40.226 DEBGAug 25 03:28:40.226 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
87352026-08-25T03:28:41.402Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
87362026-08-25T03:28:41.402ZAug 25 03:28:40.226 Aug 25 03:28:40.226INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
87372026-08-25T03:28:41.402Zreplacing 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 } }]
87382026-08-25T03:28:41.403ZAug 25 03:28:40.226 Aug 25 03:28:40.226DEBG 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 } }]
87392026-08-25T03:28:41.403Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87402026-08-25T03:28:41.403ZAug 25 03:28:40.226Aug 25 03:28:40.226 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
87412026-08-25T03:28:41.403Z
87422026-08-25T03:28:41.403ZAug 25 03:28:40.226Aug 25 03:28:40.226 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 } }]
87432026-08-25T03:28:41.403Z
87442026-08-25T03:28:41.403ZAug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
87452026-08-25T03:28:41.403Z
87462026-08-25T03:28:41.403ZAug 25 03:28:40.226Aug 25 03:28:40.226 INFOWARN adding route 3fff:beef:3::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
87472026-08-25T03:28:41.403Z
87482026-08-25T03:28:41.403ZAug 25 03:28:40.226 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 } }]
87492026-08-25T03:28:41.403ZAug 25 03:28:40.226 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
87502026-08-25T03:28:41.403ZAug 25 03:28:40.226 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 } }]
87512026-08-25T03:28:41.403ZAug 25 03:28:40.226 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
87522026-08-25T03:28:41.403ZAug 25 03:28:40.226 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 } }]
87532026-08-25T03:28:41.403ZAug 25 03:28:40.226 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
87542026-08-25T03:28:41.403ZAug 25 03:28:40.226 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 } }]
87552026-08-25T03:28:41.403ZAug 25 03:28:40.226 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
87562026-08-25T03:28:41.403ZAug 25 03:28:40.226 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 } }]
87572026-08-25T03:28:41.403ZAug 25 03:28:40.226 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
87582026-08-25T03:28:41.403ZAug 25 03:28:40.226 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 } }]
87592026-08-25T03:28:41.403ZAug 25 03:28:40.226 INFOAug 25 03:28:40.226 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
87602026-08-25T03:28:41.403Z created new freemap, Aug 25 03:28:40.226unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87612026-08-25T03:28:41.403Z
87622026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffcreated new freemap
87632026-08-25T03:28:41.404Z, unit: Aug 25 03:28:40.226freemap_route_ipv6
87642026-08-25T03:28:41.404ZDEBG 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 } }]
87652026-08-25T03:28:41.404ZAug 25 03:28:40.226 DEBGAug 25 03:28:40.226 initted freemap. size: 64INFO, unitadding route 3fff:beef:b::/64 -> 2001:db8::55:ff:
87662026-08-25T03:28:41.404Z freemap_route_ipv4
87672026-08-25T03:28:41.404ZAug 25 03:28:40.226 DEBGAug 25 03:28:40.226 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
87682026-08-25T03:28:41.404Z reset freemap, unitAug 25 03:28:40.226: INFOfreemap_route_ipv4
87692026-08-25T03:28:41.404Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
87702026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG initted freemap. size: 64replacing 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 } }],
87712026-08-25T03:28:41.404Zunit: freemap_route_ipv6
87722026-08-25T03:28:41.404ZAug 25 03:28:40.226 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 03:28:40.226
87732026-08-25T03:28:41.404Z DEBG reset freemapAug 25 03:28:40.226, unitDEBG: 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 } }]freemap_route_ipv6
87742026-08-25T03:28:41.404Z
87752026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
87762026-08-25T03:28:41.404Z
87772026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
87782026-08-25T03:28:41.404Z
87792026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
87802026-08-25T03:28:41.404Z
87812026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
87822026-08-25T03:28:41.404Z
87832026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3
87842026-08-25T03:28:41.404Z
87852026-08-25T03:28:41.404Ztest route::tests::rollback_on_index_readd_failure ... ok
87862026-08-25T03:28:41.404Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87872026-08-25T03:28:41.404ZAug 25 03:28:40.226Aug 25 03:28:40.226 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 } }]
87882026-08-25T03:28:41.404ZAug 25 03:28:40.227 DEBGAug 25 03:28:40.227 created new freemapAug 25 03:28:40.226 , DEBGAug 25 03:28:40.231unitAug 25 03:28:40.226 :created new freemap DEBG, INFOfreemap_route_ipv4
87892026-08-25T03:28:41.404Zunitcreated new freemap, unit:: freemap_route_ipv4freemap_route_ipv4
87902026-08-25T03:28:41.404Z
87912026-08-25T03:28:41.404ZDEBG Aug 25 03:28:40.231created new freemap DEBG, unitcreated new freemap:, unitAug 25 03:28:40.231: Aug 25 03:28:40.231freemap_route_ipv4DEBG freemap_route_ipv6
87922026-08-25T03:28:41.404Zcreated new freemap
87932026-08-25T03:28:41.404Z, unitDEBG: created new freemapfreemap_route_ipv6, Aug 25 03:28:40.231unit
87942026-08-25T03:28:41.404Z: freemap_route_ipv6DEBG
87952026-08-25T03:28:41.405Z initted freemap. size: 64Aug 25 03:28:40.231Aug 25 03:28:40.231, unitAug 25 03:28:40.231 :DEBGDEBG initted freemap. size: 64 created new freemap, freemap_route_ipv4unitDEBG,
87962026-08-25T03:28:41.405Z:initted freemap. size: 64 unitfreemap_route_ipv4,
87972026-08-25T03:28:41.405ZAug 25 03:28:40.231 unitDEBG :reset freemap: , Aug 25 03:28:40.231freemap_route_ipv6 unit
87982026-08-25T03:28:41.405ZDEBG: reset freemapfreemap_route_ipv4
87992026-08-25T03:28:41.405Zfreemap_route_ipv4,
88002026-08-25T03:28:41.405Zunit: Aug 25 03:28:40.231freemap_route_ipv4Aug 25 03:28:40.231
88012026-08-25T03:28:41.405Z DEBGAug 25 03:28:40.231 DEBG DEBGinitted freemap. size: 64 initted freemap. size: 64reset freemap, Aug 25 03:28:40.231unit :DEBG, , unit unitinitted freemap. size: 64:, unit :: freemap_route_ipv6freemap_route_ipv6freemap_route_ipv4freemap_route_ipv4
88022026-08-25T03:28:41.405Z
88032026-08-25T03:28:41.405Z
88042026-08-25T03:28:41.405Z
88052026-08-25T03:28:41.405ZAug 25 03:28:40.231Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBGAug 25 03:28:40.231 DEBG reset freemapreset freemap, DEBG , unitreset freemapDEBG, :unit :unit freemap_route_ipv6freemap_route_ipv6
88062026-08-25T03:28:41.405Z :initted freemap. size: 64
88072026-08-25T03:28:41.405Z , unitfreemap_route_ipv4:
88082026-08-25T03:28:41.405ZAug 25 03:28:40.231freemap_route_ipv6
88092026-08-25T03:28:41.405ZAug 25 03:28:40.231INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
88102026-08-25T03:28:41.405ZAug 25 03:28:40.231adding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 03:28:40.231
88112026-08-25T03:28:41.405ZDEBGAug 25 03:28:40.231DEBG DEBG initted freemap. size: 64 Aug 25 03:28:40.231, 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 } }] ,
88122026-08-25T03:28:41.405ZDEBGunit 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 } }]:
88132026-08-25T03:28:41.405ZAug 25 03:28:40.231 freemap_route_ipv6:INFO Aug 25 03:28:40.231adding route 3fff:dead::/64 -> 2001:db8::55:2
88142026-08-25T03:28:41.405Zfreemap_route_ipv6INFO
88152026-08-25T03:28:41.411Z
88162026-08-25T03:28:41.411Z adding route 172.17.0.0/32 -> 10.0.0.255
88172026-08-25T03:28:41.411ZAug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231 INFODEBG reset freemap DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
88182026-08-25T03:28:41.411ZAug 25 03:28:40.226Aug 25 03:28:40.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88192026-08-25T03:28:41.411Z DEBG 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 } }]created new freemap
88202026-08-25T03:28:41.411ZAug 25 03:28:40.231 , INFO, Aug 25 03:28:40.231unitadding route 3fff:dead::/64 -> 2001:db8::55:3
88212026-08-25T03:28:41.412ZINFOAug 25 03:28:40.231: DEBG Aug 25 03:28:40.231freemap_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 } }]
88222026-08-25T03:28:41.412Z
88232026-08-25T03:28:41.412Z adding route 172.17.0.1/32 -> 10.0.0.255
88242026-08-25T03:28:41.412ZDEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
88252026-08-25T03:28:41.412Z Aug 25 03:28:40.231freemap_route_ipv6Aug 25 03:28:40.231 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
88262026-08-25T03:28:41.412ZAug 25 03:28:40.231Aug 25 03:28:40.231replacing 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 } }]
88272026-08-25T03:28:41.412Z
88282026-08-25T03:28:41.412Z DEBGINFOAug 25 03:28:40.231 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
88292026-08-25T03:28:41.412Z Aug 25 03:28:40.231 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOcreated new freemap Aug 25 03:28:40.231
88302026-08-25T03:28:41.412Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 25 03:28:40.231, unit:
88312026-08-25T03:28:41.412ZDEBGadding route 172.17.0.2/32 -> 10.0.0.255 freemap_route_ipv6
88322026-08-25T03:28:41.412Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88332026-08-25T03:28:41.412Z
88342026-08-25T03:28:41.412ZAug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBG DEBGDEBG initted freemap. size: 64INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3, 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 } }]
88352026-08-25T03:28:41.412Z
88362026-08-25T03:28:41.412Z
88372026-08-25T03:28:41.412Zreplacing 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 } }]unit:
88382026-08-25T03:28:41.412Z Aug 25 03:28:40.231 Aug 25 03:28:40.231DEBGfreemap_route_ipv4
88392026-08-25T03:28:41.412Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.231Aug 25 03:28:40.231
88402026-08-25T03:28:41.412ZWARN INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 03:28:40.231
88412026-08-25T03:28:41.412Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 03:28:40.231
88422026-08-25T03:28:41.412ZDEBGINFO INFOreset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 03:28:40.231,
88432026-08-25T03:28:41.412ZunitDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
88442026-08-25T03:28:41.412Zreplacing 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 } }]:
88452026-08-25T03:28:41.412Z freemap_route_ipv4
88462026-08-25T03:28:41.413ZAug 25 03:28:40.231Aug 25 03:28:40.231Aug 25 03:28:40.231 INFODEBG DEBGadding route 172.17.0.4/32 -> 10.0.0.255
88472026-08-25T03:28:41.413Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
88482026-08-25T03:28:41.413Z
88492026-08-25T03:28:41.413ZAug 25 03:28:40.231 Aug 25 03:28:40.231DEBG DEBGAug 25 03:28:40.231 Aug 25 03:28:40.231initted freemap. size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit
88502026-08-25T03:28:41.413ZINFO: DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.231 freemap_route_ipv6INFO
88512026-08-25T03:28:41.413Z
88522026-08-25T03:28:41.413Zadding route 172.17.0.5/32 -> 10.0.0.255
88532026-08-25T03:28:41.413ZAug 25 03:28:40.232Aug 25 03:28:40.232 DEBGAug 25 03:28:40.232DEBG 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 } }]reset freemap
88542026-08-25T03:28:41.413Z
88552026-08-25T03:28:41.413Z, DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 03:28:40.232Aug 25 03:28:40.232unit WARN
88562026-08-25T03:28:41.413Z :shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]freemap_route_ipv6
88572026-08-25T03:28:41.413Z adding route 172.17.0.6/32 -> 10.0.0.255
88582026-08-25T03:28:41.413Z
88592026-08-25T03:28:41.413Z
88602026-08-25T03:28:41.413ZAug 25 03:28:40.232Aug 25 03:28:40.232 DEBGAug 25 03:28:40.232 Aug 25 03:28:40.232 ERRODEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
88612026-08-25T03:28:41.413Z
88622026-08-25T03:28:41.413ZINFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 25 03:28:40.232adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.232
88632026-08-25T03:28:41.413ZINFO adding route 172.17.0.7/32 -> 10.0.0.255
88642026-08-25T03:28:41.413Z
88652026-08-25T03:28:41.413ZAug 25 03:28:40.232 Aug 25 03:28:40.232DEBG Aug 25 03:28:40.232 INFODEBGreplacing 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 } }]
88662026-08-25T03:28:41.413ZAug 25 03:28:40.232 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88672026-08-25T03:28:41.413Z
88682026-08-25T03:28:41.413ZINFOERRO Aug 25 03:28:40.232 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
88692026-08-25T03:28:41.413ZAug 25 03:28:40.232 adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.232
88702026-08-25T03:28:41.413Zshrink-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
88712026-08-25T03:28:41.413ZDEBG Aug 25 03:28:40.232Aug 25 03:28:40.232 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 } }]DEBGDEBGINFO
88722026-08-25T03:28:41.413Z adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
88732026-08-25T03:28:41.414Z
88742026-08-25T03:28:41.414Z 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 25 03:28:40.232
88752026-08-25T03:28:41.414ZAug 25 03:28:40.232 INFOAug 25 03:28:40.232 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 } }]
88762026-08-25T03:28:41.414Z
88772026-08-25T03:28:41.414Zadding route 172.16.0.0/32 -> 10.0.0.1
88782026-08-25T03:28:41.414ZAug 25 03:28:40.232 Aug 25 03:28:40.232Aug 25 03:28:40.232INFO INFOAug 25 03:28:40.232 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:beef::/64 -> 2001:db8::55:ff
88792026-08-25T03:28:41.414ZDEBG
88802026-08-25T03:28:41.414Z 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: "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 } }]
88812026-08-25T03:28:41.414Z
88822026-08-25T03:28:41.414ZAug 25 03:28:40.232 Aug 25 03:28:40.232DEBG Aug 25 03:28:40.226DEBG Aug 25 03:28:40.232replacing 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 25 03:28:40.232INFO
88832026-08-25T03:28:41.414Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
88842026-08-25T03:28:41.414ZDEBGAug 25 03:28:40.232INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
88852026-08-25T03:28:41.414Zreplacing 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 } }] created new freemapAug 25 03:28:40.232, unit
88862026-08-25T03:28:41.414Zadding route 172.17.0.10/32 -> 10.0.0.255:DEBG
88872026-08-25T03:28:41.414Zreplacing 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 25 03:28:40.232
88882026-08-25T03:28:41.414Zfreemap_route_ipv4
88892026-08-25T03:28:41.414ZAug 25 03:28:40.232 DEBG Aug 25 03:28:40.232replacing 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 25 03:28:40.232 INFOAug 25 03:28:40.232 DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 25 03:28:40.232
88902026-08-25T03:28:41.414Z created new freemapDEBG, unitcreated new freemap:, unitfreemap_route_ipv4:
88912026-08-25T03:28:41.414ZAug 25 03:28:40.238 freemap_route_ipv4 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.238
88922026-08-25T03:28:41.414Z DEBG
88932026-08-25T03:28:41.414Z Aug 25 03:28:40.238 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]created new freemap ,
88942026-08-25T03:28:41.414ZunitINFO: Aug 25 03:28:40.238 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
88952026-08-25T03:28:41.414Z freemap_route_ipv6created new freemap
88962026-08-25T03:28:41.414Z, unitAug 25 03:28:40.238: DEBGAug 25 03:28:40.238freemap_route_ipv6
88972026-08-25T03:28:41.414Zreplacing 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 } }]
88982026-08-25T03:28:41.414Z INFOINFOAug 25 03:28:40.238Aug 25 03:28:40.238 DEBGDEBG Aug 25 03:28:40.238adding route 3fff:beef:1::/64 -> 2001:db8::55:ffinitted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.4,
88992026-08-25T03:28:41.414Z unitINFO
89002026-08-25T03:28:41.414Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
89012026-08-25T03:28:41.414Z Aug 25 03:28:40.238freemap_route_ipv4
89022026-08-25T03:28:41.415Z DEBGAug 25 03:28:40.238initted freemap. size: 64 Aug 25 03:28:40.238, DEBGunitAug 25 03:28:40.238: DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]freemap_route_ipv4
89032026-08-25T03:28:41.415Z
89042026-08-25T03:28:41.415Z
89052026-08-25T03:28:41.415Zreset freemap
89062026-08-25T03:28:41.415Z, unit: freemap_route_ipv4Aug 25 03:28:40.238 Aug 25 03:28:40.238
89072026-08-25T03:28:41.415ZAug 25 03:28:40.238INFO INFO Aug 25 03:28:40.238 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
89082026-08-25T03:28:41.415Z
89092026-08-25T03:28:41.415ZAug 25 03:28:40.238 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
89102026-08-25T03:28:41.415ZAug 25 03:28:40.238Aug 25 03:28:40.238 initted freemap. size: 64DEBGDEBG, unitreplacing 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 25 03:28:40.238
89112026-08-25T03:28:41.415Z: 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 } }]freemap_route_ipv6
89122026-08-25T03:28:41.415ZAug 25 03:28:40.238
89132026-08-25T03:28:41.415ZDEBGINFOAug 25 03:28:40.238 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
89142026-08-25T03:28:41.415Zreset freemap, DEBG
89152026-08-25T03:28:41.424Z unitreset freemapAug 25 03:28:40.238, Aug 25 03:28:40.238:unit Aug 25 03:28:40.238: INFO freemap_route_ipv6DEBGfreemap_route_ipv4INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
89162026-08-25T03:28:41.424Z
89172026-08-25T03:28:41.424Z 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 } }]
89182026-08-25T03:28:41.424Z
89192026-08-25T03:28:41.424Zadding route 172.17.0.1/32 -> 10.0.0.255
89202026-08-25T03:28:41.424ZAug 25 03:28:40.238Aug 25 03:28:40.238Aug 25 03:28:40.238 INFODEBG INFOAug 25 03:28:40.238 adding route 3fff:dead::/64 -> 2001:db8::55:1
89212026-08-25T03:28:41.424Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 25 03:28:40.238DEBGinitted freemap. size: 64
89222026-08-25T03:28:41.425Z, 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 } }]DEBGAug 25 03:28:40.238Aug 25 03:28:40.238 unitDEBGDEBG:
89232026-08-25T03:28:41.425Z 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:dead::/64 with: [NextHop { asic_port_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.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 } }]
89242026-08-25T03:28:41.425Zfreemap_route_ipv6Aug 25 03:28:40.238
89252026-08-25T03:28:41.425Z
89262026-08-25T03:28:41.425Z
89272026-08-25T03:28:41.425ZAug 25 03:28:40.238 INFOINFO Aug 25 03:28:40.238adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 03:28:40.238adding route 3fff:dead::/64 -> 2001:db8::55:2
89282026-08-25T03:28:41.425Z
89292026-08-25T03:28:41.425ZDEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
89302026-08-25T03:28:41.425ZAug 25 03:28:40.238reset freemap Aug 25 03:28:40.238, Aug 25 03:28:40.238 DEBG unit : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGINFO
89312026-08-25T03:28:41.425Zfreemap_route_ipv6Aug 25 03:28:40.238 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 } }]
89322026-08-25T03:28:41.425Z
89332026-08-25T03:28:41.425Zreplacing 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 } }]
89342026-08-25T03:28:41.425ZAug 25 03:28:40.238adding route 172.17.0.2/32 -> 10.0.0.255
89352026-08-25T03:28:41.425ZINFO Aug 25 03:28:40.238adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 03:28:40.238
89362026-08-25T03:28:41.425Z Aug 25 03:28:40.238INFO Aug 25 03:28:40.238adding route 3fff:dead::/64 -> 2001:db8::55:1INFO INFO
89372026-08-25T03:28:41.425Z Aug 25 03:28:40.238 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
89382026-08-25T03:28:41.425ZAug 25 03:28:40.238DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:5::/64 -> 2001:db8::55:ffDEBG
89392026-08-25T03:28:41.425Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:28:40.238
89402026-08-25T03:28:41.425ZDEBG
89412026-08-25T03:28:41.425Z Aug 25 03:28:40.238 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
89422026-08-25T03:28:41.425Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 03:28:40.238replacing 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 25 03:28:40.238INFOAug 25 03:28:40.238
89432026-08-25T03:28:41.425ZDEBG
89442026-08-25T03:28:41.425Zreplacing 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:dead::/64 -> 2001:db8::55:2INFOAug 25 03:28:40.238
89452026-08-25T03:28:41.425Z DEBG
89462026-08-25T03:28:41.425Zadding route 3fff:beef:1d::/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 } }]
89472026-08-25T03:28:41.425Z
89482026-08-25T03:28:41.425ZAug 25 03:28:40.238 DEBGAug 25 03:28:40.238 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.238
89492026-08-25T03:28:41.425ZAug 25 03:28:40.238 INFOINFOAug 25 03:28:40.238Aug 25 03:28:40.238DEBG DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
89502026-08-25T03:28:41.425Z
89512026-08-25T03:28:41.425Z
89522026-08-25T03:28:41.425Z
89532026-08-25T03:28:41.425Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89542026-08-25T03:28:41.425ZAug 25 03:28:40.238Aug 25 03:28:40.238 INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
89552026-08-25T03:28:41.425ZAug 25 03:28:40.238replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
89562026-08-25T03:28:41.425Z 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 25 03:28:40.238
89572026-08-25T03:28:41.425Z DEBG Aug 25 03:28:40.238replacing 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 } }]
89582026-08-25T03:28:41.425ZAug 25 03:28:40.238INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 25 03:28:40.238
89592026-08-25T03:28:41.426ZAug 25 03:28:40.238adding route 172.17.0.4/32 -> 10.0.0.255
89602026-08-25T03:28:41.426ZDEBGINFOAug 25 03:28:40.238 DEBGcreated new freemapadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
89612026-08-25T03:28:41.426Zreplacing 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 } }]
89622026-08-25T03:28:41.426Z, unitAug 25 03:28:40.238Aug 25 03:28:40.238 DEBGAug 25 03:28:40.238 DEBG : 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 } }] 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 } }]
89632026-08-25T03:28:41.426Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89642026-08-25T03:28:41.426Z
89652026-08-25T03:28:41.426Zfreemap_route_ipv6
89662026-08-25T03:28:41.426ZAug 25 03:28:40.238 Aug 25 03:28:40.238INFOAug 25 03:28:40.238 DEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.238adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
89672026-08-25T03:28:41.426Z
89682026-08-25T03:28:41.426Z DEBG
89692026-08-25T03:28:41.426Zinitted freemap. size: 64Aug 25 03:28:40.238, Aug 25 03:28:40.238unit :INFODEBG freemap_route_ipv4adding route 3fff:beef:9::/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 } }]
89702026-08-25T03:28:41.426Z
89712026-08-25T03:28:41.426ZAug 25 03:28:40.238
89722026-08-25T03:28:41.426Z DEBG Aug 25 03:28:40.238replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 03:28:40.238INFO
89732026-08-25T03:28:41.426Z Aug 25 03:28:40.238 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
89742026-08-25T03:28:41.426ZDEBGDEBG Aug 25 03:28:40.238 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
89752026-08-25T03:28:41.426ZAug 25 03:28:40.238 reset freemapadding route 172.17.0.6/32 -> 10.0.0.255
89762026-08-25T03:28:41.426Z, DEBGunit :Aug 25 03:28:40.238replacing 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 } }]
89772026-08-25T03:28:41.426Zfreemap_route_ipv4 INFO
89782026-08-25T03:28:41.426Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 03:28:40.238Aug 25 03:28:40.238
89792026-08-25T03:28:41.426ZINFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 03:28:40.238
89802026-08-25T03:28:41.426Z 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 25 03:28:40.238 DEBG
89812026-08-25T03:28:41.426ZDEBGAug 25 03:28:40.238 DEBG initted freemap. size: 64replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], 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 } }]
89822026-08-25T03:28:41.426Zunit:
89832026-08-25T03:28:41.426ZAug 25 03:28:40.238 freemap_route_ipv6INFOAug 25 03:28:40.238Aug 25 03:28:40.238
89842026-08-25T03:28:41.426Z INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89852026-08-25T03:28:41.426Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 03:28:40.238
89862026-08-25T03:28:41.426Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
89872026-08-25T03:28:41.426Ztest route::tests::rollback_on_compact_write_failure ... ok
89882026-08-25T03:28:41.426Z DEBGAug 25 03:28:40.239 Aug 25 03:28:40.239DEBGAug 25 03:28:40.239reset freemap 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
89892026-08-25T03:28:41.426Z 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 } }],
89902026-08-25T03:28:41.426Zunit: DEBGAug 25 03:28:40.239freemap_route_ipv6
89912026-08-25T03:28:41.426ZINFOAug 25 03:28:40.239 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89922026-08-25T03:28:41.426Ztest route::tests::shrink_preserves_compacted_order ... ok
89932026-08-25T03:28:41.426ZINFO 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 } }]
89942026-08-25T03:28:41.426Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
89952026-08-25T03:28:41.426ZAug 25 03:28:40.239Aug 25 03:28:40.239
89962026-08-25T03:28:41.426ZAug 25 03:28:40.239DEBGINFO Aug 25 03:28:40.239 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
89972026-08-25T03:28:41.426Zreplacing 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: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 } }]
89982026-08-25T03:28:41.427Z
89992026-08-25T03:28:41.427ZAug 25 03:28:40.239 adding route 172.17.0.8/32 -> 10.0.0.255
90002026-08-25T03:28:41.427ZAug 25 03:28:40.239Aug 25 03:28:40.239 DEBGAug 25 03:28:40.239 Aug 25 03:28:40.245 created new freemap INFO, adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
90012026-08-25T03:28:41.427Z 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 } }]
90022026-08-25T03:28:41.427ZAug 25 03:28:40.245 DEBG created new freemapreplacing 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 25 03:28:40.245
90032026-08-25T03:28:41.427Z , INFOunit: adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4
90042026-08-25T03:28:41.427Z
90052026-08-25T03:28:41.427ZAug 25 03:28:40.245 INFOAug 25 03:28:40.245Aug 25 03:28:40.245 DEBGDEBG created new freemapreplacing 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 } }],
90062026-08-25T03:28:41.427Zunit: freemap_route_ipv6adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 03:28:40.239
90072026-08-25T03:28:41.427Z
90082026-08-25T03:28:41.427Z 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 } }]
90092026-08-25T03:28:41.427ZAug 25 03:28:40.245 INFOAug 25 03:28:40.239 adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 03:28:40.245Aug 25 03:28:40.245
90102026-08-25T03:28:41.427Z INFO DEBGAug 25 03:28:40.245adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFODEBG
90112026-08-25T03:28:41.427Z initted freemap. size: 64Aug 25 03:28:40.245adding route 3fff:dead::/64 -> 2001:db8::55:2,
90122026-08-25T03:28:41.427Z 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 } }]
90132026-08-25T03:28:41.427Zunit :Aug 25 03:28:40.245replacing 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 25 03:28:40.245Aug 25 03:28:40.245
90142026-08-25T03:28:41.427Z DEBGDEBGfreemap_route_ipv4
90152026-08-25T03:28:41.432Zreplacing 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
90162026-08-25T03:28:41.432Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:f::/64 -> 2001:db8::55:ff
90172026-08-25T03:28:41.432ZAug 25 03:28:40.245Aug 25 03:28:40.245
90182026-08-25T03:28:41.432ZAug 25 03:28:40.245 INFODEBGINFO Aug 25 03:28:40.245Aug 25 03:28:40.245adding route 3fff:beef:26::/64 -> 2001:db8::55:ff reset freemap
90192026-08-25T03:28:41.432ZDEBG INFO, adding route 172.17.0.11/32 -> 10.0.0.255unit :Aug 25 03:28:40.245 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG freemap_route_ipv4replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90202026-08-25T03:28:41.433Zreplacing 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 } }]
90212026-08-25T03:28:41.433Z
90222026-08-25T03:28:41.433Z
90232026-08-25T03:28:41.433Z
90242026-08-25T03:28:41.433ZAug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245 DEBG INFODEBG INFO 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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, adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff:
90252026-08-25T03:28:41.433Z
90262026-08-25T03:28:41.433Z
90272026-08-25T03:28:41.433Zfreemap_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 } }]
90282026-08-25T03:28:41.433Z
90292026-08-25T03:28:41.433ZAug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245DEBG INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.245Aug 25 03:28:40.245adding route 3fff:dead::/64 -> 2001:db8::55:4
90302026-08-25T03:28:41.433ZDEBG INFO DEBGreset freemapadding route 172.17.0.12/32 -> 10.0.0.255
90312026-08-25T03:28:41.433Z
90322026-08-25T03:28:41.433Z, Aug 25 03:28:40.245unit:Aug 25 03:28:40.245 DEBGINFOfreemap_route_ipv6
90332026-08-25T03:28:41.433Zreplacing 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 } }]
90342026-08-25T03:28:41.433Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:28::/64 -> 2001:db8::55:ffAug 25 03:28:40.245
90352026-08-25T03:28:41.433Z DEBG
90362026-08-25T03:28:41.433ZAug 25 03:28:40.245Aug 25 03:28:40.245 INFOAug 25 03:28:40.245INFO DEBGadding route 3fff:beef:11::/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 } }]
90372026-08-25T03:28:41.433Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.245
90382026-08-25T03:28:41.433ZDEBG Aug 25 03:28:40.245 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
90392026-08-25T03:28:41.433Zreplacing 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 } }]
90402026-08-25T03:28:41.433ZAug 25 03:28:40.245
90412026-08-25T03:28:41.433Z DEBGDEBGAug 25 03:28:40.245Aug 25 03:28:40.245 INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 25 03:28:40.245
90422026-08-25T03:28:41.433Z
90432026-08-25T03:28:41.433Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255
90442026-08-25T03:28:41.433Z
90452026-08-25T03:28:41.433Z WARNAug 25 03:28:40.245 Aug 25 03:28:40.245Aug 25 03:28:40.245 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 25 03:28:40.245INFO 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 } }]
90462026-08-25T03:28:41.433Zadding route 172.16.0.0/32 -> 10.0.0.2INFO
90472026-08-25T03:28:41.433Z
90482026-08-25T03:28:41.433Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
90492026-08-25T03:28:41.433Zreplacing 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 25 03:28:40.245
90502026-08-25T03:28:41.433Z Aug 25 03:28:40.245INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
90512026-08-25T03:28:41.433Z Aug 25 03:28:40.245Aug 25 03:28:40.245 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90522026-08-25T03:28:41.433ZDEBG 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 } }]Aug 25 03:28:40.245
90532026-08-25T03:28:41.433Z Aug 25 03:28:40.245DEBG 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 } }]
90542026-08-25T03:28:41.433ZINFOadding route 172.17.0.14/32 -> 10.0.0.255
90552026-08-25T03:28:41.433ZAug 25 03:28:40.245 Aug 25 03:28:40.245adding route 172.16.0.0/32 -> 10.0.0.3
90562026-08-25T03:28:41.433ZINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 03:28:40.245
90572026-08-25T03:28:41.433Z Aug 25 03:28:40.245DEBG 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 } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
90582026-08-25T03:28:41.433Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90592026-08-25T03:28:41.434ZAug 25 03:28:40.245
90602026-08-25T03:28:41.434Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.245
90612026-08-25T03:28:41.434Z Aug 25 03:28:40.245DEBGAug 25 03:28:40.245 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
90622026-08-25T03:28:41.434Z INFOAug 25 03:28:40.245adding route 172.16.0.0/32 -> 10.0.0.4
90632026-08-25T03:28:41.434Z adding route 172.17.0.15/32 -> 10.0.0.255INFO
90642026-08-25T03:28:41.434Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
90652026-08-25T03:28:41.434ZAug 25 03:28:40.245 Aug 25 03:28:40.245DEBG 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 } }]Aug 25 03:28:40.245
90662026-08-25T03:28:41.434Z Aug 25 03:28:40.245 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90672026-08-25T03:28:41.434Zreplacing 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 } }]
90682026-08-25T03:28:41.434ZAug 25 03:28:40.245
90692026-08-25T03:28:41.434ZDEBG replacing targets for 172.16.0.0/32 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 25 03:28:40.245
90702026-08-25T03:28:41.434Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
90712026-08-25T03:28:41.434ZAug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90722026-08-25T03:28:41.434Ztest route::tests::same_size_non_subset_replace ... ok
90732026-08-25T03:28:41.434Z
90742026-08-25T03:28:41.434Zreplacing 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 } }]
90752026-08-25T03:28:41.434ZAug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245INFO INFODEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
90762026-08-25T03:28:41.434Z
90772026-08-25T03:28:41.434Z
90782026-08-25T03:28:41.434ZAug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 DEBG
90792026-08-25T03:28:41.434Zreplacing 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 } }]
90802026-08-25T03:28:41.434Zreplacing 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 } }]
90812026-08-25T03:28:41.434ZAug 25 03:28:40.245 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 } }]Aug 25 03:28:40.245Aug 25 03:28:40.245
90822026-08-25T03:28:41.434Z INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90832026-08-25T03:28:41.434Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 03:28:40.245
90842026-08-25T03:28:41.434Z Aug 25 03:28:40.245Aug 25 03:28:40.245 DEBGDEBG INFO 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.18/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 } }]
90852026-08-25T03:28:41.434Z
90862026-08-25T03:28:41.434Z
90872026-08-25T03:28:41.434ZAug 25 03:28:40.245Aug 25 03:28:40.245 INFO INFOAug 25 03:28:40.245adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
90882026-08-25T03:28:41.434Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
90892026-08-25T03:28:41.434Z DEBGAug 25 03:28:40.245 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 } }]
90902026-08-25T03:28:41.434Zreplacing 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 } }]
90912026-08-25T03:28:41.434ZAug 25 03:28:40.245 INFOAug 25 03:28:40.245INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
90922026-08-25T03:28:41.434ZAug 25 03:28:40.245
90932026-08-25T03:28:41.434ZDEBG 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 } }]
90942026-08-25T03:28:41.434Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90952026-08-25T03:28:41.434ZAug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245DEBG DEBGINFOreplacing 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 25 03:28:40.245
90962026-08-25T03:28:41.434Z 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
90972026-08-25T03:28:41.434Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }]
90982026-08-25T03:28:41.435Z
90992026-08-25T03:28:41.435ZAug 25 03:28:40.245Aug 25 03:28:40.245 Aug 25 03:28:40.245INFOINFO Aug 25 03:28:40.245 adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255DEBG
91002026-08-25T03:28:41.435ZINFO
91012026-08-25T03:28:41.435Zadding route 3fff:beef:19::/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 } }]
91022026-08-25T03:28:41.435Z
91032026-08-25T03:28:41.435ZAug 25 03:28:40.245Aug 25 03:28:40.245Aug 25 03:28:40.245 DEBGAug 25 03:28:40.246 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 } }]
91042026-08-25T03:28:41.435Zcreated new freemap, unit: DEBGfreemap_route_ipv4
91052026-08-25T03:28:41.435Zreplacing 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 } }]
91062026-08-25T03:28:41.435Zunit:Aug 25 03:28:40.251Aug 25 03:28:40.251 DEBG created new freemap, unit :freemap_route_ipv4
91072026-08-25T03:28:41.435ZINFOfreemap_route_ipv6
91082026-08-25T03:28:41.435Z adding route 172.17.0.21/32 -> 10.0.0.255
91092026-08-25T03:28:41.435ZAug 25 03:28:40.251Aug 25 03:28:40.251 Aug 25 03:28:40.251INFO Aug 25 03:28:40.251DEBG DEBGadding route 172.17.0.11/32 -> 10.0.0.255
91102026-08-25T03:28:41.435Z created new freemapDEBGinitted freemap. size: 64, unit: , freemap_route_ipv6unitreplacing 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 } }]:
91112026-08-25T03:28:41.435ZAug 25 03:28:40.251
91122026-08-25T03:28:41.435ZDEBG freemap_route_ipv4replacing 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 } }]
91132026-08-25T03:28:41.435Z
91142026-08-25T03:28:41.435ZAug 25 03:28:40.251Aug 25 03:28:40.251 DEBGAug 25 03:28:40.251 INFO reset freemapadding route 172.17.0.12/32 -> 10.0.0.255,
91152026-08-25T03:28:41.439ZunitAug 25 03:28:40.251:DEBG INFO freemap_route_ipv4Aug 25 03:28:40.251Aug 25 03:28:40.251
91162026-08-25T03:28:41.439Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255 INFOinitted freemap. size: 64replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
91172026-08-25T03:28:41.439Zunit:
91182026-08-25T03:28:41.439Z adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 25 03:28:40.251Aug 25 03:28:40.251 INFO
91192026-08-25T03:28:41.439ZDEBG
91202026-08-25T03:28:41.439Z initted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255, Aug 25 03:28:40.251
91212026-08-25T03:28:41.439Z unitDEBGAug 25 03:28:40.251: Aug 25 03:28:40.251freemap_route_ipv6 DEBGDEBGAug 25 03:28:40.251 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 } }]reset freemap
91222026-08-25T03:28:41.439Z
91232026-08-25T03:28:41.439Z, unitreplacing 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 } }]
91242026-08-25T03:28:41.439Z:Aug 25 03:28:40.251DEBG Aug 25 03:28:40.251freemap_route_ipv4
91252026-08-25T03:28:41.439ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
91262026-08-25T03:28:41.439ZDEBGAug 25 03:28:40.251replacing 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 } }]
91272026-08-25T03:28:41.439ZAug 25 03:28:40.251reset freemapAug 25 03:28:40.251 INFODEBG 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 } }]unit
91282026-08-25T03:28:41.439Z adding route 172.17.0.23/32 -> 10.0.0.255
91292026-08-25T03:28:41.440Z: Aug 25 03:28:40.251Aug 25 03:28:40.251freemap_route_ipv6 INFO initted freemap. size: 64adding route 172.17.0.15/32 -> 10.0.0.255
91302026-08-25T03:28:41.440Z, Aug 25 03:28:40.251unit
91312026-08-25T03:28:41.440Z: freemap_route_ipv6Aug 25 03:28:40.251DEBGINFO
91322026-08-25T03:28:41.440Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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
91332026-08-25T03:28:41.440Z
91342026-08-25T03:28:41.440ZAug 25 03:28:40.251 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 03:28:40.251
91352026-08-25T03:28:41.440ZDEBG DEBG reset freemapAug 25 03:28:40.251 , 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 } }]unitAug 25 03:28:40.251
91362026-08-25T03:28:41.440Z : Aug 25 03:28:40.251 freemap_route_ipv6DEBG
91372026-08-25T03:28:41.440Z DEBGAug 25 03:28:40.251replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
91382026-08-25T03:28:41.440Z Aug 25 03:28:40.251INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:28:40.251
91392026-08-25T03:28:41.440Z adding route 172.17.0.24/32 -> 10.0.0.255 INFOINFOadding route 172.17.0.16/32 -> 10.0.0.255
91402026-08-25T03:28:41.440Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.251
91412026-08-25T03:28:41.440Z
91422026-08-25T03:28:41.440Z
91432026-08-25T03:28:41.440Z INFOAug 25 03:28:40.251 Aug 25 03:28:40.251Aug 25 03:28:40.251adding route 3fff:dead::/64 -> 2001:db8::55:2
91442026-08-25T03:28:41.440ZDEBG 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 } }]DEBG
91452026-08-25T03:28:41.440ZAug 25 03:28:40.251Aug 25 03:28:40.251 DEBG DEBG Aug 25 03:28:40.251replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91462026-08-25T03:28:41.440Z
91472026-08-25T03:28:41.440ZINFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
91482026-08-25T03:28:41.440ZAug 25 03:28:40.251
91492026-08-25T03:28:41.440ZAug 25 03:28:40.251 INFOINFO
91502026-08-25T03:28:41.440Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:28:40.251
91512026-08-25T03:28:41.440Z DEBG Aug 25 03:28:40.251replacing 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 25 03:28:40.251Aug 25 03:28:40.251
91522026-08-25T03:28:41.440Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
91532026-08-25T03:28:41.440Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.251INFO
91542026-08-25T03:28:41.440ZINFO adding route 172.17.0.25/32 -> 10.0.0.255INFOadding route 172.17.0.18/32 -> 10.0.0.255
91552026-08-25T03:28:41.440ZAug 25 03:28:40.251 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
91562026-08-25T03:28:41.440Z
91572026-08-25T03:28:41.440Z DEBGAug 25 03:28:40.251 Aug 25 03:28:40.251Aug 25 03:28:40.251 Aug 25 03:28:40.251 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
91582026-08-25T03:28:41.440ZDEBGDEBG 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
91592026-08-25T03:28:41.440Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91602026-08-25T03:28:41.440Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 25 03:28:40.251
91612026-08-25T03:28:41.440Z
91622026-08-25T03:28:41.440ZAug 25 03:28:40.251 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255
91632026-08-25T03:28:41.440Z
91642026-08-25T03:28:41.440ZAug 25 03:28:40.251 INFO Aug 25 03:28:40.251adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 25 03:28:40.251
91652026-08-25T03:28:41.440ZAug 25 03:28:40.251 DEBGDEBG Aug 25 03:28:40.252INFODEBGreplacing 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 } }]
91662026-08-25T03:28:41.440Zreplacing 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
91672026-08-25T03:28:41.440Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
91682026-08-25T03:28:41.441Z Aug 25 03:28:40.252replacing 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 25 03:28:40.252
91692026-08-25T03:28:41.441Z INFO Aug 25 03:28:40.252 INFOadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255
91702026-08-25T03:28:41.441Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
91712026-08-25T03:28:41.441Z
91722026-08-25T03:28:41.441ZDEBG Aug 25 03:28:40.252Aug 25 03:28:40.252 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFO
91732026-08-25T03:28:41.441Zreplacing 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 25 03:28:40.252
91742026-08-25T03:28:41.441ZAug 25 03:28:40.252 DEBG adding route 172.17.0.2/32 -> 10.0.0.255 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 } }]
91752026-08-25T03:28:41.441ZDEBG
91762026-08-25T03:28:41.441ZAug 25 03:28:40.252 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 25 03:28:40.252 adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 25 03:28:40.252
91772026-08-25T03:28:41.441Zreplacing 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 } }]
91782026-08-25T03:28:41.441Z
91792026-08-25T03:28:41.441ZINFOAug 25 03:28:40.252Aug 25 03:28:40.252 DEBGAug 25 03:28:40.252 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
91802026-08-25T03:28:41.441ZINFO adding route 172.17.0.3/32 -> 10.0.0.255
91812026-08-25T03:28:41.441Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 25 03:28:40.252
91822026-08-25T03:28:41.441Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
91832026-08-25T03:28:41.441ZAug 25 03:28:40.252 DEBGadding route 172.17.0.22/32 -> 10.0.0.255
91842026-08-25T03:28:41.441Zreplacing 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 25 03:28:40.252Aug 25 03:28:40.252
91852026-08-25T03:28:41.441ZDEBGAug 25 03:28:40.252 DEBGDEBG Aug 25 03:28:40.252replacing 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.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 } }]
91862026-08-25T03:28:41.441Z
91872026-08-25T03:28:41.441ZINFOreplacing 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 } }]
91882026-08-25T03:28:41.441Zadding route 172.17.0.4/32 -> 10.0.0.255
91892026-08-25T03:28:41.441ZAug 25 03:28:40.252 Aug 25 03:28:40.252INFO Aug 25 03:28:40.252 INFOAug 25 03:28:40.252 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
91902026-08-25T03:28:41.441Z 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 } }]
91912026-08-25T03:28:41.441Z INFOAug 25 03:28:40.252adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
91922026-08-25T03:28:41.441ZDEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91932026-08-25T03:28:41.441Z
91942026-08-25T03:28:41.441ZAug 25 03:28:40.252Aug 25 03:28:40.252 Aug 25 03:28:40.252Aug 25 03:28:40.252 INFO INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
91952026-08-25T03:28:41.441Z
91962026-08-25T03:28:41.441Zreplacing 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
91972026-08-25T03:28:41.441Zreplacing 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 } }]
91982026-08-25T03:28:41.441ZAug 25 03:28:40.252Aug 25 03:28:40.252 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 03:28:40.252
91992026-08-25T03:28:41.441Z
92002026-08-25T03:28:41.441ZINFOAug 25 03:28:40.252 Aug 25 03:28:40.252INFO Aug 25 03:28:40.252INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255INFO
92012026-08-25T03:28:41.441Z adding route 172.17.0.29/32 -> 10.0.0.255
92022026-08-25T03:28:41.441Zadding route 172.17.0.6/32 -> 10.0.0.255
92032026-08-25T03:28:41.441Z
92042026-08-25T03:28:41.441ZAug 25 03:28:40.252 DEBG Aug 25 03:28:40.252replacing 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 } }]
92052026-08-25T03:28:41.441ZDEBG Aug 25 03:28:40.252Aug 25 03:28:40.252replacing 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 } }]
92062026-08-25T03:28:41.442Z Aug 25 03:28:40.252DEBG INFODEBG Aug 25 03:28:40.252replacing 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 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 } }]INFOadding route 172.17.0.26/32 -> 10.0.0.255
92072026-08-25T03:28:41.442Z
92082026-08-25T03:28:41.442Z
92092026-08-25T03:28:41.442Zadding route 172.17.0.7/32 -> 10.0.0.255
92102026-08-25T03:28:41.442ZAug 25 03:28:40.252 DEBGAug 25 03:28:40.252 Aug 25 03:28:40.252replacing 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 25 03:28:40.252
92112026-08-25T03:28:41.442ZINFO DEBG INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92122026-08-25T03:28:41.442Z
92132026-08-25T03:28:41.442ZAug 25 03:28:40.252 adding route 172.17.0.30/32 -> 10.0.0.255INFO
92142026-08-25T03:28:41.442Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 25 03:28:40.252Aug 25 03:28:40.252
92152026-08-25T03:28:41.447Z INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 03:28:40.252
92162026-08-25T03:28:41.447Z Aug 25 03:28:40.252replacing 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 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 } }]
92172026-08-25T03:28:41.447Z
92182026-08-25T03:28:41.447Z DEBG Aug 25 03:28:40.314Aug 25 03:28:40.314 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 25 03:28:40.314
92192026-08-25T03:28:41.447Z adding route 172.17.0.28/32 -> 10.0.0.255
92202026-08-25T03:28:41.447Z
92212026-08-25T03:28:41.447ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92222026-08-25T03:28:41.447ZAug 25 03:28:40.314 DEBG Aug 25 03:28:40.314Aug 25 03:28:40.314 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92232026-08-25T03:28:41.447Z INFOadding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:28:40.314
92242026-08-25T03:28:41.447Zadding route 172.17.0.31/32 -> 10.0.0.255Aug 25 03:28:40.314 INFO
92252026-08-25T03:28:41.447ZDEBG Aug 25 03:28:40.314adding route 172.17.0.29/32 -> 10.0.0.255
92262026-08-25T03:28:41.447Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
92272026-08-25T03:28:41.447Z
92282026-08-25T03:28:41.447ZAug 25 03:28:40.314 Aug 25 03:28:40.314DEBG Aug 25 03:28:40.314DEBG Aug 25 03:28:40.314replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92292026-08-25T03:28:41.447Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92302026-08-25T03:28:41.447Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 172.17.0.10/32 -> 10.0.0.255
92312026-08-25T03:28:41.447Z
92322026-08-25T03:28:41.447ZAug 25 03:28:40.314Aug 25 03:28:40.314 INFOINFO Aug 25 03:28:40.314 Aug 25 03:28:40.314adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255DEBG
92332026-08-25T03:28:41.447Z
92342026-08-25T03:28:41.447Zreplacing 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 } }]
92352026-08-25T03:28:41.447Z DEBGAug 25 03:28:40.314 DEBGAug 25 03:28:40.314 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 } }] Aug 25 03:28:40.314INFOreplacing 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 } }]
92362026-08-25T03:28:41.447Z
92372026-08-25T03:28:41.447Z adding route 172.17.0.11/32 -> 10.0.0.255
92382026-08-25T03:28:41.447ZDEBGAug 25 03:28:40.314 Aug 25 03:28:40.314INFOreplacing 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 } }]
92392026-08-25T03:28:41.447Zadding route 172.17.0.31/32 -> 10.0.0.255
92402026-08-25T03:28:41.447ZINFOAug 25 03:28:40.314 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 25 03:28:40.314DEBG
92412026-08-25T03:28:41.447ZINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
92422026-08-25T03:28:41.447Z
92432026-08-25T03:28:41.447ZAug 25 03:28:40.314Aug 25 03:28:40.314 Aug 25 03:28:40.314DEBGDEBGAug 25 03:28:40.314 INFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
92442026-08-25T03:28:41.447Z
92452026-08-25T03:28:41.447Z DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92462026-08-25T03:28:41.447Zreplacing 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 25 03:28:40.314
92472026-08-25T03:28:41.447Z Aug 25 03:28:40.314DEBGAug 25 03:28:40.314 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 25 03:28:40.314
92482026-08-25T03:28:41.448Z INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255 DEBGadding route 172.17.0.32/32 -> 10.0.0.255
92492026-08-25T03:28:41.448ZAug 25 03:28:40.314
92502026-08-25T03:28:41.448ZINFO failed to allocate space for the new target listadding route 172.17.0.13/32 -> 10.0.0.255
92512026-08-25T03:28:41.448Z
92522026-08-25T03:28:41.448ZAug 25 03:28:40.314Aug 25 03:28:40.314 Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBGDEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92532026-08-25T03:28:41.448Z 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.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 } }]
92542026-08-25T03:28:41.448Z
92552026-08-25T03:28:41.448Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 03:28:40.314
92562026-08-25T03:28:41.448Z Aug 25 03:28:40.314INFO adding route 172.17.0.14/32 -> 10.0.0.255INFOAug 25 03:28:40.314
92572026-08-25T03:28:41.448Z adding route 172.17.0.33/32 -> 10.0.0.255 INFO
92582026-08-25T03:28:41.448Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 03:28:40.314
92592026-08-25T03:28:41.448Z 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 } }]
92602026-08-25T03:28:41.448ZAug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBG INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
92612026-08-25T03:28:41.448Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92622026-08-25T03:28:41.448Z
92632026-08-25T03:28:41.448ZAug 25 03:28:40.314 DEBG Aug 25 03:28:40.314replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92642026-08-25T03:28:41.448Z adding route 172.17.0.34/32 -> 10.0.0.255
92652026-08-25T03:28:41.448ZAug 25 03:28:40.314 INFO Aug 25 03:28:40.252Aug 25 03:28:40.314Aug 25 03:28:40.314adding route 172.17.0.36/32 -> 10.0.0.255 INFO DEBG DEBG adding route 172.17.0.16/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 } }]
92662026-08-25T03:28:41.448Z
92672026-08-25T03:28:41.448Z
92682026-08-25T03:28:41.448Zcreated new freemap, Aug 25 03:28:40.314unit :Aug 25 03:28:40.314DEBG freemap_route_ipv4replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92692026-08-25T03:28:41.448Z
92702026-08-25T03:28:41.448Z Aug 25 03:28:40.314DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
92712026-08-25T03:28:41.448ZAug 25 03:28:40.314
92722026-08-25T03:28:41.448Z DEBGAug 25 03:28:40.314 created new freemap , INFOAug 25 03:28:40.314unit :adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 03:28:40.314
92732026-08-25T03:28:41.448Z 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 } }]
92742026-08-25T03:28:41.448Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
92752026-08-25T03:28:41.448Zadding route 172.17.0.37/32 -> 10.0.0.255freemap_route_ipv6
92762026-08-25T03:28:41.448Z
92772026-08-25T03:28:41.448ZAug 25 03:28:40.314 Aug 25 03:28:40.314DEBG Aug 25 03:28:40.314INFOreplacing 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 25 03:28:40.314
92782026-08-25T03:28:41.448Zadding route 172.17.0.36/32 -> 10.0.0.255 DEBG
92792026-08-25T03:28:41.448Z DEBGinitted freemap. size: 64Aug 25 03:28:40.314 , INFOunit Aug 25 03:28:40.314adding route 172.17.0.18/32 -> 10.0.0.255:
92802026-08-25T03:28:41.448ZDEBG 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.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 } }]
92812026-08-25T03:28:41.448Z
92822026-08-25T03:28:41.448Zfreemap_route_ipv4Aug 25 03:28:40.314
92832026-08-25T03:28:41.448Z Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBGINFO 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 } }]
92842026-08-25T03:28:41.448ZAug 25 03:28:40.314 adding route 172.17.0.37/32 -> 10.0.0.255
92852026-08-25T03:28:41.448ZDEBGadding route 172.17.0.38/32 -> 10.0.0.255
92862026-08-25T03:28:41.448Zreset freemapAug 25 03:28:40.314, unitAug 25 03:28:40.314INFOAug 25 03:28:40.314 : adding route 172.17.0.19/32 -> 10.0.0.255
92872026-08-25T03:28:41.449ZDEBGDEBGfreemap_route_ipv4 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 } }]
92882026-08-25T03:28:41.449Z
92892026-08-25T03:28:41.449Zreplacing 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 25 03:28:40.314
92902026-08-25T03:28:41.449Z DEBGAug 25 03:28:40.314 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 } }]
92912026-08-25T03:28:41.449ZAug 25 03:28:40.314Aug 25 03:28:40.314 INFODEBG INFO initted freemap. size: 64adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 03:28:40.314
92922026-08-25T03:28:41.449Zadding route 172.17.0.38/32 -> 10.0.0.255
92932026-08-25T03:28:41.449Z , INFOunit Aug 25 03:28:40.314Aug 25 03:28:40.314: adding route 172.17.0.20/32 -> 10.0.0.255DEBG
92942026-08-25T03:28:41.449Z freemap_route_ipv6replacing 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
92952026-08-25T03:28:41.449ZAug 25 03:28:40.314 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92962026-08-25T03:28:41.449Z
92972026-08-25T03:28:41.449ZAug 25 03:28:40.314replacing 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
92982026-08-25T03:28:41.449Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 25 03:28:40.314Aug 25 03:28:40.314
92992026-08-25T03:28:41.449Z DEBGINFO Aug 25 03:28:40.314reset freemapadding route 172.17.0.40/32 -> 10.0.0.255 Aug 25 03:28:40.314, INFO
93002026-08-25T03:28:41.449Z unitadding route 172.17.0.21/32 -> 10.0.0.255
93012026-08-25T03:28:41.449Z: freemap_route_ipv6DEBGAug 25 03:28:40.314
93022026-08-25T03:28:41.449ZAug 25 03:28:40.314 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 } }]DEBGDEBG
93032026-08-25T03:28:41.449Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 03:28:40.314
93042026-08-25T03:28:41.449Z
93052026-08-25T03:28:41.449Z INFOAug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG
93062026-08-25T03:28:41.449Z INFOINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
93072026-08-25T03:28:41.449Zadding route 172.17.0.41/32 -> 10.0.0.255
93082026-08-25T03:28:41.449Z
93092026-08-25T03:28:41.449Z
93102026-08-25T03:28:41.449ZAug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 DEBGAug 25 03:28:40.314 DEBGINFO 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 } }]DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
93112026-08-25T03:28:41.449Z
93122026-08-25T03:28:41.449Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }]
93132026-08-25T03:28:41.449Z
93142026-08-25T03:28:41.449ZAug 25 03:28:40.314
93152026-08-25T03:28:41.454ZDEBGAug 25 03:28:40.314 Aug 25 03:28:40.314replacing 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 } }]
93162026-08-25T03:28:41.454ZAug 25 03:28:40.314INFO INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 03:28:40.314
93172026-08-25T03:28:41.454Zadding route 172.16.0.0/32 -> 10.0.0.2
93182026-08-25T03:28:41.454Z
93192026-08-25T03:28:41.454ZINFOAug 25 03:28:40.314 Aug 25 03:28:40.314adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGINFO
93202026-08-25T03:28:41.454Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
93212026-08-25T03:28:41.454Z
93222026-08-25T03:28:41.454ZAug 25 03:28:40.314 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 03:28:40.314
93232026-08-25T03:28:41.454Z Aug 25 03:28:40.314Aug 25 03:28:40.314 INFODEBG Aug 25 03:28:40.314 adding route 172.17.0.24/32 -> 10.0.0.255DEBGAug 25 03:28:40.314
93242026-08-25T03:28:41.454Z 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
93252026-08-25T03:28:41.454ZDEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
93262026-08-25T03:28:41.454Z
93272026-08-25T03:28:41.454Z Aug 25 03:28:40.314adding route 172.16.0.0/32 -> 10.0.0.3
93282026-08-25T03:28:41.454ZAug 25 03:28:40.314 Aug 25 03:28:40.314 Aug 25 03:28:40.314INFOAug 25 03:28:40.314 DEBGINFO INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93292026-08-25T03:28:41.454Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
93302026-08-25T03:28:41.454Zadding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.43/32 -> 10.0.0.255
93312026-08-25T03:28:41.454Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
93322026-08-25T03:28:41.454Z
93332026-08-25T03:28:41.454ZAug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314Aug 25 03:28:40.314 Aug 25 03:28:40.314INFO DEBGDEBG adding route 172.17.0.25/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
93342026-08-25T03:28:41.454Z
93352026-08-25T03:28:41.454ZAug 25 03:28:40.315Aug 25 03:28:40.334 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
93362026-08-25T03:28:41.454Z Aug 25 03:28:40.334INFOAug 25 03:28:40.334 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
93372026-08-25T03:28:41.454Z INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93382026-08-25T03:28:41.454Z adding route 172.17.0.44/32 -> 10.0.0.255
93392026-08-25T03:28:41.454ZAug 25 03:28:40.334 Aug 25 03:28:40.334Aug 25 03:28:40.334DEBG INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
93402026-08-25T03:28:41.454Zcreated new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
93412026-08-25T03:28:41.455ZDEBG Aug 25 03:28:40.334 DEBG, unitreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: 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 } }]freemap_route_ipv4
93422026-08-25T03:28:41.455ZAug 25 03:28:40.334 DEBG
93432026-08-25T03:28:41.455Z
93442026-08-25T03:28:41.455Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 03:28:40.334
93452026-08-25T03:28:41.455Z INFO Aug 25 03:28:40.334adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
93462026-08-25T03:28:41.455ZDEBGAug 25 03:28:40.334 INFOcreated new freemap , adding route 172.17.0.45/32 -> 10.0.0.255Aug 25 03:28:40.334
93472026-08-25T03:28:41.455Z unitDEBG: 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 } }]freemap_route_ipv6
93482026-08-25T03:28:41.455Z
93492026-08-25T03:28:41.455ZAug 25 03:28:40.334 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.334
93502026-08-25T03:28:41.455Z DEBGAug 25 03:28:40.334 initted freemap. size: 64INFOAug 25 03:28:40.334, unitINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
93512026-08-25T03:28:41.455Zadding route 172.17.0.46/32 -> 10.0.0.255:
93522026-08-25T03:28:41.455Zfreemap_route_ipv4
93532026-08-25T03:28:41.455ZAug 25 03:28:40.334 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 03:28:40.334
93542026-08-25T03:28:41.455ZDEBG Aug 25 03:28:40.334reset freemap , DEBGunit Aug 25 03:28:40.334replacing 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 } }] :
93552026-08-25T03:28:41.455Z INFOfreemap_route_ipv4
93562026-08-25T03:28:41.455Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
93572026-08-25T03:28:41.455ZAug 25 03:28:40.334 INFO adding route 172.17.0.47/32 -> 10.0.0.255
93582026-08-25T03:28:41.455ZAug 25 03:28:40.334 Aug 25 03:28:40.334DEBG 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 } }]
93592026-08-25T03:28:41.455Zinitted freemap. size: 64, unit: Aug 25 03:28:40.334 Aug 25 03:28:40.334replacing 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 } }]freemap_route_ipv6DEBG
93602026-08-25T03:28:41.455Z
93612026-08-25T03:28:41.455ZINFOreplacing 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 } }]
93622026-08-25T03:28:41.455Zadding route 172.17.0.48/32 -> 10.0.0.255
93632026-08-25T03:28:41.455ZAug 25 03:28:40.334Aug 25 03:28:40.334 INFODEBG Aug 25 03:28:40.334adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
93642026-08-25T03:28:41.455ZINFO Aug 25 03:28:40.334 adding route 172.17.0.43/32 -> 10.0.0.255reset freemap
93652026-08-25T03:28:41.455Z, Aug 25 03:28:40.334unit : DEBGfreemap_route_ipv6DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
93662026-08-25T03:28:41.455Z
93672026-08-25T03:28:41.455ZAug 25 03:28:40.334
93682026-08-25T03:28:41.455Z 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 } }]
93692026-08-25T03:28:41.455ZAug 25 03:28:40.334Aug 25 03:28:40.334 INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 03:28:40.334
93702026-08-25T03:28:41.455Z adding route 172.17.0.49/32 -> 10.0.0.255INFOAug 25 03:28:40.334
93712026-08-25T03:28:41.455Z
93722026-08-25T03:28:41.455Zadding route 172.17.0.44/32 -> 10.0.0.255
93732026-08-25T03:28:41.455Z INFOAug 25 03:28:40.334 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
93742026-08-25T03:28:41.455Zreplacing 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 } }]
93752026-08-25T03:28:41.455ZAug 25 03:28:40.334 Aug 25 03:28:40.334Aug 25 03:28:40.334Aug 25 03:28:40.334DEBG Aug 25 03:28:40.334DEBGDEBGreplacing 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
93762026-08-25T03:28:41.455Zreplacing 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 } }]
93772026-08-25T03:28:41.455ZDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
93782026-08-25T03:28:41.455ZAug 25 03:28:40.334
93792026-08-25T03:28:41.455Z INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.334
93802026-08-25T03:28:41.455Zadding route 172.17.0.45/32 -> 10.0.0.255 Aug 25 03:28:40.334
93812026-08-25T03:28:41.456ZINFOAug 25 03:28:40.334 DEBG Aug 25 03:28:40.334replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 03:28:40.334
93822026-08-25T03:28:41.456Z
93832026-08-25T03:28:41.456ZDEBGadding route 172.17.0.50/32 -> 10.0.0.255
93842026-08-25T03:28:41.456ZINFOAug 25 03:28:40.334replacing 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 } }]
93852026-08-25T03:28:41.456Ztest route::tests::delete_target_fragmented ... ok
93862026-08-25T03:28:41.456ZINFO Aug 25 03:28:40.334adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 03:28:40.335
93872026-08-25T03:28:41.456Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
93882026-08-25T03:28:41.456ZDEBG
93892026-08-25T03:28:41.456Z Aug 25 03:28:40.335Aug 25 03:28:40.335replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG Aug 25 03:28:40.335Aug 25 03:28:40.335 DEBGDEBGreplacing 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 } }]
93902026-08-25T03:28:41.456Z
93912026-08-25T03:28:41.456Z 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 } }]
93922026-08-25T03:28:41.456Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 03:28:40.344
93932026-08-25T03:28:41.456Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
93942026-08-25T03:28:41.456ZAug 25 03:28:40.344 INFOAug 25 03:28:40.344 Aug 25 03:28:40.344adding route 172.17.0.51/32 -> 10.0.0.255 DEBG
93952026-08-25T03:28:41.456ZINFO Aug 25 03:28:40.344adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
93962026-08-25T03:28:41.456ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
93972026-08-25T03:28:41.456ZAug 25 03:28:40.344Aug 25 03:28:40.344 DEBGDEBG Aug 25 03:28:40.344replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93982026-08-25T03:28:41.456Z
93992026-08-25T03:28:41.456ZDEBGAug 25 03:28:40.344Aug 25 03:28:40.344 INFO INFODEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
94002026-08-25T03:28:41.456Z
94012026-08-25T03:28:41.456Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing 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 } }]
94022026-08-25T03:28:41.456Z
94032026-08-25T03:28:41.456ZAug 25 03:28:40.344 Aug 25 03:28:40.344INFO Aug 25 03:28:40.344 DEBG adding route 172.17.0.1/32 -> 10.0.0.255
94042026-08-25T03:28:41.456ZDEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
94052026-08-25T03:28:41.456Z
94062026-08-25T03:28:41.456ZAug 25 03:28:40.344Aug 25 03:28:40.344 Aug 25 03:28:40.344 DEBGINFOINFO Aug 25 03:28:40.344adding route 172.17.0.27/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 } }]
94072026-08-25T03:28:41.456Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
94082026-08-25T03:28:41.456Z
94092026-08-25T03:28:41.456Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 25 03:28:40.344
94102026-08-25T03:28:41.456ZAug 25 03:28:40.344 DEBG Aug 25 03:28:40.344 Aug 25 03:28:40.344INFO 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 } }]
94112026-08-25T03:28:41.456Z adding route 172.17.0.2/32 -> 10.0.0.255DEBGDEBG 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 } }]
94122026-08-25T03:28:41.456Z
94132026-08-25T03:28:41.456Zreplacing 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 } }]
94142026-08-25T03:28:41.456ZAug 25 03:28:40.344Aug 25 03:28:40.344 INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 25 03:28:40.344
94152026-08-25T03:28:41.465ZAug 25 03:28:40.344 adding route 172.17.0.28/32 -> 10.0.0.255INFO Aug 25 03:28:40.344DEBGadding route 172.17.0.54/32 -> 10.0.0.255
94162026-08-25T03:28:41.465Z 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 } }]
94172026-08-25T03:28:41.465Z
94182026-08-25T03:28:41.465ZDEBG 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 } }]
94192026-08-25T03:28:41.465ZAug 25 03:28:40.344Aug 25 03:28:40.344 Aug 25 03:28:40.344DEBG DEBGINFO Aug 25 03:28:40.344replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
94202026-08-25T03:28:41.465ZINFO
94212026-08-25T03:28:41.465Z adding route 172.17.0.3/32 -> 10.0.0.255
94222026-08-25T03:28:41.465ZAug 25 03:28:40.345 Aug 25 03:28:40.345Aug 25 03:28:40.345 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 } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94232026-08-25T03:28:41.465Z
94242026-08-25T03:28:41.465Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
94252026-08-25T03:28:41.465Z
94262026-08-25T03:28:41.465ZAug 25 03:28:40.345 Aug 25 03:28:40.345INFO INFOAug 25 03:28:40.345adding route 172.17.0.55/32 -> 10.0.0.255 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
94272026-08-25T03:28:41.465Z
94282026-08-25T03:28:41.465ZAug 25 03:28:40.345replacing 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 } }]
94292026-08-25T03:28:41.465ZINFOAug 25 03:28:40.345 adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 25 03:28:40.345
94302026-08-25T03:28:41.465Z DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94312026-08-25T03:28:41.465Zreplacing 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 } }]
94322026-08-25T03:28:41.465ZAug 25 03:28:40.345Aug 25 03:28:40.345 Aug 25 03:28:40.345INFO DEBGAug 25 03:28:40.345 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }]
94332026-08-25T03:28:41.465Z
94342026-08-25T03:28:41.465Zadding route 172.17.0.30/32 -> 10.0.0.255
94352026-08-25T03:28:41.465ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 03:28:40.345Aug 25 03:28:40.345
94362026-08-25T03:28:41.465Z INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing 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 } }]
94372026-08-25T03:28:41.465Z
94382026-08-25T03:28:41.465ZAug 25 03:28:40.345 Aug 25 03:28:40.345 DEBGAug 25 03:28:40.345DEBGAug 25 03:28:40.345 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 } }] DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94392026-08-25T03:28:41.465Z
94402026-08-25T03:28:41.465Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
94412026-08-25T03:28:41.466Z
94422026-08-25T03:28:41.466ZAug 25 03:28:40.345 Aug 25 03:28:40.345INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 Aug 25 03:28:40.345
94432026-08-25T03:28:41.466Zadding route 172.17.0.31/32 -> 10.0.0.255
94442026-08-25T03:28:41.466ZAug 25 03:28:40.345INFOAug 25 03:28:40.345 adding route 172.17.0.6/32 -> 10.0.0.255
94452026-08-25T03:28:41.466ZDEBGDEBG 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 25 03:28:40.345 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
94462026-08-25T03:28:41.466Z
94472026-08-25T03:28:41.466Z 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 25 03:28:40.345
94482026-08-25T03:28:41.466Z 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 25 03:28:40.345
94492026-08-25T03:28:41.466Z Aug 25 03:28:40.345INFO Aug 25 03:28:40.345INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
94502026-08-25T03:28:41.466Z
94512026-08-25T03:28:41.466ZAug 25 03:28:40.345INFO adding route 172.17.0.32/32 -> 10.0.0.255INFO
94522026-08-25T03:28:41.466ZAug 25 03:28:40.345adding route 172.17.0.7/32 -> 10.0.0.255
94532026-08-25T03:28:41.466ZDEBGAug 25 03:28:40.345Aug 25 03:28:40.345 DEBGDEBGreplacing 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 25 03:28:40.345 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.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 } }]
94542026-08-25T03:28:41.466Z
94552026-08-25T03:28:41.466ZDEBG
94562026-08-25T03:28:41.466Zreplacing 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 25 03:28:40.345
94572026-08-25T03:28:41.466ZAug 25 03:28:40.345 INFOAug 25 03:28:40.345 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOINFO
94582026-08-25T03:28:41.466Z adding route 172.17.0.33/32 -> 10.0.0.255
94592026-08-25T03:28:41.466Zadding route 172.17.0.59/32 -> 10.0.0.255
94602026-08-25T03:28:41.466ZAug 25 03:28:40.345Aug 25 03:28:40.345Aug 25 03:28:40.345 DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94612026-08-25T03:28:41.466ZDEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94622026-08-25T03:28:41.466ZAug 25 03:28:40.345
94632026-08-25T03:28:41.466ZDEBG Aug 25 03:28:40.345replacing 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 25 03:28:40.345
94642026-08-25T03:28:41.466Z INFODEBG Aug 25 03:28:40.345replacing 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 25 03:28:40.345adding route 172.17.0.34/32 -> 10.0.0.255
94652026-08-25T03:28:41.466ZINFO
94662026-08-25T03:28:41.466Z INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
94672026-08-25T03:28:41.466Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 25 03:28:40.345
94682026-08-25T03:28:41.466Z INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 03:28:40.345
94692026-08-25T03:28:41.466ZAug 25 03:28:40.345 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94702026-08-25T03:28:41.466ZAug 25 03:28:40.345Aug 25 03:28:40.345 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 } }] DEBGDEBG
94712026-08-25T03:28:41.466ZAug 25 03:28:40.345 INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94722026-08-25T03:28:41.466Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 03:28:40.345
94732026-08-25T03:28:41.466Z
94742026-08-25T03:28:41.466ZINFO Aug 25 03:28:40.345adding route 172.17.0.35/32 -> 10.0.0.255 Aug 25 03:28:40.345Aug 25 03:28:40.345
94752026-08-25T03:28:41.466ZINFO DEBG DEBGfailed to allocate space for the new target listAug 25 03:28:40.345
94762026-08-25T03:28:41.467Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
94772026-08-25T03:28:41.467Z
94782026-08-25T03:28:41.467ZDEBG 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 } }]
94792026-08-25T03:28:41.467ZAug 25 03:28:40.345 Aug 25 03:28:40.345DEBG Aug 25 03:28:40.345 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 } }]INFOAug 25 03:28:40.345
94802026-08-25T03:28:41.467Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
94812026-08-25T03:28:41.467Z
94822026-08-25T03:28:41.467Z
94832026-08-25T03:28:41.467ZINFOAug 25 03:28:40.345 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
94842026-08-25T03:28:41.467ZAug 25 03:28:40.345INFO Aug 25 03:28:40.345adding route 172.17.0.11/32 -> 10.0.0.255INFOAug 25 03:28:40.345
94852026-08-25T03:28:41.467Z DEBG adding route 172.17.0.48/32 -> 10.0.0.255 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94862026-08-25T03:28:41.467Z
94872026-08-25T03:28:41.467Z Aug 25 03:28:40.345replacing 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 } }]
94882026-08-25T03:28:41.467ZDEBGAug 25 03:28:40.345 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 25 03:28:40.345
94892026-08-25T03:28:41.467Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94902026-08-25T03:28:41.467ZAug 25 03:28:40.345 INFOadding route 172.17.0.37/32 -> 10.0.0.255
94912026-08-25T03:28:41.467ZAug 25 03:28:40.345adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 03:28:40.345 INFOINFOAug 25 03:28:40.345
94922026-08-25T03:28:41.467Zadding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255
94932026-08-25T03:28:41.467ZDEBG 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 } }]
94942026-08-25T03:28:41.467Z
94952026-08-25T03:28:41.467Ztest route::tests::add_target_fails_full ... ok
94962026-08-25T03:28:41.467ZAug 25 03:28:40.345 Aug 25 03:28:40.345DEBGAug 25 03:28:40.345 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 } }]
94972026-08-25T03:28:41.467ZAug 25 03:28:40.345 DEBGINFO Aug 25 03:28:40.345replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255
94982026-08-25T03:28:41.467ZINFO
94992026-08-25T03:28:41.467Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
95002026-08-25T03:28:41.467ZAug 25 03:28:40.345 INFOAug 25 03:28:40.345Aug 25 03:28:40.345 DEBGadding route 172.17.0.13/32 -> 10.0.0.255
95012026-08-25T03:28:41.467ZDEBG 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 } }]
95022026-08-25T03:28:41.467Zreplacing 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 25 03:28:40.345
95032026-08-25T03:28:41.467Z DEBG Aug 25 03:28:40.345replacing 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 } }]
95042026-08-25T03:28:41.467ZINFOAug 25 03:28:40.345 INFOadding route 172.17.0.39/32 -> 10.0.0.255
95052026-08-25T03:28:41.467ZAug 25 03:28:40.345adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
95062026-08-25T03:28:41.467ZINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 03:28:40.345
95072026-08-25T03:28:41.467Z DEBGAug 25 03:28:40.345 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 25 03:28:40.345 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 } }]
95082026-08-25T03:28:41.467ZDEBG
95092026-08-25T03:28:41.467ZAug 25 03:28:40.356 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
95102026-08-25T03:28:41.467Z adding route 172.17.0.15/32 -> 10.0.0.255
95112026-08-25T03:28:41.467ZAug 25 03:28:40.356 INFOAug 25 03:28:40.356 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
95122026-08-25T03:28:41.467Zreplacing 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 } }]
95132026-08-25T03:28:41.467ZAug 25 03:28:40.356 Aug 25 03:28:40.356Aug 25 03:28:40.356 INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95142026-08-25T03:28:41.468ZINFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
95152026-08-25T03:28:41.472Zreplacing 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 } }]
95162026-08-25T03:28:41.472Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
95172026-08-25T03:28:41.472ZAug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356 DEBGINFO INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
95182026-08-25T03:28:41.472Z
95192026-08-25T03:28:41.472Z
95202026-08-25T03:28:41.472ZDEBG 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 25 03:28:40.356Aug 25 03:28:40.356
95212026-08-25T03:28:41.472Z Aug 25 03:28:40.356 INFODEBG DEBG adding route 172.17.0.17/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 } }]
95222026-08-25T03:28:41.472Z
95232026-08-25T03:28:41.472Zreplacing 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 25 03:28:40.356
95242026-08-25T03:28:41.472Z INFOAug 25 03:28:40.356 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
95252026-08-25T03:28:41.472Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 25 03:28:40.356Aug 25 03:28:40.356
95262026-08-25T03:28:41.472Z INFODEBG Aug 25 03:28:40.356adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95272026-08-25T03:28:41.472Z
95282026-08-25T03:28:41.472ZAug 25 03:28:40.356 DEBG 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 } }]
95292026-08-25T03:28:41.472ZAug 25 03:28:40.356replacing 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 } }]
95302026-08-25T03:28:41.472ZDEBGAug 25 03:28:40.356 INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95312026-08-25T03:28:41.472Zadding route 172.17.0.18/32 -> 10.0.0.255
95322026-08-25T03:28:41.472ZAug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356INFO INFOINFO Aug 25 03:28:40.356adding route 172.17.0.43/32 -> 10.0.0.255 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255
95332026-08-25T03:28:41.472Z
95342026-08-25T03:28:41.472Z
95352026-08-25T03:28:41.472Z 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 } }]
95362026-08-25T03:28:41.472ZAug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBGDEBG INFO 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 } }]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 } }]
95372026-08-25T03:28:41.472Zadding route 172.17.0.19/32 -> 10.0.0.255
95382026-08-25T03:28:41.472Z
95392026-08-25T03:28:41.472Zreplacing 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 } }]
95402026-08-25T03:28:41.473ZAug 25 03:28:40.356 INFOAug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBGINFOadding route 172.17.0.53/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 } }]
95412026-08-25T03:28:41.473Z
95422026-08-25T03:28:41.473ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.44/32 -> 10.0.0.255
95432026-08-25T03:28:41.473ZAug 25 03:28:40.356Aug 25 03:28:40.356
95442026-08-25T03:28:41.473ZINFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95452026-08-25T03:28:41.473Z
95462026-08-25T03:28:41.473ZAug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBGDEBGAug 25 03:28:40.356DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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.54/32 -> 10.0.0.255
95472026-08-25T03:28:41.473Z
95482026-08-25T03:28:41.473Z
95492026-08-25T03:28:41.473Zreplacing 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 } }]
95502026-08-25T03:28:41.473ZAug 25 03:28:40.356Aug 25 03:28:40.356 Aug 25 03:28:40.356Aug 25 03:28:40.356INFO INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255
95512026-08-25T03:28:41.473Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.21/32 -> 10.0.0.255
95522026-08-25T03:28:41.473Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
95532026-08-25T03:28:41.473ZAug 25 03:28:40.356
95542026-08-25T03:28:41.473Z DEBG Aug 25 03:28:40.356replacing 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 25 03:28:40.356
95552026-08-25T03:28:41.473ZDEBG 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 25 03:28:40.356INFO
95562026-08-25T03:28:41.473Z DEBGadding route 172.17.0.55/32 -> 10.0.0.255Aug 25 03:28:40.356
95572026-08-25T03:28:41.473Z 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 } }]
95582026-08-25T03:28:41.473ZAug 25 03:28:40.356INFO Aug 25 03:28:40.356INFO adding route 172.17.0.22/32 -> 10.0.0.255DEBGadding route 172.17.0.46/32 -> 10.0.0.255
95592026-08-25T03:28:41.473Z Aug 25 03:28:40.356replacing 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 } }]
95602026-08-25T03:28:41.473Z
95612026-08-25T03:28:41.473Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 03:28:40.356
95622026-08-25T03:28:41.473ZAug 25 03:28:40.356 Aug 25 03:28:40.356 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95632026-08-25T03:28:41.473Zadding route 172.17.0.56/32 -> 10.0.0.255
95642026-08-25T03:28:41.473Zreplacing 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 25 03:28:40.356
95652026-08-25T03:28:41.473Z DEBG Aug 25 03:28:40.356replacing 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 25 03:28:40.356Aug 25 03:28:40.356
95662026-08-25T03:28:41.473ZINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
95672026-08-25T03:28:41.473Zreplacing 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
95682026-08-25T03:28:41.473Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 25 03:28:40.356
95692026-08-25T03:28:41.473Z Aug 25 03:28:40.356Aug 25 03:28:40.356 INFO INFODEBG Aug 25 03:28:40.356adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
95702026-08-25T03:28:41.473ZDEBGadding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95712026-08-25T03:28:41.473Z
95722026-08-25T03:28:41.473Zreplacing 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 25 03:28:40.356
95732026-08-25T03:28:41.473Z DEBGAug 25 03:28:40.356 Aug 25 03:28:40.356INFO Aug 25 03:28:40.356DEBGadding route 172.17.0.24/32 -> 10.0.0.255
95742026-08-25T03:28:41.473Z INFO 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:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
95752026-08-25T03:28:41.473ZAug 25 03:28:40.356
95762026-08-25T03:28:41.473Z
95772026-08-25T03:28:41.473Z DEBG Aug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 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 } }] INFO
95782026-08-25T03:28:41.473Z 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 } }]DEBGadding route 172.17.0.58/32 -> 10.0.0.255
95792026-08-25T03:28:41.473Z
95802026-08-25T03:28:41.474Z failed to allocate space for the new target list
95812026-08-25T03:28:41.474ZAug 25 03:28:40.356 Aug 25 03:28:40.356INFO Aug 25 03:28:40.356 Aug 25 03:28:40.356DEBGINFO 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.49/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255
95822026-08-25T03:28:41.474Z
95832026-08-25T03:28:41.474Z
95842026-08-25T03:28:41.474Z replacing targets for 3fff:dead::/64 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 } }]
95852026-08-25T03:28:41.474ZAug 25 03:28:40.356 INFOAug 25 03:28:40.356 adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 03:28:40.356
95862026-08-25T03:28:41.474Z DEBG 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 } }]
95872026-08-25T03:28:41.474Zreplacing 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 25 03:28:40.356
95882026-08-25T03:28:41.474Z DEBG Aug 25 03:28:40.356replacing 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 25 03:28:40.356
95892026-08-25T03:28:41.474Z INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
95902026-08-25T03:28:41.474ZAug 25 03:28:40.356adding route 172.17.0.26/32 -> 10.0.0.255 INFO
95912026-08-25T03:28:41.474Z adding route 172.17.0.60/32 -> 10.0.0.255
95922026-08-25T03:28:41.474ZAug 25 03:28:40.356Aug 25 03:28:40.356 DEBGDEBG Aug 25 03:28:40.356replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95932026-08-25T03:28:41.474ZDEBG 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 } }]
95942026-08-25T03:28:41.474Z
95952026-08-25T03:28:41.474ZAug 25 03:28:40.356 INFO Aug 25 03:28:40.356Aug 25 03:28:40.356 adding route 172.17.0.27/32 -> 10.0.0.255INFO
95962026-08-25T03:28:41.474Z INFOadding route 172.17.0.61/32 -> 10.0.0.255
95972026-08-25T03:28:41.474Zadding route 172.17.0.51/32 -> 10.0.0.255
95982026-08-25T03:28:41.474ZAug 25 03:28:40.356 DEBGAug 25 03:28:40.356 Aug 25 03:28:40.356DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]DEBG
95992026-08-25T03:28:41.474Z
96002026-08-25T03:28:41.474Z 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 } }]
96012026-08-25T03:28:41.474ZAug 25 03:28:40.356Aug 25 03:28:40.356 INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255
96022026-08-25T03:28:41.474ZAug 25 03:28:40.356adding route 172.17.0.28/32 -> 10.0.0.255
96032026-08-25T03:28:41.474ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
96042026-08-25T03:28:41.474Ztest route::tests::delete_targets_fragmented ... ok
96052026-08-25T03:28:41.474ZAug 25 03:28:40.356Aug 25 03:28:40.356 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 25 03:28:40.356
96062026-08-25T03:28:41.474Z
96072026-08-25T03:28:41.474Z 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 } }]
96082026-08-25T03:28:41.474ZAug 25 03:28:40.356Aug 25 03:28:40.356 INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 25 03:28:40.356adding route 172.17.0.29/32 -> 10.0.0.255
96092026-08-25T03:28:41.474Z
96102026-08-25T03:28:41.474ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
96112026-08-25T03:28:41.474ZAug 25 03:28:40.356Aug 25 03:28:40.356 DEBGAug 25 03:28:40.356 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 } }] 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 } }]
96122026-08-25T03:28:41.474Zreplacing 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 } }]
96132026-08-25T03:28:41.474Z
96142026-08-25T03:28:41.474ZAug 25 03:28:40.356Aug 25 03:28:40.356Aug 25 03:28:40.356 DEBG INFO failed to allocate space for the new target listINFOadding route 172.17.0.54/32 -> 10.0.0.255
96152026-08-25T03:28:41.479Z
96162026-08-25T03:28:41.479Z adding route 172.17.0.30/32 -> 10.0.0.255
96172026-08-25T03:28:41.479ZAug 25 03:28:40.356 Aug 25 03:28:40.356DEBG DEBGAug 25 03:28:40.356 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
96182026-08-25T03:28:41.479ZDEBG
96192026-08-25T03:28:41.479Z 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 } }]
96202026-08-25T03:28:41.479ZAug 25 03:28:40.356Aug 25 03:28:40.356 DEBGINFOAug 25 03:28:40.356 adding route 172.17.0.55/32 -> 10.0.0.255
96212026-08-25T03:28:41.479Zfailed to allocate space for the new target listINFO
96222026-08-25T03:28:41.479Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 25 03:28:40.356
96232026-08-25T03:28:41.479Z 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 25 03:28:40.356 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 25 03:28:40.357
96242026-08-25T03:28:41.479Z DEBG created new freemap
96252026-08-25T03:28:41.479Z, Aug 25 03:28:40.364unit :INFO freemap_route_ipv4adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 03:28:40.364
96262026-08-25T03:28:41.479Z INFO
96272026-08-25T03:28:41.479Z adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 03:28:40.364
96282026-08-25T03:28:41.479Z 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 } }]
96292026-08-25T03:28:41.479ZAug 25 03:28:40.364 DEBG Aug 25 03:28:40.364replacing 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 } }]
96302026-08-25T03:28:41.479ZAug 25 03:28:40.364DEBG INFO adding route 172.17.0.33/32 -> 10.0.0.255created new freemap
96312026-08-25T03:28:41.479Z, Aug 25 03:28:40.364unit: INFOAug 25 03:28:40.364freemap_route_ipv6
96322026-08-25T03:28:41.479Zadding route 172.17.0.57/32 -> 10.0.0.255DEBG
96332026-08-25T03:28:41.479Z 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 } }]
96342026-08-25T03:28:41.479ZAug 25 03:28:40.364Aug 25 03:28:40.364 Aug 25 03:28:40.364 INFODEBGDEBG initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255,
96352026-08-25T03:28:41.479Zreplacing 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 } }]unit
96362026-08-25T03:28:41.479Z: freemap_route_ipv4Aug 25 03:28:40.364
96372026-08-25T03:28:41.479Z Aug 25 03:28:40.364DEBG INFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96382026-08-25T03:28:41.479Z
96392026-08-25T03:28:41.479ZAug 25 03:28:40.364 DEBG reset freemapAug 25 03:28:40.364Aug 25 03:28:40.364, unit :DEBGINFO freemap_route_ipv4replacing 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 } }]
96402026-08-25T03:28:41.479Z
96412026-08-25T03:28:41.479Zadding route 172.17.0.35/32 -> 10.0.0.255
96422026-08-25T03:28:41.479ZAug 25 03:28:40.364Aug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFODEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255initted freemap. size: 64
96432026-08-25T03:28:41.479Z
96442026-08-25T03:28:41.479Z, unit: freemap_route_ipv6Aug 25 03:28:40.364Aug 25 03:28:40.364
96452026-08-25T03:28:41.479Z INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255Aug 25 03:28:40.364 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
96462026-08-25T03:28:41.479Z
96472026-08-25T03:28:41.479Zreset freemap, unit: Aug 25 03:28:40.364Aug 25 03:28:40.364 freemap_route_ipv6
96482026-08-25T03:28:41.479ZINFODEBG adding route 172.17.0.60/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 } }]
96492026-08-25T03:28:41.479Z
96502026-08-25T03:28:41.480ZAug 25 03:28:40.364 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 03:28:40.364Aug 25 03:28:40.364
96512026-08-25T03:28:41.480Z DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96522026-08-25T03:28:41.480Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 03:28:40.364
96532026-08-25T03:28:41.480Z DEBGAug 25 03:28:40.364 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
96542026-08-25T03:28:41.480ZAug 25 03:28:40.364 failed to allocate space for the new target list
96552026-08-25T03:28:41.480ZDEBGAug 25 03:28:40.364 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96562026-08-25T03:28:41.480Z adding route 172.16.0.0/32 -> 10.0.0.1
96572026-08-25T03:28:41.480ZAug 25 03:28:40.364 Aug 25 03:28:40.364DEBG Aug 25 03:28:40.364replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
96582026-08-25T03:28:41.480ZDEBG 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 } }]
96592026-08-25T03:28:41.480Zadding route 172.17.0.38/32 -> 10.0.0.255
96602026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
96612026-08-25T03:28:41.480Z
96622026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 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.39/32 -> 10.0.0.255
96632026-08-25T03:28:41.480Z
96642026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
96652026-08-25T03:28:41.480Z
96662026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96672026-08-25T03:28:41.480Z
96682026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
96692026-08-25T03:28:41.480Z
96702026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFODEBG adding route 172.17.0.41/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 } }]
96712026-08-25T03:28:41.480Z
96722026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
96732026-08-25T03:28:41.480Z
96742026-08-25T03:28:41.480ZAug 25 03:28:40.364 INFO adding route 172.17.0.42/32 -> 10.0.0.255
96752026-08-25T03:28:41.480ZAug 25 03:28:40.364 DEBGAug 25 03:28:40.364 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 } }]
96762026-08-25T03:28:41.480ZDEBG 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 } }]
96772026-08-25T03:28:41.480ZAug 25 03:28:40.364 Aug 25 03:28:40.364INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255
96782026-08-25T03:28:41.480Zadding route 172.17.0.43/32 -> 10.0.0.255
96792026-08-25T03:28:41.480Ztest route::tests::delete_target_full ... ok
96802026-08-25T03:28:41.480ZAug 25 03:28:40.364 Aug 25 03:28:40.364DEBG DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96812026-08-25T03:28:41.480Zreplacing 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 } }]
96822026-08-25T03:28:41.480ZAug 25 03:28:40.364 Aug 25 03:28:40.364INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255
96832026-08-25T03:28:41.480Zadding route 172.17.0.44/32 -> 10.0.0.255
96842026-08-25T03:28:41.480ZAug 25 03:28:40.364 Aug 25 03:28:40.364DEBG 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 } }]
96852026-08-25T03:28:41.480Zreplacing 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 } }]
96862026-08-25T03:28:41.480ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
96872026-08-25T03:28:41.481Z
96882026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 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.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 } }]
96892026-08-25T03:28:41.481Z
96902026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
96912026-08-25T03:28:41.481Z
96922026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96932026-08-25T03:28:41.481Z
96942026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
96952026-08-25T03:28:41.481Z
96962026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96972026-08-25T03:28:41.481Z
96982026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
96992026-08-25T03:28:41.481Z
97002026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97012026-08-25T03:28:41.481Z
97022026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
97032026-08-25T03:28:41.481Z
97042026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 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.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 } }]
97052026-08-25T03:28:41.481Z
97062026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
97072026-08-25T03:28:41.481Z
97082026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
97092026-08-25T03:28:41.481Z
97102026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
97112026-08-25T03:28:41.481Z
97122026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97132026-08-25T03:28:41.481Z
97142026-08-25T03:28:41.481ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
97152026-08-25T03:28:41.486Z
97162026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97172026-08-25T03:28:41.486Z
97182026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
97192026-08-25T03:28:41.486Z
97202026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97212026-08-25T03:28:41.486Z
97222026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
97232026-08-25T03:28:41.486Z
97242026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97252026-08-25T03:28:41.486Z
97262026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
97272026-08-25T03:28:41.486Z
97282026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97292026-08-25T03:28:41.486Z
97302026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
97312026-08-25T03:28:41.486Z
97322026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97332026-08-25T03:28:41.486Z
97342026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
97352026-08-25T03:28:41.486Z
97362026-08-25T03:28:41.486ZAug 25 03:28:40.364Aug 25 03:28:40.364 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97372026-08-25T03:28:41.486Z
97382026-08-25T03:28:41.487ZAug 25 03:28:40.364Aug 25 03:28:40.364 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
97392026-08-25T03:28:41.487Z
97402026-08-25T03:28:41.487ZAug 25 03:28:40.364Aug 25 03:28:40.364 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 } }]
97412026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97422026-08-25T03:28:41.487ZAug 25 03:28:40.371 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 } }]
97432026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97442026-08-25T03:28:41.487Z Aug 25 03:28:40.371DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97452026-08-25T03:28:41.487Zreplacing 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 } }]
97462026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
97472026-08-25T03:28:41.487Z
97482026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97492026-08-25T03:28:41.487Z
97502026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
97512026-08-25T03:28:41.487Z
97522026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97532026-08-25T03:28:41.487Z
97542026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
97552026-08-25T03:28:41.487Z
97562026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97572026-08-25T03:28:41.487Z
97582026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
97592026-08-25T03:28:41.487Z
97602026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG 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 } }]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 } }]
97612026-08-25T03:28:41.487Z
97622026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.24/32 -> 10.0.0.255
97632026-08-25T03:28:41.487Z
97642026-08-25T03:28:41.487ZAug 25 03:28:40.371Aug 25 03:28:40.371 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }]
97652026-08-25T03:28:41.487Z
97662026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97672026-08-25T03:28:41.487ZAug 25 03:28:40.371 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 } }]
97682026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97692026-08-25T03:28:41.487ZAug 25 03:28:40.371 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 } }]
97702026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97712026-08-25T03:28:41.487ZAug 25 03:28:40.371 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 } }]
97722026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97732026-08-25T03:28:41.487ZAug 25 03:28:40.371 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 } }]
97742026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97752026-08-25T03:28:41.487ZAug 25 03:28:40.371 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 } }]
97762026-08-25T03:28:41.487ZAug 25 03:28:40.371 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97772026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97782026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97792026-08-25T03:28:41.488ZAug 25 03:28:40.371 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97802026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97812026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97822026-08-25T03:28:41.488Ztest route::tests::delete_targets_full ... ok
97832026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97842026-08-25T03:28:41.488Z
97852026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97862026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97872026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97882026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97892026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97902026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97912026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97922026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97932026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97942026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97952026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97962026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97972026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
97982026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.40/32 -> 10.0.0.255
97992026-08-25T03:28:41.488ZAug 25 03:28:40.371 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 } }]
98002026-08-25T03:28:41.488Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
98012026-08-25T03:28:41.488Z
98022026-08-25T03:28:41.488ZAug 25 03:28:40.371 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98032026-08-25T03:28:41.488ZAug 25 03:28:40.378 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 } }]
98042026-08-25T03:28:41.488ZAug 25 03:28:40.378 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98052026-08-25T03:28:41.488ZAug 25 03:28:40.378 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 } }]
98062026-08-25T03:28:41.488ZAug 25 03:28:40.378 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98072026-08-25T03:28:41.488ZAug 25 03:28:40.378 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 } }]
98082026-08-25T03:28:41.488ZAug 25 03:28:40.378 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98092026-08-25T03:28:41.488ZAug 25 03:28:40.378 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 } }]
98102026-08-25T03:28:41.488ZAug 25 03:28:40.378 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98112026-08-25T03:28:41.488ZAug 25 03:28:40.378 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 } }]
98122026-08-25T03:28:41.488ZAug 25 03:28:40.378 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98132026-08-25T03:28:41.488ZAug 25 03:28:40.378 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 } }]
98142026-08-25T03:28:41.488ZAug 25 03:28:40.378 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98152026-08-25T03:28:41.492ZAug 25 03:28:40.378 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 } }]
98162026-08-25T03:28:41.492ZAug 25 03:28:40.378 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98172026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98182026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98192026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98202026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98212026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98222026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98232026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98242026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98252026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98262026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98272026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98282026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98292026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98302026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98312026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98322026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98332026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98342026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98352026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98362026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98372026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98382026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98392026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98402026-08-25T03:28:41.493ZAug 25 03:28:40.378 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98412026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98422026-08-25T03:28:41.493ZAug 25 03:28:40.378 DEBG failed to allocate space for the new target list
98432026-08-25T03:28:41.493ZAug 25 03:28:40.378 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 } }]
98442026-08-25T03:28:41.493Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9520c444227bdb03)
98452026-08-25T03:28:41.493Z
98462026-08-25T03:28:41.493Zrunning 0 tests
98472026-08-25T03:28:41.493Z
98482026-08-25T03:28:41.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98492026-08-25T03:28:41.493Z
98502026-08-25T03:28:41.493Z Running unittests src/lib.rs (target/debug/deps/dpd_api-4f2fda97f8d9694e)
98512026-08-25T03:28:41.493Z
98522026-08-25T03:28:41.493Zrunning 0 tests
98532026-08-25T03:28:41.493Z
98542026-08-25T03:28:41.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-08-25T03:28:41.494Z
98562026-08-25T03:28:41.494Z Running unittests src/lib.rs (target/debug/deps/dpd_client-8293b793f42af55d)
98572026-08-25T03:28:41.494Z
98582026-08-25T03:28:41.494Zrunning 6 tests
98592026-08-25T03:28:41.494Ztest tests::test_parse_client_port_id ... ok
98602026-08-25T03:28:41.494Ztest tests::test_port_id_cmp ... ok
98612026-08-25T03:28:41.494Ztest tests::test_full_lot_id_neither_present ... ok
98622026-08-25T03:28:41.494Ztest tests::test_full_lot_id_lot_only ... ok
98632026-08-25T03:28:41.494Ztest tests::test_full_lot_id_both_present ... ok
98642026-08-25T03:28:41.494Ztest tests::test_full_lot_id_lotnum_only ... ok
98652026-08-25T03:28:41.494Z
98662026-08-25T03:28:41.494Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98672026-08-25T03:28:41.494Z
98682026-08-25T03:28:41.494Z Running tests/test_all.rs (target/debug/deps/test_all-b533927758402f89)
98692026-08-25T03:28:41.494Z
98702026-08-25T03:28:41.494Zrunning 6 tests
98712026-08-25T03:28:44.498Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98722026-08-25T03:28:44.501Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98732026-08-25T03:28:44.501Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98742026-08-25T03:28:44.506Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98752026-08-25T03:28:44.836Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98762026-08-25T03:28:46.004Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98772026-08-25T03:28:46.004Z
98782026-08-25T03:28:46.004Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.52s
98792026-08-25T03:28:46.004Z
98802026-08-25T03:28:46.011Z Running unittests src/lib.rs (target/debug/deps/dpd_types-138bcd8864049504)
98812026-08-25T03:28:46.016Z
98822026-08-25T03:28:46.016Zrunning 0 tests
98832026-08-25T03:28:46.016Z
98842026-08-25T03:28:46.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852026-08-25T03:28:46.016Z
98862026-08-25T03:28:46.019Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-4afcefa0937d5f35)
98872026-08-25T03:28:46.038Z
98882026-08-25T03:28:46.038Zrunning 15 tests
98892026-08-25T03:28:46.041Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98902026-08-25T03:28:46.041Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98912026-08-25T03:28:46.041Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98922026-08-25T03:28:46.041Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98932026-08-25T03:28:46.041Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98942026-08-25T03:28:46.041Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98952026-08-25T03:28:46.042Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98962026-08-25T03:28:46.042Ztest v1::network::tests::test_equal ... ok
98972026-08-25T03:28:46.042Ztest v1::network::tests::test_into ... ok
98982026-08-25T03:28:46.042Ztest v1::network::tests::test_to_string ... ok
98992026-08-25T03:28:46.042Ztest v1::network::tests::test_not_equal ... ok
99002026-08-25T03:28:46.042Ztest v1::network::tests::test_eui64 ... ok
99012026-08-25T03:28:46.042Ztest v1::port::tests::port_ids_are_ascii ... ok
99022026-08-25T03:28:46.042Ztest v1::network::tests::test_parse ... ok
99032026-08-25T03:28:46.044Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99042026-08-25T03:28:46.044Z
99052026-08-25T03:28:46.044Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99062026-08-25T03:28:46.045Z
99072026-08-25T03:28:46.047Z Running unittests src/lib.rs (target/debug/deps/packet-da3ee8e7d8962834)
99082026-08-25T03:28:46.071Z
99092026-08-25T03:28:46.071Zrunning 12 tests
99102026-08-25T03:28:46.074Ztest pbuf::test_byte ... ok
99112026-08-25T03:28:46.074Ztest lldp::test_lldp_parse ... ok
99122026-08-25T03:28:46.074Ztest ipv6::test_ipv6_parse ... ok
99132026-08-25T03:28:46.074Ztest icmp::test_v6_checksum ... ok
99142026-08-25T03:28:46.074Ztest icmp::test_v4_checksum ... ok
99152026-08-25T03:28:46.074Ztest pbuf::test_nibble ... ok
99162026-08-25T03:28:46.074Ztest pbuf::test_short ... ok
99172026-08-25T03:28:46.074Ztest pbuf::test_twelve ... ok
99182026-08-25T03:28:46.074Ztest pbuf::test_overflow ... ok
99192026-08-25T03:28:46.074Ztest pbuf::test_word ... ok
99202026-08-25T03:28:46.074Ztest tcp::test_checksum_ack_data ... ok
99212026-08-25T03:28:46.074Ztest tcp::test_checksum_syn_nodata ... ok
99222026-08-25T03:28:46.074Z
99232026-08-25T03:28:46.074Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99242026-08-25T03:28:46.074Z
99252026-08-25T03:28:46.077Z Running unittests src/lib.rs (target/debug/deps/pcap-8092c19fba934e86)
99262026-08-25T03:28:46.081Z
99272026-08-25T03:28:46.081Zrunning 0 tests
99282026-08-25T03:28:46.081Z
99292026-08-25T03:28:46.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99302026-08-25T03:28:46.081Z
99312026-08-25T03:28:46.085Z Running unittests src/main.rs (target/debug/deps/swadm-d546f6d55e58d8f6)
99322026-08-25T03:28:46.088Z
99332026-08-25T03:28:46.088Zrunning 5 tests
99342026-08-25T03:28:46.088Ztest switchport::test::test_compute_lanes ... ok
99352026-08-25T03:28:46.088Ztest switchport::test::port_id_ordering ... ok
99362026-08-25T03:28:46.089Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2
99372026-08-25T03:28:46.089Z Lane 3 State: Activated
99382026-08-25T03:28:46.089Z Activated Rx Loss-of-lock: Yes Activated YesActivated
99392026-08-25T03:28:46.089ZYes Rx Output Enabled: false Yes
99402026-08-25T03:28:46.089Zfalse Rx Loss-of-signal: Yes false Yesfalse
99412026-08-25T03:28:46.089ZYes Rx Output Status: validYes
99422026-08-25T03:28:46.089Zvalid Rx CDR Enabled: Yesvalid Yesvalid
99432026-08-25T03:28:46.089Z Yes Rx Loss-of-lock: true Yestrue
99442026-08-25T03:28:46.089Z true Tx Enabled: Yes true
99452026-08-25T03:28:46.089ZYes Rx Loss-of-signal: false falseYes Yes
99462026-08-25T03:28:46.089Zfalse Tx Loss-of-lock: No false
99472026-08-25T03:28:46.089ZNo Rx Auto-squelch Disable: true No true No
99482026-08-25T03:28:46.089Ztrue Tx Loss-of-signal: Notrue
99492026-08-25T03:28:46.090ZNo Tx Output Enabled: true Notrue Notrue
99502026-08-25T03:28:46.090Z true Tx CDR Enabled: No
99512026-08-25T03:28:46.090Z Tx Output Status: invalidNo invalid No invalidNo
99522026-08-25T03:28:46.090Z invalid
99532026-08-25T03:28:46.090Z Tx Adaptive EQ Fault: No Tx Loss-of-lock: falseNo false No Nofalse
99542026-08-25T03:28:46.090Z false Tx Fault: Yes
99552026-08-25T03:28:46.090ZYes Tx Loss-of-signal: trueYes Yestrue
99562026-08-25T03:28:46.090Z true true
99572026-08-25T03:28:46.090ZTx Auto-squelch Disable: false false false false
99582026-08-25T03:28:46.090Z Tx Adaptive EQ Fail: true true true true
99592026-08-25T03:28:46.090Z Tx Failure: false false false false
99602026-08-25T03:28:46.090Z Tx Force Squelch: true true true true
99612026-08-25T03:28:46.090Z Tx Input Polarity: normal normal normal normal
99622026-08-25T03:28:46.090Ztest switchport::test::test_print_sff_datapath ... ok
99632026-08-25T03:28:46.090Ztest switchport::test::test_print_cmis_datapath ... ok
99642026-08-25T03:28:46.090Ztest link::test_filter ... ok
99652026-08-25T03:28:46.090Z
99662026-08-25T03:28:46.090Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99672026-08-25T03:28:46.090Z
99682026-08-25T03:28:46.094Z Running tests/counters.rs (target/debug/deps/counters-b079766e20f81dbb)
99692026-08-25T03:28:46.094Z
99702026-08-25T03:28:46.094Zrunning 1 test
99712026-08-25T03:28:46.094Ztest test_p4_counter_list ... ignored
99722026-08-25T03:28:46.094Z
99732026-08-25T03:28:46.094Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99742026-08-25T03:28:46.094Z
99752026-08-25T03:28:46.094Z Running tests/port-link.rs (target/debug/deps/port_link-9c804709760a5a9c)
99762026-08-25T03:28:46.097Z
99772026-08-25T03:28:46.097Zrunning 5 tests
99782026-08-25T03:28:46.097Ztest test_an ... ignored
99792026-08-25T03:28:46.097Ztest test_enable ... ignored
99802026-08-25T03:28:46.097Ztest test_ip_addresses ... ignored
99812026-08-25T03:28:46.097Ztest test_kr ... ignored
99822026-08-25T03:28:46.097Ztest test_mac ... ignored
99832026-08-25T03:28:46.097Z
99842026-08-25T03:28:46.097Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-25T03:28:46.097Z
99862026-08-25T03:28:46.097Z Running unittests src/main.rs (target/debug/deps/tfportd-4402f76622bf1769)
99872026-08-25T03:28:46.100Z
99882026-08-25T03:28:46.100Zrunning 3 tests
99892026-08-25T03:28:46.100Ztest linklocal::test_parse_ipadm ... ok
99902026-08-25T03:28:46.100Ztest tfport::test_parse_tfport ... ok
99912026-08-25T03:28:46.100Ztest config::tests::test_updates ... ok
99922026-08-25T03:28:46.100Z
99932026-08-25T03:28:46.101Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99942026-08-25T03:28:46.101Z
99952026-08-25T03:28:46.101Z Running unittests src/main.rs (target/debug/deps/uplinkd-a955275ec876e053)
99962026-08-25T03:28:46.106Z
99972026-08-25T03:28:46.106Zrunning 0 tests
99982026-08-25T03:28:46.109Z
99992026-08-25T03:28:46.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100002026-08-25T03:28:46.109Z
100012026-08-25T03:28:46.109Z Running unittests src/main.rs (target/debug/deps/xtask-9585e9929e1e4577)
100022026-08-25T03:28:46.112Z
100032026-08-25T03:28:46.112Zrunning 0 tests
100042026-08-25T03:28:46.112Z
100052026-08-25T03:28:46.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100062026-08-25T03:28:46.112Z
100072026-08-25T03:28:46.115Z Doc-tests aal
100082026-08-25T03:28:46.638Z
100092026-08-25T03:28:46.638Zrunning 0 tests
100102026-08-25T03:28:46.638Z
100112026-08-25T03:28:46.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100122026-08-25T03:28:46.641Z
100132026-08-25T03:28:46.665Z Doc-tests aal_macros
100142026-08-25T03:28:46.741Z
100152026-08-25T03:28:46.741Zrunning 0 tests
100162026-08-25T03:28:46.741Z
100172026-08-25T03:28:46.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100182026-08-25T03:28:46.741Z
100192026-08-25T03:28:46.753Z Doc-tests common
100202026-08-25T03:28:46.987Z
100212026-08-25T03:28:46.987Zrunning 0 tests
100222026-08-25T03:28:46.987Z
100232026-08-25T03:28:46.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242026-08-25T03:28:46.987Z
100252026-08-25T03:28:47.014Z Doc-tests dpd_api
100262026-08-25T03:28:47.804Z
100272026-08-25T03:28:47.804Zrunning 2 tests
100282026-08-25T03:28:47.804Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100292026-08-25T03:28:47.804Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100302026-08-25T03:28:47.804Z
100312026-08-25T03:28:47.804Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-08-25T03:28:47.804Z
100332026-08-25T03:28:47.835Z Doc-tests dpd_client
100342026-08-25T03:28:49.342Z
100352026-08-25T03:28:49.342Zrunning 0 tests
100362026-08-25T03:28:49.342Z
100372026-08-25T03:28:49.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-25T03:28:49.342Z
100392026-08-25T03:28:49.399Z Doc-tests dpd_types
100402026-08-25T03:28:49.587Z
100412026-08-25T03:28:49.587Zrunning 0 tests
100422026-08-25T03:28:49.587Z
100432026-08-25T03:28:49.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-25T03:28:49.588Z
100452026-08-25T03:28:49.606Z Doc-tests dpd_types_versions
100462026-08-25T03:28:51.165Z
100472026-08-25T03:28:51.165Zrunning 1 test
100482026-08-25T03:28:51.165Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100492026-08-25T03:28:51.165Z
100502026-08-25T03:28:51.165Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100512026-08-25T03:28:51.165Z
100522026-08-25T03:28:51.216Z Doc-tests packet
100532026-08-25T03:28:51.435Z
100542026-08-25T03:28:51.435Zrunning 0 tests
100552026-08-25T03:28:51.435Z
100562026-08-25T03:28:51.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100572026-08-25T03:28:51.435Z
100582026-08-25T03:28:51.463Z Doc-tests pcap
100592026-08-25T03:28:51.517Z
100602026-08-25T03:28:51.517Zrunning 0 tests
100612026-08-25T03:28:51.517Z
100622026-08-25T03:28:51.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632026-08-25T03:28:51.517Z
100642026-08-25T03:28:51.569Zprocess exited: duration 602718 ms, exit code 0
 
100652026-08-25T03:28:51.579Zfound 0 output files