01M1DZ0GN6QNK1R7TVY3ME84Q8: test

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

Buildomat Job: 01M1DZ0WTPNER9RH2FQK49ARZ8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-01T07:48:46.971Zjob assigned to worker 01M1DZ12ZBRNVA1BKCAEJ2H8GJ [factory aws, i-0f1e45ef7adb92ea4] (queued for 47 s)
 
22026-09-01T07:48:53.848Zstarting task 0: "setup"
32026-09-01T07:48:53.852Z++ uname -s
42026-09-01T07:48:53.854Z+ kern=SunOS
52026-09-01T07:48:53.854Z+ build_user=build
62026-09-01T07:48:53.854Z+ build_uid=12345
72026-09-01T07:48:53.855Z+ work_dir=/work
82026-09-01T07:48:53.855Z+ input_dir=/input
92026-09-01T07:48:53.855Z+ [[ 0 == 12345 ]]
102026-09-01T07:48:53.855Z+ case "$kern" in
112026-09-01T07:48:53.855Z+ groupadd -g 12345 build
122026-09-01T07:48:53.857Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-01T07:48:55.860Z+ zfs create -o mountpoint=/work rpool/work
142026-09-01T07:48:55.930Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-01T07:48:55.933Z+ home_fs=zfs
162026-09-01T07:48:55.933Z+ [[ zfs == autofs ]]
172026-09-01T07:48:55.933Z+ mkdir -p /home/build
182026-09-01T07:48:55.933Z+ chown build:build /home/build /work
192026-09-01T07:48:57.934Z+ chmod 0700 /home/build /work
202026-09-01T07:48:57.938Zprocess exited: duration 4089 ms, exit code 0
 
212026-09-01T07:48:57.946Zstarting task 1: "rust-toolchain"
222026-09-01T07:48:57.952Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-09-01T07:48:57.952Z * rust toolchain channel = "1.90.0"
242026-09-01T07:48:57.952Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-09-01T07:48:57.952Z * rust toolchain profile = "default"
262026-09-01T07:48:57.952Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-01T07:48:57.952Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-01T07:48:57.952Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-01T07:48:57.952Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-09-01T07:48:58.048Zinfo: downloading installer
312026-09-01T07:48:59.376Zwarn: It looks like you have an existing rustup settings file at:
322026-09-01T07:48:59.376Zwarn: /home/build/.rustup/settings.toml
332026-09-01T07:48:59.376Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-09-01T07:48:59.376Zwarn: instead of the one inferred from the default host triple.
352026-09-01T07:48:59.389Zinfo: profile set to default
362026-09-01T07:48:59.389Zinfo: default host triple is x86_64-unknown-illumos
372026-09-01T07:48:59.392Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-09-01T07:48:59.536Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-09-01T07:48:59.539Zinfo: downloading 6 components
402026-09-01T07:49:13.579Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-09-01T07:49:13.579Z
422026-09-01T07:49:13.606Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-09-01T07:49:13.606Z
442026-09-01T07:49:13.609Z
452026-09-01T07:49:13.609ZRust is installed now. Great!
462026-09-01T07:49:13.609Z
472026-09-01T07:49:13.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-09-01T07:49:13.609Zenvironment variable. This has not been done automatically.
492026-09-01T07:49:13.609Z
502026-09-01T07:49:13.609ZTo configure your current shell, you need to source
512026-09-01T07:49:13.609Zthe corresponding env file under $HOME/.cargo.
522026-09-01T07:49:13.609Z
532026-09-01T07:49:13.609ZThis is usually done by running one of the following (note the leading DOT):
542026-09-01T07:49:13.609Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-09-01T07:49:13.610Zsource "$HOME/.cargo/env.fish" # For fish
562026-09-01T07:49:13.610Zsource "~/.cargo/env.nu" # For nushell
572026-09-01T07:49:13.610Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-09-01T07:49:13.610Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-09-01T07:49:13.610Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-09-01T07:49:13.610Zwarn: no default linker (`cc`) was found in your PATH
612026-09-01T07:49:13.610Zwarn: many Rust crates require a system C toolchain to build
622026-09-01T07:49:13.687Z+ rustup --version
632026-09-01T07:49:13.696Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-09-01T07:49:13.699Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-09-01T07:49:13.719Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-09-01T07:49:13.721Z+ cargo --version
672026-09-01T07:49:13.734Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-09-01T07:49:13.737Z+ rustc --version
692026-09-01T07:49:13.757Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-09-01T07:49:13.760Zprocess exited: duration 15814 ms, exit code 0
 
712026-09-01T07:49:13.765Zstarting task 2: "authentication"
722026-09-01T07:49:13.782Zprocess exited: duration 16 ms, exit code 0
 
732026-09-01T07:49:13.787Zstarting task 3: "clone repository"
742026-09-01T07:49:13.790Z+ mkdir -p /work/oxidecomputer/dendrite
752026-09-01T07:49:13.793Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-09-01T07:49:13.825ZCloning into '/work/oxidecomputer/dendrite'...
772026-09-01T07:49:14.742Z+ cd /work/oxidecomputer/dendrite
782026-09-01T07:49:14.742Z+ git fetch origin 27fdfaf57e8f5b5268ee9f1c951106fbf5b5c96b
792026-09-01T07:49:15.002ZFrom https://github.com/oxidecomputer/dendrite
802026-09-01T07:49:15.002Z * branch 27fdfaf57e8f5b5268ee9f1c951106fbf5b5c96b -> FETCH_HEAD
812026-09-01T07:49:15.007Z+ [[ -n zl/mcast-default-feature ]]
822026-09-01T07:49:15.010Z++ git branch --show-current
832026-09-01T07:49:15.010Z+ current=main
842026-09-01T07:49:15.010Z+ [[ main != zl/mcast-default-feature ]]
852026-09-01T07:49:15.010Z+ git branch -f zl/mcast-default-feature 27fdfaf57e8f5b5268ee9f1c951106fbf5b5c96b
862026-09-01T07:49:15.013Z+ git checkout -f zl/mcast-default-feature
872026-09-01T07:49:15.032ZSwitched to branch 'zl/mcast-default-feature'
882026-09-01T07:49:15.035Z+ git reset --hard 27fdfaf57e8f5b5268ee9f1c951106fbf5b5c96b
892026-09-01T07:49:15.051ZHEAD is now at 27fdfaf [mcast, on] default multicast feature across all crates
902026-09-01T07:49:15.054Zprocess exited: duration 1264 ms, exit code 0
 
912026-09-01T07:49:15.059Zstarting task 4: "build"
922026-09-01T07:49:15.063Z+ source .github/buildomat/common.sh
932026-09-01T07:49:15.066Z++ TOFINO_STAGES=20
942026-09-01T07:49:15.066Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-09-01T07:49:15.066Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-09-01T07:49:15.066Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-09-01T07:49:15.066Z+++ uname -s
982026-09-01T07:49:15.066Z++ '[' SunOS == SunOS ']'
992026-09-01T07:49:15.066Z++ SERIES=illumos
1002026-09-01T07:49:15.066Z+++ uname -s
1012026-09-01T07:49:15.069Z++ '[' SunOS == SunOS ']'
1022026-09-01T07:49:15.069Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-09-01T07:49:15.069Z++ rustup show active-toolchain
1042026-09-01T07:49:15.071Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-09-01T07:49:15.076Z+ source .github/buildomat/illumos.sh
1062026-09-01T07:49:15.076Z++ banner 'sde setup'
1072026-09-01T07:49:15.076Z
1082026-09-01T07:49:15.076Z #### ##### ###### #### ###### ##### # # #####
1092026-09-01T07:49:15.076Z # # # # # # # # # # #
1102026-09-01T07:49:15.076Z #### # # ##### #### ##### # # # # #
1112026-09-01T07:49:15.076Z # # # # # # # # # #####
1122026-09-01T07:49:15.076Z # # # # # # # # # # # #
1132026-09-01T07:49:15.076Z #### ##### ###### #### ###### # #### #
1142026-09-01T07:49:15.076Z
1152026-09-01T07:49:15.076Z++ export PKG_SUCCESS_ON_NOP=1
1162026-09-01T07:49:15.076Z++ PKG_SUCCESS_ON_NOP=1
1172026-09-01T07:49:15.076Z++ export PKG=tofino_sde.p5p
1182026-09-01T07:49:15.076Z++ PKG=tofino_sde.p5p
1192026-09-01T07:49:15.076Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-09-01T07:49:15.080Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-09-01T07:49:15.083Z Dload Upload Total Spent Left Speed
1222026-09-01T07:49:16.169Z 0 0 0 0 0 0 0 0 0 93 76.03M 93 71.24M 0 0 71.30M 0 00:01 00:01 71.31M 100 76.03M 100 76.03M 0 0 69.88M 0 00:01 00:01 71.31M 100 76.03M 100 76.03M 0 0 69.87M 0 00:01 00:01 71.31M 100 76.03M 100 76.03M 0 0 69.87M 0 00:01 00:01 71.31M
1232026-09-01T07:49:16.173Z+++ digest -a sha256 tofino_sde.p5p
1242026-09-01T07:49:16.220Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-09-01T07:49:16.220Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-09-01T07:49:16.220Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-09-01T07:49:17.675Z Startup: Refreshing catalog 'helios' ... Done
1282026-09-01T07:49:18.085Z Startup: Caching catalogs ... Done
1292026-09-01T07:49:18.145Z Startup: Refreshing catalog 'oxide' ... Done
1302026-09-01T07:49:21.008ZPlanning: Solver setup ... Done
1312026-09-01T07:49:21.083ZPlanning: Running solver ... Done
1322026-09-01T07:49:21.142ZPlanning: Finding local manifests ... Done
1332026-09-01T07:49:21.145ZPlanning: Fetching manifests: 1/1 100% complete
1342026-09-01T07:49:21.147ZPlanning: Fetching manifests: 1/1 100% complete
1352026-09-01T07:49:21.160ZPlanning: Package planning ... Done
1362026-09-01T07:49:21.163ZPlanning: Merging actions ... Done
1372026-09-01T07:49:21.257ZPlanning: Checking for conflicting actions ... Done
1382026-09-01T07:49:21.260ZPlanning: Consolidating action changes ... Done
1392026-09-01T07:49:22.065ZPlanning: Evaluating mediators ... Done
1402026-09-01T07:49:22.068ZPlanning: Planning completed in 3.92 seconds
1412026-09-01T07:49:22.071Z Packages to install: 1
1422026-09-01T07:49:22.074Z Create boot environment: No
1432026-09-01T07:49:22.074ZCreate backup boot environment: No
1442026-09-01T07:49:22.124Z
1452026-09-01T07:49:22.124ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-09-01T07:49:22.260ZDownload: Completed 75.30 MB in 0.14 seconds (554M/s)
1472026-09-01T07:49:22.461Z Actions: 1/293 actions (Installing new actions)
1482026-09-01T07:49:23.425Z Actions: Completed 293 actions in 0.96 seconds.
1492026-09-01T07:49:23.428ZFinalize: Updating package state database ... Done
1502026-09-01T07:49:23.470ZFinalize: Updating package cache ... Done
1512026-09-01T07:49:23.568ZFinalize: Updating image state ... Done
1522026-09-01T07:49:26.218ZFinalize: Creating fast lookup database ... Done
1532026-09-01T07:49:26.302ZFinalize: Reading search index ... Done
1542026-09-01T07:49:26.305ZFinalize: Updating search index ... Done
1552026-09-01T07:49:26.477ZFinalize: Updating package cache ... Done
1562026-09-01T07:49:26.643Z++ export SDE=/opt/oxide/tofino_sde
1572026-09-01T07:49:26.643Z++ SDE=/opt/oxide/tofino_sde
1582026-09-01T07:49:26.643Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-09-01T07:49:26.643Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-09-01T07:49:26.643Z++ banner packages
1612026-09-01T07:49:26.647Z
1622026-09-01T07:49:26.648Z ##### ## #### # # ## #### ###### ####
1632026-09-01T07:49:26.648Z # # # # # # # # # # # # # #
1642026-09-01T07:49:26.648Z # # # # # #### # # # ##### ####
1652026-09-01T07:49:26.648Z ##### ###### # # # ###### # ### # #
1662026-09-01T07:49:26.648Z # # # # # # # # # # # # # #
1672026-09-01T07:49:26.648Z # # # #### # # # # #### ###### ####
1682026-09-01T07:49:26.648Z
1692026-09-01T07:49:26.648Z++ pfexec pkg install clang-15 pcap gcc14
1702026-09-01T07:49:26.922Z Startup: Refreshing catalog 'helios' ... Done
1712026-09-01T07:49:26.926Z Startup: Refreshing catalog 'oxide' ... Done
1722026-09-01T07:49:29.273ZPlanning: Solver setup ... Done
1732026-09-01T07:49:29.343ZPlanning: Running solver ... Done
1742026-09-01T07:49:29.394ZPlanning: Consolidating action changes ... Done
1752026-09-01T07:49:29.397ZPlanning: Evaluating mediators ... Done
1762026-09-01T07:49:29.397ZPlanning: Planning completed in 2.47 seconds
1772026-09-01T07:49:29.413ZNo updates necessary for this image.
1782026-09-01T07:49:29.556Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-09-01T07:49:29.771ZPlanning: Evaluating mediator changes ... Done
1802026-09-01T07:49:29.885ZPlanning: Checking for conflicting actions ... Done
1812026-09-01T07:49:29.888ZPlanning: Consolidating action changes ... Done
1822026-09-01T07:49:30.050ZPlanning: Evaluating mediators ... Done
1832026-09-01T07:49:30.053ZPlanning: Planning completed in 0.28 seconds
1842026-09-01T07:49:30.074Z Mediators to change: 2
1852026-09-01T07:49:30.077Z Create boot environment: No
1862026-09-01T07:49:30.077ZCreate backup boot environment: No
1872026-09-01T07:49:30.130ZFinalize: Updating package state database ... Done
1882026-09-01T07:49:30.131ZFinalize: Updating package cache ... Done
1892026-09-01T07:49:30.188ZFinalize: Updating image state ... Done
1902026-09-01T07:49:32.246ZFinalize: Creating fast lookup database ... Done
1912026-09-01T07:49:32.321ZFinalize: Reading search index ... Done
1922026-09-01T07:49:32.324ZFinalize: Updating search index ... Done
1932026-09-01T07:49:32.402ZFinalize: Updating package cache ... Done
1942026-09-01T07:49:32.481Z++ cargo --version
1952026-09-01T07:49:32.491Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-09-01T07:49:32.494Z++ rustc --version
1972026-09-01T07:49:32.515Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-09-01T07:49:32.517Z+ banner copyrights
1992026-09-01T07:49:32.520Z
2002026-09-01T07:49:32.520Z #### #### ##### # # ##### # #### # # ##### ####
2012026-09-01T07:49:32.520Z # # # # # # # # # # # # # # # # #
2022026-09-01T07:49:32.520Z # # # # # # # # # # ###### # ####
2032026-09-01T07:49:32.520Z # # # ##### # ##### # # ### # # # #
2042026-09-01T07:49:32.520Z # # # # # # # # # # # # # # # #
2052026-09-01T07:49:32.520Z #### #### # # # # # #### # # # ####
2062026-09-01T07:49:32.520Z
2072026-09-01T07:49:32.520Z+ ./tools/check_copyrights.sh
2082026-09-01T07:49:32.812Zcommon/src/illumos.rs: Copyright with wrong year
2092026-09-01T07:49:33.706Zdpd/p4/headers.p4: Copyright with wrong year
2102026-09-01T07:49:34.120Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-09-01T07:49:34.179Zpacket/src/eth.rs: Copyright with wrong year
2122026-09-01T07:49:34.273Zpcap/build.rs: Copyright with wrong year
2132026-09-01T07:49:34.447Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-09-01T07:49:34.640Zuplinkd/src/sys.rs: Copyright with wrong year
2152026-09-01T07:49:34.681Z+ banner clippy
2162026-09-01T07:49:34.684Z
2172026-09-01T07:49:34.684Z #### # # ##### ##### # #
2182026-09-01T07:49:34.684Z # # # # # # # # # #
2192026-09-01T07:49:34.684Z # # # # # # # #
2202026-09-01T07:49:34.684Z # # # ##### ##### #
2212026-09-01T07:49:34.684Z # # # # # # #
2222026-09-01T07:49:34.684Z #### ###### # # # #
2232026-09-01T07:49:34.684Z
2242026-09-01T07:49:34.684Z+ for feat in tofino_stub tofino_asic softnpu chaos
2252026-09-01T07:49:34.684Z+ cargo clippy --features tofino_stub -- --deny warnings
2262026-09-01T07:49:34.825Z Updating git repository `https://github.com/oxidecomputer/omicron`
2272026-09-01T07:49:48.860Z Updating crates.io index
2282026-09-01T07:49:48.863Z Updating git repository `https://github.com/illumos/smf-rs`
2292026-09-01T07:49:49.292Z Updating git repository `https://github.com/oxidecomputer/propolis`
2302026-09-01T07:49:50.315Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2312026-09-01T07:49:50.669Z Updating git repository `https://github.com/oxidecomputer/tofino`
2322026-09-01T07:49:51.022Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-09-01T07:49:51.659Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2342026-09-01T07:49:52.299Z Updating git repository `https://github.com/oxidecomputer/ispf`
2352026-09-01T07:49:52.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2362026-09-01T07:49:53.009Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-09-01T07:49:53.442Z Updating git repository `https://github.com/oxidecomputer/lldp`
2382026-09-01T07:49:53.781Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2392026-09-01T07:49:54.473Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402026-09-01T07:49:54.843Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-09-01T07:49:55.331Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2422026-09-01T07:49:55.630Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2432026-09-01T07:49:55.994Z Updating git repository `https://github.com/oxidecomputer/p4`
2442026-09-01T07:49:56.529Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2452026-09-01T07:49:56.819Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-09-01T07:49:57.775Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-09-01T07:49:58.166Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-09-01T07:49:58.500Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-09-01T07:49:58.898Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-09-01T07:50:00.577Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-09-01T07:50:01.056Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-09-01T07:50:02.768Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-09-01T07:50:03.690Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-09-01T07:50:04.083Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-09-01T07:50:04.390Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-09-01T07:50:05.999Z Downloading crates ...
2572026-09-01T07:50:06.052Z Downloaded async-stream-impl v0.3.6
2582026-09-01T07:50:06.055Z Downloaded adler2 v2.0.1
2592026-09-01T07:50:06.057Z Downloaded aead v0.5.2
2602026-09-01T07:50:06.061Z Downloaded async-stream v0.3.6
2612026-09-01T07:50:06.065Z Downloaded cfg_aliases v0.2.1
2622026-09-01T07:50:06.068Z Downloaded anstyle-parse v1.0.0
2632026-09-01T07:50:06.070Z Downloaded arrayvec v0.7.6
2642026-09-01T07:50:06.073Z Downloaded debug-ignore v1.0.5
2652026-09-01T07:50:06.076Z Downloaded bitflags v2.11.1
2662026-09-01T07:50:06.079Z Downloaded async-compression v0.4.33
2672026-09-01T07:50:06.084Z Downloaded defmt v1.0.1
2682026-09-01T07:50:06.087Z Downloaded defmt-parser v1.0.0
2692026-09-01T07:50:06.090Z Downloaded data-encoding v2.9.0
2702026-09-01T07:50:06.092Z Downloaded dof v0.4.0
2712026-09-01T07:50:06.095Z Downloaded git-stub v1.0.0
2722026-09-01T07:50:06.095Z Downloaded futures-core v0.3.32
2732026-09-01T07:50:06.098Z Downloaded dropshot-api-manager-types v0.7.2
2742026-09-01T07:50:06.101Z Downloaded crypto-common v0.2.2
2752026-09-01T07:50:06.104Z Downloaded httpdate v1.0.3
2762026-09-01T07:50:06.104Z Downloaded dtrace-parser v0.3.0
2772026-09-01T07:50:06.107Z Downloaded foreign-types-macros v0.2.3
2782026-09-01T07:50:06.107Z Downloaded enum-as-inner v0.6.1
2792026-09-01T07:50:06.110Z Downloaded filetime v0.2.26
2802026-09-01T07:50:06.112Z Downloaded cobs v0.3.0
2812026-09-01T07:50:06.115Z Downloaded bitflags v1.3.2
2822026-09-01T07:50:06.118Z Downloaded bit-set v0.8.0
2832026-09-01T07:50:06.118Z Downloaded float-ord v0.3.2
2842026-09-01T07:50:06.121Z Downloaded errno v0.3.14
2852026-09-01T07:50:06.124Z Downloaded dtrace-parser v0.2.0
2862026-09-01T07:50:06.124Z Downloaded http-body v1.0.1
2872026-09-01T07:50:06.127Z Downloaded heck v0.4.1
2882026-09-01T07:50:06.129Z Downloaded hash32 v0.3.1
2892026-09-01T07:50:06.132Z Downloaded futures-macro v0.3.32
2902026-09-01T07:50:06.132Z Downloaded generic-array v0.14.7
2912026-09-01T07:50:06.134Z Downloaded fastrand v2.3.0
2922026-09-01T07:50:06.137Z Downloaded embedded-io v0.6.1
2932026-09-01T07:50:06.140Z Downloaded cstr-argument v0.1.2
2942026-09-01T07:50:06.140Z Downloaded cfg-if v1.0.4
2952026-09-01T07:50:06.143Z Downloaded hubpack_derive v0.1.1
2962026-09-01T07:50:06.143Z Downloaded hostname v0.3.1
2972026-09-01T07:50:06.146Z Downloaded gethostname v0.5.0
2982026-09-01T07:50:06.148Z Downloaded heck v0.5.0
2992026-09-01T07:50:06.148Z Downloaded darling_macro v0.21.3
3002026-09-01T07:50:06.151Z Downloaded hostname v0.4.2
3012026-09-01T07:50:06.154Z Downloaded fnv v1.0.7
3022026-09-01T07:50:06.154Z Downloaded hyper-tls v0.6.0
3032026-09-01T07:50:06.157Z Downloaded find-msvc-tools v0.1.9
3042026-09-01T07:50:06.159Z Downloaded curve25519-dalek-derive v0.1.1
3052026-09-01T07:50:06.159Z Downloaded anstyle-query v1.1.4
3062026-09-01T07:50:06.162Z Downloaded futures-task v0.3.32
3072026-09-01T07:50:06.164Z Downloaded hex v0.4.3
3082026-09-01T07:50:06.167Z Downloaded futures-sink v0.3.32
3092026-09-01T07:50:06.167Z Downloaded foreign-types v0.5.0
3102026-09-01T07:50:06.169Z Downloaded cpufeatures v0.2.17
3112026-09-01T07:50:06.172Z Downloaded form_urlencoded v1.2.2
3122026-09-01T07:50:06.172Z Downloaded foreign-types v0.3.2
3132026-09-01T07:50:06.175Z Downloaded defmt v0.3.100
3142026-09-01T07:50:06.175Z Downloaded dof v0.3.0
3152026-09-01T07:50:06.178Z Downloaded foreign-types-shared v0.1.1
3162026-09-01T07:50:06.178Z Downloaded dyn-clone v1.0.20
3172026-09-01T07:50:06.180Z Downloaded compression-core v0.4.32
3182026-09-01T07:50:06.183Z Downloaded arrayref v0.3.9
3192026-09-01T07:50:06.186Z Downloaded instant v0.1.13
3202026-09-01T07:50:06.186Z Downloaded base16ct v0.2.0
3212026-09-01T07:50:06.188Z Downloaded compression-codecs v0.4.32
3222026-09-01T07:50:06.191Z Downloaded hubpack v0.1.2
3232026-09-01T07:50:06.194Z Downloaded ident_case v1.0.1
3242026-09-01T07:50:06.194Z Downloaded daft v0.1.5
3252026-09-01T07:50:06.197Z Downloaded foldhash v0.2.0
3262026-09-01T07:50:06.197Z Downloaded erased-serde v0.3.31
3272026-09-01T07:50:06.199Z Downloaded git-stub-vcs v0.1.0
3282026-09-01T07:50:06.202Z Downloaded inout v0.1.4
3292026-09-01T07:50:06.205Z Downloaded digest v0.11.3
3302026-09-01T07:50:06.207Z Downloaded is_ci v1.2.0
3312026-09-01T07:50:06.207Z Downloaded indent_write v2.2.0
3322026-09-01T07:50:06.210Z Downloaded const_format_proc_macros v0.2.34
3332026-09-01T07:50:06.213Z Downloaded glob v0.3.3
3342026-09-01T07:50:06.213Z Downloaded kstat-rs v0.2.4
3352026-09-01T07:50:06.216Z Downloaded linked-hash-map v0.5.6
3362026-09-01T07:50:06.219Z Downloaded drift v0.2.0
3372026-09-01T07:50:06.222Z Downloaded match_cfg v0.1.0
3382026-09-01T07:50:06.225Z Downloaded lazy_static v1.5.0
3392026-09-01T07:50:06.227Z Downloaded csv-core v0.1.12
3402026-09-01T07:50:06.227Z Downloaded crypto-common v0.1.6
3412026-09-01T07:50:06.230Z Downloaded is-terminal v0.4.16
3422026-09-01T07:50:06.233Z Downloaded humantime v2.3.0
3432026-09-01T07:50:06.233Z Downloaded bcs v0.1.6
3442026-09-01T07:50:06.236Z Downloaded daft-derive v0.1.5
3452026-09-01T07:50:06.239Z Downloaded lru-cache v0.1.2
3462026-09-01T07:50:06.241Z Downloaded managed v0.8.0
3472026-09-01T07:50:06.241Z Downloaded macaddr v1.0.1
3482026-09-01T07:50:06.244Z Downloaded defmt-macros v1.0.1
3492026-09-01T07:50:06.247Z Downloaded mime v0.3.17
3502026-09-01T07:50:06.247Z Downloaded lru-slab v0.1.2
3512026-09-01T07:50:06.250Z Downloaded group v0.13.0
3522026-09-01T07:50:06.250Z Downloaded bytecount v0.6.9
3532026-09-01T07:50:06.253Z Downloaded http-body-util v0.1.3
3542026-09-01T07:50:06.255Z Downloaded ingot v0.1.1
3552026-09-01T07:50:06.255Z Downloaded deranged v0.5.3
3562026-09-01T07:50:06.258Z Downloaded foldhash v0.1.5
3572026-09-01T07:50:06.261Z Downloaded backoff v0.4.0
3582026-09-01T07:50:06.264Z Downloaded memoffset v0.9.1
3592026-09-01T07:50:06.264Z Downloaded crossbeam-epoch v0.9.18
3602026-09-01T07:50:06.267Z Downloaded fs_extra v1.3.0
3612026-09-01T07:50:06.269Z Downloaded fixedbitset v0.5.7
3622026-09-01T07:50:06.272Z Downloaded newtype-uuid-macros v0.1.0
3632026-09-01T07:50:06.272Z Downloaded ingot-types v0.1.2
3642026-09-01T07:50:06.275Z Downloaded darling v0.21.3
3652026-09-01T07:50:06.278Z Downloaded globset v0.4.16
3662026-09-01T07:50:06.281Z Downloaded omicron-workspace-hack v0.1.0
3672026-09-01T07:50:06.281Z Downloaded olpc-cjson v0.1.4
3682026-09-01T07:50:06.283Z Downloaded num-derive v0.4.2
3692026-09-01T07:50:06.284Z Downloaded openssl-probe v0.1.6
3702026-09-01T07:50:06.286Z Downloaded openssl-macros v0.1.1
3712026-09-01T07:50:06.286Z Downloaded opaque-debug v0.3.1
3722026-09-01T07:50:06.289Z Downloaded num_threads v0.1.7
3732026-09-01T07:50:06.289Z Downloaded num-conv v0.2.1
3742026-09-01T07:50:06.291Z Downloaded num v0.4.3
3752026-09-01T07:50:06.291Z Downloaded num-iter v0.1.45
3762026-09-01T07:50:06.294Z Downloaded newtype_derive v0.1.6
3772026-09-01T07:50:06.297Z Downloaded num_enum_derive v0.5.11
3782026-09-01T07:50:06.297Z Downloaded ipnet v2.11.0
3792026-09-01T07:50:06.299Z Downloaded newline-converter v0.3.0
3802026-09-01T07:50:06.299Z Downloaded ipnetwork v0.21.1
3812026-09-01T07:50:06.302Z Downloaded jobserver v0.1.34
3822026-09-01T07:50:06.305Z Downloaded iana-time-zone v0.1.64
3832026-09-01T07:50:06.307Z Downloaded libloading v0.8.9
3842026-09-01T07:50:06.308Z Downloaded hybrid-array v0.4.12
3852026-09-01T07:50:06.310Z Downloaded hyper-rustls v0.27.7
3862026-09-01T07:50:06.313Z Downloaded newtype-uuid v1.3.2
3872026-09-01T07:50:06.314Z Downloaded parse-display v0.10.0
3882026-09-01T07:50:06.317Z Downloaded libsw-core v0.3.2
3892026-09-01T07:50:06.317Z Downloaded clang-sys v1.8.1
3902026-09-01T07:50:06.320Z Downloaded phf_shared v0.12.1
3912026-09-01T07:50:06.320Z Downloaded linear-map v1.2.0
3922026-09-01T07:50:06.322Z Downloaded libsw v3.5.0
3932026-09-01T07:50:06.326Z Downloaded clap_derive v4.6.1
3942026-09-01T07:50:06.326Z Downloaded httparse v1.10.1
3952026-09-01T07:50:06.329Z Downloaded ingot-macros v0.1.1
3962026-09-01T07:50:06.331Z Downloaded crc32fast v1.5.0
3972026-09-01T07:50:06.332Z Downloaded ciborium v0.2.2
3982026-09-01T07:50:06.334Z Downloaded base64 v0.22.1
3992026-09-01T07:50:06.337Z Downloaded camino v1.2.3
4002026-09-01T07:50:06.340Z Downloaded memmap v0.7.0
4012026-09-01T07:50:06.340Z Downloaded powerfmt v0.2.0
4022026-09-01T07:50:06.342Z Downloaded highway v1.3.0
4032026-09-01T07:50:06.342Z Downloaded num_enum_derive v0.7.5
4042026-09-01T07:50:06.345Z Downloaded num-integer v0.1.46
4052026-09-01T07:50:06.348Z Downloaded proc-macro-crate v1.3.1
4062026-09-01T07:50:06.348Z Downloaded plain v0.2.3
4072026-09-01T07:50:06.351Z Downloaded percent-encoding v2.3.2
4082026-09-01T07:50:06.351Z Downloaded futures-channel v0.3.32
4092026-09-01T07:50:06.353Z Downloaded progenitor-macro v0.14.0
4102026-09-01T07:50:06.353Z Downloaded progenitor-client v0.14.0
4112026-09-01T07:50:06.356Z Downloaded pretty-hex v0.4.1
4122026-09-01T07:50:06.356Z Downloaded oxide-tokio-rt v0.1.2
4132026-09-01T07:50:06.359Z Downloaded owo-colors v4.3.0
4142026-09-01T07:50:06.359Z Downloaded multer v3.1.0
4152026-09-01T07:50:06.362Z Downloaded ref-cast v1.0.25
4162026-09-01T07:50:06.364Z Downloaded native-tls v0.2.14
4172026-09-01T07:50:06.367Z Downloaded futures v0.3.32
4182026-09-01T07:50:06.370Z Downloaded num-complex v0.4.6
4192026-09-01T07:50:06.370Z Downloaded proc-macro-error-attr2 v2.0.0
4202026-09-01T07:50:06.373Z Downloaded proc-macro-error-attr v1.0.4
4212026-09-01T07:50:06.373Z Downloaded num_enum v0.7.5
4222026-09-01T07:50:06.377Z Downloaded progenitor-macro v0.10.0
4232026-09-01T07:50:06.380Z Downloaded progenitor-client v0.10.0
4242026-09-01T07:50:06.380Z Downloaded num_enum v0.5.11
4252026-09-01T07:50:06.382Z Downloaded progenitor-macro v0.11.1
4262026-09-01T07:50:06.385Z Downloaded phf v0.12.1
4272026-09-01T07:50:06.385Z Downloaded paste v1.0.15
4282026-09-01T07:50:06.387Z Downloaded password-hash v0.5.0
4292026-09-01T07:50:06.390Z Downloaded rand_xorshift v0.4.0
4302026-09-01T07:50:06.390Z Downloaded litemap v0.8.0
4312026-09-01T07:50:06.394Z Downloaded oxnet v0.1.6
4322026-09-01T07:50:06.396Z Downloaded bytes v1.12.0
4332026-09-01T07:50:06.399Z Downloaded poly1305 v0.8.0
4342026-09-01T07:50:06.399Z Downloaded quick-error v1.2.3
4352026-09-01T07:50:06.402Z Downloaded rand_chacha v0.3.1
4362026-09-01T07:50:06.402Z Downloaded pkg-config v0.3.32
4372026-09-01T07:50:06.405Z Downloaded ref-cast-impl v1.0.25
4382026-09-01T07:50:06.405Z Downloaded lock_api v0.4.14
4392026-09-01T07:50:06.407Z Downloaded pin-project-lite v0.2.16
4402026-09-01T07:50:06.410Z Downloaded rustc_version v0.1.7
4412026-09-01T07:50:06.410Z Downloaded rustc-hash v2.1.1
4422026-09-01T07:50:06.413Z Downloaded parse-display-derive v0.10.0
4432026-09-01T07:50:06.413Z Downloaded rustc_version v0.4.1
4442026-09-01T07:50:06.415Z Downloaded num-rational v0.4.2
4452026-09-01T07:50:06.418Z Downloaded getrandom v0.4.2
4462026-09-01T07:50:06.420Z Downloaded derive_more v0.99.20
4472026-09-01T07:50:06.423Z Downloaded progenitor v0.10.0
4482026-09-01T07:50:06.423Z Downloaded progenitor v0.14.0
4492026-09-01T07:50:06.426Z Downloaded derive-where v1.6.0
4502026-09-01T07:50:06.429Z Downloaded pem v3.0.5
4512026-09-01T07:50:06.429Z Downloaded same-file v1.0.6
4522026-09-01T07:50:06.431Z Downloaded potential_utf v0.1.3
4532026-09-01T07:50:06.431Z Downloaded rand_core v0.6.4
4542026-09-01T07:50:06.434Z Downloaded rand_chacha v0.9.0
4552026-09-01T07:50:06.434Z Downloaded quote v1.0.45
4562026-09-01T07:50:06.437Z Downloaded scroll_derive v0.13.1
4572026-09-01T07:50:06.437Z Downloaded scopeguard v1.2.0
4582026-09-01T07:50:06.441Z Downloaded hmac v0.12.1
4592026-09-01T07:50:06.441Z Downloaded memmap2 v0.9.8
4602026-09-01T07:50:06.445Z Downloaded proc-macro-error v1.0.4
4612026-09-01T07:50:06.448Z Downloaded icu_provider v2.0.0
4622026-09-01T07:50:06.448Z Downloaded chacha20poly1305 v0.10.1
4632026-09-01T07:50:06.451Z Downloaded clap v4.6.1
4642026-09-01T07:50:06.454Z Downloaded progenitor-client v0.11.1
4652026-09-01T07:50:06.456Z Downloaded progenitor v0.11.1
4662026-09-01T07:50:06.459Z Downloaded semver v0.1.20
4672026-09-01T07:50:06.459Z Downloaded indexmap v1.9.3
4682026-09-01T07:50:06.462Z Downloaded pest_generator v2.8.2
4692026-09-01T07:50:06.462Z Downloaded pest_derive v2.8.2
4702026-09-01T07:50:06.464Z Downloaded secrecy v0.10.3
4712026-09-01T07:50:06.464Z Downloaded serde-big-array v0.5.1
4722026-09-01T07:50:06.467Z Downloaded search_path v0.1.4
4732026-09-01T07:50:06.467Z Downloaded proc-macro-error2 v2.0.1
4742026-09-01T07:50:06.470Z Downloaded log v0.4.29
4752026-09-01T07:50:06.473Z Downloaded parking_lot_core v0.9.12
4762026-09-01T07:50:06.475Z Downloaded parking_lot v0.12.5
4772026-09-01T07:50:06.476Z Downloaded darling_core v0.21.3
4782026-09-01T07:50:06.478Z Downloaded rand_core v0.9.3
4792026-09-01T07:50:06.482Z Downloaded icu_normalizer_data v2.0.0
4802026-09-01T07:50:06.485Z Downloaded num-traits v0.2.19
4812026-09-01T07:50:06.485Z Downloaded serde_plain v1.0.2
4822026-09-01T07:50:06.485Z Downloaded serde_spanned v1.1.1
4832026-09-01T07:50:06.488Z Downloaded serde_urlencoded v0.7.1
4842026-09-01T07:50:06.488Z Downloaded serde_spanned v0.6.9
4852026-09-01T07:50:06.491Z Downloaded serde_repr v0.1.20
4862026-09-01T07:50:06.491Z Downloaded sha1 v0.10.6
4872026-09-01T07:50:06.494Z Downloaded resolv-conf v0.7.5
4882026-09-01T07:50:06.494Z Downloaded pin-project-internal v1.1.10
4892026-09-01T07:50:06.497Z Downloaded quinn-udp v0.5.14
4902026-09-01T07:50:06.497Z Downloaded getrandom v0.3.3
4912026-09-01T07:50:06.499Z Downloaded rustls-pemfile v2.2.0
4922026-09-01T07:50:06.502Z Downloaded scroll_derive v0.12.1
4932026-09-01T07:50:06.503Z Downloaded siphasher v1.0.1
4942026-09-01T07:50:06.505Z Downloaded scroll v0.12.0
4952026-09-01T07:50:06.505Z Downloaded postcard v1.1.3
4962026-09-01T07:50:06.508Z Downloaded rusty-fork v0.3.0
4972026-09-01T07:50:06.508Z Downloaded rustversion v1.0.22
4982026-09-01T07:50:06.511Z Downloaded sha1 v0.11.0
4992026-09-01T07:50:06.513Z Downloaded crypto-bigint v0.5.5
5002026-09-01T07:50:06.517Z Downloaded heapless v0.8.0
5012026-09-01T07:50:06.519Z Downloaded icu_properties v2.0.1
5022026-09-01T07:50:06.522Z Downloaded sigpipe v0.1.3
5032026-09-01T07:50:06.522Z Downloaded signal-hook-tokio v0.4.0
5042026-09-01T07:50:06.522Z Downloaded miniz_oxide v0.8.9
5052026-09-01T07:50:06.525Z Downloaded icu_collections v2.0.0
5062026-09-01T07:50:06.527Z Downloaded schemars_derive v0.8.22
5072026-09-01T07:50:06.530Z Downloaded scroll v0.13.0
5082026-09-01T07:50:06.530Z Downloaded strum v0.26.3
5092026-09-01T07:50:06.533Z Downloaded structmeta-derive v0.3.0
5102026-09-01T07:50:06.533Z Downloaded stable_deref_trait v1.2.0
5112026-09-01T07:50:06.533Z Downloaded cc v1.2.64
5122026-09-01T07:50:06.536Z Downloaded smawk v0.3.2
5132026-09-01T07:50:06.536Z Downloaded slog-bunyan v2.5.0
5142026-09-01T07:50:06.540Z Downloaded const_format v0.2.34
5152026-09-01T07:50:06.542Z Downloaded pin-project v1.1.10
5162026-09-01T07:50:06.547Z Downloaded strum v0.27.2
5172026-09-01T07:50:06.549Z Downloaded structmeta v0.3.0
5182026-09-01T07:50:06.549Z Downloaded strsim v0.11.1
5192026-09-01T07:50:06.552Z Downloaded serde_path_to_error v0.1.20
5202026-09-01T07:50:06.552Z Downloaded subtle v2.6.1
5212026-09-01T07:50:06.555Z Downloaded serde_derive_internals v0.29.1
5222026-09-01T07:50:06.555Z Downloaded icu_normalizer v2.0.0
5232026-09-01T07:50:06.559Z Downloaded shlex v1.3.0
5242026-09-01T07:50:06.559Z Downloaded shlex v2.0.1
5252026-09-01T07:50:06.562Z Downloaded sha2 v0.10.9
5262026-09-01T07:50:06.562Z Downloaded take_mut v0.2.2
5272026-09-01T07:50:06.562Z Downloaded serde_tokenstream v0.2.3
5282026-09-01T07:50:06.564Z Downloaded sync_wrapper v1.0.2
5292026-09-01T07:50:06.564Z Downloaded swrite v0.1.0
5302026-09-01T07:50:06.564Z Downloaded supports-color v3.0.2
5312026-09-01T07:50:06.567Z Downloaded pest_meta v2.8.2
5322026-09-01T07:50:06.567Z Downloaded proc-macro2 v1.0.106
5332026-09-01T07:50:06.570Z Downloaded hickory-resolver v0.24.4
5342026-09-01T07:50:06.572Z Downloaded hickory-resolver v0.25.2
5352026-09-01T07:50:06.575Z Downloaded omicron-zone-package v0.12.2
5362026-09-01T07:50:06.577Z Downloaded icu_locale_core v2.0.0
5372026-09-01T07:50:06.580Z Downloaded termtree v0.5.1
5382026-09-01T07:50:06.583Z Downloaded slab v0.4.11
5392026-09-01T07:50:06.583Z Downloaded ppv-lite86 v0.2.21
5402026-09-01T07:50:06.586Z Downloaded once_cell v1.21.3
5412026-09-01T07:50:06.586Z Downloaded tabwriter v1.4.1
5422026-09-01T07:50:06.589Z Downloaded curl v0.4.50
5432026-09-01T07:50:06.591Z Downloaded tagptr v0.2.0
5442026-09-01T07:50:06.591Z Downloaded minimal-lexical v0.2.1
5452026-09-01T07:50:06.594Z Downloaded papergrid v0.18.0
5462026-09-01T07:50:06.597Z Downloaded tabled_derive v0.7.0
5472026-09-01T07:50:06.597Z Downloaded signal-hook-registry v1.4.6
5482026-09-01T07:50:06.600Z Downloaded testing_table v0.3.0
5492026-09-01T07:50:06.600Z Downloaded terminal_size v0.4.3
5502026-09-01T07:50:06.600Z Downloaded snafu-derive v0.8.9
5512026-09-01T07:50:06.603Z Downloaded slog-async v2.8.0
5522026-09-01T07:50:06.603Z Downloaded half v2.7.1
5532026-09-01T07:50:06.606Z Downloaded thiserror-impl-no-std v2.0.2
5542026-09-01T07:50:06.606Z Downloaded thread-id v4.2.2
5552026-09-01T07:50:06.608Z Downloaded elliptic-curve v0.13.8
5562026-09-01T07:50:06.611Z Downloaded slog-dtrace v0.3.0
5572026-09-01T07:50:06.611Z Downloaded flate2 v1.1.2
5582026-09-01T07:50:06.614Z Downloaded ryu v1.0.20
5592026-09-01T07:50:06.617Z Downloaded smf v0.2.3
5602026-09-01T07:50:06.617Z Downloaded thread-id v5.0.0
5612026-09-01T07:50:06.619Z Downloaded slog-term v2.9.2
5622026-09-01T07:50:06.619Z Downloaded time-core v0.1.8
5632026-09-01T07:50:06.622Z Downloaded strum_macros v0.27.2
5642026-09-01T07:50:06.622Z Downloaded strum_macros v0.26.4
5652026-09-01T07:50:06.625Z Downloaded tokio-macros v2.7.0
5662026-09-01T07:50:06.625Z Downloaded tinyvec_macros v0.1.1
5672026-09-01T07:50:06.627Z Downloaded slog-json v2.6.1
5682026-09-01T07:50:06.627Z Downloaded colored v3.1.1
5692026-09-01T07:50:06.630Z Downloaded cancel-safe-futures v0.1.5
5702026-09-01T07:50:06.633Z Downloaded static_assertions v1.1.0
5712026-09-01T07:50:06.633Z Downloaded signal-hook v0.4.4
5722026-09-01T07:50:06.635Z Downloaded jiff-static v0.2.15
5732026-09-01T07:50:06.635Z Downloaded dropshot-api-manager v0.7.2
5742026-09-01T07:50:06.638Z Downloaded toml_datetime v0.6.11
5752026-09-01T07:50:06.640Z Downloaded progenitor-impl v0.10.0
5762026-09-01T07:50:06.643Z Downloaded prettyplease v0.2.37
5772026-09-01T07:50:06.646Z Downloaded papergrid v0.11.0
5782026-09-01T07:50:06.649Z Downloaded strum_macros v0.28.0
5792026-09-01T07:50:06.649Z Downloaded strum v0.28.0
5802026-09-01T07:50:06.649Z Downloaded schemars v0.8.22
5812026-09-01T07:50:06.655Z Downloaded tower-layer v0.3.3
5822026-09-01T07:50:06.658Z Downloaded thiserror v2.0.18
5832026-09-01T07:50:06.661Z Downloaded hashbrown v0.12.3
5842026-09-01T07:50:06.663Z Downloaded topological-sort v0.2.2
5852026-09-01T07:50:06.663Z Downloaded openssl-sys v0.9.117
5862026-09-01T07:50:06.666Z Downloaded thiserror v1.0.69
5872026-09-01T07:50:06.669Z Downloaded synstructure v0.13.2
5882026-09-01T07:50:06.672Z Downloaded tower-service v0.3.3
5892026-09-01T07:50:06.672Z Downloaded toml_write v0.1.2
5902026-09-01T07:50:06.672Z Downloaded spin v0.9.8
5912026-09-01T07:50:06.675Z Downloaded try-lock v0.2.5
5922026-09-01T07:50:06.675Z Downloaded serde_core v1.0.228
5932026-09-01T07:50:06.677Z Downloaded expectorate v1.2.0
5942026-09-01T07:50:06.677Z Downloaded thiserror-impl v2.0.18
5952026-09-01T07:50:06.680Z Downloaded thiserror-impl v1.0.69
5962026-09-01T07:50:06.680Z Downloaded typify-macro v0.6.2
5972026-09-01T07:50:06.683Z Downloaded time-macros v0.2.27
5982026-09-01T07:50:06.683Z Downloaded rustls-pki-types v1.12.0
5992026-09-01T07:50:06.685Z Downloaded progenitor-impl v0.14.0
6002026-09-01T07:50:06.688Z Downloaded semver v1.0.28
6012026-09-01T07:50:06.688Z Downloaded progenitor-impl v0.11.1
6022026-09-01T07:50:06.691Z Downloaded cookie v0.18.1
6032026-09-01T07:50:06.691Z Downloaded thread_local v1.1.9
6042026-09-01T07:50:06.694Z Downloaded thiserror-no-std v2.0.2
6052026-09-01T07:50:06.694Z Downloaded unicode-linebreak v0.1.5
6062026-09-01T07:50:06.696Z Downloaded tokio-rustls v0.25.0
6072026-09-01T07:50:06.696Z Downloaded unarray v0.1.4
6082026-09-01T07:50:06.699Z Downloaded tokio-dtrace v0.1.1
6092026-09-01T07:50:06.699Z Downloaded tinystr v0.8.1
6102026-09-01T07:50:06.701Z Downloaded crossbeam-channel v0.5.15
6112026-09-01T07:50:06.702Z Downloaded unicode-xid v0.2.6
6122026-09-01T07:50:06.704Z Downloaded console v0.15.11
6132026-09-01T07:50:06.704Z Downloaded either v1.15.0
6142026-09-01T07:50:06.707Z Downloaded futures-executor v0.3.32
6152026-09-01T07:50:06.707Z Downloaded universal-hash v0.5.1
6162026-09-01T07:50:06.707Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6172026-09-01T07:50:06.710Z Downloaded crossbeam-utils v0.8.21
6182026-09-01T07:50:06.710Z Downloaded qorb v0.4.1
6192026-09-01T07:50:06.713Z Downloaded digest v0.10.7
6202026-09-01T07:50:06.716Z Downloaded byteorder v1.5.0
6212026-09-01T07:50:06.716Z Downloaded libscf-sys v1.2.0
6222026-09-01T07:50:06.716Z Downloaded term v1.2.0
6232026-09-01T07:50:06.719Z Downloaded tempfile v3.27.0
6242026-09-01T07:50:06.721Z Downloaded usdt v0.6.0
6252026-09-01T07:50:06.722Z Downloaded serde_with_macros v3.14.1
6262026-09-01T07:50:06.722Z Downloaded utf8parse v0.2.2
6272026-09-01T07:50:06.724Z Downloaded usdt v0.5.0
6282026-09-01T07:50:06.724Z Downloaded smallvec v1.15.1
6292026-09-01T07:50:06.724Z Downloaded want v0.3.1
6302026-09-01T07:50:06.728Z Downloaded version_check v0.9.5
6312026-09-01T07:50:06.728Z Downloaded untrusted v0.9.0
6322026-09-01T07:50:06.728Z Downloaded usdt-attr-macro v0.6.0
6332026-09-01T07:50:06.730Z Downloaded usdt-attr-macro v0.5.0
6342026-09-01T07:50:06.730Z Downloaded untrusted v0.7.1
6352026-09-01T07:50:06.731Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6362026-09-01T07:50:06.731Z Downloaded similar v2.7.0
6372026-09-01T07:50:06.733Z Downloaded serde_yaml v0.9.34+deprecated
6382026-09-01T07:50:06.736Z Downloaded hyper-util v0.1.20
6392026-09-01T07:50:06.739Z Downloaded scuffle v0.1.0
6402026-09-01T07:50:06.741Z Downloaded rayon-core v1.13.0
6412026-09-01T07:50:06.745Z Downloaded http v1.4.2
6422026-09-01T07:50:06.747Z Downloaded utf8_iter v1.0.4
6432026-09-01T07:50:06.747Z Downloaded toml_writer v1.1.1+spec-1.1.0
6442026-09-01T07:50:06.747Z Downloaded keccak v0.1.6
6452026-09-01T07:50:06.750Z Downloaded itoa v1.0.15
6462026-09-01T07:50:06.750Z Downloaded is_terminal_polyfill v1.70.1
6472026-09-01T07:50:06.750Z Downloaded usdt-macro v0.6.0
6482026-09-01T07:50:06.750Z Downloaded usdt-macro v0.5.0
6492026-09-01T07:50:06.753Z Downloaded dropshot_endpoint v0.16.7
6502026-09-01T07:50:06.753Z Downloaded nom v7.1.3
6512026-09-01T07:50:06.755Z Downloaded typify-macro v0.4.3
6522026-09-01T07:50:06.758Z Downloaded slog v2.8.2
6532026-09-01T07:50:06.758Z Downloaded indexmap v2.14.0
6542026-09-01T07:50:06.761Z Downloaded memchr v2.7.5
6552026-09-01T07:50:06.764Z Downloaded serde_derive v1.0.228
6562026-09-01T07:50:06.766Z Downloaded yoke-derive v0.8.0
6572026-09-01T07:50:06.766Z Downloaded waitgroup v0.1.2
6582026-09-01T07:50:06.766Z Downloaded wait-timeout v0.2.1
6592026-09-01T07:50:06.769Z Downloaded tokio-rustls v0.26.4
6602026-09-01T07:50:06.769Z Downloaded tokio-native-tls v0.3.1
6612026-09-01T07:50:06.772Z Downloaded zerofrom v0.1.6
6622026-09-01T07:50:06.772Z Downloaded ff v0.13.1
6632026-09-01T07:50:06.772Z Downloaded cexpr v0.6.0
6642026-09-01T07:50:06.775Z Downloaded anstyle v1.0.14
6652026-09-01T07:50:06.775Z Downloaded internet-checksum v0.2.1
6662026-09-01T07:50:06.775Z Downloaded idna_adapter v1.2.1
6672026-09-01T07:50:06.775Z Downloaded fs-err v3.1.2
6682026-09-01T07:50:06.778Z Downloaded argon2 v0.5.3
6692026-09-01T07:50:06.778Z Downloaded chacha20 v0.9.1
6702026-09-01T07:50:06.780Z Downloaded toml v0.8.23
6712026-09-01T07:50:06.780Z Downloaded cargo_metadata v0.18.1
6722026-09-01T07:50:06.783Z Downloaded xattr v1.6.1
6732026-09-01T07:50:06.783Z Downloaded bit-vec v0.8.0
6742026-09-01T07:50:06.783Z Downloaded zerofrom-derive v0.1.6
6752026-09-01T07:50:06.786Z Downloaded tokio-stream v0.1.17
6762026-09-01T07:50:06.788Z Downloaded socket2 v0.6.4
6772026-09-01T07:50:06.788Z Downloaded toml_parser v1.1.2+spec-1.1.0
6782026-09-01T07:50:06.791Z Downloaded schemars v0.9.0
6792026-09-01T07:50:06.795Z Downloaded zone_cfg_derive v0.3.1
6802026-09-01T07:50:06.798Z Downloaded snafu v0.8.9
6812026-09-01T07:50:06.800Z Downloaded critical-section v1.2.0
6822026-09-01T07:50:06.800Z Downloaded mio v1.2.1
6832026-09-01T07:50:06.803Z Downloaded cmake v0.1.54
6842026-09-01T07:50:06.806Z Downloaded iddqd v0.3.18
6852026-09-01T07:50:06.809Z Downloaded zeroize_derive v1.4.3
6862026-09-01T07:50:06.810Z Downloaded tracing-attributes v0.1.30
6872026-09-01T07:50:06.812Z Downloaded zone v0.3.1
6882026-09-01T07:50:06.812Z Downloaded clap_lex v1.1.0
6892026-09-01T07:50:06.812Z Downloaded cipher v0.4.4
6902026-09-01T07:50:06.815Z Downloaded async-trait v0.1.89
6912026-09-01T07:50:06.815Z Downloaded crossbeam-deque v0.8.6
6922026-09-01T07:50:06.818Z Downloaded constant_time_eq v0.3.1
6932026-09-01T07:50:06.818Z Downloaded socket2 v0.5.10
6942026-09-01T07:50:06.818Z Downloaded camino-tempfile v1.4.1
6952026-09-01T07:50:06.821Z Downloaded blake2 v0.10.6
6962026-09-01T07:50:06.821Z Downloaded foreign-types-shared v0.3.1
6972026-09-01T07:50:06.821Z Downloaded futures-io v0.3.32
6982026-09-01T07:50:06.823Z Downloaded crucible-workspace-hack v0.1.0
6992026-09-01T07:50:06.823Z Downloaded ciborium-ll v0.2.2
7002026-09-01T07:50:06.823Z Downloaded equivalent v1.0.2
7012026-09-01T07:50:06.826Z Downloaded crc8 v0.1.1
7022026-09-01T07:50:06.826Z Downloaded yoke v0.8.0
7032026-09-01T07:50:06.826Z Downloaded usdt-impl v0.6.0
7042026-09-01T07:50:06.826Z Downloaded usdt-impl v0.5.0
7052026-09-01T07:50:06.829Z Downloaded tinyvec v1.10.0
7062026-09-01T07:50:06.829Z Downloaded colorchoice v1.0.4
7072026-09-01T07:50:06.831Z Downloaded getrandom v0.2.16
7082026-09-01T07:50:06.831Z Downloaded test-strategy v0.4.3
7092026-09-01T07:50:06.834Z Downloaded rustls-webpki v0.103.6
7102026-09-01T07:50:06.837Z Downloaded walkdir v2.5.0
7112026-09-01T07:50:06.837Z Downloaded hashbrown v0.16.1
7122026-09-01T07:50:06.841Z Downloaded writeable v0.6.1
7132026-09-01T07:50:06.844Z Downloaded whoami v1.6.1
7142026-09-01T07:50:06.844Z Downloaded rand v0.8.5
7152026-09-01T07:50:06.844Z Downloaded textwrap v0.16.2
7162026-09-01T07:50:06.846Z Downloaded hashbrown v0.15.5
7172026-09-01T07:50:06.849Z Downloaded aho-corasick v1.1.3
7182026-09-01T07:50:06.852Z Downloaded ucd-trie v0.1.7
7192026-09-01T07:50:06.852Z Downloaded dropshot_endpoint v0.17.1
7202026-09-01T07:50:06.854Z Downloaded quinn v0.11.9
7212026-09-01T07:50:06.857Z Downloaded ciborium-io v0.2.2
7222026-09-01T07:50:06.857Z Downloaded async-recursion v1.1.1
7232026-09-01T07:50:06.860Z Downloaded hyper v1.10.1
7242026-09-01T07:50:06.863Z Downloaded serde v1.0.228
7252026-09-01T07:50:06.866Z Downloaded tracing-core v0.1.34
7262026-09-01T07:50:06.866Z Downloaded pest v2.8.2
7272026-09-01T07:50:06.869Z Downloaded toml v1.1.2+spec-1.1.0
7282026-09-01T07:50:06.872Z Downloaded zmij v1.0.17
7292026-09-01T07:50:06.872Z Downloaded zerovec-derive v0.11.1
7302026-09-01T07:50:06.872Z Downloaded zeroize v1.8.1
7312026-09-01T07:50:06.875Z Downloaded vsss-rs v3.3.4
7322026-09-01T07:50:06.875Z Downloaded typify v0.4.3
7332026-09-01T07:50:06.878Z Downloaded toml v0.9.12+spec-1.1.0
7342026-09-01T07:50:06.880Z Downloaded toml v0.7.8
7352026-09-01T07:50:06.880Z Downloaded rand v0.9.3
7362026-09-01T07:50:06.883Z Downloaded fixedbitset v0.4.2
7372026-09-01T07:50:06.883Z Downloaded zerocopy-derive v0.7.35
7382026-09-01T07:50:06.886Z Downloaded embedded-io v0.4.0
7392026-09-01T07:50:06.889Z Downloaded unicode-ident v1.0.24
7402026-09-01T07:50:06.889Z Downloaded anyhow v1.0.102
7412026-09-01T07:50:06.891Z Downloaded typify v0.6.2
7422026-09-01T07:50:06.894Z Downloaded steno v0.4.1
7432026-09-01T07:50:06.894Z Downloaded tar v0.4.45
7442026-09-01T07:50:06.897Z Downloaded schemars v1.2.0
7452026-09-01T07:50:06.903Z Downloaded vergen v8.3.2
7462026-09-01T07:50:06.906Z Downloaded toml_edit v0.22.27
7472026-09-01T07:50:06.913Z Downloaded itertools v0.15.0
7482026-09-01T07:50:06.914Z Downloaded itertools v0.12.1
7492026-09-01T07:50:06.917Z Downloaded iri-string v0.7.8
7502026-09-01T07:50:06.920Z Downloaded idna v1.1.0
7512026-09-01T07:50:06.923Z Downloaded blake3 v1.8.2
7522026-09-01T07:50:06.926Z Downloaded aws-lc-rs v1.16.2
7532026-09-01T07:50:06.930Z Downloaded displaydoc v0.2.5
7542026-09-01T07:50:06.932Z Downloaded block-buffer v0.12.0
7552026-09-01T07:50:06.932Z Downloaded anstream v1.0.0
7562026-09-01T07:50:06.935Z Downloaded cpufeatures v0.3.0
7572026-09-01T07:50:06.935Z Downloaded convert_case v0.4.0
7582026-09-01T07:50:06.935Z Downloaded block-buffer v0.10.4
7592026-09-01T07:50:06.938Z Downloaded atomicwrites v0.4.4
7602026-09-01T07:50:06.938Z Downloaded derive-ex v0.1.8
7612026-09-01T07:50:06.938Z Downloaded dunce v1.0.5
7622026-09-01T07:50:06.938Z Downloaded const-oid v0.10.2
7632026-09-01T07:50:06.941Z Downloaded unsafe-libyaml v0.2.11
7642026-09-01T07:50:06.943Z Downloaded autocfg v1.5.0
7652026-09-01T07:50:06.943Z Downloaded cargo-platform v0.1.9
7662026-09-01T07:50:06.943Z Downloaded atomic-waker v1.1.2
7672026-09-01T07:50:06.943Z Downloaded base64ct v1.8.0
7682026-09-01T07:50:06.946Z Downloaded allocator-api2 v0.2.21
7692026-09-01T07:50:06.949Z Downloaded hashbrown v0.17.1
7702026-09-01T07:50:06.952Z Downloaded clap_builder v4.6.0
7712026-09-01T07:50:06.957Z Downloaded tracing v0.1.41
7722026-09-01T07:50:06.975Z Downloaded uuid v1.23.3
7732026-09-01T07:50:06.979Z Downloaded hkdf v0.12.4
7742026-09-01T07:50:06.982Z Downloaded toml_edit v0.19.15
7752026-09-01T07:50:06.989Z Downloaded itertools v0.14.0
7762026-09-01T07:50:06.992Z Downloaded h2 v0.4.14
7772026-09-01T07:50:06.996Z Downloaded libm v0.2.15
7782026-09-01T07:50:07.003Z Downloaded zerotrie v0.2.2
7792026-09-01T07:50:07.006Z Downloaded url v2.5.7
7802026-09-01T07:50:07.009Z Downloaded futures-util v0.3.32
7812026-09-01T07:50:07.013Z Downloaded reqwest v0.12.23
7822026-09-01T07:50:07.016Z Downloaded icu_properties_data v2.0.1
7832026-09-01T07:50:07.029Z Downloaded regex v1.12.4
7842026-09-01T07:50:07.032Z Downloaded iddqd v0.4.5
7852026-09-01T07:50:07.037Z Downloaded goblin v0.8.2
7862026-09-01T07:50:07.040Z Downloaded typenum v1.20.1
7872026-09-01T07:50:07.043Z Downloaded typed-path v0.9.3
7882026-09-01T07:50:07.047Z Downloaded zerocopy-derive v0.8.27
7892026-09-01T07:50:07.050Z Downloaded tokio-util v0.7.16
7902026-09-01T07:50:07.055Z Downloaded portable-atomic v1.11.1
7912026-09-01T07:50:07.059Z Downloaded tower v0.5.2
7922026-09-01T07:50:07.064Z Downloaded reqwest v0.13.2
7932026-09-01T07:50:07.068Z Downloaded serde_json v1.0.150
7942026-09-01T07:50:07.071Z Downloaded rayon v1.11.0
7952026-09-01T07:50:07.075Z Downloaded unicode-normalization v0.1.24
7962026-09-01T07:50:07.078Z Downloaded bindgen v0.72.1
7972026-09-01T07:50:07.081Z Downloaded unicode-segmentation v1.12.0
7982026-09-01T07:50:07.083Z Downloaded proptest v1.8.0
7992026-09-01T07:50:07.087Z Downloaded chrono v0.4.45
8002026-09-01T07:50:07.091Z Downloaded tower-http v0.6.8
8012026-09-01T07:50:07.095Z Downloaded tough v0.20.0
8022026-09-01T07:50:07.108Z Downloaded rustls-webpki v0.102.8
8032026-09-01T07:50:07.118Z Downloaded git2 v0.19.0
8042026-09-01T07:50:07.122Z Downloaded serde_with v3.14.1
8052026-09-01T07:50:07.141Z Downloaded zerovec v0.11.4
8062026-09-01T07:50:07.149Z Downloaded winnow v0.5.40
8072026-09-01T07:50:07.153Z Downloaded goblin v0.10.1
8082026-09-01T07:50:07.158Z Downloaded quinn-proto v0.11.14
8092026-09-01T07:50:07.165Z Downloaded moka v0.12.11
8102026-09-01T07:50:07.171Z Downloaded zerocopy v0.7.35
8112026-09-01T07:50:07.191Z Downloaded winnow v0.7.14
8122026-09-01T07:50:07.200Z Downloaded curve25519-dalek v4.1.3
8132026-09-01T07:50:07.206Z Downloaded winnow v1.0.3
8142026-09-01T07:50:07.215Z Downloaded syn v1.0.109
8152026-09-01T07:50:07.234Z Downloaded vcpkg v0.2.15
8162026-09-01T07:50:07.256Z Downloaded time v0.3.47
8172026-09-01T07:50:07.262Z Downloaded bstr v1.12.0
8182026-09-01T07:50:07.267Z Downloaded tabled v0.21.0
8192026-09-01T07:50:07.277Z Downloaded syn v2.0.118
8202026-09-01T07:50:07.283Z Downloaded nix v0.31.3
8212026-09-01T07:50:07.290Z Downloaded nix v0.30.1
8222026-09-01T07:50:07.296Z Downloaded regress v0.10.5
8232026-09-01T07:50:07.301Z Downloaded regress v0.11.1
8242026-09-01T07:50:07.306Z Downloaded openapiv3 v2.2.0
8252026-09-01T07:50:07.313Z Downloaded openssl v0.10.81
8262026-09-01T07:50:07.318Z Downloaded unicode-width v0.2.1
8272026-09-01T07:50:07.322Z Downloaded dropshot v0.17.1
8282026-09-01T07:50:07.334Z Downloaded zerocopy v0.8.27
8292026-09-01T07:50:07.347Z Downloaded webpki-roots v1.0.2
8302026-09-01T07:50:07.350Z Downloaded smoltcp v0.11.0
8312026-09-01T07:50:07.357Z Downloaded unicode-width v0.1.14
8322026-09-01T07:50:07.367Z Downloaded rustix v1.1.4
8332026-09-01T07:50:07.380Z Downloaded rustls v0.23.40
8342026-09-01T07:50:07.387Z Downloaded hickory-proto v0.25.2
8352026-09-01T07:50:07.397Z Downloaded regex-syntax v0.8.11
8362026-09-01T07:50:07.401Z Downloaded hickory-proto v0.24.4
8372026-09-01T07:50:07.409Z Downloaded rustls v0.22.4
8382026-09-01T07:50:07.416Z Downloaded typify-impl v0.4.3
8392026-09-01T07:50:07.424Z Downloaded rustix v0.38.44
8402026-09-01T07:50:07.436Z Downloaded dropshot v0.16.7
8412026-09-01T07:50:07.449Z Downloaded tabled v0.15.0
8422026-09-01T07:50:07.484Z Downloaded typify-impl v0.6.2
8432026-09-01T07:50:07.503Z Downloaded petgraph v0.8.2
8442026-09-01T07:50:07.514Z Downloaded chrono-tz v0.10.4
8452026-09-01T07:50:07.538Z Downloaded csv v1.4.0
8462026-09-01T07:50:07.549Z Downloaded regex-automata v0.4.13
8472026-09-01T07:50:07.558Z Downloaded sha3 v0.10.8
8482026-09-01T07:50:07.560Z Downloaded jiff v0.2.15
8492026-09-01T07:50:07.570Z Downloaded tokio v1.52.3
8502026-09-01T07:50:07.591Z Downloaded petgraph v0.6.5
8512026-09-01T07:50:07.618Z Downloaded libc v0.2.186
8522026-09-01T07:50:07.637Z Downloaded libz-sys v1.1.22
8532026-09-01T07:50:07.691Z Downloaded curl-sys v0.4.89+curl-8.20.0
8542026-09-01T07:50:07.755Z Downloaded encoding_rs v0.8.35
8552026-09-01T07:50:07.783Z Downloaded ring v0.17.14
8562026-09-01T07:50:07.814Z Downloaded libgit2-sys v0.17.0+1.8.1
8572026-09-01T07:50:08.209Z Downloaded aws-lc-sys v0.39.1
8582026-09-01T07:50:08.535Z Compiling proc-macro2 v1.0.106
8592026-09-01T07:50:08.535Z Compiling quote v1.0.45
8602026-09-01T07:50:08.538Z Compiling unicode-ident v1.0.24
8612026-09-01T07:50:08.538Z Compiling serde_core v1.0.228
8622026-09-01T07:50:08.538Z Compiling serde v1.0.228
8632026-09-01T07:50:08.539Z Compiling libc v0.2.186
8642026-09-01T07:50:08.539Z Checking cfg-if v1.0.4
8652026-09-01T07:50:08.794Z Compiling zmij v1.0.17
8662026-09-01T07:50:08.916Z Compiling autocfg v1.5.0
8672026-09-01T07:50:09.194Z Compiling memchr v2.7.5
8682026-09-01T07:50:09.206Z Compiling libm v0.2.15
8692026-09-01T07:50:09.532Z Compiling getrandom v0.4.2
8702026-09-01T07:50:09.636Z Compiling jobserver v0.1.34
8712026-09-01T07:50:09.659Z Compiling shlex v2.0.1
8722026-09-01T07:50:09.671Z Compiling find-msvc-tools v0.1.9
8732026-09-01T07:50:09.750Z Compiling version_check v0.9.5
8742026-09-01T07:50:09.854Z Compiling cc v1.2.64
8752026-09-01T07:50:09.895Z Compiling thiserror v2.0.18
8762026-09-01T07:50:09.949Z Checking smallvec v1.15.1
8772026-09-01T07:50:09.975Z Compiling syn v2.0.118
8782026-09-01T07:50:10.028Z Checking itoa v1.0.15
8792026-09-01T07:50:10.041Z Compiling icu_normalizer_data v2.0.0
8802026-09-01T07:50:10.124Z Compiling icu_properties_data v2.0.1
8812026-09-01T07:50:10.280Z Compiling parking_lot_core v0.9.12
8822026-09-01T07:50:10.293Z Checking stable_deref_trait v1.2.0
8832026-09-01T07:50:10.363Z Compiling serde_json v1.0.150
8842026-09-01T07:50:10.576Z Compiling heck v0.5.0
8852026-09-01T07:50:10.606Z Checking writeable v0.6.1
8862026-09-01T07:50:10.689Z Checking litemap v0.8.0
8872026-09-01T07:50:10.773Z Compiling num-traits v0.2.19
8882026-09-01T07:50:10.786Z Checking percent-encoding v2.3.2
8892026-09-01T07:50:11.045Z Checking form_urlencoded v1.2.2
8902026-09-01T07:50:11.117Z Checking utf8_iter v1.0.4
8912026-09-01T07:50:11.159Z Compiling zerocopy v0.8.27
8922026-09-01T07:50:11.171Z Checking pin-project-lite v0.2.16
8932026-09-01T07:50:11.197Z Compiling log v0.4.29
8942026-09-01T07:50:11.237Z Compiling equivalent v1.0.2
8952026-09-01T07:50:11.257Z Compiling semver v1.0.28
8962026-09-01T07:50:11.270Z Checking iana-time-zone v0.1.64
8972026-09-01T07:50:11.324Z Compiling rustversion v1.0.22
8982026-09-01T07:50:11.369Z Checking getrandom v0.2.16
8992026-09-01T07:50:11.372Z Checking socket2 v0.6.4
9002026-09-01T07:50:11.518Z Checking uuid v1.23.3
9012026-09-01T07:50:11.545Z Checking scopeguard v1.2.0
9022026-09-01T07:50:11.646Z Checking lock_api v0.4.14
9032026-09-01T07:50:11.779Z Checking bitflags v2.11.1
9042026-09-01T07:50:11.779Z Checking signal-hook-registry v1.4.6
9052026-09-01T07:50:11.804Z Checking mio v1.2.1
9062026-09-01T07:50:11.841Z Checking parking_lot v0.12.5
9072026-09-01T07:50:11.931Z Compiling schemars v0.8.22
9082026-09-01T07:50:12.011Z Checking dyn-clone v1.0.20
9092026-09-01T07:50:12.061Z Compiling portable-atomic v1.11.1
9102026-09-01T07:50:12.106Z Checking futures-core v0.3.32
9112026-09-01T07:50:12.195Z Compiling ring v0.17.14
9122026-09-01T07:50:12.209Z Checking critical-section v1.2.0
9132026-09-01T07:50:12.226Z Compiling hashbrown v0.17.1
9142026-09-01T07:50:12.305Z Compiling httparse v1.10.1
9152026-09-01T07:50:12.454Z Compiling regex-syntax v0.8.11
9162026-09-01T07:50:12.533Z Checking futures-sink v0.3.32
9172026-09-01T07:50:12.736Z Checking subtle v2.6.1
9182026-09-01T07:50:12.875Z Compiling synstructure v0.13.2
9192026-09-01T07:50:12.888Z Compiling serde_derive_internals v0.29.1
9202026-09-01T07:50:13.022Z Checking once_cell v1.21.3
9212026-09-01T07:50:13.072Z Compiling indexmap v2.14.0
9222026-09-01T07:50:13.384Z Checking slab v0.4.11
9232026-09-01T07:50:13.543Z Compiling aho-corasick v1.1.3
9242026-09-01T07:50:13.604Z Compiling thiserror v1.0.69
9252026-09-01T07:50:13.631Z Compiling rustix v1.1.4
9262026-09-01T07:50:13.644Z Checking rand_core v0.6.4
9272026-09-01T07:50:13.811Z Checking typenum v1.20.1
9282026-09-01T07:50:14.093Z Compiling serde_derive v1.0.228
9292026-09-01T07:50:14.106Z Compiling zerofrom-derive v0.1.6
9302026-09-01T07:50:14.176Z Compiling yoke-derive v0.8.0
9312026-09-01T07:50:14.211Z Compiling zerovec-derive v0.11.1
9322026-09-01T07:50:14.588Z Compiling displaydoc v0.2.5
9332026-09-01T07:50:14.601Z Compiling thiserror-impl v2.0.18
9342026-09-01T07:50:15.009Z Compiling schemars_derive v0.8.22
9352026-09-01T07:50:15.219Z Compiling tokio-macros v2.7.0
9362026-09-01T07:50:15.306Z Compiling zerocopy-derive v0.8.27
9372026-09-01T07:50:15.319Z Checking zerofrom v0.1.6
9382026-09-01T07:50:15.322Z Compiling futures-macro v0.3.32
9392026-09-01T07:50:15.449Z Checking yoke v0.8.0
9402026-09-01T07:50:15.621Z Checking zerovec v0.11.4
9412026-09-01T07:50:15.816Z Checking zerotrie v0.2.2
9422026-09-01T07:50:16.054Z Compiling zeroize_derive v1.4.3
9432026-09-01T07:50:16.103Z Compiling regex-automata v0.4.13
9442026-09-01T07:50:16.130Z Compiling thiserror-impl v1.0.69
9452026-09-01T07:50:16.314Z Checking tinystr v0.8.1
9462026-09-01T07:50:16.492Z Checking icu_locale_core v2.0.0
9472026-09-01T07:50:16.510Z Checking potential_utf v0.1.3
9482026-09-01T07:50:16.640Z Checking icu_collections v2.0.0
9492026-09-01T07:50:16.695Z Checking zeroize v1.8.1
9502026-09-01T07:50:16.885Z Checking futures-channel v0.3.32
9512026-09-01T07:50:16.918Z Compiling ucd-trie v0.1.7
9522026-09-01T07:50:16.944Z Checking icu_provider v2.0.0
9532026-09-01T07:50:17.072Z Compiling pest v2.8.2
9542026-09-01T07:50:17.135Z Checking bytes v1.12.0
9552026-09-01T07:50:17.148Z Checking chrono v0.4.45
9562026-09-01T07:50:17.185Z Checking icu_normalizer v2.0.0
9572026-09-01T07:50:17.256Z Checking icu_properties v2.0.1
9582026-09-01T07:50:17.539Z Compiling serde_tokenstream v0.2.3
9592026-09-01T07:50:17.621Z Checking tokio v1.52.3
9602026-09-01T07:50:17.968Z Compiling regex v1.12.4
9612026-09-01T07:50:18.059Z Checking futures-io v0.3.32
9622026-09-01T07:50:18.100Z Checking futures-task v0.3.32
9632026-09-01T07:50:18.146Z Checking idna_adapter v1.2.1
9642026-09-01T07:50:18.174Z Compiling pest_meta v2.8.2
9652026-09-01T07:50:18.241Z Checking futures-util v0.3.32
9662026-09-01T07:50:18.272Z Checking idna v1.1.0
9672026-09-01T07:50:18.333Z Compiling pkg-config v0.3.32
9682026-09-01T07:50:18.381Z Compiling anyhow v1.0.102
9692026-09-01T07:50:18.517Z Checking url v2.5.7
9702026-09-01T07:50:18.703Z Compiling tracing-attributes v0.1.30
9712026-09-01T07:50:18.916Z Compiling pest_generator v2.8.2
9722026-09-01T07:50:19.127Z Checking tracing-core v0.1.34
9732026-09-01T07:50:19.428Z Compiling generic-array v0.14.7
9742026-09-01T07:50:19.510Z Compiling allocator-api2 v0.2.21
9752026-09-01T07:50:19.547Z Compiling pest_derive v2.8.2
9762026-09-01T07:50:19.592Z Compiling foldhash v0.2.0
9772026-09-01T07:50:19.650Z Compiling fnv v1.0.7
9782026-09-01T07:50:19.752Z Compiling vcpkg v0.2.15
9792026-09-01T07:50:19.786Z Compiling hashbrown v0.16.1
9802026-09-01T07:50:19.912Z Checking tracing v0.1.41
9812026-09-01T07:50:19.964Z Checking http v1.4.2
9822026-09-01T07:50:20.049Z Compiling getrandom v0.3.3
9832026-09-01T07:50:20.311Z Compiling byteorder v1.5.0
9842026-09-01T07:50:20.361Z Compiling camino v1.2.3
9852026-09-01T07:50:20.393Z Checking crypto-common v0.1.6
9862026-09-01T07:50:20.515Z Checking errno v0.3.14
9872026-09-01T07:50:20.517Z Checking base64 v0.22.1
9882026-09-01T07:50:20.539Z Compiling time-core v0.1.8
9892026-09-01T07:50:20.633Z Compiling num-conv v0.2.1
9902026-09-01T07:50:20.692Z Checking ipnet v2.11.0
9912026-09-01T07:50:20.725Z Compiling scroll_derive v0.13.1
9922026-09-01T07:50:20.757Z Compiling paste v1.0.15
9932026-09-01T07:50:20.783Z Compiling time-macros v0.2.27
9942026-09-01T07:50:20.798Z Checking tokio-util v0.7.16
9952026-09-01T07:50:20.913Z Checking http-body v1.0.1
9962026-09-01T07:50:20.962Z Checking rustls-pki-types v1.12.0
9972026-09-01T07:50:21.063Z Checking atomic-waker v1.1.2
9982026-09-01T07:50:21.320Z Checking try-lock v0.2.5
9992026-09-01T07:50:21.419Z Checking tower-layer v0.3.3
10002026-09-01T07:50:21.506Z Checking untrusted v0.9.0
10012026-09-01T07:50:21.562Z Checking tower-service v0.3.3
10022026-09-01T07:50:21.575Z Checking want v0.3.1
10032026-09-01T07:50:21.650Z Checking h2 v0.4.14
10042026-09-01T07:50:21.653Z Checking httpdate v1.0.3
10052026-09-01T07:50:21.691Z Checking ryu v1.0.20
10062026-09-01T07:50:21.789Z Compiling openssl-sys v0.9.117
10072026-09-01T07:50:21.803Z Compiling async-trait v0.1.89
10082026-09-01T07:50:21.816Z Compiling cmake v0.1.54
10092026-09-01T07:50:21.829Z Checking socket2 v0.5.10
10102026-09-01T07:50:22.067Z Checking pretty-hex v0.4.1
10112026-09-01T07:50:22.082Z Compiling dunce v1.0.5
10122026-09-01T07:50:22.150Z Compiling crossbeam-utils v0.8.21
10132026-09-01T07:50:22.176Z Compiling strsim v0.11.1
10142026-09-01T07:50:22.189Z Compiling fs_extra v1.3.0
10152026-09-01T07:50:22.435Z Compiling scroll v0.13.0
10162026-09-01T07:50:22.462Z Compiling aws-lc-sys v0.39.1
10172026-09-01T07:50:22.494Z Checking block-buffer v0.10.4
10182026-09-01T07:50:22.526Z Compiling regress v0.10.5
10192026-09-01T07:50:22.606Z Checking ppv-lite86 v0.2.21
10202026-09-01T07:50:22.636Z Compiling slog v2.8.2
10212026-09-01T07:50:22.695Z Compiling plain v0.2.3
10222026-09-01T07:50:22.734Z Compiling usdt-impl v0.6.0
10232026-09-01T07:50:22.806Z Compiling goblin v0.10.1
10242026-09-01T07:50:22.899Z Checking digest v0.10.7
10252026-09-01T07:50:22.940Z Checking http-body-util v0.1.3
10262026-09-01T07:50:23.008Z Checking ipnetwork v0.21.1
10272026-09-01T07:50:23.092Z Checking erased-serde v0.3.31
10282026-09-01T07:50:23.236Z Compiling omicron-workspace-hack v0.1.0
10292026-09-01T07:50:23.395Z Compiling ident_case v1.0.1
10302026-09-01T07:50:23.461Z Checking serde_urlencoded v0.7.1
10312026-09-01T07:50:23.501Z Compiling darling_core v0.21.3
10322026-09-01T07:50:23.518Z Compiling dtrace-parser v0.3.0
10332026-09-01T07:50:23.589Z Checking hyper v1.10.1
10342026-09-01T07:50:23.662Z Compiling openapiv3 v2.2.0
10352026-09-01T07:50:23.731Z Compiling daft-derive v0.1.5
10362026-09-01T07:50:24.118Z Compiling typify-impl v0.4.3
10372026-09-01T07:50:24.436Z Compiling thread-id v5.0.0
10382026-09-01T07:50:24.478Z Checking hyper-util v0.1.20
10392026-09-01T07:50:25.160Z Compiling aws-lc-rs v1.16.2
10402026-09-01T07:50:25.541Z Compiling dof v0.4.0
10412026-09-01T07:50:25.569Z Compiling darling_macro v0.21.3
10422026-09-01T07:50:25.793Z Checking encoding_rs v0.8.35
10432026-09-01T07:50:25.824Z Checking untrusted v0.7.1
10442026-09-01T07:50:25.937Z Checking cpufeatures v0.2.17
10452026-09-01T07:50:26.097Z Compiling darling v0.21.3
10462026-09-01T07:50:26.182Z Compiling slog-async v2.8.0
10472026-09-01T07:50:26.277Z Checking mime v0.3.17
10482026-09-01T07:50:26.448Z Checking rand_core v0.9.3
10492026-09-01T07:50:26.487Z Checking oxnet v0.1.6
10502026-09-01T07:50:26.504Z Compiling usdt-macro v0.6.0
10512026-09-01T07:50:26.518Z Compiling usdt-attr-macro v0.6.0
10522026-09-01T07:50:26.723Z Compiling structmeta-derive v0.3.0
10532026-09-01T07:50:26.736Z Compiling multer v3.1.0
10542026-09-01T07:50:26.939Z Compiling rustls v0.23.40
10552026-09-01T07:50:26.953Z Compiling rustls v0.22.4
10562026-09-01T07:50:27.028Z Compiling unsafe-libyaml v0.2.11
10572026-09-01T07:50:27.288Z Compiling async-stream-impl v0.3.6
10582026-09-01T07:50:27.349Z Checking sync_wrapper v1.0.2
10592026-09-01T07:50:27.477Z Compiling typify-macro v0.4.3
10602026-09-01T07:50:27.502Z Checking fastrand v2.3.0
10612026-09-01T07:50:27.681Z Compiling serde_yaml v0.9.34+deprecated
10622026-09-01T07:50:27.750Z Checking hex v0.4.3
10632026-09-01T07:50:27.763Z Compiling structmeta v0.3.0
10642026-09-01T07:50:27.957Z Checking foreign-types-shared v0.1.1
10652026-09-01T07:50:27.982Z Compiling openssl v0.10.81
10662026-09-01T07:50:28.051Z Checking foreign-types v0.3.2
10672026-09-01T07:50:28.124Z Checking tempfile v3.27.0
10682026-09-01T07:50:28.160Z Checking tower v0.5.2
10692026-09-01T07:50:28.264Z Checking rand_chacha v0.9.0
10702026-09-01T07:50:28.310Z Checking futures-executor v0.3.32
10712026-09-01T07:50:28.451Z Compiling openssl-macros v0.1.1
10722026-09-01T07:50:28.464Z Compiling strum_macros v0.26.4
10732026-09-01T07:50:28.518Z Compiling native-tls v0.2.14
10742026-09-01T07:50:28.541Z Checking powerfmt v0.2.0
10752026-09-01T07:50:28.693Z Checking iri-string v0.7.8
10762026-09-01T07:50:28.759Z Checking openssl-probe v0.1.6
10772026-09-01T07:50:28.886Z Checking deranged v0.5.3
10782026-09-01T07:50:28.949Z Checking futures v0.3.32
10792026-09-01T07:50:28.977Z Compiling typify v0.4.3
10802026-09-01T07:50:29.023Z Checking rand v0.9.3
10812026-09-01T07:50:29.063Z Compiling newtype-uuid-macros v0.1.0
10822026-09-01T07:50:29.463Z Checking num_threads v0.1.7
10832026-09-01T07:50:29.712Z Compiling ref-cast v1.0.25
10842026-09-01T07:50:29.723Z Checking tower-http v0.6.8
10852026-09-01T07:50:29.810Z Compiling ref-cast-impl v1.0.25
10862026-09-01T07:50:29.877Z Checking time v0.3.47
10872026-09-01T07:50:29.906Z Compiling dropshot v0.16.7
10882026-09-01T07:50:29.954Z Checking memmap2 v0.9.8
10892026-09-01T07:50:30.054Z Checking unicode-width v0.2.1
10902026-09-01T07:50:30.177Z Compiling derive-ex v0.1.8
10912026-09-01T07:50:30.305Z Checking crossbeam-channel v0.5.15
10922026-09-01T07:50:30.386Z Checking webpki-roots v1.0.2
10932026-09-01T07:50:30.399Z Compiling dropshot_endpoint v0.16.7
10942026-09-01T07:50:30.506Z Compiling strum_macros v0.27.2
10952026-09-01T07:50:30.620Z Checking winnow v0.7.14
10962026-09-01T07:50:30.981Z Compiling progenitor-impl v0.11.1
10972026-09-01T07:50:31.173Z Checking tokio-native-tls v0.3.1
10982026-09-01T07:50:31.331Z Checking hyper-tls v0.6.0
10992026-09-01T07:50:31.693Z Compiling test-strategy v0.4.3
11002026-09-01T07:50:31.749Z Checking newtype-uuid v1.3.2
11012026-09-01T07:50:31.883Z Checking thread_local v1.1.9
11022026-09-01T07:50:31.927Z Checking winnow v1.0.3
11032026-09-01T07:50:31.988Z Checking daft v0.1.5
11042026-09-01T07:50:32.044Z Compiling serde_with_macros v3.14.1
11052026-09-01T07:50:32.214Z Checking toml_parser v1.1.2+spec-1.1.0
11062026-09-01T07:50:32.217Z Checking serde_spanned v1.1.1
11072026-09-01T07:50:32.265Z Checking is-terminal v0.4.16
11082026-09-01T07:50:32.359Z Checking take_mut v0.2.2
11092026-09-01T07:50:32.407Z Checking term v1.2.0
11102026-09-01T07:50:32.482Z Checking either v1.15.0
11112026-09-01T07:50:32.602Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-09-01T07:50:32.629Z Checking debug-ignore v1.0.5
11132026-09-01T07:50:32.669Z Checking match_cfg v0.1.0
11142026-09-01T07:50:32.728Z Checking slog-term v2.9.2
11152026-09-01T07:50:32.741Z Checking hostname v0.3.1
11162026-09-01T07:50:32.836Z Checking slog-json v2.6.1
11172026-09-01T07:50:32.986Z Checking spin v0.9.8
11182026-09-01T07:50:32.989Z Compiling syn v1.0.109
11192026-09-01T07:50:33.050Z Checking slog-bunyan v2.5.0
11202026-09-01T07:50:33.090Z Compiling progenitor-macro v0.11.1
11212026-09-01T07:50:33.093Z Checking usdt v0.6.0
11222026-09-01T07:50:33.164Z Checking async-stream v0.3.6
11232026-09-01T07:50:33.196Z Compiling parse-display-derive v0.10.0
11242026-09-01T07:50:33.289Z Checking rustls-webpki v0.102.8
11252026-09-01T07:50:33.327Z Checking rustls-pemfile v2.2.0
11262026-09-01T07:50:33.330Z Checking waitgroup v0.1.2
11272026-09-01T07:50:33.353Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11282026-09-01T07:50:33.436Z Checking serde_path_to_error v0.1.20
11292026-09-01T07:50:33.463Z Checking hostname v0.4.2
11302026-09-01T07:50:33.562Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-09-01T07:50:34.018Z Checking strum v0.26.3
11322026-09-01T07:50:34.019Z Checking rand_chacha v0.3.1
11332026-09-01T07:50:34.019Z Checking macaddr v1.0.1
11342026-09-01T07:50:34.019Z Checking toml_datetime v0.7.5+spec-1.1.0
11352026-09-01T07:50:34.019Z Checking wait-timeout v0.2.1
11362026-09-01T07:50:34.019Z Checking lazy_static v1.5.0
11372026-09-01T07:50:34.071Z Checking quick-error v1.2.3
11382026-09-01T07:50:34.095Z Checking bit-vec v0.8.0
11392026-09-01T07:50:34.110Z Checking toml v0.9.12+spec-1.1.0
11402026-09-01T07:50:34.171Z Checking rusty-fork v0.3.0
11412026-09-01T07:50:34.289Z Checking bit-set v0.8.0
11422026-09-01T07:50:34.338Z Checking rand v0.8.5
11432026-09-01T07:50:34.435Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11442026-09-01T07:50:34.670Z Checking rand_xorshift v0.4.0
11452026-09-01T07:50:34.727Z Checking sha1 v0.10.6
11462026-09-01T07:50:34.787Z Checking unarray v0.1.4
11472026-09-01T07:50:34.889Z Checking proptest v1.8.0
11482026-09-01T07:50:34.892Z Checking strum v0.27.2
11492026-09-01T07:50:35.044Z Checking tabwriter v1.4.1
11502026-09-01T07:50:35.083Z Checking tokio-rustls v0.25.0
11512026-09-01T07:50:35.106Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-09-01T07:50:35.186Z Checking colored v3.1.1
11532026-09-01T07:50:35.238Z Checking serde_with v3.14.1
11542026-09-01T07:50:35.682Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11552026-09-01T07:50:35.912Z Checking instant v0.1.13
11562026-09-01T07:50:35.999Z Checking rustc-hash v2.1.1
11572026-09-01T07:50:36.331Z Checking iddqd v0.3.18
11582026-09-01T07:50:36.442Z Checking backoff v0.4.0
11592026-09-01T07:50:36.485Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11602026-09-01T07:50:36.577Z Checking parse-display v0.10.0
11612026-09-01T07:50:36.613Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11622026-09-01T07:50:36.720Z Checking itertools v0.14.0
11632026-09-01T07:50:36.723Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11642026-09-01T07:50:37.114Z Compiling toml_datetime v0.6.11
11652026-09-01T07:50:37.127Z Compiling clap_derive v4.6.1
11662026-09-01T07:50:37.190Z Checking utf8parse v0.2.2
11672026-09-01T07:50:37.291Z Checking anstyle-parse v1.0.0
11682026-09-01T07:50:37.475Z Checking terminal_size v0.4.3
11692026-09-01T07:50:37.673Z Checking is_terminal_polyfill v1.70.1
11702026-09-01T07:50:37.753Z Checking anstyle-query v1.1.4
11712026-09-01T07:50:37.767Z Checking anstyle v1.0.14
11722026-09-01T07:50:37.784Z Checking colorchoice v1.0.4
11732026-09-01T07:50:37.945Z Checking anstream v1.0.0
11742026-09-01T07:50:38.141Z Checking clap_lex v1.1.0
11752026-09-01T07:50:38.313Z Checking clap_builder v4.6.0
11762026-09-01T07:50:39.541Z Checking clap v4.6.1
11772026-09-01T07:50:40.703Z Compiling num-derive v0.4.2
11782026-09-01T07:50:41.126Z Compiling rustls-webpki v0.103.6
11792026-09-01T07:50:41.619Z Compiling prettyplease v0.2.37
11802026-09-01T07:50:43.256Z Checking crossbeam-epoch v0.9.18
11812026-09-01T07:50:43.480Z Compiling winnow v0.5.40
11822026-09-01T07:50:43.503Z Compiling cfg_aliases v0.2.1
11832026-09-01T07:50:44.295Z Checking serde_spanned v0.6.9
11842026-09-01T07:50:44.340Z Compiling memoffset v0.9.1
11852026-09-01T07:50:44.527Z Compiling tokio-rustls v0.26.4
11862026-09-01T07:50:44.781Z Compiling toml_edit v0.19.15
11872026-09-01T07:50:44.819Z Compiling rayon-core v1.13.0
11882026-09-01T07:50:45.979Z Compiling proc-macro-crate v1.3.1
11892026-09-01T07:50:46.178Z Compiling zerocopy-derive v0.7.35
11902026-09-01T07:50:46.608Z Compiling crc32fast v1.5.0
11912026-09-01T07:50:46.895Z Compiling hyper-rustls v0.27.7
11922026-09-01T07:50:47.152Z Compiling reqwest v0.12.23
11932026-09-01T07:50:47.292Z Checking crossbeam-deque v0.8.6
11942026-09-01T07:50:47.824Z Checking adler2 v2.0.1
11952026-09-01T07:50:48.092Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11962026-09-01T07:50:48.353Z Compiling progenitor-client v0.11.1
11972026-09-01T07:50:48.564Z Compiling progenitor v0.11.1
11982026-09-01T07:50:48.914Z Checking miniz_oxide v0.8.9
11992026-09-01T07:50:49.782Z Compiling num-integer v0.1.46
12002026-09-01T07:50:49.849Z Compiling proc-macro-error-attr v1.0.4
12012026-09-01T07:50:50.028Z Compiling heapless v0.8.0
12022026-09-01T07:50:50.098Z Compiling heck v0.4.1
12032026-09-01T07:50:50.287Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12042026-09-01T07:50:50.348Z Checking flate2 v1.1.2
12052026-09-01T07:50:50.377Z Compiling progenitor-client v0.10.0
12062026-09-01T07:50:50.753Z Compiling ingot-macros v0.1.1
12072026-09-01T07:50:51.538Z Checking hash32 v0.3.1
12082026-09-01T07:50:51.656Z Checking hybrid-array v0.4.12
12092026-09-01T07:50:51.669Z Compiling proc-macro-error v1.0.4
12102026-09-01T07:50:51.895Z Compiling smoltcp v0.11.0
12112026-09-01T07:50:51.909Z Checking toml_write v0.1.2
12122026-09-01T07:50:52.217Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-09-01T07:50:52.249Z Checking toml_edit v0.22.27
12142026-09-01T07:50:52.697Z Checking num-rational v0.4.2
12152026-09-01T07:50:52.945Z Checking num-iter v0.1.45
12162026-09-01T07:50:53.057Z Compiling zerocopy v0.7.35
12172026-09-01T07:50:53.102Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-09-01T07:50:53.362Z Compiling num_enum_derive v0.7.5
12192026-09-01T07:50:53.390Z Checking ingot-types v0.1.2
12202026-09-01T07:50:53.596Z Compiling hubpack_derive v0.1.1
12212026-09-01T07:50:53.652Z Checking cobs v0.3.0
12222026-09-01T07:50:53.735Z Compiling scroll_derive v0.12.1
12232026-09-01T07:50:53.753Z Compiling foreign-types-macros v0.2.3
12242026-09-01T07:50:53.793Z Compiling num-complex v0.4.6
12252026-09-01T07:50:54.094Z Compiling usdt-impl v0.5.0
12262026-09-01T07:50:54.132Z Checking bitflags v1.3.2
12272026-09-01T07:50:54.174Z Compiling crucible-workspace-hack v0.1.0
12282026-09-01T07:50:54.345Z Checking foreign-types-shared v0.3.1
12292026-09-01T07:50:54.384Z Checking managed v0.8.0
12302026-09-01T07:50:54.410Z Checking num_enum v0.7.5
12312026-09-01T07:50:54.413Z Checking scroll v0.12.0
12322026-09-01T07:50:54.437Z Checking foreign-types v0.5.0
12332026-09-01T07:50:54.576Z Checking num v0.4.3
12342026-09-01T07:50:54.633Z Checking hubpack v0.1.2
12352026-09-01T07:50:54.658Z Checking postcard v1.1.3
12362026-09-01T07:50:54.707Z Checking ingot v0.1.1
12372026-09-01T07:50:54.804Z Compiling dof v0.3.0
12382026-09-01T07:50:54.931Z Checking toml v0.8.23
12392026-09-01T07:50:55.348Z Checking block-buffer v0.12.0
12402026-09-01T07:50:55.414Z Checking crypto-common v0.2.2
12412026-09-01T07:50:55.600Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12422026-09-01T07:50:55.713Z Compiling dtrace-parser v0.2.0
12432026-09-01T07:50:55.956Z Checking camino-tempfile v1.4.1
12442026-09-01T07:50:56.024Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-09-01T07:50:56.071Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-09-01T07:50:56.108Z Checking cstr-argument v0.1.2
12472026-09-01T07:50:56.227Z Compiling thread-id v4.2.2
12482026-09-01T07:50:56.240Z Checking float-ord v0.3.2
12492026-09-01T07:50:56.296Z Checking const-oid v0.10.2
12502026-09-01T07:50:56.314Z Checking static_assertions v1.1.0
12512026-09-01T07:50:56.328Z Compiling minimal-lexical v0.2.1
12522026-09-01T07:50:56.384Z Checking compression-core v0.4.32
12532026-09-01T07:50:56.451Z Checking digest v0.11.3
12542026-09-01T07:50:56.509Z Compiling nom v7.1.3
12552026-09-01T07:50:56.512Z Checking compression-codecs v0.4.32
12562026-09-01T07:50:56.600Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-09-01T07:50:56.685Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12582026-09-01T07:50:56.708Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12592026-09-01T07:50:56.847Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12602026-09-01T07:50:56.990Z Checking goblin v0.8.2
12612026-09-01T07:50:57.075Z Checking rayon v1.11.0
12622026-09-01T07:50:57.348Z Compiling num_enum_derive v0.5.11
12632026-09-01T07:50:57.483Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-09-01T07:50:57.627Z Compiling rustc_version v0.4.1
12652026-09-01T07:50:57.811Z Checking toml_datetime v1.1.1+spec-1.1.0
12662026-09-01T07:50:57.904Z Compiling dropshot v0.17.1
12672026-09-01T07:50:58.013Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12682026-09-01T07:50:58.135Z Checking cpufeatures v0.3.0
12692026-09-01T07:50:58.211Z Checking tinyvec_macros v0.1.1
12702026-09-01T07:50:58.224Z Compiling rustix v0.38.44
12712026-09-01T07:50:58.236Z Compiling convert_case v0.4.0
12722026-09-01T07:50:58.280Z Checking tinyvec v1.10.0
12732026-09-01T07:50:58.359Z Checking num_enum v0.5.11
12742026-09-01T07:50:58.544Z Compiling derive_more v0.99.20
12752026-09-01T07:50:58.558Z Checking sha1 v0.11.0
12762026-09-01T07:50:58.594Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12772026-09-01T07:50:58.653Z Checking toml v1.1.2+spec-1.1.0
12782026-09-01T07:50:58.721Z Checking async-compression v0.4.33
12792026-09-01T07:50:58.951Z Compiling nix v0.30.1
12802026-09-01T07:50:59.094Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-09-01T07:50:59.214Z Checking libscf-sys v1.2.0
12822026-09-01T07:50:59.333Z Compiling libz-sys v1.1.22
12832026-09-01T07:50:59.345Z Compiling dropshot_endpoint v0.17.1
12842026-09-01T07:50:59.462Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12852026-09-01T07:50:59.576Z Checking bytecount v0.6.9
12862026-09-01T07:50:59.813Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12872026-09-01T07:51:00.278Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12882026-09-01T07:51:00.429Z Compiling usdt-macro v0.5.0
12892026-09-01T07:51:00.447Z Compiling usdt-attr-macro v0.5.0
12902026-09-01T07:51:00.647Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-09-01T07:51:00.686Z Compiling zone_cfg_derive v0.3.1
12922026-09-01T07:51:00.750Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-09-01T07:51:00.923Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-09-01T07:51:00.941Z Checking itertools v0.12.1
12952026-09-01T07:51:01.092Z Checking sigpipe v0.1.3
12962026-09-01T07:51:01.170Z Checking memmap v0.7.0
12972026-09-01T07:51:01.183Z Checking glob v0.3.3
12982026-09-01T07:51:01.303Z Checking jiff v0.2.15
12992026-09-01T07:51:01.345Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13002026-09-01T07:51:01.358Z Checking usdt v0.5.0
13012026-09-01T07:51:01.361Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13022026-09-01T07:51:01.477Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13032026-09-01T07:51:01.574Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13042026-09-01T07:51:01.658Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13052026-09-01T07:51:01.671Z Checking smf v0.2.3
13062026-09-01T07:51:01.766Z Checking secrecy v0.10.3
13072026-09-01T07:51:01.794Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13082026-09-01T07:51:01.868Z Checking bstr v1.12.0
13092026-09-01T07:51:01.893Z Checking whoami v1.6.1
13102026-09-01T07:51:01.920Z Checking zone v0.3.1
13112026-09-01T07:51:02.052Z Compiling curve25519-dalek v4.1.3
13122026-09-01T07:51:02.188Z Checking hmac v0.12.1
13132026-09-01T07:51:02.201Z Compiling clang-sys v1.8.1
13142026-09-01T07:51:02.258Z Checking inout v0.1.4
13152026-09-01T07:51:02.316Z Compiling enum-as-inner v0.6.1
13162026-09-01T07:51:02.330Z Checking ff v0.13.1
13172026-09-01T07:51:02.369Z Checking data-encoding v2.9.0
13182026-09-01T07:51:02.425Z Compiling semver v0.1.20
13192026-09-01T07:51:02.486Z Checking group v0.13.0
13202026-09-01T07:51:02.594Z Compiling rustc_version v0.1.7
13212026-09-01T07:51:02.625Z Checking cipher v0.4.4
13222026-09-01T07:51:02.671Z Checking hkdf v0.12.4
13232026-09-01T07:51:02.763Z Checking atomicwrites v0.4.4
13242026-09-01T07:51:02.791Z Compiling thiserror-impl-no-std v2.0.2
13252026-09-01T07:51:02.804Z Checking universal-hash v0.5.1
13262026-09-01T07:51:02.816Z Checking crypto-bigint v0.5.5
13272026-09-01T07:51:02.890Z Compiling regress v0.11.1
13282026-09-01T07:51:02.912Z Checking half v2.7.1
13292026-09-01T07:51:02.924Z Compiling curve25519-dalek-derive v0.1.1
13302026-09-01T07:51:03.160Z Checking base64ct v1.8.0
13312026-09-01T07:51:03.393Z Checking indent_write v2.2.0
13322026-09-01T07:51:03.519Z Checking opaque-debug v0.3.1
13332026-09-01T07:51:03.583Z Checking base16ct v0.2.0
13342026-09-01T07:51:03.597Z Checking ciborium-io v0.2.2
13352026-09-01T07:51:03.684Z Checking ciborium-ll v0.2.2
13362026-09-01T07:51:03.700Z Checking poly1305 v0.8.0
13372026-09-01T07:51:03.745Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13382026-09-01T07:51:03.847Z Checking elliptic-curve v0.13.8
13392026-09-01T07:51:03.860Z Checking thiserror-no-std v2.0.2
13402026-09-01T07:51:03.896Z Checking password-hash v0.5.0
13412026-09-01T07:51:03.919Z Checking chacha20 v0.9.1
13422026-09-01T07:51:03.944Z Compiling newtype_derive v0.1.6
13432026-09-01T07:51:04.090Z Checking similar v2.7.0
13442026-09-01T07:51:04.104Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13452026-09-01T07:51:04.117Z Compiling nix v0.31.3
13462026-09-01T07:51:04.169Z Checking blake2 v0.10.6
13472026-09-01T07:51:04.349Z Checking aead v0.5.2
13482026-09-01T07:51:04.385Z Compiling libloading v0.8.9
13492026-09-01T07:51:04.422Z Compiling typify-impl v0.6.2
13502026-09-01T07:51:04.482Z Compiling owo-colors v4.3.0
13512026-09-01T07:51:04.496Z Checking linked-hash-map v0.5.6
13522026-09-01T07:51:04.560Z Checking keccak v0.1.6
13532026-09-01T07:51:04.580Z Compiling bindgen v0.72.1
13542026-09-01T07:51:04.660Z Checking resolv-conf v0.7.5
13552026-09-01T07:51:04.713Z Checking sha3 v0.10.8
13562026-09-01T07:51:04.836Z Checking lru-cache v0.1.2
13572026-09-01T07:51:04.854Z Checking vsss-rs v3.3.4
13582026-09-01T07:51:04.921Z Checking chacha20poly1305 v0.10.1
13592026-09-01T07:51:04.949Z Checking argon2 v0.5.3
13602026-09-01T07:51:05.098Z Checking ciborium v0.2.2
13612026-09-01T07:51:05.250Z Checking hickory-proto v0.24.4
13622026-09-01T07:51:05.506Z Checking tokio-dtrace v0.1.1
13632026-09-01T07:51:05.530Z Checking papergrid v0.18.0
13642026-09-01T07:51:05.559Z Compiling cexpr v0.6.0
13652026-09-01T07:51:05.680Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13662026-09-01T07:51:05.923Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13672026-09-01T07:51:06.135Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13682026-09-01T07:51:06.286Z Checking serde-big-array v0.5.1
13692026-09-01T07:51:06.368Z Compiling serde_repr v0.1.20
13702026-09-01T07:51:06.416Z Compiling derive-where v1.6.0
13712026-09-01T07:51:06.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13722026-09-01T07:51:06.763Z Checking unicode-segmentation v1.12.0
13732026-09-01T07:51:06.840Z Checking siphasher v1.0.1
13742026-09-01T07:51:06.907Z Checking same-file v1.0.6
13752026-09-01T07:51:06.930Z Compiling shlex v1.3.0
13762026-09-01T07:51:07.002Z Checking phf_shared v0.12.1
13772026-09-01T07:51:07.024Z Checking walkdir v2.5.0
13782026-09-01T07:51:07.075Z Checking newline-converter v0.3.0
13792026-09-01T07:51:07.140Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-09-01T07:51:07.183Z Checking hickory-resolver v0.24.4
13812026-09-01T07:51:07.232Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13822026-09-01T07:51:07.698Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13832026-09-01T07:51:07.825Z Checking tabled v0.21.0
13842026-09-01T07:51:07.865Z Compiling typify-macro v0.6.2
13852026-09-01T07:51:07.907Z Checking oxide-tokio-rt v0.1.2
13862026-09-01T07:51:08.049Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13872026-09-01T07:51:08.785Z Checking itertools v0.15.0
13882026-09-01T07:51:08.867Z Checking console v0.15.11
13892026-09-01T07:51:08.936Z Compiling progenitor-impl v0.10.0
13902026-09-01T07:51:09.138Z Checking tokio-stream v0.1.17
13912026-09-01T07:51:09.164Z Compiling pin-project-internal v1.1.10
13922026-09-01T07:51:09.380Z Compiling slog-dtrace v0.3.0
13932026-09-01T07:51:09.419Z Checking csv-core v0.1.12
13942026-09-01T07:51:09.505Z Checking unicode-linebreak v0.1.5
13952026-09-01T07:51:09.600Z Compiling unicode-xid v0.2.6
13962026-09-01T07:51:09.613Z Compiling chrono-tz v0.10.4
13972026-09-01T07:51:09.718Z Checking smawk v0.3.2
13982026-09-01T07:51:09.731Z Checking unicode-width v0.1.14
13992026-09-01T07:51:09.829Z Compiling cancel-safe-futures v0.1.5
14002026-09-01T07:51:09.851Z Checking swrite v0.1.0
14012026-09-01T07:51:09.867Z Checking foldhash v0.1.5
14022026-09-01T07:51:09.977Z Checking textwrap v0.16.2
14032026-09-01T07:51:10.001Z Checking hashbrown v0.15.5
14042026-09-01T07:51:10.108Z Compiling const_format_proc_macros v0.2.34
14052026-09-01T07:51:10.227Z Checking pin-project v1.1.10
14062026-09-01T07:51:10.244Z Checking csv v1.4.0
14072026-09-01T07:51:10.323Z Checking qorb v0.4.1
14082026-09-01T07:51:10.470Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-09-01T07:51:10.706Z Checking expectorate v1.2.0
14102026-09-01T07:51:10.832Z Checking phf v0.12.1
14112026-09-01T07:51:10.884Z Checking unicode-normalization v0.1.24
14122026-09-01T07:51:10.975Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-09-01T07:51:10.990Z Compiling progenitor-macro v0.10.0
14142026-09-01T07:51:11.291Z Compiling snafu-derive v0.8.9
14152026-09-01T07:51:11.905Z Checking libsw-core v0.3.2
14162026-09-01T07:51:11.944Z Compiling libgit2-sys v0.17.0+1.8.1
14172026-09-01T07:51:12.049Z Compiling async-recursion v1.1.1
14182026-09-01T07:51:12.168Z Compiling cookie v0.18.1
14192026-09-01T07:51:12.427Z Checking fixedbitset v0.5.7
14202026-09-01T07:51:12.577Z Checking highway v1.3.0
14212026-09-01T07:51:12.600Z Checking fixedbitset v0.4.2
14222026-09-01T07:51:12.630Z Compiling moka v0.12.11
14232026-09-01T07:51:12.753Z Checking petgraph v0.6.5
14242026-09-01T07:51:12.766Z Checking petgraph v0.8.2
14252026-09-01T07:51:12.990Z Checking snafu v0.8.9
14262026-09-01T07:51:13.226Z Checking libsw v3.5.0
14272026-09-01T07:51:13.375Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14282026-09-01T07:51:13.563Z Checking olpc-cjson v0.1.4
14292026-09-01T07:51:13.862Z Checking const_format v0.2.34
14302026-09-01T07:51:13.991Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-09-01T07:51:14.103Z Checking papergrid v0.11.0
14322026-09-01T07:51:14.298Z Compiling typify v0.6.2
14332026-09-01T07:51:14.339Z Checking globset v0.4.16
14342026-09-01T07:51:14.375Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14352026-09-01T07:51:14.389Z Checking gethostname v0.5.0
14362026-09-01T07:51:14.576Z Compiling tabled_derive v0.7.0
14372026-09-01T07:51:14.589Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-09-01T07:51:14.697Z Checking reqwest v0.13.2
14392026-09-01T07:51:14.862Z Checking bcs v0.1.6
14402026-09-01T07:51:14.910Z Checking pem v3.0.5
14412026-09-01T07:51:15.069Z Checking serde_plain v1.0.2
14422026-09-01T07:51:15.087Z Compiling signal-hook v0.4.4
14432026-09-01T07:51:15.148Z Checking progenitor v0.10.0
14442026-09-01T07:51:15.209Z Checking tagptr v0.2.0
14452026-09-01T07:51:15.235Z Checking linear-map v1.2.0
14462026-09-01T07:51:15.277Z Checking humantime v2.3.0
14472026-09-01T07:51:15.295Z Checking termtree v0.5.1
14482026-09-01T07:51:15.344Z Checking typed-path v0.9.3
14492026-09-01T07:51:15.402Z Checking crc8 v0.1.1
14502026-09-01T07:51:15.425Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-09-01T07:51:15.493Z Checking tabled v0.15.0
14522026-09-01T07:51:15.525Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-09-01T07:51:16.054Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-09-01T07:51:16.082Z Checking tough v0.20.0
14552026-09-01T07:51:16.212Z Compiling progenitor-impl v0.14.0
14562026-09-01T07:51:16.645Z Checking steno v0.4.1
14572026-09-01T07:51:16.939Z Checking hickory-proto v0.25.2
14582026-09-01T07:51:17.640Z Compiling curl-sys v0.4.89+curl-8.20.0
14592026-09-01T07:51:17.659Z Compiling cargo-platform v0.1.9
14602026-09-01T07:51:17.901Z Compiling vergen v8.3.2
14612026-09-01T07:51:17.962Z Compiling fs-err v3.1.2
14622026-09-01T07:51:18.023Z Compiling cargo_metadata v0.18.1
14632026-09-01T07:51:18.293Z Checking progenitor-client v0.14.0
14642026-09-01T07:51:18.338Z Checking dropshot-api-manager-types v0.7.2
14652026-09-01T07:51:18.342Z Compiling progenitor-macro v0.14.0
14662026-09-01T07:51:18.502Z Checking sha2 v0.10.9
14672026-09-01T07:51:18.516Z Compiling blake3 v1.8.2
14682026-09-01T07:51:18.538Z Checking hickory-resolver v0.25.2
14692026-09-01T07:51:19.161Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14702026-09-01T07:51:19.287Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14712026-09-01T07:51:19.381Z Checking git-stub v1.0.0
14722026-09-01T07:51:19.399Z Compiling strum_macros v0.28.0
14732026-09-01T07:51:19.880Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14742026-09-01T07:51:20.475Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-09-01T07:51:20.478Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-09-01T07:51:21.026Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-09-01T07:51:21.196Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-09-01T07:51:21.233Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-09-01T07:51:21.442Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-09-01T07:51:21.549Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-09-01T07:51:21.663Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-09-01T07:51:21.687Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-09-01T07:51:21.769Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-09-01T07:51:21.901Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14852026-09-01T07:51:22.467Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-09-01T07:51:22.537Z Checking progenitor v0.14.0
14872026-09-01T07:51:22.665Z Checking filetime v0.2.26
14882026-09-01T07:51:22.711Z Compiling curl v0.4.50
14892026-09-01T07:51:22.802Z Checking is_ci v1.2.0
14902026-09-01T07:51:22.818Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14912026-09-01T07:51:22.895Z Checking arrayref v0.3.9
14922026-09-01T07:51:22.908Z Checking arrayvec v0.7.6
14932026-09-01T07:51:22.922Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-09-01T07:51:22.953Z Checking constant_time_eq v0.3.1
14952026-09-01T07:51:22.967Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14962026-09-01T07:51:23.044Z Checking xattr v1.6.1
14972026-09-01T07:51:23.173Z Checking tar v0.4.45
14982026-09-01T07:51:23.222Z Checking supports-color v3.0.2
14992026-09-01T07:51:23.347Z Checking toml v0.7.8
15002026-09-01T07:51:23.361Z Checking strum v0.28.0
15012026-09-01T07:51:23.547Z Checking git-stub-vcs v0.1.0
15022026-09-01T07:51:23.744Z Checking drift v0.2.0
15032026-09-01T07:51:23.786Z Checking kstat-rs v0.2.4
15042026-09-01T07:51:23.901Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-09-01T07:51:23.969Z Checking topological-sort v0.2.2
15062026-09-01T07:51:24.046Z Checking dropshot-api-manager v0.7.2
15072026-09-01T07:51:24.102Z Checking omicron-zone-package v0.12.2
15082026-09-01T07:51:24.292Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-09-01T07:51:25.018Z Checking signal-hook-tokio v0.4.0
15102026-09-01T07:51:25.143Z Checking scuffle v0.1.0
15112026-09-01T07:51:25.290Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15122026-09-01T07:51:25.480Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-09-01T07:51:25.623Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15142026-09-01T07:51:25.663Z Checking iddqd v0.4.5
15152026-09-01T07:51:25.712Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15162026-09-01T07:51:26.060Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15172026-09-01T07:51:26.251Z Checking search_path v0.1.4
15182026-09-01T07:51:26.264Z Checking internet-checksum v0.2.1
15192026-09-01T07:51:26.388Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15202026-09-01T07:51:26.452Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15212026-09-01T07:51:26.467Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15222026-09-01T07:51:26.593Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15232026-09-01T07:51:26.869Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-09-01T07:51:27.116Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15252026-09-01T07:51:27.226Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-09-01T07:51:28.112Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-09-01T07:51:28.466Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-09-01T07:51:28.601Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15292026-09-01T07:51:29.008Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15302026-09-01T07:51:29.766Z Compiling git2 v0.19.0
15312026-09-01T07:51:31.962Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15322026-09-01T07:51:34.254Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15332026-09-01T07:51:40.006Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-09-01T07:51:41.275Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15352026-09-01T07:51:46.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15362026-09-01T07:51:47.063Z+ for feat in tofino_stub tofino_asic softnpu chaos
15372026-09-01T07:51:47.064Z+ cargo clippy --features tofino_asic -- --deny warnings
15382026-09-01T07:51:47.556Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15392026-09-01T07:51:47.556Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15402026-09-01T07:51:47.631Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15412026-09-01T07:51:47.634Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15422026-09-01T07:51:54.869Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15432026-09-01T07:51:54.872Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15442026-09-01T07:51:57.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
15452026-09-01T07:51:57.823Z+ for feat in tofino_stub tofino_asic softnpu chaos
15462026-09-01T07:51:57.823Z+ cargo clippy --features softnpu -- --deny warnings
15472026-09-01T07:51:58.122Z Downloading crates ...
15482026-09-01T07:51:58.261Z Downloaded wyz v0.5.1
15492026-09-01T07:51:58.264Z Downloaded libloading v0.7.4
15502026-09-01T07:51:58.268Z Downloaded serde_arrays v0.1.0
15512026-09-01T07:51:58.271Z Downloaded radium v0.7.0
15522026-09-01T07:51:58.272Z Downloaded typeid v1.0.3
15532026-09-01T07:51:58.272Z Downloaded tap v1.0.1
15542026-09-01T07:51:58.275Z Downloaded bitstruct v0.1.1
15552026-09-01T07:51:58.275Z Downloaded funty v2.0.0
15562026-09-01T07:51:58.275Z Downloaded erased-serde v0.4.8
15572026-09-01T07:51:58.278Z Downloaded bitstruct_derive v0.1.0
15582026-09-01T07:51:58.281Z Downloaded ascii v1.1.0
15592026-09-01T07:51:58.289Z Downloaded bitvec v1.0.1
15602026-09-01T07:51:58.297Z Downloaded num-bigint v0.4.6
15612026-09-01T07:51:58.414Z Checking num-integer v0.1.46
15622026-09-01T07:51:58.491Z Checking num-complex v0.4.6
15632026-09-01T07:51:58.501Z Compiling radium v0.7.0
15642026-09-01T07:51:58.508Z Checking tap v1.0.1
15652026-09-01T07:51:58.514Z Checking funty v2.0.0
15662026-09-01T07:51:58.520Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15672026-09-01T07:51:58.523Z Compiling typeid v1.0.3
15682026-09-01T07:51:58.533Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-09-01T07:51:58.589Z Checking wyz v0.5.1
15702026-09-01T07:51:58.685Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-09-01T07:51:58.694Z Checking num-bigint v0.4.6
15722026-09-01T07:51:58.719Z Checking num-iter v0.1.45
15732026-09-01T07:51:58.772Z Compiling erased-serde v0.4.8
15742026-09-01T07:51:58.788Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-09-01T07:51:58.804Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-09-01T07:51:58.820Z Compiling bitstruct_derive v0.1.0
15772026-09-01T07:51:58.887Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-09-01T07:51:58.896Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-09-01T07:51:58.915Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-09-01T07:51:58.935Z Checking bitvec v1.0.1
15812026-09-01T07:51:58.944Z Checking ascii v1.1.0
15822026-09-01T07:51:58.996Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-09-01T07:51:59.006Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15842026-09-01T07:51:59.108Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-09-01T07:51:59.112Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15862026-09-01T07:51:59.126Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-09-01T07:51:59.160Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15882026-09-01T07:51:59.412Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15892026-09-01T07:51:59.422Z Checking serde_arrays v0.1.0
15902026-09-01T07:51:59.453Z Checking bitstruct v0.1.1
15912026-09-01T07:51:59.511Z Checking num-rational v0.4.2
15922026-09-01T07:51:59.519Z Checking libloading v0.7.4
15932026-09-01T07:51:59.531Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15942026-09-01T07:51:59.771Z Checking num v0.4.3
15952026-09-01T07:51:59.836Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-09-01T07:52:00.377Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15972026-09-01T07:52:00.674Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15982026-09-01T07:52:00.674Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15992026-09-01T07:52:00.864Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
16002026-09-01T07:52:01.047Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-09-01T07:52:01.047Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-09-01T07:52:01.505Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-09-01T07:52:01.721Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-09-01T07:52:01.724Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16052026-09-01T07:52:01.724Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16062026-09-01T07:52:01.724Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-09-01T07:52:02.523Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16082026-09-01T07:52:03.310Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-09-01T07:52:07.448Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-09-01T07:52:07.563Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-09-01T07:52:14.055Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-09-01T07:52:15.316Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-09-01T07:52:15.839Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16142026-09-01T07:52:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.92s
16152026-09-01T07:52:20.935Z+ for feat in tofino_stub tofino_asic softnpu chaos
16162026-09-01T07:52:20.935Z+ cargo clippy --features chaos -- --deny warnings
16172026-09-01T07:52:21.419Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16182026-09-01T07:52:21.422Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16192026-09-01T07:52:21.422Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-09-01T07:52:28.780Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16212026-09-01T07:52:28.781Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-09-01T07:52:31.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s
16232026-09-01T07:52:31.582Z+ banner fmt
16242026-09-01T07:52:31.586Z
16252026-09-01T07:52:31.586Z ###### # # #####
16262026-09-01T07:52:31.586Z # ## ## #
16272026-09-01T07:52:31.586Z ##### # ## # #
16282026-09-01T07:52:31.586Z # # # #
16292026-09-01T07:52:31.586Z # # # #
16302026-09-01T07:52:31.586Z # # # #
16312026-09-01T07:52:31.587Z
16322026-09-01T07:52:31.587Z+ cargo fmt -- --check
16332026-09-01T07:52:32.043Z+ banner test
16342026-09-01T07:52:32.046Z
16352026-09-01T07:52:32.046Z ##### ###### #### #####
16362026-09-01T07:52:32.046Z # # # #
16372026-09-01T07:52:32.046Z # ##### #### #
16382026-09-01T07:52:32.047Z # # # #
16392026-09-01T07:52:32.047Z # # # # #
16402026-09-01T07:52:32.047Z # ###### #### #
16412026-09-01T07:52:32.047Z
16422026-09-01T07:52:32.047Z+ for feat in tofino_stub tofino_asic softnpu chaos
16432026-09-01T07:52:32.047Z+ RUST_BACKTRACE=full
16442026-09-01T07:52:32.047Z+ cargo test --features tofino_stub --no-fail-fast
16452026-09-01T07:52:32.887Z Compiling unicode-ident v1.0.24
16462026-09-01T07:52:32.887Z Compiling cfg-if v1.0.4
16472026-09-01T07:52:32.890Z Compiling memchr v2.7.5
16482026-09-01T07:52:33.003Z Compiling serde_core v1.0.228
16492026-09-01T07:52:33.008Z Compiling itoa v1.0.15
16502026-09-01T07:52:33.011Z Compiling libc v0.2.186
16512026-09-01T07:52:33.023Z Compiling zmij v1.0.17
16522026-09-01T07:52:33.049Z Compiling libm v0.2.15
16532026-09-01T07:52:33.097Z Compiling proc-macro2 v1.0.106
16542026-09-01T07:52:33.128Z Compiling equivalent v1.0.2
16552026-09-01T07:52:33.215Z Compiling log v0.4.29
16562026-09-01T07:52:33.290Z Compiling heck v0.5.0
16572026-09-01T07:52:33.500Z Compiling quote v1.0.45
16582026-09-01T07:52:33.524Z Compiling iana-time-zone v0.1.64
16592026-09-01T07:52:33.554Z Compiling smallvec v1.15.1
16602026-09-01T07:52:33.730Z Compiling syn v2.0.118
16612026-09-01T07:52:33.742Z Compiling dyn-clone v1.0.20
16622026-09-01T07:52:33.766Z Compiling hashbrown v0.17.1
16632026-09-01T07:52:33.783Z Compiling fnv v1.0.7
16642026-09-01T07:52:33.797Z Compiling stable_deref_trait v1.2.0
16652026-09-01T07:52:33.874Z Compiling regex-syntax v0.8.11
16662026-09-01T07:52:33.886Z Compiling pin-project-lite v0.2.16
16672026-09-01T07:52:33.889Z Compiling percent-encoding v2.3.2
16682026-09-01T07:52:33.982Z Compiling writeable v0.6.1
16692026-09-01T07:52:34.094Z Compiling litemap v0.8.0
16702026-09-01T07:52:34.162Z Compiling num-traits v0.2.19
16712026-09-01T07:52:34.286Z Compiling icu_properties_data v2.0.1
16722026-09-01T07:52:34.312Z Compiling icu_normalizer_data v2.0.0
16732026-09-01T07:52:34.326Z Compiling form_urlencoded v1.2.2
16742026-09-01T07:52:34.388Z Compiling utf8_iter v1.0.4
16752026-09-01T07:52:34.418Z Compiling getrandom v0.4.2
16762026-09-01T07:52:34.503Z Compiling aho-corasick v1.1.3
16772026-09-01T07:52:34.532Z Compiling ucd-trie v0.1.7
16782026-09-01T07:52:34.564Z Compiling scopeguard v1.2.0
16792026-09-01T07:52:34.674Z Compiling semver v1.0.28
16802026-09-01T07:52:34.764Z Compiling serde_json v1.0.150
16812026-09-01T07:52:34.805Z Compiling indexmap v2.14.0
16822026-09-01T07:52:34.825Z Compiling byteorder v1.5.0
16832026-09-01T07:52:35.016Z Compiling lock_api v0.4.14
16842026-09-01T07:52:35.046Z Compiling uuid v1.23.3
16852026-09-01T07:52:35.207Z Compiling allocator-api2 v0.2.21
16862026-09-01T07:52:35.238Z Compiling futures-core v0.3.32
16872026-09-01T07:52:35.390Z Compiling regex-automata v0.4.13
16882026-09-01T07:52:35.427Z Compiling foldhash v0.2.0
16892026-09-01T07:52:35.528Z Compiling ryu v1.0.20
16902026-09-01T07:52:35.657Z Compiling hashbrown v0.16.1
16912026-09-01T07:52:35.718Z Compiling pretty-hex v0.4.1
16922026-09-01T07:52:35.859Z Compiling strsim v0.11.1
16932026-09-01T07:52:35.936Z Compiling futures-sink v0.3.32
16942026-09-01T07:52:36.044Z Compiling num-conv v0.2.1
16952026-09-01T07:52:36.119Z Compiling plain v0.2.3
16962026-09-01T07:52:36.201Z Compiling time-core v0.1.8
16972026-09-01T07:52:36.231Z Compiling slab v0.4.11
16982026-09-01T07:52:36.254Z Compiling futures-channel v0.3.32
16992026-09-01T07:52:36.349Z Compiling time-macros v0.2.27
17002026-09-01T07:52:36.476Z Compiling synstructure v0.13.2
17012026-09-01T07:52:36.547Z Compiling serde_derive_internals v0.29.1
17022026-09-01T07:52:36.594Z Compiling futures-task v0.3.32
17032026-09-01T07:52:36.772Z Compiling futures-io v0.3.32
17042026-09-01T07:52:36.909Z Compiling regress v0.10.5
17052026-09-01T07:52:36.937Z Compiling darling_core v0.21.3
17062026-09-01T07:52:37.066Z Compiling thread-id v5.0.0
17072026-09-01T07:52:37.130Z Compiling regex v1.12.4
17082026-09-01T07:52:37.153Z Compiling getrandom v0.2.16
17092026-09-01T07:52:37.306Z Compiling socket2 v0.6.4
17102026-09-01T07:52:37.378Z Compiling parking_lot_core v0.9.12
17112026-09-01T07:52:37.607Z Compiling parking_lot v0.12.5
17122026-09-01T07:52:37.676Z Compiling bitflags v2.11.1
17132026-09-01T07:52:37.739Z Compiling serde_derive v1.0.228
17142026-09-01T07:52:37.755Z Compiling zerofrom-derive v0.1.6
17152026-09-01T07:52:37.779Z Compiling yoke-derive v0.8.0
17162026-09-01T07:52:37.919Z Compiling zerovec-derive v0.11.1
17172026-09-01T07:52:38.001Z Compiling displaydoc v0.2.5
17182026-09-01T07:52:38.013Z Compiling thiserror-impl v2.0.18
17192026-09-01T07:52:38.762Z Compiling schemars_derive v0.8.22
17202026-09-01T07:52:38.833Z Compiling tokio-macros v2.7.0
17212026-09-01T07:52:38.977Z Compiling zeroize_derive v1.4.3
17222026-09-01T07:52:39.018Z Compiling zerocopy-derive v0.8.27
17232026-09-01T07:52:39.056Z Compiling futures-macro v0.3.32
17242026-09-01T07:52:39.267Z Compiling thiserror v2.0.18
17252026-09-01T07:52:39.377Z Compiling zerofrom v0.1.6
17262026-09-01T07:52:39.512Z Compiling yoke v0.8.0
17272026-09-01T07:52:39.593Z Compiling tracing-attributes v0.1.30
17282026-09-01T07:52:39.674Z Compiling zerovec v0.11.4
17292026-09-01T07:52:39.702Z Compiling zerotrie v0.2.2
17302026-09-01T07:52:39.902Z Compiling thiserror-impl v1.0.69
17312026-09-01T07:52:39.999Z Compiling pest v2.8.2
17322026-09-01T07:52:40.015Z Compiling scroll_derive v0.13.1
17332026-09-01T07:52:40.265Z Compiling zerocopy v0.8.27
17342026-09-01T07:52:40.428Z Compiling serde v1.0.228
17352026-09-01T07:52:40.777Z Compiling tinystr v0.8.1
17362026-09-01T07:52:40.831Z Compiling potential_utf v0.1.3
17372026-09-01T07:52:40.871Z Compiling bytes v1.12.0
17382026-09-01T07:52:40.942Z Compiling serde_tokenstream v0.2.3
17392026-09-01T07:52:40.982Z Compiling icu_locale_core v2.0.0
17402026-09-01T07:52:41.001Z Compiling icu_collections v2.0.0
17412026-09-01T07:52:41.046Z Compiling chrono v0.4.45
17422026-09-01T07:52:41.088Z Compiling pest_meta v2.8.2
17432026-09-01T07:52:41.224Z Compiling async-trait v0.1.89
17442026-09-01T07:52:41.299Z Compiling scroll v0.13.0
17452026-09-01T07:52:41.537Z Compiling icu_provider v2.0.0
17462026-09-01T07:52:41.589Z Compiling http v1.4.2
17472026-09-01T07:52:41.603Z Compiling goblin v0.10.1
17482026-09-01T07:52:41.787Z Compiling pest_generator v2.8.2
17492026-09-01T07:52:41.874Z Compiling icu_properties v2.0.1
17502026-09-01T07:52:41.900Z Compiling icu_normalizer v2.0.0
17512026-09-01T07:52:42.274Z Compiling schemars v0.8.22
17522026-09-01T07:52:42.430Z Compiling daft-derive v0.1.5
17532026-09-01T07:52:42.460Z Compiling pest_derive v2.8.2
17542026-09-01T07:52:42.591Z Compiling darling_macro v0.21.3
17552026-09-01T07:52:42.608Z Compiling openssl-macros v0.1.1
17562026-09-01T07:52:43.031Z Compiling idna_adapter v1.2.1
17572026-09-01T07:52:43.086Z Compiling dtrace-parser v0.3.0
17582026-09-01T07:52:43.098Z Compiling typify-impl v0.4.3
17592026-09-01T07:52:43.153Z Compiling idna v1.1.0
17602026-09-01T07:52:43.192Z Compiling darling v0.21.3
17612026-09-01T07:52:43.195Z Compiling openapiv3 v2.2.0
17622026-09-01T07:52:43.273Z Compiling async-stream-impl v0.3.6
17632026-09-01T07:52:43.396Z Compiling structmeta-derive v0.3.0
17642026-09-01T07:52:43.912Z Compiling url v2.5.7
17652026-09-01T07:52:43.925Z Compiling newtype-uuid-macros v0.1.0
17662026-09-01T07:52:43.978Z Compiling serde_yaml v0.9.34+deprecated
17672026-09-01T07:52:44.455Z Compiling dof v0.4.0
17682026-09-01T07:52:44.690Z Compiling structmeta v0.3.0
17692026-09-01T07:52:44.734Z Compiling zeroize v1.8.1
17702026-09-01T07:52:44.795Z Compiling strum_macros v0.26.4
17712026-09-01T07:52:44.808Z Compiling signal-hook-registry v1.4.6
17722026-09-01T07:52:44.890Z Compiling untrusted v0.9.0
17732026-09-01T07:52:44.941Z Compiling usdt-impl v0.6.0
17742026-09-01T07:52:45.015Z Compiling thiserror v1.0.69
17752026-09-01T07:52:45.121Z Compiling mio v1.2.1
17762026-09-01T07:52:45.204Z Compiling omicron-workspace-hack v0.1.0
17772026-09-01T07:52:45.241Z Compiling base64 v0.22.1
17782026-09-01T07:52:45.553Z Compiling tokio v1.52.3
17792026-09-01T07:52:45.582Z Compiling http-body v1.0.1
17802026-09-01T07:52:45.649Z Compiling dropshot_endpoint v0.16.7
17812026-09-01T07:52:45.662Z Compiling ref-cast-impl v1.0.25
17822026-09-01T07:52:45.736Z Compiling ipnet v2.11.0
17832026-09-01T07:52:46.276Z Compiling atomic-waker v1.1.2
17842026-09-01T07:52:46.370Z Compiling derive-ex v0.1.8
17852026-09-01T07:52:46.386Z Compiling usdt-macro v0.6.0
17862026-09-01T07:52:46.403Z Compiling usdt-attr-macro v0.6.0
17872026-09-01T07:52:46.434Z Compiling strum_macros v0.27.2
17882026-09-01T07:52:46.804Z Compiling httparse v1.10.1
17892026-09-01T07:52:47.127Z Compiling portable-atomic v1.11.1
17902026-09-01T07:52:47.431Z Compiling tower-layer v0.3.3
17912026-09-01T07:52:47.572Z Compiling tower-service v0.3.3
17922026-09-01T07:52:47.624Z Compiling try-lock v0.2.5
17932026-09-01T07:52:47.669Z Compiling critical-section v1.2.0
17942026-09-01T07:52:47.682Z Compiling httpdate v1.0.3
17952026-09-01T07:52:47.729Z Compiling want v0.3.1
17962026-09-01T07:52:47.781Z Compiling once_cell v1.21.3
17972026-09-01T07:52:47.903Z Compiling serde_with_macros v3.14.1
17982026-09-01T07:52:47.998Z Compiling ppv-lite86 v0.2.21
17992026-09-01T07:52:48.047Z Compiling test-strategy v0.4.3
18002026-09-01T07:52:48.328Z Compiling erased-serde v0.3.31
18012026-09-01T07:52:48.341Z Compiling subtle v2.6.1
18022026-09-01T07:52:48.511Z Compiling parse-display-derive v0.10.0
18032026-09-01T07:52:48.820Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-09-01T07:52:49.315Z Compiling typify-macro v0.4.3
18052026-09-01T07:52:49.334Z Compiling http-body-util v0.1.3
18062026-09-01T07:52:49.377Z Compiling anyhow v1.0.102
18072026-09-01T07:52:49.600Z Compiling serde_urlencoded v0.7.1
18082026-09-01T07:52:49.621Z Compiling rand_core v0.6.4
18092026-09-01T07:52:49.856Z Compiling typenum v1.20.1
18102026-09-01T07:52:50.068Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18112026-09-01T07:52:50.355Z Compiling futures-util v0.3.32
18122026-09-01T07:52:50.669Z Compiling sync_wrapper v1.0.2
18132026-09-01T07:52:50.834Z Compiling powerfmt v0.2.0
18142026-09-01T07:52:50.930Z Compiling num_threads v0.1.7
18152026-09-01T07:52:51.016Z Compiling deranged v0.5.3
18162026-09-01T07:52:51.032Z Compiling tracing-core v0.1.34
18172026-09-01T07:52:51.046Z Compiling camino v1.2.3
18182026-09-01T07:52:51.329Z Compiling iri-string v0.7.8
18192026-09-01T07:52:51.355Z Compiling typify v0.4.3
18202026-09-01T07:52:51.444Z Compiling progenitor-impl v0.11.1
18212026-09-01T07:52:51.457Z Compiling tracing v0.1.41
18222026-09-01T07:52:51.728Z Compiling encoding_rs v0.8.35
18232026-09-01T07:52:52.138Z Compiling fastrand v2.3.0
18242026-09-01T07:52:52.141Z Compiling mime v0.3.17
18252026-09-01T07:52:52.291Z Compiling cpufeatures v0.2.17
18262026-09-01T07:52:52.374Z Compiling generic-array v0.14.7
18272026-09-01T07:52:52.418Z Compiling hex v0.4.3
18282026-09-01T07:52:52.726Z Compiling errno v0.3.14
18292026-09-01T07:52:52.881Z Compiling crypto-common v0.1.6
18302026-09-01T07:52:52.882Z Compiling tokio-util v0.7.16
18312026-09-01T07:52:53.057Z Compiling thread_local v1.1.9
18322026-09-01T07:52:53.218Z Compiling unicode-width v0.2.1
18332026-09-01T07:52:53.232Z Compiling syn v1.0.109
18342026-09-01T07:52:53.327Z Compiling rustls-pki-types v1.12.0
18352026-09-01T07:52:53.509Z Compiling winnow v0.7.14
18362026-09-01T07:52:53.573Z Compiling match_cfg v0.1.0
18372026-09-01T07:52:53.646Z Compiling rustix v1.1.4
18382026-09-01T07:52:54.116Z Compiling term v1.2.0
18392026-09-01T07:52:54.198Z Compiling winnow v1.0.3
18402026-09-01T07:52:54.362Z Compiling take_mut v0.2.2
18412026-09-01T07:52:54.550Z Compiling toml_parser v1.1.2+spec-1.1.0
18422026-09-01T07:52:54.821Z Compiling h2 v0.4.14
18432026-09-01T07:52:54.834Z Compiling ring v0.17.14
18442026-09-01T07:52:54.985Z Compiling progenitor-macro v0.11.1
18452026-09-01T07:52:55.048Z Compiling serde_spanned v1.1.1
18462026-09-01T07:52:55.253Z Compiling toml_writer v1.1.1+spec-1.1.0
18472026-09-01T07:52:55.470Z Compiling spin v0.9.8
18482026-09-01T07:52:55.484Z Compiling debug-ignore v1.0.5
18492026-09-01T07:52:55.589Z Compiling socket2 v0.5.10
18502026-09-01T07:52:55.819Z Compiling quick-error v1.2.3
18512026-09-01T07:52:56.088Z Compiling block-buffer v0.10.4
18522026-09-01T07:52:56.242Z Compiling waitgroup v0.1.2
18532026-09-01T07:52:56.389Z Compiling async-stream v0.3.6
18542026-09-01T07:52:56.600Z Compiling serde_path_to_error v0.1.20
18552026-09-01T07:52:56.613Z Compiling bit-vec v0.8.0
18562026-09-01T07:52:56.856Z Compiling lazy_static v1.5.0
18572026-09-01T07:52:56.869Z Compiling bit-set v0.8.0
18582026-09-01T07:52:56.963Z Compiling digest v0.10.7
18592026-09-01T07:52:56.967Z Compiling hyper v1.10.1
18602026-09-01T07:52:57.039Z Compiling strum v0.26.3
18612026-09-01T07:52:57.171Z Compiling ipnetwork v0.21.1
18622026-09-01T07:52:57.174Z Compiling crossbeam-utils v0.8.21
18632026-09-01T07:52:57.195Z Compiling toml_datetime v0.7.5+spec-1.1.0
18642026-09-01T07:52:57.400Z Compiling unarray v0.1.4
18652026-09-01T07:52:57.628Z Compiling toml v0.9.12+spec-1.1.0
18662026-09-01T07:52:57.662Z Compiling slog v2.8.2
18672026-09-01T07:52:57.700Z Compiling macaddr v1.0.1
18682026-09-01T07:52:57.711Z Compiling tabwriter v1.4.1
18692026-09-01T07:52:57.926Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18702026-09-01T07:52:57.957Z Compiling ref-cast v1.0.25
18712026-09-01T07:52:58.057Z Compiling colored v3.1.1
18722026-09-01T07:52:58.070Z Compiling hyper-util v0.1.20
18732026-09-01T07:52:58.109Z Compiling strum v0.27.2
18742026-09-01T07:52:58.132Z Compiling aws-lc-sys v0.39.1
18752026-09-01T07:52:58.236Z Compiling getrandom v0.3.3
18762026-09-01T07:52:58.451Z Compiling untrusted v0.7.1
18772026-09-01T07:52:58.582Z Compiling rand_core v0.9.3
18782026-09-01T07:52:58.751Z Compiling aws-lc-rs v1.16.2
18792026-09-01T07:52:58.791Z Compiling oxnet v0.1.6
18802026-09-01T07:52:58.803Z Compiling openssl-sys v0.9.117
18812026-09-01T07:52:59.273Z Compiling instant v0.1.13
18822026-09-01T07:52:59.283Z Compiling foreign-types-shared v0.1.1
18832026-09-01T07:52:59.375Z Compiling foreign-types v0.3.2
18842026-09-01T07:52:59.388Z Compiling rand_chacha v0.9.0
18852026-09-01T07:52:59.452Z Compiling tempfile v3.27.0
18862026-09-01T07:52:59.794Z Compiling rustls-webpki v0.103.6
18872026-09-01T07:52:59.868Z Compiling tower v0.5.2
18882026-09-01T07:52:59.883Z Compiling futures-executor v0.3.32
18892026-09-01T07:53:00.160Z Compiling openssl-probe v0.1.6
18902026-09-01T07:53:00.255Z Compiling rustls v0.23.40
18912026-09-01T07:53:00.346Z Compiling tower-http v0.6.8
18922026-09-01T07:53:00.349Z Compiling futures v0.3.32
18932026-09-01T07:53:00.443Z Compiling rand v0.9.3
18942026-09-01T07:53:00.773Z Compiling openssl v0.10.81
18952026-09-01T07:53:00.794Z Compiling toml_datetime v0.6.11
18962026-09-01T07:53:00.931Z Compiling time v0.3.47
18972026-09-01T07:53:01.072Z Compiling clap_derive v4.6.1
18982026-09-01T07:53:01.313Z Compiling memmap2 v0.9.8
18992026-09-01T07:53:01.932Z Compiling crossbeam-channel v0.5.15
19002026-09-01T07:53:02.343Z Compiling webpki-roots v1.0.2
19012026-09-01T07:53:02.407Z Compiling newtype-uuid v1.3.2
19022026-09-01T07:53:02.698Z Compiling daft v0.1.5
19032026-09-01T07:53:02.807Z Compiling is-terminal v0.4.16
19042026-09-01T07:53:02.907Z Compiling either v1.15.0
19052026-09-01T07:53:03.003Z Compiling slog-term v2.9.2
19062026-09-01T07:53:03.117Z Compiling slog-async v2.8.0
19072026-09-01T07:53:03.583Z Compiling tokio-rustls v0.26.4
19082026-09-01T07:53:03.610Z Compiling native-tls v0.2.14
19092026-09-01T07:53:03.633Z Compiling usdt v0.6.0
19102026-09-01T07:53:03.661Z Compiling slog-json v2.6.1
19112026-09-01T07:53:03.673Z Compiling hostname v0.3.1
19122026-09-01T07:53:03.791Z Compiling tokio-native-tls v0.3.1
19132026-09-01T07:53:03.812Z Compiling hyper-rustls v0.27.7
19142026-09-01T07:53:03.911Z Compiling slog-bunyan v2.5.0
19152026-09-01T07:53:03.923Z Compiling hyper-tls v0.6.0
19162026-09-01T07:53:03.964Z Compiling rustls-webpki v0.102.8
19172026-09-01T07:53:04.014Z Compiling multer v3.1.0
19182026-09-01T07:53:04.147Z Compiling reqwest v0.12.23
19192026-09-01T07:53:04.161Z Compiling rustls-pemfile v2.2.0
19202026-09-01T07:53:04.229Z Compiling hostname v0.4.2
19212026-09-01T07:53:04.380Z Compiling rustls v0.22.4
19222026-09-01T07:53:04.535Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19232026-09-01T07:53:04.904Z Compiling rand_chacha v0.3.1
19242026-09-01T07:53:05.102Z Compiling wait-timeout v0.2.1
19252026-09-01T07:53:05.408Z Compiling rusty-fork v0.3.0
19262026-09-01T07:53:05.411Z Compiling rand v0.8.5
19272026-09-01T07:53:05.489Z Compiling rand_xorshift v0.4.0
19282026-09-01T07:53:05.758Z Compiling sha1 v0.10.6
19292026-09-01T07:53:05.993Z Compiling proptest v1.8.0
19302026-09-01T07:53:06.280Z Compiling tokio-rustls v0.25.0
19312026-09-01T07:53:06.558Z Compiling dropshot v0.16.7
19322026-09-01T07:53:06.828Z Compiling itertools v0.14.0
19332026-09-01T07:53:08.095Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19342026-09-01T07:53:08.399Z Compiling progenitor-client v0.11.1
19352026-09-01T07:53:08.694Z Compiling progenitor-client v0.10.0
19362026-09-01T07:53:08.777Z Compiling serde_with v3.14.1
19372026-09-01T07:53:08.996Z Compiling num-derive v0.4.2
19382026-09-01T07:53:09.211Z Compiling progenitor v0.11.1
19392026-09-01T07:53:09.367Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-09-01T07:53:09.712Z Compiling rustc-hash v2.1.1
19412026-09-01T07:53:09.846Z Compiling iddqd v0.3.18
19422026-09-01T07:53:09.924Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19432026-09-01T07:53:09.969Z Compiling backoff v0.4.0
19442026-09-01T07:53:10.261Z Compiling parse-display v0.10.0
19452026-09-01T07:53:10.439Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19462026-09-01T07:53:10.575Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19472026-09-01T07:53:10.612Z Compiling anstyle v1.0.14
19482026-09-01T07:53:11.118Z Compiling utf8parse v0.2.2
19492026-09-01T07:53:11.285Z Compiling anstyle-parse v1.0.0
19502026-09-01T07:53:11.438Z Compiling anstyle-query v1.1.4
19512026-09-01T07:53:11.467Z Compiling colorchoice v1.0.4
19522026-09-01T07:53:11.470Z Compiling is_terminal_polyfill v1.70.1
19532026-09-01T07:53:11.577Z Compiling anstream v1.0.0
19542026-09-01T07:53:11.590Z Compiling clap_lex v1.1.0
19552026-09-01T07:53:13.040Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19562026-09-01T07:53:15.014Z Compiling winnow v0.5.40
19572026-09-01T07:53:20.025Z Compiling terminal_size v0.4.3
19582026-09-01T07:53:21.560Z Compiling clap_builder v4.6.0
19592026-09-01T07:53:21.678Z Compiling toml_edit v0.19.15
19602026-09-01T07:53:22.182Z Compiling dropshot_endpoint v0.17.1
19612026-09-01T07:53:23.663Z Compiling clap v4.6.1
19622026-09-01T07:53:23.710Z Compiling proc-macro-crate v1.3.1
19632026-09-01T07:53:29.908Z Compiling serde_spanned v0.6.9
19642026-09-01T07:53:29.976Z Compiling adler2 v2.0.1
19652026-09-01T07:53:30.139Z Compiling miniz_oxide v0.8.9
19662026-09-01T07:53:30.430Z Compiling prettyplease v0.2.37
19672026-09-01T07:53:30.509Z Compiling crc32fast v1.5.0
19682026-09-01T07:53:30.706Z Compiling zerocopy-derive v0.7.35
19692026-09-01T07:53:30.730Z Compiling flate2 v1.1.2
19702026-09-01T07:53:30.834Z Compiling ingot-macros v0.1.1
19712026-09-01T07:53:30.846Z Compiling hubpack_derive v0.1.1
19722026-09-01T07:53:31.146Z Compiling hybrid-array v0.4.12
19732026-09-01T07:53:33.092Z Compiling scroll_derive v0.12.1
19742026-09-01T07:53:34.038Z Compiling crypto-common v0.2.2
19752026-09-01T07:53:34.203Z Compiling block-buffer v0.12.0
19762026-09-01T07:53:34.669Z Compiling toml_write v0.1.2
19772026-09-01T07:53:34.746Z Compiling compression-core v0.4.32
19782026-09-01T07:53:34.758Z Compiling const-oid v0.10.2
19792026-09-01T07:53:34.873Z Compiling compression-codecs v0.4.32
19802026-09-01T07:53:34.912Z Compiling digest v0.11.3
19812026-09-01T07:53:34.973Z Compiling toml_edit v0.22.27
19822026-09-01T07:53:35.790Z Compiling zerocopy v0.7.35
19832026-09-01T07:53:36.152Z Compiling num_enum_derive v0.7.5
19842026-09-01T07:53:37.173Z Compiling foreign-types-macros v0.2.3
19852026-09-01T07:53:37.256Z Compiling num-integer v0.1.46
19862026-09-01T07:53:37.281Z Compiling toml_datetime v1.1.1+spec-1.1.0
19872026-09-01T07:53:37.595Z Compiling float-ord v0.3.2
19882026-09-01T07:53:37.613Z Compiling cpufeatures v0.3.0
19892026-09-01T07:53:37.649Z Compiling toml v1.1.2+spec-1.1.0
19902026-09-01T07:53:37.693Z Compiling sha1 v0.11.0
19912026-09-01T07:53:37.845Z Compiling toml v0.8.23
19922026-09-01T07:53:38.453Z Compiling async-compression v0.4.33
19932026-09-01T07:53:39.300Z Compiling glob v0.3.3
19942026-09-01T07:53:39.320Z Compiling dropshot v0.17.1
19952026-09-01T07:53:39.757Z Compiling proc-macro-error-attr v1.0.4
19962026-09-01T07:53:39.887Z Compiling num-iter v0.1.45
19972026-09-01T07:53:40.019Z Compiling num-rational v0.4.2
19982026-09-01T07:53:40.201Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19992026-09-01T07:53:40.311Z Compiling dtrace-parser v0.2.0
20002026-09-01T07:53:40.405Z Compiling num-complex v0.4.6
20012026-09-01T07:53:40.720Z Compiling proc-macro-error v1.0.4
20022026-09-01T07:53:40.798Z Compiling num v0.4.3
20032026-09-01T07:53:40.882Z Compiling dof v0.3.0
20042026-09-01T07:53:40.995Z Compiling num_enum_derive v0.5.11
20052026-09-01T07:53:41.249Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20062026-09-01T07:53:41.834Z Compiling thread-id v4.2.2
20072026-09-01T07:53:41.933Z Compiling usdt-impl v0.5.0
20082026-09-01T07:53:42.235Z Compiling derive_more v0.99.20
20092026-09-01T07:53:42.450Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20102026-09-01T07:53:42.724Z Compiling minimal-lexical v0.2.1
20112026-09-01T07:53:42.993Z Compiling nom v7.1.3
20122026-09-01T07:53:43.454Z Compiling usdt-macro v0.5.0
20132026-09-01T07:53:44.247Z Compiling usdt-attr-macro v0.5.0
20142026-09-01T07:53:44.350Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20152026-09-01T07:53:44.514Z Compiling zone_cfg_derive v0.3.1
20162026-09-01T07:53:44.744Z Compiling libscf-sys v1.2.0
20172026-09-01T07:53:44.894Z Compiling memoffset v0.9.1
20182026-09-01T07:53:44.988Z Compiling rustc_version v0.4.1
20192026-09-01T07:53:45.084Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20202026-09-01T07:53:45.127Z Compiling crossbeam-epoch v0.9.18
20212026-09-01T07:53:45.339Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20222026-09-01T07:53:45.478Z Compiling enum-as-inner v0.6.1
20232026-09-01T07:53:45.481Z Compiling regress v0.11.1
20242026-09-01T07:53:45.768Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20252026-09-01T07:53:45.907Z Compiling curve25519-dalek v4.1.3
20262026-09-01T07:53:45.920Z Compiling hubpack v0.1.2
20272026-09-01T07:53:46.062Z Compiling static_assertions v1.1.0
20282026-09-01T07:53:46.146Z Compiling crossbeam-deque v0.8.6
20292026-09-01T07:53:46.348Z Compiling thiserror-impl-no-std v2.0.2
20302026-09-01T07:53:46.375Z Compiling curve25519-dalek-derive v0.1.1
20312026-09-01T07:53:47.545Z Compiling typify-impl v0.6.2
20322026-09-01T07:53:47.740Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20332026-09-01T07:53:47.948Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20342026-09-01T07:53:48.005Z Compiling rayon-core v1.13.0
20352026-09-01T07:53:48.633Z Compiling clang-sys v1.8.1
20362026-09-01T07:53:48.772Z Compiling bytecount v0.6.9
20372026-09-01T07:53:48.926Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20382026-09-01T07:53:49.057Z Compiling scroll v0.12.0
20392026-09-01T07:53:49.642Z Compiling hash32 v0.3.1
20402026-09-01T07:53:49.655Z Compiling goblin v0.8.2
20412026-09-01T07:53:49.668Z Compiling ingot-types v0.1.2
20422026-09-01T07:53:49.804Z Compiling heapless v0.8.0
20432026-09-01T07:53:50.068Z Compiling cobs v0.3.0
20442026-09-01T07:53:50.106Z Compiling libloading v0.8.9
20452026-09-01T07:53:50.248Z Compiling bitflags v1.3.2
20462026-09-01T07:53:50.281Z Compiling foreign-types-shared v0.3.1
20472026-09-01T07:53:50.320Z Compiling managed v0.8.0
20482026-09-01T07:53:50.382Z Compiling foreign-types v0.5.0
20492026-09-01T07:53:50.470Z Compiling bindgen v0.72.1
20502026-09-01T07:53:50.483Z Compiling postcard v1.1.3
20512026-09-01T07:53:50.546Z Compiling smoltcp v0.11.0
20522026-09-01T07:53:50.617Z Compiling ingot v0.1.1
20532026-09-01T07:53:50.827Z Compiling cexpr v0.6.0
20542026-09-01T07:53:50.927Z Compiling num_enum v0.7.5
20552026-09-01T07:53:51.026Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20562026-09-01T07:53:51.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20572026-09-01T07:53:51.441Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582026-09-01T07:53:51.579Z Compiling camino-tempfile v1.4.1
20592026-09-01T07:53:51.850Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20602026-09-01T07:53:52.162Z Compiling serde_repr v0.1.20
20612026-09-01T07:53:52.226Z Compiling derive-where v1.6.0
20622026-09-01T07:53:52.620Z Compiling cstr-argument v0.1.2
20632026-09-01T07:53:52.931Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642026-09-01T07:53:53.313Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20652026-09-01T07:53:53.901Z Compiling typify-macro v0.6.2
20662026-09-01T07:53:53.931Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-09-01T07:53:54.122Z Compiling rayon v1.11.0
20682026-09-01T07:53:54.491Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20692026-09-01T07:53:54.621Z Compiling crucible-workspace-hack v0.1.0
20702026-09-01T07:53:55.340Z Compiling memmap v0.7.0
20712026-09-01T07:53:55.536Z Compiling tinyvec_macros v0.1.1
20722026-09-01T07:53:55.615Z Compiling tinyvec v1.10.0
20732026-09-01T07:53:55.847Z Compiling usdt v0.5.0
20742026-09-01T07:53:55.958Z Compiling typify v0.6.2
20752026-09-01T07:53:56.057Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20762026-09-01T07:53:56.273Z Compiling num_enum v0.5.11
20772026-09-01T07:53:56.751Z Compiling pin-project-internal v1.1.10
20782026-09-01T07:53:57.565Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-09-01T07:53:57.618Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20802026-09-01T07:53:57.750Z Compiling progenitor-impl v0.14.0
20812026-09-01T07:53:57.921Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20822026-09-01T07:53:57.933Z Compiling papergrid v0.18.0
20832026-09-01T07:53:57.975Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20842026-09-01T07:53:58.384Z Compiling rustix v0.38.44
20852026-09-01T07:53:58.975Z Compiling itertools v0.12.1
20862026-09-01T07:53:59.037Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20872026-09-01T07:53:59.159Z Compiling progenitor-impl v0.10.0
20882026-09-01T07:53:59.379Z Compiling sigpipe v0.1.3
20892026-09-01T07:53:59.417Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20902026-09-01T07:53:59.577Z Compiling jiff v0.2.15
20912026-09-01T07:53:59.686Z Compiling const_format_proc_macros v0.2.34
20922026-09-01T07:53:59.938Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20932026-09-01T07:54:00.089Z Compiling zone v0.3.1
20942026-09-01T07:54:00.195Z Compiling tabled v0.21.0
20952026-09-01T07:54:00.498Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20962026-09-01T07:54:00.512Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20972026-09-01T07:54:01.261Z Compiling progenitor-macro v0.14.0
20982026-09-01T07:54:01.327Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20992026-09-01T07:54:01.674Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21002026-09-01T07:54:02.095Z Compiling nix v0.31.3
21012026-09-01T07:54:02.232Z Compiling nix v0.30.1
21022026-09-01T07:54:02.615Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21032026-09-01T07:54:02.703Z Compiling progenitor-macro v0.10.0
21042026-09-01T07:54:02.781Z Compiling snafu-derive v0.8.9
21052026-09-01T07:54:03.163Z Compiling itertools v0.15.0
21062026-09-01T07:54:03.364Z Compiling smf v0.2.3
21072026-09-01T07:54:03.587Z Compiling secrecy v0.10.3
21082026-09-01T07:54:04.048Z Compiling async-recursion v1.1.1
21092026-09-01T07:54:04.388Z Compiling bstr v1.12.0
21102026-09-01T07:54:04.746Z Compiling whoami v1.6.1
21112026-09-01T07:54:04.886Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21122026-09-01T07:54:04.991Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-09-01T07:54:07.001Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21142026-09-01T07:54:07.602Z Compiling hmac v0.12.1
21152026-09-01T07:54:07.754Z Compiling inout v0.1.4
21162026-09-01T07:54:07.840Z Compiling ff v0.13.1
21172026-09-01T07:54:07.913Z Compiling crc8 v0.1.1
21182026-09-01T07:54:08.039Z Compiling data-encoding v2.9.0
21192026-09-01T07:54:08.054Z Compiling group v0.13.0
21202026-09-01T07:54:08.210Z Compiling cipher v0.4.4
21212026-09-01T07:54:08.289Z Compiling hkdf v0.12.4
21222026-09-01T07:54:08.319Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-09-01T07:54:09.005Z Compiling atomicwrites v0.4.4
21242026-09-01T07:54:09.027Z Compiling tokio-dtrace v0.1.1
21252026-09-01T07:54:09.219Z Compiling tabled_derive v0.7.0
21262026-09-01T07:54:09.472Z Compiling reqwest v0.13.2
21272026-09-01T07:54:09.575Z Compiling universal-hash v0.5.1
21282026-09-01T07:54:09.591Z Compiling crypto-bigint v0.5.5
21292026-09-01T07:54:09.637Z Compiling half v2.7.1
21302026-09-01T07:54:09.842Z Compiling base16ct v0.2.0
21312026-09-01T07:54:09.941Z Compiling opaque-debug v0.3.1
21322026-09-01T07:54:10.016Z Compiling indent_write v2.2.0
21332026-09-01T07:54:10.028Z Compiling base64ct v1.8.0
21342026-09-01T07:54:10.167Z Compiling ciborium-io v0.2.2
21352026-09-01T07:54:10.274Z Compiling password-hash v0.5.0
21362026-09-01T07:54:10.340Z Compiling ciborium-ll v0.2.2
21372026-09-01T07:54:10.580Z Compiling progenitor-client v0.14.0
21382026-09-01T07:54:10.733Z Compiling elliptic-curve v0.13.8
21392026-09-01T07:54:10.921Z Compiling poly1305 v0.8.0
21402026-09-01T07:54:11.789Z Compiling oxide-tokio-rt v0.1.2
21412026-09-01T07:54:12.005Z Compiling chacha20 v0.9.1
21422026-09-01T07:54:12.033Z Compiling similar v2.7.0
21432026-09-01T07:54:12.244Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21442026-09-01T07:54:12.691Z Compiling thiserror-no-std v2.0.2
21452026-09-01T07:54:13.292Z Compiling blake2 v0.10.6
21462026-09-01T07:54:13.423Z Compiling aead v0.5.2
21472026-09-01T07:54:13.572Z Compiling strum_macros v0.28.0
21482026-09-01T07:54:13.757Z Compiling keccak v0.1.6
21492026-09-01T07:54:13.886Z Compiling resolv-conf v0.7.5
21502026-09-01T07:54:13.942Z Compiling linked-hash-map v0.5.6
21512026-09-01T07:54:14.137Z Compiling lru-cache v0.1.2
21522026-09-01T07:54:14.503Z Compiling sha3 v0.10.8
21532026-09-01T07:54:14.531Z Compiling chacha20poly1305 v0.10.1
21542026-09-01T07:54:14.543Z Compiling vsss-rs v3.3.4
21552026-09-01T07:54:14.571Z Compiling argon2 v0.5.3
21562026-09-01T07:54:14.671Z Compiling progenitor v0.14.0
21572026-09-01T07:54:14.817Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-09-01T07:54:14.902Z Compiling ciborium v0.2.2
21592026-09-01T07:54:15.060Z Compiling hickory-proto v0.24.4
21602026-09-01T07:54:15.418Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21612026-09-01T07:54:15.490Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21622026-09-01T07:54:16.169Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21632026-09-01T07:54:16.200Z Compiling serde-big-array v0.5.1
21642026-09-01T07:54:16.489Z Compiling unicode-segmentation v1.12.0
21652026-09-01T07:54:16.562Z Compiling siphasher v1.0.1
21662026-09-01T07:54:16.691Z Compiling same-file v1.0.6
21672026-09-01T07:54:16.772Z Compiling phf_shared v0.12.1
21682026-09-01T07:54:16.872Z Compiling newline-converter v0.3.0
21692026-09-01T07:54:16.922Z Compiling hickory-resolver v0.24.4
21702026-09-01T07:54:16.944Z Compiling walkdir v2.5.0
21712026-09-01T07:54:17.036Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21722026-09-01T07:54:17.256Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21732026-09-01T07:54:17.608Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-09-01T07:54:18.427Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-09-01T07:54:19.073Z Compiling newtype_derive v0.1.6
21762026-09-01T07:54:19.126Z Compiling owo-colors v4.3.0
21772026-09-01T07:54:19.485Z Compiling console v0.15.11
21782026-09-01T07:54:19.488Z Compiling tokio-stream v0.1.17
21792026-09-01T07:54:19.540Z Compiling csv-core v0.1.12
21802026-09-01T07:54:19.680Z Compiling foldhash v0.1.5
21812026-09-01T07:54:19.814Z Compiling smawk v0.3.2
21822026-09-01T07:54:19.868Z Compiling unicode-width v0.1.14
21832026-09-01T07:54:19.958Z Compiling unicode-linebreak v0.1.5
21842026-09-01T07:54:19.961Z Compiling swrite v0.1.0
21852026-09-01T07:54:20.074Z Compiling humantime v2.3.0
21862026-09-01T07:54:20.166Z Compiling termtree v0.5.1
21872026-09-01T07:54:20.229Z Compiling textwrap v0.16.2
21882026-09-01T07:54:20.301Z Compiling qorb v0.4.1
21892026-09-01T07:54:20.335Z Compiling expectorate v1.2.0
21902026-09-01T07:54:20.356Z Compiling hashbrown v0.15.5
21912026-09-01T07:54:20.368Z Compiling csv v1.4.0
21922026-09-01T07:54:20.482Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-09-01T07:54:20.909Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-09-01T07:54:22.557Z Compiling phf v0.12.1
21952026-09-01T07:54:22.570Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21962026-09-01T07:54:22.968Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21972026-09-01T07:54:23.068Z Compiling pin-project v1.1.10
21982026-09-01T07:54:23.181Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21992026-09-01T07:54:23.618Z Compiling libz-sys v1.1.22
22002026-09-01T07:54:23.720Z Compiling unicode-normalization v0.1.24
22012026-09-01T07:54:24.273Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22022026-09-01T07:54:24.655Z Compiling libsw-core v0.3.2
22032026-09-01T07:54:25.084Z Compiling highway v1.3.0
22042026-09-01T07:54:25.111Z Compiling fixedbitset v0.5.7
22052026-09-01T07:54:25.466Z Compiling fixedbitset v0.4.2
22062026-09-01T07:54:25.679Z Compiling petgraph v0.6.5
22072026-09-01T07:54:25.718Z Compiling progenitor v0.10.0
22082026-09-01T07:54:25.875Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-09-01T07:54:26.423Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-09-01T07:54:27.244Z Compiling petgraph v0.8.2
22112026-09-01T07:54:27.961Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-09-01T07:54:28.488Z Compiling libsw v3.5.0
22132026-09-01T07:54:29.018Z Compiling olpc-cjson v0.1.4
22142026-09-01T07:54:29.263Z Compiling libgit2-sys v0.17.0+1.8.1
22152026-09-01T07:54:30.165Z Compiling snafu v0.8.9
22162026-09-01T07:54:30.489Z Compiling chrono-tz v0.10.4
22172026-09-01T07:54:30.517Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-09-01T07:54:30.564Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-09-01T07:54:30.875Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-09-01T07:54:31.445Z Compiling papergrid v0.11.0
22212026-09-01T07:54:31.999Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-09-01T07:54:32.289Z Compiling strum v0.28.0
22232026-09-01T07:54:32.302Z Compiling globset v0.4.16
22242026-09-01T07:54:32.436Z Compiling const_format v0.2.34
22252026-09-01T07:54:32.497Z Compiling slog-dtrace v0.3.0
22262026-09-01T07:54:32.785Z Compiling cancel-safe-futures v0.1.5
22272026-09-01T07:54:32.846Z Compiling gethostname v0.5.0
22282026-09-01T07:54:33.098Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22292026-09-01T07:54:33.696Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22302026-09-01T07:54:34.037Z Compiling dropshot-api-manager-types v0.7.2
22312026-09-01T07:54:34.094Z Compiling pem v3.0.5
22322026-09-01T07:54:34.282Z Compiling bcs v0.1.6
22332026-09-01T07:54:34.429Z Compiling serde_plain v1.0.2
22342026-09-01T07:54:34.482Z Compiling cargo-platform v0.1.9
22352026-09-01T07:54:34.607Z Compiling linear-map v1.2.0
22362026-09-01T07:54:34.803Z Compiling typed-path v0.9.3
22372026-09-01T07:54:34.816Z Compiling tagptr v0.2.0
22382026-09-01T07:54:34.993Z Compiling moka v0.12.11
22392026-09-01T07:54:35.782Z Compiling tough v0.20.0
22402026-09-01T07:54:36.298Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-09-01T07:54:36.932Z Compiling cargo_metadata v0.18.1
22422026-09-01T07:54:37.477Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-09-01T07:54:38.057Z Compiling tabled v0.15.0
22442026-09-01T07:54:38.070Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-09-01T07:54:38.408Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-09-01T07:54:38.778Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22472026-09-01T07:54:38.986Z Compiling git2 v0.19.0
22482026-09-01T07:54:40.544Z Compiling steno v0.4.1
22492026-09-01T07:54:41.330Z Compiling hickory-proto v0.25.2
22502026-09-01T07:54:41.422Z Compiling cookie v0.18.1
22512026-09-01T07:54:43.271Z Compiling hickory-resolver v0.25.2
22522026-09-01T07:54:44.361Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-09-01T07:54:45.498Z Compiling vergen v8.3.2
22542026-09-01T07:54:47.393Z Compiling signal-hook v0.4.4
22552026-09-01T07:54:47.995Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22562026-09-01T07:54:48.514Z Compiling predicates-core v1.0.9
22572026-09-01T07:54:48.546Z Compiling mockall_derive v0.14.0
22582026-09-01T07:54:48.956Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22592026-09-01T07:54:48.972Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22602026-09-01T07:54:49.145Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22612026-09-01T07:54:49.175Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22622026-09-01T07:54:50.271Z Compiling sha2 v0.10.9
22632026-09-01T07:54:50.683Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22642026-09-01T07:54:50.838Z Compiling mockall v0.14.0
22652026-09-01T07:54:50.962Z Compiling diff v0.1.13
22662026-09-01T07:54:51.218Z Compiling yansi v1.0.1
22672026-09-01T07:54:51.580Z Compiling pretty_assertions v1.4.1
22682026-09-01T07:54:51.626Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22692026-09-01T07:54:52.445Z Compiling fs-err v3.1.2
22702026-09-01T07:54:52.767Z Compiling predicates-tree v1.0.12
22712026-09-01T07:54:52.771Z Compiling predicates v3.1.3
22722026-09-01T07:54:53.820Z Compiling git-stub v1.0.0
22732026-09-01T07:54:54.097Z Compiling filetime v0.2.26
22742026-09-01T07:54:54.112Z Compiling fragile v2.0.1
22752026-09-01T07:54:54.300Z Compiling is_ci v1.2.0
22762026-09-01T07:54:54.432Z Compiling downcast v0.11.0
22772026-09-01T07:54:54.465Z Compiling xattr v1.6.1
22782026-09-01T07:54:54.507Z Compiling arrayvec v0.7.6
22792026-09-01T07:54:54.592Z Compiling arrayref v0.3.9
22802026-09-01T07:54:54.654Z Compiling constant_time_eq v0.3.1
22812026-09-01T07:54:54.679Z Compiling tar v0.4.45
22822026-09-01T07:54:54.780Z Compiling blake3 v1.8.2
22832026-09-01T07:54:54.926Z Compiling toml v0.7.8
22842026-09-01T07:54:55.367Z Compiling supports-color v3.0.2
22852026-09-01T07:54:55.564Z Compiling git-stub-vcs v0.1.0
22862026-09-01T07:54:55.956Z Compiling curl-sys v0.4.89+curl-8.20.0
22872026-09-01T07:54:56.116Z Compiling signal-hook-tokio v0.4.0
22882026-09-01T07:54:56.415Z Compiling scuffle v0.1.0
22892026-09-01T07:54:57.366Z Compiling drift v0.2.0
22902026-09-01T07:54:57.746Z Compiling kstat-rs v0.2.4
22912026-09-01T07:54:57.921Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-09-01T07:54:58.074Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22932026-09-01T07:54:58.245Z Compiling hex-literal v1.1.0
22942026-09-01T07:54:58.248Z Compiling topological-sort v0.2.2
22952026-09-01T07:54:58.372Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-09-01T07:54:58.413Z Compiling omicron-zone-package v0.12.2
22972026-09-01T07:54:59.068Z Compiling dropshot-api-manager v0.7.2
22982026-09-01T07:55:00.237Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-09-01T07:55:00.428Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-09-01T07:55:01.292Z Compiling curl v0.4.50
23012026-09-01T07:55:01.693Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23022026-09-01T07:55:02.047Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-09-01T07:55:02.207Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23042026-09-01T07:55:02.304Z Compiling iddqd v0.4.5
23052026-09-01T07:55:02.940Z Compiling internet-checksum v0.2.1
23062026-09-01T07:55:02.984Z Compiling search_path v0.1.4
23072026-09-01T07:55:03.095Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23082026-09-01T07:55:03.399Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23092026-09-01T07:55:06.172Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23102026-09-01T07:55:06.794Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23112026-09-01T07:55:55.829Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s
23122026-09-01T07:55:55.954Z Running unittests src/lib.rs (target/debug/deps/aal-e435743f5db9cebd)
23132026-09-01T07:55:55.957Z
23142026-09-01T07:55:55.957Zrunning 0 tests
23152026-09-01T07:55:55.957Z
23162026-09-01T07:55:55.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23172026-09-01T07:55:55.957Z
23182026-09-01T07:55:55.957Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23192026-09-01T07:55:55.960Z
23202026-09-01T07:55:55.960Zrunning 0 tests
23212026-09-01T07:55:55.963Z
23222026-09-01T07:55:55.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23232026-09-01T07:55:55.963Z
23242026-09-01T07:55:55.963Z Running unittests src/lib.rs (target/debug/deps/asic-0cfd2f99e3cb4526)
23252026-09-01T07:55:55.963Z
23262026-09-01T07:55:55.963Zrunning 0 tests
23272026-09-01T07:55:55.963Z
23282026-09-01T07:55:55.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23292026-09-01T07:55:55.963Z
23302026-09-01T07:55:55.963Z Running unittests src/lib.rs (target/debug/deps/common-728aaa11d2bb131d)
23312026-09-01T07:55:55.968Z
23322026-09-01T07:55:55.968Zrunning 4 tests
23332026-09-01T07:55:55.971Ztest nat::tests::test_vni ... ok
23342026-09-01T07:55:55.971Ztest network::tests::test_generate_ipv6_link_local ... ok
23352026-09-01T07:55:55.971Ztest test_purge ... ok
23362026-09-01T07:55:55.974Ztest illumos::test::address_exists_handles_missing_object ... ok
23372026-09-01T07:55:55.974Z
23382026-09-01T07:55:55.974Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23392026-09-01T07:55:55.974Z
23402026-09-01T07:55:55.974Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
23412026-09-01T07:55:55.978Z
23422026-09-01T07:55:55.978Zrunning 1 test
23432026-09-01T07:55:55.981Z -------
23442026-09-01T07:55:55.981Z Generating OpenAPI documents from API definitions ...
23452026-09-01T07:55:56.120Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23462026-09-01T07:55:56.217Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23472026-09-01T07:55:57.342Z -------
23482026-09-01T07:55:57.342Z Checking 13 OpenAPI documents...
23492026-09-01T07:55:57.342Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-09-01T07:55:57.342Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-09-01T07:55:57.342Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-09-01T07:55:57.342Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-09-01T07:55:57.345Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-09-01T07:55:57.346Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-09-01T07:55:57.346Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-09-01T07:55:57.346Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-09-01T07:55:57.346Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-09-01T07:55:57.346Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-09-01T07:55:57.346Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-09-01T07:55:57.346Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-09-01T07:55:57.346Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-09-01T07:55:57.346Z Fresh dpd "latest" symlink
23632026-09-01T07:55:57.346Z -------
23642026-09-01T07:55:57.346Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23652026-09-01T07:55:57.422Ztest test::test_apis_up_to_date ... ok
23662026-09-01T07:55:57.422Z
23672026-09-01T07:55:57.422Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.44s
23682026-09-01T07:55:57.422Z
23692026-09-01T07:55:57.479Z Running unittests src/main.rs (target/debug/deps/dpd-938643cdda812894)
23702026-09-01T07:55:57.486Z
23712026-09-01T07:55:57.486Zrunning 60 tests
23722026-09-01T07:55:57.489Ztest freemap::test_ordering ... ok
23732026-09-01T07:55:57.489Ztest config::tests::test_updates ... ok
23742026-09-01T07:55:57.489Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23752026-09-01T07:55:57.489Ztest freemap::test_split ... ok
23762026-09-01T07:55:57.489Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23772026-09-01T07:55:57.493Ztest macaddrs::tests::test_mac_offset ... ok
23782026-09-01T07:55:57.493Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23792026-09-01T07:55:57.493Ztest macaddrs::tests::test_parse_port_id ... ok
23802026-09-01T07:55:57.493ZSep 01 07:55:56.227 DEBG created new freemap, unit: freemap_test
23812026-09-01T07:55:57.493ZSep 01 07:55:56.227 Sep 01 07:55:56.227DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unit :freemap_test freemap_test
23822026-09-01T07:55:57.493Z
23832026-09-01T07:55:57.493Ztest mcast::tests::test_canonicalize_sources ... ok
23842026-09-01T07:55:57.493ZSep 01 07:55:56.227 DEBG Sep 01 07:55:56.227reset freemap , DEBGSep 01 07:55:56.227unit :initted freemap. size: 128 , unitDEBG:freemap_test
23852026-09-01T07:55:57.493Z freemap_testcreated new freemap
23862026-09-01T07:55:57.493Z, unit: Sep 01 07:55:56.227freemap_test
23872026-09-01T07:55:57.493ZDEBG reset freemap, unit: freemap_testSep 01 07:55:56.227
23882026-09-01T07:55:57.493Z DEBG initted freemap. size: 128, unit: freemap_testSep 01 07:55:56.227
23892026-09-01T07:55:57.493Z DEBG Sep 01 07:55:56.227created new freemap DEBG, unitreset freemap:, unitfreemap_test:
23902026-09-01T07:55:57.493Zfreemap_test
23912026-09-01T07:55:57.493ZSep 01 07:55:56.227 DEBG initted freemap. size: 128, unit: freemap_test
23922026-09-01T07:55:57.493ZSep 01 07:55:56.227 DEBG reset freemap, unit: freemap_test
23932026-09-01T07:55:57.493Ztest freemap::test_basic ... ok
23942026-09-01T07:55:57.493Ztest freemap::test_reclaim ... ok
23952026-09-01T07:55:57.493Ztest freemap::test_free ... ok
23962026-09-01T07:55:57.493Ztest freemap::test_exhaustion ... ok
23972026-09-01T07:55:57.493Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
23982026-09-01T07:55:57.493Ztest mcast::tests::test_create_port_bitmap_empty ... ok
23992026-09-01T07:55:57.493Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
24002026-09-01T07:55:57.493ZSep 01 07:55:56.228 DEBG created new freemap, unit: freemap_test
24012026-09-01T07:55:57.493ZSep 01 07:55:56.228 DEBG initted freemap. size: 8, unit: freemap_test
24022026-09-01T07:55:57.494ZSep 01 07:55:56.228 DEBG reset freemap, unit: freemap_test
24032026-09-01T07:55:57.494Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24042026-09-01T07:55:57.494Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
24052026-09-01T07:55:57.494Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
24062026-09-01T07:55:57.494Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
24072026-09-01T07:55:57.494Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
24082026-09-01T07:55:57.494Ztest mcast::tests::test_sources_contain_any ... ok
24092026-09-01T07:55:57.494Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
24102026-09-01T07:55:57.494Ztest mcast::tests::test_concurrent_id_allocation ... ok
24112026-09-01T07:55:57.494Ztest mcast::validate::tests::test_ipv4_validation ... ok
24122026-09-01T07:55:57.494Ztest mcast::validate::tests::test_address_validation_integrated ... ok
24132026-09-01T07:55:57.494Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
24142026-09-01T07:55:57.494Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
24152026-09-01T07:55:57.494Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
24162026-09-01T07:55:57.494Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
24172026-09-01T07:55:57.494Ztest mcast::validate::tests::test_is_ssm_function ... ok
24182026-09-01T07:55:57.494Ztest mcast::validate::tests::test_ipv6_validation ... ok
24192026-09-01T07:55:57.494Ztest mcast::validate::tests::test_validate_nat_target ... ok
24202026-09-01T07:55:57.494Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
24212026-09-01T07:55:57.494Ztest mcast::validate::tests::test_validate_source_addresses ... ok
24222026-09-01T07:55:57.494Ztest mcast::validate::tests::test_validate_tag ... ok
24232026-09-01T07:55:57.494Ztest nat::test_mapping ... ok
24242026-09-01T07:55:57.494Ztest port_map::tests::test_backplane_group ... ok
24252026-09-01T07:55:57.494Ztest mcast::validate::tests::test_validate_tag_format ... ok
24262026-09-01T07:55:57.494Ztest api_server::tests::test_build_info ... ok
24272026-09-01T07:55:57.494ZSep 01 07:55:56.229 DEBG created new freemap, unit: freemap_test
24282026-09-01T07:55:57.495Ztest port_map::tests::test_port_map ... ok
24292026-09-01T07:55:57.495ZSep 01 07:55:56.229 DEBG initted freemap. size: 128, unit: freemap_test
24302026-09-01T07:55:57.495ZSep 01 07:55:56.229 DEBG reset freemap, unit: freemap_test
24312026-09-01T07:55:57.495Ztest mcast::tests::test_id_range_boundaries ... ok
24322026-09-01T07:55:57.495Ztest port_map::tests::dump_map ... ok
24332026-09-01T07:55:57.495Ztest freemap::test_span ... ok
24342026-09-01T07:55:57.500ZSep 01 07:55:56.230 DEBG created new freemap, unit: freemap_route_ipv4
24352026-09-01T07:55:57.500ZSep 01 07:55:56.230 DEBG created new freemap, unit: freemap_route_ipv6
24362026-09-01T07:55:57.500ZSep 01 07:55:56.230 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24372026-09-01T07:55:57.500ZSep 01 07:55:56.230 DEBG reset freemap, unit: freemap_route_ipv4
24382026-09-01T07:55:57.500ZSep 01 07:55:56.230 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24392026-09-01T07:55:57.501Ztest port_map::tests::parse_softnpu_revision ... ok
24402026-09-01T07:55:57.501ZSep 01 07:55:56.230 DEBG reset freemap, unit: freemap_route_ipv6
24412026-09-01T07:55:57.501ZSep 01 07:55:56.230 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24422026-09-01T07:55:57.501ZSep 01 07:55:56.230Sep 01 07:55:56.230 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 } }]created new freemap
24432026-09-01T07:55:57.501Z, unit:Sep 01 07:55:56.230 freemap_route_ipv4INFO
24442026-09-01T07:55:57.501Zadding route 3fff:dead::/64 -> 2001:db8::55:2
24452026-09-01T07:55:57.501ZSep 01 07:55:56.230Sep 01 07:55:56.230 Sep 01 07:55:56.230 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
24462026-09-01T07:55:57.501Zcreated new freemapcreated new freemap, unit, :unit Sep 01 07:55:56.230:freemap_route_ipv6
24472026-09-01T07:55:57.501ZINFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:3
24482026-09-01T07:55:57.501Z
24492026-09-01T07:55:57.501ZSep 01 07:55:56.230 DEBGSep 01 07:55:56.230 Sep 01 07:55:56.230initted freemap. size: 64 , DEBGDEBG created new freemapunit, :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 } }]:
24502026-09-01T07:55:57.501Z freemap_route_ipv4freemap_route_ipv6
24512026-09-01T07:55:57.501Z
24522026-09-01T07:55:57.501ZSep 01 07:55:56.230 INFO Sep 01 07:55:56.230adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:55:56.230
24532026-09-01T07:55:57.501ZDEBG DEBG initted freemap. size: 64reset freemapSep 01 07:55:56.230, , unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unitfreemap_route_ipv4:
24542026-09-01T07:55:57.501Z
24552026-09-01T07:55:57.501Z freemap_route_ipv4
24562026-09-01T07:55:57.501ZSep 01 07:55:56.230Sep 01 07:55:56.230 DEBGINFO reset freemapadding route 3fff:beef::/64 -> 2001:db8::55:ff,
24572026-09-01T07:55:57.501ZSep 01 07:55:56.230unit : DEBGfreemap_route_ipv4Sep 01 07:55:56.230
24582026-09-01T07:55:57.501Z DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
24592026-09-01T07:55:57.501Z:Sep 01 07:55:56.230 freemap_route_ipv6Sep 01 07:55:56.230
24602026-09-01T07:55:57.501Z DEBGINFO initted freemap. size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
24612026-09-01T07:55:57.501ZSep 01 07:55:56.230unit :DEBG Sep 01 07:55:56.230reset freemap , freemap_route_ipv6DEBGunit
24622026-09-01T07:55:57.501Zreplacing 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 } }]:
24632026-09-01T07:55:57.501Z freemap_route_ipv6
24642026-09-01T07:55:57.501ZSep 01 07:55:56.230 INFO Sep 01 07:55:56.230Sep 01 07:55:56.230adding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFODEBG
24652026-09-01T07:55:57.501Z adding route 3fff:dead::/64 -> 2001:db8::55:1 reset freemap
24662026-09-01T07:55:57.502Z, unitSep 01 07:55:56.230: DEBGfreemap_route_ipv6
24672026-09-01T07:55:57.502ZSep 01 07:55:56.230replacing 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 } }]
24682026-09-01T07:55:57.502ZDEBG 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 } }]Sep 01 07:55:56.230
24692026-09-01T07:55:57.502ZSep 01 07:55:56.230 INFOSep 01 07:55:56.230INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
24702026-09-01T07:55:57.502Z
24712026-09-01T07:55:57.502Z adding route 3fff:dead::/64 -> 2001:db8::55:1
24722026-09-01T07:55:57.502ZSep 01 07:55:56.230 Sep 01 07:55:56.230DEBGSep 01 07:55:56.230 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24732026-09-01T07:55:57.502Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24742026-09-01T07:55:57.502Z
24752026-09-01T07:55:57.502ZSep 01 07:55:56.230 Sep 01 07:55:56.230INFOSep 01 07:55:56.230 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
24762026-09-01T07:55:57.502Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:1
24772026-09-01T07:55:57.502Z
24782026-09-01T07:55:57.502ZSep 01 07:55:56.230 DEBG Sep 01 07:55:56.230replacing 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 } }]Sep 01 07:55:56.230
24792026-09-01T07:55:57.502ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff: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 } }]
24802026-09-01T07:55:57.502ZSep 01 07:55:56.230Sep 01 07:55:56.230
24812026-09-01T07:55:57.502Z DEBG INFOcreated new freemap adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 01 07:55:56.230,
24822026-09-01T07:55:57.502Z unitINFO: Sep 01 07:55:56.230freemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
24832026-09-01T07:55:57.502Z
24842026-09-01T07:55:57.502Z 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 } }]
24852026-09-01T07:55:57.502ZSep 01 07:55:56.230 Sep 01 07:55:56.230DEBGSep 01 07:55:56.230 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 } }]
24862026-09-01T07:55:57.502ZDEBGSep 01 07:55:56.230 created new freemapINFO, Sep 01 07:55:56.231 unit INFO: INFOfreemap_route_ipv6adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24872026-09-01T07:55:57.502Z adding route 3fff:dead::/64 -> 2001:db8::55:2
24882026-09-01T07:55:57.502Zadding route 3fff:dead::/64 -> 2001:db8::55:2
24892026-09-01T07:55:57.502Z
24902026-09-01T07:55:57.502ZSep 01 07:55:56.231Sep 01 07:55:56.231 DEBGSep 01 07:55:56.230 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 } }]
24912026-09-01T07:55:57.502Zcreated new freemap , DEBG unitinitted freemap. size: 64:, Sep 01 07:55:56.231unit freemap_route_ipv4:INFO
24922026-09-01T07:55:57.503Zfreemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24932026-09-01T07:55:57.503Z
24942026-09-01T07:55:57.503ZSep 01 07:55:56.231 DEBG Sep 01 07:55:56.231created new freemap Sep 01 07:55:56.231, unitDEBG:Sep 01 07:55:56.231 DEBGfreemap_route_ipv6DEBG
24952026-09-01T07:55:57.503Zreplacing 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 } }]
24962026-09-01T07:55:57.503Z reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:55:56.231
24972026-09-01T07:55:57.503Z, unitDEBG:Sep 01 07:55:56.231 initted freemap. size: 64 INFO, freemap_route_ipv4unit
24982026-09-01T07:55:57.503Z: freemap_route_ipv4adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24992026-09-01T07:55:57.503Z
25002026-09-01T07:55:57.503ZSep 01 07:55:56.231 INFOSep 01 07:55:56.231Sep 01 07:55:56.231 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
25012026-09-01T07:55:57.503Z reset freemapSep 01 07:55:56.231, unitDEBG DEBGinitted freemap. size: 64 , :unit replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4:
25022026-09-01T07:55:57.503Z
25032026-09-01T07:55:57.503ZSep 01 07:55:56.231freemap_route_ipv6
25042026-09-01T07:55:57.503ZSep 01 07:55:56.231 DEBGDEBG initted freemap. size: 64Sep 01 07:55:56.231, 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 } }]
25052026-09-01T07:55:57.503ZunitDEBG:Sep 01 07:55:56.231 reset freemapINFOfreemap_route_ipv6 ,
25062026-09-01T07:55:57.503Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25072026-09-01T07:55:57.503ZunitSep 01 07:55:56.231: DEBGfreemap_route_ipv6Sep 01 07:55:56.231
25082026-09-01T07:55:57.503Z DEBG Sep 01 07:55:56.231replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
25092026-09-01T07:55:57.503Z Sep 01 07:55:56.231INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff , INFO
25102026-09-01T07:55:57.503ZSep 01 07:55:56.231 unit INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 :
25112026-09-01T07:55:57.503Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 01 07:55:56.231 freemap_route_ipv6
25122026-09-01T07:55:57.503Z
25132026-09-01T07:55:57.503Z Sep 01 07:55:56.231DEBG 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 } }]Sep 01 07:55:56.231
25142026-09-01T07:55:57.503Z 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 } }]Sep 01 07:55:56.231
25152026-09-01T07:55:57.503Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25162026-09-01T07:55:57.503ZSep 01 07:55:56.231Sep 01 07:55:56.231 Sep 01 07:55:56.231 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
25172026-09-01T07:55:57.503ZSep 01 07:55:56.231 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 } }]
25182026-09-01T07:55:57.503Z DEBGSep 01 07:55:56.231 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25192026-09-01T07:55:57.504Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25202026-09-01T07:55:57.504ZSep 01 07:55:56.231Sep 01 07:55:56.231 Sep 01 07:55:56.231DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
25212026-09-01T07:55:57.504Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25222026-09-01T07:55:57.504Z
25232026-09-01T07:55:57.504ZSep 01 07:55:56.231Sep 01 07:55:56.231 INFODEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25242026-09-01T07:55:57.504Z 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 } }]
25252026-09-01T07:55:57.504ZSep 01 07:55:56.231 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 } }]
25262026-09-01T07:55:57.504ZDEBG Sep 01 07:55:56.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 } }]
25272026-09-01T07:55:57.504ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25282026-09-01T07:55:57.504Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
25292026-09-01T07:55:57.504ZSep 01 07:55:56.231Sep 01 07:55:56.231 Sep 01 07:55:56.231 DEBGDEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25302026-09-01T07:55:57.504Zadding route 3fff:beef::/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 } }]
25312026-09-01T07:55:57.504Z
25322026-09-01T07:55:57.504ZSep 01 07:55:56.231 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25332026-09-01T07:55:57.504ZSep 01 07:55:56.231Sep 01 07:55:56.231 DEBGINFOSep 01 07:55:56.231 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 } }]
25342026-09-01T07:55:57.509ZDEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
25352026-09-01T07:55:57.509Zreplacing 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 } }]
25362026-09-01T07:55:57.509ZSep 01 07:55:56.231Sep 01 07:55:56.231Sep 01 07:55:56.231 INFO INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
25372026-09-01T07:55:57.509Z
25382026-09-01T07:55:57.509Z 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 } }]
25392026-09-01T07:55:57.509ZSep 01 07:55:56.231Sep 01 07:55:56.231 Sep 01 07:55:56.231 DEBGINFODEBG adding route 3fff:beef:1::/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 } }]
25402026-09-01T07:55:57.509Z
25412026-09-01T07:55:57.509Zreplacing 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 } }]
25422026-09-01T07:55:57.509ZSep 01 07:55:56.231Sep 01 07:55:56.231Sep 01 07:55:56.231 INFOINFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25432026-09-01T07:55:57.509Zreplacing 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 } }]
25442026-09-01T07:55:57.509Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25452026-09-01T07:55:57.509Z 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 } }]Sep 01 07:55:56.231Sep 01 07:55:56.231 DEBG
25462026-09-01T07:55:57.509ZINFO adding route 3fff:beef:2::/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 } }]
25472026-09-01T07:55:57.509Z
25482026-09-01T07:55:57.509ZSep 01 07:55:56.231 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25492026-09-01T07:55:57.509Z Sep 01 07:55:56.231DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25502026-09-01T07:55:57.509ZSep 01 07:55:56.231 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
25512026-09-01T07:55:57.509Zreplacing 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 } }]Sep 01 07:55:56.231
25522026-09-01T07:55:57.509Z INFO Sep 01 07:55:56.231adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25532026-09-01T07:55:57.509ZDEBGSep 01 07:55:56.231 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25542026-09-01T07:55:57.509Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25552026-09-01T07:55:57.509Z DEBG Sep 01 07:55:56.231replacing 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 } }]Sep 01 07:55:56.231 INFO
25562026-09-01T07:55:57.509ZDEBG adding route 3fff:beef:8::/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 } }]
25572026-09-01T07:55:57.510Z
25582026-09-01T07:55:57.510ZSep 01 07:55:56.231 Sep 01 07:55:56.231INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25592026-09-01T07:55:57.510Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25602026-09-01T07:55:57.510ZSep 01 07:55:56.231 INFO Sep 01 07:55:56.231adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25612026-09-01T07:55:57.510Z DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25622026-09-01T07:55:57.510ZSep 01 07:55:56.231
25632026-09-01T07:55:57.510Z DEBG Sep 01 07:55:56.231Sep 01 07:55:56.231replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
25642026-09-01T07:55:57.510Z INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25652026-09-01T07:55:57.510Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25662026-09-01T07:55:57.510Z INFOSep 01 07:55:56.231 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
25672026-09-01T07:55:57.510ZSep 01 07:55:56.231 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
25682026-09-01T07:55:57.510ZSep 01 07:55:56.231 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25692026-09-01T07:55:57.510ZSep 01 07:55:56.231 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
25702026-09-01T07:55:57.510Z Sep 01 07:55:56.231replacing 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 } }]
25712026-09-01T07:55:57.510ZINFO Sep 01 07:55:56.231Sep 01 07:55:56.231 INFOINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25722026-09-01T07:55:57.510Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25732026-09-01T07:55:57.510Z
25742026-09-01T07:55:57.510ZSep 01 07:55:56.231 Sep 01 07:55:56.231Sep 01 07:55:56.231 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
25752026-09-01T07:55:57.510Z
25762026-09-01T07:55:57.510Z 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 } }]
25772026-09-01T07:55:57.510ZSep 01 07:55:56.231 INFOSep 01 07:55:56.231 Sep 01 07:55:56.231INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25782026-09-01T07:55:57.510Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25792026-09-01T07:55:57.510Z
25802026-09-01T07:55:57.510ZSep 01 07:55:56.231 DEBG Sep 01 07:55:56.231replacing 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 } }]Sep 01 07:55:56.231 DEBGDEBG
25812026-09-01T07:55:57.510Zreplacing 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: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
25822026-09-01T07:55:57.510Z
25832026-09-01T07:55:57.510Zreplacing 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 } }]
25842026-09-01T07:55:57.511ZSep 01 07:55:56.231Sep 01 07:55:56.231 INFOINFO Sep 01 07:55:56.231adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 01 07:55:56.231
25852026-09-01T07:55:57.511ZINFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25862026-09-01T07:55:57.511Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25872026-09-01T07:55:57.511ZINFO Sep 01 07:55:56.231Sep 01 07:55:56.231adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Sep 01 07:55:56.231
25882026-09-01T07:55:57.511ZDEBGDEBG DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25892026-09-01T07:55:57.511Z
25902026-09-01T07:55:57.511Zreplacing 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 } }]
25912026-09-01T07:55:57.511ZSep 01 07:55:56.231 Sep 01 07:55:56.231Sep 01 07:55:56.231 Sep 01 07:55:56.231 INFOINFO DEBGINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25922026-09-01T07:55:57.511Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/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 } }]
25932026-09-01T07:55:57.511Z
25942026-09-01T07:55:57.511Z
25952026-09-01T07:55:57.511ZSep 01 07:55:56.231 DEBGSep 01 07:55:56.231 Sep 01 07:55:56.231Sep 01 07:55:56.231replacing 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 } }]
25962026-09-01T07:55:57.511Z INFODEBG DEBGreplacing 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:a::/64 -> 2001:db8::55:ff
25972026-09-01T07:55:57.511Zreplacing 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 } }]Sep 01 07:55:56.231
25982026-09-01T07:55:57.511Z
25992026-09-01T07:55:57.511Z INFOSep 01 07:55:56.231 Sep 01 07:55:56.231 Sep 01 07:55:56.231 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGINFOINFO
26002026-09-01T07:55:57.511Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26012026-09-01T07:55:57.511Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26022026-09-01T07:55:57.511ZSep 01 07:55:56.231
26032026-09-01T07:55:57.511Z DEBGSep 01 07:55:56.231Sep 01 07:55:56.231 DEBGINFOSep 01 07:55:56.231 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26042026-09-01T07:55:57.511Zreplacing 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: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 } }]
26052026-09-01T07:55:57.511Z
26062026-09-01T07:55:57.511ZDEBG 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 } }]Sep 01 07:55:56.231
26072026-09-01T07:55:57.511ZSep 01 07:55:56.231Sep 01 07:55:56.231 INFODEBGINFO 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:e::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26082026-09-01T07:55:57.511Z
26092026-09-01T07:55:57.511Z
26102026-09-01T07:55:57.511ZSep 01 07:55:56.231 INFO Sep 01 07:55:56.231adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 01 07:55:56.231 Sep 01 07:55:56.231
26112026-09-01T07:55:57.512ZINFO DEBG DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26122026-09-01T07:55:57.512ZSep 01 07:55:56.231replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26132026-09-01T07:55:57.512Z
26142026-09-01T07:55:57.512Z DEBGSep 01 07:55:56.231Sep 01 07:55:56.231 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 } }]INFOINFO
26152026-09-01T07:55:57.512ZSep 01 07:55:56.231 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26162026-09-01T07:55:57.512Z
26172026-09-01T07:55:57.512ZDEBG 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 } }]Sep 01 07:55:56.231
26182026-09-01T07:55:57.512Z Sep 01 07:55:56.231INFO Sep 01 07:55:56.231DEBG DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26192026-09-01T07:55:57.512ZSep 01 07:55:56.231
26202026-09-01T07:55:57.512Zreplacing 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 } }] Sep 01 07:55:56.231
26212026-09-01T07:55:57.512ZSep 01 07:55:56.231 INFO DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:55:56.231INFO
26222026-09-01T07:55:57.512Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
26232026-09-01T07:55:57.512Z
26242026-09-01T07:55:57.512Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26252026-09-01T07:55:57.512ZSep 01 07:55:56.231Sep 01 07:55:56.231 INFOSep 01 07:55:56.231 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Sep 01 07:55:56.231
26262026-09-01T07:55:57.512ZDEBGDEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26272026-09-01T07:55:57.512Zreplacing 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 } }]
26282026-09-01T07:55:57.512Zreplacing 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 } }]Sep 01 07:55:56.231
26292026-09-01T07:55:57.512Z Sep 01 07:55:56.231DEBG Sep 01 07:55:56.231INFO Sep 01 07:55:56.231 adding route 3fff:beef:13::/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 } }]
26302026-09-01T07:55:57.512ZINFO
26312026-09-01T07:55:57.512Z INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26322026-09-01T07:55:57.512ZSep 01 07:55:56.231adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26332026-09-01T07:55:57.512ZDEBGSep 01 07:55:56.231 Sep 01 07:55:56.231replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26342026-09-01T07:55:57.517ZSep 01 07:55:56.231 DEBG 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 } }]Sep 01 07:55:56.232replacing 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 } }]
26352026-09-01T07:55:57.517ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26362026-09-01T07:55:57.517Z
26372026-09-01T07:55:57.517ZSep 01 07:55:56.232 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
26382026-09-01T07:55:57.517ZSep 01 07:55:56.232INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26392026-09-01T07:55:57.517ZSep 01 07:55:56.232INFO DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] Sep 01 07:55:56.232
26402026-09-01T07:55:57.517Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG 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 } }]Sep 01 07:55:56.232
26412026-09-01T07:55:57.517Z
26422026-09-01T07:55:57.517Z
26432026-09-01T07:55:57.517Z INFO Sep 01 07:55:56.232adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Sep 01 07:55:56.232Sep 01 07:55:56.232
26442026-09-01T07:55:57.517ZINFO INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26452026-09-01T07:55:57.517Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
26462026-09-01T07:55:57.517Z Sep 01 07:55:56.232DEBGreplacing 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 } }]
26472026-09-01T07:55:57.518ZDEBGSep 01 07:55:56.232 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26482026-09-01T07:55:57.518Zreplacing 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 } }]
26492026-09-01T07:55:57.518Zreplacing 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 } }]
26502026-09-01T07:55:57.518ZSep 01 07:55:56.232 Sep 01 07:55:56.232INFO INFOSep 01 07:55:56.232adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26512026-09-01T07:55:57.518ZSep 01 07:55:56.232 INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26522026-09-01T07:55:57.518Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
26532026-09-01T07:55:57.518Z DEBGINFO Sep 01 07:55:56.232 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 01 07:55:56.232DEBG 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 } }]
26542026-09-01T07:55:57.518ZDEBG
26552026-09-01T07:55:57.518Zreplacing 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 } }]
26562026-09-01T07:55:57.518Zreplacing 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 } }]Sep 01 07:55:56.232 Sep 01 07:55:56.232
26572026-09-01T07:55:57.518ZSep 01 07:55:56.232DEBG 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 } }]INFOINFO
26582026-09-01T07:55:57.518Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26592026-09-01T07:55:57.518Z
26602026-09-01T07:55:57.518ZSep 01 07:55:56.232 INFOSep 01 07:55:56.232Sep 01 07:55:56.232Sep 01 07:55:56.232 DEBGDEBG 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 } }]
26612026-09-01T07:55:57.518Z
26622026-09-01T07:55:57.518Z 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 } }]
26632026-09-01T07:55:57.518ZINFO Sep 01 07:55:56.232adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 01 07:55:56.232 Sep 01 07:55:56.232
26642026-09-01T07:55:57.518ZINFO INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
26652026-09-01T07:55:57.518Z
26662026-09-01T07:55:57.518Zreplacing 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 } }]Sep 01 07:55:56.232
26672026-09-01T07:55:57.518Z 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 } }]Sep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232
26682026-09-01T07:55:57.518Z DEBGINFO 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 } }] adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26692026-09-01T07:55:57.518Zreplacing 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 } }]
26702026-09-01T07:55:57.518Z
26712026-09-01T07:55:57.518ZSep 01 07:55:56.232Sep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232 INFO INFODEBGINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:17::/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 } }]
26722026-09-01T07:55:57.518Z
26732026-09-01T07:55:57.518Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26742026-09-01T07:55:57.519Z
26752026-09-01T07:55:57.519ZSep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232 DEBG 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 } }]DEBG
26762026-09-01T07:55:57.519Zreplacing 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 } }] Sep 01 07:55:56.232
26772026-09-01T07:55:57.519Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26782026-09-01T07:55:57.519Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
26792026-09-01T07:55:57.519Z INFO Sep 01 07:55:56.232adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Sep 01 07:55:56.232
26802026-09-01T07:55:57.519ZINFOSep 01 07:55:56.232 Sep 01 07:55:56.232adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO DEBG DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26812026-09-01T07:55:57.519Z
26822026-09-01T07:55:57.519Z 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: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 } }]
26832026-09-01T07:55:57.519Z
26842026-09-01T07:55:57.519ZSep 01 07:55:56.232Sep 01 07:55:56.232Sep 01 07:55:56.232Sep 01 07:55:56.232 DEBG DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26852026-09-01T07:55:57.519Z
26862026-09-01T07:55:57.519ZINFO adding route 3fff:beef:14::/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 } }]
26872026-09-01T07:55:57.519Z
26882026-09-01T07:55:57.519ZSep 01 07:55:56.232 DEBGSep 01 07:55:56.232 Sep 01 07:55:56.232Sep 01 07:55:56.232 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:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26892026-09-01T07:55:57.519Z
26902026-09-01T07:55:57.519Z
26912026-09-01T07:55:57.519ZINFO Sep 01 07:55:56.232adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26922026-09-01T07:55:57.519ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
26932026-09-01T07:55:57.519ZSep 01 07:55:56.232 Sep 01 07:55:56.232DEBG Sep 01 07:55:56.232 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 } }]INFO
26942026-09-01T07:55:57.519ZDEBG 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
26952026-09-01T07:55:57.519Z Sep 01 07:55:56.232adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26962026-09-01T07:55:57.519Z 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 } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26972026-09-01T07:55:57.519Z
26982026-09-01T07:55:57.519ZSep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232INFODEBG DEBGSep 01 07:55:56.232adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26992026-09-01T07:55:57.519Z 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 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 } }]
27002026-09-01T07:55:57.519Z
27012026-09-01T07:55:57.519Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27022026-09-01T07:55:57.520ZSep 01 07:55:56.232 Sep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232 INFOINFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27032026-09-01T07:55:57.520Zreplacing 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 } }]
27042026-09-01T07:55:57.520Zreplacing 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 } }]
27052026-09-01T07:55:57.520Z
27062026-09-01T07:55:57.520ZSep 01 07:55:56.232Sep 01 07:55:56.232Sep 01 07:55:56.232Sep 01 07:55:56.232 INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27072026-09-01T07:55:57.520Zreplacing 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
27082026-09-01T07:55:57.520Z DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }]
27092026-09-01T07:55:57.520Z
27102026-09-01T07:55:57.520ZSep 01 07:55:56.232 DEBGSep 01 07:55:56.232Sep 01 07:55:56.232 INFOSep 01 07:55:56.232replacing 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 } }]
27112026-09-01T07:55:57.520Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGINFO
27122026-09-01T07:55:57.520ZSep 01 07:55:56.232 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:1c::/64 -> 2001:db8::55:ffINFO
27132026-09-01T07:55:57.520Z
27142026-09-01T07:55:57.520Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27152026-09-01T07:55:57.520ZSep 01 07:55:56.232 Sep 01 07:55:56.232DEBGSep 01 07:55:56.232 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 } }] Sep 01 07:55:56.232replacing 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 } }]
27162026-09-01T07:55:57.520Z DEBG
27172026-09-01T07:55:57.520Z 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 } }]
27182026-09-01T07:55:57.520ZSep 01 07:55:56.232adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27192026-09-01T07:55:57.520ZSep 01 07:55:56.232INFO INFOSep 01 07:55:56.232adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
27202026-09-01T07:55:57.520Z 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 } }]
27212026-09-01T07:55:57.520ZSep 01 07:55:56.232adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG
27222026-09-01T07:55:57.520Z INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:55:56.232
27232026-09-01T07:55:57.520Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 01 07:55:56.232
27242026-09-01T07:55:57.520Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Sep 01 07:55:56.232 DEBG
27252026-09-01T07:55:57.520Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27262026-09-01T07:55:57.520Z Sep 01 07:55:56.232adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Sep 01 07:55:56.232DEBG
27272026-09-01T07:55:57.520Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27282026-09-01T07:55:57.520ZSep 01 07:55:56.232 Sep 01 07:55:56.232replacing 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 } }]Sep 01 07:55:56.232INFO
27292026-09-01T07:55:57.520Z DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27302026-09-01T07:55:57.521ZINFOreplacing 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 } }] Sep 01 07:55:56.232
27312026-09-01T07:55:57.521Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO Sep 01 07:55:56.232adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Sep 01 07:55:56.232
27322026-09-01T07:55:57.521Z DEBGINFO
27332026-09-01T07:55:57.521Z 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:ff
27342026-09-01T07:55:57.525Z
27352026-09-01T07:55:57.525ZSep 01 07:55:56.232 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 } }]Sep 01 07:55:56.232
27362026-09-01T07:55:57.525Z Sep 01 07:55:56.232DEBG 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 } }]Sep 01 07:55:56.232
27372026-09-01T07:55:57.525Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
27382026-09-01T07:55:57.525Z 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 } }]
27392026-09-01T07:55:57.525ZSep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232INFO Sep 01 07:55:56.232 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG
27402026-09-01T07:55:57.525Z INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27412026-09-01T07:55:57.525ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 01 07:55:56.232adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27422026-09-01T07:55:57.525Z
27432026-09-01T07:55:57.525Z DEBG Sep 01 07:55:56.232replacing 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 } }]Sep 01 07:55:56.232Sep 01 07:55:56.232
27442026-09-01T07:55:57.525Z DEBGDEBGINFO Sep 01 07:55:56.232 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 } }]
27452026-09-01T07:55:57.525Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27462026-09-01T07:55:57.525Z
27472026-09-01T07:55:57.525Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27482026-09-01T07:55:57.525ZSep 01 07:55:56.232Sep 01 07:55:56.232 INFOSep 01 07:55:56.232 Sep 01 07:55:56.232Sep 01 07:55:56.232 DEBGINFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/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 } }]
27492026-09-01T07:55:57.526Zreplacing 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
27502026-09-01T07:55:57.526Z
27512026-09-01T07:55:57.526Zcreated new freemapSep 01 07:55:56.232
27522026-09-01T07:55:57.526Z DEBG, replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
27532026-09-01T07:55:57.526ZSep 01 07:55:56.232 INFOfreemap_route_ipv4Sep 01 07:55:56.232Sep 01 07:55:56.232 Sep 01 07:55:56.232adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27542026-09-01T07:55:57.526ZINFO
27552026-09-01T07:55:57.526ZDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27562026-09-01T07:55:57.526ZSep 01 07:55:56.232INFOSep 01 07:55:56.232 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 } }]
27572026-09-01T07:55:57.526ZSep 01 07:55:56.232 DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGDEBG Sep 01 07:55:56.232created new freemap
27582026-09-01T07:55:57.526Z, 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 } }]
27592026-09-01T07:55:57.526ZINFO unitreplacing 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 } }]:
27602026-09-01T07:55:57.526ZSep 01 07:55:56.232 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGSep 01 07:55:56.232
27612026-09-01T07:55:57.526ZINFOSep 01 07:55:56.232replacing 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 } }]
27622026-09-01T07:55:57.526Z Sep 01 07:55:56.232INFOfreemap_route_ipv6 DEBGSep 01 07:55:56.232adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27632026-09-01T07:55:57.526Z
27642026-09-01T07:55:57.526Zreplacing 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 } }]
27652026-09-01T07:55:57.526Z INFO
27662026-09-01T07:55:57.526ZSep 01 07:55:56.232adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27672026-09-01T07:55:57.526ZDEBG 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 } }]Sep 01 07:55:56.232
27682026-09-01T07:55:57.526Z Sep 01 07:55:56.232
27692026-09-01T07:55:57.526ZDEBGSep 01 07:55:56.232 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 } }]
27702026-09-01T07:55:57.526Z INFOSep 01 07:55:56.232 Sep 01 07:55:56.232DEBGSep 01 07:55:56.232adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Sep 01 07:55:56.232INFOINFO 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 } }] INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27712026-09-01T07:55:57.526Z
27722026-09-01T07:55:57.526Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27732026-09-01T07:55:57.526ZSep 01 07:55:56.232
27742026-09-01T07:55:57.526Z
27752026-09-01T07:55:57.526Z DEBGSep 01 07:55:56.232Sep 01 07:55:56.232DEBG initted freemap. size: 64replacing 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 } }]
27762026-09-01T07:55:57.527ZSep 01 07:55:56.232, INFO DEBGSep 01 07:55:56.232 Sep 01 07:55:56.232DEBGSep 01 07:55:56.232 created new freemap, unit: INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff freemap_route_ipv4replacing 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 } }]
27772026-09-01T07:55:57.527Z
27782026-09-01T07:55:57.527Zunit Sep 01 07:55:56.232:Sep 01 07:55:56.232
27792026-09-01T07:55:57.527ZDEBG DEBGcreated new freemap, freemap_route_ipv4unit
27802026-09-01T07:55:57.527ZDEBG:adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27812026-09-01T07:55:57.527Zfreemap_route_ipv6
27822026-09-01T07:55:57.527Z 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 } }]
27832026-09-01T07:55:57.527Zreplacing 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 } }]Sep 01 07:55:56.232Sep 01 07:55:56.232 DEBG DEBG initted freemap. size: 64, unit:
27842026-09-01T07:55:57.527Z Sep 01 07:55:56.232freemap_route_ipv4reset freemapSep 01 07:55:56.232
27852026-09-01T07:55:57.527Z DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 01 07:55:56.232 DEBG
27862026-09-01T07:55:57.527Zreset freemap, unitadding route 3fff:beef:5::/64 -> 2001:db8::55:ff:
27872026-09-01T07:55:57.527Z Sep 01 07:55:56.232freemap_route_ipv4
27882026-09-01T07:55:57.527ZINFO , adding route 3fff:beef:29::/64 -> 2001:db8::55:ffunit
27892026-09-01T07:55:57.527Z:Sep 01 07:55:56.232 DEBG initted freemap. size: 64, unitfreemap_route_ipv4:
27902026-09-01T07:55:57.527ZINFOSep 01 07:55:56.232 freemap_route_ipv6
27912026-09-01T07:55:57.527Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27922026-09-01T07:55:57.527ZDEBGSep 01 07:55:56.232 Sep 01 07:55:56.232replacing 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 } }]
27932026-09-01T07:55:57.527Z DEBGSep 01 07:55:56.232 Sep 01 07:55:56.232reset freemapSep 01 07:55:56.232, unit: DEBGfreemap_route_ipv6Sep 01 07:55:56.232
27942026-09-01T07:55:57.527Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBGSep 01 07:55:56.232DEBGreplacing 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 } }] INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
27952026-09-01T07:55:57.527Z
27962026-09-01T07:55:57.527ZSep 01 07:55:56.233 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
27972026-09-01T07:55:57.527Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
27982026-09-01T07:55:57.527Zreplacing 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 } }]
27992026-09-01T07:55:57.527Zinitted freemap. size: 64, Sep 01 07:55:56.233unitSep 01 07:55:56.233Sep 01 07:55:56.233 DEBGINFO
28002026-09-01T07:55:57.527Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
28012026-09-01T07:55:57.527ZSep 01 07:55:56.233Sep 01 07:55:56.233 INFOSep 01 07:55:56.233 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
28022026-09-01T07:55:57.527Z 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 } }]
28032026-09-01T07:55:57.527Z:Sep 01 07:55:56.233 freemap_route_ipv6DEBGSep 01 07:55:56.233
28042026-09-01T07:55:57.528Z 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
28052026-09-01T07:55:57.528Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
28062026-09-01T07:55:57.528ZSep 01 07:55:56.233Sep 01 07:55:56.233 DEBGINFO Sep 01 07:55:56.233reset freemap adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, DEBG
28072026-09-01T07:55:57.528Z unitreplacing 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 } }]:
28082026-09-01T07:55:57.528Z Sep 01 07:55:56.233freemap_route_ipv6
28092026-09-01T07:55:57.528ZDEBG 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 } }]
28102026-09-01T07:55:57.528ZSep 01 07:55:56.233Sep 01 07:55:56.233 DEBGDEBGSep 01 07:55:56.233 INFO 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 } }]
28112026-09-01T07:55:57.528Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
28122026-09-01T07:55:57.528Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28132026-09-01T07:55:57.528Z
28142026-09-01T07:55:57.528ZSep 01 07:55:56.233 Sep 01 07:55:56.233replacing 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 } }] Sep 01 07:55:56.233Sep 01 07:55:56.233
28152026-09-01T07:55:57.528ZINFO DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28162026-09-01T07:55:57.528Zreplacing 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 } }]DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28172026-09-01T07:55:57.528ZSep 01 07:55:56.233Sep 01 07:55:56.233
28182026-09-01T07:55:57.528Z 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 } }]INFO
28192026-09-01T07:55:57.528Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
28202026-09-01T07:55:57.528ZSep 01 07:55:56.233
28212026-09-01T07:55:57.528ZSep 01 07:55:56.233INFO Sep 01 07:55:56.233 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGSep 01 07:55:56.233INFO
28222026-09-01T07:55:57.528Z Sep 01 07:55:56.233 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
28232026-09-01T07:55:57.528Zreplacing 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 } }]
28242026-09-01T07:55:57.528Zreplacing 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
28252026-09-01T07:55:57.528ZSep 01 07:55:56.233Sep 01 07:55:56.233 DEBGDEBGreplacing 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 } }]
28262026-09-01T07:55:57.528Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
28272026-09-01T07:55:57.528ZSep 01 07:55:56.233
28282026-09-01T07:55:57.528Z INFOSep 01 07:55:56.233Sep 01 07:55:56.233 Sep 01 07:55:56.233 Sep 01 07:55:56.233 INFO INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
28292026-09-01T07:55:57.528Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28302026-09-01T07:55:57.528Z
28312026-09-01T07:55:57.529Zadding route 3fff:dead::/64 -> 2001:db8::55:3
28322026-09-01T07:55:57.529Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28332026-09-01T07:55:57.529ZSep 01 07:55:56.233Sep 01 07:55:56.233 Sep 01 07:55:56.233 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 01 07:55:56.233
28342026-09-01T07:55:57.533Z
28352026-09-01T07:55:57.533Z
28362026-09-01T07:55:57.533ZDEBGSep 01 07:55:56.233Sep 01 07:55:56.233Sep 01 07:55:56.233 Sep 01 07:55:56.233 INFOINFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO 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:4
28372026-09-01T07:55:57.533Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28382026-09-01T07:55:57.533Z
28392026-09-01T07:55:57.533Z
28402026-09-01T07:55:57.533Z Sep 01 07:55:56.233replacing 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 } }]Sep 01 07:55:56.233
28412026-09-01T07:55:57.533Z Sep 01 07:55:56.233DEBGSep 01 07:55:56.233DEBG INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 01 07:55:56.233adding route 3fff:beef:27::/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 } }]
28422026-09-01T07:55:57.533Z
28432026-09-01T07:55:57.533Z
28442026-09-01T07:55:57.533Zreplacing 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 } }]
28452026-09-01T07:55:57.533Z INFOSep 01 07:55:56.233Sep 01 07:55:56.233 Sep 01 07:55:56.233adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28462026-09-01T07:55:57.533ZINFODEBG Sep 01 07:55:56.233 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 } }]Sep 01 07:55:56.233adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
28472026-09-01T07:55:57.533Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28482026-09-01T07:55:57.534Z
28492026-09-01T07:55:57.534ZDEBGDEBG Sep 01 07:55:56.233 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 } }]Sep 01 07:55:56.233
28502026-09-01T07:55:57.534Z DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
28512026-09-01T07:55:57.534Z
28522026-09-01T07:55:57.534ZSep 01 07:55:56.233
28532026-09-01T07:55:57.534Z INFOSep 01 07:55:56.233 Sep 01 07:55:56.233INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28542026-09-01T07:55:57.534Z
28552026-09-01T07:55:57.534Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
28562026-09-01T07:55:57.534ZSep 01 07:55:56.233 Sep 01 07:55:56.233Sep 01 07:55:56.233INFO 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: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 } }]
28572026-09-01T07:55:57.534Z
28582026-09-01T07:55:57.534ZSep 01 07:55:56.233 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGSep 01 07:55:56.233
28592026-09-01T07:55:57.534Zreplacing 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 } }]Sep 01 07:55:56.233
28602026-09-01T07:55:57.534Z INFO INFO Sep 01 07:55:56.233adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Sep 01 07:55:56.233
28612026-09-01T07:55:57.534Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
28622026-09-01T07:55:57.534Zreplacing 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 } }]
28632026-09-01T07:55:57.534Z INFOSep 01 07:55:56.233 Sep 01 07:55:56.233adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBG
28642026-09-01T07:55:57.534ZDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28652026-09-01T07:55:57.534Z
28662026-09-01T07:55:57.534ZSep 01 07:55:56.233 Sep 01 07:55:56.233 Sep 01 07:55:56.233DEBGSep 01 07:55:56.233 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28672026-09-01T07:55:57.534Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
28682026-09-01T07:55:57.534Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffSep 01 07:55:56.233
28692026-09-01T07:55:57.534Z 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 } }]
28702026-09-01T07:55:57.534ZDEBGSep 01 07:55:56.233 Sep 01 07:55:56.233 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 } }]DEBG
28712026-09-01T07:55:57.534ZSep 01 07:55:56.233 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: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
28722026-09-01T07:55:57.534Z
28732026-09-01T07:55:57.534Z Sep 01 07:55:56.233adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Sep 01 07:55:56.233
28742026-09-01T07:55:57.534Z Sep 01 07:55:56.233INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
28752026-09-01T07:55:57.535Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28762026-09-01T07:55:57.535Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28772026-09-01T07:55:57.535ZSep 01 07:55:56.233Sep 01 07:55:56.233 Sep 01 07:55:56.233DEBG DEBGSep 01 07:55:56.233 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28782026-09-01T07:55:57.535Z
28792026-09-01T07:55:57.535Z
28802026-09-01T07:55:57.535Zreplacing 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 } }]
28812026-09-01T07:55:57.535ZSep 01 07:55:56.233Sep 01 07:55:56.233 INFOINFOSep 01 07:55:56.233 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28822026-09-01T07:55:57.535Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 01 07:55:56.233INFO
28832026-09-01T07:55:57.535ZSep 01 07:55:56.233adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28842026-09-01T07:55:57.535ZINFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28852026-09-01T07:55:57.535ZSep 01 07:55:56.233Sep 01 07:55:56.233
28862026-09-01T07:55:57.535Z DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]Sep 01 07:55:56.233Sep 01 07:55:56.233
28872026-09-01T07:55:57.535ZDEBG
28882026-09-01T07:55:57.535ZINFO 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:33::/64 -> 2001:db8::55:ff
28892026-09-01T07:55:57.535Z
28902026-09-01T07:55:57.535ZSep 01 07:55:56.233Sep 01 07:55:56.233 INFOINFO Sep 01 07:55:56.233 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
28912026-09-01T07:55:57.535Z
28922026-09-01T07:55:57.535Ztest route::tests::grow_succeeds ... ok
28932026-09-01T07:55:57.535Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 01 07:55:56.233
28942026-09-01T07:55:57.535Ztest route::tests::identity_replace_is_noop ... ok
28952026-09-01T07:55:57.535ZSep 01 07:55:56.233 DEBGDEBGSep 01 07:55:56.233 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 01 07:55:56.234 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28962026-09-01T07:55:57.535Zcreated new freemap, Sep 01 07:55:56.233unit :Sep 01 07:55:56.236 DEBGfreemap_route_ipv4 Sep 01 07:55:56.233
28972026-09-01T07:55:57.535Zcreated new freemap Sep 01 07:55:56.236DEBG ,
28982026-09-01T07:55:57.535Zunit 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 } }]created new freemap
28992026-09-01T07:55:57.535Z, :unit :freemap_route_ipv4 freemap_route_ipv6
29002026-09-01T07:55:57.535Z
29012026-09-01T07:55:57.535ZSep 01 07:55:56.236 INFOSep 01 07:55:56.236Sep 01 07:55:56.236 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
29022026-09-01T07:55:57.535Z created new freemapreplacing 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 } }], Sep 01 07:55:56.236unit
29032026-09-01T07:55:57.536Z: freemap_route_ipv6DEBGSep 01 07:55:56.236
29042026-09-01T07:55:57.536Z 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 } }]Sep 01 07:55:56.236 INFO Sep 01 07:55:56.236adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29052026-09-01T07:55:57.536ZDEBG
29062026-09-01T07:55:57.536Zinitted freemap. size: 64, Sep 01 07:55:56.236 Sep 01 07:55:56.236DEBGunit DEBG: initted freemap. size: 64replacing 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 , INFO
29072026-09-01T07:55:57.536Z
29082026-09-01T07:55:57.536Zunit: INFOfreemap_route_ipv4Sep 01 07:55:56.236
29092026-09-01T07:55:57.536Z Sep 01 07:55:56.236 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGINFO
29102026-09-01T07:55:57.536Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 01 07:55:56.236adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29112026-09-01T07:55:57.536Z DEBG
29122026-09-01T07:55:57.536ZSep 01 07:55:56.236reset freemap , reset freemapunitDEBG :, freemap_route_ipv4unit
29132026-09-01T07:55:57.536Zreplacing 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 } }]Sep 01 07:55:56.236:
29142026-09-01T07:55:57.536Z Sep 01 07:55:56.236 freemap_route_ipv4
29152026-09-01T07:55:57.536ZDEBG DEBG Sep 01 07:55:56.236 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 01 07:55:56.236
29162026-09-01T07:55:57.536Zreplacing 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 } }]Sep 01 07:55:56.236 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGDEBG
29172026-09-01T07:55:57.536Z initted freemap. size: 64 , initted freemap. size: 64
29182026-09-01T07:55:57.536Z, unit:unit :freemap_route_ipv6
29192026-09-01T07:55:57.536ZSep 01 07:55:56.236freemap_route_ipv6
29202026-09-01T07:55:57.536ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 01 07:55:56.236
29212026-09-01T07:55:57.536Z DEBGSep 01 07:55:56.236 Sep 01 07:55:56.236 reset freemapDEBG, unitDEBG: reset freemapSep 01 07:55:56.236freemap_route_ipv6,
29222026-09-01T07:55:57.536Zunit :DEBG freemap_route_ipv6replacing 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 } }]
29232026-09-01T07:55:57.536Z
29242026-09-01T07:55:57.536Z 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 } }]Sep 01 07:55:56.236Sep 01 07:55:56.236 INFOINFO Sep 01 07:55:56.236 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
29252026-09-01T07:55:57.536ZINFOadding route 172.16.0.0/32 -> 10.0.0.1
29262026-09-01T07:55:57.536Zadding route 172.16.0.0/32 -> 10.0.0.1
29272026-09-01T07:55:57.536Z
29282026-09-01T07:55:57.536ZSep 01 07:55:56.236Sep 01 07:55:56.236 DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29292026-09-01T07:55:57.536Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 01 07:55:56.236
29302026-09-01T07:55:57.536Z INFOSep 01 07:55:56.236 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
29312026-09-01T07:55:57.537Z Sep 01 07:55:56.236adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29322026-09-01T07:55:57.537ZDEBG Sep 01 07:55:56.236replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
29332026-09-01T07:55:57.537ZDEBG Sep 01 07:55:56.236replacing 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 } }]
29342026-09-01T07:55:57.541ZDEBG 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 } }]
29352026-09-01T07:55:57.541ZSep 01 07:55:56.236Sep 01 07:55:56.236 INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
29362026-09-01T07:55:57.541ZSep 01 07:55:56.236
29372026-09-01T07:55:57.541Z INFOSep 01 07:55:56.236 DEBGSep 01 07:55:56.236 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
29382026-09-01T07:55:57.541Z
29392026-09-01T07:55:57.541Zadding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:55:56.233
29402026-09-01T07:55:57.541Z DEBGSep 01 07:55:56.236 created new freemap DEBGSep 01 07:55:56.236Sep 01 07:55:56.236 , INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unitDEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
29412026-09-01T07:55:57.541Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
29422026-09-01T07:55:57.541ZDEBG
29432026-09-01T07:55:57.541Z freemap_route_ipv4replacing 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 } }]
29442026-09-01T07:55:57.541Z
29452026-09-01T07:55:57.541ZSep 01 07:55:56.236 INFOSep 01 07:55:56.236 adding route 172.16.0.0/32 -> 10.0.0.3Sep 01 07:55:56.236Sep 01 07:55:56.236
29462026-09-01T07:55:57.542ZINFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff Sep 01 07:55:56.236
29472026-09-01T07:55:57.542ZDEBG DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 01 07:55:56.236replacing 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 } }]
29482026-09-01T07:55:57.542Z
29492026-09-01T07:55:57.542Zcreated new freemapSep 01 07:55:56.236, DEBGunit : 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 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 } }]freemap_route_ipv6
29502026-09-01T07:55:57.542Z
29512026-09-01T07:55:57.542Z
29522026-09-01T07:55:57.542ZSep 01 07:55:56.236 INFOSep 01 07:55:56.236Sep 01 07:55:56.236 INFO Sep 01 07:55:56.236 DEBGINFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4Sep 01 07:55:56.236
29532026-09-01T07:55:57.542Z 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 } }]
29542026-09-01T07:55:57.542Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
29552026-09-01T07:55:57.542Z
29562026-09-01T07:55:57.542ZDEBGDEBG initted freemap. size: 64, Sep 01 07:55:56.236Sep 01 07:55:56.236 unitDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29572026-09-01T07:55:57.543Z
29582026-09-01T07:55:57.543Zfreemap_route_ipv4
29592026-09-01T07:55:57.543ZSep 01 07:55:56.236
29602026-09-01T07:55:57.543ZSep 01 07:55:56.236Sep 01 07:55:56.236 Sep 01 07:55:56.236Sep 01 07:55:56.236 INFOSep 01 07:55:56.236 DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGINFOINFO
29612026-09-01T07:55:57.543Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29622026-09-01T07:55:57.543Z
29632026-09-01T07:55:57.543Z
29642026-09-01T07:55:57.543Z
29652026-09-01T07:55:57.543ZDEBGSep 01 07:55:56.236 Sep 01 07:55:56.236 Sep 01 07:55:56.236DEBGreset freemap DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO, unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
29662026-09-01T07:55:57.543Z
29672026-09-01T07:55:57.543Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv4Sep 01 07:55:56.236
29682026-09-01T07:55:57.543Z
29692026-09-01T07:55:57.543ZSep 01 07:55:56.236INFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 01 07:55:56.236
29702026-09-01T07:55:57.543Z DEBG
29712026-09-01T07:55:57.543Z Sep 01 07:55:56.236initted freemap. size: 64Sep 01 07:55:56.236, Sep 01 07:55:56.236unit :Sep 01 07:55:56.236 DEBGfreemap_route_ipv6
29722026-09-01T07:55:57.543ZDEBG 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 } }]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 } }]
29732026-09-01T07:55:57.543Zreplacing 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 } }]Sep 01 07:55:56.236
29742026-09-01T07:55:57.543ZDEBG
29752026-09-01T07:55:57.543ZDEBG 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 } }]reset freemapSep 01 07:55:56.236, Sep 01 07:55:56.236unit INFO
29762026-09-01T07:55:57.543ZINFO: Sep 01 07:55:56.236 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29772026-09-01T07:55:57.543ZINFO
29782026-09-01T07:55:57.543Z adding route 3fff:beef:24::/64 -> 2001:db8::55:fffreemap_route_ipv6Sep 01 07:55:56.236Sep 01 07:55:56.236
29792026-09-01T07:55:57.543ZINFO
29802026-09-01T07:55:57.543Z DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
29812026-09-01T07:55:57.543Zreplacing 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 } }]Sep 01 07:55:56.236 Sep 01 07:55:56.236Sep 01 07:55:56.236DEBG
29822026-09-01T07:55:57.543Z Sep 01 07:55:56.236replacing 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
29832026-09-01T07:55:57.544ZINFO DEBGSep 01 07:55:56.236replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
29842026-09-01T07:55:57.544Z
29852026-09-01T07:55:57.544ZSep 01 07:55:56.236INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
29862026-09-01T07:55:57.544Z failed to allocate space for the new target listSep 01 07:55:56.236
29872026-09-01T07:55:57.544Zreplacing 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 } }]Sep 01 07:55:56.236
29882026-09-01T07:55:57.544ZINFOSep 01 07:55:56.236 DEBG adding route 3fff:beef:25::/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 } }]DEBG
29892026-09-01T07:55:57.544ZSep 01 07:55:56.236 Sep 01 07:55:56.236
29902026-09-01T07:55:57.544Z INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29912026-09-01T07:55:57.544ZSep 01 07:55:56.236 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
29922026-09-01T07:55:57.544Ztest route::tests::rollback_on_compact_write_failure ... ok
29932026-09-01T07:55:57.544ZSep 01 07:55:56.236 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:55:56.236
29942026-09-01T07:55:57.544Z Sep 01 07:55:56.236replacing 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 } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
29952026-09-01T07:55:57.544Z
29962026-09-01T07:55:57.544Z Sep 01 07:55:56.236adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 01 07:55:56.236
29972026-09-01T07:55:57.544Zreplacing 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 } }]DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29982026-09-01T07:55:57.544Z
29992026-09-01T07:55:57.544Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
30002026-09-01T07:55:57.544ZSep 01 07:55:56.236Sep 01 07:55:56.236 Sep 01 07:55:56.236DEBGINFOSep 01 07:55:56.236 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30012026-09-01T07:55:57.544Z
30022026-09-01T07:55:57.544ZDEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]Sep 01 07:55:56.236
30032026-09-01T07:55:57.544Z Sep 01 07:55:56.236
30042026-09-01T07:55:57.544Z INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }]Sep 01 07:55:56.236
30052026-09-01T07:55:57.544Z
30062026-09-01T07:55:57.544Z Sep 01 07:55:56.236 DEBGINFO Sep 01 07:55:56.236replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:27::/64 -> 2001:db8::55:ffSep 01 07:55:56.237
30072026-09-01T07:55:57.544Z Sep 01 07:55:56.237DEBG DEBG created new freemapcreated new freemap, Sep 01 07:55:56.246, unitunitDEBG:: freemap_route_ipv4freemap_route_ipv4
30082026-09-01T07:55:57.544Zreplacing 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 } }]
30092026-09-01T07:55:57.544Z
30102026-09-01T07:55:57.545Z Sep 01 07:55:56.246Sep 01 07:55:56.246 INFOSep 01 07:55:56.246 DEBG DEBGcreated new freemap , created new freemapunitINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff, : adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
30112026-09-01T07:55:57.545Z
30122026-09-01T07:55:57.545Zfreemap_route_ipv6unit
30132026-09-01T07:55:57.545Z: Sep 01 07:55:56.246freemap_route_ipv6
30142026-09-01T07:55:57.545ZDEBG Sep 01 07:55:56.246replacing 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 } }]
30152026-09-01T07:55:57.545ZDEBG Sep 01 07:55:56.246initted freemap. size: 64 , DEBGunitSep 01 07:55:56.246: INFOfreemap_route_ipv4replacing 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 } }] Sep 01 07:55:56.246adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
30162026-09-01T07:55:57.545Z
30172026-09-01T07:55:57.545Z Sep 01 07:55:56.246
30182026-09-01T07:55:57.545ZINFOSep 01 07:55:56.246 Sep 01 07:55:56.246Sep 01 07:55:56.246 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG INFO
30192026-09-01T07:55:57.545Zreset freemapreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Sep 01 07:55:56.246unit
30202026-09-01T07:55:57.545Z :adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
30212026-09-01T07:55:57.545Zfreemap_route_ipv4DEBG
30222026-09-01T07:55:57.545Z 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 } }]DEBGSep 01 07:55:56.246Sep 01 07:55:56.246
30232026-09-01T07:55:57.545Z DEBGSep 01 07:55:56.246 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 } }]INFO
30242026-09-01T07:55:57.545Z initted freemap. size: 64 Sep 01 07:55:56.246, unitSep 01 07:55:56.246adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30252026-09-01T07:55:57.545Zinitted freemap. size: 64INFOSep 01 07:55:56.246 :adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
30262026-09-01T07:55:57.545Zfreemap_route_ipv6
30272026-09-01T07:55:57.545Z, INFO unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 01 07:55:56.246Sep 01 07:55:56.246
30282026-09-01T07:55:57.545ZSep 01 07:55:56.246DEBG 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 } }]: Sep 01 07:55:56.246
30292026-09-01T07:55:57.545ZDEBGreplacing 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 } }] DEBGfreemap_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 } }] Sep 01 07:55:56.246
30302026-09-01T07:55:57.545Z
30312026-09-01T07:55:57.545Z
30322026-09-01T07:55:57.545Zreset freemap INFO, adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
30332026-09-01T07:55:57.545Z:Sep 01 07:55:56.246 freemap_route_ipv6DEBG
30342026-09-01T07:55:57.550ZSep 01 07:55:56.246Sep 01 07:55:56.246 INFO Sep 01 07:55:56.246Sep 01 07:55:56.246 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO
30352026-09-01T07:55:57.550Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFODEBG
30362026-09-01T07:55:57.550Zadding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:55:56.246
30372026-09-01T07:55:57.550Zreset freemapreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG unit
30382026-09-01T07:55:57.550Z: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 } }] Sep 01 07:55:56.246
30392026-09-01T07:55:57.550Z DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30402026-09-01T07:55:57.550Z
30412026-09-01T07:55:57.550ZSep 01 07:55:56.246Sep 01 07:55:56.246Sep 01 07:55:56.246 INFOINFOSep 01 07:55:56.246 Sep 01 07:55:56.246 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
30422026-09-01T07:55:57.551Z INFO
30432026-09-01T07:55:57.551Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]Sep 01 07:55:56.246
30442026-09-01T07:55:57.551Z
30452026-09-01T07:55:57.551ZDEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitSep 01 07:55:56.246
30462026-09-01T07:55:57.551Z Sep 01 07:55:56.246Sep 01 07:55:56.246 DEBG : DEBGfreemap_route_ipv6INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] Sep 01 07:55:56.246
30472026-09-01T07:55:57.551Z
30482026-09-01T07:55:57.551Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30492026-09-01T07:55:57.551Z
30502026-09-01T07:55:57.551ZINFO Sep 01 07:55:56.246adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Sep 01 07:55:56.246INFO
30512026-09-01T07:55:57.551Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 01 07:55:56.246
30522026-09-01T07:55:57.551Z Sep 01 07:55:56.246 INFOSep 01 07:55:56.246Sep 01 07:55:56.246 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
30532026-09-01T07:55:57.551ZDEBGDEBG
30542026-09-01T07:55:57.551ZDEBG 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 } }]reset freemap
30552026-09-01T07:55:57.551Z, 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 } }]unitSep 01 07:55:56.246:Sep 01 07:55:56.246 freemap_route_ipv6INFO DEBG
30562026-09-01T07:55:57.551Z Sep 01 07:55:56.246
30572026-09-01T07:55:57.551Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30582026-09-01T07:55:57.551Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
30592026-09-01T07:55:57.551Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 01 07:55:56.246
30602026-09-01T07:55:57.551ZSep 01 07:55:56.246Sep 01 07:55:56.246 Sep 01 07:55:56.246 INFODEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
30612026-09-01T07:55:57.551ZSep 01 07:55:56.246adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
30622026-09-01T07:55:57.551Z
30632026-09-01T07:55:57.551Z
30642026-09-01T07:55:57.551ZDEBG Sep 01 07:55:56.246Sep 01 07:55:56.246Sep 01 07:55:56.246 INFO DEBGDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30652026-09-01T07:55:57.551Z
30662026-09-01T07:55:57.551Z
30672026-09-01T07:55:57.551Zreplacing 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 } }]
30682026-09-01T07:55:57.551ZSep 01 07:55:56.246Sep 01 07:55:56.246Sep 01 07:55:56.246 DEBG DEBG 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 } }]replacing targets for 3fff:dead::/64 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 } }]
30692026-09-01T07:55:57.552Z
30702026-09-01T07:55:57.552Zfailed to allocate space for the new target listSep 01 07:55:56.246Sep 01 07:55:56.246
30712026-09-01T07:55:57.552Z Sep 01 07:55:56.246Sep 01 07:55:56.246 INFODEBG WARNreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
30722026-09-01T07:55:57.552Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
30732026-09-01T07:55:57.552Z
30742026-09-01T07:55:57.552Z
30752026-09-01T07:55:57.552ZSep 01 07:55:56.246Sep 01 07:55:56.246 DEBG Sep 01 07:55:56.246DEBG 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 } }]Sep 01 07:55:56.246DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30762026-09-01T07:55:57.552ZDEBG
30772026-09-01T07:55:57.552Zreplacing 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: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 } }]
30782026-09-01T07:55:57.552ZINFO Sep 01 07:55:56.246
30792026-09-01T07:55:57.552Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
30802026-09-01T07:55:57.552Z Sep 01 07:55:56.246adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
30812026-09-01T07:55:57.552ZINFO Sep 01 07:55:56.246 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGSep 01 07:55:56.246
30822026-09-01T07:55:57.552ZSep 01 07:55:56.246 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 } }]Sep 01 07:55:56.246replacing 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
30832026-09-01T07:55:57.552Z INFO
30842026-09-01T07:55:57.552Z adding route 3fff:beef:2d::/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 } }]
30852026-09-01T07:55:57.552Z
30862026-09-01T07:55:57.552ZSep 01 07:55:56.246 Sep 01 07:55:56.246INFO INFOSep 01 07:55:56.246Sep 01 07:55:56.246 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFODEBG
30872026-09-01T07:55:57.552Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
30882026-09-01T07:55:57.552Z
30892026-09-01T07:55:57.552Z 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 } }]Sep 01 07:55:56.246
30902026-09-01T07:55:57.552ZDEBG Sep 01 07:55:56.246Sep 01 07:55:56.246 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 } }] DEBGDEBG
30912026-09-01T07:55:57.552Z 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 } }] Sep 01 07:55:56.246
30922026-09-01T07:55:57.552Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30932026-09-01T07:55:57.552Z Sep 01 07:55:56.246replacing 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
30942026-09-01T07:55:57.552ZINFO Sep 01 07:55:56.246adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
30952026-09-01T07:55:57.552ZSep 01 07:55:56.246INFO
30962026-09-01T07:55:57.553Ztest route::tests::rollback_on_index_readd_failure ... ok
30972026-09-01T07:55:57.553ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
30982026-09-01T07:55:57.553Ztest route::tests::rollback_on_compact_delete_failure ... ok
30992026-09-01T07:55:57.553Zadding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:55:56.246
31002026-09-01T07:55:57.553Z DEBGSep 01 07:55:56.246 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 } }]Sep 01 07:55:56.246
31012026-09-01T07:55:57.553Z Sep 01 07:55:56.246DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31022026-09-01T07:55:57.553ZDEBGSep 01 07:55:56.246 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
31032026-09-01T07:55:57.553Z
31042026-09-01T07:55:57.553Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 01 07:55:56.246
31052026-09-01T07:55:57.553Z Sep 01 07:55:56.246INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 01 07:55:56.246
31062026-09-01T07:55:57.553Z Sep 01 07:55:56.246adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG
31072026-09-01T07:55:57.553Z INFOSep 01 07:55:56.246replacing 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
31082026-09-01T07:55:57.553ZSep 01 07:55:56.246 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
31092026-09-01T07:55:57.553Zadding route 172.17.0.0/32 -> 10.0.0.255 Sep 01 07:55:56.246replacing 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 } }]
31102026-09-01T07:55:57.553ZSep 01 07:55:56.247 DEBGSep 01 07:55:56.254 created new freemapDEBG, unitreplacing 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 } }]:
31112026-09-01T07:55:57.553Z freemap_route_ipv4
31122026-09-01T07:55:57.553Z
31132026-09-01T07:55:57.553ZSep 01 07:55:56.254 INFO adding route 172.17.0.1/32 -> 10.0.0.255
31142026-09-01T07:55:57.553Z
31152026-09-01T07:55:57.553ZINFO Sep 01 07:55:56.254adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
31162026-09-01T07:55:57.553ZINFOSep 01 07:55:56.254 adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:55:56.254
31172026-09-01T07:55:57.553ZINFO Sep 01 07:55:56.254DEBGSep 01 07:55:56.254 Sep 01 07:55:56.254 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 } }]
31182026-09-01T07:55:57.553ZDEBGDEBGDEBG created new freemap , unitSep 01 07:55:56.254replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
31192026-09-01T07:55:57.553Z
31202026-09-01T07:55:57.553Z INFOfreemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
31212026-09-01T07:55:57.553Z
31222026-09-01T07:55:57.553Z Sep 01 07:55:56.254adding route 172.17.0.2/32 -> 10.0.0.255Sep 01 07:55:56.254
31232026-09-01T07:55:57.553ZSep 01 07:55:56.254DEBGSep 01 07:55:56.254 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]initted freemap. size: 64replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
31242026-09-01T07:55:57.554Z:
31252026-09-01T07:55:57.554ZINFOSep 01 07:55:56.254 freemap_route_ipv4
31262026-09-01T07:55:57.554Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
31272026-09-01T07:55:57.554ZSep 01 07:55:56.254 Sep 01 07:55:56.254 WARNDEBG 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 } }]Sep 01 07:55:56.254reset freemap ,
31282026-09-01T07:55:57.554Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit
31292026-09-01T07:55:57.554Z:INFOSep 01 07:55:56.254 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
31302026-09-01T07:55:57.554Zfreemap_route_ipv4DEBG
31312026-09-01T07:55:57.554ZSep 01 07:55:56.254 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 } }] Sep 01 07:55:56.254
31322026-09-01T07:55:57.554ZERRO INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 01 07:55:56.254Sep 01 07:55:56.254
31332026-09-01T07:55:57.554Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG
31342026-09-01T07:55:57.558ZDEBG Sep 01 07:55:56.254initted freemap. size: 64 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 } }]
31352026-09-01T07:55:57.558ZINFO, unitSep 01 07:55:56.254: adding route 3fff:beef:26::/64 -> 2001:db8::55:ffSep 01 07:55:56.254DEBG
31362026-09-01T07:55:57.558Zfreemap_route_ipv6
31372026-09-01T07:55:57.558Z ERRO Sep 01 07:55:56.254 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing targets for 172.17.0.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 } }]DEBGSep 01 07:55:56.254
31382026-09-01T07:55:57.558Z
31392026-09-01T07:55:57.558Z 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 } }]Sep 01 07:55:56.254INFO DEBG
31402026-09-01T07:55:57.559Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreset freemap
31412026-09-01T07:55:57.559Z, unitSep 01 07:55:56.254Sep 01 07:55:56.254 INFOINFO: adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv6
31422026-09-01T07:55:57.559Z
31432026-09-01T07:55:57.559Z
31442026-09-01T07:55:57.559ZSep 01 07:55:56.237Sep 01 07:55:56.254Sep 01 07:55:56.254 Sep 01 07:55:56.254DEBGDEBG 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 } }]created new freemapDEBGINFOSep 01 07:55:56.254,
31452026-09-01T07:55:57.559Zunit adding route 3fff:dead::/64 -> 2001:db8::55:1:
31462026-09-01T07:55:57.559Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4DEBG
31472026-09-01T07:55:57.559Z
31482026-09-01T07:55:57.559ZSep 01 07:55:56.254Sep 01 07:55:56.254 INFODEBG Sep 01 07:55:56.254Sep 01 07:55:56.254replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
31492026-09-01T07:55:57.559ZDEBG
31502026-09-01T07:55:57.559Zcreated new freemap
31512026-09-01T07:55:57.559Z, INFOunit Sep 01 07:55:56.254:Sep 01 07:55:56.254Sep 01 07:55:56.254 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6
31522026-09-01T07:55:57.559ZINFO
31532026-09-01T07:55:57.559Z 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 } }]
31542026-09-01T07:55:57.559Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
31552026-09-01T07:55:57.559ZSep 01 07:55:56.254 Sep 01 07:55:56.254DEBG adding route 172.17.0.5/32 -> 10.0.0.255 INFOSep 01 07:55:56.254initted freemap. size: 64 DEBGSep 01 07:55:56.254 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGunit
31562026-09-01T07:55:57.559Z 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 } }]:
31572026-09-01T07:55:57.559Z freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
31582026-09-01T07:55:57.559ZSep 01 07:55:56.254
31592026-09-01T07:55:57.559Z
31602026-09-01T07:55:57.559ZINFOSep 01 07:55:56.254 adding route 3fff:dead::/64 -> 2001:db8::55:3
31612026-09-01T07:55:57.559ZSep 01 07:55:56.254DEBG Sep 01 07:55:56.254DEBG Sep 01 07:55:56.254DEBG reset freemap 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 } }],
31622026-09-01T07:55:57.559ZSep 01 07:55:56.254 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unit
31632026-09-01T07:55:57.559Z:Sep 01 07:55:56.254INFO freemap_route_ipv4
31642026-09-01T07:55:57.559ZINFO Sep 01 07:55:56.254 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
31652026-09-01T07:55:57.559Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 01 07:55:56.254 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }]
31662026-09-01T07:55:57.559Z
31672026-09-01T07:55:57.560Zinitted freemap. size: 64
31682026-09-01T07:55:57.560ZSep 01 07:55:56.254 , Sep 01 07:55:56.254unitSep 01 07:55:56.254: Sep 01 07:55:56.254 freemap_route_ipv6DEBG
31692026-09-01T07:55:57.560Z 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
31702026-09-01T07:55:57.560Z 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 } }]Sep 01 07:55:56.254 DEBG
31712026-09-01T07:55:57.560Z reset freemapreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:55:56.254,
31722026-09-01T07:55:57.560Zunitadding route 172.17.0.6/32 -> 10.0.0.255 :
31732026-09-01T07:55:57.560ZDEBG freemap_route_ipv6Sep 01 07:55:56.254replacing targets for 3fff:dead::/64 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 } }]
31742026-09-01T07:55:57.560Z
31752026-09-01T07:55:57.560ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
31762026-09-01T07:55:57.560ZSep 01 07:55:56.254Sep 01 07:55:56.254 WARNSep 01 07:55:56.254 Sep 01 07:55:56.254 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 01 07:55:56.254INFO
31772026-09-01T07:55:57.560Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31782026-09-01T07:55:57.560Z
31792026-09-01T07:55:57.560Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }]
31802026-09-01T07:55:57.560Z
31812026-09-01T07:55:57.560ZSep 01 07:55:56.254Sep 01 07:55:56.254 INFOSep 01 07:55:56.254DEBGSep 01 07:55:56.254 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31822026-09-01T07:55:57.560ZDEBG INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Sep 01 07:55:56.254
31832026-09-01T07:55:57.560Zreplacing 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.7/32 -> 10.0.0.255INFO
31842026-09-01T07:55:57.560Z adding route 3fff:dead::/64 -> 2001:db8::55:2
31852026-09-01T07:55:57.560ZSep 01 07:55:56.255 DEBG Sep 01 07:55:56.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31862026-09-01T07:55:57.560ZSep 01 07:55:56.255 DEBG
31872026-09-01T07:55:57.560ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
31882026-09-01T07:55:57.560Z
31892026-09-01T07:55:57.560ZSep 01 07:55:56.255 Sep 01 07:55:56.255INFO Sep 01 07:55:56.255 INFO Sep 01 07:55:56.255adding route 172.17.0.8/32 -> 10.0.0.255 INFOINFO
31902026-09-01T07:55:57.560Z adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
31912026-09-01T07:55:57.560Z
31922026-09-01T07:55:57.560Z
31932026-09-01T07:55:57.560ZSep 01 07:55:56.255 Sep 01 07:55:56.255Sep 01 07:55:56.255 DEBG DEBG DEBGSep 01 07:55:56.255 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31942026-09-01T07:55:57.561Z
31952026-09-01T07:55:57.561ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 01 07:55:56.255Sep 01 07:55:56.255
31962026-09-01T07:55:57.561Z
31972026-09-01T07:55:57.561ZINFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:55:56.255
31982026-09-01T07:55:57.561Z
31992026-09-01T07:55:57.561ZSep 01 07:55:56.255 INFO INFO adding route 172.17.0.9/32 -> 10.0.0.255Sep 01 07:55:56.255Sep 01 07:55:56.255 DEBG
32002026-09-01T07:55:57.561Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
32012026-09-01T07:55:57.561Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
32022026-09-01T07:55:57.561Z
32032026-09-01T07:55:57.561ZSep 01 07:55:56.255Sep 01 07:55:56.255 DEBGSep 01 07:55:56.255DEBG Sep 01 07:55:56.255 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32042026-09-01T07:55:57.561ZINFOreplacing targets for 3fff:dead::/64 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 } }]
32052026-09-01T07:55:57.561Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32062026-09-01T07:55:57.561Z
32072026-09-01T07:55:57.561ZSep 01 07:55:56.255 Sep 01 07:55:56.255INFO WARNadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 01 07:55:56.255
32082026-09-01T07:55:57.561Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 01 07:55:56.255DEBG
32092026-09-01T07:55:57.561Z INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.10/32 -> 10.0.0.255
32102026-09-01T07:55:57.561ZSep 01 07:55:56.255Sep 01 07:55:56.255 DEBGDEBG created new freemapcreated new freemap, Sep 01 07:55:56.262, unitunit: :freemap_route_ipv4DEBG freemap_route_ipv4
32112026-09-01T07:55:57.561Z
32122026-09-01T07:55:57.561Z 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 } }]Sep 01 07:55:56.262
32132026-09-01T07:55:57.561Z DEBGSep 01 07:55:56.262Sep 01 07:55:56.246 Sep 01 07:55:56.262DEBGINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap,
32142026-09-01T07:55:57.561Z, unitunitINFO: :adding route 172.17.0.11/32 -> 10.0.0.255 freemap_route_ipv6
32152026-09-01T07:55:57.561Z
32162026-09-01T07:55:57.561ZSep 01 07:55:56.262freemap_route_ipv6
32172026-09-01T07:55:57.561ZSep 01 07:55:56.262DEBG 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 } }]
32182026-09-01T07:55:57.561Zinitted freemap. size: 64Sep 01 07:55:56.262, Sep 01 07:55:56.262unitDEBG: Sep 01 07:55:56.262 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 } }] DEBG
32192026-09-01T07:55:57.561ZINFO
32202026-09-01T07:55:57.562Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64
32212026-09-01T07:55:57.562Z, unitSep 01 07:55:56.262:Sep 01 07:55:56.262 freemap_route_ipv4
32222026-09-01T07:55:57.562ZDEBG INFOreset freemapSep 01 07:55:56.262 , Sep 01 07:55:56.262unit :DEBGadding route 172.17.0.12/32 -> 10.0.0.255 freemap_route_ipv4replacing 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
32232026-09-01T07:55:57.562Z
32242026-09-01T07:55:57.562Z reset freemap
32252026-09-01T07:55:57.562Z, unitSep 01 07:55:56.262: Sep 01 07:55:56.262Sep 01 07:55:56.262 INFODEBGDEBG freemap_route_ipv4
32262026-09-01T07:55:57.562Zinitted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff,
32272026-09-01T07:55:57.562Zreplacing 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 } }]unit
32282026-09-01T07:55:57.562Z: freemap_route_ipv6
32292026-09-01T07:55:57.562ZSep 01 07:55:56.262Sep 01 07:55:56.262 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
32302026-09-01T07:55:57.562ZunitSep 01 07:55:56.262Sep 01 07:55:56.262: INFODEBG Sep 01 07:55:56.262 adding route 172.17.0.13/32 -> 10.0.0.255reset freemap , INFO
32312026-09-01T07:55:57.562Zfreemap_route_ipv6
32322026-09-01T07:55:57.562Zunitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff:
32332026-09-01T07:55:57.562Z freemap_route_ipv6
32342026-09-01T07:55:57.566ZSep 01 07:55:56.262Sep 01 07:55:56.262 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 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 } }]Sep 01 07:55:56.262Sep 01 07:55:56.262
32352026-09-01T07:55:57.567Z
32362026-09-01T07:55:57.567ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
32372026-09-01T07:55:57.567Zreset freemapSep 01 07:55:56.262, Sep 01 07:55:56.262unit :Sep 01 07:55:56.262 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.14/32 -> 10.0.0.255
32382026-09-01T07:55:57.567Zfreemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32392026-09-01T07:55:57.567Z
32402026-09-01T07:55:57.567Z
32412026-09-01T07:55:57.567ZSep 01 07:55:56.262Sep 01 07:55:56.262 DEBGINFO Sep 01 07:55:56.262replacing 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 } }]
32422026-09-01T07:55:57.567Zadding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 01 07:55:56.262
32432026-09-01T07:55:57.567Z DEBG Sep 01 07:55:56.262replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32442026-09-01T07:55:57.567Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
32452026-09-01T07:55:57.567Z Sep 01 07:55:56.262adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
32462026-09-01T07:55:57.567ZSep 01 07:55:56.262DEBG 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 } }]Sep 01 07:55:56.262 DEBG
32472026-09-01T07:55:57.567Z adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:55:56.262
32482026-09-01T07:55:57.567Z DEBG
32492026-09-01T07:55:57.567ZSep 01 07:55:56.262 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 } }]
32502026-09-01T07:55:57.567ZINFO Sep 01 07:55:56.262adding route 3fff:dead::/64 -> 2001:db8::55:2
32512026-09-01T07:55:57.567ZSep 01 07:55:56.262INFO Sep 01 07:55:56.262DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32522026-09-01T07:55:57.567Z
32532026-09-01T07:55:57.567Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 01 07:55:56.262
32542026-09-01T07:55:57.567Z DEBGSep 01 07:55:56.262Sep 01 07:55:56.262 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
32552026-09-01T07:55:57.567Zadding route 172.17.0.16/32 -> 10.0.0.255DEBGSep 01 07:55:56.262
32562026-09-01T07:55:57.567Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32572026-09-01T07:55:57.567Zreplacing 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 } }]
32582026-09-01T07:55:57.567ZSep 01 07:55:56.262Sep 01 07:55:56.262 INFODEBG Sep 01 07:55:56.262adding route 3fff:dead::/64 -> 2001:db8::55:3
32592026-09-01T07:55:57.567ZSep 01 07:55:56.262INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
32602026-09-01T07:55:57.567Zadding route 3fff:dead::/64 -> 2001:db8::55:4
32612026-09-01T07:55:57.568Zreplacing 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 } }]
32622026-09-01T07:55:57.568ZSep 01 07:55:56.262Sep 01 07:55:56.262Sep 01 07:55:56.262 DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
32632026-09-01T07:55:57.568Z Sep 01 07:55:56.262replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32642026-09-01T07:55:57.568ZSep 01 07:55:56.262
32652026-09-01T07:55:57.568Z INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255Sep 01 07:55:56.262Sep 01 07:55:56.262
32662026-09-01T07:55:57.568ZDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32672026-09-01T07:55:57.568Zreplacing targets for 3fff:dead::/64 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
32682026-09-01T07:55:57.568Z Sep 01 07:55:56.262adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:55:56.262
32692026-09-01T07:55:57.568ZDEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32702026-09-01T07:55:57.568ZSep 01 07:55:56.262
32712026-09-01T07:55:57.568Z 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 } }]Sep 01 07:55:56.262
32722026-09-01T07:55:57.568Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
32732026-09-01T07:55:57.568ZSep 01 07:55:56.262Sep 01 07:55:56.262 DEBGINFOSep 01 07:55:56.262 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255
32742026-09-01T07:55:57.568Zreplacing 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 } }]
32752026-09-01T07:55:57.568Z
32762026-09-01T07:55:57.568ZSep 01 07:55:56.247Sep 01 07:55:56.262 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:55:56.262created new freemap
32772026-09-01T07:55:57.568ZINFO, unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:
32782026-09-01T07:55:57.568Z freemap_route_ipv4Sep 01 07:55:56.262
32792026-09-01T07:55:57.568ZINFO Sep 01 07:55:56.262 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
32802026-09-01T07:55:57.568Z 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 } }]Sep 01 07:55:56.262
32812026-09-01T07:55:57.568Z DEBG Sep 01 07:55:56.255created new freemap , DEBGSep 01 07:55:56.262 unit :Sep 01 07:55:56.262 INFO created new freemapfreemap_route_ipv6DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32822026-09-01T07:55:57.568Z
32832026-09-01T07:55:57.568Z, unit :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 } }]Sep 01 07:55:56.262
32842026-09-01T07:55:57.568Z Sep 01 07:55:56.262freemap_route_ipv4DEBG
32852026-09-01T07:55:57.568ZDEBG initted freemap. size: 64replacing 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 } }], Sep 01 07:55:56.262
32862026-09-01T07:55:57.568Z unitSep 01 07:55:56.262INFO: Sep 01 07:55:56.262 adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv4
32872026-09-01T07:55:57.568Z
32882026-09-01T07:55:57.569ZDEBG INFOcreated new freemap Sep 01 07:55:56.262Sep 01 07:55:56.262 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG,
32892026-09-01T07:55:57.569ZDEBG unitreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
32902026-09-01T07:55:57.569Z, Sep 01 07:55:56.262unit: :DEBG freemap_route_ipv4 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 } }]
32912026-09-01T07:55:57.569Zfreemap_route_ipv6
32922026-09-01T07:55:57.569Z
32932026-09-01T07:55:57.569ZSep 01 07:55:56.262 Sep 01 07:55:56.262 DEBGSep 01 07:55:56.262 INFOinitted freemap. size: 64Sep 01 07:55:56.262 , adding route 172.17.0.21/32 -> 10.0.0.255DEBG unitINFO :initted freemap. size: 64
32942026-09-01T07:55:57.569Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffreemap_route_ipv6
32952026-09-01T07:55:57.569Z, Sep 01 07:55:56.262
32962026-09-01T07:55:57.569Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
32972026-09-01T07:55:57.569Z unitDEBG: Sep 01 07:55:56.262freemap_route_ipv4 Sep 01 07:55:56.262
32982026-09-01T07:55:57.569Z 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 } }]reset freemapreplacing 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 } }],
32992026-09-01T07:55:57.569ZSep 01 07:55:56.262unit:
33002026-09-01T07:55:57.569Z freemap_route_ipv6
33012026-09-01T07:55:57.569ZDEBG Sep 01 07:55:56.262reset freemap , Sep 01 07:55:56.262INFO Sep 01 07:55:56.262unitINFO :INFO adding route 172.17.0.22/32 -> 10.0.0.255 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
33022026-09-01T07:55:57.569Z
33032026-09-01T07:55:57.569Zadding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4
33042026-09-01T07:55:57.569Z
33052026-09-01T07:55:57.569Ztest route::tests::shrink_preserves_compacted_order ... ok
33062026-09-01T07:55:57.569ZSep 01 07:55:56.262Sep 01 07:55:56.262Sep 01 07:55:56.262 Sep 01 07:55:56.262DEBG DEBGDEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
33072026-09-01T07:55:57.569Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
33082026-09-01T07:55:57.569Z
33092026-09-01T07:55:57.569Z, replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
33102026-09-01T07:55:57.569Z freemap_route_ipv6Sep 01 07:55:56.262 Sep 01 07:55:56.262
33112026-09-01T07:55:57.569Z INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffSep 01 07:55:56.262
33122026-09-01T07:55:57.569Zadding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:55:56.262
33132026-09-01T07:55:57.569Z INFO adding route 172.17.0.23/32 -> 10.0.0.255DEBG
33142026-09-01T07:55:57.569ZSep 01 07:55:56.262Sep 01 07:55:56.262 DEBGDEBGreset freemap , 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 } }]
33152026-09-01T07:55:57.570Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 01 07:55:56.262
33162026-09-01T07:55:57.570Z DEBGunit :replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:55:56.262
33172026-09-01T07:55:57.570ZSep 01 07:55:56.262 DEBGINFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.3
33182026-09-01T07:55:57.570Zfailed to allocate space for the new target list
33192026-09-01T07:55:57.570Z
33202026-09-01T07:55:57.570ZSep 01 07:55:56.262 INFOSep 01 07:55:56.262Sep 01 07:55:56.262 Sep 01 07:55:56.262DEBG adding route 172.17.0.24/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 } }]
33212026-09-01T07:55:57.570ZSep 01 07:55:56.263Sep 01 07:55:56.263 INFODEBGSep 01 07:55:56.270 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGcreated new freemap
33222026-09-01T07:55:57.570Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33232026-09-01T07:55:57.570Z , created new freemapunit:, unitfreemap_route_ipv4:
33242026-09-01T07:55:57.570ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
33252026-09-01T07:55:57.570Z
33262026-09-01T07:55:57.570ZSep 01 07:55:56.270 DEBG Sep 01 07:55:56.270DEBG created new freemap , INFOunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Sep 01 07:55:56.270adding route 3fff:dead::/64 -> 2001:db8::55:2 :
33272026-09-01T07:55:57.570ZDEBG
33282026-09-01T07:55:57.570Z created new freemapfreemap_route_ipv6,
33292026-09-01T07:55:57.570Zunit:Sep 01 07:55:56.270Sep 01 07:55:56.270 freemap_route_ipv6DEBG
33302026-09-01T07:55:57.570ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]failed to allocate space for the new target listSep 01 07:55:56.270
33312026-09-01T07:55:57.570Z
33322026-09-01T07:55:57.570ZDEBGSep 01 07:55:56.270 initted freemap. size: 64 , DEBGunit :initted freemap. size: 64 , freemap_route_ipv4unitSep 01 07:55:56.270
33332026-09-01T07:55:57.570Z: DEBGfreemap_route_ipv4
33342026-09-01T07:55:57.574Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 01 07:55:56.270
33352026-09-01T07:55:57.575Z DEBGSep 01 07:55:56.270 reset freemap, Sep 01 07:55:56.255unit : DEBGfreemap_route_ipv4 DEBG
33362026-09-01T07:55:57.575Z 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 } }]reset freemap
33372026-09-01T07:55:57.575Z, unitSep 01 07:55:56.270 :DEBG freemap_route_ipv4Sep 01 07:55:56.270initted freemap. size: 64
33382026-09-01T07:55:57.575Z, INFOunit :adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
33392026-09-01T07:55:57.575Zfreemap_route_ipv6Sep 01 07:55:56.270
33402026-09-01T07:55:57.575Z DEBGSep 01 07:55:56.270 initted freemap. size: 64, Sep 01 07:55:56.270unit :DEBG freemap_route_ipv6reset freemap
33412026-09-01T07:55:57.575Z , DEBGunit :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 } }]
33422026-09-01T07:55:57.575ZSep 01 07:55:56.270freemap_route_ipv6
33432026-09-01T07:55:57.575ZDEBG reset freemapSep 01 07:55:56.270
33442026-09-01T07:55:57.575ZSep 01 07:55:56.270 INFO, unitadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffSep 01 07:55:56.270 :INFO
33452026-09-01T07:55:57.575Z INFOadding route 172.16.0.0/32 -> 10.0.0.4 freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
33462026-09-01T07:55:57.575Z
33472026-09-01T07:55:57.575Z
33482026-09-01T07:55:57.575ZSep 01 07:55:56.270Sep 01 07:55:56.270Sep 01 07:55:56.270 INFODEBG 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 } }]Sep 01 07:55:56.270
33492026-09-01T07:55:57.575Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]Sep 01 07:55:56.270
33502026-09-01T07:55:57.575Z INFO
33512026-09-01T07:55:57.575Z adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
33522026-09-01T07:55:57.575Z
33532026-09-01T07:55:57.575ZSep 01 07:55:56.270Sep 01 07:55:56.270Sep 01 07:55:56.270 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 } }]failed to allocate space for the new target list
33542026-09-01T07:55:57.575ZSep 01 07:55:56.270INFO
33552026-09-01T07:55:57.575Zadding route 172.17.0.0/32 -> 10.0.0.255
33562026-09-01T07:55:57.575Z DEBG adding route 172.17.0.25/32 -> 10.0.0.255Sep 01 07:55:56.270Sep 01 07:55:56.270 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGSep 01 07:55:56.270
33572026-09-01T07:55:57.575Z INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33582026-09-01T07:55:57.575Z
33592026-09-01T07:55:57.575Z
33602026-09-01T07:55:57.575Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33612026-09-01T07:55:57.576ZSep 01 07:55:56.270 INFOSep 01 07:55:56.270 adding route 172.16.0.0/32 -> 10.0.0.2INFO
33622026-09-01T07:55:57.576Z Sep 01 07:55:56.270adding route 172.17.0.1/32 -> 10.0.0.255Sep 01 07:55:56.270
33632026-09-01T07:55:57.576Z 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 } }] Sep 01 07:55:56.270Sep 01 07:55:56.270
33642026-09-01T07:55:57.576Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
33652026-09-01T07:55:57.576ZSep 01 07:55:56.270 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33662026-09-01T07:55:57.576Z
33672026-09-01T07:55:57.576Z Sep 01 07:55:56.270 INFOINFO Sep 01 07:55:56.270adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.26/32 -> 10.0.0.255
33682026-09-01T07:55:57.576Z
33692026-09-01T07:55:57.576Z Sep 01 07:55:56.270INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
33702026-09-01T07:55:57.576Z
33712026-09-01T07:55:57.576ZSep 01 07:55:56.270 DEBGSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGSep 01 07:55:56.270 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
33722026-09-01T07:55:57.576Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
33732026-09-01T07:55:57.576ZDEBGreplacing 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 } }] Sep 01 07:55:56.270replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
33742026-09-01T07:55:57.576Z
33752026-09-01T07:55:57.576ZINFO adding route 172.17.0.27/32 -> 10.0.0.255Sep 01 07:55:56.270
33762026-09-01T07:55:57.576Z Sep 01 07:55:56.270DEBG Sep 01 07:55:56.270replacing targets for 172.16.0.0/32 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 } }]Sep 01 07:55:56.270INFO INFO
33772026-09-01T07:55:57.576Z DEBGadding route 172.17.0.3/32 -> 10.0.0.255
33782026-09-01T07:55:57.576Zadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
33792026-09-01T07:55:57.576Z
33802026-09-01T07:55:57.576ZSep 01 07:55:56.270Sep 01 07:55:56.270 Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
33812026-09-01T07:55:57.576Z 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.28/32 -> 10.0.0.255
33822026-09-01T07:55:57.576Z
33832026-09-01T07:55:57.576ZSep 01 07:55:56.270 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.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 } }]Sep 01 07:55:56.270
33842026-09-01T07:55:57.576Z 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 } }]
33852026-09-01T07:55:57.576ZSep 01 07:55:56.270 INFO adding route 172.17.0.29/32 -> 10.0.0.255
33862026-09-01T07:55:57.576ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33872026-09-01T07:55:57.576Zadding route 172.17.0.4/32 -> 10.0.0.255
33882026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
33892026-09-01T07:55:57.577Zreplacing 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 } }]
33902026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33912026-09-01T07:55:57.577Zadding route 172.17.0.5/32 -> 10.0.0.255
33922026-09-01T07:55:57.577ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
33932026-09-01T07:55:57.577Z
33942026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG 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 } }]
33952026-09-01T07:55:57.577Zadding route 172.17.0.6/32 -> 10.0.0.255
33962026-09-01T07:55:57.577ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
33972026-09-01T07:55:57.577Z
33982026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33992026-09-01T07:55:57.577Zadding route 172.17.0.7/32 -> 10.0.0.255
34002026-09-01T07:55:57.577ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
34012026-09-01T07:55:57.577Z
34022026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG 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 } }]
34032026-09-01T07:55:57.577Zadding route 172.17.0.8/32 -> 10.0.0.255
34042026-09-01T07:55:57.577ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
34052026-09-01T07:55:57.577Z
34062026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG 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 } }]
34072026-09-01T07:55:57.577Zadding route 172.17.0.9/32 -> 10.0.0.255
34082026-09-01T07:55:57.577ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO 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.35/32 -> 10.0.0.255
34092026-09-01T07:55:57.577Z
34102026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG 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 } }]
34112026-09-01T07:55:57.577Zadding route 172.17.0.10/32 -> 10.0.0.255
34122026-09-01T07:55:57.577ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
34132026-09-01T07:55:57.577Z
34142026-09-01T07:55:57.577ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34152026-09-01T07:55:57.578Zadding route 172.17.0.11/32 -> 10.0.0.255
34162026-09-01T07:55:57.578ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
34172026-09-01T07:55:57.578Z
34182026-09-01T07:55:57.578ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34192026-09-01T07:55:57.578Zadding route 172.17.0.12/32 -> 10.0.0.255
34202026-09-01T07:55:57.578ZSep 01 07:55:56.270Sep 01 07:55:56.270 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
34212026-09-01T07:55:57.578Z
34222026-09-01T07:55:57.578ZSep 01 07:55:56.270 Sep 01 07:55:56.270DEBG 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 } }]
34232026-09-01T07:55:57.578Zadding route 172.17.0.13/32 -> 10.0.0.255
34242026-09-01T07:55:57.578ZSep 01 07:55:56.270Sep 01 07:55:56.270 INFOSep 01 07:55:56.271 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
34252026-09-01T07:55:57.578Z
34262026-09-01T07:55:57.578Zcreated new freemap, unit: Sep 01 07:55:56.278freemap_route_ipv4
34272026-09-01T07:55:57.578Z 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 } }]
34282026-09-01T07:55:57.578ZSep 01 07:55:56.278 DEBGSep 01 07:55:56.271Sep 01 07:55:56.278 DEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255created new freemapcreated new freemap
34292026-09-01T07:55:57.578Z, , unitunit:: freemap_route_ipv4freemap_route_ipv6
34302026-09-01T07:55:57.578Z
34312026-09-01T07:55:57.578ZSep 01 07:55:56.278 DEBGSep 01 07:55:56.278Sep 01 07:55:56.278 DEBGDEBG initted freemap. size: 64created new freemap, , unitunit: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 } }] :freemap_route_ipv4
34322026-09-01T07:55:57.578Z
34332026-09-01T07:55:57.578Z freemap_route_ipv6
34342026-09-01T07:55:57.582ZSep 01 07:55:56.278Sep 01 07:55:56.278 DEBGINFO adding route 172.17.0.41/32 -> 10.0.0.255reset freemap
34352026-09-01T07:55:57.582Z, Sep 01 07:55:56.278unit :DEBG Sep 01 07:55:56.278freemap_route_ipv4 initted freemap. size: 64DEBG
34362026-09-01T07:55:57.583Z , 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 } }]unit
34372026-09-01T07:55:57.583Z: Sep 01 07:55:56.278freemap_route_ipv4
34382026-09-01T07:55:57.583ZSep 01 07:55:56.278DEBG initted freemap. size: 64INFO, Sep 01 07:55:56.278unit Sep 01 07:55:56.278: adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBGINFOfreemap_route_ipv6
34392026-09-01T07:55:57.583Z
34402026-09-01T07:55:57.583Z adding route 172.17.0.42/32 -> 10.0.0.255reset freemap
34412026-09-01T07:55:57.583Z, Sep 01 07:55:56.278unit :DEBG freemap_route_ipv4Sep 01 07:55:56.278reset freemap
34422026-09-01T07:55:57.583Z, Sep 01 07:55:56.278DEBGunit replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG
34432026-09-01T07:55:57.583Zfreemap_route_ipv6
34442026-09-01T07:55:57.583ZSep 01 07:55:56.278replacing 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 } }]
34452026-09-01T07:55:57.583ZSep 01 07:55:56.278DEBG Sep 01 07:55:56.278INFO INFOSep 01 07:55:56.278 adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64
34462026-09-01T07:55:57.583ZINFO
34472026-09-01T07:55:57.583Z, adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
34482026-09-01T07:55:57.583Z:Sep 01 07:55:56.278 Sep 01 07:55:56.278DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34492026-09-01T07:55:57.583ZSep 01 07:55:56.278
34502026-09-01T07:55:57.583Z DEBGDEBG Sep 01 07:55:56.278 Sep 01 07:55:56.278replacing 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 } }]
34512026-09-01T07:55:57.583ZDEBG reset freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , INFOunitSep 01 07:55:56.278: INFOadding route 172.16.0.0/32 -> 10.0.0.2
34522026-09-01T07:55:57.583Z
34532026-09-01T07:55:57.584Zadding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv6
34542026-09-01T07:55:57.584Z
34552026-09-01T07:55:57.584ZSep 01 07:55:56.278Sep 01 07:55:56.278 Sep 01 07:55:56.271DEBGSep 01 07:55:56.278 Sep 01 07:55:56.278 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGDEBGINFO
34562026-09-01T07:55:57.584Z adding route 172.16.0.0/32 -> 10.0.0.1created new freemapreplacing 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
34572026-09-01T07:55:57.584Z, Sep 01 07:55:56.278 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffunit
34582026-09-01T07:55:57.584ZINFOSep 01 07:55:56.278 adding route 172.17.0.0/32 -> 10.0.0.255
34592026-09-01T07:55:57.584Z
34602026-09-01T07:55:57.584ZINFO: adding route 172.17.0.45/32 -> 10.0.0.255Sep 01 07:55:56.278
34612026-09-01T07:55:57.584Zfreemap_route_ipv4Sep 01 07:55:56.278
34622026-09-01T07:55:57.584Z Sep 01 07:55:56.278 DEBGDEBG DEBGSep 01 07:55:56.278 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34632026-09-01T07:55:57.584ZDEBG
34642026-09-01T07:55:57.584ZSep 01 07:55:56.278replacing 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 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 } }]
34652026-09-01T07:55:57.584Z
34662026-09-01T07:55:57.584ZSep 01 07:55:56.278 Sep 01 07:55:56.278INFOcreated new freemap , unit Sep 01 07:55:56.278:INFOSep 01 07:55:56.278 INFOfreemap_route_ipv6
34672026-09-01T07:55:57.584Z adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
34682026-09-01T07:55:57.584Z
34692026-09-01T07:55:57.584Z
34702026-09-01T07:55:57.584ZINFO Sep 01 07:55:56.278Sep 01 07:55:56.278Sep 01 07:55:56.278 Sep 01 07:55:56.278 DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG
34712026-09-01T07:55:57.584Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
34722026-09-01T07:55:57.584Z
34732026-09-01T07:55:57.584Zreplacing 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 } }]
34742026-09-01T07:55:57.584Zinitted freemap. size: 64, Sep 01 07:55:56.278unitSep 01 07:55:56.278 Sep 01 07:55:56.278INFO:Sep 01 07:55:56.278 INFOadding route 172.17.0.2/32 -> 10.0.0.255 adding route 172.17.0.47/32 -> 10.0.0.255
34752026-09-01T07:55:57.585Zfreemap_route_ipv4
34762026-09-01T07:55:57.585ZINFO
34772026-09-01T07:55:57.585Z adding route 172.17.0.1/32 -> 10.0.0.255Sep 01 07:55:56.278
34782026-09-01T07:55:57.585ZDEBGDEBG 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 } }]Sep 01 07:55:56.278
34792026-09-01T07:55:57.585Z Sep 01 07:55:56.278 DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
34802026-09-01T07:55:57.585Zreplacing 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 } }]
34812026-09-01T07:55:57.585ZSep 01 07:55:56.278reset freemap , INFOunit:Sep 01 07:55:56.278Sep 01 07:55:56.278 freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255INFODEBG
34822026-09-01T07:55:57.585Z Sep 01 07:55:56.278adding route 172.17.0.48/32 -> 10.0.0.255
34832026-09-01T07:55:57.585Z
34842026-09-01T07:55:57.585Z 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 } }]Sep 01 07:55:56.278INFO DEBG
34852026-09-01T07:55:57.585Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing 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 } }]
34862026-09-01T07:55:57.585ZSep 01 07:55:56.278
34872026-09-01T07:55:57.585Z DEBGSep 01 07:55:56.278 Sep 01 07:55:56.278initted freemap. size: 64Sep 01 07:55:56.278 Sep 01 07:55:56.278, INFODEBGINFO adding route 172.17.0.4/32 -> 10.0.0.255
34882026-09-01T07:55:57.585Zreplacing 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 } }]unitadding route 172.17.0.2/32 -> 10.0.0.255:
34892026-09-01T07:55:57.585Z
34902026-09-01T07:55:57.585ZDEBG 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 } }]Sep 01 07:55:56.278
34912026-09-01T07:55:57.585Z Sep 01 07:55:56.278Sep 01 07:55:56.278DEBGfreemap_route_ipv6 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 } }]
34922026-09-01T07:55:57.585Ztest route::tests::delete_targets_full ... ok
34932026-09-01T07:55:57.585Z adding route 172.17.0.49/32 -> 10.0.0.255
34942026-09-01T07:55:57.585ZDEBG
34952026-09-01T07:55:57.585Ztest route::tests::same_size_non_subset_replace ... ok
34962026-09-01T07:55:57.585Z Sep 01 07:55:56.278replacing 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 } }]Sep 01 07:55:56.278
34972026-09-01T07:55:57.585Z Sep 01 07:55:56.278INFOINFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255Sep 01 07:55:56.278Sep 01 07:55:56.278
34982026-09-01T07:55:57.585Z reset freemap
34992026-09-01T07:55:57.585ZDEBG INFO, replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
35002026-09-01T07:55:57.585Z: adding route 172.17.0.3/32 -> 10.0.0.255
35012026-09-01T07:55:57.585Zfreemap_route_ipv6Sep 01 07:55:56.278
35022026-09-01T07:55:57.586ZSep 01 07:55:56.278Sep 01 07:55:56.278 INFO Sep 01 07:55:56.278adding route 172.17.0.50/32 -> 10.0.0.255
35032026-09-01T07:55:57.586ZDEBG 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 } }]
35042026-09-01T07:55:57.586ZSep 01 07:55:56.278 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 } }]
35052026-09-01T07:55:57.586ZSep 01 07:55:56.278 Sep 01 07:55:56.278INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
35062026-09-01T07:55:57.586Zadding route 172.17.0.51/32 -> 10.0.0.255
35072026-09-01T07:55:57.586ZSep 01 07:55:56.278 Sep 01 07:55:56.278DEBG 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 } }]
35082026-09-01T07:55:57.586Zreplacing 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 } }]
35092026-09-01T07:55:57.586ZSep 01 07:55:56.278Sep 01 07:55:56.278 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
35102026-09-01T07:55:57.586Z
35112026-09-01T07:55:57.586Z Sep 01 07:55:56.278DEBGSep 01 07:55:56.278 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 } }]DEBGDEBG
35122026-09-01T07:55:57.586Zreplacing 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 } }]
35132026-09-01T07:55:57.586Zreplacing 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 } }]
35142026-09-01T07:55:57.586ZSep 01 07:55:56.278 INFOSep 01 07:55:56.278 adding route 172.17.0.6/32 -> 10.0.0.255
35152026-09-01T07:55:57.586ZINFO adding route 172.17.0.6/32 -> 10.0.0.255Sep 01 07:55:56.278
35162026-09-01T07:55:57.586ZDEBGSep 01 07:55:56.278 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
35172026-09-01T07:55:57.586Zreplacing 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 } }]
35182026-09-01T07:55:57.586Zadding route 172.17.0.53/32 -> 10.0.0.255
35192026-09-01T07:55:57.586ZSep 01 07:55:56.278 DEBG Sep 01 07:55:56.279replacing 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 } }]
35202026-09-01T07:55:57.586ZDEBG 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 } }]
35212026-09-01T07:55:57.586ZSep 01 07:55:56.279 INFOSep 01 07:55:56.279 Sep 01 07:55:56.279 adding route 172.17.0.7/32 -> 10.0.0.255INFO
35222026-09-01T07:55:57.586ZSep 01 07:55:56.279 adding route 172.17.0.54/32 -> 10.0.0.255INFOINFO
35232026-09-01T07:55:57.586Z adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
35242026-09-01T07:55:57.586Z
35252026-09-01T07:55:57.586ZSep 01 07:55:56.279 Sep 01 07:55:56.279 DEBGDEBG Sep 01 07:55:56.279replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35262026-09-01T07:55:57.586Z
35272026-09-01T07:55:57.586ZSep 01 07:55:56.279 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:55:56.279
35282026-09-01T07:55:57.586Zreplacing 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 } }]
35292026-09-01T07:55:57.586ZINFO Sep 01 07:55:56.279adding route 172.17.0.55/32 -> 10.0.0.255Sep 01 07:55:56.279
35302026-09-01T07:55:57.587ZINFO adding route 172.17.0.8/32 -> 10.0.0.255INFO
35312026-09-01T07:55:57.587Z adding route 172.17.0.8/32 -> 10.0.0.255Sep 01 07:55:56.279Sep 01 07:55:56.279
35322026-09-01T07:55:57.587Z Sep 01 07:55:56.279INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
35332026-09-01T07:55:57.587Zreplacing 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 } }]Sep 01 07:55:56.279DEBG
35342026-09-01T07:55:57.591Z 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 } }]
35352026-09-01T07:55:57.591Zreplacing 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 } }]
35362026-09-01T07:55:57.591ZSep 01 07:55:56.279 DEBGSep 01 07:55:56.279 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 } }]INFOSep 01 07:55:56.279 adding route 172.17.0.9/32 -> 10.0.0.255Sep 01 07:55:56.279INFO
35372026-09-01T07:55:57.591Z
35382026-09-01T07:55:57.591Z INFO Sep 01 07:55:56.279adding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255INFOSep 01 07:55:56.279 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
35392026-09-01T07:55:57.591Z
35402026-09-01T07:55:57.591Z
35412026-09-01T07:55:57.591Zreplacing 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 } }]
35422026-09-01T07:55:57.591ZSep 01 07:55:56.279Sep 01 07:55:56.279 Sep 01 07:55:56.279 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
35432026-09-01T07:55:57.592Zreplacing 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 } }]Sep 01 07:55:56.279
35442026-09-01T07:55:57.592Z INFO
35452026-09-01T07:55:57.592Zadding route 172.17.0.10/32 -> 10.0.0.255Sep 01 07:55:56.279
35462026-09-01T07:55:57.592ZSep 01 07:55:56.279 INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
35472026-09-01T07:55:57.592ZSep 01 07:55:56.279 Sep 01 07:55:56.279INFOadding route 172.17.0.10/32 -> 10.0.0.255
35482026-09-01T07:55:57.592Zadding route 172.17.0.17/32 -> 10.0.0.255DEBGSep 01 07:55:56.279
35492026-09-01T07:55:57.592Z Sep 01 07:55:56.279replacing 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
35502026-09-01T07:55:57.592Z 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 } }]
35512026-09-01T07:55:57.592Z Sep 01 07:55:56.279Sep 01 07:55:56.279DEBG INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
35522026-09-01T07:55:57.592Z
35532026-09-01T07:55:57.592ZSep 01 07:55:56.287
35542026-09-01T07:55:57.592ZSep 01 07:55:56.287 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.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 } }]
35552026-09-01T07:55:57.592Z
35562026-09-01T07:55:57.592ZSep 01 07:55:56.287 Sep 01 07:55:56.287DEBGSep 01 07:55:56.287 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 } }]INFOINFO
35572026-09-01T07:55:57.592Zadding route 172.17.0.12/32 -> 10.0.0.255
35582026-09-01T07:55:57.592ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
35592026-09-01T07:55:57.592ZSep 01 07:55:56.287 adding route 172.17.0.12/32 -> 10.0.0.255INFO
35602026-09-01T07:55:57.592Z Sep 01 07:55:56.287adding route 172.17.0.58/32 -> 10.0.0.255
35612026-09-01T07:55:57.592ZDEBGSep 01 07:55:56.287 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 } }]DEBGSep 01 07:55:56.287
35622026-09-01T07:55:57.592Z DEBGSep 01 07:55:56.287 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35632026-09-01T07:55:57.592Z Sep 01 07:55:56.287replacing 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 } }]
35642026-09-01T07:55:57.592ZINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
35652026-09-01T07:55:57.592ZSep 01 07:55:56.287Sep 01 07:55:56.287
35662026-09-01T07:55:57.592Z INFO INFO Sep 01 07:55:56.287adding route 172.17.0.13/32 -> 10.0.0.255
35672026-09-01T07:55:57.592Zadding route 172.17.0.59/32 -> 10.0.0.255DEBG
35682026-09-01T07:55:57.592Z 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 } }]Sep 01 07:55:56.287
35692026-09-01T07:55:57.592Z Sep 01 07:55:56.287INFO Sep 01 07:55:56.287 Sep 01 07:55:56.287DEBG 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 } }]INFO
35702026-09-01T07:55:57.593Z adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:37::/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 } }]
35712026-09-01T07:55:57.593Z
35722026-09-01T07:55:57.593Z
35732026-09-01T07:55:57.593ZSep 01 07:55:56.287 INFO Sep 01 07:55:56.287adding route 172.17.0.60/32 -> 10.0.0.255
35742026-09-01T07:55:57.593ZDEBGSep 01 07:55:56.287 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 } }]
35752026-09-01T07:55:57.593ZINFO Sep 01 07:55:56.287adding route 172.17.0.14/32 -> 10.0.0.255 Sep 01 07:55:56.287DEBGSep 01 07:55:56.287
35762026-09-01T07:55:57.593Z INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255DEBG
35772026-09-01T07:55:57.593Z
35782026-09-01T07:55:57.593Zreplacing 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 } }]
35792026-09-01T07:55:57.593ZSep 01 07:55:56.287 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 } }]Sep 01 07:55:56.287
35802026-09-01T07:55:57.593Z Sep 01 07:55:56.287DEBG Sep 01 07:55:56.287 failed to allocate space for the new target listDEBGINFO
35812026-09-01T07:55:57.593Zreplacing 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 } }]
35822026-09-01T07:55:57.593Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 01 07:55:56.287
35832026-09-01T07:55:57.593Z Sep 01 07:55:56.287INFO DEBGSep 01 07:55:56.287 Sep 01 07:55:56.287adding route 172.17.0.15/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFO
35842026-09-01T07:55:57.593Z adding route 172.17.0.16/32 -> 10.0.0.255
35852026-09-01T07:55:57.593Z
35862026-09-01T07:55:57.593ZDEBG 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 } }]Sep 01 07:55:56.287
35872026-09-01T07:55:57.593Z DEBG Sep 01 07:55:56.287replacing 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 } }]
35882026-09-01T07:55:57.593ZSep 01 07:55:56.287INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGSep 01 07:55:56.287 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35892026-09-01T07:55:57.593Z
35902026-09-01T07:55:57.593Z adding route 172.17.0.17/32 -> 10.0.0.255Sep 01 07:55:56.287
35912026-09-01T07:55:57.593Z 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 } }]
35922026-09-01T07:55:57.593ZSep 01 07:55:56.287 Sep 01 07:55:56.287DEBG Sep 01 07:55:56.287 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 } }]INFOINFO
35932026-09-01T07:55:57.593Z adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
35942026-09-01T07:55:57.593Z
35952026-09-01T07:55:57.593ZSep 01 07:55:56.287 INFO adding route 172.17.0.18/32 -> 10.0.0.255
35962026-09-01T07:55:57.593ZSep 01 07:55:56.287 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 } }]Sep 01 07:55:56.287
35972026-09-01T07:55:57.593Z Sep 01 07:55:56.287DEBG 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 } }]Sep 01 07:55:56.287
35982026-09-01T07:55:57.594Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35992026-09-01T07:55:57.594Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 01 07:55:56.287
36002026-09-01T07:55:57.594Z INFO adding route 172.17.0.17/32 -> 10.0.0.255
36012026-09-01T07:55:57.594ZSep 01 07:55:56.287 DEBGSep 01 07:55:56.287Sep 01 07:55:56.287 Sep 01 07:55:56.279 INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 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 } }]
36022026-09-01T07:55:57.594Zreplacing 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 } }]
36032026-09-01T07:55:57.594Z
36042026-09-01T07:55:57.594ZDEBG 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 } }]Sep 01 07:55:56.287
36052026-09-01T07:55:57.594Z Sep 01 07:55:56.287DEBG 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 } }]
36062026-09-01T07:55:57.594ZSep 01 07:55:56.287adding route 172.17.0.18/32 -> 10.0.0.255
36072026-09-01T07:55:57.594ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 01 07:55:56.287Sep 01 07:55:56.287 INFOSep 01 07:55:56.287 INFOadding route 172.17.0.20/32 -> 10.0.0.255
36082026-09-01T07:55:57.594Z
36092026-09-01T07:55:57.594Z adding route 172.17.0.18/32 -> 10.0.0.255 DEBG
36102026-09-01T07:55:57.594Z 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 } }]Sep 01 07:55:56.287
36112026-09-01T07:55:57.594Z Sep 01 07:55:56.287DEBG 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
36122026-09-01T07:55:57.594ZSep 01 07:55:56.287replacing 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 } }]
36132026-09-01T07:55:57.594ZDEBG Sep 01 07:55:56.287 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
36142026-09-01T07:55:57.594Z Sep 01 07:55:56.287adding route 172.17.0.19/32 -> 10.0.0.255Sep 01 07:55:56.287 DEBGSep 01 07:55:56.287 INFO INFO
36152026-09-01T07:55:57.594Z adding route 172.17.0.21/32 -> 10.0.0.255failed to allocate space for the new target list
36162026-09-01T07:55:57.594Z
36172026-09-01T07:55:57.594Zadding route 172.17.0.19/32 -> 10.0.0.255
36182026-09-01T07:55:57.594ZSep 01 07:55:56.287 Sep 01 07:55:56.287DEBG 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 } }]Sep 01 07:55:56.287
36192026-09-01T07:55:57.594Z Sep 01 07:55:56.287DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36202026-09-01T07:55:57.594ZSep 01 07:55:56.287
36212026-09-01T07:55:57.594ZINFO Sep 01 07:55:56.287adding route 172.17.0.20/32 -> 10.0.0.255 DEBG
36222026-09-01T07:55:57.594ZSep 01 07:55:56.287INFO INFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
36232026-09-01T07:55:57.594Z
36242026-09-01T07:55:57.594ZSep 01 07:55:56.287replacing targets for 3fff:dead::/64 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 } }]
36252026-09-01T07:55:57.594ZSep 01 07:55:56.287DEBG Sep 01 07:55:56.287 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 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 } }]
36262026-09-01T07:55:57.595Z
36272026-09-01T07:55:57.595Z 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 } }]
36282026-09-01T07:55:57.595ZSep 01 07:55:56.287 INFOSep 01 07:55:56.287 adding route 172.17.0.21/32 -> 10.0.0.255INFO
36292026-09-01T07:55:57.595Z Sep 01 07:55:56.287adding route 172.17.0.21/32 -> 10.0.0.255
36302026-09-01T07:55:57.595ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
36312026-09-01T07:55:57.595ZSep 01 07:55:56.287Sep 01 07:55:56.287 Sep 01 07:55:56.287 DEBGINFOSep 01 07:55:56.287DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
36322026-09-01T07:55:57.595ZDEBG
36332026-09-01T07:55:57.595Zreplacing 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 } }]
36342026-09-01T07:55:57.599Zreplacing 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 } }]Sep 01 07:55:56.287
36352026-09-01T07:55:57.599Z Sep 01 07:55:56.287DEBGSep 01 07:55:56.287 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 } }] Sep 01 07:55:56.287
36362026-09-01T07:55:57.599Z INFOadding route 172.17.0.22/32 -> 10.0.0.255
36372026-09-01T07:55:57.599Zadding route 172.17.0.24/32 -> 10.0.0.255Sep 01 07:55:56.287
36382026-09-01T07:55:57.599Z INFOINFO Sep 01 07:55:56.287adding route 172.17.0.22/32 -> 10.0.0.255
36392026-09-01T07:55:57.600ZSep 01 07:55:56.287 DEBGadding route 172.16.0.0/32 -> 10.0.0.2DEBG
36402026-09-01T07:55:57.600Z 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.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 } }]
36412026-09-01T07:55:57.600Z
36422026-09-01T07:55:57.600ZSep 01 07:55:56.287Sep 01 07:55:56.287 Sep 01 07:55:56.287DEBGSep 01 07:55:56.287DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36432026-09-01T07:55:57.600ZINFO INFOadding route 172.17.0.23/32 -> 10.0.0.255
36442026-09-01T07:55:57.600Zadding route 172.17.0.25/32 -> 10.0.0.255
36452026-09-01T07:55:57.600ZSep 01 07:55:56.287replacing 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 } }] Sep 01 07:55:56.287 DEBGDEBG
36462026-09-01T07:55:57.600Zreplacing 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 } }]Sep 01 07:55:56.287replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
36472026-09-01T07:55:57.600Z
36482026-09-01T07:55:57.600Z 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 } }]
36492026-09-01T07:55:57.600ZSep 01 07:55:56.287 INFOSep 01 07:55:56.287 Sep 01 07:55:56.287INFOadding route 172.17.0.24/32 -> 10.0.0.255
36502026-09-01T07:55:57.600ZINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
36512026-09-01T07:55:57.600Z
36522026-09-01T07:55:57.600ZSep 01 07:55:56.287Sep 01 07:55:56.287 Sep 01 07:55:56.287 DEBG 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 } }]
36532026-09-01T07:55:57.600ZDEBGreplacing 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.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 } }]
36542026-09-01T07:55:57.600Z
36552026-09-01T07:55:57.600ZSep 01 07:55:56.287 Sep 01 07:55:56.287INFO Sep 01 07:55:56.287INFO adding route 172.17.0.24/32 -> 10.0.0.255
36562026-09-01T07:55:57.600ZINFOadding route 172.17.0.27/32 -> 10.0.0.255
36572026-09-01T07:55:57.600Zadding route 172.17.0.25/32 -> 10.0.0.255
36582026-09-01T07:55:57.600ZSep 01 07:55:56.287Sep 01 07:55:56.287 Sep 01 07:55:56.287 DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
36592026-09-01T07:55:57.600Z 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.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 } }]
36602026-09-01T07:55:57.600Z
36612026-09-01T07:55:57.600ZSep 01 07:55:56.287Sep 01 07:55:56.287 INFOSep 01 07:55:56.287 INFOadding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255INFO
36622026-09-01T07:55:57.600Z
36632026-09-01T07:55:57.600Z adding route 172.17.0.25/32 -> 10.0.0.255
36642026-09-01T07:55:57.600ZSep 01 07:55:56.287Sep 01 07:55:56.287 Sep 01 07:55:56.287DEBGDEBG 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 } }]
36652026-09-01T07:55:57.600Zreplacing 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 } }]
36662026-09-01T07:55:57.601ZSep 01 07:55:56.287 Sep 01 07:55:56.287INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
36672026-09-01T07:55:57.601Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
36682026-09-01T07:55:57.601Z
36692026-09-01T07:55:57.601ZSep 01 07:55:56.295 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 } }]Sep 01 07:55:56.295
36702026-09-01T07:55:57.601Z Sep 01 07:55:56.295INFO adding route 172.17.0.27/32 -> 10.0.0.255DEBG
36712026-09-01T07:55:57.601Z Sep 01 07:55:56.295replacing 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 } }]
36722026-09-01T07:55:57.601ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
36732026-09-01T07:55:57.601ZSep 01 07:55:56.295 Sep 01 07:55:56.295DEBG INFOSep 01 07:55:56.295 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
36742026-09-01T07:55:57.601Zreplacing 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 } }]
36752026-09-01T07:55:57.601Zreplacing 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 } }]
36762026-09-01T07:55:57.601ZSep 01 07:55:56.295Sep 01 07:55:56.295 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
36772026-09-01T07:55:57.601Z
36782026-09-01T07:55:57.601ZSep 01 07:55:56.295 INFO Sep 01 07:55:56.295adding route 172.17.0.28/32 -> 10.0.0.255 Sep 01 07:55:56.295
36792026-09-01T07:55:57.601ZINFO DEBG adding route 172.17.0.28/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 } }]
36802026-09-01T07:55:57.601Z
36812026-09-01T07:55:57.601ZSep 01 07:55:56.295 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 } }]Sep 01 07:55:56.295
36822026-09-01T07:55:57.601Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
36832026-09-01T07:55:57.601ZSep 01 07:55:56.295 Sep 01 07:55:56.295INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 Sep 01 07:55:56.295
36842026-09-01T07:55:57.601Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36852026-09-01T07:55:57.601Z 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 } }]
36862026-09-01T07:55:57.601ZSep 01 07:55:56.295 DEBGSep 01 07:55:56.295 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 } }]INFO
36872026-09-01T07:55:57.601Z Sep 01 07:55:56.295adding route 172.17.0.33/32 -> 10.0.0.255
36882026-09-01T07:55:57.601ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
36892026-09-01T07:55:57.601ZSep 01 07:55:56.295 Sep 01 07:55:56.295DEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36902026-09-01T07:55:57.601Zreplacing 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 } }]Sep 01 07:55:56.295
36912026-09-01T07:55:57.601Z Sep 01 07:55:56.288Sep 01 07:55:56.295 INFODEBG INFOcreated new freemap adding route 172.17.0.30/32 -> 10.0.0.255, Sep 01 07:55:56.295
36922026-09-01T07:55:57.601Zunitadding route 172.17.0.34/32 -> 10.0.0.255: freemap_route_ipv4
36932026-09-01T07:55:57.602ZINFO
36942026-09-01T07:55:57.602Zadding route 172.17.0.30/32 -> 10.0.0.255Sep 01 07:55:56.295
36952026-09-01T07:55:57.602Z Sep 01 07:55:56.295DEBG Sep 01 07:55:56.295 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
36962026-09-01T07:55:57.602Z Sep 01 07:55:56.295DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap
36972026-09-01T07:55:57.602Z , Sep 01 07:55:56.295DEBG unitINFO :adding route 172.17.0.31/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 } }]
36982026-09-01T07:55:57.602Zfreemap_route_ipv6Sep 01 07:55:56.295
36992026-09-01T07:55:57.602Z
37002026-09-01T07:55:57.602Z Sep 01 07:55:56.295INFO Sep 01 07:55:56.295DEBGSep 01 07:55:56.295 adding route 172.17.0.35/32 -> 10.0.0.255INFODEBGreplacing 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 } }]
37012026-09-01T07:55:57.602Zadding route 172.17.0.31/32 -> 10.0.0.255
37022026-09-01T07:55:57.602Zinitted freemap. size: 64
37032026-09-01T07:55:57.602Z, unitSep 01 07:55:56.295:Sep 01 07:55:56.295 Sep 01 07:55:56.295DEBGfreemap_route_ipv4
37042026-09-01T07:55:57.602Z 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 } }]INFOSep 01 07:55:56.295 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 } }]
37052026-09-01T07:55:57.602ZDEBGadding route 172.17.0.32/32 -> 10.0.0.255
37062026-09-01T07:55:57.602Z
37072026-09-01T07:55:57.602Zreset freemap, Sep 01 07:55:56.295unit :INFOSep 01 07:55:56.295 adding route 172.17.0.36/32 -> 10.0.0.255INFO
37082026-09-01T07:55:57.602Z Sep 01 07:55:56.295 DEBGadding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv4 Sep 01 07:55:56.295replacing 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 } }]
37092026-09-01T07:55:57.602ZDEBG
37102026-09-01T07:55:57.602Z 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 } }]
37112026-09-01T07:55:57.602Z
37122026-09-01T07:55:57.602ZSep 01 07:55:56.295Sep 01 07:55:56.295 Sep 01 07:55:56.295Sep 01 07:55:56.295 DEBGDEBG INFO initted freemap. size: 64INFO, adding route 172.17.0.37/32 -> 10.0.0.255unit :
37132026-09-01T07:55:57.602Zreplacing 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.33/32 -> 10.0.0.255freemap_route_ipv6
37142026-09-01T07:55:57.602Z
37152026-09-01T07:55:57.602Z
37162026-09-01T07:55:57.602ZSep 01 07:55:56.296 INFOSep 01 07:55:56.296 Sep 01 07:55:56.296 adding route 172.17.0.33/32 -> 10.0.0.255 DEBGDEBG
37172026-09-01T07:55:57.602Z Sep 01 07:55:56.296reset freemapreplacing 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 } }],
37182026-09-01T07:55:57.602Zunit Sep 01 07:55:56.296: DEBGfreemap_route_ipv6 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 } }]
37192026-09-01T07:55:57.602ZDEBG
37202026-09-01T07:55:57.602Z 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 } }]Sep 01 07:55:56.296
37212026-09-01T07:55:57.602Z INFOSep 01 07:55:56.296 adding route 172.17.0.34/32 -> 10.0.0.255 Sep 01 07:55:56.296
37222026-09-01T07:55:57.603ZSep 01 07:55:56.296INFO INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
37232026-09-01T07:55:57.603Z
37242026-09-01T07:55:57.603ZSep 01 07:55:56.296INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
37252026-09-01T07:55:57.603ZSep 01 07:55:56.296replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
37262026-09-01T07:55:57.603Z Sep 01 07:55:56.296 Sep 01 07:55:56.296DEBGreplacing 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 } }] DEBGSep 01 07:55:56.296
37272026-09-01T07:55:57.603Z 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 } }]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.35/32 -> 10.0.0.255Sep 01 07:55:56.296
37282026-09-01T07:55:57.603Z INFO
37292026-09-01T07:55:57.603Z adding route 172.17.0.39/32 -> 10.0.0.255
37302026-09-01T07:55:57.603ZSep 01 07:55:56.303 INFOSep 01 07:55:56.303 Sep 01 07:55:56.303DEBGadding route 172.17.0.35/32 -> 10.0.0.255
37312026-09-01T07:55:57.603Zreplacing 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 } }]
37322026-09-01T07:55:57.603ZDEBG 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 } }]
37332026-09-01T07:55:57.603ZSep 01 07:55:56.303 DEBG Sep 01 07:55:56.303replacing 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 } }]
37342026-09-01T07:55:57.608ZINFO Sep 01 07:55:56.303adding route 172.17.0.36/32 -> 10.0.0.255 INFO
37352026-09-01T07:55:57.608ZSep 01 07:55:56.303 INFO Sep 01 07:55:56.303adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
37362026-09-01T07:55:57.608Z
37372026-09-01T07:55:57.608ZDEBG 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 } }]
37382026-09-01T07:55:57.608ZSep 01 07:55:56.303
37392026-09-01T07:55:57.608Z Sep 01 07:55:56.303DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37402026-09-01T07:55:57.608ZSep 01 07:55:56.303 Sep 01 07:55:56.303 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
37412026-09-01T07:55:57.608ZSep 01 07:55:56.303INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
37422026-09-01T07:55:57.608Zadding route 172.17.0.41/32 -> 10.0.0.255
37432026-09-01T07:55:57.608ZSep 01 07:55:56.303
37442026-09-01T07:55:57.608Z Sep 01 07:55:56.303INFO Sep 01 07:55:56.303Sep 01 07:55:56.303 DEBGDEBGDEBG adding route 172.17.0.37/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 } }]
37452026-09-01T07:55:57.608Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }]
37462026-09-01T07:55:57.608Z
37472026-09-01T07:55:57.608Z
37482026-09-01T07:55:57.608ZSep 01 07:55:56.303 DEBGSep 01 07:55:56.303Sep 01 07:55:56.303Sep 01 07:55:56.303 INFOINFOreplacing 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 } }]
37492026-09-01T07:55:57.608Zadding route 172.17.0.38/32 -> 10.0.0.255
37502026-09-01T07:55:57.608ZINFOadding route 172.16.0.0/32 -> 10.0.0.1
37512026-09-01T07:55:57.608Zadding route 172.17.0.42/32 -> 10.0.0.255Sep 01 07:55:56.304
37522026-09-01T07:55:57.608ZSep 01 07:55:56.304 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 } }]Sep 01 07:55:56.304
37532026-09-01T07:55:57.608Z Sep 01 07:55:56.304DEBGINFO 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 } }]Sep 01 07:55:56.304adding route 172.17.0.38/32 -> 10.0.0.255
37542026-09-01T07:55:57.608Z
37552026-09-01T07:55:57.608ZDEBG 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 } }]
37562026-09-01T07:55:57.608ZSep 01 07:55:56.304adding route 172.17.0.39/32 -> 10.0.0.255Sep 01 07:55:56.304
37572026-09-01T07:55:57.608Z Sep 01 07:55:56.304 DEBGINFOINFO Sep 01 07:55:56.304 adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.43/32 -> 10.0.0.255 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 } }]
37582026-09-01T07:55:57.608Z
37592026-09-01T07:55:57.608Z
37602026-09-01T07:55:57.609ZDEBG 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 } }]
37612026-09-01T07:55:57.609ZSep 01 07:55:56.304 Sep 01 07:55:56.304DEBGSep 01 07:55:56.304 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 } }]Sep 01 07:55:56.304INFO DEBG
37622026-09-01T07:55:57.609ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
37632026-09-01T07:55:57.609Z
37642026-09-01T07:55:57.609Zadding route 172.17.0.39/32 -> 10.0.0.255
37652026-09-01T07:55:57.609ZSep 01 07:55:56.304 Sep 01 07:55:56.304Sep 01 07:55:56.304 INFOSep 01 07:55:56.304DEBG adding route 172.17.0.44/32 -> 10.0.0.255DEBGINFO
37662026-09-01T07:55:57.609Z 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
37672026-09-01T07:55:57.609Zreplacing 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 } }]
37682026-09-01T07:55:57.609Z
37692026-09-01T07:55:57.609ZSep 01 07:55:56.304 DEBG Sep 01 07:55:56.304replacing 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 } }] Sep 01 07:55:56.304DEBG
37702026-09-01T07:55:57.609Z Sep 01 07:55:56.304 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37712026-09-01T07:55:57.609ZINFOadding route 172.17.0.41/32 -> 10.0.0.255
37722026-09-01T07:55:57.609ZSep 01 07:55:56.304adding route 172.17.0.40/32 -> 10.0.0.255 INFO
37732026-09-01T07:55:57.609Z adding route 172.17.0.45/32 -> 10.0.0.255
37742026-09-01T07:55:57.609ZSep 01 07:55:56.304 Sep 01 07:55:56.304INFOSep 01 07:55:56.304 adding route 172.17.0.1/32 -> 10.0.0.255 Sep 01 07:55:56.304
37752026-09-01T07:55:57.609ZDEBG DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
37762026-09-01T07:55:57.609Zreplacing 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 } }]Sep 01 07:55:56.304
37772026-09-01T07:55:57.609Z
37782026-09-01T07:55:57.609Z DEBG Sep 01 07:55:56.304Sep 01 07:55:56.304replacing 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 } }]Sep 01 07:55:56.304
37792026-09-01T07:55:57.609ZINFO INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255Sep 01 07:55:56.304
37802026-09-01T07:55:57.609ZINFO
37812026-09-01T07:55:57.609Zadding route 172.17.0.41/32 -> 10.0.0.255
37822026-09-01T07:55:57.609Zadding route 172.17.0.2/32 -> 10.0.0.255Sep 01 07:55:56.304
37832026-09-01T07:55:57.609Z DEBG Sep 01 07:55:56.304Sep 01 07:55:56.304replacing 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 } }] Sep 01 07:55:56.304
37842026-09-01T07:55:57.609ZDEBGDEBGDEBG 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 } }]
37852026-09-01T07:55:57.609Zreplacing 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.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 } }]Sep 01 07:55:56.304
37862026-09-01T07:55:57.609Z Sep 01 07:55:56.304INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255
37872026-09-01T07:55:57.609Z
37882026-09-01T07:55:57.610Z adding route 172.17.0.3/32 -> 10.0.0.255Sep 01 07:55:56.304
37892026-09-01T07:55:57.610Z Sep 01 07:55:56.304 INFODEBG 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.43/32 -> 10.0.0.255
37902026-09-01T07:55:57.610Z
37912026-09-01T07:55:57.610ZSep 01 07:55:56.304 Sep 01 07:55:56.304INFO DEBG adding route 172.17.0.42/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 } }]
37922026-09-01T07:55:57.610Ztest route::tests::delete_target_full ... ok
37932026-09-01T07:55:57.610Ztest route::tests::delete_target_fragmented ... ok
37942026-09-01T07:55:57.610Ztest route::tests::add_target_fails_full ... ok
37952026-09-01T07:55:57.610ZSep 01 07:55:56.304
37962026-09-01T07:55:57.610Z Sep 01 07:55:56.304 INFODEBG adding route 172.17.0.48/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 } }]
37972026-09-01T07:55:57.610ZSep 01 07:55:56.304
37982026-09-01T07:55:57.610ZSep 01 07:55:56.304 INFO DEBGSep 01 07:55:56.304adding route 172.17.0.4/32 -> 10.0.0.255 Sep 01 07:55:56.304
37992026-09-01T07:55:57.610Z INFODEBG adding route 172.17.0.44/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 } }]
38002026-09-01T07:55:57.610Z
38012026-09-01T07:55:57.610Z 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 } }]Sep 01 07:55:56.304
38022026-09-01T07:55:57.610Z Sep 01 07:55:56.304DEBGSep 01 07:55:56.304 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 } }]
38032026-09-01T07:55:57.610Zreplacing 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
38042026-09-01T07:55:57.610Z adding route 172.17.0.49/32 -> 10.0.0.255
38052026-09-01T07:55:57.610ZSep 01 07:55:56.304Sep 01 07:55:56.304 Sep 01 07:55:56.304Sep 01 07:55:56.304INFO DEBGINFO INFOadding route 172.17.0.45/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 } }]adding route 172.17.0.5/32 -> 10.0.0.255
38062026-09-01T07:55:57.610Z
38072026-09-01T07:55:57.610Z
38082026-09-01T07:55:57.610Z adding route 172.17.0.43/32 -> 10.0.0.255
38092026-09-01T07:55:57.610ZSep 01 07:55:56.304Sep 01 07:55:56.304 Sep 01 07:55:56.304 INFO DEBG Sep 01 07:55:56.304 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.50/32 -> 10.0.0.255
38102026-09-01T07:55:57.610Z 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 } }]
38112026-09-01T07:55:57.610Zreplacing 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 } }]
38122026-09-01T07:55:57.610Z
38132026-09-01T07:55:57.610ZSep 01 07:55:56.304 INFOSep 01 07:55:56.304 Sep 01 07:55:56.304adding route 172.17.0.6/32 -> 10.0.0.255 DEBG
38142026-09-01T07:55:57.610ZINFO Sep 01 07:55:56.304replacing 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.46/32 -> 10.0.0.255
38152026-09-01T07:55:57.610Z
38162026-09-01T07:55:57.611ZSep 01 07:55:56.304 INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBGSep 01 07:55:56.304
38172026-09-01T07:55:57.611Z INFOSep 01 07:55:56.304replacing 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 } }]
38182026-09-01T07:55:57.611ZDEBG adding route 172.17.0.51/32 -> 10.0.0.255Sep 01 07:55:56.304
38192026-09-01T07:55:57.611Z 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
38202026-09-01T07:55:57.611Z 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 } }]Sep 01 07:55:56.304Sep 01 07:55:56.304
38212026-09-01T07:55:57.611Z Sep 01 07:55:56.304DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 01 07:55:56.304
38222026-09-01T07:55:57.611Z INFOINFOadding route 172.17.0.7/32 -> 10.0.0.255 Sep 01 07:55:56.304 adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
38232026-09-01T07:55:57.611Z
38242026-09-01T07:55:57.611Z
38252026-09-01T07:55:57.611Z INFO adding route 172.17.0.52/32 -> 10.0.0.255Sep 01 07:55:56.304Sep 01 07:55:56.304
38262026-09-01T07:55:57.611Z 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 } }]DEBGSep 01 07:55:56.304
38272026-09-01T07:55:57.611Z Sep 01 07:55:56.304replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
38282026-09-01T07:55:57.611Z DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38292026-09-01T07:55:57.611ZSep 01 07:55:56.304
38302026-09-01T07:55:57.611Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
38312026-09-01T07:55:57.611ZSep 01 07:55:56.304Sep 01 07:55:56.304 INFOINFOSep 01 07:55:56.304 Sep 01 07:55:56.304adding route 172.17.0.53/32 -> 10.0.0.255INFO
38322026-09-01T07:55:57.611ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
38332026-09-01T07:55:57.611Z
38342026-09-01T07:55:57.615Z
38352026-09-01T07:55:57.615ZSep 01 07:55:56.304Sep 01 07:55:56.304 Sep 01 07:55:56.304INFO Sep 01 07:55:56.304DEBG 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 } }]adding route 172.17.0.9/32 -> 10.0.0.255
38362026-09-01T07:55:57.615Zreplacing 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 } }]
38372026-09-01T07:55:57.616Z
38382026-09-01T07:55:57.616ZDEBG 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 } }]Sep 01 07:55:56.304
38392026-09-01T07:55:57.616ZSep 01 07:55:56.304Sep 01 07:55:56.304 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255INFO
38402026-09-01T07:55:57.616Z 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.47/32 -> 10.0.0.255
38412026-09-01T07:55:57.616Z
38422026-09-01T07:55:57.616ZSep 01 07:55:56.304Sep 01 07:55:56.304 DEBGSep 01 07:55:56.304Sep 01 07:55:56.304 INFOINFODEBG adding route 172.17.0.10/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 } }]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 } }]
38432026-09-01T07:55:57.616Z adding route 172.17.0.49/32 -> 10.0.0.255Sep 01 07:55:56.311
38442026-09-01T07:55:57.616Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
38452026-09-01T07:55:57.616Z
38462026-09-01T07:55:57.616ZSep 01 07:55:56.311 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38472026-09-01T07:55:57.616ZSep 01 07:55:56.311Sep 01 07:55:56.311 DEBGSep 01 07:55:56.311INFO 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 } }]
38482026-09-01T07:55:57.616ZINFOadding route 172.17.0.55/32 -> 10.0.0.255
38492026-09-01T07:55:57.616Zadding route 172.17.0.50/32 -> 10.0.0.255
38502026-09-01T07:55:57.616ZSep 01 07:55:56.311 INFOSep 01 07:55:56.311Sep 01 07:55:56.311 adding route 172.17.0.49/32 -> 10.0.0.255 DEBG
38512026-09-01T07:55:57.616Z 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 } }]
38522026-09-01T07:55:57.616Zreplacing 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 } }]
38532026-09-01T07:55:57.616ZSep 01 07:55:56.311 INFO Sep 01 07:55:56.311adding route 172.17.0.56/32 -> 10.0.0.255
38542026-09-01T07:55:57.616ZDEBGSep 01 07:55:56.311 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 } }]INFOSep 01 07:55:56.311
38552026-09-01T07:55:57.616Z adding route 172.17.0.51/32 -> 10.0.0.255DEBG
38562026-09-01T07:55:57.616Zreplacing 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 } }]
38572026-09-01T07:55:57.616ZSep 01 07:55:56.311 INFO adding route 172.17.0.50/32 -> 10.0.0.255Sep 01 07:55:56.311
38582026-09-01T07:55:57.616ZSep 01 07:55:56.311 INFODEBG adding route 172.17.0.57/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 } }]
38592026-09-01T07:55:57.616Z
38602026-09-01T07:55:57.616ZSep 01 07:55:56.311 Sep 01 07:55:56.311Sep 01 07:55:56.311 DEBGDEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
38612026-09-01T07:55:57.616Z
38622026-09-01T07:55:57.616Z 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 } }]
38632026-09-01T07:55:57.616ZSep 01 07:55:56.312 INFOSep 01 07:55:56.312 Sep 01 07:55:56.312DEBG adding route 172.17.0.58/32 -> 10.0.0.255INFO
38642026-09-01T07:55:57.617Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
38652026-09-01T07:55:57.617Z
38662026-09-01T07:55:57.617ZSep 01 07:55:56.312 DEBGSep 01 07:55:56.312 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 } }]Sep 01 07:55:56.312
38672026-09-01T07:55:57.617ZDEBG INFO 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.53/32 -> 10.0.0.255
38682026-09-01T07:55:57.617Z
38692026-09-01T07:55:57.617ZSep 01 07:55:56.312 INFOSep 01 07:55:56.312Sep 01 07:55:56.312 INFOadding route 172.17.0.59/32 -> 10.0.0.255
38702026-09-01T07:55:57.617Zadding route 172.17.0.52/32 -> 10.0.0.255
38712026-09-01T07:55:57.617ZDEBG 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 } }]
38722026-09-01T07:55:57.617ZSep 01 07:55:56.312 Sep 01 07:55:56.312DEBGSep 01 07:55:56.312 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
38732026-09-01T07:55:57.617Z INFO adding route 172.17.0.54/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 } }]
38742026-09-01T07:55:57.617Z
38752026-09-01T07:55:57.617ZSep 01 07:55:56.312 INFO adding route 172.17.0.60/32 -> 10.0.0.255Sep 01 07:55:56.312
38762026-09-01T07:55:57.617ZSep 01 07:55:56.312 INFODEBG Sep 01 07:55:56.312adding route 172.17.0.53/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 } }]
38772026-09-01T07:55:57.617ZDEBG
38782026-09-01T07:55:57.617Z 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 } }]
38792026-09-01T07:55:57.617ZSep 01 07:55:56.312 Sep 01 07:55:56.312INFOSep 01 07:55:56.312 INFODEBGadding route 172.17.0.55/32 -> 10.0.0.255 adding route 172.17.0.61/32 -> 10.0.0.255
38802026-09-01T07:55:57.617Z
38812026-09-01T07:55:57.617Zreplacing 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 } }]
38822026-09-01T07:55:57.617ZSep 01 07:55:56.312Sep 01 07:55:56.312 DEBGDEBGSep 01 07:55:56.312 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.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38832026-09-01T07:55:57.617Z
38842026-09-01T07:55:57.617Zadding route 172.17.0.54/32 -> 10.0.0.255
38852026-09-01T07:55:57.617ZSep 01 07:55:56.312 INFOSep 01 07:55:56.312 adding route 172.17.0.62/32 -> 10.0.0.255DEBGSep 01 07:55:56.312
38862026-09-01T07:55:57.617Z INFO adding route 172.17.0.56/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 } }]Sep 01 07:55:56.312
38872026-09-01T07:55:57.617Z
38882026-09-01T07:55:57.617ZDEBG 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 } }]
38892026-09-01T07:55:57.617ZSep 01 07:55:56.312 Sep 01 07:55:56.312DEBG Sep 01 07:55:56.312INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 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 } }]
38902026-09-01T07:55:57.617Zfailed to allocate space for the new target list
38912026-09-01T07:55:57.617Z
38922026-09-01T07:55:57.618ZSep 01 07:55:56.312Sep 01 07:55:56.312 Sep 01 07:55:56.312INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 DEBG
38932026-09-01T07:55:57.618Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38942026-09-01T07:55:57.618Zreplacing 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 } }]
38952026-09-01T07:55:57.618ZSep 01 07:55:56.312 DEBGSep 01 07:55:56.312 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
38962026-09-01T07:55:57.618Z adding route 172.17.0.56/32 -> 10.0.0.255
38972026-09-01T07:55:57.618Z
38982026-09-01T07:55:57.618ZSep 01 07:55:56.312Sep 01 07:55:56.312 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:55:56.312
38992026-09-01T07:55:57.618Z
39002026-09-01T07:55:57.618Z 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 } }]
39012026-09-01T07:55:57.618ZSep 01 07:55:56.312Sep 01 07:55:56.312 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
39022026-09-01T07:55:57.618ZSep 01 07:55:56.312
39032026-09-01T07:55:57.618Z INFO adding route 172.17.0.11/32 -> 10.0.0.255
39042026-09-01T07:55:57.618ZSep 01 07:55:56.312Sep 01 07:55:56.312 DEBGINFO Sep 01 07:55:56.312replacing 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 } }]
39052026-09-01T07:55:57.618ZDEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39062026-09-01T07:55:57.618Z
39072026-09-01T07:55:57.618ZSep 01 07:55:56.312 INFO Sep 01 07:55:56.312adding route 172.17.0.58/32 -> 10.0.0.255 Sep 01 07:55:56.312
39082026-09-01T07:55:57.618Z DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:55:56.312
39092026-09-01T07:55:57.618Zadding route 172.17.0.12/32 -> 10.0.0.255
39102026-09-01T07:55:57.618ZDEBG 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 } }]
39112026-09-01T07:55:57.618ZSep 01 07:55:56.312Sep 01 07:55:56.312 INFODEBG Sep 01 07:55:56.312replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255
39122026-09-01T07:55:57.618ZINFO
39132026-09-01T07:55:57.618Z adding route 172.17.0.59/32 -> 10.0.0.255
39142026-09-01T07:55:57.618ZSep 01 07:55:56.312 Sep 01 07:55:56.312INFO Sep 01 07:55:56.312DEBG adding route 172.17.0.13/32 -> 10.0.0.255DEBG
39152026-09-01T07:55:57.618Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39162026-09-01T07:55:57.618Z
39172026-09-01T07:55:57.618ZSep 01 07:55:56.312 Sep 01 07:55:56.312DEBG 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 } }]Sep 01 07:55:56.312
39182026-09-01T07:55:57.618Z failed to allocate space for the new target listINFO
39192026-09-01T07:55:57.618Z adding route 172.17.0.60/32 -> 10.0.0.255
39202026-09-01T07:55:57.618ZSep 01 07:55:56.312Sep 01 07:55:56.312 INFODEBG Sep 01 07:55:56.312adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
39212026-09-01T07:55:57.619Z
39222026-09-01T07:55:57.619Z 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 } }]
39232026-09-01T07:55:57.619ZSep 01 07:55:56.312 DEBGSep 01 07:55:56.312 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39242026-09-01T07:55:57.619Z adding route 172.17.0.61/32 -> 10.0.0.255
39252026-09-01T07:55:57.619ZSep 01 07:55:56.312 Sep 01 07:55:56.312INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
39262026-09-01T07:55:57.619Zreplacing 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 } }]
39272026-09-01T07:55:57.619ZSep 01 07:55:56.312 Sep 01 07:55:56.312DEBG 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 } }]
39282026-09-01T07:55:57.619Zadding route 172.17.0.62/32 -> 10.0.0.255
39292026-09-01T07:55:57.619ZSep 01 07:55:56.312 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39302026-09-01T07:55:57.619ZSep 01 07:55:56.312 DEBGSep 01 07:55:56.312 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 } }]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 } }]
39312026-09-01T07:55:57.619Z
39322026-09-01T07:55:57.619ZSep 01 07:55:56.312Sep 01 07:55:56.312 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255
39332026-09-01T07:55:57.619Z
39342026-09-01T07:55:57.623ZSep 01 07:55:56.312Sep 01 07:55:56.312 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39352026-09-01T07:55:57.624Z
39362026-09-01T07:55:57.624ZSep 01 07:55:56.312Sep 01 07:55:56.312 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255failed to allocate space for the new target list
39372026-09-01T07:55:57.624Z
39382026-09-01T07:55:57.624ZSep 01 07:55:56.312Sep 01 07:55:56.312 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
39392026-09-01T07:55:57.624Z
39402026-09-01T07:55:57.624ZSep 01 07:55:56.312Sep 01 07:55:56.312 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255failed to allocate space for the new target list
39412026-09-01T07:55:57.624Z
39422026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39432026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39442026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39452026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39462026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39472026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39482026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39492026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39502026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39512026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39522026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39532026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39542026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39552026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39562026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39572026-09-01T07:55:57.624ZSep 01 07:55:56.312 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39582026-09-01T07:55:57.624ZSep 01 07:55:56.312 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 } }]
39592026-09-01T07:55:57.624ZSep 01 07:55:56.319 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39602026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39612026-09-01T07:55:57.625ZSep 01 07:55:56.319 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39622026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39632026-09-01T07:55:57.625ZSep 01 07:55:56.319 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39642026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39652026-09-01T07:55:57.625ZSep 01 07:55:56.319 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39662026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39672026-09-01T07:55:57.625ZSep 01 07:55:56.319 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39682026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39692026-09-01T07:55:57.625ZSep 01 07:55:56.319 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39702026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39712026-09-01T07:55:57.625ZSep 01 07:55:56.319 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39722026-09-01T07:55:57.625ZSep 01 07:55:56.319 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 } }]
39732026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39742026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39752026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39762026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39772026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39782026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39792026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39802026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39812026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39822026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39832026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39842026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39852026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39862026-09-01T07:55:57.625ZSep 01 07:55:56.320 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 } }]
39872026-09-01T07:55:57.625ZSep 01 07:55:56.320 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39882026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
39892026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39902026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
39912026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39922026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
39932026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39942026-09-01T07:55:57.626Ztest route::tests::delete_targets_fragmented ... ok
39952026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
39962026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39972026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
39982026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39992026-09-01T07:55:57.626Z
40002026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40012026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40022026-09-01T07:55:57.626Ztest result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
40032026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40042026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40052026-09-01T07:55:57.626Z
40062026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40072026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.50/32 -> 10.0.0.255
40082026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40092026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.51/32 -> 10.0.0.255
40102026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40112026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.52/32 -> 10.0.0.255
40122026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40132026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40142026-09-01T07:55:57.626ZSep 01 07:55:56.320 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 } }]
40152026-09-01T07:55:57.626ZSep 01 07:55:56.320 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40162026-09-01T07:55:57.627ZSep 01 07:55:56.320 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 } }]
40172026-09-01T07:55:57.627ZSep 01 07:55:56.320 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40182026-09-01T07:55:57.627ZSep 01 07:55:56.320 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 } }]
40192026-09-01T07:55:57.627ZSep 01 07:55:56.320 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40202026-09-01T07:55:57.627ZSep 01 07:55:56.320 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 } }]
40212026-09-01T07:55:57.627ZSep 01 07:55:56.320 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40222026-09-01T07:55:57.627ZSep 01 07:55:56.320 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 } }]
40232026-09-01T07:55:57.627ZSep 01 07:55:56.328 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40242026-09-01T07:55:57.627ZSep 01 07:55:56.328 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 } }]
40252026-09-01T07:55:57.627ZSep 01 07:55:56.328 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40262026-09-01T07:55:57.627ZSep 01 07:55:56.328 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 } }]
40272026-09-01T07:55:57.627ZSep 01 07:55:56.328 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40282026-09-01T07:55:57.627ZSep 01 07:55:56.328 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 } }]
40292026-09-01T07:55:57.627ZSep 01 07:55:56.328 DEBG failed to allocate space for the new target list
40302026-09-01T07:55:57.627ZSep 01 07:55:56.328 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 } }]
40312026-09-01T07:55:57.627Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-ac634c052bd66226)
40322026-09-01T07:55:57.627Z
40332026-09-01T07:55:57.627Zrunning 0 tests
40342026-09-01T07:55:57.631Z
40352026-09-01T07:55:57.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40362026-09-01T07:55:57.631Z
40372026-09-01T07:55:57.631Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
40382026-09-01T07:55:57.631Z
40392026-09-01T07:55:57.631Zrunning 0 tests
40402026-09-01T07:55:57.631Z
40412026-09-01T07:55:57.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40422026-09-01T07:55:57.631Z
40432026-09-01T07:55:57.631Z Running unittests src/lib.rs (target/debug/deps/dpd_client-56a2428f938c34e0)
40442026-09-01T07:55:57.631Z
40452026-09-01T07:55:57.632Zrunning 6 tests
40462026-09-01T07:55:57.632Ztest tests::test_port_id_cmp ... ok
40472026-09-01T07:55:57.632Ztest tests::test_parse_client_port_id ... ok
40482026-09-01T07:55:57.632Ztest tests::test_full_lot_id_both_present ... ok
40492026-09-01T07:55:57.632Ztest tests::test_full_lot_id_lot_only ... ok
40502026-09-01T07:55:57.632Ztest tests::test_full_lot_id_neither_present ... ok
40512026-09-01T07:55:57.632Ztest tests::test_full_lot_id_lotnum_only ... ok
40522026-09-01T07:55:57.632Z
40532026-09-01T07:55:57.632Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40542026-09-01T07:55:57.632Z
40552026-09-01T07:55:57.632Z Running tests/test_all.rs (target/debug/deps/test_all-01bad50d638c8053)
40562026-09-01T07:55:57.632Z
40572026-09-01T07:55:57.632Zrunning 0 tests
40582026-09-01T07:55:57.632Z
40592026-09-01T07:55:57.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40602026-09-01T07:55:57.632Z
40612026-09-01T07:55:57.632Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
40622026-09-01T07:55:57.632Z
40632026-09-01T07:55:57.632Zrunning 0 tests
40642026-09-01T07:55:57.632Z
40652026-09-01T07:55:57.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40662026-09-01T07:55:57.632Z
40672026-09-01T07:55:57.632Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
40682026-09-01T07:55:57.632Z
40692026-09-01T07:55:57.632Zrunning 15 tests
40702026-09-01T07:55:57.632Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40712026-09-01T07:55:57.632Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40722026-09-01T07:55:57.632Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40732026-09-01T07:55:57.632Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40742026-09-01T07:55:57.633Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40752026-09-01T07:55:57.633Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40762026-09-01T07:55:57.633Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40772026-09-01T07:55:57.633Ztest v1::network::tests::test_equal ... ok
40782026-09-01T07:55:57.633Ztest v1::network::tests::test_eui64 ... ok
40792026-09-01T07:55:57.633Ztest v1::network::tests::test_into ... ok
40802026-09-01T07:55:57.633Ztest v1::network::tests::test_not_equal ... ok
40812026-09-01T07:55:57.633Ztest v1::network::tests::test_to_string ... ok
40822026-09-01T07:55:57.633Ztest v1::port::tests::port_ids_are_ascii ... ok
40832026-09-01T07:55:57.633Ztest v1::network::tests::test_parse ... ok
40842026-09-01T07:55:57.633Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40852026-09-01T07:55:57.633Z
40862026-09-01T07:55:57.633Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40872026-09-01T07:55:57.633Z
40882026-09-01T07:55:57.633Z Running unittests src/lib.rs (target/debug/deps/packet-c0def7fdaa185f19)
40892026-09-01T07:55:57.633Z
40902026-09-01T07:55:57.633Zrunning 12 tests
40912026-09-01T07:55:57.633Ztest icmp::test_v4_checksum ... ok
40922026-09-01T07:55:57.633Ztest icmp::test_v6_checksum ... ok
40932026-09-01T07:55:57.633Ztest lldp::test_lldp_parse ... ok
40942026-09-01T07:55:57.633Ztest ipv6::test_ipv6_parse ... ok
40952026-09-01T07:55:57.633Ztest pbuf::test_nibble ... ok
40962026-09-01T07:55:57.633Ztest pbuf::test_byte ... ok
40972026-09-01T07:55:57.633Ztest pbuf::test_overflow ... ok
40982026-09-01T07:55:57.633Ztest pbuf::test_short ... ok
40992026-09-01T07:55:57.633Ztest pbuf::test_twelve ... ok
41002026-09-01T07:55:57.633Ztest pbuf::test_word ... ok
41012026-09-01T07:55:57.633Ztest tcp::test_checksum_syn_nodata ... ok
41022026-09-01T07:55:57.634Ztest tcp::test_checksum_ack_data ... ok
41032026-09-01T07:55:57.634Z
41042026-09-01T07:55:57.634Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41052026-09-01T07:55:57.634Z
41062026-09-01T07:55:57.634Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
41072026-09-01T07:55:57.634Z
41082026-09-01T07:55:57.634Zrunning 0 tests
41092026-09-01T07:55:57.634Z
41102026-09-01T07:55:57.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41112026-09-01T07:55:57.634Z
41122026-09-01T07:55:57.634Z Running unittests src/main.rs (target/debug/deps/swadm-f77e75efb2063bcd)
41132026-09-01T07:55:57.634Z
41142026-09-01T07:55:57.634Zrunning 5 tests
41152026-09-01T07:55:57.634Ztest switchport::test::test_compute_lanes ... ok
41162026-09-01T07:55:57.638Ztest switchport::test::port_id_ordering ... ok
41172026-09-01T07:55:57.638Z Lane 0 Lane 0Lane 1 Lane 2 Lane 3
41182026-09-01T07:55:57.638ZLane 1 State: ActivatedLane 2 Lane 3Activated
41192026-09-01T07:55:57.638Z Activated Activated Rx Loss-of-lock: Yes
41202026-09-01T07:55:57.638Z Yes Rx Output Enabled: false Yes false Yes
41212026-09-01T07:55:57.638Zfalse false Rx Loss-of-signal: Yes
41222026-09-01T07:55:57.638Z Rx Output Status: validYes valid Yesvalid Yesvalid
41232026-09-01T07:55:57.638Z
41242026-09-01T07:55:57.638Z Rx CDR Enabled: Yes Rx Loss-of-lock: true Yestrue Yestrue Yes
41252026-09-01T07:55:57.638Ztrue
41262026-09-01T07:55:57.638Z Tx Enabled: Yes Rx Loss-of-signal: false Yes falseYes Yes
41272026-09-01T07:55:57.638Zfalse Tx Loss-of-lock: Nofalse
41282026-09-01T07:55:57.638Z Rx Auto-squelch Disable: trueNo true No trueNo
41292026-09-01T07:55:57.638Ztrue
41302026-09-01T07:55:57.638Z Tx Loss-of-signal: No Tx Output Enabled: true No trueNo trueNo
41312026-09-01T07:55:57.638Ztrue
41322026-09-01T07:55:57.638Z Tx CDR Enabled: No Tx Output Status: invalid invalidNo invalid Noinvalid
41332026-09-01T07:55:57.638ZNo
41342026-09-01T07:55:57.638Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: Nofalse No false Nofalse
41352026-09-01T07:55:57.638ZNo
41362026-09-01T07:55:57.638Z Tx Loss-of-signal: true Tx Fault: Yes true Yes true true
41372026-09-01T07:55:57.638ZYes Tx Auto-squelch Disable: falseYes
41382026-09-01T07:55:57.638Zfalse false false
41392026-09-01T07:55:57.639Z Tx Adaptive EQ Fail: true true true true
41402026-09-01T07:55:57.639Z Tx Failure: false false false false
41412026-09-01T07:55:57.639Z Tx Force Squelch: true true true true
41422026-09-01T07:55:57.639Z Tx Input Polarity: normal normal normal normal
41432026-09-01T07:55:57.639Ztest switchport::test::test_print_sff_datapath ... ok
41442026-09-01T07:55:57.639Ztest switchport::test::test_print_cmis_datapath ... ok
41452026-09-01T07:55:57.639Ztest link::test_filter ... ok
41462026-09-01T07:55:57.639Z
41472026-09-01T07:55:57.639Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41482026-09-01T07:55:57.639Z
41492026-09-01T07:55:57.639Z Running tests/counters.rs (target/debug/deps/counters-0873bcadcbf0ee26)
41502026-09-01T07:55:57.639Z
41512026-09-01T07:55:57.639Zrunning 1 test
41522026-09-01T07:55:57.639Ztest test_p4_counter_list ... ignored
41532026-09-01T07:55:57.639Z
41542026-09-01T07:55:57.639Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41552026-09-01T07:55:57.639Z
41562026-09-01T07:55:57.639Z Running tests/port-link.rs (target/debug/deps/port_link-13d49676f3990b01)
41572026-09-01T07:55:57.639Z
41582026-09-01T07:55:57.639Zrunning 5 tests
41592026-09-01T07:55:57.639Ztest test_an ... ignored
41602026-09-01T07:55:57.639Ztest test_enable ... ignored
41612026-09-01T07:55:57.639Ztest test_ip_addresses ... ignored
41622026-09-01T07:55:57.639Ztest test_kr ... ignored
41632026-09-01T07:55:57.639Ztest test_mac ... ignored
41642026-09-01T07:55:57.639Z
41652026-09-01T07:55:57.639Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-09-01T07:55:57.639Z
41672026-09-01T07:55:57.640Z Running unittests src/main.rs (target/debug/deps/tfportd-dcd20d8746e97cba)
41682026-09-01T07:55:57.643Z
41692026-09-01T07:55:57.643Zrunning 3 tests
41702026-09-01T07:55:57.643Ztest linklocal::test_parse_ipadm ... ok
41712026-09-01T07:55:57.643Ztest tfport::test_parse_tfport ... ok
41722026-09-01T07:55:57.643Ztest config::tests::test_updates ... ok
41732026-09-01T07:55:57.643Z
41742026-09-01T07:55:57.643Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41752026-09-01T07:55:57.643Z
41762026-09-01T07:55:57.643Z Running unittests src/main.rs (target/debug/deps/uplinkd-c3b8c98e56e112b2)
41772026-09-01T07:55:57.646Z
41782026-09-01T07:55:57.646Zrunning 0 tests
41792026-09-01T07:55:57.647Z
41802026-09-01T07:55:57.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41812026-09-01T07:55:57.647Z
41822026-09-01T07:55:57.647Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41832026-09-01T07:55:57.647Z
41842026-09-01T07:55:57.647Zrunning 0 tests
41852026-09-01T07:55:57.647Z
41862026-09-01T07:55:57.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41872026-09-01T07:55:57.647Z
41882026-09-01T07:55:57.647Z Doc-tests aal
41892026-09-01T07:55:57.866Z
41902026-09-01T07:55:57.866Zrunning 0 tests
41912026-09-01T07:55:57.866Z
41922026-09-01T07:55:57.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41932026-09-01T07:55:57.870Z
41942026-09-01T07:55:57.892Z Doc-tests aal_macros
41952026-09-01T07:55:57.959Z
41962026-09-01T07:55:57.960Zrunning 0 tests
41972026-09-01T07:55:57.960Z
41982026-09-01T07:55:57.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41992026-09-01T07:55:57.960Z
42002026-09-01T07:55:57.970Z Doc-tests common
42012026-09-01T07:55:58.206Z
42022026-09-01T07:55:58.206Zrunning 0 tests
42032026-09-01T07:55:58.206Z
42042026-09-01T07:55:58.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-09-01T07:55:58.206Z
42062026-09-01T07:55:58.232Z Doc-tests dpd_api
42072026-09-01T07:55:58.943Z
42082026-09-01T07:55:58.943Zrunning 2 tests
42092026-09-01T07:55:58.943Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
42102026-09-01T07:55:58.943Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
42112026-09-01T07:55:58.943Z
42122026-09-01T07:55:58.943Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
42132026-09-01T07:55:58.943Z
42142026-09-01T07:55:58.972Z Doc-tests dpd_client
42152026-09-01T07:56:00.336Z
42162026-09-01T07:56:00.336Zrunning 0 tests
42172026-09-01T07:56:00.336Z
42182026-09-01T07:56:00.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42192026-09-01T07:56:00.336Z
42202026-09-01T07:56:00.390Z Doc-tests dpd_types
42212026-09-01T07:56:00.574Z
42222026-09-01T07:56:00.574Zrunning 0 tests
42232026-09-01T07:56:00.574Z
42242026-09-01T07:56:00.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42252026-09-01T07:56:00.574Z
42262026-09-01T07:56:00.596Z Doc-tests dpd_types_versions
42272026-09-01T07:56:02.105Z
42282026-09-01T07:56:02.105Zrunning 1 test
42292026-09-01T07:56:02.105Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42302026-09-01T07:56:02.105Z
42312026-09-01T07:56:02.105Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42322026-09-01T07:56:02.105Z
42332026-09-01T07:56:02.153Z Doc-tests packet
42342026-09-01T07:56:02.372Z
42352026-09-01T07:56:02.372Zrunning 0 tests
42362026-09-01T07:56:02.372Z
42372026-09-01T07:56:02.372Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42382026-09-01T07:56:02.372Z
42392026-09-01T07:56:02.397Z Doc-tests pcap
42402026-09-01T07:56:02.448Z
42412026-09-01T07:56:02.448Zrunning 0 tests
42422026-09-01T07:56:02.448Z
42432026-09-01T07:56:02.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42442026-09-01T07:56:02.448Z
42452026-09-01T07:56:02.515Z+ for feat in tofino_stub tofino_asic softnpu chaos
42462026-09-01T07:56:02.515Z+ RUST_BACKTRACE=full
42472026-09-01T07:56:02.515Z+ cargo test --features tofino_asic --no-fail-fast
42482026-09-01T07:56:03.122Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42492026-09-01T07:56:03.201Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42502026-09-01T07:56:03.208Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42512026-09-01T07:56:03.215Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42522026-09-01T07:56:12.007Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42532026-09-01T07:56:12.740Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42542026-09-01T07:56:55.125Z Finished `test` profile [unoptimized + debuginfo] target(s) in 52.59s
42552026-09-01T07:56:55.240Z Running unittests src/lib.rs (target/debug/deps/aal-e435743f5db9cebd)
42562026-09-01T07:56:55.243Z
42572026-09-01T07:56:55.243Zrunning 0 tests
42582026-09-01T07:56:55.243Z
42592026-09-01T07:56:55.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42602026-09-01T07:56:55.243Z
42612026-09-01T07:56:55.243Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42622026-09-01T07:56:55.246Z
42632026-09-01T07:56:55.246Zrunning 0 tests
42642026-09-01T07:56:55.246Z
42652026-09-01T07:56:55.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42662026-09-01T07:56:55.246Z
42672026-09-01T07:56:55.246Z Running unittests src/lib.rs (target/debug/deps/asic-ef4bac77d6939814)
42682026-09-01T07:56:55.345Z
42692026-09-01T07:56:55.345Zrunning 8 tests
42702026-09-01T07:56:55.348Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42712026-09-01T07:56:55.348Ztest tofino_asic::qsfp::tests::fix_link ... ok
42722026-09-01T07:56:55.348Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42732026-09-01T07:56:55.348Ztest tofino_asic::stats::constants_sanity_check ... ok
42742026-09-01T07:56:55.348Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42752026-09-01T07:56:55.348Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42762026-09-01T07:56:55.355Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42772026-09-01T07:56:55.846Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42782026-09-01T07:56:55.846Z
42792026-09-01T07:56:55.846Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42802026-09-01T07:56:55.846Z
42812026-09-01T07:56:55.855Z Running unittests src/lib.rs (target/debug/deps/common-728aaa11d2bb131d)
42822026-09-01T07:56:55.859Z
42832026-09-01T07:56:55.859Zrunning 4 tests
42842026-09-01T07:56:55.862Ztest network::tests::test_generate_ipv6_link_local ... ok
42852026-09-01T07:56:55.862Ztest nat::tests::test_vni ... ok
42862026-09-01T07:56:55.862Ztest test_purge ... ok
42872026-09-01T07:56:55.865Ztest illumos::test::address_exists_handles_missing_object ... ok
42882026-09-01T07:56:55.865Z
42892026-09-01T07:56:55.865Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42902026-09-01T07:56:55.865Z
42912026-09-01T07:56:55.865Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
42922026-09-01T07:56:55.868Z
42932026-09-01T07:56:55.868Zrunning 1 test
42942026-09-01T07:56:55.868Z -------
42952026-09-01T07:56:55.868Z Generating OpenAPI documents from API definitions ...
42962026-09-01T07:56:56.013Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42972026-09-01T07:56:56.086Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42982026-09-01T07:56:57.148Z -------
42992026-09-01T07:56:57.148Z Checking 13 OpenAPI documents...
43002026-09-01T07:56:57.148Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
43012026-09-01T07:56:57.148Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
43022026-09-01T07:56:57.148Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
43032026-09-01T07:56:57.148Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
43042026-09-01T07:56:57.152Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
43052026-09-01T07:56:57.152Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
43062026-09-01T07:56:57.152Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
43072026-09-01T07:56:57.152Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
43082026-09-01T07:56:57.152Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
43092026-09-01T07:56:57.152Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
43102026-09-01T07:56:57.152Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
43112026-09-01T07:56:57.152Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
43122026-09-01T07:56:57.152Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
43132026-09-01T07:56:57.152Z Fresh dpd "latest" symlink
43142026-09-01T07:56:57.152Z -------
43152026-09-01T07:56:57.152Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
43162026-09-01T07:56:57.219Ztest test::test_apis_up_to_date ... ok
43172026-09-01T07:56:57.219Z
43182026-09-01T07:56:57.219Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
43192026-09-01T07:56:57.219Z
43202026-09-01T07:56:57.278Z Running unittests src/main.rs (target/debug/deps/dpd-6f21e342f95c3e19)
43212026-09-01T07:56:57.347Z
43222026-09-01T07:56:57.347Zrunning 92 tests
43232026-09-01T07:56:57.349Ztest freemap::test_ordering ... ok
43242026-09-01T07:56:57.349Ztest config::tests::test_updates ... ok
43252026-09-01T07:56:57.349Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43262026-09-01T07:56:57.350Ztest freemap::test_split ... ok
43272026-09-01T07:56:57.352Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43282026-09-01T07:56:57.352Ztest macaddrs::tests::test_mac_offset ... ok
43292026-09-01T07:56:57.352Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43302026-09-01T07:56:57.352ZSep 01 07:56:56.087Sep 01 07:56:56.087 DEBGDEBG created new freemapcreated new freemap, unit: freemap_test, unit: freemap_test
43312026-09-01T07:56:57.353Z
43322026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG Sep 01 07:56:56.088initted freemap. size: 128 , DEBGunit :initted freemap. size: 128 , freemap_testunit
43332026-09-01T07:56:57.353Z: freemap_test
43342026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG Sep 01 07:56:56.088reset freemap , DEBGunit :reset freemap , freemap_testunit
43352026-09-01T07:56:57.353Z: freemap_test
43362026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG created new freemap, unit: freemap_test
43372026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG initted freemap. size: 128, unit: freemap_test
43382026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG reset freemap, unit: freemap_test
43392026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG created new freemap, unit: freemap_test
43402026-09-01T07:56:57.353Ztest macaddrs::tests::test_parse_port_id ... ok
43412026-09-01T07:56:57.353ZSep 01 07:56:56.088Sep 01 07:56:56.088 DEBGDEBG initted freemap. size: 8created new freemap, unit, :unit :freemap_test
43422026-09-01T07:56:57.353Zfreemap_test
43432026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG reset freemap, Sep 01 07:56:56.088unit :DEBG freemap_testinitted freemap. size: 128
43442026-09-01T07:56:57.353Z, unit: freemap_test
43452026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG reset freemap, unit: freemap_test
43462026-09-01T07:56:57.353Ztest freemap::test_basic ... ok
43472026-09-01T07:56:57.353Ztest freemap::test_reclaim ... ok
43482026-09-01T07:56:57.353Ztest freemap::test_free ... ok
43492026-09-01T07:56:57.353Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43502026-09-01T07:56:57.353Ztest freemap::test_exhaustion ... ok
43512026-09-01T07:56:57.353Ztest mcast::tests::test_canonicalize_sources ... ok
43522026-09-01T07:56:57.353Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
43532026-09-01T07:56:57.353Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
43542026-09-01T07:56:57.353Ztest mcast::tests::test_create_port_bitmap_empty ... ok
43552026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG created new freemap, unit: freemap_test
43562026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG initted freemap. size: 128, unit: freemap_test
43572026-09-01T07:56:57.353ZSep 01 07:56:56.088 DEBG reset freemap, unit: freemap_test
43582026-09-01T07:56:57.353Ztest freemap::test_span ... ok
43592026-09-01T07:56:57.353Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
43602026-09-01T07:56:57.353Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
43612026-09-01T07:56:57.353Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
43622026-09-01T07:56:57.353Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
43632026-09-01T07:56:57.353Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
43642026-09-01T07:56:57.353Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
43652026-09-01T07:56:57.353Ztest mcast::tests::test_sources_contain_any ... ok
43662026-09-01T07:56:57.353Ztest mcast::validate::tests::test_ipv4_validation ... ok
43672026-09-01T07:56:57.353Ztest mcast::validate::tests::test_address_validation_integrated ... ok
43682026-09-01T07:56:57.353Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
43692026-09-01T07:56:57.353Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
43702026-09-01T07:56:57.353Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
43712026-09-01T07:56:57.354Ztest mcast::validate::tests::test_ipv6_validation ... ok
43722026-09-01T07:56:57.357Ztest mcast::validate::tests::test_validate_nat_target ... ok
43732026-09-01T07:56:57.357Ztest mcast::validate::tests::test_validate_source_addresses ... ok
43742026-09-01T07:56:57.357Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
43752026-09-01T07:56:57.358Ztest mcast::validate::tests::test_is_ssm_function ... ok
43762026-09-01T07:56:57.358Ztest mcast::tests::test_concurrent_id_allocation ... ok
43772026-09-01T07:56:57.358Ztest mcast::validate::tests::test_validate_tag ... ok
43782026-09-01T07:56:57.358Ztest nat::test_mapping ... ok
43792026-09-01T07:56:57.358Ztest mcast::validate::tests::test_validate_tag_format ... ok
43802026-09-01T07:56:57.358Ztest port_map::tests::test_backplane_group ... ok
43812026-09-01T07:56:57.358Ztest api_server::tests::test_build_info ... ok
43822026-09-01T07:56:57.358Ztest mcast::tests::test_id_range_boundaries ... ok
43832026-09-01T07:56:57.358Ztest port_map::tests::test_port_map ... ok
43842026-09-01T07:56:57.358Ztest port_map::tests::dump_map ... ok
43852026-09-01T07:56:57.358ZSep 01 07:56:56.090 DEBG created new freemap, unit: freemap_route_ipv4
43862026-09-01T07:56:57.358ZSep 01 07:56:56.090 DEBG created new freemap, unit: freemap_route_ipv6
43872026-09-01T07:56:57.358ZSep 01 07:56:56.090 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43882026-09-01T07:56:57.358ZSep 01 07:56:56.090 DEBG reset freemap, unit: freemap_route_ipv4
43892026-09-01T07:56:57.358ZSep 01 07:56:56.090 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43902026-09-01T07:56:57.358ZSep 01 07:56:56.090 DEBG reset freemap, unit: freemap_route_ipv6
43912026-09-01T07:56:57.358ZSep 01 07:56:56.090 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43922026-09-01T07:56:57.358ZSep 01 07:56:56.090 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 } }]
43932026-09-01T07:56:57.358ZSep 01 07:56:56.090 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43942026-09-01T07:56:57.358ZSep 01 07:56:56.090 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 } }]
43952026-09-01T07:56:57.358ZSep 01 07:56:56.090 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43962026-09-01T07:56:57.358ZSep 01 07:56:56.090 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 } }]
43972026-09-01T07:56:57.358ZSep 01 07:56:56.090 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
43982026-09-01T07:56:57.358ZSep 01 07:56:56.090 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 } }]
43992026-09-01T07:56:57.358ZSep 01 07:56:56.090 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
44002026-09-01T07:56:57.358ZSep 01 07:56:56.090 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 } }]
44012026-09-01T07:56:57.358ZSep 01 07:56:56.090 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44022026-09-01T07:56:57.358ZSep 01 07:56:56.091 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 } }]
44032026-09-01T07:56:57.358ZSep 01 07:56:56.091 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44042026-09-01T07:56:57.358ZSep 01 07:56:56.091 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 } }]
44052026-09-01T07:56:57.358ZSep 01 07:56:56.091 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44062026-09-01T07:56:57.358ZSep 01 07:56:56.091 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 } }]
44072026-09-01T07:56:57.358ZSep 01 07:56:56.091 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44082026-09-01T07:56:57.358ZSep 01 07:56:56.091 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 } }]
44092026-09-01T07:56:57.358ZSep 01 07:56:56.091 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44102026-09-01T07:56:57.358ZSep 01 07:56:56.091 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 } }]
44112026-09-01T07:56:57.358ZSep 01 07:56:56.091 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44122026-09-01T07:56:57.358ZSep 01 07:56:56.091 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 } }]
44132026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44142026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44152026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44162026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44172026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44182026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44192026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44202026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44212026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44222026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44232026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44242026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44252026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44262026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44272026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44282026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44292026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44302026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44312026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44322026-09-01T07:56:57.359ZSep 01 07:56:56.091 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44332026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44342026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44352026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44362026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44372026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44382026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44392026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44402026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44412026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44422026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44432026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44442026-09-01T07:56:57.359ZSep 01 07:56:56.091 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44452026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44462026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44472026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44482026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44492026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44502026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44512026-09-01T07:56:57.359ZSep 01 07:56:56.091 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44522026-09-01T07:56:57.359ZSep 01 07:56:56.091 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 } }]
44532026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44542026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44552026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
44562026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44572026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44582026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44592026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44602026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44612026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44622026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44632026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
44642026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44652026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
44662026-09-01T07:56:57.360ZSep 01 07:56:56.091 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44672026-09-01T07:56:57.360Ztest port_map::tests::parse_softnpu_revision ... ok
44682026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
44692026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44702026-09-01T07:56:57.360ZSep 01 07:56:56.091 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
44712026-09-01T07:56:57.360ZSep 01 07:56:56.091 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 } }]
44722026-09-01T07:56:57.364ZSep 01 07:56:56.091 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
44732026-09-01T07:56:57.364ZSep 01 07:56:56.091 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44742026-09-01T07:56:57.364ZSep 01 07:56:56.091 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
44752026-09-01T07:56:57.364ZSep 01 07:56:56.091 Sep 01 07:56:56.091DEBG DEBGcreated new freemap 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 } }],
44762026-09-01T07:56:57.364Zunit: freemap_route_ipv4Sep 01 07:56:56.091
44772026-09-01T07:56:57.364Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
44782026-09-01T07:56:57.364ZSep 01 07:56:56.091 DEBGSep 01 07:56:56.091 created new freemapDEBG, unitreplacing 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 } }]:
44792026-09-01T07:56:57.364Z freemap_route_ipv6
44802026-09-01T07:56:57.364ZSep 01 07:56:56.091 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
44812026-09-01T07:56:57.364ZSep 01 07:56:56.091 DEBG initted freemap. size: 64Sep 01 07:56:56.091, unitDEBG: 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 } }]freemap_route_ipv4
44822026-09-01T07:56:57.364Z
44832026-09-01T07:56:57.364ZSep 01 07:56:56.091Sep 01 07:56:56.091 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 01 07:56:56.091reset freemap
44842026-09-01T07:56:57.364Z , DEBGunit :created new freemap freemap_route_ipv4,
44852026-09-01T07:56:57.364ZunitSep 01 07:56:56.091: DEBGSep 01 07:56:56.091freemap_route_ipv4 DEBG
44862026-09-01T07:56:57.364Z initted freemap. size: 64replacing 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 } }],
44872026-09-01T07:56:57.364Zunit: freemap_route_ipv6
44882026-09-01T07:56:57.364ZSep 01 07:56:56.091Sep 01 07:56:56.091 INFODEBG created new freemapSep 01 07:56:56.091, unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG:
44892026-09-01T07:56:57.364Zreset freemap , unitfreemap_route_ipv6:
44902026-09-01T07:56:57.365Z freemap_route_ipv6Sep 01 07:56:56.091
44912026-09-01T07:56:57.365Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44922026-09-01T07:56:57.365ZSep 01 07:56:56.091Sep 01 07:56:56.091 DEBGINFO initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
44932026-09-01T07:56:57.365Z:Sep 01 07:56:56.091 INFOfreemap_route_ipv4
44942026-09-01T07:56:57.365Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 01 07:56:56.091
44952026-09-01T07:56:57.365Z 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 } }]Sep 01 07:56:56.091
44962026-09-01T07:56:57.365Z Sep 01 07:56:56.091DEBG reset freemapDEBG, unitSep 01 07:56:56.091: INFOfreemap_route_ipv4replacing 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 } }]
44972026-09-01T07:56:57.365Z
44982026-09-01T07:56:57.365Z adding route 3fff:dead::/64 -> 2001:db8::55:1
44992026-09-01T07:56:57.365ZSep 01 07:56:56.091Sep 01 07:56:56.091 Sep 01 07:56:56.091 INFODEBG DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
45002026-09-01T07:56:57.365Z
45012026-09-01T07:56:57.365Z: freemap_route_ipv6
45022026-09-01T07:56:57.365ZSep 01 07:56:56.091 Sep 01 07:56:56.091DEBG Sep 01 07:56:56.091INFO 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 } }]
45032026-09-01T07:56:57.365Zreset freemap, adding route 3fff:dead::/64 -> 2001:db8::55:1unit
45042026-09-01T07:56:57.365Z:Sep 01 07:56:56.091 freemap_route_ipv6INFO
45052026-09-01T07:56:57.365Z Sep 01 07:56:56.091adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
45062026-09-01T07:56:57.365ZDEBG 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 } }]
45072026-09-01T07:56:57.365ZSep 01 07:56:56.091Sep 01 07:56:56.091 INFODEBGSep 01 07:56:56.091 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45082026-09-01T07:56:57.365Z
45092026-09-01T07:56:57.365Z adding route 3fff:dead::/64 -> 2001:db8::55:2
45102026-09-01T07:56:57.365ZSep 01 07:56:56.091Sep 01 07:56:56.091 Sep 01 07:56:56.091DEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45112026-09-01T07:56:57.365Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
45122026-09-01T07:56:57.365Z
45132026-09-01T07:56:57.365ZSep 01 07:56:56.091 INFO Sep 01 07:56:56.091adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 01 07:56:56.091 DEBG
45142026-09-01T07:56:57.365Z 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
45152026-09-01T07:56:57.365Zadding route 3fff:beef::/64 -> 2001:db8::55:ffSep 01 07:56:56.091
45162026-09-01T07:56:57.365Z DEBGSep 01 07:56:56.091 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 } }]Sep 01 07:56:56.091INFO
45172026-09-01T07:56:57.365Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
45182026-09-01T07:56:57.365ZDEBG 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 } }]
45192026-09-01T07:56:57.365ZSep 01 07:56:56.091Sep 01 07:56:56.091 INFOSep 01 07:56:56.091DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
45202026-09-01T07:56:57.365Z 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:1::/64 -> 2001:db8::55:ff
45212026-09-01T07:56:57.365Z
45222026-09-01T07:56:57.365ZSep 01 07:56:56.091Sep 01 07:56:56.091Sep 01 07:56:56.091Sep 01 07:56:56.091 DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGcreated new freemapINFO
45232026-09-01T07:56:57.365Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
45242026-09-01T07:56:57.365Z
45252026-09-01T07:56:57.365Z:Sep 01 07:56:56.091 freemap_route_ipv4 Sep 01 07:56:56.091INFO
45262026-09-01T07:56:57.365Z Sep 01 07:56:56.091adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45272026-09-01T07:56:57.365Z INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffSep 01 07:56:56.091
45282026-09-01T07:56:57.365Z Sep 01 07:56:56.091DEBG 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: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 } }]Sep 01 07:56:56.091
45292026-09-01T07:56:57.366Z DEBG DEBG
45302026-09-01T07:56:57.366Z 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 } }]Sep 01 07:56:56.091
45312026-09-01T07:56:57.366ZSep 01 07:56:56.091created new freemap , INFOunitSep 01 07:56:56.091DEBG created new freemap , adding route 3fff:beef:3::/64 -> 2001:db8::55:ff:INFO
45322026-09-01T07:56:57.366Z unit freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
45332026-09-01T07:56:57.366Z
45342026-09-01T07:56:57.366Z: Sep 01 07:56:56.091freemap_route_ipv4Sep 01 07:56:56.091 Sep 01 07:56:56.091
45352026-09-01T07:56:57.366Z DEBGSep 01 07:56:56.091 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45362026-09-01T07:56:57.366ZDEBG INFO Sep 01 07:56:56.091replacing 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 } }]initted freemap. size: 64 , unitSep 01 07:56:56.091:DEBG freemap_route_ipv4INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45372026-09-01T07:56:57.366Z
45382026-09-01T07:56:57.366Zcreated new freemap
45392026-09-01T07:56:57.366Z, unitSep 01 07:56:56.091 :Sep 01 07:56:56.091 DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff reset freemapINFO
45402026-09-01T07:56:57.366Z , freemap_route_ipv6Sep 01 07:56:56.091adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
45412026-09-01T07:56:57.366Z :DEBG
45422026-09-01T07:56:57.366ZSep 01 07:56:56.091 DEBG freemap_route_ipv4 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 } }]
45432026-09-01T07:56:57.366Zreplacing 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-09-01T07:56:57.366Z
45452026-09-01T07:56:57.366ZSep 01 07:56:56.091 Sep 01 07:56:56.091Sep 01 07:56:56.091 Sep 01 07:56:56.091DEBG DEBGSep 01 07:56:56.091 INFO 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 } }]initted freemap. size: 64 , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
45462026-09-01T07:56:57.366Z
45472026-09-01T07:56:57.366Z:INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv6initted freemap. size: 64
45482026-09-01T07:56:57.366Z
45492026-09-01T07:56:57.366ZSep 01 07:56:56.092 , INFO Sep 01 07:56:56.092adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Sep 01 07:56:56.092unit DEBG: DEBG
45502026-09-01T07:56:57.366Z reset freemapfreemap_route_ipv4,
45512026-09-01T07:56:57.366Z unitreplacing 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 } }]:
45522026-09-01T07:56:57.366Zfreemap_route_ipv6Sep 01 07:56:56.092
45532026-09-01T07:56:57.366ZDEBG Sep 01 07:56:56.092Sep 01 07:56:56.092reset freemapSep 01 07:56:56.092 DEBG INFOSep 01 07:56:56.092 , DEBGunitINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45542026-09-01T07:56:57.366Z:
45552026-09-01T07:56:57.366Z freemap_route_ipv4
45562026-09-01T07:56:57.366Z
45572026-09-01T07:56:57.366ZSep 01 07:56:56.092Sep 01 07:56:56.092Sep 01 07:56:56.092 INFOSep 01 07:56:56.092 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
45582026-09-01T07:56:57.366Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
45592026-09-01T07:56:57.366ZDEBGSep 01 07:56:56.092 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 } }] Sep 01 07:56:56.092initted freemap. size: 64DEBG,
45602026-09-01T07:56:57.366Z 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 } }]
45612026-09-01T07:56:57.366ZunitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:2 Sep 01 07:56:56.092freemap_route_ipv6
45622026-09-01T07:56:57.366Z
45632026-09-01T07:56:57.366ZSep 01 07:56:56.092INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
45642026-09-01T07:56:57.366Z DEBGSep 01 07:56:56.092 DEBG Sep 01 07:56:56.092reset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45652026-09-01T07:56:57.366Z,
45662026-09-01T07:56:57.366Zunit : Sep 01 07:56:56.092freemap_route_ipv6 Sep 01 07:56:56.092
45672026-09-01T07:56:57.366Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45682026-09-01T07:56:57.366Z adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
45692026-09-01T07:56:57.367Z Sep 01 07:56:56.092 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 } }]INFOSep 01 07:56:56.092Sep 01 07:56:56.092
45702026-09-01T07:56:57.367Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
45712026-09-01T07:56:57.367Z INFOSep 01 07:56:56.092 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:8::/64 -> 2001:db8::55:ff
45722026-09-01T07:56:57.370Z
45732026-09-01T07:56:57.371ZSep 01 07:56:56.092INFO DEBG Sep 01 07:56:56.092replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:7::/64 -> 2001:db8::55:ffSep 01 07:56:56.092INFO
45742026-09-01T07:56:57.371Z DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45752026-09-01T07:56:57.371Zreplacing 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 } }]
45762026-09-01T07:56:57.371Z
45772026-09-01T07:56:57.371ZSep 01 07:56:56.092 Sep 01 07:56:56.092DEBGSep 01 07:56:56.092 DEBGINFO Sep 01 07:56:56.092 adding 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 } }]INFOreplacing 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 } }]
45782026-09-01T07:56:57.371Z
45792026-09-01T07:56:57.371Z
45802026-09-01T07:56:57.371Zadding route 3fff:dead::/64 -> 2001:db8::55:1
45812026-09-01T07:56:57.371ZSep 01 07:56:56.092 Sep 01 07:56:56.092Sep 01 07:56:56.092 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
45822026-09-01T07:56:57.371Z
45832026-09-01T07:56:57.371ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
45842026-09-01T07:56:57.371ZSep 01 07:56:56.092 INFOINFOSep 01 07:56:56.092 Sep 01 07:56:56.092 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
45852026-09-01T07:56:57.371Z 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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45862026-09-01T07:56:57.371ZSep 01 07:56:56.092
45872026-09-01T07:56:57.371Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
45882026-09-01T07:56:57.371ZSep 01 07:56:56.092 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 } }]Sep 01 07:56:56.092 Sep 01 07:56:56.092
45892026-09-01T07:56:57.371Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45902026-09-01T07:56:57.371ZDEBG DEBG Sep 01 07:56:56.092replacing 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 } }]
45912026-09-01T07:56:57.371ZINFO Sep 01 07:56:56.092 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45922026-09-01T07:56:57.371Zreplacing 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 } }]Sep 01 07:56:56.092
45932026-09-01T07:56:57.371Z INFO 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:dead::/64 -> 2001:db8::55:2Sep 01 07:56:56.092
45942026-09-01T07:56:57.371Z INFO
45952026-09-01T07:56:57.371ZSep 01 07:56:56.092adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45962026-09-01T07:56:57.371ZSep 01 07:56:56.092DEBG Sep 01 07:56:56.092DEBG Sep 01 07:56:56.092replacing 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: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 } }]
45972026-09-01T07:56:57.371Z
45982026-09-01T07:56:57.371ZINFODEBG adding route 3fff:beef:9::/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 } }]Sep 01 07:56:56.092
45992026-09-01T07:56:57.371Z
46002026-09-01T07:56:57.371ZSep 01 07:56:56.092 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46012026-09-01T07:56:57.371ZINFO Sep 01 07:56:56.092DEBG 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
46022026-09-01T07:56:57.371Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 01 07:56:56.092 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBGSep 01 07:56:56.092
46032026-09-01T07:56:57.371Z
46042026-09-01T07:56:57.371Z 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
46052026-09-01T07:56:57.371Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46062026-09-01T07:56:57.371Z Sep 01 07:56:56.092DEBGSep 01 07:56:56.092 INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46072026-09-01T07:56:57.371Z
46082026-09-01T07:56:57.371Z 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 } }]Sep 01 07:56:56.092
46092026-09-01T07:56:57.371Z Sep 01 07:56:56.092 DEBGINFOSep 01 07:56:56.092 Sep 01 07:56:56.092DEBGreplacing 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: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 } }]INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
46102026-09-01T07:56:57.371Z
46112026-09-01T07:56:57.371Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46122026-09-01T07:56:57.372Z
46132026-09-01T07:56:57.372ZSep 01 07:56:56.092 INFO Sep 01 07:56:56.092adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Sep 01 07:56:56.092
46142026-09-01T07:56:57.372ZDEBG 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 } }]
46152026-09-01T07:56:57.372Zreplacing 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 } }]Sep 01 07:56:56.092
46162026-09-01T07:56:57.372ZDEBG Sep 01 07:56:56.092replacing 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 } }]
46172026-09-01T07:56:57.372ZSep 01 07:56:56.092 INFOINFOSep 01 07:56:56.092 Sep 01 07:56:56.092adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46182026-09-01T07:56:57.372Z
46192026-09-01T07:56:57.372ZINFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46202026-09-01T07:56:57.372ZSep 01 07:56:56.092
46212026-09-01T07:56:57.372ZDEBGSep 01 07:56:56.092 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 } }]
46222026-09-01T07:56:57.372ZDEBGSep 01 07:56:56.092 Sep 01 07:56:56.092replacing 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 } }] Sep 01 07:56:56.092DEBG INFO
46232026-09-01T07:56:57.372Z 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:8::/64 -> 2001:db8::55:ffDEBG
46242026-09-01T07:56:57.372Z
46252026-09-01T07:56:57.372Z 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 } }]Sep 01 07:56:56.092
46262026-09-01T07:56:57.372Z Sep 01 07:56:56.092Sep 01 07:56:56.092INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBGINFOSep 01 07:56:56.092
46272026-09-01T07:56:57.372ZINFOreplacing 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 } }]
46282026-09-01T07:56:57.372Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46292026-09-01T07:56:57.372Z
46302026-09-01T07:56:57.372ZSep 01 07:56:56.092Sep 01 07:56:56.092 DEBG 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 } }] Sep 01 07:56:56.092
46312026-09-01T07:56:57.372Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
46322026-09-01T07:56:57.372ZDEBG 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 } }]Sep 01 07:56:56.092
46332026-09-01T07:56:57.372Z DEBGSep 01 07:56:56.092 Sep 01 07:56:56.092Sep 01 07:56:56.092 INFOINFO adding route 3fff:beef:4::/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 } }]DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46342026-09-01T07:56:57.372Z
46352026-09-01T07:56:57.372Zreplacing 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 } }]
46362026-09-01T07:56:57.372Z
46372026-09-01T07:56:57.372ZSep 01 07:56:56.092 Sep 01 07:56:56.092INFO Sep 01 07:56:56.092Sep 01 07:56:56.092adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGDEBG INFO
46382026-09-01T07:56:57.372Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46392026-09-01T07:56:57.372Zreplacing 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 } }]
46402026-09-01T07:56:57.372Z
46412026-09-01T07:56:57.372ZSep 01 07:56:56.092Sep 01 07:56:56.092 INFOSep 01 07:56:56.092Sep 01 07:56:56.092 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG INFO
46422026-09-01T07:56:57.372Z DEBGreplacing 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: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 } }]
46432026-09-01T07:56:57.372Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46442026-09-01T07:56:57.372Z DEBG
46452026-09-01T07:56:57.372Z Sep 01 07:56:56.092replacing 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 } }]Sep 01 07:56:56.092
46462026-09-01T07:56:57.372Z INFODEBG adding route 3fff:beef:b::/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 } }]
46472026-09-01T07:56:57.372Z
46482026-09-01T07:56:57.372ZSep 01 07:56:56.092Sep 01 07:56:56.092 INFOSep 01 07:56:56.092Sep 01 07:56:56.092 DEBGINFOINFO 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:e::/64 -> 2001:db8::55:ff
46492026-09-01T07:56:57.372Z
46502026-09-01T07:56:57.372Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46512026-09-01T07:56:57.372Z
46522026-09-01T07:56:57.373ZSep 01 07:56:56.092Sep 01 07:56:56.092 Sep 01 07:56:56.092Sep 01 07:56:56.092 DEBGDEBGINFO 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 } }]
46532026-09-01T07:56:57.373Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46542026-09-01T07:56:57.373Z
46552026-09-01T07:56:57.373ZSep 01 07:56:56.092
46562026-09-01T07:56:57.373ZINFOSep 01 07:56:56.092Sep 01 07:56:56.092 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBGINFO
46572026-09-01T07:56:57.373Zreplacing 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 } }]Sep 01 07:56:56.092
46582026-09-01T07:56:57.373Z INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46592026-09-01T07:56:57.373ZDEBG adding route 3fff:beef:7::/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 } }]
46602026-09-01T07:56:57.373Z
46612026-09-01T07:56:57.373ZSep 01 07:56:56.092 Sep 01 07:56:56.092INFO Sep 01 07:56:56.092adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46622026-09-01T07:56:57.373ZINFO DEBGSep 01 07:56:56.092 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46632026-09-01T07:56:57.373Z 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 } }]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 } }]
46642026-09-01T07:56:57.373Z
46652026-09-01T07:56:57.373ZSep 01 07:56:56.092replacing 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 } }] Sep 01 07:56:56.092
46662026-09-01T07:56:57.373ZDEBG INFO Sep 01 07:56:56.092replacing 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:8::/64 -> 2001:db8::55:ff
46672026-09-01T07:56:57.373Z INFO Sep 01 07:56:56.092adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46682026-09-01T07:56:57.373ZSep 01 07:56:56.092
46692026-09-01T07:56:57.373ZINFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 01 07:56:56.092Sep 01 07:56:56.092
46702026-09-01T07:56:57.373Z DEBG
46712026-09-01T07:56:57.373Z 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 } }]Sep 01 07:56:56.092
46722026-09-01T07:56:57.377Z DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46732026-09-01T07:56:57.377Z
46742026-09-01T07:56:57.377ZSep 01 07:56:56.092 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46752026-09-01T07:56:57.377ZSep 01 07:56:56.092 Sep 01 07:56:56.092DEBG 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
46762026-09-01T07:56:57.377ZSep 01 07:56:56.092 INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
46772026-09-01T07:56:57.377Z Sep 01 07:56:56.092adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46782026-09-01T07:56:57.377Z
46792026-09-01T07:56:57.377Z INFO Sep 01 07:56:56.092adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 01 07:56:56.092Sep 01 07:56:56.092
46802026-09-01T07:56:57.377ZINFODEBG adding route 3fff:beef:10::/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 } }]
46812026-09-01T07:56:57.377Z
46822026-09-01T07:56:57.377ZDEBG 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 } }]Sep 01 07:56:56.092
46832026-09-01T07:56:57.377ZSep 01 07:56:56.092 DEBGSep 01 07:56:56.092 Sep 01 07:56:56.092 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
46842026-09-01T07:56:57.377ZINFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 01 07:56:56.092replacing 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:a::/64 -> 2001:db8::55:ff
46852026-09-01T07:56:57.377ZINFO
46862026-09-01T07:56:57.377Z
46872026-09-01T07:56:57.377Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46882026-09-01T07:56:57.377ZSep 01 07:56:56.092 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 } }]Sep 01 07:56:56.092Sep 01 07:56:56.092
46892026-09-01T07:56:57.377ZSep 01 07:56:56.092 INFODEBG DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Sep 01 07:56:56.092replacing 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 } }]
46902026-09-01T07:56:57.377Zreplacing 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 } }]
46912026-09-01T07:56:57.377Z INFO
46922026-09-01T07:56:57.377Z Sep 01 07:56:56.092Sep 01 07:56:56.092 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 01 07:56:56.092
46932026-09-01T07:56:57.377Z INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
46942026-09-01T07:56:57.377Z
46952026-09-01T07:56:57.377Z 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 } }]Sep 01 07:56:56.092
46962026-09-01T07:56:57.377ZSep 01 07:56:56.092Sep 01 07:56:56.092 Sep 01 07:56:56.092 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: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 } }]
46972026-09-01T07:56:57.378Zreplacing 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 } }]
46982026-09-01T07:56:57.378Z
46992026-09-01T07:56:57.378ZSep 01 07:56:56.092 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:56:56.092
47002026-09-01T07:56:57.378Z INFO
47012026-09-01T07:56:57.378Z Sep 01 07:56:56.092adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Sep 01 07:56:56.092
47022026-09-01T07:56:57.378ZDEBG 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
47032026-09-01T07:56:57.378Z Sep 01 07:56:56.092adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47042026-09-01T07:56:57.378ZDEBGSep 01 07:56:56.092 INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47052026-09-01T07:56:57.378ZSep 01 07:56:56.092adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47062026-09-01T07:56:57.378ZINFOSep 01 07:56:56.092 Sep 01 07:56:56.092adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Sep 01 07:56:56.092
47072026-09-01T07:56:57.378Z DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 01 07:56:56.093
47082026-09-01T07:56:57.378Z DEBG
47092026-09-01T07:56:57.378Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47102026-09-01T07:56:57.378Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47112026-09-01T07:56:57.378ZSep 01 07:56:56.093 INFOSep 01 07:56:56.093Sep 01 07:56:56.093 INFOINFO Sep 01 07:56:56.093adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47122026-09-01T07:56:57.378Z
47132026-09-01T07:56:57.378Z DEBG
47142026-09-01T07:56:57.378Z Sep 01 07:56:56.093Sep 01 07:56:56.093replacing 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 } }]
47152026-09-01T07:56:57.378ZDEBGSep 01 07:56:56.093 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 } }]
47162026-09-01T07:56:57.378ZDEBGSep 01 07:56:56.093 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 } }]DEBGSep 01 07:56:56.093 INFOINFO
47172026-09-01T07:56:57.378Zreplacing 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 } }]
47182026-09-01T07:56:57.378Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47192026-09-01T07:56:57.378ZSep 01 07:56:56.093
47202026-09-01T07:56:57.378Z INFOSep 01 07:56:56.093 Sep 01 07:56:56.093 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47212026-09-01T07:56:57.378ZDEBGINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47222026-09-01T07:56:57.378Zreplacing 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 } }]
47232026-09-01T07:56:57.378ZSep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093DEBGSep 01 07:56:56.093 DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
47242026-09-01T07:56:57.378Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47252026-09-01T07:56:57.378Zreplacing 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 } }]
47262026-09-01T07:56:57.378Z
47272026-09-01T07:56:57.378ZSep 01 07:56:56.093Sep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093INFODEBG 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 } }]INFO
47282026-09-01T07:56:57.378Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47292026-09-01T07:56:57.378ZSep 01 07:56:56.093 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
47302026-09-01T07:56:57.378ZINFO
47312026-09-01T07:56:57.378Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 01 07:56:56.093
47322026-09-01T07:56:57.378Z DEBG Sep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093DEBGDEBG 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 } }] 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 } }]
47332026-09-01T07:56:57.378Z 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: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 } }]
47342026-09-01T07:56:57.378Z
47352026-09-01T07:56:57.378Z
47362026-09-01T07:56:57.378ZSep 01 07:56:56.093 INFO Sep 01 07:56:56.093adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47372026-09-01T07:56:57.379ZINFOSep 01 07:56:56.093 INFOSep 01 07:56:56.093 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFOSep 01 07:56:56.093
47382026-09-01T07:56:57.379Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47392026-09-01T07:56:57.379ZDEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 01 07:56:56.093
47402026-09-01T07:56:57.379Z 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 Sep 01 07:56:56.093replacing 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 } }]
47412026-09-01T07:56:57.379Z
47422026-09-01T07:56:57.379Z Sep 01 07:56:56.093DEBG Sep 01 07:56:56.093Sep 01 07:56:56.093 INFOINFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47432026-09-01T07:56:57.379Z
47442026-09-01T07:56:57.379Zreplacing 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 } }]
47452026-09-01T07:56:57.379Zreplacing 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 } }]
47462026-09-01T07:56:57.379ZSep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093Sep 01 07:56:56.093 INFODEBG INFOSep 01 07:56:56.093 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47472026-09-01T07:56:57.379ZDEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47482026-09-01T07:56:57.379Z 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 } }]
47492026-09-01T07:56:57.379Z
47502026-09-01T07:56:57.379Z Sep 01 07:56:56.093Sep 01 07:56:56.093 DEBGINFOSep 01 07:56:56.093created new freemap Sep 01 07:56:56.093 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:3a::/64 -> 2001:db8::55:ff
47512026-09-01T07:56:57.379Z
47522026-09-01T07:56:57.379ZINFO , adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGSep 01 07:56:56.093Sep 01 07:56:56.093
47532026-09-01T07:56:57.379Zunit :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 } }]
47542026-09-01T07:56:57.379ZINFODEBG 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 } }]
47552026-09-01T07:56:57.379Zfreemap_route_ipv4 Sep 01 07:56:56.093
47562026-09-01T07:56:57.379Z INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff Sep 01 07:56:56.093adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47572026-09-01T07:56:57.379Z
47582026-09-01T07:56:57.379Z Sep 01 07:56:56.093 DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47592026-09-01T07:56:57.379Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 01 07:56:56.093 Sep 01 07:56:56.093
47602026-09-01T07:56:57.379Z DEBGSep 01 07:56:56.093 Sep 01 07:56:56.093replacing 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 } }]
47612026-09-01T07:56:57.379ZDEBG Sep 01 07:56:56.093DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 01 07:56:56.093
47622026-09-01T07:56:57.379Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47632026-09-01T07:56:57.379Z
47642026-09-01T07:56:57.379Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 01 07:56:56.093created new freemap
47652026-09-01T07:56:57.379ZSep 01 07:56:56.093Sep 01 07:56:56.093 DEBGINFO, Sep 01 07:56:56.093 adding route 3fff:beef:3c::/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 } }]unit
47662026-09-01T07:56:57.379Z
47672026-09-01T07:56:57.379Z: INFO DEBGSep 01 07:56:56.093 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47682026-09-01T07:56:57.379Zfreemap_route_ipv6adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47692026-09-01T07:56:57.379Zreplacing 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 } }]
47702026-09-01T07:56:57.379ZSep 01 07:56:56.093
47712026-09-01T07:56:57.379Z INFO Sep 01 07:56:56.093adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffSep 01 07:56:56.093Sep 01 07:56:56.093
47722026-09-01T07:56:57.383Z DEBGSep 01 07:56:56.093 INFO DEBGSep 01 07:56:56.093DEBGfailed to allocate space for the new target list
47732026-09-01T07:56:57.383ZDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47742026-09-01T07:56:57.383Zreplacing 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 } }]
47752026-09-01T07:56:57.383ZSep 01 07:56:56.093
47762026-09-01T07:56:57.383Z initted freemap. size: 64DEBGSep 01 07:56:56.093, Sep 01 07:56:56.093 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
47772026-09-01T07:56:57.383Z INFOunit :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 } }]Sep 01 07:56:56.093
47782026-09-01T07:56:57.383Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4
47792026-09-01T07:56:57.383Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 01 07:56:56.093
47802026-09-01T07:56:57.384Z
47812026-09-01T07:56:57.384ZINFO Sep 01 07:56:56.093adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Sep 01 07:56:56.093
47822026-09-01T07:56:57.384Z Sep 01 07:56:56.093DEBG 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 } }]DEBG
47832026-09-01T07:56:57.384Zreplacing 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 } }] Sep 01 07:56:56.093reset freemapSep 01 07:56:56.093 , DEBGunit
47842026-09-01T07:56:57.384Z:INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47852026-09-01T07:56:57.384Z
47862026-09-01T07:56:57.384Zfreemap_route_ipv4
47872026-09-01T07:56:57.384ZSep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093 Sep 01 07:56:56.093 DEBGINFO INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 } }]
47882026-09-01T07:56:57.384Z
47892026-09-01T07:56:57.384Z
47902026-09-01T07:56:57.384Zinitted freemap. size: 64,
47912026-09-01T07:56:57.384Zunit: Sep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093INFOSep 01 07:56:56.093 DEBGDEBGDEBG freemap_route_ipv6 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 } }]
47922026-09-01T07:56:57.384Zreplacing 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:1f::/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 } }]
47932026-09-01T07:56:57.384Z
47942026-09-01T07:56:57.384Z
47952026-09-01T07:56:57.384Z
47962026-09-01T07:56:57.384ZSep 01 07:56:56.093 Sep 01 07:56:56.093Sep 01 07:56:56.093 INFODEBGSep 01 07:56:56.093 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47972026-09-01T07:56:57.384Zreplacing 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 } }]
47982026-09-01T07:56:57.384Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
47992026-09-01T07:56:57.384Z Sep 01 07:56:56.093Sep 01 07:56:56.093 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBGDEBG reset freemap
48002026-09-01T07:56:57.384Zreplacing 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 } }]Sep 01 07:56:56.093, Sep 01 07:56:56.093
48012026-09-01T07:56:57.384Z DEBGINFO unitadding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 01 07:56:56.093
48022026-09-01T07:56:57.384Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48032026-09-01T07:56:57.384Z:DEBGSep 01 07:56:56.093Sep 01 07:56:56.093 INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48042026-09-01T07:56:57.384ZDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48052026-09-01T07:56:57.384Z freemap_route_ipv6Sep 01 07:56:56.093replacing 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 } }]
48062026-09-01T07:56:57.384ZSep 01 07:56:56.093 INFOINFO Sep 01 07:56:56.093adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
48072026-09-01T07:56:57.384Z
48082026-09-01T07:56:57.384ZSep 01 07:56:56.093 INFODEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Sep 01 07:56:56.093
48092026-09-01T07:56:57.384Zreplacing 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 } }]Sep 01 07:56:56.093
48102026-09-01T07:56:57.384Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 01 07:56:56.093DEBGINFO
48112026-09-01T07:56:57.384Z Sep 01 07:56:56.093 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] INFOSep 01 07:56:56.093DEBG Sep 01 07:56:56.093 DEBG created new freemapDEBG
48122026-09-01T07:56:57.384Z 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 } }]
48132026-09-01T07:56:57.384Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff, Sep 01 07:56:56.093unit:Sep 01 07:56:56.093 freemap_route_ipv4
48142026-09-01T07:56:57.384Z
48152026-09-01T07:56:57.384Zreplacing 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 } }]
48162026-09-01T07:56:57.384ZSep 01 07:56:56.093Sep 01 07:56:56.093
48172026-09-01T07:56:57.384Z DEBG INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 01 07:56:56.093 INFOcreated new freemap, adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunitINFO :
48182026-09-01T07:56:57.384Zfreemap_route_ipv6adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
48192026-09-01T07:56:57.385ZDEBGSep 01 07:56:56.093
48202026-09-01T07:56:57.385Z DEBG initted freemap. size: 64 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 } }]
48212026-09-01T07:56:57.385Z, unitSep 01 07:56:56.093:
48222026-09-01T07:56:57.385Zfreemap_route_ipv4Sep 01 07:56:56.093
48232026-09-01T07:56:57.385Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48242026-09-01T07:56:57.385Z DEBGSep 01 07:56:56.093 Sep 01 07:56:56.093Sep 01 07:56:56.093 Sep 01 07:56:56.093Sep 01 07:56:56.093 DEBGDEBG reset freemap, DEBGunit replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48252026-09-01T07:56:57.385Z : 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 } }]
48262026-09-01T07:56:57.385Zfreemap_route_ipv4
48272026-09-01T07:56:57.385ZSep 01 07:56:56.093Sep 01 07:56:56.093 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 01 07:56:56.093 DEBG
48282026-09-01T07:56:57.385Z
48292026-09-01T07:56:57.385Z initted freemap. size: 64, unit: freemap_route_ipv6
48302026-09-01T07:56:57.385Zreplacing 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 } }]Sep 01 07:56:56.093 DEBGDEBGSep 01 07:56:56.093
48312026-09-01T07:56:57.385Z DEBG reset freemapSep 01 07:56:56.093, 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 } }]Sep 01 07:56:56.093unit DEBG
48322026-09-01T07:56:57.385Z: freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48332026-09-01T07:56:57.385ZSep 01 07:56:56.093 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 } }]
48342026-09-01T07:56:57.385Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48352026-09-01T07:56:57.385ZSep 01 07:56:56.093 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:56:56.093
48362026-09-01T07:56:57.385Z INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
48372026-09-01T07:56:57.385Z
48382026-09-01T07:56:57.385Zreplacing 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 } }]Sep 01 07:56:56.093
48392026-09-01T07:56:57.385Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48402026-09-01T07:56:57.385ZSep 01 07:56:56.093 DEBGSep 01 07:56:56.093 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48412026-09-01T07:56:57.385Z
48422026-09-01T07:56:57.385Z DEBGSep 01 07:56:56.093 Sep 01 07:56:56.093DEBG INFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48432026-09-01T07:56:57.385Zadding route 3fff:dead::/64 -> 2001:db8::55:2
48442026-09-01T07:56:57.385Zreplacing 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 } }]
48452026-09-01T07:56:57.385Z 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 } }]
48462026-09-01T07:56:57.385ZSep 01 07:56:56.093 Sep 01 07:56:56.093 DEBGINFOSep 01 07:56:56.093 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48472026-09-01T07:56:57.385ZSep 01 07:56:56.094 DEBG Sep 01 07:56:56.094created new freemap , INFOunitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
48482026-09-01T07:56:57.385Z freemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:3
48492026-09-01T07:56:57.385Z
48502026-09-01T07:56:57.385ZSep 01 07:56:56.094Sep 01 07:56:56.094 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 } }]
48512026-09-01T07:56:57.385ZSep 01 07:56:56.093Sep 01 07:56:56.094 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
48522026-09-01T07:56:57.385Z
48532026-09-01T07:56:57.385ZSep 01 07:56:56.094 Sep 01 07:56:56.094Sep 01 07:56:56.094 DEBG DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48542026-09-01T07:56:57.385Zadding route 3fff:beef:1a::/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 } }]
48552026-09-01T07:56:57.385Z
48562026-09-01T07:56:57.385ZSep 01 07:56:56.094 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48572026-09-01T07:56:57.385ZSep 01 07:56:56.094Sep 01 07:56:56.094 DEBG DEBGSep 01 07:56:56.094replacing 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
48582026-09-01T07:56:57.385ZDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
48592026-09-01T07:56:57.386Z
48602026-09-01T07:56:57.386ZSep 01 07:56:56.094replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
48612026-09-01T07:56:57.386ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 01 07:56:56.094Sep 01 07:56:56.094 Sep 01 07:56:56.094
48622026-09-01T07:56:57.386ZDEBG INFO created new freemapSep 01 07:56:56.094, unitDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff :INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48632026-09-01T07:56:57.386Zfreemap_route_ipv4
48642026-09-01T07:56:57.386Z
48652026-09-01T07:56:57.386Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48662026-09-01T07:56:57.386ZSep 01 07:56:56.094Sep 01 07:56:56.094 DEBGINFO Sep 01 07:56:56.094 created new freemapadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff ,
48672026-09-01T07:56:57.386ZSep 01 07:56:56.094 unit:DEBGDEBG Sep 01 07:56:56.094replacing 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
48682026-09-01T07:56:57.386Z
48692026-09-01T07:56:57.386Z 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 } }] 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 } }]
48702026-09-01T07:56:57.386ZSep 01 07:56:56.094
48712026-09-01T07:56:57.386ZSep 01 07:56:56.094 DEBG INFOinitted freemap. size: 64 Sep 01 07:56:56.094, Sep 01 07:56:56.094unit adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
48722026-09-01T07:56:57.390Z: adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48732026-09-01T07:56:57.390Zfreemap_route_ipv4INFO
48742026-09-01T07:56:57.390Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffSep 01 07:56:56.094
48752026-09-01T07:56:57.390ZSep 01 07:56:56.094 DEBGSep 01 07:56:56.094 reset freemapDEBGDEBG 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 } }]Sep 01 07:56:56.094
48762026-09-01T07:56:57.390Z, unit :DEBG freemap_route_ipv4Sep 01 07:56:56.094replacing 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: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 } }]
48772026-09-01T07:56:57.390Z INFO
48782026-09-01T07:56:57.390Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
48792026-09-01T07:56:57.390Z
48802026-09-01T07:56:57.390ZSep 01 07:56:56.094 DEBG Sep 01 07:56:56.094initted freemap. size: 64Sep 01 07:56:56.094 , DEBGINFO unit 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 } }]:Sep 01 07:56:56.094adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48812026-09-01T07:56:57.390Z
48822026-09-01T07:56:57.390Zfreemap_route_ipv6INFO
48832026-09-01T07:56:57.390Z Sep 01 07:56:56.094 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
48842026-09-01T07:56:57.390ZSep 01 07:56:56.094adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
48852026-09-01T07:56:57.390ZDEBG Sep 01 07:56:56.094replacing 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 } }]Sep 01 07:56:56.094
48862026-09-01T07:56:57.390Z Sep 01 07:56:56.094 DEBGDEBG reset freemapDEBG, Sep 01 07:56:56.094 unitreplacing 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 } }]:
48872026-09-01T07:56:57.390Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv6adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48882026-09-01T07:56:57.390Z
48892026-09-01T07:56:57.390ZSep 01 07:56:56.094
48902026-09-01T07:56:57.390ZINFOSep 01 07:56:56.094 Sep 01 07:56:56.094adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
48912026-09-01T07:56:57.390Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
48922026-09-01T07:56:57.390Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffSep 01 07:56:56.094
48932026-09-01T07:56:57.390ZSep 01 07:56:56.094 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 } }]Sep 01 07:56:56.094 Sep 01 07:56:56.094
48942026-09-01T07:56:57.390Zreplacing 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
48952026-09-01T07:56:57.390ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
48962026-09-01T07:56:57.390ZSep 01 07:56:56.094Sep 01 07:56:56.094
48972026-09-01T07:56:57.390ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
48982026-09-01T07:56:57.390Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 01 07:56:56.094
48992026-09-01T07:56:57.390Z Sep 01 07:56:56.094INFO Sep 01 07:56:56.094 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
49002026-09-01T07:56:57.390ZDEBG Sep 01 07:56:56.094 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 } }]Sep 01 07:56:56.094
49012026-09-01T07:56:57.390Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49022026-09-01T07:56:57.390Z Sep 01 07:56:56.094replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
49032026-09-01T07:56:57.390Z
49042026-09-01T07:56:57.391ZSep 01 07:56:56.094 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 01 07:56:56.094Sep 01 07:56:56.094 INFO
49052026-09-01T07:56:57.391Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
49062026-09-01T07:56:57.391Z
49072026-09-01T07:56:57.391Z Sep 01 07:56:56.094replacing 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 } }]
49082026-09-01T07:56:57.391ZSep 01 07:56:56.094DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:56:56.094
49092026-09-01T07:56:57.391Z
49102026-09-01T07:56:57.391Z Sep 01 07:56:56.094INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
49112026-09-01T07:56:57.391Z 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 } }]Sep 01 07:56:56.094
49122026-09-01T07:56:57.391ZSep 01 07:56:56.094 INFOSep 01 07:56:56.094INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
49132026-09-01T07:56:57.391Z 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 } }]Sep 01 07:56:56.094adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
49142026-09-01T07:56:57.391Z
49152026-09-01T07:56:57.391Z Sep 01 07:56:56.094 INFODEBG Sep 01 07:56:56.094 Sep 01 07:56:56.094 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
49162026-09-01T07:56:57.391Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG
49172026-09-01T07:56:57.391Z Sep 01 07:56:56.094replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
49182026-09-01T07:56:57.391Z
49192026-09-01T07:56:57.391Z replacing targets for 3fff:dead::/64 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 } }]
49202026-09-01T07:56:57.391ZSep 01 07:56:56.094Sep 01 07:56:56.094 INFODEBGINFOSep 01 07:56:56.094Sep 01 07:56:56.094 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:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
49212026-09-01T07:56:57.391Z
49222026-09-01T07:56:57.391Z
49232026-09-01T07:56:57.391Zreplacing 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 } }]WARN
49242026-09-01T07:56:57.391Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 01 07:56:56.094
49252026-09-01T07:56:57.391ZSep 01 07:56:56.094 DEBG INFOSep 01 07:56:56.094Sep 01 07:56:56.094replacing 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 } }]
49262026-09-01T07:56:57.391ZSep 01 07:56:56.094INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
49272026-09-01T07:56:57.391Z Sep 01 07:56:56.094
49282026-09-01T07:56:57.391Z ERRO Sep 01 07:56:56.094replacing 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 } }]INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49292026-09-01T07:56:57.391Z
49302026-09-01T07:56:57.391Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 01 07:56:56.094
49312026-09-01T07:56:57.391Ztest route::tests::identity_replace_is_noop ... ok
49322026-09-01T07:56:57.391ZSep 01 07:56:56.094 DEBGSep 01 07:56:56.094 ERRODEBGINFO 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: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 } }]
49332026-09-01T07:56:57.391Zshrink-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 itSep 01 07:56:56.094
49342026-09-01T07:56:57.391Z
49352026-09-01T07:56:57.391Ztest route::tests::rollback_on_compact_delete_failure ... ok
49362026-09-01T07:56:57.391ZDEBGadding route 3fff:beef:25::/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 } }]
49372026-09-01T07:56:57.391Z
49382026-09-01T07:56:57.391ZSep 01 07:56:56.094Sep 01 07:56:56.094 INFOINFOSep 01 07:56:56.094Sep 01 07:56:56.094 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
49392026-09-01T07:56:57.391Zreplacing 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 } }]
49402026-09-01T07:56:57.391Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
49412026-09-01T07:56:57.391Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
49422026-09-01T07:56:57.391ZSep 01 07:56:56.094Sep 01 07:56:56.094 DEBGINFO Sep 01 07:56:56.094adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
49432026-09-01T07:56:57.391Zreplacing 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
49442026-09-01T07:56:57.391Z 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 } }]
49452026-09-01T07:56:57.392ZSep 01 07:56:56.094 Sep 01 07:56:56.094Sep 01 07:56:56.094DEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
49462026-09-01T07:56:57.392ZSep 01 07:56:56.095Sep 01 07:56:56.095 Sep 01 07:56:56.100DEBG created new freemapINFODEBG, adding route 3fff:beef:27::/64 -> 2001:db8::55:ffcreated new freemapunit
49472026-09-01T07:56:57.392Z, :unit :freemap_route_ipv4 Sep 01 07:56:56.100freemap_route_ipv4
49482026-09-01T07:56:57.392Z
49492026-09-01T07:56:57.392ZDEBG 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 } }]
49502026-09-01T07:56:57.392ZSep 01 07:56:56.100 Sep 01 07:56:56.093Sep 01 07:56:56.100DEBG INFODEBGcreated new freemap , Sep 01 07:56:56.100unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:28::/64 -> 2001:db8::55:ff
49512026-09-01T07:56:57.392Z
49522026-09-01T07:56:57.392Zfreemap_route_ipv6 DEBG
49532026-09-01T07:56:57.392Z created new freemapSep 01 07:56:56.100, DEBGunit : 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 } }]freemap_route_ipv6
49542026-09-01T07:56:57.392Z
49552026-09-01T07:56:57.392ZSep 01 07:56:56.100 Sep 01 07:56:56.100Sep 01 07:56:56.100 DEBGINFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffinitted freemap. size: 64
49562026-09-01T07:56:57.392Z , initted freemap. size: 64unit, :unit :Sep 01 07:56:56.100freemap_route_ipv4
49572026-09-01T07:56:57.392Zfreemap_route_ipv4 DEBG
49582026-09-01T07:56:57.392Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49592026-09-01T07:56:57.392ZSep 01 07:56:56.100 DEBG Sep 01 07:56:56.100reset freemap , DEBGunitSep 01 07:56:56.100: freemap_route_ipv4reset freemapINFO
49602026-09-01T07:56:57.392Z, unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:
49612026-09-01T07:56:57.392Zfreemap_route_ipv4
49622026-09-01T07:56:57.392ZSep 01 07:56:56.100 DEBG initted freemap. size: 64, unitSep 01 07:56:56.100Sep 01 07:56:56.100: DEBGDEBG freemap_route_ipv6 initted freemap. size: 64
49632026-09-01T07:56:57.392Z, replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
49642026-09-01T07:56:57.392Z: freemap_route_ipv6Sep 01 07:56:56.100Sep 01 07:56:56.100 DEBG
49652026-09-01T07:56:57.392Z reset freemap, unit: INFOfreemap_route_ipv6 Sep 01 07:56:56.100adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
49662026-09-01T07:56:57.392Z DEBG
49672026-09-01T07:56:57.392ZSep 01 07:56:56.094 reset freemap, unitDEBGSep 01 07:56:56.101Sep 01 07:56:56.101 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 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
49682026-09-01T07:56:57.392ZINFO
49692026-09-01T07:56:57.392Z
49702026-09-01T07:56:57.392Z adding route 3fff:dead::/64 -> 2001:db8::55:1
49712026-09-01T07:56:57.392ZSep 01 07:56:56.101 Sep 01 07:56:56.101INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 Sep 01 07:56:56.101adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Sep 01 07:56:56.101
49722026-09-01T07:56:57.396Z DEBG
49732026-09-01T07:56:57.396ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:2e::/64 -> 2001:db8::55:ffSep 01 07:56:56.101Sep 01 07:56:56.101
49742026-09-01T07:56:57.396ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49752026-09-01T07:56:57.396Z
49762026-09-01T07:56:57.396Z 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 } }]Sep 01 07:56:56.101
49772026-09-01T07:56:57.396Z DEBGSep 01 07:56:56.101 Sep 01 07:56:56.101replacing 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 } }] Sep 01 07:56:56.101
49782026-09-01T07:56:57.396ZINFO INFOINFOadding route 172.16.0.0/32 -> 10.0.0.2
49792026-09-01T07:56:57.396Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
49802026-09-01T07:56:57.396Z
49812026-09-01T07:56:57.396ZSep 01 07:56:56.101 Sep 01 07:56:56.101INFOSep 01 07:56:56.101 DEBGDEBG Sep 01 07:56:56.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:2f::/64 -> 2001:db8::55:ff
49822026-09-01T07:56:57.396Z
49832026-09-01T07:56:57.396Z
49842026-09-01T07:56:57.396Z DEBG Sep 01 07:56:56.101Sep 01 07:56:56.101 INFOINFO 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 172.16.0.0/32 -> 10.0.0.3adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 01 07:56:56.101
49852026-09-01T07:56:57.397Z
49862026-09-01T07:56:57.397Z DEBG
49872026-09-01T07:56:57.397Zreplacing 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 } }]Sep 01 07:56:56.101
49882026-09-01T07:56:57.397ZSep 01 07:56:56.101 DEBGDEBGSep 01 07:56:56.101 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFO
49892026-09-01T07:56:57.397ZSep 01 07:56:56.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49902026-09-01T07:56:57.397ZINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
49912026-09-01T07:56:57.397ZSep 01 07:56:56.101adding route 3fff:beef:30::/64 -> 2001:db8::55:ffSep 01 07:56:56.101
49922026-09-01T07:56:57.397Z INFOINFO Sep 01 07:56:56.101adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGSep 01 07:56:56.101
49932026-09-01T07:56:57.397Zreplacing 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 } }]
49942026-09-01T07:56:57.397Zadding route 172.16.0.0/32 -> 10.0.0.4
49952026-09-01T07:56:57.397ZDEBGSep 01 07:56:56.101Sep 01 07:56:56.101Sep 01 07:56:56.101 INFOSep 01 07:56:56.094DEBG 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 } }]
49962026-09-01T07:56:57.397ZDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49972026-09-01T07:56:57.397Z
49982026-09-01T07:56:57.397Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 01 07:56:56.101
49992026-09-01T07:56:57.397Zcreated new freemapDEBG, unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]:Sep 01 07:56:56.101
50002026-09-01T07:56:57.397Z DEBG freemap_route_ipv6
50012026-09-01T07:56:57.397Z Sep 01 07:56:56.101 replacing targets for 3fff:dead::/64 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 } }]Sep 01 07:56:56.101INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
50022026-09-01T07:56:57.397Zreplacing 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 } }]
50032026-09-01T07:56:57.397Z
50042026-09-01T07:56:57.397ZSep 01 07:56:56.101 DEBG Sep 01 07:56:56.101replacing 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 } }]
50052026-09-01T07:56:57.397ZINFOSep 01 07:56:56.101 Sep 01 07:56:56.101adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Sep 01 07:56:56.101
50062026-09-01T07:56:57.397Z INFOWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
50072026-09-01T07:56:57.397Z
50082026-09-01T07:56:57.397ZSep 01 07:56:56.101 DEBGinitted freemap. size: 64 , Sep 01 07:56:56.101replacing 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 } }]
50092026-09-01T07:56:57.397ZDEBGunit 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 } }]:
50102026-09-01T07:56:57.397Z freemap_route_ipv4Sep 01 07:56:56.101 INFO
50112026-09-01T07:56:57.397Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 01 07:56:56.101
50122026-09-01T07:56:57.397Z INFOSep 01 07:56:56.101 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
50132026-09-01T07:56:57.397Z reset freemapSep 01 07:56:56.101, Sep 01 07:56:56.101 unitDEBG :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 } }]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 } }]
50142026-09-01T07:56:57.397Z
50152026-09-01T07:56:57.397Zfreemap_route_ipv4
50162026-09-01T07:56:57.397ZSep 01 07:56:56.101Sep 01 07:56:56.101 INFOINFO Sep 01 07:56:56.101adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
50172026-09-01T07:56:57.397ZDEBG initted freemap. size: 64adding route 3fff:beef:32::/64 -> 2001:db8::55:ff,
50182026-09-01T07:56:57.397ZunitSep 01 07:56:56.101: DEBG freemap_route_ipv6replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50192026-09-01T07:56:57.397ZSep 01 07:56:56.101
50202026-09-01T07:56:57.397Z DEBG Sep 01 07:56:56.101 DEBG reset freemap, unit: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 } }]
50212026-09-01T07:56:57.397Zfreemap_route_ipv6Sep 01 07:56:56.101
50222026-09-01T07:56:57.397Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 01 07:56:56.101
50232026-09-01T07:56:57.397Z INFOSep 01 07:56:56.101 Sep 01 07:56:56.101INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50242026-09-01T07:56:57.397Zadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
50252026-09-01T07:56:57.398Z
50262026-09-01T07:56:57.398ZSep 01 07:56:56.101 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 } }]
50272026-09-01T07:56:57.398ZSep 01 07:56:56.101Sep 01 07:56:56.101 Sep 01 07:56:56.101INFODEBG INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50282026-09-01T07:56:57.398Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
50292026-09-01T07:56:57.398Z
50302026-09-01T07:56:57.398ZSep 01 07:56:56.101 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 } }]
50312026-09-01T07:56:57.398Ztest route::tests::grow_succeeds ... ok
50322026-09-01T07:56:57.398ZSep 01 07:56:56.101 Sep 01 07:56:56.101INFO DEBGSep 01 07:56:56.101adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
50332026-09-01T07:56:57.398Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50342026-09-01T07:56:57.398Z adding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:56:56.101 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 } }]
50352026-09-01T07:56:57.398Z
50362026-09-01T07:56:57.398ZSep 01 07:56:56.101 Sep 01 07:56:56.101INFO Sep 01 07:56:56.101INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG
50372026-09-01T07:56:57.398Ztest route::tests::rollback_on_compact_write_failure ... ok
50382026-09-01T07:56:57.398Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
50392026-09-01T07:56:57.398Z
50402026-09-01T07:56:57.398ZSep 01 07:56:56.101 Sep 01 07:56:56.101 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 } }]
50412026-09-01T07:56:57.398ZDEBG 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 } }]Sep 01 07:56:56.101Sep 01 07:56:56.101
50422026-09-01T07:56:57.398Z INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3Sep 01 07:56:56.101
50432026-09-01T07:56:57.398Z
50442026-09-01T07:56:57.398Z INFOSep 01 07:56:56.101 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 } }]
50452026-09-01T07:56:57.398Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
50462026-09-01T07:56:57.398ZSep 01 07:56:56.101Sep 01 07:56:56.101 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
50472026-09-01T07:56:57.398Z
50482026-09-01T07:56:57.398ZSep 01 07:56:56.101 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 } }]
50492026-09-01T07:56:57.398ZSep 01 07:56:56.101 DEBGSep 01 07:56:56.101 created new freemapDEBG, unitcreated new freemap:, Sep 01 07:56:56.107 unitfreemap_route_ipv4INFOSep 01 07:56:56.101
50502026-09-01T07:56:57.398Z: adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
50512026-09-01T07:56:57.398Z
50522026-09-01T07:56:57.398ZSep 01 07:56:56.107replacing 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 created new freemap
50532026-09-01T07:56:57.398Z, Sep 01 07:56:56.107unit: DEBGSep 01 07:56:56.107 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 } }]DEBGSep 01 07:56:56.107
50542026-09-01T07:56:57.398ZINFOfreemap_route_ipv6
50552026-09-01T07:56:57.398Zcreated new freemapadding route 3fff:beef:38::/64 -> 2001:db8::55:ff,
50562026-09-01T07:56:57.398ZunitSep 01 07:56:56.107 :DEBG Sep 01 07:56:56.107initted freemap. size: 64 Sep 01 07:56:56.107, unit :INFODEBG freemap_route_ipv6 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
50572026-09-01T07:56:57.398Z
50582026-09-01T07:56:57.398Z
50592026-09-01T07:56:57.398Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
50602026-09-01T07:56:57.398ZSep 01 07:56:56.107Sep 01 07:56:56.107 Sep 01 07:56:56.107INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
50612026-09-01T07:56:57.398Z Sep 01 07:56:56.107 initted freemap. size: 64 DEBGDEBG , reset freemap , unitreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:unit :
50622026-09-01T07:56:57.398Zfreemap_route_ipv4Sep 01 07:56:56.107
50632026-09-01T07:56:57.398Z freemap_route_ipv4 DEBG
50642026-09-01T07:56:57.399Z 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 } }]Sep 01 07:56:56.107
50652026-09-01T07:56:57.399Z INFO Sep 01 07:56:56.107Sep 01 07:56:56.107adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50662026-09-01T07:56:57.399ZDEBG Sep 01 07:56:56.107reset freemapDEBG, unit :initted freemap. size: 64 , freemap_route_ipv4Sep 01 07:56:56.107
50672026-09-01T07:56:57.399Zunit : freemap_route_ipv6INFO
50682026-09-01T07:56:57.399Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
50692026-09-01T07:56:57.399Z Sep 01 07:56:56.107replacing 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 } }] Sep 01 07:56:56.107DEBG DEBG
50702026-09-01T07:56:57.399Zinitted freemap. size: 64 , reset freemapSep 01 07:56:56.107unitSep 01 07:56:56.107 DEBGINFO, :unitreplacing 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 } }]:
50712026-09-01T07:56:57.399Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffreemap_route_ipv6
50722026-09-01T07:56:57.403Z
50732026-09-01T07:56:57.403Zfreemap_route_ipv6
50742026-09-01T07:56:57.403ZSep 01 07:56:56.107 INFO Sep 01 07:56:56.107Sep 01 07:56:56.107 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapSep 01 07:56:56.107adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
50752026-09-01T07:56:57.403Z
50762026-09-01T07:56:57.403Z INFO, adding route 3fff:dead::/64 -> 2001:db8::55:1unit
50772026-09-01T07:56:57.403Z:Sep 01 07:56:56.107 freemap_route_ipv6DEBGSep 01 07:56:56.107
50782026-09-01T07:56:57.403Z 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 } }]
50792026-09-01T07:56:57.403ZINFOSep 01 07:56:56.107 Sep 01 07:56:56.107Sep 01 07:56:56.107 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff INFOINFO
50802026-09-01T07:56:57.403ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50812026-09-01T07:56:57.403Z
50822026-09-01T07:56:57.403Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50832026-09-01T07:56:57.403ZSep 01 07:56:56.107 Sep 01 07:56:56.107DEBG Sep 01 07:56:56.107replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO Sep 01 07:56:56.107
50842026-09-01T07:56:57.403Zreplacing 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 } }]
50852026-09-01T07:56:57.403Zadding route 3fff:dead::/64 -> 2001:db8::55:2
50862026-09-01T07:56:57.403ZSep 01 07:56:56.107DEBG Sep 01 07:56:56.107 DEBG DEBGSep 01 07:56:56.107 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] failed to allocate space for the new target list
50872026-09-01T07:56:57.403Z
50882026-09-01T07:56:57.403ZDEBGfailed to allocate space for the new target list
50892026-09-01T07:56:57.403Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:56:56.107
50902026-09-01T07:56:57.403ZSep 01 07:56:56.107 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:56:56.107replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Sep 01 07:56:56.107DEBG
50912026-09-01T07:56:57.403ZINFO
50922026-09-01T07:56:57.403Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:3
50932026-09-01T07:56:57.403Z
50942026-09-01T07:56:57.403Z
50952026-09-01T07:56:57.403ZSep 01 07:56:56.107Sep 01 07:56:56.101 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]created new freemap
50962026-09-01T07:56:57.403Z, Sep 01 07:56:56.101unitSep 01 07:56:56.107: DEBGfreemap_route_ipv4INFO adding route 172.16.0.0/32 -> 10.0.0.4
50972026-09-01T07:56:57.403ZSep 01 07:56:56.107replacing 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 } }]
50982026-09-01T07:56:57.403ZINFO
50992026-09-01T07:56:57.403Z adding route 3fff:dead::/64 -> 2001:db8::55:4
51002026-09-01T07:56:57.403ZSep 01 07:56:56.107Sep 01 07:56:56.107 Sep 01 07:56:56.107DEBG INFODEBGSep 01 07:56:56.107 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51012026-09-01T07:56:57.403Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1c::/64 -> 2001:db8::55:ff
51022026-09-01T07:56:57.403Z
51032026-09-01T07:56:57.403ZDEBG created new freemap, unit: Sep 01 07:56:56.107freemap_route_ipv6 Sep 01 07:56:56.107
51042026-09-01T07:56:57.403Z Sep 01 07:56:56.107INFO adding route 172.17.0.0/32 -> 10.0.0.255 DEBGDEBGSep 01 07:56:56.107
51052026-09-01T07:56:57.404Zreplacing targets for 3fff:dead::/64 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 } }]
51062026-09-01T07:56:57.404Zreplacing 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
51072026-09-01T07:56:57.404Z initted freemap. size: 64, Sep 01 07:56:56.107Sep 01 07:56:56.107 unit Sep 01 07:56:56.107WARN INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51082026-09-01T07:56:57.404Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff:
51092026-09-01T07:56:57.404Z DEBG freemap_route_ipv4replacing 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 } }]
51102026-09-01T07:56:57.404ZSep 01 07:56:56.107
51112026-09-01T07:56:57.404Z 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 } }]
51122026-09-01T07:56:57.404ZSep 01 07:56:56.107 DEBGINFO Sep 01 07:56:56.107Sep 01 07:56:56.107 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51132026-09-01T07:56:57.404ZINFOINFO reset freemapadding route 172.17.0.1/32 -> 10.0.0.255
51142026-09-01T07:56:57.404Z, Sep 01 07:56:56.107adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51152026-09-01T07:56:57.404ZunitDEBG 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 } }]:Sep 01 07:56:56.107
51162026-09-01T07:56:57.404Z Sep 01 07:56:56.107 DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51172026-09-01T07:56:57.404Zreplacing 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 } }]Sep 01 07:56:56.107
51182026-09-01T07:56:57.404Zfreemap_route_ipv4 INFO
51192026-09-01T07:56:57.404Z Sep 01 07:56:56.107adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 01 07:56:56.107
51202026-09-01T07:56:57.404ZINFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
51212026-09-01T07:56:57.404ZSep 01 07:56:56.107Sep 01 07:56:56.107 DEBG DEBG
51222026-09-01T07:56:57.404ZSep 01 07:56:56.107 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 } }]
51232026-09-01T07:56:57.404ZDEBGinitted freemap. size: 64Sep 01 07:56:56.107 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 } }] ,
51242026-09-01T07:56:57.404ZSep 01 07:56:56.107DEBG INFO 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 } }]unit
51252026-09-01T07:56:57.404ZSep 01 07:56:56.107adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
51262026-09-01T07:56:57.404ZINFO :adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
51272026-09-01T07:56:57.404ZSep 01 07:56:56.107 Sep 01 07:56:56.107 freemap_route_ipv6INFODEBG Sep 01 07:56:56.107adding route 172.17.0.3/32 -> 10.0.0.255replacing 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 } }]
51282026-09-01T07:56:57.404Z
51292026-09-01T07:56:57.404Z DEBG
51302026-09-01T07:56:57.404Zreplacing 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 } }]Sep 01 07:56:56.107
51312026-09-01T07:56:57.404Ztest route::tests::rollback_on_index_readd_failure ... ok
51322026-09-01T07:56:57.404ZDEBGSep 01 07:56:56.107 reset freemap , Sep 01 07:56:56.107unit :INFODEBG Sep 01 07:56:56.107 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51332026-09-01T07:56:57.404Zfreemap_route_ipv6
51342026-09-01T07:56:57.404Z
51352026-09-01T07:56:57.404Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
51362026-09-01T07:56:57.404ZSep 01 07:56:56.107 Sep 01 07:56:56.107DEBG Sep 01 07:56:56.107 Sep 01 07:56:56.107INFODEBG 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 } }]
51372026-09-01T07:56:57.404ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:1
51382026-09-01T07:56:57.404Z adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51392026-09-01T07:56:57.404Z
51402026-09-01T07:56:57.404ZSep 01 07:56:56.107 Sep 01 07:56:56.107DEBG Sep 01 07:56:56.107Sep 01 07:56:56.107INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
51412026-09-01T07:56:57.404Z
51422026-09-01T07:56:57.404Z
51432026-09-01T07:56:57.404ZSep 01 07:56:56.108Sep 01 07:56:56.108 DEBGDEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51442026-09-01T07:56:57.405Zreplacing 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 } }]Sep 01 07:56:56.108
51452026-09-01T07:56:57.405Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
51462026-09-01T07:56:57.405Z adding route 3fff:dead::/64 -> 2001:db8::55:2
51472026-09-01T07:56:57.405ZSep 01 07:56:56.108 INFOSep 01 07:56:56.108 Sep 01 07:56:56.108adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
51482026-09-01T07:56:57.405ZINFOSep 01 07:56:56.108 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
51492026-09-01T07:56:57.405Z DEBGSep 01 07:56:56.108INFO adding route 172.17.0.5/32 -> 10.0.0.255 DEBG
51502026-09-01T07:56:57.405Z Sep 01 07:56:56.108replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
51512026-09-01T07:56:57.405ZSep 01 07:56:56.108
51522026-09-01T07:56:57.405Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]Sep 01 07:56:56.108
51532026-09-01T07:56:57.405Z INFO
51542026-09-01T07:56:57.405Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
51552026-09-01T07:56:57.405ZSep 01 07:56:56.108 Sep 01 07:56:56.108INFOSep 01 07:56:56.108 Sep 01 07:56:56.108INFO DEBGINFO adding route 172.17.0.6/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 } }]
51562026-09-01T07:56:57.405Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
51572026-09-01T07:56:57.405Z
51582026-09-01T07:56:57.405Z adding route 3fff:dead::/64 -> 2001:db8::55:3
51592026-09-01T07:56:57.405ZSep 01 07:56:56.108Sep 01 07:56:56.108 Sep 01 07:56:56.108DEBG DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
51602026-09-01T07:56:57.405ZSep 01 07:56:56.108 Sep 01 07:56:56.108 DEBGSep 01 07:56:56.113DEBG DEBGcreated new freemap , 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 } }]created new freemap
51612026-09-01T07:56:57.405Zunit: , freemap_route_ipv4unit
51622026-09-01T07:56:57.405ZSep 01 07:56:56.113: INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4
51632026-09-01T07:56:57.405Z
51642026-09-01T07:56:57.405ZSep 01 07:56:56.113 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 } }]
51652026-09-01T07:56:57.405Z
51662026-09-01T07:56:57.405ZSep 01 07:56:56.113Sep 01 07:56:56.113 Sep 01 07:56:56.113DEBG INFOSep 01 07:56:56.113 DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
51672026-09-01T07:56:57.405Zcreated new freemap created new freemap, , unit 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 } }]::
51682026-09-01T07:56:57.405Z freemap_route_ipv6
51692026-09-01T07:56:57.405ZSep 01 07:56:56.113freemap_route_ipv6
51702026-09-01T07:56:57.405Z DEBGSep 01 07:56:56.113Sep 01 07:56:56.113Sep 01 07:56:56.113 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 } }]INFODEBG INFOinitted freemap. size: 64
51712026-09-01T07:56:57.405Z, adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:56:56.113unit :
51722026-09-01T07:56:57.409Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffSep 01 07:56:56.113freemap_route_ipv4
51732026-09-01T07:56:57.409ZDEBG Sep 01 07:56:56.113
51742026-09-01T07:56:57.409Z DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOSep 01 07:56:56.113
51752026-09-01T07:56:57.409Z unit adding route 3fff:beef:28::/64 -> 2001:db8::55:ff:
51762026-09-01T07:56:57.409ZSep 01 07:56:56.113DEBGSep 01 07:56:56.113 freemap_route_ipv4
51772026-09-01T07:56:57.409Zreset freemapDEBGSep 01 07:56:56.113 replacing targets for 3fff:dead::/64 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 } }] , DEBGDEBG
51782026-09-01T07:56:57.409Z Sep 01 07:56:56.113replacing 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 } }] unitDEBGSep 01 07:56:56.113
51792026-09-01T07:56:57.409Z: reset freemap , freemap_route_ipv4replacing 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 } }]Sep 01 07:56:56.113
51802026-09-01T07:56:57.409ZunitWARN
51812026-09-01T07:56:57.409Z :INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv4
51822026-09-01T07:56:57.409ZSep 01 07:56:56.113adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
51832026-09-01T07:56:57.409Z
51842026-09-01T07:56:57.410Z Sep 01 07:56:56.113INFO Sep 01 07:56:56.113DEBG Sep 01 07:56:56.113 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffinitted freemap. size: 64DEBGDEBG
51852026-09-01T07:56:57.410Z, 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 } }]initted freemap. size: 64
51862026-09-01T07:56:57.410Z, unitunit:Sep 01 07:56:56.113 :freemap_route_ipv6
51872026-09-01T07:56:57.410ZSep 01 07:56:56.113freemap_route_ipv6
51882026-09-01T07:56:57.410ZINFODEBG 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 } }]
51892026-09-01T07:56:57.410Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 01 07:56:56.113
51902026-09-01T07:56:57.410Z Sep 01 07:56:56.113DEBG DEBGreset freemap Sep 01 07:56:56.113, Sep 01 07:56:56.113DEBG unit :reset freemap , 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 } }]freemap_route_ipv6
51912026-09-01T07:56:57.410Zunit: INFO
51922026-09-01T07:56:57.410Zfreemap_route_ipv6 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffSep 01 07:56:56.113
51932026-09-01T07:56:57.410Z
51942026-09-01T07:56:57.410Z Sep 01 07:56:56.113INFO Sep 01 07:56:56.113 Sep 01 07:56:56.113INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
51952026-09-01T07:56:57.410Z
51962026-09-01T07:56:57.410ZINFO
51972026-09-01T07:56:57.410Zadding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:56:56.114
51982026-09-01T07:56:57.410Z DEBG Sep 01 07:56:56.114Sep 01 07:56:56.114replacing 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 } }] DEBGSep 01 07:56:56.114
51992026-09-01T07:56:57.410ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
52002026-09-01T07:56:57.410Z failed to allocate space for the new target listSep 01 07:56:56.114 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
52012026-09-01T07:56:57.410Z
52022026-09-01T07:56:57.410Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
52032026-09-01T07:56:57.410ZSep 01 07:56:56.114Sep 01 07:56:56.114Sep 01 07:56:56.114 INFOINFO 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 } }]
52042026-09-01T07:56:57.410Zadding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 01 07:56:56.114
52052026-09-01T07:56:57.410Z
52062026-09-01T07:56:57.410ZSep 01 07:56:56.114 DEBG DEBGSep 01 07:56:56.114replacing 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 } }]
52072026-09-01T07:56:57.410ZDEBG failed to allocate space for the new target list
52082026-09-01T07:56:57.410Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 01 07:56:56.114Sep 01 07:56:56.114
52092026-09-01T07:56:57.410Z INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Sep 01 07:56:56.114
52102026-09-01T07:56:57.410Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
52112026-09-01T07:56:57.410Z adding route 172.17.0.0/32 -> 10.0.0.255Sep 01 07:56:56.114
52122026-09-01T07:56:57.410ZSep 01 07:56:56.108Sep 01 07:56:56.114 DEBGDEBG Sep 01 07:56:56.114replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 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
52132026-09-01T07:56:57.410Z
52142026-09-01T07:56:57.410Z adding route 3fff:dead::/64 -> 2001:db8::55:3created new freemap
52152026-09-01T07:56:57.410Z, Sep 01 07:56:56.114unitSep 01 07:56:56.114: INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv4
52162026-09-01T07:56:57.410Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
52172026-09-01T07:56:57.410Z
52182026-09-01T07:56:57.410ZSep 01 07:56:56.114 Sep 01 07:56:56.114DEBG Sep 01 07:56:56.114 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 } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52192026-09-01T07:56:57.410Z
52202026-09-01T07:56:57.410Z 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 } }]Sep 01 07:56:56.114
52212026-09-01T07:56:57.410Z DEBGSep 01 07:56:56.114 created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:4:
52222026-09-01T07:56:57.410ZSep 01 07:56:56.114 INFOfreemap_route_ipv6 Sep 01 07:56:56.114adding route 172.17.0.2/32 -> 10.0.0.255
52232026-09-01T07:56:57.410ZSep 01 07:56:56.114
52242026-09-01T07:56:57.411ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
52252026-09-01T07:56:57.411Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 01 07:56:56.114 DEBG Sep 01 07:56:56.114replacing 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 } }]
52262026-09-01T07:56:57.411ZDEBG
52272026-09-01T07:56:57.411Z initted freemap. size: 64Sep 01 07:56:56.114 , DEBG unitreplacing 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 } }]:Sep 01 07:56:56.114Sep 01 07:56:56.114 freemap_route_ipv4INFODEBG
52282026-09-01T07:56:57.411Z
52292026-09-01T07:56:57.411Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
52302026-09-01T07:56:57.411Ztest route::tests::shrink_preserves_compacted_order ... ok
52312026-09-01T07:56:57.411ZSep 01 07:56:56.114Sep 01 07:56:56.114
52322026-09-01T07:56:57.411Z DEBG reset freemapINFO, Sep 01 07:56:56.114 unit adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
52332026-09-01T07:56:57.411Z 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 } }]:
52342026-09-01T07:56:57.411Z Sep 01 07:56:56.114Sep 01 07:56:56.114 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4
52352026-09-01T07:56:57.411Z
52362026-09-01T07:56:57.411Z
52372026-09-01T07:56:57.411Zreplacing 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 } }]Sep 01 07:56:56.114Sep 01 07:56:56.114
52382026-09-01T07:56:57.411Z INFODEBG adding route 3fff:beef:31::/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 } }]
52392026-09-01T07:56:57.411ZSep 01 07:56:56.114
52402026-09-01T07:56:57.411ZINFO Sep 01 07:56:56.114adding route 172.17.0.7/32 -> 10.0.0.255
52412026-09-01T07:56:57.411ZDEBG Sep 01 07:56:56.114initted freemap. size: 64 DEBG, unitSep 01 07:56:56.114Sep 01 07:56:56.114replacing 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 } }]
52422026-09-01T07:56:57.411ZINFO: DEBGadding route 172.17.0.5/32 -> 10.0.0.255
52432026-09-01T07:56:57.411Z 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 } }]Sep 01 07:56:56.114
52442026-09-01T07:56:57.411ZINFO Sep 01 07:56:56.114freemap_route_ipv6adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
52452026-09-01T07:56:57.411ZDEBG
52462026-09-01T07:56:57.411Z 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 } }]
52472026-09-01T07:56:57.411ZSep 01 07:56:56.114 INFOSep 01 07:56:56.114 Sep 01 07:56:56.114adding route 172.17.0.8/32 -> 10.0.0.255 INFO
52482026-09-01T07:56:57.411Z DEBGadding route 172.17.0.6/32 -> 10.0.0.255Sep 01 07:56:56.114
52492026-09-01T07:56:57.411Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
52502026-09-01T07:56:57.411Z 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 } }] DEBGSep 01 07:56:56.114
52512026-09-01T07:56:57.411Ztest transceivers::mpn_test::test_mpn_missing ... ok
52522026-09-01T07:56:57.411Ztest transceivers::mpn_test::test_mpn_present ... ok
52532026-09-01T07:56:57.411Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52542026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52552026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52562026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52572026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52582026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52592026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52602026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52612026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52622026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52632026-09-01T07:56:57.411Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52642026-09-01T07:56:57.412Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52652026-09-01T07:56:57.412Z Sep 01 07:56:56.114 DEBGreset freemapDEBG, Sep 01 07:56:56.114replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
52662026-09-01T07:56:57.412Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52672026-09-01T07:56:57.412Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52682026-09-01T07:56:57.412Z INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
52692026-09-01T07:56:57.412Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52702026-09-01T07:56:57.412Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
52712026-09-01T07:56:57.412Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52722026-09-01T07:56:57.416ZSep 01 07:56:56.114freemap_route_ipv6 Sep 01 07:56:56.114INFO
52732026-09-01T07:56:57.416Z INFOadding route 172.17.0.7/32 -> 10.0.0.255 Sep 01 07:56:56.114
52742026-09-01T07:56:57.416Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255 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 } }]
52752026-09-01T07:56:57.416ZSep 01 07:56:56.114
52762026-09-01T07:56:57.416Z INFOSep 01 07:56:56.114 DEBGadding route 172.16.0.0/32 -> 10.0.0.1Sep 01 07:56:56.114Sep 01 07:56:56.114
52772026-09-01T07:56:57.416ZINFOreplacing 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 } }]
52782026-09-01T07:56:57.416Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
52792026-09-01T07:56:57.416ZDEBG Sep 01 07:56:56.114replacing 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 } }]
52802026-09-01T07:56:57.416Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52812026-09-01T07:56:57.416Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52822026-09-01T07:56:57.416ZSep 01 07:56:56.114DEBG INFOSep 01 07:56:56.114 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
52832026-09-01T07:56:57.416Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52842026-09-01T07:56:57.416Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52852026-09-01T07:56:57.416Z Sep 01 07:56:56.114replacing 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 } }]
52862026-09-01T07:56:57.416Z INFO adding route 172.17.0.10/32 -> 10.0.0.255Sep 01 07:56:56.114
52872026-09-01T07:56:57.416Z Sep 01 07:56:56.114DEBG 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.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 } }]INFOSep 01 07:56:56.114
52882026-09-01T07:56:57.416Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
52892026-09-01T07:56:57.416ZDEBG
52902026-09-01T07:56:57.416Z Sep 01 07:56:56.114replacing 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 } }]Sep 01 07:56:56.114 DEBGSep 01 07:56:56.114Sep 01 07:56:56.114 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 } }]
52912026-09-01T07:56:57.416Z DEBG DEBGcreated new freemapSep 01 07:56:56.120, created new freemapINFOunit, unit:adding route 3fff:beef:36::/64 -> 2001:db8::55:ff : freemap_route_ipv4freemap_route_ipv4
52922026-09-01T07:56:57.416Z
52932026-09-01T07:56:57.416Z
52942026-09-01T07:56:57.416ZSep 01 07:56:56.120Sep 01 07:56:56.120 DEBGSep 01 07:56:56.120 DEBG 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 } }] created new freemap
52952026-09-01T07:56:57.416Z, created new freemapunit, :unit: freemap_route_ipv6freemap_route_ipv6
52962026-09-01T07:56:57.416ZSep 01 07:56:56.120
52972026-09-01T07:56:57.416Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 01 07:56:56.120
52982026-09-01T07:56:57.416Z DEBGSep 01 07:56:56.120 initted freemap. size: 64DEBGSep 01 07:56:56.114 Sep 01 07:56:56.120, unit DEBGinitted freemap. size: 64 :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 } }]freemap_route_ipv4,
52992026-09-01T07:56:57.416Z
53002026-09-01T07:56:57.416Zunitcreated new freemap:, Sep 01 07:56:56.120unitSep 01 07:56:56.120 DEBG: INFOfreemap_route_ipv4 reset freemap
53012026-09-01T07:56:57.416Zfreemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff, unit
53022026-09-01T07:56:57.416Z
53032026-09-01T07:56:57.416Z:Sep 01 07:56:56.120 DEBGfreemap_route_ipv4
53042026-09-01T07:56:57.417Zreset freemapSep 01 07:56:56.120, unitDEBG: 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 } }]freemap_route_ipv4
53052026-09-01T07:56:57.417ZSep 01 07:56:56.120
53062026-09-01T07:56:57.417ZSep 01 07:56:56.120 DEBGDEBGSep 01 07:56:56.120 Sep 01 07:56:56.120INFO created new freemapinitted freemap. size: 64DEBG, unitinitted freemap. size: 64:adding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
53072026-09-01T07:56:57.417Zfreemap_route_ipv6unit,
53082026-09-01T07:56:57.417Zunit: :freemap_route_ipv6 Sep 01 07:56:56.120
53092026-09-01T07:56:57.417Z freemap_route_ipv6DEBG
53102026-09-01T07:56:57.417Zreplacing 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 } }]Sep 01 07:56:56.120 DEBG
53112026-09-01T07:56:57.417Z Sep 01 07:56:56.120reset freemapSep 01 07:56:56.120 DEBG, unitSep 01 07:56:56.120initted freemap. size: 64 :INFO DEBGfreemap_route_ipv6 reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
53122026-09-01T07:56:57.417Z
53132026-09-01T07:56:57.417Z, unit, :unitSep 01 07:56:56.120 Sep 01 07:56:56.120 freemap_route_ipv4DEBGINFO
53142026-09-01T07:56:57.417Z:replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6
53152026-09-01T07:56:57.417Z
53162026-09-01T07:56:57.417Z
53172026-09-01T07:56:57.417ZSep 01 07:56:56.120Sep 01 07:56:56.120Sep 01 07:56:56.120 DEBG Sep 01 07:56:56.120 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemapINFO
53182026-09-01T07:56:57.417Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
53192026-09-01T07:56:57.417Zunit :adding route 172.16.0.0/32 -> 10.0.0.1
53202026-09-01T07:56:57.417Zfreemap_route_ipv4Sep 01 07:56:56.120
53212026-09-01T07:56:57.417Z 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 } }]Sep 01 07:56:56.120
53222026-09-01T07:56:57.417ZSep 01 07:56:56.120 INFODEBG initted freemap. size: 64adding route 172.17.0.0/32 -> 10.0.0.255, Sep 01 07:56:56.120unit
53232026-09-01T07:56:57.417ZDEBGSep 01 07:56:56.120 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 } }]:
53242026-09-01T07:56:57.417Z Sep 01 07:56:56.120 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
53252026-09-01T07:56:57.417ZDEBG freemap_route_ipv6replacing 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 } }]
53262026-09-01T07:56:57.417Z
53272026-09-01T07:56:57.417ZSep 01 07:56:56.120 INFOSep 01 07:56:56.120 adding route 172.16.0.0/32 -> 10.0.0.2DEBGSep 01 07:56:56.120
53282026-09-01T07:56:57.417Zreplacing 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 } }]Sep 01 07:56:56.120
53292026-09-01T07:56:57.417Z INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255Sep 01 07:56:56.120Sep 01 07:56:56.120
53302026-09-01T07:56:57.417ZDEBGDEBGreset freemap , failed to allocate space for the new target listunit
53312026-09-01T07:56:57.417Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53322026-09-01T07:56:57.417Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 01 07:56:56.120:
53332026-09-01T07:56:57.417ZDEBG freemap_route_ipv6Sep 01 07:56:56.120
53342026-09-01T07:56:57.417Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53352026-09-01T07:56:57.417Z replacing targets for 3fff:dead::/64 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 } }]Sep 01 07:56:56.120Sep 01 07:56:56.120
53362026-09-01T07:56:57.417Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53372026-09-01T07:56:57.417Z INFOSep 01 07:56:56.120INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.2/32 -> 10.0.0.255
53382026-09-01T07:56:57.417Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53392026-09-01T07:56:57.417Z
53402026-09-01T07:56:57.417Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53412026-09-01T07:56:57.417Z
53422026-09-01T07:56:57.417Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53432026-09-01T07:56:57.417ZSep 01 07:56:56.120Sep 01 07:56:56.120 DEBG 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 } }]
53442026-09-01T07:56:57.418Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53452026-09-01T07:56:57.418ZSep 01 07:56:56.120replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
53462026-09-01T07:56:57.418Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53472026-09-01T07:56:57.418ZDEBG Sep 01 07:56:56.120replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53482026-09-01T07:56:57.418Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53492026-09-01T07:56:57.418Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53502026-09-01T07:56:57.418ZINFOSep 01 07:56:56.120 adding route 172.17.0.3/32 -> 10.0.0.255INFO
53512026-09-01T07:56:57.418Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53522026-09-01T07:56:57.418Z adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 01 07:56:56.120
53532026-09-01T07:56:57.418Z INFOSep 01 07:56:56.120 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
53542026-09-01T07:56:57.418Z Sep 01 07:56:56.120replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53552026-09-01T07:56:57.418Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:56:56.120
53562026-09-01T07:56:57.418Z DEBGSep 01 07:56:56.120 Sep 01 07:56:56.120 INFOSep 01 07:56:56.120INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.4/32 -> 10.0.0.255INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
53572026-09-01T07:56:57.418Z
53582026-09-01T07:56:57.418Z
53592026-09-01T07:56:57.418Zadding route 172.16.0.0/32 -> 10.0.0.1Sep 01 07:56:56.120
53602026-09-01T07:56:57.418Z DEBGSep 01 07:56:56.120 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
53612026-09-01T07:56:57.418Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]
53622026-09-01T07:56:57.418ZSep 01 07:56:56.120 DEBGSep 01 07:56:56.120Sep 01 07:56:56.120 INFO 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 3fff:dead::/64 -> 2001:db8::55:4
53632026-09-01T07:56:57.418Zreplacing 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 } }]
53642026-09-01T07:56:57.418Z
53652026-09-01T07:56:57.418ZSep 01 07:56:56.120 DEBG Sep 01 07:56:56.120replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
53662026-09-01T07:56:57.418ZINFO Sep 01 07:56:56.120adding route 172.16.0.0/32 -> 10.0.0.1
53672026-09-01T07:56:57.418ZINFO adding route 172.17.0.5/32 -> 10.0.0.255Sep 01 07:56:56.120 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
53682026-09-01T07:56:57.418ZSep 01 07:56:56.120 adding route 172.17.0.9/32 -> 10.0.0.255
53692026-09-01T07:56:57.418ZDEBG
53702026-09-01T07:56:57.418Z 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 } }]Sep 01 07:56:56.120
53712026-09-01T07:56:57.418Z DEBGSep 01 07:56:56.120 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 } }]
53722026-09-01T07:56:57.422Z 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 } }]
53732026-09-01T07:56:57.422ZSep 01 07:56:56.120 Sep 01 07:56:56.120INFO INFOSep 01 07:56:56.120 adding route 172.17.0.10/32 -> 10.0.0.255INFOadding route 172.16.0.0/32 -> 10.0.0.2
53742026-09-01T07:56:57.422Z adding route 172.17.0.6/32 -> 10.0.0.255
53752026-09-01T07:56:57.422Z
53762026-09-01T07:56:57.422Z
53772026-09-01T07:56:57.422ZSep 01 07:56:56.120 Sep 01 07:56:56.120DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
53782026-09-01T07:56:57.422Zreplacing 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 } }]Sep 01 07:56:56.120Sep 01 07:56:56.120
53792026-09-01T07:56:57.422Z Sep 01 07:56:56.120INFODEBG INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:56:56.120
53802026-09-01T07:56:57.422Z adding route 172.17.0.11/32 -> 10.0.0.255INFO
53812026-09-01T07:56:57.422Zadding route 172.17.0.0/32 -> 10.0.0.255
53822026-09-01T07:56:57.422Zadding route 172.17.0.7/32 -> 10.0.0.255
53832026-09-01T07:56:57.422ZSep 01 07:56:56.120 INFO adding route 172.17.0.11/32 -> 10.0.0.255Sep 01 07:56:56.120
53842026-09-01T07:56:57.423Z DEBGSep 01 07:56:56.120 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 } }]DEBGSep 01 07:56:56.120
53852026-09-01T07:56:57.423Zreplacing 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 } }]
53862026-09-01T07:56:57.423ZDEBGSep 01 07:56:56.120 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 } }] Sep 01 07:56:56.120
53872026-09-01T07:56:57.423Zreplacing 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 } }]Sep 01 07:56:56.120
53882026-09-01T07:56:57.423Z INFOINFOSep 01 07:56:56.120 Sep 01 07:56:56.120adding route 172.17.0.1/32 -> 10.0.0.255
53892026-09-01T07:56:57.423Z INFOadding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.17.0.8/32 -> 10.0.0.255INFO
53902026-09-01T07:56:57.423Z
53912026-09-01T07:56:57.423Z adding route 172.17.0.12/32 -> 10.0.0.255Sep 01 07:56:56.120
53922026-09-01T07:56:57.423Z DEBGSep 01 07:56:56.120 DEBGSep 01 07:56:56.120 Sep 01 07:56:56.120replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53932026-09-01T07:56:57.423Z 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.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 } }]
53942026-09-01T07:56:57.423Z
53952026-09-01T07:56:57.423Z
53962026-09-01T07:56:57.423ZSep 01 07:56:56.120 INFO adding route 172.17.0.2/32 -> 10.0.0.255Sep 01 07:56:56.120
53972026-09-01T07:56:57.423ZSep 01 07:56:56.120 INFO Sep 01 07:56:56.120INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
53982026-09-01T07:56:57.423Z
53992026-09-01T07:56:57.423ZINFOSep 01 07:56:56.120 adding route 172.17.0.13/32 -> 10.0.0.255
54002026-09-01T07:56:57.423ZDEBG Sep 01 07:56:56.120 Sep 01 07:56:56.120replacing 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 } }]DEBGSep 01 07:56:56.120
54012026-09-01T07:56:57.423Z DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
54022026-09-01T07:56:57.423Z 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 } }]
54032026-09-01T07:56:57.423Z Sep 01 07:56:56.120 Sep 01 07:56:56.120INFOreplacing 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 } }]Sep 01 07:56:56.120 INFO
54042026-09-01T07:56:57.423ZINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
54052026-09-01T07:56:57.423Z
54062026-09-01T07:56:57.423Zadding route 172.17.0.14/32 -> 10.0.0.255Sep 01 07:56:56.120
54072026-09-01T07:56:57.423Z Sep 01 07:56:56.120 Sep 01 07:56:56.120INFODEBG 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 } }]
54082026-09-01T07:56:57.423ZSep 01 07:56:56.121 Sep 01 07:56:56.121DEBG DEBGcreated new freemap Sep 01 07:56:56.120created new freemap, , DEBGunit :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 } }] Sep 01 07:56:56.126freemap_route_ipv4
54092026-09-01T07:56:57.423Zunit
54102026-09-01T07:56:57.423Z :INFO freemap_route_ipv4adding route 172.17.0.11/32 -> 10.0.0.255
54112026-09-01T07:56:57.423Z
54122026-09-01T07:56:57.423ZSep 01 07:56:56.126 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 } }]Sep 01 07:56:56.126
54132026-09-01T07:56:57.423Z INFOSep 01 07:56:56.126 Sep 01 07:56:56.126adding route 172.17.0.15/32 -> 10.0.0.255DEBGSep 01 07:56:56.126
54142026-09-01T07:56:57.423ZINFO adding route 172.17.0.12/32 -> 10.0.0.255created new freemap
54152026-09-01T07:56:57.423Z, unitSep 01 07:56:56.126: Sep 01 07:56:56.126 DEBG DEBGfreemap_route_ipv6DEBG
54162026-09-01T07:56:57.423Zcreated new freemap , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54172026-09-01T07:56:57.423Zreplacing 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
54182026-09-01T07:56:57.423ZSep 01 07:56:56.126 :DEBGSep 01 07:56:56.126 INFOfreemap_route_ipv6Sep 01 07:56:56.126 initted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255
54192026-09-01T07:56:57.423Z,
54202026-09-01T07:56:57.423Zunit INFO: freemap_route_ipv4Sep 01 07:56:56.126
54212026-09-01T07:56:57.423Zadding route 172.17.0.16/32 -> 10.0.0.255Sep 01 07:56:56.126
54222026-09-01T07:56:57.423Z DEBG Sep 01 07:56:56.126replacing 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
54232026-09-01T07:56:57.424Z DEBGinitted freemap. size: 64 Sep 01 07:56:56.126reset freemap , Sep 01 07:56:56.126INFO, unit adding route 172.17.0.14/32 -> 10.0.0.255:
54242026-09-01T07:56:57.424Z unitDEBGfreemap_route_ipv4:
54252026-09-01T07:56:57.424Zfreemap_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 } }]
54262026-09-01T07:56:57.424ZSep 01 07:56:56.126
54272026-09-01T07:56:57.424Z DEBGSep 01 07:56:56.126 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 } }]Sep 01 07:56:56.126 initted freemap. size: 64
54282026-09-01T07:56:57.424ZDEBG , reset freemapunit, :unitSep 01 07:56:56.126Sep 01 07:56:56.126 freemap_route_ipv6:
54292026-09-01T07:56:57.424ZINFO freemap_route_ipv4 INFOadding route 172.17.0.17/32 -> 10.0.0.255 Sep 01 07:56:56.126
54302026-09-01T07:56:57.424Z
54312026-09-01T07:56:57.424ZDEBGadding route 172.17.0.15/32 -> 10.0.0.255
54322026-09-01T07:56:57.424Zreset freemapSep 01 07:56:56.126, unitDEBGSep 01 07:56:56.126:Sep 01 07:56:56.126 freemap_route_ipv6DEBGDEBG
54332026-09-01T07:56:57.424Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54342026-09-01T07:56:57.424Z 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 } }]
54352026-09-01T07:56:57.424Zreplacing 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 } }]initted freemap. size: 64Sep 01 07:56:56.126,
54362026-09-01T07:56:57.424Z unitSep 01 07:56:56.126INFO INFO :adding route 172.16.0.0/32 -> 10.0.0.1
54372026-09-01T07:56:57.424Zadding route 172.17.0.16/32 -> 10.0.0.255Sep 01 07:56:56.126
54382026-09-01T07:56:57.424Zfreemap_route_ipv6
54392026-09-01T07:56:57.424ZINFOSep 01 07:56:56.126 adding route 172.17.0.18/32 -> 10.0.0.255
54402026-09-01T07:56:57.424ZDEBGSep 01 07:56:56.126 Sep 01 07:56:56.126replacing 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 } }]
54412026-09-01T07:56:57.424Z Sep 01 07:56:56.126 DEBGDEBG 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 } }] Sep 01 07:56:56.126replacing 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 } }]
54422026-09-01T07:56:57.424Z INFO
54432026-09-01T07:56:57.424Zreset freemapadding route 172.16.0.0/32 -> 10.0.0.1Sep 01 07:56:56.126,
54442026-09-01T07:56:57.424Zunit: freemap_route_ipv6Sep 01 07:56:56.126 INFOSep 01 07:56:56.126
54452026-09-01T07:56:57.424ZINFOadding route 172.17.0.17/32 -> 10.0.0.255
54462026-09-01T07:56:57.424ZDEBG 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 } }]
54472026-09-01T07:56:57.424Zadding route 172.17.0.19/32 -> 10.0.0.255Sep 01 07:56:56.126Sep 01 07:56:56.126
54482026-09-01T07:56:57.424Z INFODEBGSep 01 07:56:56.126 Sep 01 07:56:56.126INFOadding route 172.16.0.0/32 -> 10.0.0.1
54492026-09-01T07:56:57.424Zadding route 172.16.0.0/32 -> 10.0.0.1DEBG
54502026-09-01T07:56:57.424Z 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.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 } }]
54512026-09-01T07:56:57.424ZSep 01 07:56:56.126Sep 01 07:56:56.126 DEBGDEBG
54522026-09-01T07:56:57.424Z Sep 01 07:56:56.126replacing 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 } }]
54532026-09-01T07:56:57.424ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
54542026-09-01T07:56:57.424Zadding route 172.17.0.18/32 -> 10.0.0.255Sep 01 07:56:56.126
54552026-09-01T07:56:57.424ZSep 01 07:56:56.126 INFOINFO Sep 01 07:56:56.126 adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
54562026-09-01T07:56:57.424ZSep 01 07:56:56.126
54572026-09-01T07:56:57.424ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54582026-09-01T07:56:57.424Z adding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:56:56.126Sep 01 07:56:56.126
54592026-09-01T07:56:57.424Z DEBG Sep 01 07:56:56.126replacing 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 } }]
54602026-09-01T07:56:57.424ZINFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255Sep 01 07:56:56.126
54612026-09-01T07:56:57.424Z Sep 01 07:56:56.126 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 } }]DEBGINFO
54622026-09-01T07:56:57.424Z Sep 01 07:56:56.126adding route 172.17.0.0/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54632026-09-01T07:56:57.425ZDEBG
54642026-09-01T07:56:57.425Z Sep 01 07:56:56.126replacing 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 } }]
54652026-09-01T07:56:57.425ZINFOSep 01 07:56:56.126Sep 01 07:56:56.126 INFO adding route 172.17.0.21/32 -> 10.0.0.255 DEBGadding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
54662026-09-01T07:56:57.425Z
54672026-09-01T07:56:57.425Z
54682026-09-01T07:56:57.425ZSep 01 07:56:56.108 DEBGSep 01 07:56:56.133 Sep 01 07:56:56.133DEBG INFOSep 01 07:56:56.133 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54692026-09-01T07:56:57.425Z Sep 01 07:56:56.133replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54702026-09-01T07:56:57.425Zadding route 172.17.0.20/32 -> 10.0.0.255Sep 01 07:56:56.133
54712026-09-01T07:56:57.425ZINFO INFOadding route 172.17.0.1/32 -> 10.0.0.255Sep 01 07:56:56.133Sep 01 07:56:56.133 adding route 172.17.0.22/32 -> 10.0.0.255
54722026-09-01T07:56:57.429ZDEBG
54732026-09-01T07:56:57.429Z 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
54742026-09-01T07:56:57.429Z Sep 01 07:56:56.133 adding route 172.16.0.0/32 -> 10.0.0.4DEBGSep 01 07:56:56.133 Sep 01 07:56:56.133replacing 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 } }]
54752026-09-01T07:56:57.429Z
54762026-09-01T07:56:57.429Z DEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255Sep 01 07:56:56.133
54772026-09-01T07:56:57.429Z Sep 01 07:56:56.133replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54782026-09-01T07:56:57.429Z adding route 172.17.0.2/32 -> 10.0.0.255Sep 01 07:56:56.133
54792026-09-01T07:56:57.429ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54802026-09-01T07:56:57.429ZDEBG Sep 01 07:56:56.133replacing 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 } }] Sep 01 07:56:56.133
54812026-09-01T07:56:57.429ZINFO Sep 01 07:56:56.133 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
54822026-09-01T07:56:57.429Z Sep 01 07:56:56.133 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 } }]DEBGINFO
54832026-09-01T07:56:57.429Z replacing targets for 172.16.0.0/32 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 } }]adding route 172.17.0.22/32 -> 10.0.0.255Sep 01 07:56:56.133
54842026-09-01T07:56:57.429ZDEBG Sep 01 07:56:56.133replacing 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 } }]
54852026-09-01T07:56:57.429Z
54862026-09-01T07:56:57.429ZINFOSep 01 07:56:56.133 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
54872026-09-01T07:56:57.429Z 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 } }]Sep 01 07:56:56.133
54882026-09-01T07:56:57.429Z INFOSep 01 07:56:56.133 DEBG Sep 01 07:56:56.133 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54892026-09-01T07:56:57.429Z adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
54902026-09-01T07:56:57.429Z
54912026-09-01T07:56:57.429Z Sep 01 07:56:56.133adding route 172.17.0.14/32 -> 10.0.0.255 Sep 01 07:56:56.133Sep 01 07:56:56.133
54922026-09-01T07:56:57.429ZINFO DEBGDEBG adding route 172.17.0.4/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 } }]
54932026-09-01T07:56:57.429Z
54942026-09-01T07:56:57.429Zreplacing 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 } }]
54952026-09-01T07:56:57.429ZSep 01 07:56:56.133 INFO Sep 01 07:56:56.133Sep 01 07:56:56.133adding route 172.17.0.24/32 -> 10.0.0.255
54962026-09-01T07:56:57.429ZINFODEBG Sep 01 07:56:56.133replacing 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 } }]
54972026-09-01T07:56:57.429ZSep 01 07:56:56.133adding route 172.17.0.25/32 -> 10.0.0.255
54982026-09-01T07:56:57.429ZDEBG DEBGSep 01 07:56:56.133replacing 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 } }]
54992026-09-01T07:56:57.429ZSep 01 07:56:56.133INFO adding route 172.17.0.5/32 -> 10.0.0.255 DEBGSep 01 07:56:56.133 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55002026-09-01T07:56:57.429Z
55012026-09-01T07:56:57.429Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255
55022026-09-01T07:56:57.430Z
55032026-09-01T07:56:57.430ZSep 01 07:56:56.133Sep 01 07:56:56.133 Sep 01 07:56:56.133 created new freemapINFODEBG Sep 01 07:56:56.133 adding route 172.17.0.26/32 -> 10.0.0.255, replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55042026-09-01T07:56:57.430Z
55052026-09-01T07:56:57.430Z DEBG unitreplacing 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
55062026-09-01T07:56:57.430ZSep 01 07:56:56.133 INFO Sep 01 07:56:56.133adding route 172.17.0.26/32 -> 10.0.0.255
55072026-09-01T07:56:57.430Z:INFO adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv4
55082026-09-01T07:56:57.430Z Sep 01 07:56:56.133
55092026-09-01T07:56:57.430Zadding route 172.17.0.6/32 -> 10.0.0.255 Sep 01 07:56:56.133
55102026-09-01T07:56:57.430ZDEBG 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
55112026-09-01T07:56:57.430ZSep 01 07:56:56.133 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 } }]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 } }]Sep 01 07:56:56.133
55122026-09-01T07:56:57.430ZSep 01 07:56:56.133
55132026-09-01T07:56:57.430Z Sep 01 07:56:56.133DEBG 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 } }]
55142026-09-01T07:56:57.430Z Sep 01 07:56:56.133 DEBGadding route 172.17.0.27/32 -> 10.0.0.255INFOSep 01 07:56:56.133 created new freemapadding route 172.17.0.27/32 -> 10.0.0.255
55152026-09-01T07:56:57.430Z
55162026-09-01T07:56:57.430ZINFO adding route 172.17.0.7/32 -> 10.0.0.255,
55172026-09-01T07:56:57.430Zunit:Sep 01 07:56:56.133 DEBGSep 01 07:56:56.133 Sep 01 07:56:56.133freemap_route_ipv6 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:56:56.133DEBG
55182026-09-01T07:56:57.430Z
55192026-09-01T07:56:57.430Z INFO DEBG Sep 01 07:56:56.133 adding route 172.17.0.16/32 -> 10.0.0.255 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 } }]
55202026-09-01T07:56:57.430Z
55212026-09-01T07:56:57.430ZINFOreplacing 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.28/32 -> 10.0.0.255
55222026-09-01T07:56:57.430ZSep 01 07:56:56.133
55232026-09-01T07:56:57.430Z Sep 01 07:56:56.133 DEBGINFOSep 01 07:56:56.133 Sep 01 07:56:56.133 initted freemap. size: 64adding route 172.17.0.28/32 -> 10.0.0.255 INFODEBG
55242026-09-01T07:56:57.430Z, unit: Sep 01 07:56:56.133adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv4Sep 01 07:56:56.133
55252026-09-01T07:56:57.430Zreplacing 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 } }]
55262026-09-01T07:56:57.430Z
55272026-09-01T07:56:57.430ZDEBGDEBG 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.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 } }]
55282026-09-01T07:56:57.430ZSep 01 07:56:56.133
55292026-09-01T07:56:57.430ZSep 01 07:56:56.133 Sep 01 07:56:56.133INFO DEBGSep 01 07:56:56.133DEBGadding route 172.17.0.29/32 -> 10.0.0.255
55302026-09-01T07:56:57.430Zreset 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 } }], unit :
55312026-09-01T07:56:57.430Ztest route::tests::same_size_non_subset_replace ... ok
55322026-09-01T07:56:57.430Z Sep 01 07:56:56.133freemap_route_ipv4 INFOSep 01 07:56:56.133 INFOadding route 172.17.0.29/32 -> 10.0.0.255
55332026-09-01T07:56:57.430Z
55342026-09-01T07:56:57.430Z DEBGadding route 172.17.0.17/32 -> 10.0.0.255
55352026-09-01T07:56:57.430ZSep 01 07:56:56.133replacing 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 } }]Sep 01 07:56:56.133 Sep 01 07:56:56.133 DEBGDEBGINFO initted freemap. size: 64 , 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 } }]Sep 01 07:56:56.133unit
55362026-09-01T07:56:57.430Z:
55372026-09-01T07:56:57.430Zadding route 172.17.0.9/32 -> 10.0.0.255 freemap_route_ipv6DEBG
55382026-09-01T07:56:57.430Z
55392026-09-01T07:56:57.430Zreplacing 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 } }]Sep 01 07:56:56.133
55402026-09-01T07:56:57.430ZSep 01 07:56:56.133Sep 01 07:56:56.133Sep 01 07:56:56.133 INFOINFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255DEBG
55412026-09-01T07:56:57.430Zadding route 172.17.0.30/32 -> 10.0.0.255 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 } }]
55422026-09-01T07:56:57.431Zreset freemapSep 01 07:56:56.133,
55432026-09-01T07:56:57.431Z Sep 01 07:56:56.133unitSep 01 07:56:56.133 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]:
55442026-09-01T07:56:57.431Z
55452026-09-01T07:56:57.431Z freemap_route_ipv6Sep 01 07:56:56.133 Sep 01 07:56:56.133INFOSep 01 07:56:56.133
55462026-09-01T07:56:57.431Z INFOINFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
55472026-09-01T07:56:57.431Z
55482026-09-01T07:56:57.431Z
55492026-09-01T07:56:57.431Zadding route 172.17.0.31/32 -> 10.0.0.255
55502026-09-01T07:56:57.431ZSep 01 07:56:56.133Sep 01 07:56:56.133Sep 01 07:56:56.133 Sep 01 07:56:56.133DEBGINFO 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 } }] 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 } }]
55512026-09-01T07:56:57.431Z adding route 3fff:dead::/64 -> 2001:db8::55:1
55522026-09-01T07:56:57.431Z
55532026-09-01T07:56:57.431ZSep 01 07:56:56.133replacing 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
55542026-09-01T07:56:57.431Z Sep 01 07:56:56.133replacing 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 } }] INFOSep 01 07:56:56.133 adding route 172.17.0.32/32 -> 10.0.0.255
55552026-09-01T07:56:57.431Z INFOSep 01 07:56:56.133
55562026-09-01T07:56:57.431Z Sep 01 07:56:56.133 INFOadding route 172.17.0.19/32 -> 10.0.0.255 Sep 01 07:56:56.133adding route 172.17.0.11/32 -> 10.0.0.255Sep 01 07:56:56.133
55572026-09-01T07:56:57.431Z DEBGINFO 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 } }]
55582026-09-01T07:56:57.431Zadding route 172.17.0.32/32 -> 10.0.0.255Sep 01 07:56:56.133
55592026-09-01T07:56:57.431ZDEBG
55602026-09-01T07:56:57.431Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
55612026-09-01T07:56:57.431ZSep 01 07:56:56.133
55622026-09-01T07:56:57.431ZINFOSep 01 07:56:56.133 adding route 172.17.0.33/32 -> 10.0.0.255
55632026-09-01T07:56:57.431ZSep 01 07:56:56.133 Sep 01 07:56:56.133Sep 01 07:56:56.133 DEBGDEBG INFOSep 01 07:56:56.133INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
55642026-09-01T07:56:57.431Zadding route 3fff:dead::/64 -> 2001:db8::55:2
55652026-09-01T07:56:57.431ZDEBG
55662026-09-01T07:56:57.431Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Sep 01 07:56:56.133Sep 01 07:56:56.133
55672026-09-01T07:56:57.431Z
55682026-09-01T07:56:57.431ZDEBG Sep 01 07:56:56.133replacing 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 } }] Sep 01 07:56:56.133
55692026-09-01T07:56:57.431Z Sep 01 07:56:56.133INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOadding route 172.17.0.34/32 -> 10.0.0.255
55702026-09-01T07:56:57.431Z
55712026-09-01T07:56:57.431Z adding route 172.17.0.33/32 -> 10.0.0.255Sep 01 07:56:56.133
55722026-09-01T07:56:57.435ZSep 01 07:56:56.133 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.13/32 -> 10.0.0.255
55732026-09-01T07:56:57.435Z
55742026-09-01T07:56:57.435ZSep 01 07:56:56.133adding route 172.17.0.20/32 -> 10.0.0.255
55752026-09-01T07:56:57.435ZDEBG Sep 01 07:56:56.133replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
55762026-09-01T07:56:57.435ZINFOSep 01 07:56:56.133 Sep 01 07:56:56.133 DEBG adding route 172.17.0.35/32 -> 10.0.0.255
55772026-09-01T07:56:57.435ZSep 01 07:56:56.133DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.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 } }]
55782026-09-01T07:56:57.435Z
55792026-09-01T07:56:57.435Zreplacing 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 } }]
55802026-09-01T07:56:57.435ZSep 01 07:56:56.134Sep 01 07:56:56.139 DEBGINFO created new freemapadding route 172.17.0.14/32 -> 10.0.0.255, unit:Sep 01 07:56:56.133
55812026-09-01T07:56:57.435Z DEBG Sep 01 07:56:56.139replacing 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 } }]freemap_route_ipv4
55822026-09-01T07:56:57.435Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55832026-09-01T07:56:57.435Z
55842026-09-01T07:56:57.435Zreplacing 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 } }]
55852026-09-01T07:56:57.435ZSep 01 07:56:56.139Sep 01 07:56:56.139Sep 01 07:56:56.139 DEBGINFO adding route 172.17.0.36/32 -> 10.0.0.255INFOcreated new freemap
55862026-09-01T07:56:57.436Z adding route 172.17.0.4/32 -> 10.0.0.255Sep 01 07:56:56.139
55872026-09-01T07:56:57.436Z, INFOSep 01 07:56:56.139unit adding route 172.17.0.15/32 -> 10.0.0.255:
55882026-09-01T07:56:57.436ZDEBG freemap_route_ipv6
55892026-09-01T07:56:57.436Zreplacing 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 } }]
55902026-09-01T07:56:57.436ZSep 01 07:56:56.139Sep 01 07:56:56.139 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.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 } }]Sep 01 07:56:56.139
55912026-09-01T07:56:57.436Z
55922026-09-01T07:56:57.436Z Sep 01 07:56:56.139INFO Sep 01 07:56:56.139 DEBG adding route 172.17.0.37/32 -> 10.0.0.255INFOSep 01 07:56:56.139
55932026-09-01T07:56:57.436Zadding route 172.17.0.16/32 -> 10.0.0.255 initted freemap. size: 64
55942026-09-01T07:56:57.436Z, INFOunitSep 01 07:56:56.139: DEBG freemap_route_ipv4
55952026-09-01T07:56:57.436Z Sep 01 07:56:56.139adding route 172.17.0.5/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 } }]
55962026-09-01T07:56:57.436Z
55972026-09-01T07:56:57.436Z DEBG Sep 01 07:56:56.139replacing 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
55982026-09-01T07:56:57.436Z reset freemapSep 01 07:56:56.139, INFOunit Sep 01 07:56:56.139:adding route 172.17.0.38/32 -> 10.0.0.255Sep 01 07:56:56.139
55992026-09-01T07:56:57.436ZINFODEBG adding route 172.17.0.17/32 -> 10.0.0.255
56002026-09-01T07:56:57.436Zreplacing 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 } }] Sep 01 07:56:56.139
56012026-09-01T07:56:57.436Zfreemap_route_ipv4
56022026-09-01T07:56:57.436ZDEBG Sep 01 07:56:56.139replacing 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 } }]
56032026-09-01T07:56:57.436ZDEBGSep 01 07:56:56.139Sep 01 07:56:56.139 INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:56:56.139
56042026-09-01T07:56:57.436Z DEBGINFO initted freemap. size: 64 adding route 172.17.0.39/32 -> 10.0.0.255,
56052026-09-01T07:56:57.436ZSep 01 07:56:56.139adding route 172.17.0.6/32 -> 10.0.0.255unit:
56062026-09-01T07:56:57.436ZINFOSep 01 07:56:56.139 freemap_route_ipv6
56072026-09-01T07:56:57.436Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
56082026-09-01T07:56:57.436Z 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 } }]Sep 01 07:56:56.139
56092026-09-01T07:56:57.436Z Sep 01 07:56:56.139DEBG Sep 01 07:56:56.139DEBG DEBGreset freemapSep 01 07:56:56.139, unitINFOreplacing 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 } }]
56102026-09-01T07:56:57.436Zadding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56112026-09-01T07:56:57.436Z
56122026-09-01T07:56:57.436Z: Sep 01 07:56:56.139freemap_route_ipv6 Sep 01 07:56:56.139INFOSep 01 07:56:56.139
56132026-09-01T07:56:57.436Zadding route 172.17.0.7/32 -> 10.0.0.255INFO
56142026-09-01T07:56:57.436Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255
56152026-09-01T07:56:57.436Zreplacing 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 } }]Sep 01 07:56:56.139
56162026-09-01T07:56:57.436Z Sep 01 07:56:56.139INFOSep 01 07:56:56.139 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
56172026-09-01T07:56:57.436Zreplacing 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 } }]DEBGSep 01 07:56:56.139 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 } }]
56182026-09-01T07:56:57.436ZINFO
56192026-09-01T07:56:57.436Z Sep 01 07:56:56.139adding route 172.17.0.41/32 -> 10.0.0.255
56202026-09-01T07:56:57.436ZSep 01 07:56:56.139 Sep 01 07:56:56.139DEBG Sep 01 07:56:56.139INFO INFODEBG adding route 172.17.0.20/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 } }]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 } }]
56212026-09-01T07:56:57.436Z
56222026-09-01T07:56:57.436Z
56232026-09-01T07:56:57.436Z adding route 172.17.0.8/32 -> 10.0.0.255Sep 01 07:56:56.139Sep 01 07:56:56.139Sep 01 07:56:56.139 INFO DEBGINFO
56242026-09-01T07:56:57.436Z adding route 172.17.0.42/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 } }]
56252026-09-01T07:56:57.437Zadding route 172.16.0.0/32 -> 10.0.0.2
56262026-09-01T07:56:57.437ZSep 01 07:56:56.139
56272026-09-01T07:56:57.437Z DEBGSep 01 07:56:56.139 Sep 01 07:56:56.139replacing 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 } }]
56282026-09-01T07:56:57.437ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
56292026-09-01T07:56:57.437ZDEBGSep 01 07:56:56.139Sep 01 07:56:56.139 DEBG Sep 01 07:56:56.139replacing 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 } }]
56302026-09-01T07:56:57.437ZINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.9/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56312026-09-01T07:56:57.437ZSep 01 07:56:56.139
56322026-09-01T07:56:57.437Z
56332026-09-01T07:56:57.437Z INFOSep 01 07:56:56.139 adding route 172.17.0.43/32 -> 10.0.0.255
56342026-09-01T07:56:57.437ZINFOSep 01 07:56:56.139 Sep 01 07:56:56.139 DEBGDEBG adding route 172.17.0.22/32 -> 10.0.0.255 Sep 01 07:56:56.139
56352026-09-01T07:56:57.437Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
56362026-09-01T07:56:57.437ZSep 01 07:56:56.139
56372026-09-01T07:56:57.437ZDEBG 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 } }]DEBG
56382026-09-01T07:56:57.437Z 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 } }]Sep 01 07:56:56.139
56392026-09-01T07:56:57.437Z INFO adding route 172.17.0.10/32 -> 10.0.0.255
56402026-09-01T07:56:57.437ZSep 01 07:56:56.139 Sep 01 07:56:56.139INFOSep 01 07:56:56.139 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
56412026-09-01T07:56:57.437ZSep 01 07:56:56.139 INFO INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 01 07:56:56.139
56422026-09-01T07:56:57.437Z adding route 172.17.0.34/32 -> 10.0.0.255DEBG
56432026-09-01T07:56:57.437Zadding route 172.17.0.44/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 } }]
56442026-09-01T07:56:57.437Z
56452026-09-01T07:56:57.437ZSep 01 07:56:56.139 DEBG Sep 01 07:56:56.139replacing 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 } }]Sep 01 07:56:56.139
56462026-09-01T07:56:57.437Z DEBG INFO Sep 01 07:56:56.139 Sep 01 07:56:56.139adding route 172.17.0.24/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 } }]
56472026-09-01T07:56:57.437Z
56482026-09-01T07:56:57.437ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
56492026-09-01T07:56:57.437ZINFO Sep 01 07:56:56.139 DEBGadding route 172.17.0.11/32 -> 10.0.0.255
56502026-09-01T07:56:57.437ZSep 01 07:56:56.139replacing 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 } }]Sep 01 07:56:56.139
56512026-09-01T07:56:57.437Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
56522026-09-01T07:56:57.437ZDEBGSep 01 07:56:56.139Sep 01 07:56:56.139 DEBG 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 } }]
56532026-09-01T07:56:57.437Zreplacing 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.25/32 -> 10.0.0.255
56542026-09-01T07:56:57.437Z
56552026-09-01T07:56:57.437ZSep 01 07:56:56.139 Sep 01 07:56:56.139INFO Sep 01 07:56:56.139DEBG DEBGadding route 172.17.0.36/32 -> 10.0.0.255 Sep 01 07:56:56.139
56562026-09-01T07:56:57.437Zreplacing 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.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 } }]
56572026-09-01T07:56:57.437Z
56582026-09-01T07:56:57.437Z INFO adding route 172.17.0.12/32 -> 10.0.0.255Sep 01 07:56:56.139
56592026-09-01T07:56:57.437Z INFOSep 01 07:56:56.139 adding route 172.17.0.46/32 -> 10.0.0.255INFO
56602026-09-01T07:56:57.437Z Sep 01 07:56:56.140adding route 172.17.0.26/32 -> 10.0.0.255Sep 01 07:56:56.139
56612026-09-01T07:56:57.437Z DEBGSep 01 07:56:56.140DEBG 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 } }]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 } }]Sep 01 07:56:56.140
56622026-09-01T07:56:57.437Z
56632026-09-01T07:56:57.437Z 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
56642026-09-01T07:56:57.437Z 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 } }]
56652026-09-01T07:56:57.438ZSep 01 07:56:56.140 Sep 01 07:56:56.140Sep 01 07:56:56.140INFO Sep 01 07:56:56.140INFO INFOINFOadding route 172.17.0.47/32 -> 10.0.0.255
56662026-09-01T07:56:57.438Zadding route 172.17.0.37/32 -> 10.0.0.255
56672026-09-01T07:56:57.438Zadding route 172.17.0.13/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255
56682026-09-01T07:56:57.438Z
56692026-09-01T07:56:57.438ZSep 01 07:56:56.140 Sep 01 07:56:56.140DEBG Sep 01 07:56:56.140replacing 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
56702026-09-01T07:56:57.438ZDEBG Sep 01 07:56:56.140 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.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 } }]
56712026-09-01T07:56:57.438Z
56722026-09-01T07:56:57.441Zreplacing 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 } }]
56732026-09-01T07:56:57.441ZSep 01 07:56:56.140 Sep 01 07:56:56.140INFO Sep 01 07:56:56.140 Sep 01 07:56:56.140adding route 172.17.0.48/32 -> 10.0.0.255
56742026-09-01T07:56:57.442ZINFOSep 01 07:56:56.140 adding route 172.17.0.38/32 -> 10.0.0.255INFO
56752026-09-01T07:56:57.442Zadding route 172.17.0.28/32 -> 10.0.0.255
56762026-09-01T07:56:57.442ZINFOSep 01 07:56:56.140 INFOadding route 172.17.0.21/32 -> 10.0.0.255Sep 01 07:56:56.140
56772026-09-01T07:56:57.442Z Sep 01 07:56:56.140DEBGDEBG 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 } }]Sep 01 07:56:56.140DEBG
56782026-09-01T07:56:57.442Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255DEBG
56792026-09-01T07:56:57.442Z
56802026-09-01T07:56:57.442Zreplacing 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 } }]
56812026-09-01T07:56:57.442ZSep 01 07:56:56.140replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Sep 01 07:56:56.140adding route 172.17.0.49/32 -> 10.0.0.255
56822026-09-01T07:56:57.442ZSep 01 07:56:56.140 INFOSep 01 07:56:56.140
56832026-09-01T07:56:57.442Z Sep 01 07:56:56.140INFO adding route 172.17.0.22/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255
56842026-09-01T07:56:57.442Z
56852026-09-01T07:56:57.442Zadding route 172.17.0.39/32 -> 10.0.0.255
56862026-09-01T07:56:57.442Z DEBG Sep 01 07:56:56.140Sep 01 07:56:56.140Sep 01 07:56:56.140 Sep 01 07:56:56.140DEBG DEBGDEBG 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 } }] 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.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56872026-09-01T07:56:57.442Z
56882026-09-01T07:56:57.442Z
56892026-09-01T07:56:57.442Z 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 } }]Sep 01 07:56:56.140Sep 01 07:56:56.140
56902026-09-01T07:56:57.442Z Sep 01 07:56:56.140INFO INFOINFO
56912026-09-01T07:56:57.442Z adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
56922026-09-01T07:56:57.442Zadding route 172.17.0.30/32 -> 10.0.0.255
56932026-09-01T07:56:57.442Z
56942026-09-01T07:56:57.442ZSep 01 07:56:56.140 Sep 01 07:56:56.140DEBGSep 01 07:56:56.140 Sep 01 07:56:56.140replacing 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
56952026-09-01T07:56:57.442ZINFO DEBGSep 01 07:56:56.140replacing 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 } }]
56962026-09-01T07:56:57.442Zreplacing 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.40/32 -> 10.0.0.255Sep 01 07:56:56.140
56972026-09-01T07:56:57.442ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
56982026-09-01T07:56:57.442ZSep 01 07:56:56.146 DEBGSep 01 07:56:56.146 DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 01 07:56:56.146
56992026-09-01T07:56:57.442Z 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
57002026-09-01T07:56:57.442Z adding route 172.17.0.31/32 -> 10.0.0.255
57012026-09-01T07:56:57.442ZSep 01 07:56:56.146 Sep 01 07:56:56.146Sep 01 07:56:56.146 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255DEBG
57022026-09-01T07:56:57.442Zadding route 172.17.0.25/32 -> 10.0.0.255
57032026-09-01T07:56:57.442Zreplacing 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 } }]
57042026-09-01T07:56:57.442ZSep 01 07:56:56.146
57052026-09-01T07:56:57.442Z Sep 01 07:56:56.146 Sep 01 07:56:56.146DEBG INFOreplacing 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 } }] DEBGSep 01 07:56:56.146
57062026-09-01T07:56:57.442Z adding route 172.17.0.32/32 -> 10.0.0.255
57072026-09-01T07:56:57.442Zreplacing 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 } }]
57082026-09-01T07:56:57.442ZINFO Sep 01 07:56:56.146Sep 01 07:56:56.146 INFOSep 01 07:56:56.146adding route 172.17.0.51/32 -> 10.0.0.255 DEBG
57092026-09-01T07:56:57.442ZINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
57102026-09-01T07:56:57.442ZSep 01 07:56:56.146
57112026-09-01T07:56:57.443Z
57122026-09-01T07:56:57.443Z 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 } }]Sep 01 07:56:56.146
57132026-09-01T07:56:57.443ZSep 01 07:56:56.146Sep 01 07:56:56.146 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 } }]
57142026-09-01T07:56:57.443ZSep 01 07:56:56.146replacing 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 } }]
57152026-09-01T07:56:57.443ZINFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
57162026-09-01T07:56:57.443Z
57172026-09-01T07:56:57.443ZSep 01 07:56:56.146 INFOSep 01 07:56:56.146 adding route 172.17.0.27/32 -> 10.0.0.255Sep 01 07:56:56.146INFO
57182026-09-01T07:56:57.443Z Sep 01 07:56:56.146 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 Sep 01 07:56:56.146 DEBG
57192026-09-01T07:56:57.443Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.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 } }]
57202026-09-01T07:56:57.443Z
57212026-09-01T07:56:57.443Zreplacing 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 } }]Sep 01 07:56:56.146
57222026-09-01T07:56:57.443Z 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 } }]
57232026-09-01T07:56:57.443ZSep 01 07:56:56.146Sep 01 07:56:56.146 INFOSep 01 07:56:56.146 INFOINFO Sep 01 07:56:56.146adding route 172.17.0.53/32 -> 10.0.0.255
57242026-09-01T07:56:57.443Zadding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
57252026-09-01T07:56:57.443Z
57262026-09-01T07:56:57.443ZSep 01 07:56:56.146 INFO Sep 01 07:56:56.146DEBG DEBGSep 01 07:56:56.146 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 } }]
57272026-09-01T07:56:57.443ZDEBG 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.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 } }]
57282026-09-01T07:56:57.443Zadding route 172.17.0.34/32 -> 10.0.0.255
57292026-09-01T07:56:57.443ZSep 01 07:56:56.146 INFO
57302026-09-01T07:56:57.443Zadding route 172.17.0.54/32 -> 10.0.0.255Sep 01 07:56:56.146Sep 01 07:56:56.146
57312026-09-01T07:56:57.443Z INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 Sep 01 07:56:56.146
57322026-09-01T07:56:57.443Z Sep 01 07:56:56.146 DEBGadding route 172.17.0.29/32 -> 10.0.0.255
57332026-09-01T07:56:57.443Zreplacing 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 } }]Sep 01 07:56:56.146DEBG
57342026-09-01T07:56:57.443Z Sep 01 07:56:56.146 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
57352026-09-01T07:56:57.443Z Sep 01 07:56:56.146replacing 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
57362026-09-01T07:56:57.443ZDEBG 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 } }]Sep 01 07:56:56.146
57372026-09-01T07:56:57.443Z Sep 01 07:56:56.146INFO adding route 172.17.0.35/32 -> 10.0.0.255INFOadding route 172.17.0.55/32 -> 10.0.0.255
57382026-09-01T07:56:57.443Z
57392026-09-01T07:56:57.443Zadding route 172.17.0.30/32 -> 10.0.0.255Sep 01 07:56:56.146
57402026-09-01T07:56:57.443Z Sep 01 07:56:56.146Sep 01 07:56:56.146INFO 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 } }]DEBGadding route 172.17.0.46/32 -> 10.0.0.255
57412026-09-01T07:56:57.443Zreplacing 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 } }]Sep 01 07:56:56.146
57422026-09-01T07:56:57.443Z DEBG
57432026-09-01T07:56:57.443Z 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 } }]Sep 01 07:56:56.146
57442026-09-01T07:56:57.443Z Sep 01 07:56:56.146INFO Sep 01 07:56:56.146DEBGSep 01 07:56:56.146adding route 172.17.0.56/32 -> 10.0.0.255
57452026-09-01T07:56:57.443Z 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 } }] INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255Sep 01 07:56:56.146
57462026-09-01T07:56:57.443Z
57472026-09-01T07:56:57.443ZDEBG
57482026-09-01T07:56:57.443Z Sep 01 07:56:56.146replacing 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
57492026-09-01T07:56:57.443ZSep 01 07:56:56.146 Sep 01 07:56:56.146 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 } }] Sep 01 07:56:56.146
57502026-09-01T07:56:57.444ZDEBGINFO INFO adding route 172.17.0.57/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 } }]
57512026-09-01T07:56:57.444ZSep 01 07:56:56.146
57522026-09-01T07:56:57.444Z INFOadding route 172.17.0.47/32 -> 10.0.0.255 Sep 01 07:56:56.146adding route 172.17.0.32/32 -> 10.0.0.255
57532026-09-01T07:56:57.444Z DEBG
57542026-09-01T07:56:57.444Z 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 } }]Sep 01 07:56:56.146
57552026-09-01T07:56:57.444ZSep 01 07:56:56.146 DEBG 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 } }]
57562026-09-01T07:56:57.444Zadding route 172.17.0.37/32 -> 10.0.0.255Sep 01 07:56:56.146Sep 01 07:56:56.146 INFO
57572026-09-01T07:56:57.444Zadding route 172.17.0.58/32 -> 10.0.0.255
57582026-09-01T07:56:57.444Z Sep 01 07:56:56.152Sep 01 07:56:56.152INFO DEBGDEBG adding route 172.17.0.15/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 } }]
57592026-09-01T07:56:57.444Z
57602026-09-01T07:56:57.444Zreplacing 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 } }]
57612026-09-01T07:56:57.444ZSep 01 07:56:56.152 INFO adding route 172.17.0.59/32 -> 10.0.0.255
57622026-09-01T07:56:57.444ZSep 01 07:56:56.152Sep 01 07:56:56.152 INFOINFOSep 01 07:56:56.152 Sep 01 07:56:56.152 adding route 172.17.0.38/32 -> 10.0.0.255DEBGDEBG 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 } }]
57632026-09-01T07:56:57.444Zreplacing 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 } }]
57642026-09-01T07:56:57.444Z
57652026-09-01T07:56:57.444ZSep 01 07:56:56.152 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
57662026-09-01T07:56:57.444Z Sep 01 07:56:56.152 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 } }]Sep 01 07:56:56.152
57672026-09-01T07:56:57.444ZINFO INFOadding route 172.17.0.33/32 -> 10.0.0.255Sep 01 07:56:56.152
57682026-09-01T07:56:57.444Z Sep 01 07:56:56.152 INFOadding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.39/32 -> 10.0.0.255
57692026-09-01T07:56:57.444ZDEBGSep 01 07:56:56.152
57702026-09-01T07:56:57.444Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57712026-09-01T07:56:57.444Z Sep 01 07:56:56.152replacing 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 } }] Sep 01 07:56:56.152
57722026-09-01T07:56:57.448Z Sep 01 07:56:56.152DEBGDEBG 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 } }]
57732026-09-01T07:56:57.448Zreplacing 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 } }] Sep 01 07:56:56.152INFO Sep 01 07:56:56.152 adding route 172.17.0.49/32 -> 10.0.0.255INFO
57742026-09-01T07:56:57.448Z INFO
57752026-09-01T07:56:57.448Zadding route 172.17.0.40/32 -> 10.0.0.255
57762026-09-01T07:56:57.448Zadding route 172.17.0.34/32 -> 10.0.0.255
57772026-09-01T07:56:57.448ZSep 01 07:56:56.152 INFOSep 01 07:56:56.152Sep 01 07:56:56.152 Sep 01 07:56:56.152 DEBG adding route 172.17.0.17/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57782026-09-01T07:56:57.448Z
57792026-09-01T07:56:57.448Zreplacing 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 } }]
57802026-09-01T07:56:57.448ZSep 01 07:56:56.152replacing 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 } }]Sep 01 07:56:56.152
57812026-09-01T07:56:57.448ZINFODEBG 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 } }]
57822026-09-01T07:56:57.448Zadding route 172.17.0.41/32 -> 10.0.0.255Sep 01 07:56:56.152
57832026-09-01T07:56:57.448ZSep 01 07:56:56.152 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
57842026-09-01T07:56:57.448Z
57852026-09-01T07:56:57.448ZSep 01 07:56:56.152 Sep 01 07:56:56.152DEBG INFOSep 01 07:56:56.152 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 } }]Sep 01 07:56:56.152DEBG
57862026-09-01T07:56:57.448Z 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
57872026-09-01T07:56:57.448Z 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 } }]Sep 01 07:56:56.152
57882026-09-01T07:56:57.448Z adding route 172.17.0.18/32 -> 10.0.0.255INFOSep 01 07:56:56.152Sep 01 07:56:56.152
57892026-09-01T07:56:57.448Z INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
57902026-09-01T07:56:57.448Z
57912026-09-01T07:56:57.448Z
57922026-09-01T07:56:57.449ZSep 01 07:56:56.152 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 } }]Sep 01 07:56:56.152Sep 01 07:56:56.152
57932026-09-01T07:56:57.449ZSep 01 07:56:56.152DEBG DEBG 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.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 } }]
57942026-09-01T07:56:57.449Zreplacing 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 } }]Sep 01 07:56:56.152
57952026-09-01T07:56:57.449Z INFO
57962026-09-01T07:56:57.449Z Sep 01 07:56:56.152Sep 01 07:56:56.152 adding route 172.17.0.19/32 -> 10.0.0.255 INFO
57972026-09-01T07:56:57.449Z INFOSep 01 07:56:56.152 adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
57982026-09-01T07:56:57.449Z
57992026-09-01T07:56:57.449Z INFO Sep 01 07:56:56.152adding route 172.17.0.52/32 -> 10.0.0.255Sep 01 07:56:56.152Sep 01 07:56:56.152
58002026-09-01T07:56:57.449Z DEBG DEBG 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 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 } }]Sep 01 07:56:56.152
58012026-09-01T07:56:57.449Z
58022026-09-01T07:56:57.449Z 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 } }]Sep 01 07:56:56.152
58032026-09-01T07:56:57.449Z 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
58042026-09-01T07:56:57.449ZSep 01 07:56:56.152adding route 172.17.0.44/32 -> 10.0.0.255Sep 01 07:56:56.152
58052026-09-01T07:56:57.449Z INFO adding route 172.17.0.20/32 -> 10.0.0.255INFOSep 01 07:56:56.152Sep 01 07:56:56.152
58062026-09-01T07:56:57.449Z INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
58072026-09-01T07:56:57.449Z Sep 01 07:56:56.152replacing 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
58082026-09-01T07:56:57.449Z
58092026-09-01T07:56:57.449Z Sep 01 07:56:56.152 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 } }]Sep 01 07:56:56.152
58102026-09-01T07:56:57.449Z DEBGINFOSep 01 07:56:56.152 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.45/32 -> 10.0.0.255
58112026-09-01T07:56:57.449Z
58122026-09-01T07:56:57.449ZSep 01 07:56:56.152 DEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255
58132026-09-01T07:56:57.449ZSep 01 07:56:56.152replacing 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 } }]Sep 01 07:56:56.152
58142026-09-01T07:56:57.449Z Sep 01 07:56:56.152DEBGINFO adding route 172.17.0.54/32 -> 10.0.0.255Sep 01 07:56:56.152DEBG
58152026-09-01T07:56:57.449Z 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
58162026-09-01T07:56:57.449Zreplacing 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 } }]
58172026-09-01T07:56:57.449Zadding route 172.17.0.39/32 -> 10.0.0.255Sep 01 07:56:56.152 Sep 01 07:56:56.152DEBG
58182026-09-01T07:56:57.449ZINFO 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.46/32 -> 10.0.0.255Sep 01 07:56:56.152
58192026-09-01T07:56:57.449Z
58202026-09-01T07:56:57.449ZSep 01 07:56:56.152 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 } }]INFO
58212026-09-01T07:56:57.449ZSep 01 07:56:56.152 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
58222026-09-01T07:56:57.449Z Sep 01 07:56:56.152replacing 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 } }]Sep 01 07:56:56.152
58232026-09-01T07:56:57.449Z INFOSep 01 07:56:56.152 adding route 172.17.0.55/32 -> 10.0.0.255 INFO
58242026-09-01T07:56:57.449Z Sep 01 07:56:56.152adding route 172.17.0.40/32 -> 10.0.0.255 DEBGINFO
58252026-09-01T07:56:57.449Z adding route 172.17.0.47/32 -> 10.0.0.255
58262026-09-01T07:56:57.449Zreplacing 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 } }]Sep 01 07:56:56.152Sep 01 07:56:56.152
58272026-09-01T07:56:57.449Z Sep 01 07:56:56.152 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.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 } }]
58282026-09-01T07:56:57.449Z
58292026-09-01T07:56:57.449ZSep 01 07:56:56.152DEBG 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 } }] adding route 172.17.0.23/32 -> 10.0.0.255
58302026-09-01T07:56:57.449Z
58312026-09-01T07:56:57.449ZSep 01 07:56:56.152Sep 01 07:56:56.152 INFOSep 01 07:56:56.152 adding route 172.17.0.56/32 -> 10.0.0.255INFOSep 01 07:56:56.152INFO
58322026-09-01T07:56:57.450Zadding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
58332026-09-01T07:56:57.450Z
58342026-09-01T07:56:57.450Z 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 } }]
58352026-09-01T07:56:57.450ZSep 01 07:56:56.152Sep 01 07:56:56.152 DEBGSep 01 07:56:56.152 DEBGSep 01 07:56:56.152 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 } }]INFO
58362026-09-01T07:56:57.450Ztest route::tests::add_target_fails_full ... ok
58372026-09-01T07:56:57.450Z 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 } }]
58382026-09-01T07:56:57.450Zadding route 172.17.0.24/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 } }]
58392026-09-01T07:56:57.450Z
58402026-09-01T07:56:57.450ZSep 01 07:56:56.152Sep 01 07:56:56.152 DEBGSep 01 07:56:56.152DEBG Sep 01 07:56:56.152 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 } }]
58412026-09-01T07:56:57.450Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58422026-09-01T07:56:57.450Zadding route 172.17.0.42/32 -> 10.0.0.255 INFO
58432026-09-01T07:56:57.450Zadding route 172.17.0.57/32 -> 10.0.0.255 Sep 01 07:56:56.152
58442026-09-01T07:56:57.450Z adding route 172.17.0.49/32 -> 10.0.0.255Sep 01 07:56:56.152INFO adding route 172.17.0.25/32 -> 10.0.0.255
58452026-09-01T07:56:57.450ZSep 01 07:56:56.152INFO
58462026-09-01T07:56:57.450ZSep 01 07:56:56.152 DEBG adding route 172.17.0.60/32 -> 10.0.0.255DEBG
58472026-09-01T07:56:57.450Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58482026-09-01T07:56:57.450Z
58492026-09-01T07:56:57.450Ztest route::tests::delete_targets_full ... ok
58502026-09-01T07:56:57.450ZSep 01 07:56:56.152 Sep 01 07:56:56.152Sep 01 07:56:56.152 DEBG Sep 01 07:56:56.152DEBG 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 } }]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 } }] adding route 172.17.0.58/32 -> 10.0.0.255
58512026-09-01T07:56:57.450Z
58522026-09-01T07:56:57.450Ztest route::tests::delete_target_full ... ok
58532026-09-01T07:56:57.450Ztest route::tests::delete_target_fragmented ... ok
58542026-09-01T07:56:57.450Zreplacing 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 } }]
58552026-09-01T07:56:57.450Z
58562026-09-01T07:56:57.450ZSep 01 07:56:56.152 INFOSep 01 07:56:56.152 Sep 01 07:56:56.152adding route 172.17.0.43/32 -> 10.0.0.255INFO
58572026-09-01T07:56:57.450Z Sep 01 07:56:56.152 adding route 172.17.0.61/32 -> 10.0.0.255INFOINFO Sep 01 07:56:56.152adding route 172.17.0.50/32 -> 10.0.0.255
58582026-09-01T07:56:57.450Z
58592026-09-01T07:56:57.450ZSep 01 07:56:56.152 DEBG adding route 172.17.0.26/32 -> 10.0.0.255 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 } }]DEBGSep 01 07:56:56.152Sep 01 07:56:56.152
58602026-09-01T07:56:57.450Z
58612026-09-01T07:56:57.450Z DEBG 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 } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58622026-09-01T07:56:57.450Z
58632026-09-01T07:56:57.450ZSep 01 07:56:56.152Sep 01 07:56:56.152
58642026-09-01T07:56:57.450Z INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 Sep 01 07:56:56.152Sep 01 07:56:56.152
58652026-09-01T07:56:57.450Z 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 } }]Sep 01 07:56:56.152INFOINFO
58662026-09-01T07:56:57.450Z adding route 172.17.0.51/32 -> 10.0.0.255
58672026-09-01T07:56:57.450ZSep 01 07:56:56.152adding route 172.17.0.62/32 -> 10.0.0.255Sep 01 07:56:56.152
58682026-09-01T07:56:57.450Z Sep 01 07:56:56.152 DEBGINFODEBG 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 } }]Sep 01 07:56:56.152replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
58692026-09-01T07:56:57.450ZDEBG
58702026-09-01T07:56:57.450Z
58712026-09-01T07:56:57.450Zreplacing 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 } }]INFOSep 01 07:56:56.153
58722026-09-01T07:56:57.454Z Sep 01 07:56:56.153adding route 172.17.0.44/32 -> 10.0.0.255Sep 01 07:56:56.153
58732026-09-01T07:56:57.454ZSep 01 07:56:56.153 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255 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 } }]INFOINFOSep 01 07:56:56.153
58742026-09-01T07:56:57.454Z
58752026-09-01T07:56:57.454Z adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
58762026-09-01T07:56:57.454ZDEBG
58772026-09-01T07:56:57.455Z 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 } }]Sep 01 07:56:56.153 Sep 01 07:56:56.153
58782026-09-01T07:56:57.455ZDEBGSep 01 07:56:56.153 Sep 01 07:56:56.153 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
58792026-09-01T07:56:57.455Z
58802026-09-01T07:56:57.455ZDEBG 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 } }]Sep 01 07:56:56.159INFO DEBG
58812026-09-01T07:56:57.455Z failed to allocate space for the new target listadding route 172.17.0.28/32 -> 10.0.0.255
58822026-09-01T07:56:57.455Z
58832026-09-01T07:56:57.455ZSep 01 07:56:56.159 Sep 01 07:56:56.159 INFOINFO Sep 01 07:56:56.159 Sep 01 07:56:56.159 adding route 172.17.0.53/32 -> 10.0.0.255 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 } }]DEBG
58842026-09-01T07:56:57.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.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58852026-09-01T07:56:57.455Z
58862026-09-01T07:56:57.455ZSep 01 07:56:56.159 DEBGSep 01 07:56:56.159 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 } }]INFOSep 01 07:56:56.159
58872026-09-01T07:56:57.455Z DEBG adding route 172.17.0.29/32 -> 10.0.0.255failed to allocate space for the new target list
58882026-09-01T07:56:57.455Z
58892026-09-01T07:56:57.455ZSep 01 07:56:56.159 INFO adding route 172.17.0.54/32 -> 10.0.0.255
58902026-09-01T07:56:57.455ZSep 01 07:56:56.159 Sep 01 07:56:56.159DEBG 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 } }]
58912026-09-01T07:56:57.455Zreplacing 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 } }]
58922026-09-01T07:56:57.455ZSep 01 07:56:56.159 INFO Sep 01 07:56:56.159adding route 172.17.0.55/32 -> 10.0.0.255
58932026-09-01T07:56:57.455ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
58942026-09-01T07:56:57.455ZSep 01 07:56:56.159 Sep 01 07:56:56.159 DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58952026-09-01T07:56:57.455Zreplacing 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 } }]
58962026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
58972026-09-01T07:56:57.455Z
58982026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58992026-09-01T07:56:57.455Z
59002026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
59012026-09-01T07:56:57.455Z
59022026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59032026-09-01T07:56:57.455Z
59042026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
59052026-09-01T07:56:57.455Z
59062026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59072026-09-01T07:56:57.455Z
59082026-09-01T07:56:57.455ZSep 01 07:56:56.159 INFO Sep 01 07:56:56.159adding route 172.17.0.45/32 -> 10.0.0.255 Sep 01 07:56:56.159
59092026-09-01T07:56:57.455Z INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
59102026-09-01T07:56:57.455Z
59112026-09-01T07:56:57.455ZSep 01 07:56:56.159 DEBGSep 01 07:56:56.159 Sep 01 07:56:56.159DEBGreplacing 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 } }]
59122026-09-01T07:56:57.455ZDEBG 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.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 } }]
59132026-09-01T07:56:57.455ZSep 01 07:56:56.159
59142026-09-01T07:56:57.455Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
59152026-09-01T07:56:57.455ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFOINFO Sep 01 07:56:56.159adding route 172.17.0.35/32 -> 10.0.0.255 DEBG
59162026-09-01T07:56:57.456Z adding route 172.17.0.60/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 } }]
59172026-09-01T07:56:57.456Z
59182026-09-01T07:56:57.456ZSep 01 07:56:56.159 DEBGSep 01 07:56:56.159 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 } }]Sep 01 07:56:56.159INFO
59192026-09-01T07:56:57.456Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
59202026-09-01T07:56:57.456Z 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 } }]
59212026-09-01T07:56:57.456ZSep 01 07:56:56.159 Sep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG DEBGfailed to allocate space for the new target list
59222026-09-01T07:56:57.456Zreplacing 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 } }]
59232026-09-01T07:56:57.456Z adding route 172.17.0.36/32 -> 10.0.0.255
59242026-09-01T07:56:57.456ZSep 01 07:56:56.159 DEBG Sep 01 07:56:56.159replacing targets for 172.16.0.0/32 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 } }]
59252026-09-01T07:56:57.456ZSep 01 07:56:56.159INFO adding route 172.17.0.48/32 -> 10.0.0.255DEBG
59262026-09-01T07:56:57.456Z 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 } }]
59272026-09-01T07:56:57.456Zadding route 172.17.0.61/32 -> 10.0.0.255Sep 01 07:56:56.159
59282026-09-01T07:56:57.456Z Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.37/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 } }]Sep 01 07:56:56.159
59292026-09-01T07:56:57.456Z
59302026-09-01T07:56:57.456Z 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 } }]
59312026-09-01T07:56:57.456ZSep 01 07:56:56.159Sep 01 07:56:56.159 Sep 01 07:56:56.159DEBGINFO INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255
59322026-09-01T07:56:57.456Z
59332026-09-01T07:56:57.456Zadding route 172.17.0.62/32 -> 10.0.0.255
59342026-09-01T07:56:57.456Ztest route::tests::delete_targets_fragmented ... ok
59352026-09-01T07:56:57.456ZSep 01 07:56:56.159 Sep 01 07:56:56.159INFO Sep 01 07:56:56.159DEBG adding route 172.17.0.38/32 -> 10.0.0.255DEBG
59362026-09-01T07:56:57.456Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59372026-09-01T07:56:57.456Z
59382026-09-01T07:56:57.456Z
59392026-09-01T07:56:57.456Ztest result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
59402026-09-01T07:56:57.456Z
59412026-09-01T07:56:57.456ZSep 01 07:56:56.159Sep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255DEBG
59422026-09-01T07:56:57.456Z failed to allocate space for the new target listreplacing 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 } }]
59432026-09-01T07:56:57.456Z
59442026-09-01T07:56:57.456ZSep 01 07:56:56.159Sep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.39/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 } }]
59452026-09-01T07:56:57.456Z
59462026-09-01T07:56:57.456ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
59472026-09-01T07:56:57.456ZSep 01 07:56:56.159 Sep 01 07:56:56.159DEBG 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 } }]
59482026-09-01T07:56:57.456Zadding route 172.17.0.51/32 -> 10.0.0.255
59492026-09-01T07:56:57.456ZSep 01 07:56:56.159Sep 01 07:56:56.159 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 } }]
59502026-09-01T07:56:57.456Z
59512026-09-01T07:56:57.456ZSep 01 07:56:56.159Sep 01 07:56:56.159 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.52/32 -> 10.0.0.255
59522026-09-01T07:56:57.456Z
59532026-09-01T07:56:57.456ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.41/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 } }]
59542026-09-01T07:56:57.456ZSep 01 07:56:56.159
59552026-09-01T07:56:57.456ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
59562026-09-01T07:56:57.457ZSep 01 07:56:56.159 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 } }]
59572026-09-01T07:56:57.457ZSep 01 07:56:56.159 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 } }]Sep 01 07:56:56.159
59582026-09-01T07:56:57.457Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
59592026-09-01T07:56:57.457ZSep 01 07:56:56.159 INFO adding route 172.17.0.54/32 -> 10.0.0.255Sep 01 07:56:56.159
59602026-09-01T07:56:57.457Z 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 } }]
59612026-09-01T07:56:57.457ZSep 01 07:56:56.159 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 } }]Sep 01 07:56:56.159
59622026-09-01T07:56:57.457Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
59632026-09-01T07:56:57.457ZSep 01 07:56:56.159 INFO adding route 172.17.0.55/32 -> 10.0.0.255Sep 01 07:56:56.159
59642026-09-01T07:56:57.457Z 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 } }]
59652026-09-01T07:56:57.457ZSep 01 07:56:56.159 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 } }]Sep 01 07:56:56.159
59662026-09-01T07:56:57.457Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
59672026-09-01T07:56:57.457ZSep 01 07:56:56.159 INFO adding route 172.17.0.56/32 -> 10.0.0.255Sep 01 07:56:56.159
59682026-09-01T07:56:57.457Z 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 } }]
59692026-09-01T07:56:57.457ZSep 01 07:56:56.159 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 } }]Sep 01 07:56:56.159
59702026-09-01T07:56:57.457Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
59712026-09-01T07:56:57.457ZSep 01 07:56:56.159 INFO adding route 172.17.0.57/32 -> 10.0.0.255Sep 01 07:56:56.159
59722026-09-01T07:56:57.461Z 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 } }]
59732026-09-01T07:56:57.461ZSep 01 07:56:56.159 Sep 01 07:56:56.159 INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
59742026-09-01T07:56:57.461Zreplacing 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 } }]
59752026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.58/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 } }]
59762026-09-01T07:56:57.461Z
59772026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59782026-09-01T07:56:57.461Z
59792026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 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.59/32 -> 10.0.0.255
59802026-09-01T07:56:57.461Z
59812026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59822026-09-01T07:56:57.461Z
59832026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
59842026-09-01T07:56:57.461Z
59852026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.49/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 } }]
59862026-09-01T07:56:57.461Z
59872026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 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 } }]failed to allocate space for the new target list
59882026-09-01T07:56:57.461Z
59892026-09-01T07:56:57.461ZSep 01 07:56:56.159Sep 01 07:56:56.159 INFODEBG adding route 172.17.0.50/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 } }]
59902026-09-01T07:56:57.461Z
59912026-09-01T07:56:57.461ZSep 01 07:56:56.159 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 } }]
59922026-09-01T07:56:57.461ZSep 01 07:56:56.159 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59932026-09-01T07:56:57.461ZSep 01 07:56:56.159 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 } }]
59942026-09-01T07:56:57.461ZSep 01 07:56:56.159 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59952026-09-01T07:56:57.461ZSep 01 07:56:56.159 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 } }]
59962026-09-01T07:56:57.461ZSep 01 07:56:56.159 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59972026-09-01T07:56:57.461ZSep 01 07:56:56.159 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 } }]
59982026-09-01T07:56:57.461ZSep 01 07:56:56.165 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59992026-09-01T07:56:57.461ZSep 01 07:56:56.165 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 } }]
60002026-09-01T07:56:57.461ZSep 01 07:56:56.165 INFO adding route 172.17.0.55/32 -> 10.0.0.255
60012026-09-01T07:56:57.461ZSep 01 07:56:56.165 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 } }]
60022026-09-01T07:56:57.461ZSep 01 07:56:56.165 INFO adding route 172.17.0.56/32 -> 10.0.0.255
60032026-09-01T07:56:57.461ZSep 01 07:56:56.165 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 } }]
60042026-09-01T07:56:57.461ZSep 01 07:56:56.165 INFO adding route 172.17.0.57/32 -> 10.0.0.255
60052026-09-01T07:56:57.461ZSep 01 07:56:56.165 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 } }]
60062026-09-01T07:56:57.462ZSep 01 07:56:56.165 INFO adding route 172.17.0.58/32 -> 10.0.0.255
60072026-09-01T07:56:57.462ZSep 01 07:56:56.165 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 } }]
60082026-09-01T07:56:57.462ZSep 01 07:56:56.165 INFO adding route 172.17.0.59/32 -> 10.0.0.255
60092026-09-01T07:56:57.462ZSep 01 07:56:56.165 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 } }]
60102026-09-01T07:56:57.462ZSep 01 07:56:56.165 INFO adding route 172.17.0.60/32 -> 10.0.0.255
60112026-09-01T07:56:57.462ZSep 01 07:56:56.165 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 } }]
60122026-09-01T07:56:57.462ZSep 01 07:56:56.165 DEBG failed to allocate space for the new target list
60132026-09-01T07:56:57.462ZSep 01 07:56:56.165 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 } }]
60142026-09-01T07:56:57.462Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d65595a8baa92b60)
60152026-09-01T07:56:57.462Z
60162026-09-01T07:56:57.462Zrunning 0 tests
60172026-09-01T07:56:57.462Z
60182026-09-01T07:56:57.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60192026-09-01T07:56:57.462Z
60202026-09-01T07:56:57.462Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
60212026-09-01T07:56:57.462Z
60222026-09-01T07:56:57.462Zrunning 0 tests
60232026-09-01T07:56:57.462Z
60242026-09-01T07:56:57.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60252026-09-01T07:56:57.462Z
60262026-09-01T07:56:57.462Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1217d2f8d9f4c422)
60272026-09-01T07:56:57.462Z
60282026-09-01T07:56:57.462Zrunning 6 tests
60292026-09-01T07:56:57.462Ztest tests::test_full_lot_id_neither_present ... ok
60302026-09-01T07:56:57.462Ztest tests::test_full_lot_id_both_present ... ok
60312026-09-01T07:56:57.462Ztest tests::test_full_lot_id_lot_only ... ok
60322026-09-01T07:56:57.462Ztest tests::test_full_lot_id_lotnum_only ... ok
60332026-09-01T07:56:57.462Ztest tests::test_parse_client_port_id ... ok
60342026-09-01T07:56:57.462Ztest tests::test_port_id_cmp ... ok
60352026-09-01T07:56:57.462Z
60362026-09-01T07:56:57.462Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60372026-09-01T07:56:57.462Z
60382026-09-01T07:56:57.462Z Running tests/test_all.rs (target/debug/deps/test_all-ca0bfd5d6a213c76)
60392026-09-01T07:56:57.462Z
60402026-09-01T07:56:57.462Zrunning 0 tests
60412026-09-01T07:56:57.462Z
60422026-09-01T07:56:57.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60432026-09-01T07:56:57.462Z
60442026-09-01T07:56:57.462Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
60452026-09-01T07:56:57.466Z
60462026-09-01T07:56:57.466Zrunning 0 tests
60472026-09-01T07:56:57.466Z
60482026-09-01T07:56:57.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60492026-09-01T07:56:57.466Z
60502026-09-01T07:56:57.466Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
60512026-09-01T07:56:57.466Z
60522026-09-01T07:56:57.466Zrunning 15 tests
60532026-09-01T07:56:57.466Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60542026-09-01T07:56:57.466Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60552026-09-01T07:56:57.466Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60562026-09-01T07:56:57.466Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60572026-09-01T07:56:57.466Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60582026-09-01T07:56:57.466Ztest v1::network::tests::test_eui64 ... ok
60592026-09-01T07:56:57.466Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60602026-09-01T07:56:57.466Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60612026-09-01T07:56:57.466Ztest v1::network::tests::test_equal ... ok
60622026-09-01T07:56:57.466Ztest v1::network::tests::test_into ... ok
60632026-09-01T07:56:57.466Ztest v1::network::tests::test_not_equal ... ok
60642026-09-01T07:56:57.466Ztest v1::network::tests::test_to_string ... ok
60652026-09-01T07:56:57.467Ztest v1::port::tests::port_ids_are_ascii ... ok
60662026-09-01T07:56:57.467Ztest v1::network::tests::test_parse ... ok
60672026-09-01T07:56:57.470Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60682026-09-01T07:56:57.470Z
60692026-09-01T07:56:57.470Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60702026-09-01T07:56:57.470Z
60712026-09-01T07:56:57.470Z Running unittests src/lib.rs (target/debug/deps/packet-c0def7fdaa185f19)
60722026-09-01T07:56:57.473Z
60732026-09-01T07:56:57.473Zrunning 12 tests
60742026-09-01T07:56:57.473Ztest icmp::test_v6_checksum ... ok
60752026-09-01T07:56:57.473Ztest icmp::test_v4_checksum ... ok
60762026-09-01T07:56:57.473Ztest lldp::test_lldp_parse ... ok
60772026-09-01T07:56:57.473Ztest ipv6::test_ipv6_parse ... ok
60782026-09-01T07:56:57.473Ztest pbuf::test_byte ... ok
60792026-09-01T07:56:57.473Ztest pbuf::test_nibble ... ok
60802026-09-01T07:56:57.473Ztest pbuf::test_short ... ok
60812026-09-01T07:56:57.473Ztest pbuf::test_overflow ... ok
60822026-09-01T07:56:57.473Ztest pbuf::test_twelve ... ok
60832026-09-01T07:56:57.473Ztest pbuf::test_word ... ok
60842026-09-01T07:56:57.473Ztest tcp::test_checksum_syn_nodata ... ok
60852026-09-01T07:56:57.473Ztest tcp::test_checksum_ack_data ... ok
60862026-09-01T07:56:57.473Z
60872026-09-01T07:56:57.473Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60882026-09-01T07:56:57.473Z
60892026-09-01T07:56:57.473Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60902026-09-01T07:56:57.476Z
60912026-09-01T07:56:57.476Zrunning 0 tests
60922026-09-01T07:56:57.476Z
60932026-09-01T07:56:57.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60942026-09-01T07:56:57.476Z
60952026-09-01T07:56:57.476Z Running unittests src/main.rs (target/debug/deps/swadm-38d7423179802b5f)
60962026-09-01T07:56:57.481Z
60972026-09-01T07:56:57.481Zrunning 5 tests
60982026-09-01T07:56:57.481Ztest switchport::test::test_compute_lanes ... ok
60992026-09-01T07:56:57.481Ztest switchport::test::port_id_ordering ... ok
61002026-09-01T07:56:57.481Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
61012026-09-01T07:56:57.481Z Rx Loss-of-lock: Yes Lane 1Yes YesLane 2 YesLane 3
61022026-09-01T07:56:57.481Z
61032026-09-01T07:56:57.481Z Rx Loss-of-signal: Yes State: ActivatedYes YesActivated Yes
61042026-09-01T07:56:57.481ZActivated Activated
61052026-09-01T07:56:57.481Z Rx CDR Enabled: Yes Rx Output Enabled: falseYes falseYes falseYes
61062026-09-01T07:56:57.482Zfalse
61072026-09-01T07:56:57.482Z Tx Enabled: Yes Rx Output Status: valid Yesvalid Yesvalid Yesvalid
61082026-09-01T07:56:57.482Z
61092026-09-01T07:56:57.482Z Tx Loss-of-lock: No Rx Loss-of-lock: trueNo Notrue No
61102026-09-01T07:56:57.482Ztrue true Tx Loss-of-signal: No
61112026-09-01T07:56:57.482Z Rx Loss-of-signal: false No false No false Nofalse
61122026-09-01T07:56:57.482Z
61132026-09-01T07:56:57.482Z Tx CDR Enabled: No Rx Auto-squelch Disable: true No true No trueNo
61142026-09-01T07:56:57.482Z Tx Adaptive EQ Fault: Notrue
61152026-09-01T07:56:57.482Z No Tx Output Enabled: true Notrue Notrue
61162026-09-01T07:56:57.482Z true
61172026-09-01T07:56:57.482Z Tx Fault: Yes Tx Output Status: invalid Yes invalid Yes invalidYes
61182026-09-01T07:56:57.482Zinvalid
61192026-09-01T07:56:57.482Z Tx Loss-of-lock: false false false false
61202026-09-01T07:56:57.482Z Tx Loss-of-signal: true true true true
61212026-09-01T07:56:57.482ZTx Auto-squelch Disable: false false false false
61222026-09-01T07:56:57.482Z Tx Adaptive EQ Fail: true true true true
61232026-09-01T07:56:57.482Z Tx Failure: false false false false
61242026-09-01T07:56:57.482Z Tx Force Squelch: true true true true
61252026-09-01T07:56:57.482Z Tx Input Polarity: normal normal normal normal
61262026-09-01T07:56:57.482Ztest switchport::test::test_print_sff_datapath ... ok
61272026-09-01T07:56:57.482Ztest switchport::test::test_print_cmis_datapath ... ok
61282026-09-01T07:56:57.482Ztest link::test_filter ... ok
61292026-09-01T07:56:57.482Z
61302026-09-01T07:56:57.482Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61312026-09-01T07:56:57.482Z
61322026-09-01T07:56:57.482Z Running tests/counters.rs (target/debug/deps/counters-12e2179eba3d7f1a)
61332026-09-01T07:56:57.487Z
61342026-09-01T07:56:57.487Zrunning 1 test
61352026-09-01T07:56:57.487Ztest test_p4_counter_list ... ignored
61362026-09-01T07:56:57.487Z
61372026-09-01T07:56:57.487Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61382026-09-01T07:56:57.487Z
61392026-09-01T07:56:57.487Z Running tests/port-link.rs (target/debug/deps/port_link-8132700ee3903254)
61402026-09-01T07:56:57.487Z
61412026-09-01T07:56:57.487Zrunning 5 tests
61422026-09-01T07:56:57.487Ztest test_an ... ignored
61432026-09-01T07:56:57.487Ztest test_enable ... ignored
61442026-09-01T07:56:57.487Ztest test_ip_addresses ... ignored
61452026-09-01T07:56:57.487Ztest test_kr ... ignored
61462026-09-01T07:56:57.487Ztest test_mac ... ignored
61472026-09-01T07:56:57.487Z
61482026-09-01T07:56:57.487Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-09-01T07:56:57.487Z
61502026-09-01T07:56:57.487Z Running unittests src/main.rs (target/debug/deps/tfportd-2546e62a9f6990cc)
61512026-09-01T07:56:57.490Z
61522026-09-01T07:56:57.490Zrunning 3 tests
61532026-09-01T07:56:57.490Ztest linklocal::test_parse_ipadm ... ok
61542026-09-01T07:56:57.490Ztest tfport::test_parse_tfport ... ok
61552026-09-01T07:56:57.490Ztest config::tests::test_updates ... ok
61562026-09-01T07:56:57.490Z
61572026-09-01T07:56:57.490Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61582026-09-01T07:56:57.490Z
61592026-09-01T07:56:57.493Z Running unittests src/main.rs (target/debug/deps/uplinkd-c3b8c98e56e112b2)
61602026-09-01T07:56:57.493Z
61612026-09-01T07:56:57.493Zrunning 0 tests
61622026-09-01T07:56:57.493Z
61632026-09-01T07:56:57.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61642026-09-01T07:56:57.493Z
61652026-09-01T07:56:57.493Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61662026-09-01T07:56:57.496Z
61672026-09-01T07:56:57.496Zrunning 0 tests
61682026-09-01T07:56:57.496Z
61692026-09-01T07:56:57.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61702026-09-01T07:56:57.496Z
61712026-09-01T07:56:57.496Z Doc-tests aal
61722026-09-01T07:56:57.704Z
61732026-09-01T07:56:57.705Zrunning 0 tests
61742026-09-01T07:56:57.705Z
61752026-09-01T07:56:57.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61762026-09-01T07:56:57.705Z
61772026-09-01T07:56:57.728Z Doc-tests aal_macros
61782026-09-01T07:56:57.795Z
61792026-09-01T07:56:57.795Zrunning 0 tests
61802026-09-01T07:56:57.795Z
61812026-09-01T07:56:57.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61822026-09-01T07:56:57.795Z
61832026-09-01T07:56:57.804Z Doc-tests common
61842026-09-01T07:56:58.038Z
61852026-09-01T07:56:58.038Zrunning 0 tests
61862026-09-01T07:56:58.038Z
61872026-09-01T07:56:58.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61882026-09-01T07:56:58.038Z
61892026-09-01T07:56:58.063Z Doc-tests dpd_api
61902026-09-01T07:56:58.769Z
61912026-09-01T07:56:58.769Zrunning 2 tests
61922026-09-01T07:56:58.769Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61932026-09-01T07:56:58.769Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61942026-09-01T07:56:58.769Z
61952026-09-01T07:56:58.769Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61962026-09-01T07:56:58.769Z
61972026-09-01T07:56:58.797Z Doc-tests dpd_client
61982026-09-01T07:57:00.180Z
61992026-09-01T07:57:00.180Zrunning 0 tests
62002026-09-01T07:57:00.180Z
62012026-09-01T07:57:00.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62022026-09-01T07:57:00.180Z
62032026-09-01T07:57:00.232Z Doc-tests dpd_types
62042026-09-01T07:57:00.416Z
62052026-09-01T07:57:00.417Zrunning 0 tests
62062026-09-01T07:57:00.417Z
62072026-09-01T07:57:00.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62082026-09-01T07:57:00.417Z
62092026-09-01T07:57:00.439Z Doc-tests dpd_types_versions
62102026-09-01T07:57:01.945Z
62112026-09-01T07:57:01.945Zrunning 1 test
62122026-09-01T07:57:01.945Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
62132026-09-01T07:57:01.945Z
62142026-09-01T07:57:01.945Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
62152026-09-01T07:57:01.945Z
62162026-09-01T07:57:01.994Z Doc-tests packet
62172026-09-01T07:57:02.215Z
62182026-09-01T07:57:02.215Zrunning 0 tests
62192026-09-01T07:57:02.215Z
62202026-09-01T07:57:02.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62212026-09-01T07:57:02.215Z
62222026-09-01T07:57:02.240Z Doc-tests pcap
62232026-09-01T07:57:02.317Z
62242026-09-01T07:57:02.317Zrunning 0 tests
62252026-09-01T07:57:02.317Z
62262026-09-01T07:57:02.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62272026-09-01T07:57:02.317Z
62282026-09-01T07:57:02.339Z+ for feat in tofino_stub tofino_asic softnpu chaos
62292026-09-01T07:57:02.339Z+ RUST_BACKTRACE=full
62302026-09-01T07:57:02.339Z+ cargo test --features softnpu --no-fail-fast
62312026-09-01T07:57:02.981Z Compiling num-integer v0.1.46
62322026-09-01T07:57:03.064Z Compiling num-complex v0.4.6
62332026-09-01T07:57:03.101Z Compiling bitstruct_derive v0.1.0
62342026-09-01T07:57:03.105Z Compiling tap v1.0.1
62352026-09-01T07:57:03.224Z Compiling wyz v0.5.1
62362026-09-01T07:57:03.357Z Compiling num-rational v0.4.2
62372026-09-01T07:57:03.393Z Compiling num-iter v0.1.45
62382026-09-01T07:57:03.403Z Compiling num-bigint v0.4.6
62392026-09-01T07:57:03.491Z Compiling radium v0.7.0
62402026-09-01T07:57:03.513Z Compiling funty v2.0.0
62412026-09-01T07:57:03.534Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
62422026-09-01T07:57:03.591Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62432026-09-01T07:57:03.807Z Compiling num v0.4.3
62442026-09-01T07:57:03.814Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62452026-09-01T07:57:03.814Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62462026-09-01T07:57:03.814Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62472026-09-01T07:57:03.873Z Compiling bitvec v1.0.1
62482026-09-01T07:57:03.929Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62492026-09-01T07:57:04.062Z Compiling typeid v1.0.3
62502026-09-01T07:57:04.104Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62512026-09-01T07:57:04.173Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62522026-09-01T07:57:04.184Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62532026-09-01T07:57:04.222Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62542026-09-01T07:57:04.519Z Compiling ascii v1.1.0
62552026-09-01T07:57:04.940Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62562026-09-01T07:57:04.999Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62572026-09-01T07:57:05.070Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62582026-09-01T07:57:05.124Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62592026-09-01T07:57:05.272Z Compiling erased-serde v0.4.8
62602026-09-01T07:57:05.367Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62612026-09-01T07:57:05.472Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62622026-09-01T07:57:05.530Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62632026-09-01T07:57:05.759Z Compiling bitstruct v0.1.1
62642026-09-01T07:57:06.077Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62652026-09-01T07:57:06.094Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62662026-09-01T07:57:06.145Z Compiling serde_arrays v0.1.0
62672026-09-01T07:57:06.169Z Compiling libloading v0.7.4
62682026-09-01T07:57:06.344Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62692026-09-01T07:57:07.002Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62702026-09-01T07:57:07.206Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62712026-09-01T07:57:07.218Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62722026-09-01T07:57:08.339Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62732026-09-01T07:57:09.200Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62742026-09-01T07:57:15.207Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62752026-09-01T07:57:15.424Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62762026-09-01T07:57:15.428Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62772026-09-01T07:57:15.428Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62782026-09-01T07:57:15.488Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62792026-09-01T07:57:17.365Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62802026-09-01T07:57:17.739Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62812026-09-01T07:57:17.983Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62822026-09-01T07:57:23.857Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62832026-09-01T07:57:24.195Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62842026-09-01T07:57:32.004Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62852026-09-01T07:57:34.170Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62862026-09-01T07:57:37.720Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62872026-09-01T07:58:19.202Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
62882026-09-01T07:58:19.291Z Running unittests src/lib.rs (target/debug/deps/aal-ba9a6cb485b135e1)
62892026-09-01T07:58:19.297Z
62902026-09-01T07:58:19.297Zrunning 0 tests
62912026-09-01T07:58:19.297Z
62922026-09-01T07:58:19.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62932026-09-01T07:58:19.303Z
62942026-09-01T07:58:19.303Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62952026-09-01T07:58:19.303Z
62962026-09-01T07:58:19.303Zrunning 0 tests
62972026-09-01T07:58:19.303Z
62982026-09-01T07:58:19.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62992026-09-01T07:58:19.303Z
63002026-09-01T07:58:19.303Z Running unittests src/lib.rs (target/debug/deps/asic-fc0834f7ac8e6813)
63012026-09-01T07:58:19.311Z
63022026-09-01T07:58:19.311Zrunning 0 tests
63032026-09-01T07:58:19.311Z
63042026-09-01T07:58:19.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63052026-09-01T07:58:19.315Z
63062026-09-01T07:58:19.315Z Running unittests src/lib.rs (target/debug/deps/common-728aaa11d2bb131d)
63072026-09-01T07:58:19.334Z
63082026-09-01T07:58:19.334Zrunning 4 tests
63092026-09-01T07:58:19.337Ztest network::tests::test_generate_ipv6_link_local ... ok
63102026-09-01T07:58:19.337Ztest nat::tests::test_vni ... ok
63112026-09-01T07:58:19.341Ztest test_purge ... ok
63122026-09-01T07:58:19.344Ztest illumos::test::address_exists_handles_missing_object ... ok
63132026-09-01T07:58:19.344Z
63142026-09-01T07:58:19.344Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
63152026-09-01T07:58:19.344Z
63162026-09-01T07:58:19.344Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
63172026-09-01T07:58:19.348Z
63182026-09-01T07:58:19.348Zrunning 1 test
63192026-09-01T07:58:19.351Z -------
63202026-09-01T07:58:19.351Z Generating OpenAPI documents from API definitions ...
63212026-09-01T07:58:19.491Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
63222026-09-01T07:58:19.561Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
63232026-09-01T07:58:20.606Z -------
63242026-09-01T07:58:20.606Z Checking 13 OpenAPI documents...
63252026-09-01T07:58:20.606Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
63262026-09-01T07:58:20.606Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
63272026-09-01T07:58:20.606Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
63282026-09-01T07:58:23.973Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
63292026-09-01T07:58:23.973Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
63302026-09-01T07:58:23.973Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
63312026-09-01T07:58:23.973Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
63322026-09-01T07:58:23.973Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
63332026-09-01T07:58:23.973Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
63342026-09-01T07:58:23.973Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
63352026-09-01T07:58:23.974Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
63362026-09-01T07:58:23.974Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
63372026-09-01T07:58:23.974Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
63382026-09-01T07:58:23.974Z Fresh dpd "latest" symlink
63392026-09-01T07:58:23.974Z -------
63402026-09-01T07:58:23.974Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
63412026-09-01T07:58:23.974Ztest test::test_apis_up_to_date ... ok
63422026-09-01T07:58:23.974Z
63432026-09-01T07:58:23.974Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
63442026-09-01T07:58:23.974Z
63452026-09-01T07:58:23.974Z Running unittests src/main.rs (target/debug/deps/dpd-22aa5909c6ae5d38)
63462026-09-01T07:58:23.974Z
63472026-09-01T07:58:23.974Zrunning 60 tests
63482026-09-01T07:58:23.974Ztest freemap::test_ordering ... ok
63492026-09-01T07:58:23.974Ztest config::tests::test_updates ... ok
63502026-09-01T07:58:23.974Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63512026-09-01T07:58:23.974Ztest freemap::test_split ... ok
63522026-09-01T07:58:23.974Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63532026-09-01T07:58:23.974Ztest macaddrs::tests::test_mac_offset ... ok
63542026-09-01T07:58:23.974Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63552026-09-01T07:58:23.974Ztest macaddrs::tests::test_parse_port_id ... ok
63562026-09-01T07:58:23.974ZSep 01 07:58:19.481 DEBG created new freemap, unit: freemap_test
63572026-09-01T07:58:23.974ZSep 01 07:58:19.481 DEBG created new freemap, unit: freemap_test
63582026-09-01T07:58:23.974ZSep 01 07:58:19.481Sep 01 07:58:19.481 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
63592026-09-01T07:58:23.974Zfreemap_test
63602026-09-01T07:58:23.975ZSep 01 07:58:19.481 DEBG reset freemapSep 01 07:58:19.481, unitDEBG: initted freemap. size: 128freemap_test,
63612026-09-01T07:58:23.975Zunit: freemap_test
63622026-09-01T07:58:23.975Ztest mcast::tests::test_canonicalize_sources ... ok
63632026-09-01T07:58:23.975ZSep 01 07:58:19.481 DEBG reset freemap, unit: freemap_test
63642026-09-01T07:58:23.975ZSep 01 07:58:19.481 DEBG initted freemap. size: 128, unit: freemap_test
63652026-09-01T07:58:23.975ZSep 01 07:58:19.481 DEBG reset freemap, unit: freemap_test
63662026-09-01T07:58:23.975ZSep 01 07:58:19.481 DEBG created new freemap, unit: freemap_test
63672026-09-01T07:58:23.975ZSep 01 07:58:19.482 DEBG initted freemap. size: 128, unit: freemap_test
63682026-09-01T07:58:23.975ZSep 01 07:58:19.482 DEBG reset freemap, unit: freemap_test
63692026-09-01T07:58:23.975Ztest freemap::test_reclaim ... ok
63702026-09-01T07:58:23.975Ztest freemap::test_basic ... ok
63712026-09-01T07:58:23.975Ztest freemap::test_free ... ok
63722026-09-01T07:58:23.975Ztest freemap::test_exhaustion ... ok
63732026-09-01T07:58:23.975Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
63742026-09-01T07:58:23.975Ztest mcast::tests::test_create_port_bitmap_empty ... ok
63752026-09-01T07:58:23.975Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
63762026-09-01T07:58:23.975Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63772026-09-01T07:58:23.975ZSep 01 07:58:19.482 DEBG created new freemap, unit: freemap_test
63782026-09-01T07:58:23.975ZSep 01 07:58:19.482 DEBG initted freemap. size: 8, unit: freemap_test
63792026-09-01T07:58:23.975ZSep 01 07:58:19.482 DEBG reset freemap, unit: freemap_test
63802026-09-01T07:58:23.975Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
63812026-09-01T07:58:23.975Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
63822026-09-01T07:58:23.975Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
63832026-09-01T07:58:23.975Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
63842026-09-01T07:58:23.975Ztest mcast::tests::test_sources_contain_any ... ok
63852026-09-01T07:58:23.975Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
63862026-09-01T07:58:23.975Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
63872026-09-01T07:58:23.975Ztest mcast::tests::test_concurrent_id_allocation ... ok
63882026-09-01T07:58:23.976ZSep 01 07:58:19.483 DEBG created new freemap, unit: freemap_test
63892026-09-01T07:58:23.976ZSep 01 07:58:19.483 DEBG initted freemap. size: 128, unit: freemap_test
63902026-09-01T07:58:23.976ZSep 01 07:58:19.483 DEBG reset freemap, unit: freemap_test
63912026-09-01T07:58:23.976Ztest mcast::validate::tests::test_ipv4_validation ... ok
63922026-09-01T07:58:23.976Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
63932026-09-01T07:58:23.976Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
63942026-09-01T07:58:23.976Ztest mcast::validate::tests::test_address_validation_integrated ... ok
63952026-09-01T07:58:23.976Ztest api_server::tests::test_build_info ... ok
63962026-09-01T07:58:23.976Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
63972026-09-01T07:58:23.976Ztest freemap::test_span ... ok
63982026-09-01T07:58:23.976Ztest mcast::validate::tests::test_is_ssm_function ... ok
63992026-09-01T07:58:23.976Ztest mcast::validate::tests::test_ipv6_validation ... ok
64002026-09-01T07:58:23.976Ztest mcast::validate::tests::test_validate_nat_target ... ok
64012026-09-01T07:58:23.976Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
64022026-09-01T07:58:23.976Ztest mcast::validate::tests::test_validate_source_addresses ... ok
64032026-09-01T07:58:23.976Ztest mcast::validate::tests::test_validate_tag ... ok
64042026-09-01T07:58:23.976Ztest nat::test_mapping ... ok
64052026-09-01T07:58:23.976Ztest port_map::tests::test_backplane_group ... ok
64062026-09-01T07:58:23.976Ztest mcast::tests::test_id_range_boundaries ... ok
64072026-09-01T07:58:23.976Ztest mcast::validate::tests::test_validate_tag_format ... ok
64082026-09-01T07:58:23.976Ztest port_map::tests::test_port_map ... ok
64092026-09-01T07:58:23.976Ztest port_map::tests::dump_map ... ok
64102026-09-01T07:58:23.976ZSep 01 07:58:19.484 DEBG created new freemap, unit: freemap_route_ipv4
64112026-09-01T07:58:23.976ZSep 01 07:58:19.484 DEBG created new freemap, unit: freemap_route_ipv6
64122026-09-01T07:58:23.976ZSep 01 07:58:19.484 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
64132026-09-01T07:58:23.976ZSep 01 07:58:19.484 DEBG reset freemap, unit: freemap_route_ipv4
64142026-09-01T07:58:23.977ZSep 01 07:58:19.485 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
64152026-09-01T07:58:23.977ZSep 01 07:58:19.485 DEBG reset freemap, unit: freemap_route_ipv6
64162026-09-01T07:58:23.977ZSep 01 07:58:19.485 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64172026-09-01T07:58:23.977ZSep 01 07:58:19.485 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 } }]
64182026-09-01T07:58:23.977ZSep 01 07:58:19.485 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64192026-09-01T07:58:23.977ZSep 01 07:58:19.485 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 } }]
64202026-09-01T07:58:23.977ZSep 01 07:58:19.485 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64212026-09-01T07:58:23.977ZSep 01 07:58:19.485 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 } }]
64222026-09-01T07:58:23.977ZSep 01 07:58:19.485 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
64232026-09-01T07:58:23.977ZSep 01 07:58:19.485 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 } }]
64242026-09-01T07:58:23.977ZSep 01 07:58:19.485 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
64252026-09-01T07:58:23.977ZSep 01 07:58:19.485 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 } }]
64262026-09-01T07:58:23.977ZSep 01 07:58:19.485 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64272026-09-01T07:58:23.977ZSep 01 07:58:19.485 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 } }]
64282026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64292026-09-01T07:58:23.999ZSep 01 07:58:19.485 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 } }]
64302026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64312026-09-01T07:58:23.999ZSep 01 07:58:19.485 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 } }]
64322026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64332026-09-01T07:58:23.999ZSep 01 07:58:19.485 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 } }]
64342026-09-01T07:58:23.999Ztest port_map::tests::parse_softnpu_revision ... ok
64352026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64362026-09-01T07:58:23.999ZSep 01 07:58:19.485 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 } }]
64372026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64382026-09-01T07:58:23.999ZSep 01 07:58:19.485 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 } }]
64392026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64402026-09-01T07:58:23.999ZSep 01 07:58:19.485Sep 01 07:58:19.485 DEBGDEBG created new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
64412026-09-01T07:58:23.999Zunit: freemap_route_ipv4Sep 01 07:58:19.485
64422026-09-01T07:58:23.999Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64432026-09-01T07:58:23.999ZSep 01 07:58:19.485 Sep 01 07:58:19.485DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
64442026-09-01T07:58:23.999Z: freemap_route_ipv6
64452026-09-01T07:58:23.999ZSep 01 07:58:19.485 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffSep 01 07:58:19.485
64462026-09-01T07:58:23.999Z DEBG initted freemap. size: 64Sep 01 07:58:19.485, unitDEBG: replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
64472026-09-01T07:58:23.999Z
64482026-09-01T07:58:24.000ZSep 01 07:58:19.485Sep 01 07:58:19.485 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreset freemap
64492026-09-01T07:58:24.000Z, unit: Sep 01 07:58:19.485freemap_route_ipv4
64502026-09-01T07:58:24.000ZDEBG 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 } }]
64512026-09-01T07:58:24.000ZSep 01 07:58:19.485 DEBG initted freemap. size: 64Sep 01 07:58:19.485, unitINFO: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6
64522026-09-01T07:58:24.000Z
64532026-09-01T07:58:24.000ZSep 01 07:58:19.485Sep 01 07:58:19.485 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
64542026-09-01T07:58:24.000Z, unit: Sep 01 07:58:19.485freemap_route_ipv6
64552026-09-01T07:58:24.000ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64562026-09-01T07:58:24.000ZSep 01 07:58:19.485 INFO Sep 01 07:58:19.485adding route 3fff:dead::/64 -> 2001:db8::55:1
64572026-09-01T07:58:24.000ZDEBG 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 } }]
64582026-09-01T07:58:24.000ZSep 01 07:58:19.485 DEBG Sep 01 07:58:19.485replacing 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 } }]
64592026-09-01T07:58:24.000ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64602026-09-01T07:58:24.000ZSep 01 07:58:19.485 INFO Sep 01 07:58:19.485adding route 3fff:dead::/64 -> 2001:db8::55:1
64612026-09-01T07:58:24.000ZDEBG 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 } }]
64622026-09-01T07:58:24.000ZSep 01 07:58:19.485 DEBG Sep 01 07:58:19.485replacing 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 } }]
64632026-09-01T07:58:24.001ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64642026-09-01T07:58:24.001ZSep 01 07:58:19.485 INFOSep 01 07:58:19.485 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
64652026-09-01T07:58:24.001Z 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 } }]
64662026-09-01T07:58:24.002ZSep 01 07:58:19.485 DEBGSep 01 07:58:19.485 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
64672026-09-01T07:58:24.002Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64682026-09-01T07:58:24.002ZSep 01 07:58:19.485 Sep 01 07:58:19.485INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
64692026-09-01T07:58:24.002Zreplacing 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 } }]Sep 01 07:58:19.485
64702026-09-01T07:58:24.002Z Sep 01 07:58:19.485DEBG Sep 01 07:58:19.485DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64712026-09-01T07:58:24.002Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64722026-09-01T07:58:24.002Zcreated new freemapSep 01 07:58:19.485, Sep 01 07:58:19.485INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG
64732026-09-01T07:58:24.002Z 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 } }]
64742026-09-01T07:58:24.002ZunitSep 01 07:58:19.485Sep 01 07:58:19.485 INFODEBG adding route 3fff:beef:11::/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 } }]
64752026-09-01T07:58:24.002Z
64762026-09-01T07:58:24.002ZSep 01 07:58:19.485 DEBG created new freemap, Sep 01 07:58:19.485Sep 01 07:58:19.485unit :INFODEBG freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64772026-09-01T07:58:24.002Zreplacing 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 } }]
64782026-09-01T07:58:24.002Z
64792026-09-01T07:58:24.002ZSep 01 07:58:19.485Sep 01 07:58:19.485Sep 01 07:58:19.485 DEBGDEBG INFO created new freemap , adding route 3fff:beef:12::/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 } }]unit
64802026-09-01T07:58:24.002Z
64812026-09-01T07:58:24.002Z: freemap_route_ipv6
64822026-09-01T07:58:24.002ZSep 01 07:58:19.485 DEBG Sep 01 07:58:19.485replacing 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 } }]
64832026-09-01T07:58:24.002ZDEBG initted freemap. size: 64, unitSep 01 07:58:19.485: Sep 01 07:58:19.485freemap_route_ipv4INFO
64842026-09-01T07:58:24.002Z INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64852026-09-01T07:58:24.002Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64862026-09-01T07:58:24.002ZSep 01 07:58:19.485Sep 01 07:58:19.485Sep 01 07:58:19.485 DEBGDEBG reset freemap , replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64872026-09-01T07:58:24.002Z unitreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
64882026-09-01T07:58:24.002Z freemap_route_ipv4Sep 01 07:58:19.485
64892026-09-01T07:58:24.002ZSep 01 07:58:19.485 Sep 01 07:58:19.485INFO DEBGINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64902026-09-01T07:58:24.002ZSep 01 07:58:19.485created new freemap , DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit
64912026-09-01T07:58:24.002Z: initted freemap. size: 64freemap_route_ipv4Sep 01 07:58:19.485, Sep 01 07:58:19.485
64922026-09-01T07:58:24.002Z unitDEBG 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 } }]:Sep 01 07:58:19.485 freemap_route_ipv6DEBG
64932026-09-01T07:58:24.003Z created new freemap, 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 } }]
64942026-09-01T07:58:24.003Zunit:Sep 01 07:58:19.485 freemap_route_ipv6DEBGSep 01 07:58:19.485
64952026-09-01T07:58:24.003Zreset freemapINFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff:
64962026-09-01T07:58:24.003Z Sep 01 07:58:19.485freemap_route_ipv6
64972026-09-01T07:58:24.003ZDEBG initted freemap. size: 64Sep 01 07:58:19.485 , DEBGunit :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 } }]
64982026-09-01T07:58:24.003Zfreemap_route_ipv4Sep 01 07:58:19.485
64992026-09-01T07:58:24.003Z INFOSep 01 07:58:19.485 adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:58:19.485
65002026-09-01T07:58:24.003ZINFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65012026-09-01T07:58:24.003Zreset freemapSep 01 07:58:19.485, unit Sep 01 07:58:19.485:DEBG DEBGfreemap_route_ipv4
65022026-09-01T07:58:24.003Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65032026-09-01T07:58:24.003Z
65042026-09-01T07:58:24.003ZSep 01 07:58:19.485 DEBG Sep 01 07:58:19.485initted freemap. size: 64 , INFOunit :adding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 01 07:58:19.485 freemap_route_ipv6
65052026-09-01T07:58:24.003Z
65062026-09-01T07:58:24.003ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
65072026-09-01T07:58:24.003ZSep 01 07:58:19.485 Sep 01 07:58:19.485DEBG Sep 01 07:58:19.485DEBG reset freemapDEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
65082026-09-01T07:58:24.003Zreplacing 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 } }]:
65092026-09-01T07:58:24.003Z freemap_route_ipv6
65102026-09-01T07:58:24.003ZSep 01 07:58:19.485Sep 01 07:58:19.485Sep 01 07:58:19.485 INFOINFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
65112026-09-01T07:58:24.003Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
65122026-09-01T07:58:24.003Z
65132026-09-01T07:58:24.003ZSep 01 07:58:19.485 Sep 01 07:58:19.485Sep 01 07:58:19.485 DEBGDEBG
65142026-09-01T07:58:24.003Zreplacing 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
65152026-09-01T07:58:24.003Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65162026-09-01T07:58:24.003Z
65172026-09-01T07:58:24.003ZSep 01 07:58:19.485 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65182026-09-01T07:58:24.003ZSep 01 07:58:19.485 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 01 07:58:19.485
65192026-09-01T07:58:24.003Z Sep 01 07:58:19.485DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 01 07:58:19.485adding route 3fff:dead::/64 -> 2001:db8::55:2
65202026-09-01T07:58:24.003ZDEBG
65212026-09-01T07:58:24.004Z 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 } }]
65222026-09-01T07:58:24.004ZSep 01 07:58:19.485 INFOSep 01 07:58:19.485 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
65232026-09-01T07:58:24.004Z Sep 01 07:58:19.485adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65242026-09-01T07:58:24.004ZDEBG Sep 01 07:58:19.485replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:58:19.485
65252026-09-01T07:58:24.004ZSep 01 07:58:19.485 DEBG INFO Sep 01 07:58:19.485adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65262026-09-01T07:58:24.004ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
65272026-09-01T07:58:24.004Z 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 } }]
65282026-09-01T07:58:24.017ZSep 01 07:58:19.485Sep 01 07:58:19.485 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 } }]Sep 01 07:58:19.485
65292026-09-01T07:58:24.017Z INFODEBG 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 } }]
65302026-09-01T07:58:24.017ZSep 01 07:58:19.485
65312026-09-01T07:58:24.017Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65322026-09-01T07:58:24.017ZSep 01 07:58:19.485replacing 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 } }]
65332026-09-01T07:58:24.017ZDEBGSep 01 07:58:19.485 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65342026-09-01T07:58:24.017Z adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:58:19.485
65352026-09-01T07:58:24.018ZSep 01 07:58:19.485 DEBG Sep 01 07:58:19.485INFO 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 } }]Sep 01 07:58:19.485 INFO
65362026-09-01T07:58:24.018Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBG adding route 3fff:beef:5::/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 } }]
65372026-09-01T07:58:24.018ZSep 01 07:58:19.485
65382026-09-01T07:58:24.020Z INFO
65392026-09-01T07:58:24.020Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65402026-09-01T07:58:24.020ZSep 01 07:58:19.485Sep 01 07:58:19.485 DEBGINFOSep 01 07:58:19.485 adding route 3fff:beef::/64 -> 2001:db8::55:ff
65412026-09-01T07:58:24.020ZDEBGreplacing 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 } }]Sep 01 07:58:19.485
65422026-09-01T07:58:24.020Z 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
65432026-09-01T07:58:24.020Z 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 } }]
65442026-09-01T07:58:24.021ZSep 01 07:58:19.485Sep 01 07:58:19.485 Sep 01 07:58:19.485Sep 01 07:58:19.485 INFOINFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65452026-09-01T07:58:24.021Z
65462026-09-01T07:58:24.021Z
65472026-09-01T07:58:24.021ZDEBG 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 } }]Sep 01 07:58:19.485
65482026-09-01T07:58:24.021ZSep 01 07:58:19.485 Sep 01 07:58:19.485 DEBG 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 } }]DEBG
65492026-09-01T07:58:24.021Zreplacing 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 } }]
65502026-09-01T07:58:24.021ZSep 01 07:58:19.485 INFOSep 01 07:58:19.485 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
65512026-09-01T07:58:24.021Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65522026-09-01T07:58:24.021ZSep 01 07:58:19.485Sep 01 07:58:19.485 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65532026-09-01T07:58:24.021Z
65542026-09-01T07:58:24.021ZSep 01 07:58:19.485 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65552026-09-01T07:58:24.021Z:Sep 01 07:58:19.485 freemap_route_ipv4
65562026-09-01T07:58:24.021ZSep 01 07:58:19.485 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 } }]
65572026-09-01T07:58:24.021ZSep 01 07:58:19.485 DEBG created new freemap, 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 } }]:
65582026-09-01T07:58:24.021Z freemap_route_ipv6
65592026-09-01T07:58:24.021ZSep 01 07:58:19.485 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65602026-09-01T07:58:24.021ZSep 01 07:58:19.485Sep 01 07:58:19.485 Sep 01 07:58:19.485DEBGINFO initted freemap. size: 64DEBG adding route 3fff:beef:19::/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 } }]
65612026-09-01T07:58:24.021Z,
65622026-09-01T07:58:24.021Zunit:Sep 01 07:58:19.485 DEBGfreemap_route_ipv4 Sep 01 07:58:19.485replacing 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 } }]
65632026-09-01T07:58:24.021Z
65642026-09-01T07:58:24.021ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65652026-09-01T07:58:24.021ZSep 01 07:58:19.485Sep 01 07:58:19.485 DEBGINFOSep 01 07:58:19.485 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreset freemap , 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 } }]unit
65662026-09-01T07:58:24.021Z
65672026-09-01T07:58:24.021Z: freemap_route_ipv4
65682026-09-01T07:58:24.021ZSep 01 07:58:19.485 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 } }]
65692026-09-01T07:58:24.021ZSep 01 07:58:19.486 Sep 01 07:58:19.486INFO Sep 01 07:58:19.486adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65702026-09-01T07:58:24.021ZDEBGINFO initted freemap. size: 64Sep 01 07:58:19.486, adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65712026-09-01T07:58:24.021ZDEBG unitreplacing 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 } }]:
65722026-09-01T07:58:24.022Z Sep 01 07:58:19.486freemap_route_ipv6
65732026-09-01T07:58:24.022ZDEBGSep 01 07:58:19.486 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65742026-09-01T07:58:24.022Z Sep 01 07:58:19.486adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65752026-09-01T07:58:24.022ZDEBG reset freemap, unit: freemap_route_ipv6
65762026-09-01T07:58:24.022ZSep 01 07:58:19.486Sep 01 07:58:19.486 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:dead::/64 -> 2001:db8::55:1
65772026-09-01T07:58:24.022Z
65782026-09-01T07:58:24.022ZSep 01 07:58:19.486Sep 01 07:58:19.486 INFODEBG Sep 01 07:58:19.486replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65792026-09-01T07:58:24.022ZINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65802026-09-01T07:58:24.022Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65812026-09-01T07:58:24.022ZSep 01 07:58:19.486 Sep 01 07:58:19.486Sep 01 07:58:19.486 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
65822026-09-01T07:58:24.022Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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-09-01T07:58:24.022Z
65842026-09-01T07:58:24.022ZSep 01 07:58:19.486Sep 01 07:58:19.486 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65852026-09-01T07:58:24.022Z
65862026-09-01T07:58:24.022ZSep 01 07:58:19.486Sep 01 07:58:19.486INFO DEBGDEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65872026-09-01T07:58:24.022Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65882026-09-01T07:58:24.022Z
65892026-09-01T07:58:24.022ZSep 01 07:58:19.486Sep 01 07:58:19.486 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 } }]Sep 01 07:58:19.486adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65902026-09-01T07:58:24.022Z
65912026-09-01T07:58:24.022Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65922026-09-01T07:58:24.022ZSep 01 07:58:19.486Sep 01 07:58:19.486 INFODEBG Sep 01 07:58:19.486adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65932026-09-01T07:58:24.022ZDEBG 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: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-09-01T07:58:24.022ZSep 01 07:58:19.486
65952026-09-01T07:58:24.022Z 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 } }]Sep 01 07:58:19.486
65962026-09-01T07:58:24.022Z Sep 01 07:58:19.486INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65972026-09-01T07:58:24.022Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
65982026-09-01T07:58:24.022Z INFO Sep 01 07:58:19.486adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65992026-09-01T07:58:24.022ZSep 01 07:58:19.486DEBG 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: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 } }]
66002026-09-01T07:58:24.022Z
66012026-09-01T07:58:24.023ZSep 01 07:58:19.486 DEBG Sep 01 07:58:19.486replacing 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 } }]
66022026-09-01T07:58:24.023ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66032026-09-01T07:58:24.023ZSep 01 07:58:19.486Sep 01 07:58:19.486 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66042026-09-01T07:58:24.023Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
66052026-09-01T07:58:24.023Z 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 } }]
66062026-09-01T07:58:24.023ZSep 01 07:58:19.486 DEBGSep 01 07:58:19.486 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
66072026-09-01T07:58:24.023Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66082026-09-01T07:58:24.023ZSep 01 07:58:19.486 DEBGSep 01 07:58:19.486 Sep 01 07:58:19.486 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 } }]INFODEBG
66092026-09-01T07:58:24.023Z 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:11::/64 -> 2001:db8::55:ff
66102026-09-01T07:58:24.023ZSep 01 07:58:19.486
66112026-09-01T07:58:24.023Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66122026-09-01T07:58:24.023Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66132026-09-01T07:58:24.023ZSep 01 07:58:19.486 DEBG Sep 01 07:58:19.486replacing 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 } }]Sep 01 07:58:19.486 DEBGDEBG
66142026-09-01T07:58:24.023Z 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: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 } }]
66152026-09-01T07:58:24.023Z
66162026-09-01T07:58:24.023ZSep 01 07:58:19.486 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66172026-09-01T07:58:24.023Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66182026-09-01T07:58:24.023ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBGINFO 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 } }]Sep 01 07:58:19.486
66192026-09-01T07:58:24.023Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
66202026-09-01T07:58:24.023Z 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 } }]
66212026-09-01T07:58:24.023ZSep 01 07:58:19.486 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66222026-09-01T07:58:24.023Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66232026-09-01T07:58:24.023ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBGDEBG Sep 01 07:58:19.486replacing 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: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 } }]
66242026-09-01T07:58:24.023Z
66252026-09-01T07:58:24.023ZDEBG 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 } }]
66262026-09-01T07:58:24.023ZSep 01 07:58:19.486 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66272026-09-01T07:58:24.023Z INFOSep 01 07:58:19.486 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
66282026-09-01T07:58:24.037ZSep 01 07:58:19.486 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
66292026-09-01T07:58:24.037Z Sep 01 07:58:19.486replacing 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 } }]
66302026-09-01T07:58:24.037ZDEBG 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 } }]
66312026-09-01T07:58:24.037ZSep 01 07:58:19.486 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:58:19.486
66322026-09-01T07:58:24.037Z INFO Sep 01 07:58:19.486adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66332026-09-01T07:58:24.038ZSep 01 07:58:19.486INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66342026-09-01T07:58:24.038Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66352026-09-01T07:58:24.038Z 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 } }]
66362026-09-01T07:58:24.038ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66372026-09-01T07:58:24.038Z
66382026-09-01T07:58:24.038ZSep 01 07:58:19.486Sep 01 07:58:19.486 Sep 01 07:58:19.486INFOINFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66392026-09-01T07:58:24.038Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66402026-09-01T07:58:24.038Z
66412026-09-01T07:58:24.038ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66422026-09-01T07:58:24.038Z
66432026-09-01T07:58:24.038ZSep 01 07:58:19.486 DEBG Sep 01 07:58:19.486replacing 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 } }] Sep 01 07:58:19.486INFO
66442026-09-01T07:58:24.038ZINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66452026-09-01T07:58:24.038Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66462026-09-01T07:58:24.038ZSep 01 07:58:19.486 INFOSep 01 07:58:19.486 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
66472026-09-01T07:58:24.038Z 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 } }]Sep 01 07:58:19.486
66482026-09-01T07:58:24.038Z Sep 01 07:58:19.486DEBG 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 } }]
66492026-09-01T07:58:24.038Zreplacing 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 } }]Sep 01 07:58:19.486
66502026-09-01T07:58:24.038Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66512026-09-01T07:58:24.038ZSep 01 07:58:19.486 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66522026-09-01T07:58:24.038Z DEBGSep 01 07:58:19.486 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
66532026-09-01T07:58:24.038ZSep 01 07:58:19.486 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
66542026-09-01T07:58:24.038Z Sep 01 07:58:19.486replacing 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 } }]
66552026-09-01T07:58:24.038ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66562026-09-01T07:58:24.038ZSep 01 07:58:19.486 DEBG Sep 01 07:58:19.486 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
66572026-09-01T07:58:24.038Z 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 } }]Sep 01 07:58:19.486
66582026-09-01T07:58:24.038Z INFO Sep 01 07:58:19.486adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66592026-09-01T07:58:24.038ZINFO Sep 01 07:58:19.486adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66602026-09-01T07:58:24.038ZINFOSep 01 07:58:19.486 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
66612026-09-01T07:58:24.039Z 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 } }]
66622026-09-01T07:58:24.039ZSep 01 07:58:19.486 DEBG Sep 01 07:58:19.486replacing 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 } }]
66632026-09-01T07:58:24.039ZINFO Sep 01 07:58:19.486adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66642026-09-01T07:58:24.039ZSep 01 07:58:19.486DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66652026-09-01T07:58:24.039Z
66662026-09-01T07:58:24.039ZDEBG 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 } }]Sep 01 07:58:19.486
66672026-09-01T07:58:24.039ZSep 01 07:58:19.486 INFO INFOSep 01 07:58:19.486 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
66682026-09-01T07:58:24.039Z
66692026-09-01T07:58:24.039Z Sep 01 07:58:19.486adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66702026-09-01T07:58:24.039ZDEBG 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 } }]
66712026-09-01T07:58:24.039ZSep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66722026-09-01T07:58:24.039Z
66732026-09-01T07:58:24.039Z Sep 01 07:58:19.486replacing 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 } }]
66742026-09-01T07:58:24.039ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66752026-09-01T07:58:24.039ZSep 01 07:58:19.486Sep 01 07:58:19.486 Sep 01 07:58:19.486 INFOINFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66762026-09-01T07:58:24.039Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
66772026-09-01T07:58:24.039Z
66782026-09-01T07:58:24.039ZSep 01 07:58:19.486 Sep 01 07:58:19.486DEBGSep 01 07:58:19.486 Sep 01 07:58:19.486 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
66792026-09-01T07:58:24.039Z 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 } }]
66802026-09-01T07:58:24.039ZDEBG Sep 01 07:58:19.486replacing 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 } }]
66812026-09-01T07:58:24.039Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66822026-09-01T07:58:24.039Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66832026-09-01T07:58:24.039ZSep 01 07:58:19.486Sep 01 07:58:19.486 INFOSep 01 07:58:19.486 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66842026-09-01T07:58:24.039Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
66852026-09-01T07:58:24.039ZDEBG Sep 01 07:58:19.486replacing 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
66862026-09-01T07:58:24.039ZDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66872026-09-01T07:58:24.040Ztest route::tests::grow_succeeds ... ok
66882026-09-01T07:58:24.040Zreplacing 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 } }]Sep 01 07:58:19.486
66892026-09-01T07:58:24.040Z DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66902026-09-01T07:58:24.040Z Sep 01 07:58:19.486adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66912026-09-01T07:58:24.040ZSep 01 07:58:19.486INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Sep 01 07:58:19.486Sep 01 07:58:19.486
66922026-09-01T07:58:24.040Z DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
66932026-09-01T07:58:24.040Z
66942026-09-01T07:58:24.040Z DEBG
66952026-09-01T07:58:24.040Z 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 } }]
66962026-09-01T07:58:24.040ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBGSep 01 07:58:19.486 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 01 07:58:19.486
66972026-09-01T07:58:24.040Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFO
66982026-09-01T07:58:24.040Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66992026-09-01T07:58:24.040Z
67002026-09-01T07:58:24.040ZSep 01 07:58:19.486 INFO Sep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67012026-09-01T07:58:24.040Z
67022026-09-01T07:58:24.040Zreplacing 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 } }]
67032026-09-01T07:58:24.040ZDEBG 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 } }]Sep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 INFOINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67042026-09-01T07:58:24.040Z
67052026-09-01T07:58:24.040Zadding route 3fff:beef:22::/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 } }]
67062026-09-01T07:58:24.040Z
67072026-09-01T07:58:24.040ZSep 01 07:58:19.486 Sep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG
67082026-09-01T07:58:24.040Z adding route 3fff:beef:6::/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 } }]
67092026-09-01T07:58:24.040Z
67102026-09-01T07:58:24.040ZDEBG 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 } }]
67112026-09-01T07:58:24.040ZSep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
67122026-09-01T07:58:24.040Z 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
67132026-09-01T07:58:24.041Z 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 } }]Sep 01 07:58:19.486adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67142026-09-01T07:58:24.041ZSep 01 07:58:19.486DEBG
67152026-09-01T07:58:24.041Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67162026-09-01T07:58:24.041Z Sep 01 07:58:19.486Sep 01 07:58:19.486adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
67172026-09-01T07:58:24.041ZDEBGSep 01 07:58:19.486 INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Sep 01 07:58:19.486adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67182026-09-01T07:58:24.041ZDEBG
67192026-09-01T07:58:24.041Z
67202026-09-01T07:58:24.041Z 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 } }]
67212026-09-01T07:58:24.041ZSep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 DEBGSep 01 07:58:19.486DEBG INFOINFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67222026-09-01T07:58:24.041Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
67232026-09-01T07:58:24.041Z
67242026-09-01T07:58:24.042Z
67252026-09-01T07:58:24.042ZSep 01 07:58:19.486 Sep 01 07:58:19.486Sep 01 07:58:19.486INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67262026-09-01T07:58:24.042Zreplacing 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 } }]Sep 01 07:58:19.486
67272026-09-01T07:58:24.042Z DEBGINFO Sep 01 07:58:19.486replacing 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 } }]
67282026-09-01T07:58:24.050ZDEBGSep 01 07:58:19.486 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
67292026-09-01T07:58:24.050ZSep 01 07:58:19.486
67302026-09-01T07:58:24.050Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
67312026-09-01T07:58:24.051Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
67322026-09-01T07:58:24.051Z Sep 01 07:58:19.486INFOSep 01 07:58:19.486 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBGSep 01 07:58:19.486
67332026-09-01T07:58:24.051Zreplacing 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 } }]
67342026-09-01T07:58:24.051Z DEBGreplacing 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 } }]Sep 01 07:58:19.486
67352026-09-01T07:58:24.051ZDEBGreplacing 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: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 } }]
67362026-09-01T07:58:24.051Z
67372026-09-01T07:58:24.051ZSep 01 07:58:19.486 INFO Sep 01 07:58:19.486adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 01 07:58:19.486Sep 01 07:58:19.486 INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO
67382026-09-01T07:58:24.051Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
67392026-09-01T07:58:24.051Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67402026-09-01T07:58:24.051Z
67412026-09-01T07:58:24.051ZSep 01 07:58:19.486 DEBG Sep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 DEBGDEBGreplacing 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 } }]
67422026-09-01T07:58:24.051Z 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
67432026-09-01T07:58:24.051Zreplacing 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 } }]
67442026-09-01T07:58:24.051Zreplacing 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 } }]Sep 01 07:58:19.486 INFO
67452026-09-01T07:58:24.051Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 01 07:58:19.486Sep 01 07:58:19.486
67462026-09-01T07:58:24.051ZINFOSep 01 07:58:19.486 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO INFO
67472026-09-01T07:58:24.051Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
67482026-09-01T07:58:24.051Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
67492026-09-01T07:58:24.051Z Sep 01 07:58:19.486replacing 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 } }]
67502026-09-01T07:58:24.051ZDEBGSep 01 07:58:19.486 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
67512026-09-01T07:58:24.051Z Sep 01 07:58:19.486replacing 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 } }]
67522026-09-01T07:58:24.051ZSep 01 07:58:19.486DEBG Sep 01 07:58:19.486 Sep 01 07:58:19.486INFO INFO INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67532026-09-01T07:58:24.051Z
67542026-09-01T07:58:24.051Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
67552026-09-01T07:58:24.051Z
67562026-09-01T07:58:24.051ZSep 01 07:58:19.486Sep 01 07:58:19.486Sep 01 07:58:19.486 Sep 01 07:58:19.486 DEBGDEBGDEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67572026-09-01T07:58:24.051Z 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: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 } }]
67582026-09-01T07:58:24.051Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67592026-09-01T07:58:24.051ZSep 01 07:58:19.486
67602026-09-01T07:58:24.051Z Sep 01 07:58:19.486INFO Sep 01 07:58:19.486adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFOSep 01 07:58:19.486 DEBG
67612026-09-01T07:58:24.051Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67622026-09-01T07:58:24.052Zreplacing 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
67632026-09-01T07:58:24.052Z Sep 01 07:58:19.486adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 01 07:58:19.486 DEBG
67642026-09-01T07:58:24.052Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67652026-09-01T07:58:24.052Zreplacing 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 } }]Sep 01 07:58:19.486
67662026-09-01T07:58:24.052ZSep 01 07:58:19.486 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 } }]INFOSep 01 07:58:19.486
67672026-09-01T07:58:24.052ZSep 01 07:58:19.486 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 01 07:58:19.486
67682026-09-01T07:58:24.052Z
67692026-09-01T07:58:24.052Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67702026-09-01T07:58:24.052ZINFO Sep 01 07:58:19.486adding route 3fff:beef:e::/64 -> 2001:db8::55:ffSep 01 07:58:19.486Sep 01 07:58:19.486
67712026-09-01T07:58:24.052Z DEBGDEBG Sep 01 07:58:19.486DEBG 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 } }]
67722026-09-01T07:58:24.052Zcreated new freemap, unit:Sep 01 07:58:19.486 freemap_route_ipv4INFO
67732026-09-01T07:58:24.052Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67742026-09-01T07:58:24.052Zreplacing 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 } }]
67752026-09-01T07:58:24.052ZSep 01 07:58:19.486 DEBGSep 01 07:58:19.486Sep 01 07:58:19.486 created new freemap , DEBGINFOunit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67762026-09-01T07:58:24.052Zfreemap_route_ipv6
67772026-09-01T07:58:24.052Zreplacing 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 } }]
67782026-09-01T07:58:24.052ZSep 01 07:58:19.486 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 } }]
67792026-09-01T07:58:24.052ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBGINFO initted freemap. size: 64adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff,
67802026-09-01T07:58:24.052Zunit:Sep 01 07:58:19.486 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67812026-09-01T07:58:24.052ZSep 01 07:58:19.486Sep 01 07:58:19.486 DEBG 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 } }] freemap_route_ipv4replacing 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 } }]
67822026-09-01T07:58:24.052Z
67832026-09-01T07:58:24.052Z
67842026-09-01T07:58:24.052ZSep 01 07:58:19.486 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67852026-09-01T07:58:24.052ZSep 01 07:58:19.486Sep 01 07:58:19.486 Sep 01 07:58:19.486INFO DEBG adding route 3fff:beef:26::/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 } }]DEBG
67862026-09-01T07:58:24.052Ztest route::tests::rollback_on_compact_delete_failure ... ok
67872026-09-01T07:58:24.052Z
67882026-09-01T07:58:24.052Zreset freemap, Sep 01 07:58:19.486 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 } }]
67892026-09-01T07:58:24.052Zunit:Sep 01 07:58:19.486 INFOSep 01 07:58:19.486 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
67902026-09-01T07:58:24.052Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67912026-09-01T07:58:24.052Z Sep 01 07:58:19.487freemap_route_ipv4 Sep 01 07:58:19.487DEBG
67922026-09-01T07:58:24.052ZDEBGreplacing 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 } }]
67932026-09-01T07:58:24.052Zreplacing 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 } }]
67942026-09-01T07:58:24.052ZSep 01 07:58:19.487 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67952026-09-01T07:58:24.052ZSep 01 07:58:19.487 Sep 01 07:58:19.487DEBG DEBGinitted freemap. size: 64 Sep 01 07:58:19.487replacing 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 } }]
67962026-09-01T07:58:24.052ZDEBG, unitfailed to allocate space for the new target list:
67972026-09-01T07:58:24.052Z Sep 01 07:58:19.487freemap_route_ipv6
67982026-09-01T07:58:24.052ZINFO Sep 01 07:58:19.487 DEBGSep 01 07:58:19.487 replacing targets for 3fff:dead::/64 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 } }]DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67992026-09-01T07:58:24.053Zreset freemap
68002026-09-01T07:58:24.053Z, unit: freemap_route_ipv6
68012026-09-01T07:58:24.053ZSep 01 07:58:19.487 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68022026-09-01T07:58:24.053ZSep 01 07:58:19.487 INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 01 07:58:19.487
68032026-09-01T07:58:24.053Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68042026-09-01T07:58:24.053ZSep 01 07:58:19.487 DEBG Sep 01 07:58:19.487replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
68052026-09-01T07:58:24.053ZDEBG Sep 01 07:58:19.487 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 } }]
68062026-09-01T07:58:24.053Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
68072026-09-01T07:58:24.053ZSep 01 07:58:19.487 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68082026-09-01T07:58:24.053ZSep 01 07:58:19.487
68092026-09-01T07:58:24.053Z 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 } }]
68102026-09-01T07:58:24.053ZSep 01 07:58:19.487 DEBG Sep 01 07:58:19.487replacing 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 } }] Sep 01 07:58:19.487INFO
68112026-09-01T07:58:24.053Z INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
68122026-09-01T07:58:24.053Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68132026-09-01T07:58:24.053ZSep 01 07:58:19.487Sep 01 07:58:19.487 Sep 01 07:58:19.487DEBG DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
68142026-09-01T07:58:24.053Z
68152026-09-01T07:58:24.053Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68162026-09-01T07:58:24.053ZSep 01 07:58:19.487Sep 01 07:58:19.487 Sep 01 07:58:19.487INFO DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
68172026-09-01T07:58:24.053ZINFOreplacing 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 } }]
68182026-09-01T07:58:24.053Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68192026-09-01T07:58:24.053ZSep 01 07:58:19.487 Sep 01 07:58:19.487Sep 01 07:58:19.487 INFODEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68202026-09-01T07:58:24.053Zreplacing 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 } }]
68212026-09-01T07:58:24.053Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68222026-09-01T07:58:24.053ZSep 01 07:58:19.487 Sep 01 07:58:19.487Sep 01 07:58:19.487 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
68232026-09-01T07:58:24.053ZDEBG
68242026-09-01T07:58:24.053Z 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 } }]
68252026-09-01T07:58:24.053ZSep 01 07:58:19.487Sep 01 07:58:19.487 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: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 } }]
68262026-09-01T07:58:24.053Z
68272026-09-01T07:58:24.053ZSep 01 07:58:19.487 INFO Sep 01 07:58:19.487Sep 01 07:58:19.487 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68282026-09-01T07:58:24.058Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
68292026-09-01T07:58:24.058Z
68302026-09-01T07:58:24.058ZSep 01 07:58:19.487 Sep 01 07:58:19.487Sep 01 07:58:19.487DEBG 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 } }]DEBGDEBG
68312026-09-01T07:58:24.058Z 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: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 } }]
68322026-09-01T07:58:24.058ZSep 01 07:58:19.488 Sep 01 07:58:19.487DEBGSep 01 07:58:19.487Sep 01 07:58:19.487 DEBG DEBGDEBG created new freemap created new freemapcreated new freemapcreated new freemap, , , unitunit:: unitfreemap_route_ipv4 :
68332026-09-01T07:58:24.058Zfreemap_route_ipv4 ,
68342026-09-01T07:58:24.058Zfreemap_route_ipv4unit:
68352026-09-01T07:58:24.058Z Sep 01 07:58:22.571freemap_route_ipv4
68362026-09-01T07:58:24.058ZINFOSep 01 07:58:19.487
68372026-09-01T07:58:24.058ZSep 01 07:58:22.571 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOSep 01 07:58:22.571
68382026-09-01T07:58:24.058Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG Sep 01 07:58:22.571DEBG created new freemapSep 01 07:58:22.571DEBG,
68392026-09-01T07:58:24.058Z unitSep 01 07:58:22.571DEBG: freemap_route_ipv6created new freemap
68402026-09-01T07:58:24.058Z, created new freemapunit, :unit: DEBGfreemap_route_ipv6 freemap_route_ipv6Sep 01 07:58:22.572
68412026-09-01T07:58:24.058Z 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
68422026-09-01T07:58:24.058Z initted freemap. size: 64
68432026-09-01T07:58:24.058Z, unitSep 01 07:58:22.572Sep 01 07:58:22.572 DEBGDEBG :initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv4 freemap_route_ipv4
68442026-09-01T07:58:24.058Z
68452026-09-01T07:58:24.058ZSep 01 07:58:22.572freemap_route_ipv4 DEBG
68462026-09-01T07:58:24.058Z Sep 01 07:58:22.572Sep 01 07:58:22.572Sep 01 07:58:22.572replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
68472026-09-01T07:58:24.058Z Sep 01 07:58:22.572 DEBGDEBG reset freemapreset freemap, INFO, unitunit:: Sep 01 07:58:22.572reset freemap INFOfreemap_route_ipv4
68482026-09-01T07:58:24.058Z, freemap_route_ipv4adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
68492026-09-01T07:58:24.058Z
68502026-09-01T07:58:24.058Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
68512026-09-01T07:58:24.058Z:Sep 01 07:58:22.572 Sep 01 07:58:22.572 freemap_route_ipv4DEBG
68522026-09-01T07:58:24.058Z initted freemap. size: 64DEBGSep 01 07:58:22.572Sep 01 07:58:22.572 , initted freemap. size: 64 DEBGDEBGunit 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: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 } }]unitfreemap_route_ipv6
68532026-09-01T07:58:24.058Z
68542026-09-01T07:58:24.058Z
68552026-09-01T07:58:24.058Z: Sep 01 07:58:22.572freemap_route_ipv6
68562026-09-01T07:58:24.059ZDEBGSep 01 07:58:22.572Sep 01 07:58:22.572 DEBGSep 01 07:58:22.572initted freemap. size: 64 Sep 01 07:58:22.572DEBG, reset freemapunit , INFOunitreset freemap:, unit:adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO:
68572026-09-01T07:58:24.059Z freemap_route_ipv6adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68582026-09-01T07:58:24.059Z
68592026-09-01T07:58:24.059Zfreemap_route_ipv6freemap_route_ipv6
68602026-09-01T07:58:24.059Z
68612026-09-01T07:58:24.059ZSep 01 07:58:22.572 Sep 01 07:58:22.572DEBG Sep 01 07:58:22.572INFOSep 01 07:58:22.572 Sep 01 07:58:22.572 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
68622026-09-01T07:58:24.059Z reset freemapDEBG, replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1unitreplacing 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 } }]:Sep 01 07:58:22.572
68632026-09-01T07:58:24.059Z
68642026-09-01T07:58:24.059Z
68652026-09-01T07:58:24.059ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Sep 01 07:58:22.572
68662026-09-01T07:58:24.059Zfreemap_route_ipv6
68672026-09-01T07:58:24.059ZDEBGSep 01 07:58:22.572 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 } }]Sep 01 07:58:22.572Sep 01 07:58:22.572
68682026-09-01T07:58:24.059Z INFOSep 01 07:58:22.572INFO INFOINFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff Sep 01 07:58:22.572
68692026-09-01T07:58:24.059Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
68702026-09-01T07:58:24.059Zadding route 3fff:dead::/64 -> 2001:db8::55:1
68712026-09-01T07:58:24.059Z
68722026-09-01T07:58:24.059ZSep 01 07:58:22.572 DEBGINFOSep 01 07:58:22.572 Sep 01 07:58:22.572Sep 01 07:58:22.572 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 } }]
68732026-09-01T07:58:24.059ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
68742026-09-01T07:58:24.059Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68752026-09-01T07:58:24.059Zreplacing 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 } }]Sep 01 07:58:22.572
68762026-09-01T07:58:24.059Z Sep 01 07:58:22.572 created new freemapDEBGINFO Sep 01 07:58:22.572, Sep 01 07:58:22.572 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
68772026-09-01T07:58:24.059ZINFOunit adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
68782026-09-01T07:58:24.059Z:
68792026-09-01T07:58:24.059Z Sep 01 07:58:22.572 freemap_route_ipv6INFO
68802026-09-01T07:58:24.059ZSep 01 07:58:22.572Sep 01 07:58:22.572
68812026-09-01T07:58:24.059Zadding route 172.16.0.0/32 -> 10.0.0.1 DEBG
68822026-09-01T07:58:24.059ZDEBG 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68832026-09-01T07:58:24.059ZSep 01 07:58:22.572
68842026-09-01T07:58:24.059Z Sep 01 07:58:22.572DEBG 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 } }]initted freemap. size: 64Sep 01 07:58:22.572
68852026-09-01T07:58:24.059ZSep 01 07:58:22.572 INFOINFO Sep 01 07:58:22.572Sep 01 07:58:22.572 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
68862026-09-01T07:58:24.059Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFODEBG adding route 172.16.0.0/32 -> 10.0.0.2
68872026-09-01T07:58:24.059Z
68882026-09-01T07:58:24.059ZSep 01 07:58:22.572 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 } }] Sep 01 07:58:22.572Sep 01 07:58:22.572
68892026-09-01T07:58:24.059Z 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 unitreplacing 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 } }]
68902026-09-01T07:58:24.059Zreplacing 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 } }]
68912026-09-01T07:58:24.059Z:
68922026-09-01T07:58:24.059ZSep 01 07:58:22.572 freemap_route_ipv4INFOSep 01 07:58:22.572
68932026-09-01T07:58:24.059Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 01 07:58:22.572
68942026-09-01T07:58:24.059ZINFOSep 01 07:58:22.572 INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255Sep 01 07:58:22.572adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68952026-09-01T07:58:24.060Z
68962026-09-01T07:58:24.060ZDEBG 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 } }]
68972026-09-01T07:58:24.060Z
68982026-09-01T07:58:24.060ZSep 01 07:58:22.572Sep 01 07:58:22.572 DEBG 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 } }]Sep 01 07:58:22.572
68992026-09-01T07:58:24.060Z Sep 01 07:58:22.572replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
69002026-09-01T07:58:24.060Z INFO Sep 01 07:58:22.572replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1a::/64 -> 2001:db8::55:ffSep 01 07:58:22.572
69012026-09-01T07:58:24.060Z DEBG
69022026-09-01T07:58:24.060Z INFOreset freemapSep 01 07:58:22.572 Sep 01 07:58:22.572, adding route 172.17.0.1/32 -> 10.0.0.255
69032026-09-01T07:58:24.060ZINFOINFO Sep 01 07:58:22.572 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG unitSep 01 07:58:22.572: adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
69042026-09-01T07:58:24.060ZDEBGreplacing 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 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 } }]
69052026-09-01T07:58:24.060Z
69062026-09-01T07:58:24.060Z
69072026-09-01T07:58:24.060ZSep 01 07:58:22.572 freemap_route_ipv4 DEBG
69082026-09-01T07:58:24.060Z Sep 01 07:58:22.572replacing 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 } }]Sep 01 07:58:22.572Sep 01 07:58:22.572 DEBGINFO
69092026-09-01T07:58:24.060ZINFO Sep 01 07:58:22.572adding route 172.17.0.2/32 -> 10.0.0.255
69102026-09-01T07:58:24.060ZSep 01 07:58:22.572adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
69112026-09-01T07:58:24.060Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69122026-09-01T07:58:24.060ZINFO initted freemap. size: 64 Sep 01 07:58:22.572, adding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 01 07:58:22.572Sep 01 07:58:22.572unit
69132026-09-01T07:58:24.060Z: DEBG 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 } }] 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 } }] freemap_route_ipv6Sep 01 07:58:22.572
69142026-09-01T07:58:24.060Z
69152026-09-01T07:58:24.060Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
69162026-09-01T07:58:24.060Z
69172026-09-01T07:58:24.060Zreplacing 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 } }]Sep 01 07:58:22.572Sep 01 07:58:22.572
69182026-09-01T07:58:24.060Z INFOSep 01 07:58:22.572INFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
69192026-09-01T07:58:24.060ZWARNSep 01 07:58:22.572
69202026-09-01T07:58:24.060Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOSep 01 07:58:22.572Sep 01 07:58:22.572Sep 01 07:58:22.572
69212026-09-01T07:58:24.060Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
69222026-09-01T07:58:24.060ZDEBGDEBG reset freemap Sep 01 07:58:22.572, DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
69232026-09-01T07:58:24.060Z
69242026-09-01T07:58:24.060Zreplacing 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
69252026-09-01T07:58:24.060Z:Sep 01 07:58:22.572 Sep 01 07:58:22.572INFO freemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255
69262026-09-01T07:58:24.060ZINFO
69272026-09-01T07:58:24.060Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 01 07:58:22.572
69282026-09-01T07:58:24.065Z Sep 01 07:58:22.572INFO DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 01 07:58:22.572replacing 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 } }]Sep 01 07:58:22.572
69292026-09-01T07:58:24.065Z
69302026-09-01T07:58:24.065Z DEBGINFOSep 01 07:58:22.572 Sep 01 07:58:22.572replacing 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 } }]
69312026-09-01T07:58:24.065Z INFODEBG 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 172.17.0.5/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
69322026-09-01T07:58:24.065Z
69332026-09-01T07:58:24.065Z
69342026-09-01T07:58:24.065ZSep 01 07:58:22.572 Sep 01 07:58:22.572Sep 01 07:58:22.572 INFOSep 01 07:58:22.572 INFODEBG DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
69352026-09-01T07:58:24.065Z
69362026-09-01T07:58:24.065Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69372026-09-01T07:58:24.065Z
69382026-09-01T07:58:24.065ZSep 01 07:58:22.572Sep 01 07:58:22.572 Sep 01 07:58:22.572DEBGSep 01 07:58:22.572 INFODEBG 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: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.255
69392026-09-01T07:58:24.065Z
69402026-09-01T07:58:24.065Z
69412026-09-01T07:58:24.065ZINFO Sep 01 07:58:22.572Sep 01 07:58:22.572 adding route 3fff:dead::/64 -> 2001:db8::55:2
69422026-09-01T07:58:24.065Z DEBGINFOSep 01 07:58:22.572DEBG INFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
69432026-09-01T07:58:24.065ZSep 01 07:58:22.572Sep 01 07:58:22.573 INFO adding route 3fff:beef:2f::/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 } }]DEBG
69442026-09-01T07:58:24.065Z
69452026-09-01T07:58:24.065Zcreated new freemapSep 01 07:58:22.732, unit
69462026-09-01T07:58:24.065Z :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 } }]freemap_route_ipv4
69472026-09-01T07:58:24.065ZSep 01 07:58:22.732
69482026-09-01T07:58:24.065Z DEBGSep 01 07:58:22.732Sep 01 07:58:22.732 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
69492026-09-01T07:58:24.066Z 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 } }] Sep 01 07:58:22.732
69502026-09-01T07:58:24.066ZINFOSep 01 07:58:22.732 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 01 07:58:22.732
69512026-09-01T07:58:24.066Zadding route 172.17.0.7/32 -> 10.0.0.255
69522026-09-01T07:58:24.066ZSep 01 07:58:22.732replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
69532026-09-01T07:58:24.066Zcreated new freemap
69542026-09-01T07:58:24.066Z, Sep 01 07:58:22.732Sep 01 07:58:22.732 unitDEBG: Sep 01 07:58:22.732freemap_route_ipv6
69552026-09-01T07:58:24.066ZDEBGSep 01 07:58:22.732 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
69562026-09-01T07:58:24.066Z Sep 01 07:58:22.732adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
69572026-09-01T07:58:24.066ZDEBGDEBG 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 } }]initted freemap. size: 64 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 } }],
69582026-09-01T07:58:24.066Z
69592026-09-01T07:58:24.066ZunitSep 01 07:58:22.732: Sep 01 07:58:22.732DEBG freemap_route_ipv4INFO 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 } }]
69602026-09-01T07:58:24.066Z
69612026-09-01T07:58:24.066ZSep 01 07:58:22.732 Sep 01 07:58:22.732 adding route 172.17.0.8/32 -> 10.0.0.255INFO
69622026-09-01T07:58:24.066ZINFO Sep 01 07:58:22.732 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69632026-09-01T07:58:24.066Z
69642026-09-01T07:58:24.066Z Sep 01 07:58:22.732adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
69652026-09-01T07:58:24.066ZSep 01 07:58:22.732 Sep 01 07:58:22.732DEBGSep 01 07:58:22.732DEBGSep 01 07:58:22.732 reset freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
69662026-09-01T07:58:24.066ZunitDEBG: 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 } }]freemap_route_ipv4
69672026-09-01T07:58:24.066ZDEBGSep 01 07:58:22.732
69682026-09-01T07:58:24.066Z INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255Sep 01 07:58:22.732
69692026-09-01T07:58:24.066Z
69702026-09-01T07:58:24.066ZINFOSep 01 07:58:22.732 DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64
69712026-09-01T07:58:24.066Z, Sep 01 07:58:22.732 DEBGunitDEBG Sep 01 07:58:22.732Sep 01 07:58:22.732 INFODEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff :
69722026-09-01T07:58:24.066Zreplacing 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 } }]
69732026-09-01T07:58:24.066Z
69742026-09-01T07:58:24.066Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
69752026-09-01T07:58:24.067Z
69762026-09-01T07:58:24.067ZSep 01 07:58:22.732Sep 01 07:58:22.732 DEBGSep 01 07:58:22.732 INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69772026-09-01T07:58:24.067Z adding route 172.17.0.10/32 -> 10.0.0.255Sep 01 07:58:22.732
69782026-09-01T07:58:24.067ZINFO Sep 01 07:58:22.732DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 01 07:58:22.732INFOreset freemap
69792026-09-01T07:58:24.067Z, Sep 01 07:58:22.732 unitINFODEBG :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 } }]
69802026-09-01T07:58:24.067Z freemap_route_ipv6Sep 01 07:58:22.732
69812026-09-01T07:58:24.067Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 01 07:58:22.732
69822026-09-01T07:58:24.067ZDEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255Sep 01 07:58:22.732
69832026-09-01T07:58:24.067Zadding route 3fff:beef:32::/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 } }]
69842026-09-01T07:58:24.067ZINFO
69852026-09-01T07:58:24.067ZSep 01 07:58:22.732 Sep 01 07:58:22.732adding route 3fff:dead::/64 -> 2001:db8::55:1
69862026-09-01T07:58:24.067ZDEBG Sep 01 07:58:22.732 Sep 01 07:58:22.732 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 } }]INFODEBG
69872026-09-01T07:58:24.067Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69882026-09-01T07:58:24.067Z
69892026-09-01T07:58:24.067Ztest route::tests::rollback_on_compact_write_failure ... ok
69902026-09-01T07:58:24.067ZDEBG Sep 01 07:58:22.732replacing 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 } }]Sep 01 07:58:22.732 INFODEBG
69912026-09-01T07:58:24.067Z 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 } }]
69922026-09-01T07:58:24.067Z
69932026-09-01T07:58:24.067ZSep 01 07:58:22.732Sep 01 07:58:22.733 DEBG Sep 01 07:58:22.733INFOSep 01 07:58:22.733 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
69942026-09-01T07:58:24.067Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 01 07:58:22.733
69952026-09-01T07:58:24.067Z
69962026-09-01T07:58:24.067ZSep 01 07:58:22.733INFOINFO INFOSep 01 07:58:22.733 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
69972026-09-01T07:58:24.067Zadding route 172.17.0.13/32 -> 10.0.0.255
69982026-09-01T07:58:24.067Z
69992026-09-01T07:58:24.067Zadding route 3fff:dead::/64 -> 2001:db8::55:2
70002026-09-01T07:58:24.067ZSep 01 07:58:22.733Sep 01 07:58:22.733Sep 01 07:58:22.733 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 } }] Sep 01 07:58:22.733replacing 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 } }] DEBGSep 01 07:58:22.733 Sep 01 07:58:19.487
70012026-09-01T07:58:24.068Zreplacing 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 } }]
70022026-09-01T07:58:24.068Z DEBG
70032026-09-01T07:58:24.068ZDEBGSep 01 07:58:22.733 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70042026-09-01T07:58:24.068Z 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 } }]Sep 01 07:58:22.743
70052026-09-01T07:58:24.068Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
70062026-09-01T07:58:24.068ZSep 01 07:58:22.743INFO Sep 01 07:58:22.743DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70072026-09-01T07:58:24.068Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
70082026-09-01T07:58:24.068ZSep 01 07:58:22.743 Sep 01 07:58:22.743INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBG
70092026-09-01T07:58:24.068Zreplacing 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 } }]
70102026-09-01T07:58:24.068ZSep 01 07:58:22.744 Sep 01 07:58:22.744adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
70112026-09-01T07:58:24.068ZINFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
70122026-09-01T07:58:24.068Zreplacing 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 } }]Sep 01 07:58:22.744
70132026-09-01T07:58:24.068Z DEBGSep 01 07:58:22.744 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 } }]
70142026-09-01T07:58:24.068ZSep 01 07:58:22.744 DEBGINFOSep 01 07:58:22.744 adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }]
70152026-09-01T07:58:24.068Z
70162026-09-01T07:58:24.068Z INFOSep 01 07:58:22.744 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 01 07:58:22.744
70172026-09-01T07:58:24.068Z Sep 01 07:58:22.743 created new freemap INFOINFO Sep 01 07:58:22.744adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
70182026-09-01T07:58:24.068Z, DEBGunit adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
70192026-09-01T07:58:24.068Z freemap_route_ipv4
70202026-09-01T07:58:24.068Z
70212026-09-01T07:58:24.068ZDEBG 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 } }]Sep 01 07:58:22.744Sep 01 07:58:22.744
70222026-09-01T07:58:24.068Z Sep 01 07:58:22.744 DEBG INFOINFO Sep 01 07:58:22.744adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
70232026-09-01T07:58:24.068ZSep 01 07:58:22.744Sep 01 07:58:22.744
70242026-09-01T07:58:24.068Z DEBG 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 } }]created new freemap
70252026-09-01T07:58:24.069ZSep 01 07:58:22.744
70262026-09-01T07:58:24.069Z, DEBGunitSep 01 07:58:22.744: Sep 01 07:58:22.744 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6DEBG
70272026-09-01T07:58:24.069Z Sep 01 07:58:22.744replacing 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 } }]
70282026-09-01T07:58:24.073ZDEBGINFO
70292026-09-01T07:58:24.073ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
70302026-09-01T07:58:24.073Z
70312026-09-01T07:58:24.073ZSep 01 07:58:22.744Sep 01 07:58:22.744 DEBG INFOSep 01 07:58:22.744 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 } }] DEBGinitted freemap. size: 64
70322026-09-01T07:58:24.073Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 01 07:58:22.744,
70332026-09-01T07:58:24.073Z INFO Sep 01 07:58:22.744unitadding route 172.17.0.17/32 -> 10.0.0.255:
70342026-09-01T07:58:24.073ZSep 01 07:58:22.744 INFO freemap_route_ipv4DEBG
70352026-09-01T07:58:24.073Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 01 07:58:22.744
70362026-09-01T07:58:24.073Z 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 } }]Sep 01 07:58:22.744INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
70372026-09-01T07:58:24.073ZDEBG
70382026-09-01T07:58:24.073Z reset freemapSep 01 07:58:22.744 , Sep 01 07:58:22.744Sep 01 07:58:22.744unit :DEBG Sep 01 07:58:22.744 INFO DEBGadding route 3fff:beef:15::/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 } }]
70392026-09-01T07:58:24.074Z
70402026-09-01T07:58:24.074ZDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
70412026-09-01T07:58:24.074Zfreemap_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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70422026-09-01T07:58:24.074ZSep 01 07:58:22.744Sep 01 07:58:22.744 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Sep 01 07:58:22.744
70432026-09-01T07:58:24.074ZINFO
70442026-09-01T07:58:24.074Z 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 } }]
70452026-09-01T07:58:24.074ZDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70462026-09-01T07:58:24.074ZSep 01 07:58:22.744 initted freemap. size: 64Sep 01 07:58:22.744Sep 01 07:58:22.744Sep 01 07:58:22.744, WARNunit :INFODEBG adding route 3fff:beef:16::/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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
70472026-09-01T07:58:24.074Z
70482026-09-01T07:58:24.074Zfreemap_route_ipv6Sep 01 07:58:22.744
70492026-09-01T07:58:24.074Z
70502026-09-01T07:58:24.074ZSep 01 07:58:22.744 INFODEBG DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:58:22.744Sep 01 07:58:22.744
70512026-09-01T07:58:24.074Z adding route 172.17.0.18/32 -> 10.0.0.255 INFO
70522026-09-01T07:58:24.074Z 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 } }] Sep 01 07:58:22.744Sep 01 07:58:22.744 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOreset freemap
70532026-09-01T07:58:24.074Z
70542026-09-01T07:58:24.074Z, unit: adding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 01 07:58:22.744
70552026-09-01T07:58:24.074Z DEBGDEBGfreemap_route_ipv6
70562026-09-01T07:58:24.074Zreplacing 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 } }]Sep 01 07:58:22.744
70572026-09-01T07:58:24.074Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70582026-09-01T07:58:24.074Z Sep 01 07:58:22.744Sep 01 07:58:22.744 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 } }]
70592026-09-01T07:58:24.074ZINFOINFOSep 01 07:58:22.744 Sep 01 07:58:22.744 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.19/32 -> 10.0.0.255
70602026-09-01T07:58:24.074Z
70612026-09-01T07:58:24.074Z
70622026-09-01T07:58:24.074ZSep 01 07:58:22.744adding route 3fff:beef:38::/64 -> 2001:db8::55:ff INFO
70632026-09-01T07:58:24.074ZSep 01 07:58:22.744 Sep 01 07:58:22.744adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
70642026-09-01T07:58:24.074ZDEBGSep 01 07:58:22.744 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
70652026-09-01T07:58:24.075ZSep 01 07:58:22.744 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 01 07:58:22.744
70662026-09-01T07:58:24.075Z
70672026-09-01T07:58:24.075Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
70682026-09-01T07:58:24.075ZSep 01 07:58:22.744Sep 01 07:58:22.744
70692026-09-01T07:58:24.075Z INFOINFO Sep 01 07:58:22.744 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
70702026-09-01T07:58:24.075Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:58:22.744
70712026-09-01T07:58:24.075Z Sep 01 07:58:22.744INFOSep 01 07:58:22.744
70722026-09-01T07:58:24.075Z DEBGadding route 172.17.0.20/32 -> 10.0.0.255Sep 01 07:58:22.744 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 } }]Sep 01 07:58:22.744
70732026-09-01T07:58:24.075ZDEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70742026-09-01T07:58:24.075Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
70752026-09-01T07:58:24.075Z
70762026-09-01T07:58:24.075ZSep 01 07:58:22.744 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70772026-09-01T07:58:24.075Z Sep 01 07:58:22.744adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
70782026-09-01T07:58:24.075ZSep 01 07:58:22.744DEBG 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 } }]DEBGSep 01 07:58:22.744
70792026-09-01T07:58:24.075Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 01 07:58:22.744
70802026-09-01T07:58:24.075ZDEBGSep 01 07:58:22.744Sep 01 07:58:22.744INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
70812026-09-01T07:58:24.075ZINFO
70822026-09-01T07:58:24.075Z Sep 01 07:58:22.744 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
70832026-09-01T07:58:24.075ZINFOSep 01 07:58:22.744 adding route 3fff:dead::/64 -> 2001:db8::55:4
70842026-09-01T07:58:24.075ZINFOSep 01 07:58:22.744Sep 01 07:58:22.744 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
70852026-09-01T07:58:24.075Zadding route 172.17.0.21/32 -> 10.0.0.255DEBGSep 01 07:58:22.744
70862026-09-01T07:58:24.075Z DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]Sep 01 07:58:22.744
70872026-09-01T07:58:24.075ZSep 01 07:58:22.744DEBG
70882026-09-01T07:58:24.075ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
70892026-09-01T07:58:24.075Ztest route::tests::rollback_on_index_readd_failure ... ok
70902026-09-01T07:58:24.075Zreplacing 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.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 } }]Sep 01 07:58:22.744
70912026-09-01T07:58:24.076Z
70922026-09-01T07:58:24.076ZSep 01 07:58:22.744DEBG Sep 01 07:58:22.744Sep 01 07:58:22.744Sep 01 07:58:22.744 failed to allocate space for the new target listDEBG
70932026-09-01T07:58:24.076Z INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255INFO
70942026-09-01T07:58:24.076Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
70952026-09-01T07:58:24.076ZSep 01 07:58:22.744
70962026-09-01T07:58:24.076ZDEBG Sep 01 07:58:22.744replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70972026-09-01T07:58:24.076ZSep 01 07:58:22.744DEBG DEBGadding route 3fff:beef:3a::/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 } }]
70982026-09-01T07:58:24.076Z
70992026-09-01T07:58:24.076Z 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 } }]
71002026-09-01T07:58:24.076ZSep 01 07:58:22.744 Sep 01 07:58:22.744INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
71012026-09-01T07:58:24.076Zfailed to allocate space for the new target listSep 01 07:58:22.744
71022026-09-01T07:58:24.076Z 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 } }]Sep 01 07:58:22.744 Sep 01 07:58:22.745DEBG Sep 01 07:58:22.745DEBG 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 } }]DEBGcreated new freemap
71032026-09-01T07:58:24.076Z , created new freemapunit, :unit :freemap_route_ipv4
71042026-09-01T07:58:24.076Zfreemap_route_ipv4
71052026-09-01T07:58:24.076ZSep 01 07:58:22.772Sep 01 07:58:22.772Sep 01 07:58:22.772 DEBGDEBG created new freemapcreated new freemap, , unitunit:: Sep 01 07:58:22.772freemap_route_ipv6
71062026-09-01T07:58:24.076Z freemap_route_ipv6INFO
71072026-09-01T07:58:24.076Z adding route 172.17.0.23/32 -> 10.0.0.255Sep 01 07:58:22.773 DEBG
71082026-09-01T07:58:24.076Zinitted freemap. size: 64Sep 01 07:58:22.773, unitDEBG: initted freemap. size: 64freemap_route_ipv4,
71092026-09-01T07:58:24.076Zunit: freemap_route_ipv4Sep 01 07:58:22.773
71102026-09-01T07:58:24.076Z Sep 01 07:58:22.773DEBG 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 } }]Sep 01 07:58:22.773
71112026-09-01T07:58:24.076Z INFO reset freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG,
71122026-09-01T07:58:24.076ZSep 01 07:58:22.773unit: INFO adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4Sep 01 07:58:22.773
71132026-09-01T07:58:24.076Z reset freemapDEBG , 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 } }]
71142026-09-01T07:58:24.077Z
71152026-09-01T07:58:24.077ZunitSep 01 07:58:22.773: DEBGfreemap_route_ipv4
71162026-09-01T07:58:24.077ZSep 01 07:58:22.773replacing 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 } }]
71172026-09-01T07:58:24.077ZINFO Sep 01 07:58:22.773Sep 01 07:58:22.773 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , Sep 01 07:58:22.773unit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff unitINFO
71182026-09-01T07:58:24.077Zfreemap_route_ipv6:
71192026-09-01T07:58:24.077Z adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv6
71202026-09-01T07:58:24.077Z
71212026-09-01T07:58:24.077ZSep 01 07:58:22.773 DEBGSep 01 07:58:22.773 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 } }]
71222026-09-01T07:58:24.077ZDEBGSep 01 07:58:22.773 reset freemapSep 01 07:58:22.773, DEBGunit : 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 } }]Sep 01 07:58:22.773
71232026-09-01T07:58:24.077Zfreemap_route_ipv6 INFO
71242026-09-01T07:58:24.077ZDEBG Sep 01 07:58:22.773 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemap
71252026-09-01T07:58:24.077ZINFO adding route 172.17.0.26/32 -> 10.0.0.255Sep 01 07:58:22.773
71262026-09-01T07:58:24.077Z INFO Sep 01 07:58:22.773adding route 172.16.0.0/32 -> 10.0.0.1 Sep 01 07:58:22.773DEBG , DEBG unit :replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71272026-09-01T07:58:24.077Z
71282026-09-01T07:58:24.082Z
71292026-09-01T07:58:24.082Zfreemap_route_ipv6
71302026-09-01T07:58:24.082ZSep 01 07:58:22.773Sep 01 07:58:22.773 Sep 01 07:58:22.773INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
71312026-09-01T07:58:24.082ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 01 07:58:22.773
71322026-09-01T07:58:24.082ZINFOSep 01 07:58:22.773adding route 172.17.0.27/32 -> 10.0.0.255
71332026-09-01T07:58:24.082Z DEBGSep 01 07:58:22.773 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:58:22.773
71342026-09-01T07:58:24.082Zadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 172.17.0.0/32 -> 10.0.0.255
71352026-09-01T07:58:24.082Z Sep 01 07:58:22.773 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 } }]
71362026-09-01T07:58:24.082Z
71372026-09-01T07:58:24.082ZINFO Sep 01 07:58:22.773Sep 01 07:58:22.773 Sep 01 07:58:22.773DEBG INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
71382026-09-01T07:58:24.082Z
71392026-09-01T07:58:24.082Zadding route 172.17.0.28/32 -> 10.0.0.255
71402026-09-01T07:58:24.082Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
71412026-09-01T07:58:24.082ZSep 01 07:58:22.773Sep 01 07:58:22.773 DEBGINFO 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:dead::/64 -> 2001:db8::55:2
71422026-09-01T07:58:24.082Z
71432026-09-01T07:58:24.082ZSep 01 07:58:22.773 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 } }]
71442026-09-01T07:58:24.082ZSep 01 07:58:22.773 INFOSep 01 07:58:22.773Sep 01 07:58:22.773 adding route 172.17.0.29/32 -> 10.0.0.255INFO
71452026-09-01T07:58:24.082Z Sep 01 07:58:22.773adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
71462026-09-01T07:58:24.082ZDEBG INFO adding route 172.17.0.1/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 } }]
71472026-09-01T07:58:24.082ZSep 01 07:58:22.773
71482026-09-01T07:58:24.082Z DEBGSep 01 07:58:22.773 Sep 01 07:58:22.773replacing 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
71492026-09-01T07:58:24.082ZSep 01 07:58:22.773 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 } }]INFO
71502026-09-01T07:58:24.082Z 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 } }]Sep 01 07:58:22.773
71512026-09-01T07:58:24.082Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFOSep 01 07:58:22.773
71522026-09-01T07:58:24.083Z INFOadding route 172.17.0.30/32 -> 10.0.0.255 Sep 01 07:58:22.773 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
71532026-09-01T07:58:24.083Z
71542026-09-01T07:58:24.083ZINFO Sep 01 07:58:22.773Sep 01 07:58:22.773adding route 172.17.0.2/32 -> 10.0.0.255
71552026-09-01T07:58:24.083Z Sep 01 07:58:22.773DEBGDEBG DEBGSep 01 07:58:22.773replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71562026-09-01T07:58:24.083Zreplacing 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 } }]
71572026-09-01T07:58:24.083Z DEBG
71582026-09-01T07:58:24.083Z 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 } }]Sep 01 07:58:22.773
71592026-09-01T07:58:24.083Z INFOSep 01 07:58:22.773 adding route 172.17.0.31/32 -> 10.0.0.255INFO
71602026-09-01T07:58:24.083Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
71612026-09-01T07:58:24.083ZSep 01 07:58:22.773 INFO Sep 01 07:58:22.773 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
71622026-09-01T07:58:24.083Z 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 } }]Sep 01 07:58:22.773
71632026-09-01T07:58:24.083Z Sep 01 07:58:22.773DEBG Sep 01 07:58:22.773INFO 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 } }] Sep 01 07:58:22.773
71642026-09-01T07:58:24.083Z adding route 172.17.0.3/32 -> 10.0.0.255DEBGINFO
71652026-09-01T07:58:24.083Z 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 } }, NextHop { asic_port_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 } }]Sep 01 07:58:22.773
71662026-09-01T07:58:24.083Z INFO
71672026-09-01T07:58:24.083Z adding route 172.17.0.32/32 -> 10.0.0.255Sep 01 07:58:22.773
71682026-09-01T07:58:24.083Z Sep 01 07:58:22.773DEBGSep 01 07:58:22.773 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 } }]DEBG
71692026-09-01T07:58:24.083ZSep 01 07:58:22.773 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 3fff:dead::/64 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 } }]
71702026-09-01T07:58:24.083Zreplacing 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 } }]Sep 01 07:58:22.773
71712026-09-01T07:58:24.083Z
71722026-09-01T07:58:24.083Z INFO Sep 01 07:58:22.773Sep 01 07:58:22.773 WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 01 07:58:22.773
71732026-09-01T07:58:24.083Z
71742026-09-01T07:58:24.083Z
71752026-09-01T07:58:24.083Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOSep 01 07:58:22.773
71762026-09-01T07:58:24.083Z adding route 172.17.0.33/32 -> 10.0.0.255DEBG
71772026-09-01T07:58:24.083Zreplacing 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 } }]Sep 01 07:58:22.773
71782026-09-01T07:58:24.083Z DEBGSep 01 07:58:22.773 Sep 01 07:58:22.773replacing 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 } }]
71792026-09-01T07:58:24.083Z Sep 01 07:58:22.773Sep 01 07:58:22.773 INFO adding route 172.17.0.5/32 -> 10.0.0.255
71802026-09-01T07:58:24.083ZDEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71812026-09-01T07:58:24.083Zreplacing 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 } }]Sep 01 07:58:22.745
71822026-09-01T07:58:24.083ZSep 01 07:58:22.773 Sep 01 07:58:22.773DEBG Sep 01 07:58:22.773 Sep 01 07:58:22.773created new freemap INFOINFO, adding route 3fff:beef:20::/64 -> 2001:db8::55:ffunitadding route 172.17.0.34/32 -> 10.0.0.255
71832026-09-01T07:58:24.083Z
71842026-09-01T07:58:24.084Z:DEBG freemap_route_ipv4INFO
71852026-09-01T07:58:24.084Zreplacing 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 } }]Sep 01 07:58:22.773Sep 01 07:58:22.773 DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
71862026-09-01T07:58:24.084Z
71872026-09-01T07:58:24.084ZDEBG 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 } }]
71882026-09-01T07:58:24.084Z Sep 01 07:58:22.773 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71892026-09-01T07:58:24.084Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
71902026-09-01T07:58:24.084ZSep 01 07:58:22.773 INFO adding route 172.17.0.6/32 -> 10.0.0.255
71912026-09-01T07:58:24.084Z 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 } }]Sep 01 07:58:22.773
71922026-09-01T07:58:24.084ZSep 01 07:58:22.773 DEBGINFO Sep 01 07:58:22.773replacing 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.35/32 -> 10.0.0.255Sep 01 07:58:22.773
71932026-09-01T07:58:24.084Z DEBG INFO
71942026-09-01T07:58:24.084Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]Sep 01 07:58:22.773adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
71952026-09-01T07:58:24.084ZDEBG 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 } }]
71962026-09-01T07:58:24.084Z
71972026-09-01T07:58:24.084ZSep 01 07:58:22.773
71982026-09-01T07:58:24.084Z DEBGSep 01 07:58:22.773Sep 01 07:58:22.773Sep 01 07:58:22.773 DEBGINFO INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
71992026-09-01T07:58:24.084Z
72002026-09-01T07:58:24.084Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72012026-09-01T07:58:24.084Zadding route 172.17.0.7/32 -> 10.0.0.255
72022026-09-01T07:58:24.084ZSep 01 07:58:22.773Sep 01 07:58:22.773 Sep 01 07:58:22.773INFOINFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
72032026-09-01T07:58:24.084ZSep 01 07:58:22.773
72042026-09-01T07:58:24.084ZINFO Sep 01 07:58:22.773replacing 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 } }]Sep 01 07:58:22.773adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:58:22.773
72052026-09-01T07:58:24.084Z DEBG
72062026-09-01T07:58:24.084ZDEBGreplacing 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 } }]Sep 01 07:58:22.773
72072026-09-01T07:58:24.084ZINFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 01 07:58:22.773
72082026-09-01T07:58:24.084ZSep 01 07:58:22.773replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
72092026-09-01T07:58:24.084Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG Sep 01 07:58:22.773
72102026-09-01T07:58:24.084Zreplacing 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 } }]
72112026-09-01T07:58:24.084Z Sep 01 07:58:22.773DEBGSep 01 07:58:22.773 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBGSep 01 07:58:22.774
72122026-09-01T07:58:24.084Z 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 } }]
72132026-09-01T07:58:24.084Z DEBG created new freemapSep 01 07:58:22.786 , Sep 01 07:58:22.786unit :INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72142026-09-01T07:58:24.084Z
72152026-09-01T07:58:24.084Zfreemap_route_ipv4Sep 01 07:58:22.786 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:58:22.786
72162026-09-01T07:58:24.084Z
72172026-09-01T07:58:24.084ZINFO adding route 172.17.0.9/32 -> 10.0.0.255Sep 01 07:58:22.786
72182026-09-01T07:58:24.085Z INFO
72192026-09-01T07:58:24.085ZSep 01 07:58:22.786 Sep 01 07:58:22.786adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGSep 01 07:58:22.786 created new freemapINFO
72202026-09-01T07:58:24.085Z , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit
72212026-09-01T07:58:24.085Z:DEBG Sep 01 07:58:22.786 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6DEBG
72222026-09-01T07:58:24.085Z Sep 01 07:58:22.786replacing 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 } }]
72232026-09-01T07:58:24.085Z
72242026-09-01T07:58:24.085ZDEBG 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 } }]
72252026-09-01T07:58:24.085ZSep 01 07:58:22.786Sep 01 07:58:22.786 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
72262026-09-01T07:58:24.085Zinitted freemap. size: 64Sep 01 07:58:22.786 Sep 01 07:58:22.786INFO, Sep 01 07:58:22.786adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff unit :DEBG
72272026-09-01T07:58:24.085Z freemap_route_ipv4INFO
72282026-09-01T07:58:24.107Z 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 172.17.0.10/32 -> 10.0.0.255
72292026-09-01T07:58:24.107Z
72302026-09-01T07:58:24.107ZSep 01 07:58:22.786Sep 01 07:58:22.786 DEBGSep 01 07:58:22.786Sep 01 07:58:22.786 INFODEBGDEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing 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 } }]
72312026-09-01T07:58:24.107Z
72322026-09-01T07:58:24.108Zreset freemap, 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 } }]unit
72332026-09-01T07:58:24.108Z: Sep 01 07:58:22.786Sep 01 07:58:22.786freemap_route_ipv4
72342026-09-01T07:58:24.108ZDEBG 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 } }]Sep 01 07:58:22.786INFO
72352026-09-01T07:58:24.108ZSep 01 07:58:22.786 DEBG Sep 01 07:58:22.786initted freemap. size: 64 adding route 172.17.0.11/32 -> 10.0.0.255INFO
72362026-09-01T07:58:24.108ZDEBG , failed to allocate space for the new target listadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
72372026-09-01T07:58:24.108Zunit
72382026-09-01T07:58:24.108Z: Sep 01 07:58:22.786freemap_route_ipv6
72392026-09-01T07:58:24.108ZSep 01 07:58:22.786DEBG Sep 01 07:58:22.786replacing 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 } }]
72402026-09-01T07:58:24.108ZDEBGDEBG Sep 01 07:58:22.786replacing 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 } }]
72412026-09-01T07:58:24.108ZDEBG 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:2, vlan_id: None } }]Sep 01 07:58:22.786
72422026-09-01T07:58:24.108Z, INFOSep 01 07:58:22.786unit : INFOadding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6
72432026-09-01T07:58:24.108Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
72442026-09-01T07:58:24.108Z
72452026-09-01T07:58:24.108ZSep 01 07:58:22.786Sep 01 07:58:22.786 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:58:22.786
72462026-09-01T07:58:24.108Zreplacing 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 } }]
72472026-09-01T07:58:24.108ZDEBG 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 } }]
72482026-09-01T07:58:24.108Z
72492026-09-01T07:58:24.108ZSep 01 07:58:22.786 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 01 07:58:22.786
72502026-09-01T07:58:24.108Z INFOSep 01 07:58:22.786Sep 01 07:58:22.786 adding route 172.17.0.13/32 -> 10.0.0.255INFOSep 01 07:58:22.786DEBG
72512026-09-01T07:58:24.108Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
72522026-09-01T07:58:24.108Zreplacing targets for 3fff:dead::/64 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 } }]
72532026-09-01T07:58:24.108Zadding route 3fff:dead::/64 -> 2001:db8::55:2
72542026-09-01T07:58:24.108ZSep 01 07:58:22.786 Sep 01 07:58:22.786DEBG 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 } }]
72552026-09-01T07:58:24.108Zreplacing 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 } }]Sep 01 07:58:22.786
72562026-09-01T07:58:24.108Z WARN Sep 01 07:58:22.786 Sep 01 07:58:22.786INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
72572026-09-01T07:58:24.108Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
72582026-09-01T07:58:24.108ZSep 01 07:58:22.786 DEBG
72592026-09-01T07:58:24.108Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
72602026-09-01T07:58:24.108ZSep 01 07:58:22.786 Sep 01 07:58:22.786DEBGSep 01 07:58:22.786 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
72612026-09-01T07:58:24.108Z 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 } }]INFOSep 01 07:58:22.786Sep 01 07:58:22.786 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 } }]
72622026-09-01T07:58:24.108ZDEBG
72632026-09-01T07:58:24.108Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72642026-09-01T07:58:24.109Zadding route 172.17.0.37/32 -> 10.0.0.255Sep 01 07:58:22.786ERRO INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
72652026-09-01T07:58:24.109Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
72662026-09-01T07:58:24.109ZSep 01 07:58:22.786
72672026-09-01T07:58:24.109Z Sep 01 07:58:22.786Sep 01 07:58:22.786 Sep 01 07:58:22.786 DEBGINFO DEBGERROreplacing 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.15/32 -> 10.0.0.255 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing targets for 3fff:beef: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 } }]
72682026-09-01T07:58:24.109Z
72692026-09-01T07:58:24.109Z
72702026-09-01T07:58:24.109ZSep 01 07:58:22.786Sep 01 07:58:22.786 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.38/32 -> 10.0.0.255
72712026-09-01T07:58:24.109Z
72722026-09-01T07:58:24.109ZSep 01 07:58:22.786 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
72732026-09-01T07:58:24.109ZSep 01 07:58:22.786 DEBGSep 01 07:58:22.786 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 } }]
72742026-09-01T07:58:24.109ZSep 01 07:58:22.786replacing 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 } }]
72752026-09-01T07:58:24.109ZDEBG Sep 01 07:58:22.786 DEBG
72762026-09-01T07:58:24.109ZSep 01 07:58:22.786 INFO Sep 01 07:58:22.786created new freemapadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
72772026-09-01T07:58:24.109ZSep 01 07:58:22.786, unitINFODEBG adding route 172.17.0.39/32 -> 10.0.0.255:Sep 01 07:58:22.786 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6DEBG
72782026-09-01T07:58:24.109Z
72792026-09-01T07:58:24.109Zreplacing 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 } }]
72802026-09-01T07:58:24.109Z
72812026-09-01T07:58:24.109ZSep 01 07:58:22.786Sep 01 07:58:22.786 DEBG Sep 01 07:58:22.786Sep 01 07:58:22.786 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 } }] adding route 172.17.0.16/32 -> 10.0.0.255
72822026-09-01T07:58:24.109Z
72832026-09-01T07:58:24.109Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
72842026-09-01T07:58:24.109ZSep 01 07:58:22.786Sep 01 07:58:22.786 INFODEBGSep 01 07:58:22.786 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.40/32 -> 10.0.0.255
72852026-09-01T07:58:24.109ZDEBG
72862026-09-01T07:58:24.109Z 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 } }]Sep 01 07:58:22.786 INFO adding route 172.17.0.17/32 -> 10.0.0.255
72872026-09-01T07:58:24.109ZSep 01 07:58:22.786Sep 01 07:58:22.786 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72882026-09-01T07:58:24.109Z
72892026-09-01T07:58:24.109Z Sep 01 07:58:22.786DEBGSep 01 07:58:22.786 INFO INFO initted freemap. size: 64adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255,
72902026-09-01T07:58:24.109Zunit
72912026-09-01T07:58:24.109Z: freemap_route_ipv4
72922026-09-01T07:58:24.109ZSep 01 07:58:22.786
72932026-09-01T07:58:24.109ZSep 01 07:58:22.786 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.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 } }]Sep 01 07:58:22.786
72942026-09-01T07:58:24.109Z
72952026-09-01T07:58:24.109Z INFOSep 01 07:58:22.786 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGSep 01 07:58:22.786
72962026-09-01T07:58:24.109ZSep 01 07:58:22.786 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255
72972026-09-01T07:58:24.109Ztest route::tests::identity_replace_is_noop ... ok
72982026-09-01T07:58:24.109Zreset freemapadding route 172.17.0.42/32 -> 10.0.0.255Sep 01 07:58:22.786, unitDEBG:Sep 01 07:58:22.786 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 } }] freemap_route_ipv4
72992026-09-01T07:58:24.110ZDEBG
73002026-09-01T07:58:24.110Z 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 } }]
73012026-09-01T07:58:24.110Z
73022026-09-01T07:58:24.110ZSep 01 07:58:22.786 INFO Sep 01 07:58:22.786adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Sep 01 07:58:22.786 Sep 01 07:58:22.786DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.20/32 -> 10.0.0.255unit
73032026-09-01T07:58:24.110Z: freemap_route_ipv6
73042026-09-01T07:58:24.110ZSep 01 07:58:22.786 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 } }]Sep 01 07:58:22.786
73052026-09-01T07:58:24.110Z DEBG reset freemap, unitSep 01 07:58:22.786: INFOfreemap_route_ipv6
73062026-09-01T07:58:24.110Zadding route 172.17.0.21/32 -> 10.0.0.255
73072026-09-01T07:58:24.110ZSep 01 07:58:22.786DEBG 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 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 } }]
73082026-09-01T07:58:24.110Z
73092026-09-01T07:58:24.110ZSep 01 07:58:22.786 INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 01 07:58:22.786
73102026-09-01T07:58:24.110Z INFOSep 01 07:58:22.786 adding route 172.17.0.22/32 -> 10.0.0.255INFO
73112026-09-01T07:58:24.110Z adding route 172.17.0.43/32 -> 10.0.0.255
73122026-09-01T07:58:24.110ZSep 01 07:58:22.786 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 } }]
73132026-09-01T07:58:24.110ZSep 01 07:58:22.786 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 } }] Sep 01 07:58:22.786Sep 01 07:58:22.786
73142026-09-01T07:58:24.110Z 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
73152026-09-01T07:58:24.110Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
73162026-09-01T07:58:24.110ZSep 01 07:58:22.786Sep 01 07:58:22.786 INFO
73172026-09-01T07:58:24.110ZSep 01 07:58:22.786Sep 01 07:58:22.786 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.23/32 -> 10.0.0.255
73182026-09-01T07:58:24.110Z
73192026-09-01T07:58:24.110Z DEBGSep 01 07:58:22.786 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
73202026-09-01T07:58:24.110Z 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 } }]
73212026-09-01T07:58:24.110ZSep 01 07:58:22.786 INFO adding route 172.17.0.24/32 -> 10.0.0.255
73222026-09-01T07:58:24.110ZSep 01 07:58:22.786 INFOSep 01 07:58:22.786 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
73232026-09-01T07:58:24.110Z 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 } }]
73242026-09-01T07:58:24.110ZSep 01 07:58:22.786 Sep 01 07:58:22.786 INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG
73252026-09-01T07:58:24.110Z 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 } }]
73262026-09-01T07:58:24.110ZSep 01 07:58:22.786Sep 01 07:58:22.786 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBGSep 01 07:58:22.786 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73272026-09-01T07:58:24.110ZINFOSep 01 07:58:22.793 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG
73282026-09-01T07:58:24.115Z 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 } }]Sep 01 07:58:22.787DEBG
73292026-09-01T07:58:24.116Zreplacing 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 } }]
73302026-09-01T07:58:24.116ZSep 01 07:58:22.793 DEBGDEBG created new freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit: Sep 01 07:58:22.793freemap_route_ipv4Sep 01 07:58:22.793
73312026-09-01T07:58:24.116Z
73322026-09-01T07:58:24.116Z INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
73332026-09-01T07:58:24.116Z
73342026-09-01T07:58:24.116ZSep 01 07:58:22.793 Sep 01 07:58:22.793INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
73352026-09-01T07:58:24.116Zcreated new freemapSep 01 07:58:22.793, DEBGunit Sep 01 07:58:22.793replacing 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 } }]: Sep 01 07:58:22.793DEBG freemap_route_ipv6DEBG
73362026-09-01T07:58:24.116Z
73372026-09-01T07:58:24.116Zreplacing 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.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 } }]
73382026-09-01T07:58:24.116Z
73392026-09-01T07:58:24.116ZSep 01 07:58:22.793Sep 01 07:58:22.793 Sep 01 07:58:22.793Sep 01 07:58:22.793 DEBGINFO initted freemap. size: 64adding route 172.17.0.27/32 -> 10.0.0.255,
73402026-09-01T07:58:24.116Zunit INFO: adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
73412026-09-01T07:58:24.116Zfreemap_route_ipv4
73422026-09-01T07:58:24.116Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 01 07:58:22.793
73432026-09-01T07:58:24.116Z DEBGSep 01 07:58:22.793 Sep 01 07:58:22.793replacing 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 } }]
73442026-09-01T07:58:24.116ZSep 01 07:58:22.793 DEBG 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 } }] reset freemapSep 01 07:58:22.793
73452026-09-01T07:58:24.116Z 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
73462026-09-01T07:58:24.116Z, unitadding route 172.17.0.28/32 -> 10.0.0.255Sep 01 07:58:22.793
73472026-09-01T07:58:24.116Z :INFO Sep 01 07:58:22.793adding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 01 07:58:22.793
73482026-09-01T07:58:24.116ZDEBGfreemap_route_ipv4INFO
73492026-09-01T07:58:24.116Z 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 } }]Sep 01 07:58:22.793
73502026-09-01T07:58:24.116Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
73512026-09-01T07:58:24.116Z 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 } }]Sep 01 07:58:22.793
73522026-09-01T07:58:24.117Z Sep 01 07:58:22.793DEBG INFOSep 01 07:58:22.793initted freemap. size: 64Sep 01 07:58:22.793 , DEBGunitINFOadding route 172.17.0.29/32 -> 10.0.0.255 :
73532026-09-01T07:58:24.117Zreplacing 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 } }]
73542026-09-01T07:58:24.117Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
73552026-09-01T07:58:24.117Zfreemap_route_ipv6
73562026-09-01T07:58:24.117ZSep 01 07:58:22.793 Sep 01 07:58:22.793Sep 01 07:58:22.793 INFODEBG DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73572026-09-01T07:58:24.117Z
73582026-09-01T07:58:24.117Z Sep 01 07:58:22.793replacing 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 } }]
73592026-09-01T07:58:24.117ZSep 01 07:58:22.793DEBG INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreset freemapSep 01 07:58:22.793Sep 01 07:58:22.793 ,
73602026-09-01T07:58:24.117Zunit DEBG: freemap_route_ipv6 INFO
73612026-09-01T07:58:24.117ZSep 01 07:58:22.793 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 } }]
73622026-09-01T07:58:24.117Zadding route 172.17.0.30/32 -> 10.0.0.255DEBG
73632026-09-01T07:58:24.117Z 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 } }]
73642026-09-01T07:58:24.117ZSep 01 07:58:22.793 Sep 01 07:58:22.793Sep 01 07:58:22.793 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 3fff:beef:31::/64 -> 2001:db8::55:ff
73652026-09-01T07:58:24.117Z
73662026-09-01T07:58:24.117ZSep 01 07:58:22.787 INFODEBG Sep 01 07:58:22.793 adding route 172.16.0.0/32 -> 10.0.0.1
73672026-09-01T07:58:24.117ZDEBG 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 } }]created new freemap
73682026-09-01T07:58:24.117ZSep 01 07:58:22.793, INFOINFO
73692026-09-01T07:58:24.117Zadding route 172.17.0.44/32 -> 10.0.0.255unitSep 01 07:58:22.793:Sep 01 07:58:22.793Sep 01 07:58:22.793 DEBG
73702026-09-01T07:58:24.117Z 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
73712026-09-01T07:58:24.117Z
73722026-09-01T07:58:24.117ZSep 01 07:58:22.793INFO freemap_route_ipv4
73732026-09-01T07:58:24.117Z Sep 01 07:58:22.793INFOSep 01 07:58:22.793 Sep 01 07:58:22.793INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
73742026-09-01T07:58:24.117Z DEBG
73752026-09-01T07:58:24.117ZSep 01 07:58:22.793adding route 172.16.0.0/32 -> 10.0.0.3
73762026-09-01T07:58:24.117ZDEBG 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 } }]Sep 01 07:58:22.793
73772026-09-01T07:58:24.117Z 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
73782026-09-01T07:58:24.117ZSep 01 07:58:22.793DEBG created new freemap , Sep 01 07:58:22.793Sep 01 07:58:22.793Sep 01 07:58:22.793adding route 172.17.0.31/32 -> 10.0.0.255unit 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 } }]: INFOINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
73792026-09-01T07:58:24.118ZDEBG adding route 172.17.0.45/32 -> 10.0.0.255freemap_route_ipv6
73802026-09-01T07:58:24.118Zreplacing 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 } }]
73812026-09-01T07:58:24.118ZSep 01 07:58:22.793
73822026-09-01T07:58:24.118Z
73832026-09-01T07:58:24.118Z 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 } }]
73842026-09-01T07:58:24.118ZSep 01 07:58:22.793Sep 01 07:58:22.793Sep 01 07:58:22.793 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 01 07:58:22.793
73852026-09-01T07:58:24.118Z INFODEBG DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
73862026-09-01T07:58:24.118Zinitted freemap. size: 64, 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 } }]INFOunitSep 01 07:58:22.793
73872026-09-01T07:58:24.118Z: adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv4
73882026-09-01T07:58:24.118Z
73892026-09-01T07:58:24.118Z
73902026-09-01T07:58:24.118ZSep 01 07:58:22.793Sep 01 07:58:22.793Sep 01 07:58:22.793INFOSep 01 07:58:22.793 Sep 01 07:58:22.793 INFO DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.46/32 -> 10.0.0.255
73912026-09-01T07:58:24.118Zreplacing 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 } }]
73922026-09-01T07:58:24.118Z
73932026-09-01T07:58:24.118Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 01 07:58:22.793
73942026-09-01T07:58:24.118Ztest route::tests::same_size_non_subset_replace ... ok
73952026-09-01T07:58:24.118Z DEBG Sep 01 07:58:22.793DEBGSep 01 07:58:22.793 Sep 01 07:58:22.793Sep 01 07:58:22.793DEBG DEBG reset freemap , 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 } }]
73962026-09-01T07:58:24.118ZDEBGadding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
73972026-09-01T07:58:24.118Z
73982026-09-01T07:58:24.118Zunit: replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 01 07:58:22.793
73992026-09-01T07:58:24.118Z DEBG
74002026-09-01T07:58:24.118Zfreemap_route_ipv4Sep 01 07:58:22.793Sep 01 07:58:22.793replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 01 07:58:22.793
74012026-09-01T07:58:24.118Z INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255 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 } }]
74022026-09-01T07:58:24.118ZINFO
74032026-09-01T07:58:24.118Zadding route 172.17.0.47/32 -> 10.0.0.255
74042026-09-01T07:58:24.118Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
74052026-09-01T07:58:24.119Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
74062026-09-01T07:58:24.119ZSep 01 07:58:22.793
74072026-09-01T07:58:24.119ZSep 01 07:58:22.793Sep 01 07:58:22.793Sep 01 07:58:22.793 INFO Sep 01 07:58:22.793 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 01 07:58:22.793DEBG DEBG
74082026-09-01T07:58:24.119ZINFOinitted freemap. size: 64 , unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
74092026-09-01T07:58:24.119Z
74102026-09-01T07:58:24.119Z:Sep 01 07:58:22.793 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
74112026-09-01T07:58:24.119Z freemap_route_ipv6Sep 01 07:58:22.793
74122026-09-01T07:58:24.119ZDEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:58:22.793DEBGSep 01 07:58:22.793
74132026-09-01T07:58:24.119Z
74142026-09-01T07:58:24.119Z DEBGSep 01 07:58:22.793 failed to allocate space for the new target list Sep 01 07:58:22.793
74152026-09-01T07:58:24.119Z DEBGSep 01 07:58:22.793 INFO reset freemapSep 01 07:58:22.793INFO , 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 } }]unit
74162026-09-01T07:58:24.119Zadding route 172.17.0.48/32 -> 10.0.0.255DEBGadding route 172.17.0.1/32 -> 10.0.0.255:
74172026-09-01T07:58:24.119Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
74182026-09-01T07:58:24.119Z
74192026-09-01T07:58:24.119Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
74202026-09-01T07:58:24.119ZSep 01 07:58:22.793Sep 01 07:58:22.793
74212026-09-01T07:58:24.119Z 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 } }]Sep 01 07:58:22.793
74222026-09-01T07:58:24.119Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.33/32 -> 10.0.0.255
74232026-09-01T07:58:24.119ZSep 01 07:58:22.793
74242026-09-01T07:58:24.119Z INFO adding route 172.17.0.2/32 -> 10.0.0.255Sep 01 07:58:22.793Sep 01 07:58:22.793 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 01 07:58:22.793
74252026-09-01T07:58:24.119Zreplacing 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 } }]
74262026-09-01T07:58:24.119Z
74272026-09-01T07:58:24.119ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74282026-09-01T07:58:24.124ZSep 01 07:58:22.793Sep 01 07:58:22.793 Sep 01 07:58:22.793 INFO adding route 172.17.0.34/32 -> 10.0.0.255
74292026-09-01T07:58:24.124ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
74302026-09-01T07:58:24.124ZSep 01 07:58:22.794 DEBG Sep 01 07:58:22.794 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 } }]
74312026-09-01T07:58:24.124ZSep 01 07:58:22.793Sep 01 07:58:22.794 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 } }]DEBG
74322026-09-01T07:58:24.124Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74332026-09-01T07:58:24.124ZSep 01 07:58:22.787 DEBGSep 01 07:58:22.794 DEBGcreated new freemap Sep 01 07:58:22.800, created new freemap unitINFO: adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv4
74342026-09-01T07:58:24.125Z
74352026-09-01T07:58:24.125ZDEBG, Sep 01 07:58:22.800unitSep 01 07:58:22.794 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 } }]
74362026-09-01T07:58:24.125Z:DEBG freemap_route_ipv4created new freemap
74372026-09-01T07:58:24.125Z, unitDEBG: Sep 01 07:58:22.800freemap_route_ipv6 created new freemapDEBG
74382026-09-01T07:58:24.125Z created new freemapSep 01 07:58:22.800, unit, INFOunit: Sep 01 07:58:22.800: adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4freemap_route_ipv6
74392026-09-01T07:58:24.125ZDEBG
74402026-09-01T07:58:24.125Z
74412026-09-01T07:58:24.125Zinitted freemap. size: 64, Sep 01 07:58:22.800Sep 01 07:58:22.800unit: Sep 01 07:58:22.800 DEBGDEBG Sep 01 07:58:22.794initted freemap. size: 64 , freemap_route_ipv4unit
74422026-09-01T07:58:24.125Z : DEBGfreemap_route_ipv4 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74432026-09-01T07:58:24.125Z
74442026-09-01T07:58:24.125ZSep 01 07:58:22.800 DEBG INFOreset freemapSep 01 07:58:22.800Sep 01 07:58:22.800created new freemap , DEBG, reset freemap INFO, adding route 172.17.0.35/32 -> 10.0.0.255unitunit:
74452026-09-01T07:58:24.125Zunit :freemap_route_ipv6: freemap_route_ipv4
74462026-09-01T07:58:24.125ZSep 01 07:58:22.800freemap_route_ipv4
74472026-09-01T07:58:24.125Zadding route 172.17.0.4/32 -> 10.0.0.255
74482026-09-01T07:58:24.125ZDEBG
74492026-09-01T07:58:24.125ZSep 01 07:58:22.800replacing 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 } }] DEBGSep 01 07:58:22.800
74502026-09-01T07:58:24.125Z Sep 01 07:58:22.800 DEBGinitted freemap. size: 64 initted freemap. size: 64Sep 01 07:58:22.800, unitDEBGINFO, : unitSep 01 07:58:22.800freemap_route_ipv4 adding route 172.17.0.36/32 -> 10.0.0.255
74512026-09-01T07:58:24.125Z
74522026-09-01T07:58:24.125ZDEBG: initted 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 } }]freemap_route_ipv6
74532026-09-01T07:58:24.125Z, unit:Sep 01 07:58:22.800
74542026-09-01T07:58:24.125Z Sep 01 07:58:22.800 DEBGfreemap_route_ipv6 DEBGreset freemap
74552026-09-01T07:58:24.125Z, Sep 01 07:58:22.800Sep 01 07:58:22.800unit :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
74562026-09-01T07:58:24.125Z freemap_route_ipv6
74572026-09-01T07:58:24.125ZSep 01 07:58:22.800adding route 172.17.0.5/32 -> 10.0.0.255 DEBGSep 01 07:58:22.800 DEBG
74582026-09-01T07:58:24.125Zreset freemapSep 01 07:58:22.800, unitINFO: INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 01 07:58:22.800reset freemapfreemap_route_ipv4,
74592026-09-01T07:58:24.125Zunit
74602026-09-01T07:58:24.126Z : freemap_route_ipv6
74612026-09-01T07:58:24.126ZDEBGadding route 172.17.0.37/32 -> 10.0.0.255 Sep 01 07:58:22.800Sep 01 07:58:22.800
74622026-09-01T07:58:24.126Z 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 } }]
74632026-09-01T07:58:24.126Z DEBGDEBG Sep 01 07:58:22.800 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] initted freemap. size: 64INFOSep 01 07:58:22.800
74642026-09-01T07:58:24.126Z, Sep 01 07:58:22.800 unit DEBG: INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 01 07:58:22.800freemap_route_ipv6
74652026-09-01T07:58:24.126Z
74662026-09-01T07:58:24.126ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
74672026-09-01T07:58:24.126Zadding route 172.17.0.6/32 -> 10.0.0.255
74682026-09-01T07:58:24.126ZSep 01 07:58:22.800replacing 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 } }]Sep 01 07:58:22.800 DEBGSep 01 07:58:22.800DEBG DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
74692026-09-01T07:58:24.126Zunit
74702026-09-01T07:58:24.126Z:Sep 01 07:58:22.800
74712026-09-01T07:58:24.126Z DEBGfreemap_route_ipv6 Sep 01 07:58:22.800replacing 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 } }]Sep 01 07:58:22.800 Sep 01 07:58:22.800INFO INFOINFO
74722026-09-01T07:58:24.126Zadding route 3fff:dead::/64 -> 2001:db8::55:3
74732026-09-01T07:58:24.126Zadding route 3fff:dead::/64 -> 2001:db8::55:2
74742026-09-01T07:58:24.126Zadding route 172.17.0.38/32 -> 10.0.0.255
74752026-09-01T07:58:24.126Z
74762026-09-01T07:58:24.126ZSep 01 07:58:22.800Sep 01 07:58:22.800 Sep 01 07:58:22.800Sep 01 07:58:22.800 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.7/32 -> 10.0.0.255
74772026-09-01T07:58:24.126Z 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 } }]Sep 01 07:58:22.800replacing 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 } }]Sep 01 07:58:22.800
74782026-09-01T07:58:24.126Z
74792026-09-01T07:58:24.126Z
74802026-09-01T07:58:24.126ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOSep 01 07:58:22.800
74812026-09-01T07:58:24.126Z Sep 01 07:58:22.800adding route 172.16.0.0/32 -> 10.0.0.1
74822026-09-01T07:58:24.126ZDEBG 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 } }]Sep 01 07:58:22.800INFO
74832026-09-01T07:58:24.126ZSep 01 07:58:22.800 Sep 01 07:58:22.800DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
74842026-09-01T07:58:24.126Z
74852026-09-01T07:58:24.127ZINFO adding route 172.17.0.39/32 -> 10.0.0.255Sep 01 07:58:22.800adding route 3fff:dead::/64 -> 2001:db8::55:3
74862026-09-01T07:58:24.127ZSep 01 07:58:22.800Sep 01 07:58:22.800 INFODEBG
74872026-09-01T07:58:24.127ZINFOSep 01 07:58:22.800 replacing targets for 3fff:dead::/64 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 } }]
74882026-09-01T07:58:24.127Zadding route 172.16.0.0/32 -> 10.0.0.2DEBG 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 } }]
74892026-09-01T07:58:24.127Z
74902026-09-01T07:58:24.127Zadding route 172.17.0.8/32 -> 10.0.0.255Sep 01 07:58:22.800
74912026-09-01T07:58:24.127ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 01 07:58:22.800Sep 01 07:58:22.800Sep 01 07:58:22.800 DEBG
74922026-09-01T07:58:24.127Zreplacing 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
74932026-09-01T07:58:24.127Z 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 } }]
74942026-09-01T07:58:24.127Zadding route 172.17.0.40/32 -> 10.0.0.255
74952026-09-01T07:58:24.127ZSep 01 07:58:22.800 Sep 01 07:58:22.800 INFO Sep 01 07:58:22.800adding route 3fff:dead::/64 -> 2001:db8::55:4
74962026-09-01T07:58:24.127ZDEBGINFO 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 } }]Sep 01 07:58:22.800
74972026-09-01T07:58:24.127Z Sep 01 07:58:22.800INFO adding route 172.17.0.9/32 -> 10.0.0.255DEBG
74982026-09-01T07:58:24.127Z adding route 172.16.0.0/32 -> 10.0.0.3
74992026-09-01T07:58:24.127Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
75002026-09-01T07:58:24.127ZSep 01 07:58:22.800Sep 01 07:58:22.800
75012026-09-01T07:58:24.127ZINFOSep 01 07:58:22.800 Sep 01 07:58:22.800adding route 172.17.0.41/32 -> 10.0.0.255DEBG 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 } }] replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75022026-09-01T07:58:24.127Z
75032026-09-01T07:58:24.127Z replacing targets for 3fff:dead::/64 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 } }]
75042026-09-01T07:58:24.127Z
75052026-09-01T07:58:24.127ZSep 01 07:58:22.800 DEBGSep 01 07:58:22.800 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75062026-09-01T07:58:24.127Z adding route 172.17.0.10/32 -> 10.0.0.255
75072026-09-01T07:58:24.127ZSep 01 07:58:22.801Sep 01 07:58:22.801 Sep 01 07:58:22.801INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.4 adding route 172.17.0.42/32 -> 10.0.0.255
75082026-09-01T07:58:24.127Z
75092026-09-01T07:58:24.127Zreplacing 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 } }]
75102026-09-01T07:58:24.128ZSep 01 07:58:22.801Sep 01 07:58:22.801 Sep 01 07:58:22.801DEBG DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
75112026-09-01T07:58:24.128Zadding route 172.17.0.11/32 -> 10.0.0.255
75122026-09-01T07:58:24.128Zreplacing 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 } }]
75132026-09-01T07:58:24.128ZSep 01 07:58:22.801Sep 01 07:58:22.801 Sep 01 07:58:22.801DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75142026-09-01T07:58:24.128Z
75152026-09-01T07:58:24.128Zadding route 172.17.0.43/32 -> 10.0.0.255
75162026-09-01T07:58:24.128ZSep 01 07:58:22.801 INFO Sep 01 07:58:22.801Sep 01 07:58:22.801adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
75172026-09-01T07:58:24.128ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
75182026-09-01T07:58:24.128ZSep 01 07:58:22.801 DEBGSep 01 07:58:22.801 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 } }]
75192026-09-01T07:58:24.128Z 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 } }]
75202026-09-01T07:58:24.128ZSep 01 07:58:22.801 Sep 01 07:58:22.801INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255
75212026-09-01T07:58:24.128Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
75222026-09-01T07:58:24.128Z 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 } }]
75232026-09-01T07:58:24.128ZSep 01 07:58:22.801Sep 01 07:58:22.801Sep 01 07:58:22.801 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75242026-09-01T07:58:24.128ZDEBG
75252026-09-01T07:58:24.128Z 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 } }]Sep 01 07:58:22.801 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 } }]
75262026-09-01T07:58:24.128Z
75272026-09-01T07:58:24.128ZSep 01 07:58:22.801 Sep 01 07:58:22.801INFO Sep 01 07:58:22.801Sep 01 07:58:22.801 INFO INFOINFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
75282026-09-01T07:58:24.133Z
75292026-09-01T07:58:24.133Zadding route 172.17.0.0/32 -> 10.0.0.255
75302026-09-01T07:58:24.133Z
75312026-09-01T07:58:24.133ZSep 01 07:58:22.801 DEBGSep 01 07:58:22.801 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 } }]
75322026-09-01T07:58:24.133ZDEBGSep 01 07:58:22.801 Sep 01 07:58:22.801 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75332026-09-01T07:58:24.133ZDEBG 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: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 } }]
75342026-09-01T07:58:24.133Z
75352026-09-01T07:58:24.133ZSep 01 07:58:22.801 Sep 01 07:58:22.801Sep 01 07:58:22.801 INFOINFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
75362026-09-01T07:58:24.133Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 01 07:58:22.801Sep 01 07:58:22.801 Sep 01 07:58:22.801DEBG Sep 01 07:58:22.801DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75372026-09-01T07:58:24.133Z
75382026-09-01T07:58:24.133Z
75392026-09-01T07:58:24.133Z created new freemap
75402026-09-01T07:58:24.133ZSep 01 07:58:22.808Sep 01 07:58:22.808 DEBGINFOSep 01 07:58:22.808 , unitINFOadding route 172.17.0.2/32 -> 10.0.0.255
75412026-09-01T07:58:24.133Zadding route 172.17.0.46/32 -> 10.0.0.255:
75422026-09-01T07:58:24.133Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
75432026-09-01T07:58:24.133ZSep 01 07:58:22.808Sep 01 07:58:22.808Sep 01 07:58:22.808
75442026-09-01T07:58:24.133Z DEBGDEBGDEBG 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.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 } }] Sep 01 07:58:22.808
75452026-09-01T07:58:24.133Zreplacing 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 } }]
75462026-09-01T07:58:24.134Z Sep 01 07:58:22.808 DEBG
75472026-09-01T07:58:24.134Z INFOcreated new freemapSep 01 07:58:22.808Sep 01 07:58:22.808 , INFOSep 01 07:58:22.808 adding route 172.17.0.3/32 -> 10.0.0.255unit : INFO
75482026-09-01T07:58:24.134Z adding route 172.17.0.47/32 -> 10.0.0.255INFOfreemap_route_ipv6 Sep 01 07:58:22.808
75492026-09-01T07:58:24.134Zadding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
75502026-09-01T07:58:24.134Z
75512026-09-01T07:58:24.134Z
75522026-09-01T07:58:24.134Z DEBG Sep 01 07:58:22.808replacing 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 } }]Sep 01 07:58:22.808 Sep 01 07:58:22.808
75532026-09-01T07:58:24.134Z 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 } }] initted freemap. size: 64Sep 01 07:58:22.808DEBG , INFOSep 01 07:58:22.808unit
75542026-09-01T07:58:24.134ZDEBG adding route 172.17.0.4/32 -> 10.0.0.255:
75552026-09-01T07:58:24.134Z Sep 01 07:58:22.808freemap_route_ipv4replacing 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.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 } }]
75562026-09-01T07:58:24.134Z
75572026-09-01T07:58:24.134Z INFO
75582026-09-01T07:58:24.134ZSep 01 07:58:22.808adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Sep 01 07:58:22.808
75592026-09-01T07:58:24.134ZSep 01 07:58:22.808 DEBGINFO Sep 01 07:58:22.808adding route 172.17.0.48/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 } }]
75602026-09-01T07:58:24.134ZDEBG
75612026-09-01T07:58:24.134ZDEBG reset freemapSep 01 07:58:22.808 Sep 01 07:58:22.808 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO, Sep 01 07:58:22.808
75622026-09-01T07:58:24.134Z INFOunit :adding route 172.17.0.5/32 -> 10.0.0.255Sep 01 07:58:22.808adding route 172.17.0.55/32 -> 10.0.0.255
75632026-09-01T07:58:24.134Z
75642026-09-01T07:58:24.134Z freemap_route_ipv4INFO
75652026-09-01T07:58:24.134Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75662026-09-01T07:58:24.134ZDEBGSep 01 07:58:22.808 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 } }]Sep 01 07:58:22.808
75672026-09-01T07:58:24.134ZDEBG Sep 01 07:58:22.808replacing 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 } }] Sep 01 07:58:22.808
75682026-09-01T07:58:24.134Z DEBGSep 01 07:58:22.808DEBG INFO 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.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 } }]Sep 01 07:58:22.808 adding route 172.17.0.49/32 -> 10.0.0.255
75692026-09-01T07:58:24.134Z
75702026-09-01T07:58:24.134ZDEBG
75712026-09-01T07:58:24.135Z initted freemap. size: 64INFO, unitSep 01 07:58:22.808adding route 172.17.0.6/32 -> 10.0.0.255
75722026-09-01T07:58:24.135Z:Sep 01 07:58:22.808DEBG 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 } }]INFOSep 01 07:58:22.808 Sep 01 07:58:22.808
75732026-09-01T07:58:24.135Zfreemap_route_ipv6adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
75742026-09-01T07:58:24.135ZDEBG
75752026-09-01T07:58:24.135Z 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
75762026-09-01T07:58:24.135ZSep 01 07:58:22.808Sep 01 07:58:22.808 Sep 01 07:58:22.808 Sep 01 07:58:22.808DEBG INFO INFODEBGadding route 172.17.0.56/32 -> 10.0.0.255 reset freemapreplacing 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 } }],
75772026-09-01T07:58:24.135Zunitadding route 172.17.0.7/32 -> 10.0.0.255:
75782026-09-01T07:58:24.135Zfreemap_route_ipv6Sep 01 07:58:22.808
75792026-09-01T07:58:24.135Z adding route 172.17.0.50/32 -> 10.0.0.255INFO
75802026-09-01T07:58:24.135ZSep 01 07:58:22.809adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Sep 01 07:58:22.809
75812026-09-01T07:58:24.135Z 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 } }]INFO
75822026-09-01T07:58:24.135ZSep 01 07:58:22.809Sep 01 07:58:22.809 DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:58:22.809
75832026-09-01T07:58:24.135Z
75842026-09-01T07:58:24.135Z INFODEBG adding route 172.17.0.8/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 } }]
75852026-09-01T07:58:24.135Z
75862026-09-01T07:58:24.135ZSep 01 07:58:22.809Sep 01 07:58:22.809 DEBGDEBG failed to allocate space for the new target list
75872026-09-01T07:58:24.135Ztest route::tests::delete_targets_full ... ok
75882026-09-01T07:58:24.135Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 01 07:58:22.809Sep 01 07:58:22.809
75892026-09-01T07:58:24.135Z DEBGINFOSep 01 07:58:22.809 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.51/32 -> 10.0.0.255DEBG
75902026-09-01T07:58:24.135Z
75912026-09-01T07:58:24.135ZSep 01 07:58:22.809 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
75922026-09-01T07:58:24.135Ztest route::tests::shrink_preserves_compacted_order ... ok
75932026-09-01T07:58:24.135ZSep 01 07:58:22.809
75942026-09-01T07:58:24.135Z Sep 01 07:58:22.809INFO DEBG adding route 172.17.0.9/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 } }]
75952026-09-01T07:58:24.135Z
75962026-09-01T07:58:24.135ZSep 01 07:58:22.809 Sep 01 07:58:22.809Sep 01 07:58:22.809 INFODEBG adding route 172.17.0.52/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 } }]
75972026-09-01T07:58:24.136Z
75982026-09-01T07:58:24.136ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 01 07:58:22.801 DEBG Sep 01 07:58:22.809 created new freemap
75992026-09-01T07:58:24.136Z DEBGINFO , created new freemapSep 01 07:58:22.817adding route 172.17.0.12/32 -> 10.0.0.255 , unitunit::
76002026-09-01T07:58:24.136Z DEBG freemap_route_ipv4freemap_route_ipv4
76012026-09-01T07:58:24.136Z
76022026-09-01T07:58:24.136Zreplacing 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 } }]
76032026-09-01T07:58:24.136ZSep 01 07:58:22.817Sep 01 07:58:22.817 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 } }]
76042026-09-01T07:58:24.136Z Sep 01 07:58:22.817DEBG INFOcreated new freemapSep 01 07:58:22.817Sep 01 07:58:22.817 , DEBGunit :created new freemapadding route 172.17.0.57/32 -> 10.0.0.255 , INFOunitfreemap_route_ipv6:
76052026-09-01T07:58:24.136Z adding route 172.17.0.13/32 -> 10.0.0.255
76062026-09-01T07:58:24.136Z
76072026-09-01T07:58:24.136Zfreemap_route_ipv6
76082026-09-01T07:58:24.136ZSep 01 07:58:22.817Sep 01 07:58:22.817Sep 01 07:58:22.817 DEBG DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76092026-09-01T07:58:24.136Z
76102026-09-01T07:58:24.136Zinitted freemap. size: 64Sep 01 07:58:22.817, unitDEBG: initted freemap. size: 64Sep 01 07:58:22.817, unitINFOfreemap_route_ipv4Sep 01 07:58:22.817:
76112026-09-01T07:58:24.136Z adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4
76122026-09-01T07:58:24.136ZINFO
76132026-09-01T07:58:24.136Z adding route 172.17.0.58/32 -> 10.0.0.255
76142026-09-01T07:58:24.136ZSep 01 07:58:22.817Sep 01 07:58:22.817 DEBGDEBG reset freemapreplacing 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 } }],
76152026-09-01T07:58:24.136ZunitSep 01 07:58:22.817:Sep 01 07:58:22.817 Sep 01 07:58:22.817DEBG freemap_route_ipv4 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 } }]
76162026-09-01T07:58:24.136Z
76172026-09-01T07:58:24.136ZINFO reset freemapadding route 172.17.0.15/32 -> 10.0.0.255,
76182026-09-01T07:58:24.136ZunitSep 01 07:58:22.817:Sep 01 07:58:22.817 DEBGfreemap_route_ipv4INFO
76192026-09-01T07:58:24.136Z adding route 172.17.0.59/32 -> 10.0.0.255Sep 01 07:58:22.817
76202026-09-01T07:58:24.137Z initted freemap. size: 64DEBG , Sep 01 07:58:22.817unitreplacing 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 } }]:Sep 01 07:58:22.817
76212026-09-01T07:58:24.137Z DEBG freemap_route_ipv6replacing 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 } }]
76222026-09-01T07:58:24.137Z
76232026-09-01T07:58:24.137ZDEBG Sep 01 07:58:22.817initted freemap. size: 64 , Sep 01 07:58:22.817unitSep 01 07:58:22.817INFO: INFO freemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
76242026-09-01T07:58:24.137Z
76252026-09-01T07:58:24.137ZDEBG
76262026-09-01T07:58:24.137Z Sep 01 07:58:22.817Sep 01 07:58:22.817Sep 01 07:58:22.817 DEBGDEBG reset freemap reset freemapDEBG, 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 } }],
76272026-09-01T07:58:24.137Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
76282026-09-01T07:58:24.141Zunit :freemap_route_ipv6
76292026-09-01T07:58:24.142ZSep 01 07:58:22.817Sep 01 07:58:22.817freemap_route_ipv6 INFO DEBG
76302026-09-01T07:58:24.142Z adding route 172.17.0.17/32 -> 10.0.0.255failed to allocate space for the new target list
76312026-09-01T07:58:24.142ZSep 01 07:58:22.817
76322026-09-01T07:58:24.142Z INFOSep 01 07:58:22.817Sep 01 07:58:22.817 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]Sep 01 07:58:22.817adding route 172.16.0.0/32 -> 10.0.0.1
76332026-09-01T07:58:24.142Z
76342026-09-01T07:58:24.142Z DEBG
76352026-09-01T07:58:24.142Zreplacing targets for 172.16.0.0/32 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 } }]
76362026-09-01T07:58:24.142ZSep 01 07:58:22.817Sep 01 07:58:22.817 INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76372026-09-01T07:58:24.142Z
76382026-09-01T07:58:24.142ZSep 01 07:58:22.817 DEBG Sep 01 07:58:22.817Sep 01 07:58:22.817 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFODEBG
76392026-09-01T07:58:24.142Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
76402026-09-01T07:58:24.142Z
76412026-09-01T07:58:24.142ZSep 01 07:58:22.817Sep 01 07:58:22.817Sep 01 07:58:22.817 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOadding route 172.16.0.0/32 -> 10.0.0.2
76422026-09-01T07:58:24.142Z
76432026-09-01T07:58:24.142Z adding route 172.17.0.19/32 -> 10.0.0.255
76442026-09-01T07:58:24.142ZSep 01 07:58:22.817Sep 01 07:58:22.817 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
76452026-09-01T07:58:24.142Z
76462026-09-01T07:58:24.142ZSep 01 07:58:22.817 DEBGSep 01 07:58:22.817 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 } }]
76472026-09-01T07:58:24.142Zadding route 172.16.0.0/32 -> 10.0.0.3
76482026-09-01T07:58:24.142Z
76492026-09-01T07:58:24.142ZSep 01 07:58:22.817 DEBG Sep 01 07:58:22.809replacing 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 } }]Sep 01 07:58:22.817
76502026-09-01T07:58:24.142Z Sep 01 07:58:22.817DEBG DEBG Sep 01 07:58:22.817replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
76512026-09-01T07:58:24.142ZINFO Sep 01 07:58:22.817Sep 01 07:58:22.817adding route 172.17.0.20/32 -> 10.0.0.255
76522026-09-01T07:58:24.143ZSep 01 07:58:22.809INFO INFO adding route 172.17.0.1/32 -> 10.0.0.255
76532026-09-01T07:58:24.143Zadding route 172.17.0.10/32 -> 10.0.0.255INFO
76542026-09-01T07:58:24.143Z adding route 172.17.0.53/32 -> 10.0.0.255
76552026-09-01T07:58:24.143ZSep 01 07:58:22.817 Sep 01 07:58:22.817DEBG 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 } }]
76562026-09-01T07:58:24.143Zreplacing 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 } }]Sep 01 07:58:22.817Sep 01 07:58:22.817
76572026-09-01T07:58:24.143Z Sep 01 07:58:22.817DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76582026-09-01T07:58:24.143Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
76592026-09-01T07:58:24.143Z
76602026-09-01T07:58:24.143ZSep 01 07:58:22.817 INFO Sep 01 07:58:22.817adding route 172.17.0.11/32 -> 10.0.0.255
76612026-09-01T07:58:24.143ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Sep 01 07:58:22.817
76622026-09-01T07:58:24.143Z DEBGSep 01 07:58:22.817 Sep 01 07:58:22.817replacing 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 } }] INFODEBG
76632026-09-01T07:58:24.143Zadding route 172.16.0.0/32 -> 10.0.0.3
76642026-09-01T07:58:24.143Zreplacing 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 } }]Sep 01 07:58:22.817
76652026-09-01T07:58:24.143Z INFOSep 01 07:58:22.817DEBG Sep 01 07:58:22.817 adding route 172.17.0.54/32 -> 10.0.0.255 Sep 01 07:58:22.817replacing 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 } }]INFODEBG
76662026-09-01T07:58:24.143Z INFO
76672026-09-01T07:58:24.143Zadding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
76682026-09-01T07:58:24.143Zadding route 172.17.0.3/32 -> 10.0.0.255Sep 01 07:58:22.817
76692026-09-01T07:58:24.143Z DEBG
76702026-09-01T07:58:24.143ZSep 01 07:58:22.817 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 } }]
76712026-09-01T07:58:24.143ZSep 01 07:58:22.817 INFOINFO Sep 01 07:58:22.817Sep 01 07:58:22.817 adding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
76722026-09-01T07:58:24.143Z
76732026-09-01T07:58:24.143Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76742026-09-01T07:58:24.143ZSep 01 07:58:22.817 Sep 01 07:58:22.817INFOreplacing 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 } }]
76752026-09-01T07:58:24.143Z adding route 172.17.0.55/32 -> 10.0.0.255Sep 01 07:58:22.817DEBG Sep 01 07:58:22.817 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFO
76762026-09-01T07:58:24.143Z
76772026-09-01T07:58:24.143ZSep 01 07:58:22.817adding route 172.17.0.4/32 -> 10.0.0.255
76782026-09-01T07:58:24.144Z 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 } }]Sep 01 07:58:22.817
76792026-09-01T07:58:24.144Z Sep 01 07:58:22.817INFOSep 01 07:58:22.817 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
76802026-09-01T07:58:24.144Z
76812026-09-01T07:58:24.144Zadding route 172.17.0.23/32 -> 10.0.0.255DEBG 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 } }]Sep 01 07:58:22.817
76822026-09-01T07:58:24.144Z
76832026-09-01T07:58:24.144Z Sep 01 07:58:22.817INFO INFO adding route 172.17.0.13/32 -> 10.0.0.255
76842026-09-01T07:58:24.144Zadding route 172.17.0.5/32 -> 10.0.0.255Sep 01 07:58:22.817
76852026-09-01T07:58:24.144Z Sep 01 07:58:22.817INFO DEBGadding route 172.17.0.56/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 } }]
76862026-09-01T07:58:24.144Z
76872026-09-01T07:58:24.144ZSep 01 07:58:22.817Sep 01 07:58:22.818 DEBGINFOSep 01 07:58:22.817 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
76882026-09-01T07:58:24.144Ztest route::tests::add_target_fails_full ... ok
76892026-09-01T07:58:24.144Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76902026-09-01T07:58:24.144Z
76912026-09-01T07:58:24.144Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
76922026-09-01T07:58:24.144ZSep 01 07:58:22.818 Sep 01 07:58:22.818Sep 01 07:58:22.818 DEBG Sep 01 07:58:22.818INFO INFO DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
76932026-09-01T07:58:24.144Zreplacing 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 } }]
76942026-09-01T07:58:24.144Z
76952026-09-01T07:58:24.144Zadding route 172.17.0.14/32 -> 10.0.0.255
76962026-09-01T07:58:24.144ZSep 01 07:58:22.818 DEBGSep 01 07:58:22.818Sep 01 07:58:22.818 INFOINFO adding route 172.17.0.6/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 } }]
76972026-09-01T07:58:24.144Zadding route 172.17.0.25/32 -> 10.0.0.255
76982026-09-01T07:58:24.144Z
76992026-09-01T07:58:24.144ZSep 01 07:58:22.818Sep 01 07:58:22.818Sep 01 07:58:22.818Sep 01 07:58:22.818 DEBG DEBGINFO 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.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.58/32 -> 10.0.0.255
77002026-09-01T07:58:24.144Z
77012026-09-01T07:58:24.145Zreplacing 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 } }]
77022026-09-01T07:58:24.145Z
77032026-09-01T07:58:24.145ZSep 01 07:58:22.818Sep 01 07:58:22.818 INFOSep 01 07:58:22.818INFO adding route 172.17.0.7/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255Sep 01 07:58:22.818INFO
77042026-09-01T07:58:24.145Z
77052026-09-01T07:58:24.145ZDEBG adding route 172.17.0.15/32 -> 10.0.0.255
77062026-09-01T07:58:24.145Z
77072026-09-01T07:58:24.145Zreplacing 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 } }]Sep 01 07:58:22.818
77082026-09-01T07:58:24.145Z DEBGSep 01 07:58:22.818 Sep 01 07:58:22.818DEBGSep 01 07:58:22.818Sep 01 07:58:22.818 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOINFO
77092026-09-01T07:58:24.145Z 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.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 } }]
77102026-09-01T07:58:24.145Zadding route 172.17.0.59/32 -> 10.0.0.255
77112026-09-01T07:58:24.145Z
77122026-09-01T07:58:24.145ZSep 01 07:58:22.818 adding route 172.16.0.0/32 -> 10.0.0.4 Sep 01 07:58:22.818INFO
77132026-09-01T07:58:24.145Z adding route 172.17.0.8/32 -> 10.0.0.255INFO
77142026-09-01T07:58:24.145Z Sep 01 07:58:22.818adding route 172.17.0.16/32 -> 10.0.0.255
77152026-09-01T07:58:24.145Z INFOSep 01 07:58:22.818 Sep 01 07:58:22.818Sep 01 07:58:22.818Sep 01 07:58:22.818 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 } }] 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 } }]
77162026-09-01T07:58:24.145Z
77172026-09-01T07:58:24.145Zadding route 172.17.0.27/32 -> 10.0.0.255Sep 01 07:58:22.842
77182026-09-01T07:58:24.145Z INFOSep 01 07:58:22.842 adding route 172.17.0.17/32 -> 10.0.0.255INFO
77192026-09-01T07:58:24.145Z Sep 01 07:58:22.842adding route 172.17.0.9/32 -> 10.0.0.255
77202026-09-01T07:58:24.145ZDEBG 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 } }]
77212026-09-01T07:58:24.145ZSep 01 07:58:22.842 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 } }]Sep 01 07:58:22.842
77222026-09-01T07:58:24.145ZSep 01 07:58:22.842 DEBGINFO Sep 01 07:58:22.842replacing 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 } }]
77232026-09-01T07:58:24.146ZINFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG adding route 172.17.0.10/32 -> 10.0.0.255
77242026-09-01T07:58:24.146Zreplacing 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 } }]
77252026-09-01T07:58:24.146Z
77262026-09-01T07:58:24.146ZSep 01 07:58:22.842 INFOSep 01 07:58:22.842 Sep 01 07:58:22.842adding route 172.17.0.18/32 -> 10.0.0.255
77272026-09-01T07:58:24.146ZDEBG 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 } }] 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 } }]
77282026-09-01T07:58:24.150Z
77292026-09-01T07:58:24.150ZSep 01 07:58:22.842Sep 01 07:58:22.842 INFODEBG Sep 01 07:58:22.842Sep 01 07:58:22.842adding route 172.17.0.60/32 -> 10.0.0.255
77302026-09-01T07:58:24.150Z INFO adding route 172.17.0.11/32 -> 10.0.0.255INFOreplacing 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 } }]
77312026-09-01T07:58:24.150Z
77322026-09-01T07:58:24.150Z Sep 01 07:58:22.842 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
77332026-09-01T07:58:24.150ZSep 01 07:58:22.842 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 } }]Sep 01 07:58:22.842Sep 01 07:58:22.842DEBG
77342026-09-01T07:58:24.150Z 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 } }]INFO
77352026-09-01T07:58:24.150ZSep 01 07:58:22.842 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.19/32 -> 10.0.0.255INFO
77362026-09-01T07:58:24.150Z
77372026-09-01T07:58:24.150Zadding route 172.17.0.61/32 -> 10.0.0.255Sep 01 07:58:22.842
77382026-09-01T07:58:24.150Z INFO adding route 172.17.0.12/32 -> 10.0.0.255Sep 01 07:58:22.842
77392026-09-01T07:58:24.150Z DEBGSep 01 07:58:22.842 Sep 01 07:58:22.842replacing 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 } }] Sep 01 07:58:22.842DEBG
77402026-09-01T07:58:24.150Z 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 } }]INFOSep 01 07:58:22.842
77412026-09-01T07:58:24.150Z replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
77422026-09-01T07:58:24.151Z
77432026-09-01T07:58:24.151ZINFOSep 01 07:58:22.842 adding route 172.17.0.20/32 -> 10.0.0.255INFO
77442026-09-01T07:58:24.151Z adding route 172.17.0.13/32 -> 10.0.0.255
77452026-09-01T07:58:24.151ZSep 01 07:58:22.842Sep 01 07:58:22.842 Sep 01 07:58:22.842 INFODEBGSep 01 07:58:22.842 adding route 172.17.0.62/32 -> 10.0.0.255
77462026-09-01T07:58:24.151ZDEBGreplacing 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 } }]
77472026-09-01T07:58:24.151Zreplacing 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 } }]DEBGSep 01 07:58:22.842
77482026-09-01T07:58:24.151Zreplacing 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
77492026-09-01T07:58:24.151Z 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 } }]
77502026-09-01T07:58:24.151ZSep 01 07:58:22.843Sep 01 07:58:22.843 Sep 01 07:58:22.843 INFOINFO INFOSep 01 07:58:22.843adding route 172.17.0.21/32 -> 10.0.0.255
77512026-09-01T07:58:24.151Zadding route 172.17.0.63/32 -> 10.0.0.255
77522026-09-01T07:58:24.151Z adding route 172.17.0.31/32 -> 10.0.0.255INFO
77532026-09-01T07:58:24.151Z adding route 172.17.0.14/32 -> 10.0.0.255Sep 01 07:58:22.843Sep 01 07:58:22.843
77542026-09-01T07:58:24.151ZDEBGDEBG 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.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 } }]Sep 01 07:58:22.843Sep 01 07:58:22.843
77552026-09-01T07:58:24.151Z
77562026-09-01T07:58:24.151Z 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 } }]Sep 01 07:58:22.843
77572026-09-01T07:58:24.151ZDEBG 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 } }]Sep 01 07:58:22.843DEBG Sep 01 07:58:22.843INFOfailed to allocate space for the new target list
77582026-09-01T07:58:24.151Z
77592026-09-01T07:58:24.151Z INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
77602026-09-01T07:58:24.151ZSep 01 07:58:22.843
77612026-09-01T07:58:24.151Z DEBG Sep 01 07:58:22.843replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77622026-09-01T07:58:24.151ZSep 01 07:58:22.843Sep 01 07:58:22.843INFO DEBG Sep 01 07:58:22.843adding route 172.17.0.32/32 -> 10.0.0.255 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 } }]
77632026-09-01T07:58:24.151ZDEBGreplacing 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 } }]
77642026-09-01T07:58:24.151Z
77652026-09-01T07:58:24.151Zfailed to allocate space for the new target list
77662026-09-01T07:58:24.152ZSep 01 07:58:22.843 Sep 01 07:58:22.843INFOSep 01 07:58:22.843 adding route 172.17.0.16/32 -> 10.0.0.255
77672026-09-01T07:58:24.152ZDEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
77682026-09-01T07:58:24.152ZSep 01 07:58:22.843
77692026-09-01T07:58:24.152Z 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 } }]
77702026-09-01T07:58:24.152ZSep 01 07:58:22.843 INFOSep 01 07:58:22.843 Sep 01 07:58:22.843adding route 172.17.0.33/32 -> 10.0.0.255
77712026-09-01T07:58:24.152Z 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.17/32 -> 10.0.0.255Sep 01 07:58:22.843
77722026-09-01T07:58:24.152Z
77732026-09-01T07:58:24.152Z 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 } }]Sep 01 07:58:22.843
77742026-09-01T07:58:24.152Z Sep 01 07:58:22.843DEBG Sep 01 07:58:22.843replacing 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 } }]DEBGINFO
77752026-09-01T07:58:24.152Z 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 } }] adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
77762026-09-01T07:58:24.152Z
77772026-09-01T07:58:24.152Z
77782026-09-01T07:58:24.152ZSep 01 07:58:22.843 INFO adding route 172.17.0.18/32 -> 10.0.0.255Sep 01 07:58:22.843
77792026-09-01T07:58:24.152ZSep 01 07:58:22.843 DEBGSep 01 07:58:22.843 Sep 01 07:58:22.843replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77802026-09-01T07:58:24.152ZDEBGDEBG 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 } }]
77812026-09-01T07:58:24.152Z Sep 01 07:58:22.843replacing 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 } }]
77822026-09-01T07:58:24.152ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
77832026-09-01T07:58:24.152Z Sep 01 07:58:22.843replacing targets for 172.16.0.0/32 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 } }] Sep 01 07:58:22.843
77842026-09-01T07:58:24.152ZSep 01 07:58:22.843 DEBGINFO INFO adding route 172.17.0.35/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 } }]
77852026-09-01T07:58:24.152Z
77862026-09-01T07:58:24.152Zadding route 172.17.0.25/32 -> 10.0.0.255
77872026-09-01T07:58:24.152ZSep 01 07:58:22.843 Sep 01 07:58:22.843Sep 01 07:58:22.843 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.20/32 -> 10.0.0.255
77882026-09-01T07:58:24.152Z
77892026-09-01T07:58:24.153Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77902026-09-01T07:58:24.153ZSep 01 07:58:22.843Sep 01 07:58:22.843 Sep 01 07:58:22.843INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255INFO 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.26/32 -> 10.0.0.255
77912026-09-01T07:58:24.153Z
77922026-09-01T07:58:24.153Z
77932026-09-01T07:58:24.153ZSep 01 07:58:22.843Sep 01 07:58:22.843 Sep 01 07:58:22.843 INFODEBGDEBG adding route 172.17.0.21/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 } }]
77942026-09-01T07:58:24.153Zreplacing 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 } }]
77952026-09-01T07:58:24.153Z
77962026-09-01T07:58:24.153ZSep 01 07:58:22.843Sep 01 07:58:22.843 Sep 01 07:58:22.843DEBG INFO INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
77972026-09-01T07:58:24.153Z adding route 172.17.0.27/32 -> 10.0.0.255
77982026-09-01T07:58:24.153Z
77992026-09-01T07:58:24.153ZSep 01 07:58:22.843 Sep 01 07:58:22.843INFO Sep 01 07:58:22.843 DEBGadding route 172.17.0.22/32 -> 10.0.0.255
78002026-09-01T07:58:24.153ZDEBGreplacing 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 } }]
78012026-09-01T07:58:24.153Zreplacing 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 } }]
78022026-09-01T07:58:24.153ZSep 01 07:58:22.843 Sep 01 07:58:22.843DEBG Sep 01 07:58:22.843replacing 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 } }]
78032026-09-01T07:58:24.153ZINFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
78042026-09-01T07:58:24.153ZSep 01 07:58:22.843
78052026-09-01T07:58:24.153Z INFO adding route 172.17.0.23/32 -> 10.0.0.255Sep 01 07:58:22.843
78062026-09-01T07:58:24.153Z Sep 01 07:58:22.843DEBG 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 } }] Sep 01 07:58:22.843replacing 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 } }]
78072026-09-01T07:58:24.153ZDEBG
78082026-09-01T07:58:24.153Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78092026-09-01T07:58:24.153ZSep 01 07:58:22.843Sep 01 07:58:22.843 Sep 01 07:58:22.843INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255INFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
78102026-09-01T07:58:24.153Z
78112026-09-01T07:58:24.153Z
78122026-09-01T07:58:24.154ZSep 01 07:58:22.843Sep 01 07:58:22.843 DEBGSep 01 07:58:22.843DEBG 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 } }]
78132026-09-01T07:58:24.154Zreplacing 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.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 } }]
78142026-09-01T07:58:24.154Z
78152026-09-01T07:58:24.154ZSep 01 07:58:22.843 Sep 01 07:58:22.843INFOSep 01 07:58:22.843 INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
78162026-09-01T07:58:24.154Zadding route 172.17.0.25/32 -> 10.0.0.255
78172026-09-01T07:58:24.154Z
78182026-09-01T07:58:24.154ZSep 01 07:58:22.843Sep 01 07:58:22.843Sep 01 07:58:22.843 DEBGDEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78192026-09-01T07:58:24.154Z 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.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 } }]
78202026-09-01T07:58:24.154Z
78212026-09-01T07:58:24.154ZSep 01 07:58:22.843 INFO Sep 01 07:58:22.843Sep 01 07:58:22.843 adding route 172.17.0.31/32 -> 10.0.0.255INFOINFO
78222026-09-01T07:58:24.154Z adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
78232026-09-01T07:58:24.154Z
78242026-09-01T07:58:24.154ZSep 01 07:58:22.843 DEBG Sep 01 07:58:22.843replacing 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 } }]Sep 01 07:58:22.843
78252026-09-01T07:58:24.154Z 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 } }]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 } }]
78262026-09-01T07:58:24.154Z
78272026-09-01T07:58:24.154ZSep 01 07:58:22.843 INFO adding route 172.17.0.32/32 -> 10.0.0.255Sep 01 07:58:22.843 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78282026-09-01T07:58:24.158ZSep 01 07:58:22.843Sep 01 07:58:22.851 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78292026-09-01T07:58:24.158Z
78302026-09-01T07:58:24.159ZSep 01 07:58:22.851 INFOSep 01 07:58:22.851 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
78312026-09-01T07:58:24.159Z 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 } }]
78322026-09-01T07:58:24.159ZSep 01 07:58:22.851 DEBGSep 01 07:58:22.851 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
78332026-09-01T07:58:24.159ZSep 01 07:58:22.851
78342026-09-01T07:58:24.159Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
78352026-09-01T07:58:24.159ZSep 01 07:58:22.851 DEBG Sep 01 07:58:22.851replacing 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 } }]
78362026-09-01T07:58:24.159ZDEBG 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 } }]
78372026-09-01T07:58:24.159ZSep 01 07:58:22.851 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78382026-09-01T07:58:24.159ZSep 01 07:58:22.851 INFO adding route 172.17.0.33/32 -> 10.0.0.255Sep 01 07:58:22.851
78392026-09-01T07:58:24.159Z 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 } }]
78402026-09-01T07:58:24.159Z Sep 01 07:58:22.851adding route 172.17.0.43/32 -> 10.0.0.255Sep 01 07:58:22.851
78412026-09-01T07:58:24.159Z INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255
78422026-09-01T07:58:24.159ZSep 01 07:58:22.851replacing 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 } }]
78432026-09-01T07:58:24.159ZDEBG Sep 01 07:58:22.851replacing 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 } }]
78442026-09-01T07:58:24.159ZDEBGSep 01 07:58:22.851 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 } }]
78452026-09-01T07:58:24.159ZINFOSep 01 07:58:22.851 adding route 172.17.0.34/32 -> 10.0.0.255INFO
78462026-09-01T07:58:24.159Z adding route 172.17.0.44/32 -> 10.0.0.255Sep 01 07:58:22.851
78472026-09-01T07:58:24.159Z INFOSep 01 07:58:22.851 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
78482026-09-01T07:58:24.159Z Sep 01 07:58:22.851replacing 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 } }]
78492026-09-01T07:58:24.159ZDEBG Sep 01 07:58:22.851replacing 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 } }]
78502026-09-01T07:58:24.159ZDEBGSep 01 07:58:22.851 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 } }]
78512026-09-01T07:58:24.159ZINFO Sep 01 07:58:22.851adding route 172.17.0.35/32 -> 10.0.0.255
78522026-09-01T07:58:24.159ZINFO Sep 01 07:58:22.851adding route 172.17.0.45/32 -> 10.0.0.255
78532026-09-01T07:58:24.159ZINFO Sep 01 07:58:22.851adding route 172.17.0.33/32 -> 10.0.0.255
78542026-09-01T07:58:24.159ZSep 01 07:58:22.851DEBG 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 } }]
78552026-09-01T07:58:24.159ZDEBGSep 01 07:58:22.851 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
78562026-09-01T07:58:24.159Z
78572026-09-01T07:58:24.159ZSep 01 07:58:22.851 INFOSep 01 07:58:22.851Sep 01 07:58:22.851 INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255INFO
78582026-09-01T07:58:24.159Z
78592026-09-01T07:58:24.159Z adding route 172.17.0.46/32 -> 10.0.0.255
78602026-09-01T07:58:24.159ZSep 01 07:58:22.851Sep 01 07:58:22.851 DEBGSep 01 07:58:22.851 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 } }]
78612026-09-01T07:58:24.159ZDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78622026-09-01T07:58:24.159Z
78632026-09-01T07:58:24.159ZSep 01 07:58:22.851 INFO Sep 01 07:58:22.851Sep 01 07:58:22.851 adding route 172.17.0.37/32 -> 10.0.0.255INFO
78642026-09-01T07:58:24.159ZINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
78652026-09-01T07:58:24.159Z
78662026-09-01T07:58:24.160ZSep 01 07:58:22.851 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 } }]Sep 01 07:58:22.851Sep 01 07:58:22.851
78672026-09-01T07:58:24.160ZDEBGDEBG 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.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 } }]
78682026-09-01T07:58:24.160Z
78692026-09-01T07:58:24.160ZSep 01 07:58:22.851 INFO adding route 172.17.0.38/32 -> 10.0.0.255Sep 01 07:58:22.851
78702026-09-01T07:58:24.160ZSep 01 07:58:22.851 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
78712026-09-01T07:58:24.160ZSep 01 07:58:22.851
78722026-09-01T07:58:24.160Z 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 } }]
78732026-09-01T07:58:24.160ZSep 01 07:58:22.851Sep 01 07:58:22.851 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.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 } }]Sep 01 07:58:22.851
78742026-09-01T07:58:24.160Z
78752026-09-01T07:58:24.160ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
78762026-09-01T07:58:24.160ZSep 01 07:58:22.851Sep 01 07:58:22.851 INFOINFOSep 01 07:58:22.851 adding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.17.0.49/32 -> 10.0.0.255
78772026-09-01T07:58:24.160ZDEBG
78782026-09-01T07:58:24.160Z 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 } }]
78792026-09-01T07:58:24.160ZSep 01 07:58:22.851Sep 01 07:58:22.851 Sep 01 07:58:22.851DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78802026-09-01T07:58:24.160ZDEBGadding route 172.17.0.40/32 -> 10.0.0.255 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78812026-09-01T07:58:24.160Z
78822026-09-01T07:58:24.160ZSep 01 07:58:22.851 INFO Sep 01 07:58:22.851adding route 172.17.0.38/32 -> 10.0.0.255
78832026-09-01T07:58:24.160ZSep 01 07:58:22.851DEBG 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 } }]Sep 01 07:58:22.851
78842026-09-01T07:58:24.160Z DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78852026-09-01T07:58:24.160Z
78862026-09-01T07:58:24.160ZSep 01 07:58:22.851 INFO adding route 172.17.0.41/32 -> 10.0.0.255Sep 01 07:58:22.851Sep 01 07:58:22.851
78872026-09-01T07:58:24.160Ztest route::tests::delete_targets_fragmented ... ok
78882026-09-01T07:58:24.160Ztest route::tests::delete_target_fragmented ... ok
78892026-09-01T07:58:24.160Ztest route::tests::delete_target_full ... ok
78902026-09-01T07:58:24.160Z
78912026-09-01T07:58:24.160Ztest result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.38s
78922026-09-01T07:58:24.160Z
78932026-09-01T07:58:24.160Z DEBGINFO adding route 172.17.0.39/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 } }]
78942026-09-01T07:58:24.160Z
78952026-09-01T07:58:24.160ZSep 01 07:58:22.851 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 } }]Sep 01 07:58:22.851Sep 01 07:58:22.851
78962026-09-01T07:58:24.160ZDEBGINFO 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 } }]
78972026-09-01T07:58:24.160Zadding route 172.17.0.51/32 -> 10.0.0.255
78982026-09-01T07:58:24.160ZSep 01 07:58:22.851Sep 01 07:58:22.851Sep 01 07:58:22.851 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255DEBGadding route 172.17.0.40/32 -> 10.0.0.255
78992026-09-01T07:58:24.160Z
79002026-09-01T07:58:24.160Zreplacing 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 } }]
79012026-09-01T07:58:24.160ZSep 01 07:58:22.851Sep 01 07:58:22.851Sep 01 07:58:22.851 DEBGDEBG 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 } }]
79022026-09-01T07:58:24.160Zadding route 172.17.0.52/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 } }]
79032026-09-01T07:58:24.160Z
79042026-09-01T07:58:24.161ZSep 01 07:58:22.851Sep 01 07:58:22.851 Sep 01 07:58:22.851 INFODEBG adding route 172.17.0.41/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 } }]
79052026-09-01T07:58:24.161Z
79062026-09-01T07:58:24.161Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
79072026-09-01T07:58:24.161ZSep 01 07:58:22.851Sep 01 07:58:22.851 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.53/32 -> 10.0.0.255
79082026-09-01T07:58:24.161Z
79092026-09-01T07:58:24.161ZSep 01 07:58:22.851 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 } }]Sep 01 07:58:22.851Sep 01 07:58:22.851
79102026-09-01T07:58:24.161ZINFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Sep 01 07:58:22.851
79112026-09-01T07:58:24.161Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
79122026-09-01T07:58:24.161Z adding route 172.17.0.44/32 -> 10.0.0.255Sep 01 07:58:22.851
79132026-09-01T07:58:24.161Z Sep 01 07:58:22.851DEBG 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.54/32 -> 10.0.0.255
79142026-09-01T07:58:24.161Z
79152026-09-01T07:58:24.161ZSep 01 07:58:22.851 DEBG Sep 01 07:58:22.851Sep 01 07:58:22.851 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 } }] DEBGINFO
79162026-09-01T07:58:24.161Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
79172026-09-01T07:58:24.161Z
79182026-09-01T07:58:24.161ZSep 01 07:58:22.851Sep 01 07:58:22.851Sep 01 07:58:22.851 INFODEBG INFOadding route 172.17.0.55/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 } }]
79192026-09-01T07:58:24.161Z
79202026-09-01T07:58:24.161Zadding route 172.17.0.45/32 -> 10.0.0.255
79212026-09-01T07:58:24.161ZSep 01 07:58:22.851Sep 01 07:58:22.851 Sep 01 07:58:22.851 INFODEBG DEBGadding route 172.17.0.44/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 } }]
79222026-09-01T07:58:24.161Z
79232026-09-01T07:58:24.161Zreplacing 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 } }]
79242026-09-01T07:58:24.161ZSep 01 07:58:22.851Sep 01 07:58:22.851Sep 01 07:58:22.851 DEBG INFO INFOadding route 172.17.0.56/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 } }]
79252026-09-01T07:58:24.161Z
79262026-09-01T07:58:24.161Zadding route 172.17.0.46/32 -> 10.0.0.255
79272026-09-01T07:58:24.161ZSep 01 07:58:22.851Sep 01 07:58:22.851 DEBGSep 01 07:58:22.851INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255
79282026-09-01T07:58:24.165Zreplacing 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.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 } }]
79292026-09-01T07:58:24.166Z
79302026-09-01T07:58:24.166ZSep 01 07:58:22.851 DEBGSep 01 07:58:22.851 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
79312026-09-01T07:58:24.166ZSep 01 07:58:22.851 INFOadding route 172.17.0.57/32 -> 10.0.0.255
79322026-09-01T07:58:24.166Zadding route 172.17.0.47/32 -> 10.0.0.255Sep 01 07:58:22.851
79332026-09-01T07:58:24.166Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
79342026-09-01T07:58:24.166ZSep 01 07:58:22.851Sep 01 07:58:22.851 DEBGDEBG Sep 01 07:58:22.851replacing 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 } }]
79352026-09-01T07:58:24.166Zreplacing 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
79362026-09-01T07:58:24.166Z 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 } }]
79372026-09-01T07:58:24.166ZSep 01 07:58:22.851 Sep 01 07:58:22.851Sep 01 07:58:22.851 INFO INFO INFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
79382026-09-01T07:58:24.166Z
79392026-09-01T07:58:24.166Zadding route 172.17.0.47/32 -> 10.0.0.255
79402026-09-01T07:58:24.166ZSep 01 07:58:22.851Sep 01 07:58:22.851 Sep 01 07:58:22.851DEBG 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 } }] DEBG
79412026-09-01T07:58:24.166Zreplacing 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 } }]
79422026-09-01T07:58:24.166Zreplacing 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 } }]
79432026-09-01T07:58:24.166ZSep 01 07:58:22.851Sep 01 07:58:22.851 Sep 01 07:58:22.851INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255INFO
79442026-09-01T07:58:24.166Z
79452026-09-01T07:58:24.166Z adding route 172.17.0.49/32 -> 10.0.0.255
79462026-09-01T07:58:24.166ZSep 01 07:58:22.851Sep 01 07:58:22.851 Sep 01 07:58:22.851DEBG 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 } }]
79472026-09-01T07:58:24.166ZDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79482026-09-01T07:58:24.166Z
79492026-09-01T07:58:24.166ZSep 01 07:58:22.851 INFOSep 01 07:58:22.851 Sep 01 07:58:22.851adding route 172.17.0.49/32 -> 10.0.0.255
79502026-09-01T07:58:24.166Z INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
79512026-09-01T07:58:24.166Zadding route 172.17.0.60/32 -> 10.0.0.255Sep 01 07:58:22.851
79522026-09-01T07:58:24.166Z 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 } }]Sep 01 07:58:22.851 Sep 01 07:58:22.851 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 } }]
79532026-09-01T07:58:24.167ZDEBG 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 } }]Sep 01 07:58:22.859
79542026-09-01T07:58:24.167Z DEBG failed to allocate space for the new target list
79552026-09-01T07:58:24.167Z
79562026-09-01T07:58:24.167ZSep 01 07:58:22.859Sep 01 07:58:22.859 DEBGSep 01 07:58:22.859 replacing targets for 172.16.0.0/32 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 } }]INFOINFO
79572026-09-01T07:58:24.167Z adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
79582026-09-01T07:58:24.167Z
79592026-09-01T07:58:24.167ZSep 01 07:58:22.859Sep 01 07:58:22.859 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.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 } }]
79602026-09-01T07:58:24.167Z
79612026-09-01T07:58:24.167ZSep 01 07:58:22.859Sep 01 07:58:22.859 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
79622026-09-01T07:58:24.167Z
79632026-09-01T07:58:24.167ZSep 01 07:58:22.859Sep 01 07:58:22.859 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79642026-09-01T07:58:24.167Z
79652026-09-01T07:58:24.167ZSep 01 07:58:22.859Sep 01 07:58:22.859 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79662026-09-01T07:58:24.167ZINFOSep 01 07:58:22.859 adding route 172.17.0.52/32 -> 10.0.0.255DEBG 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 } }]
79672026-09-01T07:58:24.167Z
79682026-09-01T07:58:24.167ZSep 01 07:58:22.859 INFO Sep 01 07:58:22.859adding route 172.17.0.54/32 -> 10.0.0.255
79692026-09-01T07:58:24.167ZDEBG 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 } }]
79702026-09-01T07:58:24.167ZSep 01 07:58:22.859 DEBG Sep 01 07:58:22.859replacing 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 } }]
79712026-09-01T07:58:24.167ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
79722026-09-01T07:58:24.167ZSep 01 07:58:22.859 INFOSep 01 07:58:22.859 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
79732026-09-01T07:58:24.167Z 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 } }]
79742026-09-01T07:58:24.167ZSep 01 07:58:22.859 DEBGSep 01 07:58:22.859 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
79752026-09-01T07:58:24.167Z adding route 172.17.0.54/32 -> 10.0.0.255
79762026-09-01T07:58:24.167ZSep 01 07:58:22.859 INFOSep 01 07:58:22.859 adding route 172.17.0.56/32 -> 10.0.0.255DEBG
79772026-09-01T07:58:24.167Z 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 } }]
79782026-09-01T07:58:24.167ZSep 01 07:58:22.859 DEBGSep 01 07:58:22.859 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
79792026-09-01T07:58:24.167Z adding route 172.17.0.55/32 -> 10.0.0.255
79802026-09-01T07:58:24.167ZSep 01 07:58:22.859 Sep 01 07:58:22.859INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
79812026-09-01T07:58:24.167Zreplacing 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 } }]
79822026-09-01T07:58:24.168ZSep 01 07:58:22.859Sep 01 07:58:22.859 DEBGINFO adding route 172.17.0.56/32 -> 10.0.0.255
79832026-09-01T07:58:24.168Zreplacing 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 } }]
79842026-09-01T07:58:24.168ZSep 01 07:58:22.859Sep 01 07:58:22.859 INFODEBG 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 } }]
79852026-09-01T07:58:24.168Z adding route 172.17.0.58/32 -> 10.0.0.255
79862026-09-01T07:58:24.168ZSep 01 07:58:22.859Sep 01 07:58:22.859 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
79872026-09-01T07:58:24.168Z
79882026-09-01T07:58:24.168ZSep 01 07:58:22.859Sep 01 07:58:22.859 INFODEBG adding route 172.17.0.59/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 } }]
79892026-09-01T07:58:24.168Z
79902026-09-01T07:58:24.168Z
79912026-09-01T07:58:24.168ZSep 01 07:58:22.860Sep 01 07:58:22.860 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
79922026-09-01T07:58:24.168Z
79932026-09-01T07:58:24.168Zrunning 0 tests
79942026-09-01T07:58:24.168ZSep 01 07:58:22.860Sep 01 07:58:22.860 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
79952026-09-01T07:58:24.168Z
79962026-09-01T07:58:24.168ZSep 01 07:58:22.860Sep 01 07:58:22.860 INFODEBG adding route 172.17.0.59/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 } }]
79972026-09-01T07:58:24.168Z
79982026-09-01T07:58:24.168ZSep 01 07:58:22.860Sep 01 07:58:22.860 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 } }]failed to allocate space for the new target list
79992026-09-01T07:58:24.168Z
80002026-09-01T07:58:24.168Z
80012026-09-01T07:58:24.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-09-01T07:58:24.168ZSep 01 07:58:22.860Sep 01 07:58:22.860 INFODEBG adding route 172.17.0.60/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 } }]
80032026-09-01T07:58:24.168Z
80042026-09-01T07:58:24.168Z
80052026-09-01T07:58:24.168Z
80062026-09-01T07:58:24.168Zrunning 0 tests
80072026-09-01T07:58:24.168Z
80082026-09-01T07:58:24.168ZSep 01 07:58:22.860 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 } }]
80092026-09-01T07:58:24.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80102026-09-01T07:58:24.168ZSep 01 07:58:22.860 INFO adding route 172.17.0.61/32 -> 10.0.0.255
80112026-09-01T07:58:24.168Z
80122026-09-01T07:58:24.169ZSep 01 07:58:22.860 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 } }]
80132026-09-01T07:58:24.169ZSep 01 07:58:22.860 INFO adding route 172.17.0.62/32 -> 10.0.0.255
80142026-09-01T07:58:24.169ZSep 01 07:58:22.860 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 } }]
80152026-09-01T07:58:24.169ZSep 01 07:58:22.860 DEBG failed to allocate space for the new target list
80162026-09-01T07:58:24.169ZSep 01 07:58:22.860 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 } }]
80172026-09-01T07:58:24.169Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-5246259646f8ee03)
80182026-09-01T07:58:24.169Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
80192026-09-01T07:58:24.169Z Running unittests src/lib.rs (target/debug/deps/dpd_client-06f9e0d93201a892)
80202026-09-01T07:58:24.169Z
80212026-09-01T07:58:24.169Zrunning 6 tests
80222026-09-01T07:58:24.169Ztest tests::test_full_lot_id_neither_present ... ok
80232026-09-01T07:58:24.169Ztest tests::test_full_lot_id_both_present ... ok
80242026-09-01T07:58:24.169Ztest tests::test_full_lot_id_lotnum_only ... ok
80252026-09-01T07:58:24.169Ztest tests::test_port_id_cmp ... ok
80262026-09-01T07:58:24.169Ztest tests::test_parse_client_port_id ... ok
80272026-09-01T07:58:24.169Ztest tests::test_full_lot_id_lot_only ... ok
80282026-09-01T07:58:24.173Z
80292026-09-01T07:58:24.173Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80302026-09-01T07:58:24.173Z
80312026-09-01T07:58:24.173Z Running tests/test_all.rs (target/debug/deps/test_all-d418b651da492675)
80322026-09-01T07:58:24.173Z
80332026-09-01T07:58:24.173Zrunning 0 tests
80342026-09-01T07:58:24.173Z
80352026-09-01T07:58:24.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80362026-09-01T07:58:24.173Z
80372026-09-01T07:58:24.173Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
80382026-09-01T07:58:24.173Z
80392026-09-01T07:58:24.173Zrunning 0 tests
80402026-09-01T07:58:24.173Z
80412026-09-01T07:58:24.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80422026-09-01T07:58:24.173Z
80432026-09-01T07:58:24.173Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
80442026-09-01T07:58:24.176Z
80452026-09-01T07:58:24.176Zrunning 15 tests
80462026-09-01T07:58:24.179Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
80472026-09-01T07:58:24.179Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
80482026-09-01T07:58:24.179Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
80492026-09-01T07:58:24.179Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
80502026-09-01T07:58:24.179Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
80512026-09-01T07:58:24.179Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
80522026-09-01T07:58:24.179Ztest v1::network::tests::test_eui64 ... ok
80532026-09-01T07:58:24.179Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
80542026-09-01T07:58:24.179Ztest v1::network::tests::test_into ... ok
80552026-09-01T07:58:24.179Ztest v1::network::tests::test_equal ... ok
80562026-09-01T07:58:24.179Ztest v1::network::tests::test_not_equal ... ok
80572026-09-01T07:58:24.180Ztest v1::network::tests::test_to_string ... ok
80582026-09-01T07:58:24.180Ztest v1::port::tests::port_ids_are_ascii ... ok
80592026-09-01T07:58:24.180Ztest v1::network::tests::test_parse ... ok
80602026-09-01T07:58:24.183Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
80612026-09-01T07:58:24.183Z
80622026-09-01T07:58:24.183Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80632026-09-01T07:58:24.183Z
80642026-09-01T07:58:24.183Z Running unittests src/lib.rs (target/debug/deps/packet-c0def7fdaa185f19)
80652026-09-01T07:58:24.204Z
80662026-09-01T07:58:24.204Zrunning 12 tests
80672026-09-01T07:58:24.207Ztest ipv6::test_ipv6_parse ... ok
80682026-09-01T07:58:24.207Ztest icmp::test_v4_checksum ... ok
80692026-09-01T07:58:24.207Ztest icmp::test_v6_checksum ... ok
80702026-09-01T07:58:24.207Ztest lldp::test_lldp_parse ... ok
80712026-09-01T07:58:24.207Ztest pbuf::test_byte ... ok
80722026-09-01T07:58:24.207Ztest pbuf::test_nibble ... ok
80732026-09-01T07:58:24.207Ztest pbuf::test_short ... ok
80742026-09-01T07:58:24.208Ztest pbuf::test_twelve ... ok
80752026-09-01T07:58:24.208Ztest pbuf::test_overflow ... ok
80762026-09-01T07:58:24.208Ztest pbuf::test_word ... ok
80772026-09-01T07:58:24.208Ztest tcp::test_checksum_ack_data ... ok
80782026-09-01T07:58:24.208Ztest tcp::test_checksum_syn_nodata ... ok
80792026-09-01T07:58:24.208Z
80802026-09-01T07:58:24.208Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80812026-09-01T07:58:24.208Z
80822026-09-01T07:58:24.211Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80832026-09-01T07:58:24.214Z
80842026-09-01T07:58:24.214Zrunning 0 tests
80852026-09-01T07:58:24.214Z
80862026-09-01T07:58:24.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80872026-09-01T07:58:24.214Z
80882026-09-01T07:58:24.217Z Running unittests src/main.rs (target/debug/deps/swadm-f77e75efb2063bcd)
80892026-09-01T07:58:24.237Z
80902026-09-01T07:58:24.237Zrunning 5 tests
80912026-09-01T07:58:24.240Ztest switchport::test::test_compute_lanes ... ok
80922026-09-01T07:58:24.247Ztest switchport::test::port_id_ordering ... ok
80932026-09-01T07:58:24.250Ztest link::test_filter ... ok
80942026-09-01T07:58:24.250Z Lane 0 Lane 1 Lane 2 Lane 3
80952026-09-01T07:58:24.250Z Rx Loss-of-lock: Yes Yes Yes Yes
80962026-09-01T07:58:24.250Z Rx Loss-of-signal: Yes Yes Yes Yes
80972026-09-01T07:58:24.250Z Rx CDR Enabled: Yes Yes Yes Yes
80982026-09-01T07:58:24.250Z Lane 0 Tx Enabled: Yes Yes Lane 1Yes Lane 2Yes
80992026-09-01T07:58:24.250ZLane 3
81002026-09-01T07:58:24.250Z Tx Loss-of-lock: No State: Activated ActivatedNo ActivatedNo ActivatedNo
81012026-09-01T07:58:24.250Z
81022026-09-01T07:58:24.250Z Rx Output Enabled: false Tx Loss-of-signal: No false No false No falseNo
81032026-09-01T07:58:24.250Z
81042026-09-01T07:58:24.250Z Rx Output Status: valid Tx CDR Enabled: No No valid No validNo
81052026-09-01T07:58:24.250Zvalid
81062026-09-01T07:58:24.250Z Tx Adaptive EQ Fault: No Rx Loss-of-lock: true No true No trueNo
81072026-09-01T07:58:24.250Ztrue Tx Fault: Yes
81082026-09-01T07:58:24.250Z Rx Loss-of-signal: falseYes falseYes Yesfalse
81092026-09-01T07:58:24.250Z false
81102026-09-01T07:58:24.251ZRx Auto-squelch Disable: true true true true
81112026-09-01T07:58:24.251Z Tx Output Enabled: true true true true
81122026-09-01T07:58:24.251Z Tx Output Status: invalid invalid invalid invalid
81132026-09-01T07:58:24.251Z Tx Loss-of-lock: false false false false
81142026-09-01T07:58:24.251Z Tx Loss-of-signal: true true true true
81152026-09-01T07:58:24.251ZTx Auto-squelch Disable: false false false false
81162026-09-01T07:58:24.251Z Tx Adaptive EQ Fail: true true true true
81172026-09-01T07:58:24.251Z Tx Failure: false false false false
81182026-09-01T07:58:24.251Z Tx Force Squelch: true true true true
81192026-09-01T07:58:24.251Z Tx Input Polarity: normal normal normal normal
81202026-09-01T07:58:24.251Ztest switchport::test::test_print_cmis_datapath ... ok
81212026-09-01T07:58:24.251Ztest switchport::test::test_print_sff_datapath ... ok
81222026-09-01T07:58:24.251Z
81232026-09-01T07:58:24.251Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81242026-09-01T07:58:24.251Z
81252026-09-01T07:58:24.251Z Running tests/counters.rs (target/debug/deps/counters-0873bcadcbf0ee26)
81262026-09-01T07:58:24.254Z
81272026-09-01T07:58:24.254Zrunning 1 test
81282026-09-01T07:58:24.254Ztest test_p4_counter_list ... ignored
81292026-09-01T07:58:24.254Z
81302026-09-01T07:58:24.254Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81312026-09-01T07:58:24.254Z
81322026-09-01T07:58:24.254Z Running tests/port-link.rs (target/debug/deps/port_link-13d49676f3990b01)
81332026-09-01T07:58:24.259Z
81342026-09-01T07:58:24.259Zrunning 5 tests
81352026-09-01T07:58:24.262Ztest test_an ... ignored
81362026-09-01T07:58:24.262Ztest test_enable ... ignored
81372026-09-01T07:58:24.262Ztest test_ip_addresses ... ignored
81382026-09-01T07:58:24.262Ztest test_kr ... ignored
81392026-09-01T07:58:24.262Ztest test_mac ... ignored
81402026-09-01T07:58:24.262Z
81412026-09-01T07:58:24.262Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
81422026-09-01T07:58:24.262Z
81432026-09-01T07:58:24.262Z Running unittests src/main.rs (target/debug/deps/tfportd-781e20ddbd8cd5fa)
81442026-09-01T07:58:24.265Z
81452026-09-01T07:58:24.265Zrunning 3 tests
81462026-09-01T07:58:24.268Ztest linklocal::test_parse_ipadm ... ok
81472026-09-01T07:58:24.268Ztest tfport::test_parse_tfport ... ok
81482026-09-01T07:58:24.268Ztest config::tests::test_updates ... ok
81492026-09-01T07:58:24.268Z
81502026-09-01T07:58:24.268Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512026-09-01T07:58:24.268Z
81522026-09-01T07:58:24.269Z Running unittests src/main.rs (target/debug/deps/uplinkd-c3b8c98e56e112b2)
81532026-09-01T07:58:24.273Z
81542026-09-01T07:58:24.273Zrunning 0 tests
81552026-09-01T07:58:24.276Z
81562026-09-01T07:58:24.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572026-09-01T07:58:24.276Z
81582026-09-01T07:58:24.276Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
81592026-09-01T07:58:24.278Z
81602026-09-01T07:58:24.278Zrunning 0 tests
81612026-09-01T07:58:24.278Z
81622026-09-01T07:58:24.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81632026-09-01T07:58:24.278Z
81642026-09-01T07:58:24.281Z Doc-tests aal
81652026-09-01T07:58:24.503Z
81662026-09-01T07:58:24.503Zrunning 0 tests
81672026-09-01T07:58:24.503Z
81682026-09-01T07:58:24.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81692026-09-01T07:58:24.507Z
81702026-09-01T07:58:24.527Z Doc-tests aal_macros
81712026-09-01T07:58:24.598Z
81722026-09-01T07:58:24.598Zrunning 0 tests
81732026-09-01T07:58:24.598Z
81742026-09-01T07:58:24.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81752026-09-01T07:58:24.598Z
81762026-09-01T07:58:24.608Z Doc-tests common
81772026-09-01T07:58:24.844Z
81782026-09-01T07:58:24.844Zrunning 0 tests
81792026-09-01T07:58:24.845Z
81802026-09-01T07:58:24.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81812026-09-01T07:58:24.845Z
81822026-09-01T07:58:24.870Z Doc-tests dpd_api
81832026-09-01T07:58:25.590Z
81842026-09-01T07:58:25.590Zrunning 2 tests
81852026-09-01T07:58:25.590Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81862026-09-01T07:58:25.590Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81872026-09-01T07:58:25.590Z
81882026-09-01T07:58:25.591Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81892026-09-01T07:58:25.591Z
81902026-09-01T07:58:25.619Z Doc-tests dpd_client
81912026-09-01T07:58:27.126Z
81922026-09-01T07:58:27.126Zrunning 0 tests
81932026-09-01T07:58:27.126Z
81942026-09-01T07:58:27.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81952026-09-01T07:58:27.126Z
81962026-09-01T07:58:27.179Z Doc-tests dpd_types
81972026-09-01T07:58:27.365Z
81982026-09-01T07:58:27.365Zrunning 0 tests
81992026-09-01T07:58:27.365Z
82002026-09-01T07:58:27.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82012026-09-01T07:58:27.365Z
82022026-09-01T07:58:27.387Z Doc-tests dpd_types_versions
82032026-09-01T07:58:28.921Z
82042026-09-01T07:58:28.921Zrunning 1 test
82052026-09-01T07:58:28.921Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
82062026-09-01T07:58:28.921Z
82072026-09-01T07:58:28.921Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
82082026-09-01T07:58:28.921Z
82092026-09-01T07:58:28.971Z Doc-tests packet
82102026-09-01T07:58:29.193Z
82112026-09-01T07:58:29.193Zrunning 0 tests
82122026-09-01T07:58:29.194Z
82132026-09-01T07:58:29.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82142026-09-01T07:58:29.194Z
82152026-09-01T07:58:29.219Z Doc-tests pcap
82162026-09-01T07:58:29.272Z
82172026-09-01T07:58:29.272Zrunning 0 tests
82182026-09-01T07:58:29.272Z
82192026-09-01T07:58:29.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82202026-09-01T07:58:29.272Z
82212026-09-01T07:58:29.324Z+ for feat in tofino_stub tofino_asic softnpu chaos
82222026-09-01T07:58:29.325Z+ RUST_BACKTRACE=full
82232026-09-01T07:58:29.325Z+ cargo test --features chaos --no-fail-fast
82242026-09-01T07:58:29.941Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
82252026-09-01T07:58:30.020Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
82262026-09-01T07:58:30.029Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
82272026-09-01T07:58:38.774Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
82282026-09-01T07:58:39.544Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
82292026-09-01T07:59:18.063Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.72s
82302026-09-01T07:59:18.180Z Running unittests src/lib.rs (target/debug/deps/aal-e435743f5db9cebd)
82312026-09-01T07:59:18.187Z
82322026-09-01T07:59:18.187Zrunning 0 tests
82332026-09-01T07:59:18.187Z
82342026-09-01T07:59:18.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82352026-09-01T07:59:18.187Z
82362026-09-01T07:59:18.190Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
82372026-09-01T07:59:18.194Z
82382026-09-01T07:59:18.194Zrunning 0 tests
82392026-09-01T07:59:18.194Z
82402026-09-01T07:59:18.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82412026-09-01T07:59:18.197Z
82422026-09-01T07:59:18.197Z Running unittests src/lib.rs (target/debug/deps/asic-bef05ee8c86a8451)
82432026-09-01T07:59:18.200Z
82442026-09-01T07:59:18.200Zrunning 0 tests
82452026-09-01T07:59:18.200Z
82462026-09-01T07:59:18.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82472026-09-01T07:59:18.200Z
82482026-09-01T07:59:18.203Z Running unittests src/lib.rs (target/debug/deps/common-728aaa11d2bb131d)
82492026-09-01T07:59:18.224Z
82502026-09-01T07:59:18.224Zrunning 4 tests
82512026-09-01T07:59:18.227Ztest network::tests::test_generate_ipv6_link_local ... ok
82522026-09-01T07:59:18.227Ztest nat::tests::test_vni ... ok
82532026-09-01T07:59:18.230Ztest test_purge ... ok
82542026-09-01T07:59:18.234Ztest illumos::test::address_exists_handles_missing_object ... ok
82552026-09-01T07:59:18.234Z
82562026-09-01T07:59:18.234Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
82572026-09-01T07:59:18.234Z
82582026-09-01T07:59:18.237Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
82592026-09-01T07:59:18.241Z
82602026-09-01T07:59:18.241Zrunning 1 test
82612026-09-01T07:59:18.245Z -------
82622026-09-01T07:59:18.245Z Generating OpenAPI documents from API definitions ...
82632026-09-01T07:59:18.385Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
82642026-09-01T07:59:18.463Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
82652026-09-01T07:59:19.499Z -------
82662026-09-01T07:59:19.499Z Checking 13 OpenAPI documents...
82672026-09-01T07:59:19.499Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
82682026-09-01T07:59:19.499Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
82692026-09-01T07:59:19.499Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
82702026-09-01T07:59:19.499Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
82712026-09-01T07:59:19.499Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
82722026-09-01T07:59:19.503Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
82732026-09-01T07:59:19.503Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
82742026-09-01T07:59:19.503Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
82752026-09-01T07:59:19.503Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82762026-09-01T07:59:19.503Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82772026-09-01T07:59:19.503Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82782026-09-01T07:59:19.503Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82792026-09-01T07:59:19.503Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82802026-09-01T07:59:19.503Z Fresh dpd "latest" symlink
82812026-09-01T07:59:19.503Z -------
82822026-09-01T07:59:19.503Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82832026-09-01T07:59:19.568Ztest test::test_apis_up_to_date ... ok
82842026-09-01T07:59:19.568Z
82852026-09-01T07:59:19.568Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
82862026-09-01T07:59:19.568Z
82872026-09-01T07:59:19.626Z Running unittests src/main.rs (target/debug/deps/dpd-6cbce602ce76f619)
82882026-09-01T07:59:19.634Z
82892026-09-01T07:59:19.634Zrunning 60 tests
82902026-09-01T07:59:19.637Ztest freemap::test_ordering ... ok
82912026-09-01T07:59:19.637Ztest config::tests::test_updates ... ok
82922026-09-01T07:59:19.637Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82932026-09-01T07:59:19.637Ztest freemap::test_split ... ok
82942026-09-01T07:59:19.640Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82952026-09-01T07:59:19.640Ztest macaddrs::tests::test_mac_offset ... ok
82962026-09-01T07:59:19.640ZSep 01 07:59:18.373 DEBG created new freemap, unit: freemap_test
82972026-09-01T07:59:19.640ZSep 01 07:59:18.373 DEBG initted freemap. size: 128, unit: freemap_test
82982026-09-01T07:59:19.640ZSep 01 07:59:18.373 DEBG reset freemap, unit: freemap_test
82992026-09-01T07:59:19.640ZSep 01 07:59:18.373 DEBG created new freemap, unit: freemap_test
83002026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG initted freemap. size: 128, unit: freemap_test
83012026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG reset freemap, unit: freemap_test
83022026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG created new freemap, unit: freemap_test
83032026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG initted freemap. size: 128, unit: freemap_test
83042026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG reset freemap, unit: freemap_test
83052026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG created new freemap, unit: freemap_test
83062026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG initted freemap. size: 128, unit: freemap_test
83072026-09-01T07:59:19.641ZSep 01 07:59:18.373 DEBG reset freemap, unit: freemap_test
83082026-09-01T07:59:19.641Ztest freemap::test_basic ... ok
83092026-09-01T07:59:19.641Ztest freemap::test_free ... ok
83102026-09-01T07:59:19.641Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
83112026-09-01T07:59:19.641Ztest freemap::test_exhaustion ... ok
83122026-09-01T07:59:19.641Ztest freemap::test_reclaim ... ok
83132026-09-01T07:59:19.641Ztest macaddrs::tests::test_parse_port_id ... ok
83142026-09-01T07:59:19.641Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
83152026-09-01T07:59:19.641Ztest mcast::tests::test_create_port_bitmap_empty ... ok
83162026-09-01T07:59:19.641Ztest mcast::tests::test_canonicalize_sources ... ok
83172026-09-01T07:59:19.641Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
83182026-09-01T07:59:19.641ZSep 01 07:59:18.374 DEBG created new freemap, unit: freemap_test
83192026-09-01T07:59:19.641ZSep 01 07:59:18.374 DEBG initted freemap. size: 8, unit: freemap_test
83202026-09-01T07:59:19.641ZSep 01 07:59:18.374 DEBG reset freemap, unit: freemap_test
83212026-09-01T07:59:19.641Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
83222026-09-01T07:59:19.641Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
83232026-09-01T07:59:19.641Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
83242026-09-01T07:59:19.641Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
83252026-09-01T07:59:19.641Ztest mcast::tests::test_sources_contain_any ... ok
83262026-09-01T07:59:19.641Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
83272026-09-01T07:59:19.641Ztest mcast::tests::test_concurrent_id_allocation ... ok
83282026-09-01T07:59:19.641Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
83292026-09-01T07:59:19.641Ztest mcast::validate::tests::test_address_validation_integrated ... ok
83302026-09-01T07:59:19.641Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
83312026-09-01T07:59:19.641Ztest mcast::validate::tests::test_ipv4_validation ... ok
83322026-09-01T07:59:19.641Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
83332026-09-01T07:59:19.641Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
83342026-09-01T07:59:19.641ZSep 01 07:59:18.375 DEBG created new freemap, unit: freemap_test
83352026-09-01T07:59:19.641ZSep 01 07:59:18.375 DEBG initted freemap. size: 128, unit: freemap_test
83362026-09-01T07:59:19.641ZSep 01 07:59:18.375 DEBG reset freemap, unit: freemap_test
83372026-09-01T07:59:19.641Ztest mcast::validate::tests::test_validate_nat_target ... ok
83382026-09-01T07:59:19.641Ztest mcast::validate::tests::test_ipv6_validation ... ok
83392026-09-01T07:59:19.641Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
83402026-09-01T07:59:19.642Ztest mcast::validate::tests::test_is_ssm_function ... ok
83412026-09-01T07:59:19.642Ztest freemap::test_span ... ok
83422026-09-01T07:59:19.642Ztest mcast::validate::tests::test_validate_tag ... ok
83432026-09-01T07:59:19.642Ztest mcast::validate::tests::test_validate_source_addresses ... ok
83442026-09-01T07:59:19.642Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
83452026-09-01T07:59:19.642Ztest port_map::tests::test_backplane_group ... ok
83462026-09-01T07:59:19.642Ztest mcast::validate::tests::test_validate_tag_format ... ok
83472026-09-01T07:59:19.642Ztest nat::test_mapping ... ok
83482026-09-01T07:59:19.645Ztest mcast::tests::test_id_range_boundaries ... ok
83492026-09-01T07:59:19.646Ztest port_map::tests::test_port_map ... ok
83502026-09-01T07:59:19.646Ztest port_map::tests::dump_map ... ok
83512026-09-01T07:59:19.646Ztest api_server::tests::test_build_info ... ok
83522026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG created new freemap, unit: freemap_route_ipv4
83532026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG created new freemap, unit: freemap_route_ipv6
83542026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
83552026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG reset freemap, unit: freemap_route_ipv4
83562026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
83572026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG reset freemap, unit: freemap_route_ipv6
83582026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83592026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83602026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG created new freemap, unit: freemap_route_ipv4
83612026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG created new freemap, unit: freemap_route_ipv6
83622026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
83632026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG reset freemap, unit: freemap_route_ipv4
83642026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
83652026-09-01T07:59:19.646ZSep 01 07:59:18.376 DEBG reset freemap, unit: freemap_route_ipv6
83662026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83672026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83682026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83692026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83702026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83712026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83722026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
83732026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83742026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
83752026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83762026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83772026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83782026-09-01T07:59:19.646Ztest port_map::tests::parse_softnpu_revision ... ok
83792026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFOSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
83802026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83812026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
83822026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83832026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
83842026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83852026-09-01T07:59:19.646ZSep 01 07:59:18.376 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
83862026-09-01T07:59:19.646ZSep 01 07:59:18.376 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 } }]
83872026-09-01T07:59:19.647ZSep 01 07:59:18.376 DEBG Sep 01 07:59:18.377created new freemap INFO, unitadding route 3fff:beef:1::/64 -> 2001:db8::55:ff:
83882026-09-01T07:59:19.647Z freemap_route_ipv4
83892026-09-01T07:59:19.647ZSep 01 07:59:18.377 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 } }]Sep 01 07:59:18.377
83902026-09-01T07:59:19.647Z DEBG created new freemap, Sep 01 07:59:18.377unit :INFO freemap_route_ipv6adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83912026-09-01T07:59:19.647Z
83922026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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 } }]initted freemap. size: 64
83932026-09-01T07:59:19.647Z, unit: freemap_route_ipv4
83942026-09-01T07:59:19.647ZSep 01 07:59:18.377 INFO Sep 01 07:59:18.377adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83952026-09-01T07:59:19.647ZDEBG reset freemap, unitSep 01 07:59:18.377: DEBGfreemap_route_ipv4
83962026-09-01T07:59:19.647Zreplacing 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 } }]
83972026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 DEBGINFO initted freemap. size: 64adding route 3fff:beef:4::/64 -> 2001:db8::55:ff,
83982026-09-01T07:59:19.647Zunit: freemap_route_ipv6Sep 01 07:59:18.377
83992026-09-01T07:59:19.647Z 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 } }]Sep 01 07:59:18.377
84002026-09-01T07:59:19.647Z DEBG reset freemap, Sep 01 07:59:18.377unit :INFO freemap_route_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84012026-09-01T07:59:19.647Z
84022026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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
84032026-09-01T07:59:19.647Z
84042026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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 } }]
84052026-09-01T07:59:19.647Z
84062026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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::/64 -> 2001:db8::55:ff
84072026-09-01T07:59:19.647Z
84082026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:7::/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 } }]
84092026-09-01T07:59:19.647Z
84102026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:1::/64 -> 2001:db8::55:ff
84112026-09-01T07:59:19.647Z
84122026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:8::/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 } }]
84132026-09-01T07:59:19.647Z
84142026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:2::/64 -> 2001:db8::55:ff
84152026-09-01T07:59:19.647Z
84162026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:9::/64 -> 2001:db8::55:ff
84172026-09-01T07:59:19.647Z
84182026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:3::/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 } }]
84192026-09-01T07:59:19.647Z
84202026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG 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 } }]
84212026-09-01T07:59:19.647Z
84222026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:4::/64 -> 2001:db8::55:ff
84232026-09-01T07:59:19.647Z
84242026-09-01T07:59:19.647ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:b::/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 } }]
84252026-09-01T07:59:19.647Z
84262026-09-01T07:59:19.647ZSep 01 07:59:18.377 Sep 01 07:59:18.377DEBG 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 } }]
84272026-09-01T07:59:19.647Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84282026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:c::/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 } }]
84292026-09-01T07:59:19.648Z
84302026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:6::/64 -> 2001:db8::55:ff
84312026-09-01T07:59:19.648Z
84322026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:d::/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 } }]
84332026-09-01T07:59:19.648Z
84342026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:7::/64 -> 2001:db8::55:ff
84352026-09-01T07:59:19.648Z
84362026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFODEBG adding route 3fff:beef:e::/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 } }]
84372026-09-01T07:59:19.648Z
84382026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 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:8::/64 -> 2001:db8::55:ff
84392026-09-01T07:59:19.648Z
84402026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84412026-09-01T07:59:19.648Z 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 } }]
84422026-09-01T07:59:19.648Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84432026-09-01T07:59:19.648ZSep 01 07:59:18.377 Sep 01 07:59:18.377Sep 01 07:59:18.377DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84442026-09-01T07:59:19.648Z
84452026-09-01T07:59:19.648Zreplacing 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 } }]
84462026-09-01T07:59:19.648ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFOINFO Sep 01 07:59:18.377 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84472026-09-01T07:59:19.648ZDEBG
84482026-09-01T07:59:19.652Z 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 } }]
84492026-09-01T07:59:19.652ZSep 01 07:59:18.377Sep 01 07:59:18.377 Sep 01 07:59:18.377 DEBGDEBGINFO Sep 01 07:59:18.377 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:a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84502026-09-01T07:59:19.652Z
84512026-09-01T07:59:19.652Zcreated new freemap
84522026-09-01T07:59:19.652Z, unit: Sep 01 07:59:18.377freemap_route_ipv4Sep 01 07:59:18.377 Sep 01 07:59:18.377INFO
84532026-09-01T07:59:19.652Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG 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 } }]
84542026-09-01T07:59:19.652Z
84552026-09-01T07:59:19.652Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84562026-09-01T07:59:19.652ZSep 01 07:59:18.377Sep 01 07:59:18.377 Sep 01 07:59:18.377Sep 01 07:59:18.377DEBG DEBG 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 } }]
84572026-09-01T07:59:19.652Zcreated new freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
84582026-09-01T07:59:19.652Z, unit: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 } }]Sep 01 07:59:18.377 Sep 01 07:59:18.377 freemap_route_ipv6
84592026-09-01T07:59:19.652ZDEBGINFO 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:5::/64 -> 2001:db8::55:ff
84602026-09-01T07:59:19.652Z
84612026-09-01T07:59:19.652Z
84622026-09-01T07:59:19.652ZSep 01 07:59:18.377 DEBGSep 01 07:59:18.377 Sep 01 07:59:18.377initted freemap. size: 64Sep 01 07:59:18.377, INFOunit adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
84632026-09-01T07:59:19.652ZINFO : 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 } }]freemap_route_ipv4
84642026-09-01T07:59:19.652Z
84652026-09-01T07:59:19.652Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 01 07:59:18.377
84662026-09-01T07:59:19.653ZSep 01 07:59:18.377 DEBGDEBGSep 01 07:59:18.377 Sep 01 07:59:18.377reset freemap , 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 } }]unit :
84672026-09-01T07:59:19.653ZINFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
84682026-09-01T07:59:19.653Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 01 07:59:18.377
84692026-09-01T07:59:19.653Z
84702026-09-01T07:59:19.653ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84712026-09-01T07:59:19.653ZSep 01 07:59:18.377Sep 01 07:59:18.377 DEBGSep 01 07:59:18.377 DEBGinitted freemap. size: 64 Sep 01 07:59:18.377replacing 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,
84722026-09-01T07:59:19.653Z DEBGunit: adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 01 07:59:18.377freemap_route_ipv6
84732026-09-01T07:59:19.653Z
84742026-09-01T07:59:19.653Zreplacing 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 } }]
84752026-09-01T07:59:19.653ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffSep 01 07:59:18.377
84762026-09-01T07:59:19.653ZSep 01 07:59:18.377 Sep 01 07:59:18.377 DEBGDEBGSep 01 07:59:18.377INFO 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:e::/64 -> 2001:db8::55:ff
84772026-09-01T07:59:19.653Z
84782026-09-01T07:59:19.653Zreset freemapDEBG , unitreplacing 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 } }]
84792026-09-01T07:59:19.653ZSep 01 07:59:18.377:Sep 01 07:59:18.377 DEBGfreemap_route_ipv6
84802026-09-01T07:59:19.653ZINFOSep 01 07:59:18.377 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 } }]Sep 01 07:59:18.377
84812026-09-01T07:59:19.653Z INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:59:18.377
84822026-09-01T07:59:19.653Z INFO
84832026-09-01T07:59:19.653Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84842026-09-01T07:59:19.653Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84852026-09-01T07:59:19.653ZSep 01 07:59:18.377 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 } }]Sep 01 07:59:18.377Sep 01 07:59:18.377
84862026-09-01T07:59:19.653Z Sep 01 07:59:18.377DEBG 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
84872026-09-01T07:59:19.653ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
84882026-09-01T07:59:19.653ZSep 01 07:59:18.377
84892026-09-01T07:59:19.653ZSep 01 07:59:18.377 INFO Sep 01 07:59:18.377Sep 01 07:59:18.377INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFO
84902026-09-01T07:59:19.653ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84912026-09-01T07:59:19.653Z
84922026-09-01T07:59:19.653Zadding route 3fff:dead::/64 -> 2001:db8::55:2Sep 01 07:59:18.377 DEBG
84932026-09-01T07:59:19.653ZSep 01 07:59:18.377 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 } }] Sep 01 07:59:18.377DEBG
84942026-09-01T07:59:19.653ZSep 01 07:59:18.377DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
84952026-09-01T07:59:19.653Zreplacing 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 } }]
84962026-09-01T07:59:19.653Z
84972026-09-01T07:59:19.653ZSep 01 07:59:18.377Sep 01 07:59:18.377 Sep 01 07:59:18.377Sep 01 07:59:18.377 INFOINFO INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
84982026-09-01T07:59:19.653Z
84992026-09-01T07:59:19.653Z INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 01 07:59:18.377
85002026-09-01T07:59:19.653ZDEBG Sep 01 07:59:18.377adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Sep 01 07:59:18.377
85012026-09-01T07:59:19.653ZDEBG 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 } }]
85022026-09-01T07:59:19.653ZSep 01 07:59:18.377 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]
85032026-09-01T07:59:19.653Zreplacing 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 } }]Sep 01 07:59:18.377
85042026-09-01T07:59:19.653Z
85052026-09-01T07:59:19.653ZINFO Sep 01 07:59:18.377adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
85062026-09-01T07:59:19.654ZINFOSep 01 07:59:18.377Sep 01 07:59:18.377 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85072026-09-01T07:59:19.654Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85082026-09-01T07:59:19.654ZSep 01 07:59:18.377
85092026-09-01T07:59:19.654Z DEBGSep 01 07:59:18.377 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 } }]Sep 01 07:59:18.377
85102026-09-01T07:59:19.654ZSep 01 07:59:18.377DEBG 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 } }]
85112026-09-01T07:59:19.654Zreplacing 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
85122026-09-01T07:59:19.654Z Sep 01 07:59:18.377replacing 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 } }] Sep 01 07:59:18.377Sep 01 07:59:18.377INFO
85132026-09-01T07:59:19.654ZINFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85142026-09-01T07:59:19.654Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
85152026-09-01T07:59:19.654Z
85162026-09-01T07:59:19.654ZSep 01 07:59:18.377 Sep 01 07:59:18.377Sep 01 07:59:18.377Sep 01 07:59:18.377 INFO DEBGDEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff: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: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 } }]
85172026-09-01T07:59:19.654Z
85182026-09-01T07:59:19.654Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85192026-09-01T07:59:19.654Z
85202026-09-01T07:59:19.654ZSep 01 07:59:18.377Sep 01 07:59:18.377 INFOINFO Sep 01 07:59:18.377adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 01 07:59:18.377 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
85212026-09-01T07:59:19.654Z
85222026-09-01T07:59:19.654ZINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85232026-09-01T07:59:19.654Zreplacing 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 } }]Sep 01 07:59:18.377Sep 01 07:59:18.377
85242026-09-01T07:59:19.654Z DEBGDEBGSep 01 07:59:18.377 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85252026-09-01T07:59:19.654Zreplacing 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: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 } }]
85262026-09-01T07:59:19.654Z
85272026-09-01T07:59:19.654ZSep 01 07:59:18.377 Sep 01 07:59:18.377INFOSep 01 07:59:18.377 Sep 01 07:59:18.377INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
85282026-09-01T07:59:19.654ZINFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85292026-09-01T07:59:19.654Z
85302026-09-01T07:59:19.654ZSep 01 07:59:18.377 DEBG
85312026-09-01T07:59:19.654ZSep 01 07:59:18.377 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 } }]Sep 01 07:59:18.377DEBG
85322026-09-01T07:59:19.654Z DEBGSep 01 07:59:18.377 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 } }]
85332026-09-01T07:59:19.654ZDEBGreplacing 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 } }]Sep 01 07:59:18.377 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 } }]
85342026-09-01T07:59:19.654Z
85352026-09-01T07:59:19.654ZSep 01 07:59:18.377 INFO INFOSep 01 07:59:18.377 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85362026-09-01T07:59:19.654Z
85372026-09-01T07:59:19.654Z INFOSep 01 07:59:18.377 Sep 01 07:59:18.377adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85382026-09-01T07:59:19.654ZSep 01 07:59:18.377DEBGINFO 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 } }]DEBGSep 01 07:59:18.377
85392026-09-01T07:59:19.654Z DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85402026-09-01T07:59:19.654Zreplacing 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 } }]Sep 01 07:59:18.377 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
85412026-09-01T07:59:19.654Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
85422026-09-01T07:59:19.654Z
85432026-09-01T07:59:19.654ZSep 01 07:59:18.377 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 01 07:59:18.377Sep 01 07:59:18.377
85442026-09-01T07:59:19.654Z Sep 01 07:59:18.377INFODEBG Sep 01 07:59:18.377 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
85452026-09-01T07:59:19.654Z 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 } }]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 } }]
85462026-09-01T07:59:19.655Z
85472026-09-01T07:59:19.655Zreplacing 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 } }]
85482026-09-01T07:59:19.658ZSep 01 07:59:18.378 INFOSep 01 07:59:18.378 Sep 01 07:59:18.378INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85492026-09-01T07:59:19.658ZDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
85502026-09-01T07:59:19.658Zreplacing 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 } }]
85512026-09-01T07:59:19.658ZSep 01 07:59:18.378 Sep 01 07:59:18.378DEBGSep 01 07:59:18.378 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
85522026-09-01T07:59:19.658Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
85532026-09-01T07:59:19.659Z 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 } }]Sep 01 07:59:18.378
85542026-09-01T07:59:19.659Z Sep 01 07:59:18.378INFO Sep 01 07:59:18.378adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
85552026-09-01T07:59:19.659Z 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 } }]
85562026-09-01T07:59:19.659ZSep 01 07:59:18.378adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
85572026-09-01T07:59:19.659ZDEBG Sep 01 07:59:18.378replacing 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 } }] Sep 01 07:59:18.378
85582026-09-01T07:59:19.659ZINFO DEBG adding route 3fff:beef:12::/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 } }]
85592026-09-01T07:59:19.659ZSep 01 07:59:18.378
85602026-09-01T07:59:19.659Z INFO Sep 01 07:59:18.378adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85612026-09-01T07:59:19.659ZDEBGSep 01 07:59:18.378 INFOSep 01 07:59:18.378replacing 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 } }]
85622026-09-01T07:59:19.659Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
85632026-09-01T07:59:19.659Z 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 } }]
85642026-09-01T07:59:19.659ZSep 01 07:59:18.378Sep 01 07:59:18.378 DEBGINFOSep 01 07:59:18.378 adding route 3fff:beef:13::/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 } }]INFO
85652026-09-01T07:59:19.659Z
85662026-09-01T07:59:19.659Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85672026-09-01T07:59:19.659ZSep 01 07:59:18.378Sep 01 07:59:18.378 DEBGSep 01 07:59:18.378 INFODEBGreplacing 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 } }]
85682026-09-01T07:59:19.659Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]
85692026-09-01T07:59:19.659Z
85702026-09-01T07:59:19.659ZSep 01 07:59:18.378 INFO Sep 01 07:59:18.378adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85712026-09-01T07:59:19.659ZINFOSep 01 07:59:18.378 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85722026-09-01T07:59:19.659ZSep 01 07:59:18.378DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85732026-09-01T07:59:19.659Zreplacing 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 } }]Sep 01 07:59:18.378
85742026-09-01T07:59:19.659Z DEBG Sep 01 07:59:18.378Sep 01 07:59:18.378replacing 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 } }]
85752026-09-01T07:59:19.659Z INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85762026-09-01T07:59:19.659Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
85772026-09-01T07:59:19.659Z INFO Sep 01 07:59:18.378adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Sep 01 07:59:18.378
85782026-09-01T07:59:19.659Z DEBG DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85792026-09-01T07:59:19.659ZSep 01 07:59:18.378replacing 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
85802026-09-01T07:59:19.659Zreplacing 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 } }]
85812026-09-01T07:59:19.659ZSep 01 07:59:18.378 INFOSep 01 07:59:18.378 Sep 01 07:59:18.378adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85822026-09-01T07:59:19.659Z INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85832026-09-01T07:59:19.659Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85842026-09-01T07:59:19.659ZSep 01 07:59:18.378 Sep 01 07:59:18.378DEBG DEBGSep 01 07:59:18.378replacing 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 } }]
85852026-09-01T07:59:19.659Zreplacing 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
85862026-09-01T07:59:19.659Z Sep 01 07:59:18.378 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 } }]Sep 01 07:59:18.378INFO
85872026-09-01T07:59:19.659Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFO
85882026-09-01T07:59:19.659Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
85892026-09-01T07:59:19.659Z Sep 01 07:59:18.378INFO DEBGSep 01 07:59:18.378 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:d::/64 -> 2001:db8::55:ffDEBG
85902026-09-01T07:59:19.659Z
85912026-09-01T07:59:19.659Z 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 } }]
85922026-09-01T07:59:19.659ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 INFODEBGINFO 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:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85932026-09-01T07:59:19.660Z
85942026-09-01T07:59:19.660Z
85952026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 01 07:59:18.378
85962026-09-01T07:59:19.660Z INFO
85972026-09-01T07:59:19.660Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85982026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85992026-09-01T07:59:19.660Z
86002026-09-01T07:59:19.660ZSep 01 07:59:18.378 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 } }]Sep 01 07:59:18.378
86012026-09-01T07:59:19.660Z DEBGSep 01 07:59:18.378 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 } }]DEBGSep 01 07:59:18.378 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 } }]INFO
86022026-09-01T07:59:19.660Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
86032026-09-01T07:59:19.660Z
86042026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 INFODEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86052026-09-01T07:59:19.660Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86062026-09-01T07:59:19.660Z
86072026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 INFODEBG 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 } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
86082026-09-01T07:59:19.660Zreplacing 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 } }]
86092026-09-01T07:59:19.660Z
86102026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 DEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
86112026-09-01T07:59:19.660Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86122026-09-01T07:59:19.660Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86132026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378 INFODEBGDEBG 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 } }]
86142026-09-01T07:59:19.660Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86152026-09-01T07:59:19.660Z
86162026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378 INFOSep 01 07:59:18.378 DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86172026-09-01T07:59:19.660ZINFO
86182026-09-01T07:59:19.660Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86192026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 DEBGDEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
86202026-09-01T07:59:19.660Z
86212026-09-01T07:59:19.660Z 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 } }]
86222026-09-01T07:59:19.660ZSep 01 07:59:18.378 Sep 01 07:59:18.378INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Sep 01 07:59:18.378replacing 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 } }]
86232026-09-01T07:59:19.660Z
86242026-09-01T07:59:19.660ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
86252026-09-01T07:59:19.660Z DEBGSep 01 07:59:18.378 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 } }]
86262026-09-01T07:59:19.660ZINFOSep 01 07:59:18.378 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
86272026-09-01T07:59:19.660ZSep 01 07:59:18.378 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
86282026-09-01T07:59:19.660Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86292026-09-01T07:59:19.660ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378 DEBGINFO 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 } }]
86302026-09-01T07:59:19.660Zreplacing 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:26::/64 -> 2001:db8::55:ff
86312026-09-01T07:59:19.660Z
86322026-09-01T07:59:19.661ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86332026-09-01T07:59:19.661ZDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
86342026-09-01T07:59:19.661Zreplacing 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 } }]Sep 01 07:59:18.378
86352026-09-01T07:59:19.661Z DEBGSep 01 07:59:18.378Sep 01 07:59:18.378 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 } }]DEBGINFO
86362026-09-01T07:59:19.661Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86372026-09-01T07:59:19.661Zreplacing 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 } }]Sep 01 07:59:18.378
86382026-09-01T07:59:19.661Z INFOSep 01 07:59:18.378 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
86392026-09-01T07:59:19.661ZSep 01 07:59:18.378 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86402026-09-01T07:59:19.661Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
86412026-09-01T07:59:19.661Z DEBG Sep 01 07:59:18.378replacing 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 } }]Sep 01 07:59:18.378
86422026-09-01T07:59:19.661Z INFODEBG adding route 3fff:beef:28::/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 } }]
86432026-09-01T07:59:19.661ZSep 01 07:59:18.378
86442026-09-01T07:59:19.661Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86452026-09-01T07:59:19.661ZSep 01 07:59:18.378Sep 01 07:59:18.378 DEBG INFOSep 01 07:59:18.378 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
86462026-09-01T07:59:19.661Z
86472026-09-01T07:59:19.661Zreplacing 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 } }]
86482026-09-01T07:59:19.665ZSep 01 07:59:18.378Sep 01 07:59:18.378 INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
86492026-09-01T07:59:19.665Z 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
86502026-09-01T07:59:19.665ZSep 01 07:59:18.378 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86512026-09-01T07:59:19.665Zreplacing 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 } }]
86522026-09-01T07:59:19.665ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378INFO DEBGINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86532026-09-01T07:59:19.665Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86542026-09-01T07:59:19.665Z
86552026-09-01T07:59:19.665ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378INFO DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
86562026-09-01T07:59:19.665Zreplacing 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: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 } }]
86572026-09-01T07:59:19.665Z
86582026-09-01T07:59:19.665ZSep 01 07:59:18.378 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 } }]Sep 01 07:59:18.378
86592026-09-01T07:59:19.665Z Sep 01 07:59:18.378INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
86602026-09-01T07:59:19.665Z INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86612026-09-01T07:59:19.665Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
86622026-09-01T07:59:19.665Z 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 } }]Sep 01 07:59:18.378Sep 01 07:59:18.378
86632026-09-01T07:59:19.665ZDEBG 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 } }]
86642026-09-01T07:59:19.665ZDEBGSep 01 07:59:18.378 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 } }]
86652026-09-01T07:59:19.665ZINFOSep 01 07:59:18.378 Sep 01 07:59:18.378adding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFOINFO
86662026-09-01T07:59:19.665Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86672026-09-01T07:59:19.665Z
86682026-09-01T07:59:19.665ZSep 01 07:59:18.378 DEBGSep 01 07:59:18.378 Sep 01 07:59:18.378replacing 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 } }]
86692026-09-01T07:59:19.665ZDEBG 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 } }]Sep 01 07:59:18.378DEBG
86702026-09-01T07:59:19.665Z INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86712026-09-01T07:59:19.665Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86722026-09-01T07:59:19.665ZSep 01 07:59:18.378 Sep 01 07:59:18.378INFO Sep 01 07:59:18.378adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO
86732026-09-01T07:59:19.665ZDEBG 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 } }]
86742026-09-01T07:59:19.665Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
86752026-09-01T07:59:19.665Z 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 } }]
86762026-09-01T07:59:19.665ZSep 01 07:59:18.378Sep 01 07:59:18.378 DEBGSep 01 07:59:18.378INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86772026-09-01T07:59:19.665Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86782026-09-01T07:59:19.666Z
86792026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86802026-09-01T07:59:19.666Zreplacing 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 } }]
86812026-09-01T07:59:19.666Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86822026-09-01T07:59:19.666ZSep 01 07:59:18.378 Sep 01 07:59:18.378INFO Sep 01 07:59:18.378 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86832026-09-01T07:59:19.666Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
86842026-09-01T07:59:19.666Z 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 } }]Sep 01 07:59:18.378
86852026-09-01T07:59:19.666Z Sep 01 07:59:18.378 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]Sep 01 07:59:18.378
86862026-09-01T07:59:19.666Z
86872026-09-01T07:59:19.666Z INFO Sep 01 07:59:18.378adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86882026-09-01T07:59:19.666ZINFOSep 01 07:59:18.378 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86892026-09-01T07:59:19.666ZSep 01 07:59:18.378adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86902026-09-01T07:59:19.666ZDEBG 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 } }]
86912026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378 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 } }] Sep 01 07:59:18.378replacing 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 } }]
86922026-09-01T07:59:19.666Z
86932026-09-01T07:59:19.666ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86942026-09-01T07:59:19.666ZSep 01 07:59:18.378 INFOSep 01 07:59:18.378 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 01 07:59:18.378INFO
86952026-09-01T07:59:19.666Z DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86962026-09-01T07:59:19.666Zreplacing 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 } }]
86972026-09-01T07:59:19.666ZSep 01 07:59:18.378 DEBGSep 01 07:59:18.378 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
86982026-09-01T07:59:19.666Z 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 } }]Sep 01 07:59:18.378
86992026-09-01T07:59:19.666Z INFOSep 01 07:59:18.378 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 01 07:59:18.378
87002026-09-01T07:59:19.666ZINFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87012026-09-01T07:59:19.666Z
87022026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 DEBGDEBGDEBG 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: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: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 } }]
87032026-09-01T07:59:19.666Z
87042026-09-01T07:59:19.666Z
87052026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378Sep 01 07:59:18.378 INFOINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87062026-09-01T07:59:19.666Z
87072026-09-01T07:59:19.666Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87082026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378DEBG DEBGDEBGreplacing 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: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: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 } }]
87092026-09-01T07:59:19.666Z
87102026-09-01T07:59:19.666Z
87112026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378INFO INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
87122026-09-01T07:59:19.666Z
87132026-09-01T07:59:19.666Z
87142026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378DEBG DEBG 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 } }]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 } }]
87152026-09-01T07:59:19.666Zreplacing 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 } }]
87162026-09-01T07:59:19.666Z
87172026-09-01T07:59:19.666ZSep 01 07:59:18.378Sep 01 07:59:18.378 Sep 01 07:59:18.378INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOINFO
87182026-09-01T07:59:19.667Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87192026-09-01T07:59:19.667ZSep 01 07:59:18.378
87202026-09-01T07:59:19.667Z DEBG Sep 01 07:59:18.378replacing 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 } }]Sep 01 07:59:18.378
87212026-09-01T07:59:19.667Z DEBGDEBG Sep 01 07:59:18.378replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
87222026-09-01T07:59:19.667Z 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:2f::/64 -> 2001:db8::55:ff
87232026-09-01T07:59:19.667Z
87242026-09-01T07:59:19.667ZSep 01 07:59:18.378 Sep 01 07:59:18.378Sep 01 07:59:18.378 DEBGSep 01 07:59:18.378 INFODEBGcreated new freemap , INFOunit adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87252026-09-01T07:59:19.667Z:
87262026-09-01T07:59:19.667Z
87272026-09-01T07:59:19.667Z freemap_route_ipv4Sep 01 07:59:18.379Sep 01 07:59:18.379
87282026-09-01T07:59:19.667Z DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 01 07:59:18.379adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87292026-09-01T07:59:19.667Z
87302026-09-01T07:59:19.667ZSep 01 07:59:18.379 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 } }]DEBGSep 01 07:59:18.379
87312026-09-01T07:59:19.667Z created new freemapSep 01 07:59:18.379DEBG, INFOunitreplacing 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:36::/64 -> 2001:db8::55:ff
87322026-09-01T07:59:19.667ZSep 01 07:59:18.379freemap_route_ipv6 INFO
87332026-09-01T07:59:19.667Z Sep 01 07:59:18.379 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87342026-09-01T07:59:19.667ZINFO
87352026-09-01T07:59:19.667Z Sep 01 07:59:18.379adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Sep 01 07:59:18.379
87362026-09-01T07:59:19.667Z DEBG DEBGinitted freemap. size: 64Sep 01 07:59:18.379 Sep 01 07:59:18.379, unitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG: DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4replacing 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 } }]
87372026-09-01T07:59:19.667Z
87382026-09-01T07:59:19.667Z
87392026-09-01T07:59:19.667Z
87402026-09-01T07:59:19.667ZSep 01 07:59:18.379Sep 01 07:59:18.379Sep 01 07:59:18.379 Sep 01 07:59:18.379INFO INFODEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87412026-09-01T07:59:19.667Z
87422026-09-01T07:59:19.667Zreset freemap
87432026-09-01T07:59:19.667Z, unit: freemap_route_ipv4Sep 01 07:59:18.379
87442026-09-01T07:59:19.667ZSep 01 07:59:18.379 DEBG Sep 01 07:59:18.379DEBGSep 01 07:59:18.379 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
87452026-09-01T07:59:19.667Zreplacing 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 } }]
87462026-09-01T07:59:19.667Z 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 } }]initted freemap. size: 64Sep 01 07:59:18.379,
87472026-09-01T07:59:19.667ZSep 01 07:59:18.379INFOunit :INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87482026-09-01T07:59:19.671Z
87492026-09-01T07:59:19.671Zfreemap_route_ipv6
87502026-09-01T07:59:19.672ZSep 01 07:59:18.379Sep 01 07:59:18.379 DEBGSep 01 07:59:18.379 INFO Sep 01 07:59:18.379 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87512026-09-01T07:59:19.672Zreset freemap
87522026-09-01T07:59:19.672Z , unitDEBG: Sep 01 07:59:18.379 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
87532026-09-01T07:59:19.672Z freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87542026-09-01T07:59:19.672Z
87552026-09-01T07:59:19.672ZSep 01 07:59:18.379 DEBGSep 01 07:59:18.379Sep 01 07:59:18.379 Sep 01 07:59:18.379 INFO 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 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87562026-09-01T07:59:19.672Z
87572026-09-01T07:59:19.672Z
87582026-09-01T07:59:19.672ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:59:18.379
87592026-09-01T07:59:19.672ZDEBGSep 01 07:59:18.379 Sep 01 07:59:18.379replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87602026-09-01T07:59:19.672ZSep 01 07:59:18.379
87612026-09-01T07:59:19.672ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGSep 01 07:59:18.379
87622026-09-01T07:59:19.672Zreplacing 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 } }] Sep 01 07:59:18.379
87632026-09-01T07:59:19.672Z INFODEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87642026-09-01T07:59:19.672ZSep 01 07:59:18.379
87652026-09-01T07:59:19.672Z 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 } }]
87662026-09-01T07:59:19.672ZSep 01 07:59:18.379 Sep 01 07:59:18.379Sep 01 07:59:18.379INFO INFODEBG Sep 01 07:59:18.379adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
87672026-09-01T07:59:19.672Z
87682026-09-01T07:59:19.672Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
87692026-09-01T07:59:19.672Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87702026-09-01T07:59:19.672ZSep 01 07:59:18.379 Sep 01 07:59:18.379INFOSep 01 07:59:18.379 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Sep 01 07:59:18.379
87712026-09-01T07:59:19.672ZDEBG 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: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 } }]Sep 01 07:59:18.379
87722026-09-01T07:59:19.672Z
87732026-09-01T07:59:19.672Z 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 } }]
87742026-09-01T07:59:19.672ZDEBGSep 01 07:59:18.379 Sep 01 07:59:18.379replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87752026-09-01T07:59:19.672Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87762026-09-01T07:59:19.672ZINFOSep 01 07:59:18.379Sep 01 07:59:18.379 adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:59:18.379 INFODEBG
87772026-09-01T07:59:19.672Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]Sep 01 07:59:18.379
87782026-09-01T07:59:19.672Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87792026-09-01T07:59:19.672Z 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 } }]
87802026-09-01T07:59:19.672Z
87812026-09-01T07:59:19.672ZSep 01 07:59:18.379Sep 01 07:59:18.379 INFO Sep 01 07:59:18.379Sep 01 07:59:18.379 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }]INFO
87822026-09-01T07:59:19.672Z
87832026-09-01T07:59:19.672Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
87842026-09-01T07:59:19.672Z
87852026-09-01T07:59:19.672ZSep 01 07:59:18.379Sep 01 07:59:18.379 Sep 01 07:59:18.379 DEBG 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 } }]Sep 01 07:59:18.379INFO 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 } }]
87862026-09-01T07:59:19.672Z INFO
87872026-09-01T07:59:19.672Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87882026-09-01T07:59:19.672Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 01 07:59:18.379Sep 01 07:59:18.379 INFOINFO
87892026-09-01T07:59:19.673Z Sep 01 07:59:18.379adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87902026-09-01T07:59:19.673Z
87912026-09-01T07:59:19.673ZDEBG Sep 01 07:59:18.379replacing 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 } }]
87922026-09-01T07:59:19.673Z DEBGSep 01 07:59:18.379Sep 01 07:59:18.379 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 } }]DEBG
87932026-09-01T07:59:19.673Z 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87942026-09-01T07:59:19.673ZSep 01 07:59:18.379
87952026-09-01T07:59:19.673Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87962026-09-01T07:59:19.673ZSep 01 07:59:18.379Sep 01 07:59:18.379 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 01 07:59:18.379
87972026-09-01T07:59:19.673Z
87982026-09-01T07:59:19.673ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 01 07:59:18.379Sep 01 07:59:18.379Sep 01 07:59:18.379 DEBG
87992026-09-01T07:59:19.673ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88002026-09-01T07:59:19.673ZSep 01 07:59:18.379DEBG
88012026-09-01T07:59:19.673Z DEBGSep 01 07:59:18.379replacing 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 } }]
88022026-09-01T07:59:19.673ZINFO 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 } }]
88032026-09-01T07:59:19.673ZSep 01 07:59:18.379adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
88042026-09-01T07:59:19.673ZINFO Sep 01 07:59:18.379adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 01 07:59:18.379
88052026-09-01T07:59:19.673ZINFO Sep 01 07:59:18.379adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
88062026-09-01T07:59:19.673ZINFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
88072026-09-01T07:59:19.673ZSep 01 07:59:18.379replacing 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 } }]Sep 01 07:59:18.379 DEBG DEBG
88082026-09-01T07:59:19.673ZSep 01 07:59:18.379 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] Sep 01 07:59:18.379
88092026-09-01T07:59:19.673Z
88102026-09-01T07:59:19.673ZDEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
88112026-09-01T07:59:19.673ZSep 01 07:59:18.379replacing 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 } }]Sep 01 07:59:18.379
88122026-09-01T07:59:19.673Z INFOSep 01 07:59:18.379 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
88132026-09-01T07:59:19.673ZINFO 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 } }]Sep 01 07:59:18.379
88142026-09-01T07:59:19.673ZSep 01 07:59:18.379 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
88152026-09-01T07:59:19.673Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffSep 01 07:59:18.379DEBG 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 } }]
88162026-09-01T07:59:19.673ZSep 01 07:59:18.379Sep 01 07:59:18.380 DEBGDEBG created new freemapreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
88172026-09-01T07:59:19.673Zunit: freemap_route_ipv4
88182026-09-01T07:59:19.673ZSep 01 07:59:18.380 DEBGSep 01 07:59:18.380 DEBG Sep 01 07:59:18.379 created new freemap failed to allocate space for the new target listDEBG
88192026-09-01T07:59:19.673Z , 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 } }]:
88202026-09-01T07:59:19.673Z freemap_route_ipv6Sep 01 07:59:18.380
88212026-09-01T07:59:19.673Z
88222026-09-01T07:59:19.673Z 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 } }]
88232026-09-01T07:59:19.673ZSep 01 07:59:18.380 Sep 01 07:59:18.380DEBG Sep 01 07:59:18.379INFOSep 01 07:59:18.380 DEBG initted freemap. size: 64DEBG, adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit Sep 01 07:59:18.380:failed to allocate space for the new target list Sep 01 07:59:18.380
88242026-09-01T07:59:19.673Zfreemap_route_ipv4
88252026-09-01T07:59:19.673Z
88262026-09-01T07:59:19.673ZINFO INFO created new freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, Sep 01 07:59:18.380adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
88272026-09-01T07:59:19.673Z
88282026-09-01T07:59:19.674ZDEBGunitSep 01 07:59:18.380 : reset freemapDEBGSep 01 07:59:18.380 , unitfreemap_route_ipv4:
88292026-09-01T07:59:19.674ZSep 01 07:59:18.380DEBG 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 } }]
88302026-09-01T07:59:19.674Z freemap_route_ipv4DEBG
88312026-09-01T07:59:19.674Z Sep 01 07:59:18.380replacing 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 } }]Sep 01 07:59:18.380
88322026-09-01T07:59:19.674Z 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
88332026-09-01T07:59:19.674ZSep 01 07:59:18.380 created new freemap, unit Sep 01 07:59:18.380Sep 01 07:59:18.380INFO :DEBGINFOINFO freemap_route_ipv6initted freemap. size: 64adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff,
88342026-09-01T07:59:19.674Z
88352026-09-01T07:59:19.674Zunit:adding route 3fff:beef:30::/64 -> 2001:db8::55:ff freemap_route_ipv6
88362026-09-01T07:59:19.674Z
88372026-09-01T07:59:19.674ZSep 01 07:59:18.380Sep 01 07:59:18.380 DEBGDEBG initted freemap. size: 64 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 } }]Sep 01 07:59:18.380, Sep 01 07:59:18.380
88382026-09-01T07:59:19.674ZDEBGunit 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 } }]:
88392026-09-01T07:59:19.674ZSep 01 07:59:18.380reset freemap INFO, Sep 01 07:59:18.380adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff unit
88402026-09-01T07:59:19.674Z:INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6freemap_route_ipv4
88412026-09-01T07:59:19.674Z
88422026-09-01T07:59:19.674ZSep 01 07:59:18.380
88432026-09-01T07:59:19.674Z 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 } }]Sep 01 07:59:18.380
88442026-09-01T07:59:19.674Z Sep 01 07:59:18.380INFO Sep 01 07:59:18.380 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88452026-09-01T07:59:19.674Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
88462026-09-01T07:59:19.674ZSep 01 07:59:18.380Sep 01 07:59:18.380 DEBGINFO , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit
88472026-09-01T07:59:19.674Z:Sep 01 07:59:18.380 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 } }] Sep 01 07:59:18.380adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
88482026-09-01T07:59:19.678Z
88492026-09-01T07:59:19.678ZDEBG freemap_route_ipv4replacing 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 } }]
88502026-09-01T07:59:19.678ZSep 01 07:59:18.380
88512026-09-01T07:59:19.678ZSep 01 07:59:18.380 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 } }]DEBGSep 01 07:59:18.380
88522026-09-01T07:59:19.678Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88532026-09-01T07:59:19.678ZSep 01 07:59:18.380INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
88542026-09-01T07:59:19.678Z initted freemap. size: 64, Sep 01 07:59:18.380unit :INFO Sep 01 07:59:18.380freemap_route_ipv6 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
88552026-09-01T07:59:19.678Z
88562026-09-01T07:59:19.678ZDEBG 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 } }]Sep 01 07:59:18.380
88572026-09-01T07:59:19.678ZSep 01 07:59:18.380 DEBG DEBGreset freemap , replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:59:18.380unit :INFO
88582026-09-01T07:59:19.678Z freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
88592026-09-01T07:59:19.678Z
88602026-09-01T07:59:19.678ZSep 01 07:59:18.380 INFOSep 01 07:59:18.380 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOSep 01 07:59:18.380
88612026-09-01T07:59:19.678ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
88622026-09-01T07:59:19.678Zreplacing 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 } }]Sep 01 07:59:18.380
88632026-09-01T07:59:19.678Z 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 } }]Sep 01 07:59:18.380Sep 01 07:59:18.380
88642026-09-01T07:59:19.678ZINFO DEBG adding route 3fff:beef:21::/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 } }]Sep 01 07:59:18.380
88652026-09-01T07:59:19.679Z
88662026-09-01T07:59:19.679Z INFO Sep 01 07:59:18.380adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Sep 01 07:59:18.380DEBGDEBG
88672026-09-01T07:59:19.679Z 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
88682026-09-01T07:59:19.679Z Sep 01 07:59:18.380 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
88692026-09-01T07:59:19.679Zreplacing 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 } }]failed to allocate space for the new target listSep 01 07:59:18.380
88702026-09-01T07:59:19.679Z
88712026-09-01T07:59:19.679Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
88722026-09-01T07:59:19.679ZSep 01 07:59:18.380 DEBG Sep 01 07:59:18.380replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 01 07:59:18.380
88732026-09-01T07:59:19.679Z INFODEBG adding route 3fff:beef:36::/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 } }]Sep 01 07:59:18.380
88742026-09-01T07:59:19.679ZDEBG
88752026-09-01T07:59:19.679ZSep 01 07:59:18.380 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
88762026-09-01T07:59:19.679ZSep 01 07:59:18.380
88772026-09-01T07:59:19.679Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
88782026-09-01T07:59:19.679ZSep 01 07:59:18.380 DEBGSep 01 07:59:18.380 Sep 01 07:59:18.380replacing 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
88792026-09-01T07:59:19.679ZDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88802026-09-01T07:59:19.679Z
88812026-09-01T07:59:19.679ZSep 01 07:59:18.380 Sep 01 07:59:18.380Sep 01 07:59:18.380INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
88822026-09-01T07:59:19.679Z
88832026-09-01T07:59:19.679Z
88842026-09-01T07:59:19.679ZSep 01 07:59:18.380 DEBGSep 01 07:59:18.380 Sep 01 07:59:18.380 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
88852026-09-01T07:59:19.679Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88862026-09-01T07:59:19.679Z Sep 01 07:59:18.380replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
88872026-09-01T07:59:19.679Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 01 07:59:18.380
88882026-09-01T07:59:19.679ZDEBG Sep 01 07:59:18.380replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 01 07:59:18.380adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
88892026-09-01T07:59:19.679ZDEBG
88902026-09-01T07:59:19.679Z 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
88912026-09-01T07:59:19.679Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88922026-09-01T07:59:19.679ZSep 01 07:59:18.380Sep 01 07:59:18.381 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:26::/64 -> 2001:db8::55:ffSep 01 07:59:18.381
88932026-09-01T07:59:19.679Z
88942026-09-01T07:59:19.679ZDEBG 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 } }]Sep 01 07:59:18.381Sep 01 07:59:18.381
88952026-09-01T07:59:19.679ZDEBG 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
88962026-09-01T07:59:19.679Z Sep 01 07:59:18.381adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
88972026-09-01T07:59:19.679ZINFO Sep 01 07:59:18.381adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
88982026-09-01T07:59:19.679ZSep 01 07:59:18.381INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
88992026-09-01T07:59:19.679Z Sep 01 07:59:18.381replacing 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
89002026-09-01T07:59:19.679Z 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 } }]Sep 01 07:59:18.381
89012026-09-01T07:59:19.679Z 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 } }]Sep 01 07:59:18.381Sep 01 07:59:18.381
89022026-09-01T07:59:19.679Z INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
89032026-09-01T07:59:19.679Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89042026-09-01T07:59:19.680ZSep 01 07:59:18.381 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 01 07:59:18.381Sep 01 07:59:18.381
89052026-09-01T07:59:19.680Z 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 } }]DEBG
89062026-09-01T07:59:19.680ZSep 01 07:59:18.381 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 } }]
89072026-09-01T07:59:19.680Ztest route::tests::grow_succeeds ... ok
89082026-09-01T07:59:19.680ZDEBG Sep 01 07:59:18.381replacing 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 } }]
89092026-09-01T07:59:19.680ZINFO Sep 01 07:59:18.381adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89102026-09-01T07:59:19.680ZINFOSep 01 07:59:18.381 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
89112026-09-01T07:59:19.680Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 01 07:59:18.381
89122026-09-01T07:59:19.680Z DEBGSep 01 07:59:18.380Sep 01 07:59:18.381Sep 01 07:59:18.381 DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
89132026-09-01T07:59:19.680Ztest route::tests::identity_replace_is_noop ... ok
89142026-09-01T07:59:19.680Zreplacing 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 } }]
89152026-09-01T07:59:19.680ZDEBG 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 } }]created new freemap
89162026-09-01T07:59:19.680Z, Sep 01 07:59:18.381 INFOunitSep 01 07:59:18.381 : Sep 01 07:59:18.381adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
89172026-09-01T07:59:19.680Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89182026-09-01T07:59:19.680Zfreemap_route_ipv4
89192026-09-01T07:59:19.680ZSep 01 07:59:18.381
89202026-09-01T07:59:19.680Z Sep 01 07:59:18.381DEBG DEBGSep 01 07:59:18.381replacing 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 } }]
89212026-09-01T07:59:19.680Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
89222026-09-01T07:59:19.680Z 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 } }]
89232026-09-01T07:59:19.680ZSep 01 07:59:18.381Sep 01 07:59:18.381 Sep 01 07:59:18.381INFOSep 01 07:59:18.381 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
89242026-09-01T07:59:19.680ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
89252026-09-01T07:59:19.680Z
89262026-09-01T07:59:19.680ZSep 01 07:59:18.381DEBG DEBG Sep 01 07:59:18.381 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 } }]
89272026-09-01T07:59:19.680Zcreated new freemap, unit:DEBG freemap_route_ipv6Sep 01 07:59:18.387created new freemap
89282026-09-01T07:59:19.680ZINFO, unitadding route 3fff:beef:b::/64 -> 2001:db8::55:ff:
89292026-09-01T07:59:19.680Z Sep 01 07:59:18.387freemap_route_ipv4 DEBG
89302026-09-01T07:59:19.680ZSep 01 07:59:18.387 Sep 01 07:59:18.387DEBG 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
89312026-09-01T07:59:19.680Z Sep 01 07:59:18.381created new freemap initted freemap. size: 64, DEBG, unit Sep 01 07:59:18.387: created new freemapfreemap_route_ipv6unit, INFO
89322026-09-01T07:59:19.680Z: unit: adding route 3fff:beef:c::/64 -> 2001:db8::55:ff freemap_route_ipv4
89332026-09-01T07:59:19.680Zfreemap_route_ipv4
89342026-09-01T07:59:19.680Z
89352026-09-01T07:59:19.680ZSep 01 07:59:18.387Sep 01 07:59:18.387 DEBG Sep 01 07:59:18.387replacing 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 } }]
89362026-09-01T07:59:19.680Z DEBG DEBGreset freemap , Sep 01 07:59:18.387unitinitted freemap. size: 64 , INFOunit :adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
89372026-09-01T07:59:19.680ZSep 01 07:59:18.387freemap_route_ipv4 :DEBGSep 01 07:59:18.387 created new freemapSep 01 07:59:18.381
89382026-09-01T07:59:19.680Z DEBG , unitreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89392026-09-01T07:59:19.680Zfreemap_route_ipv4 :created new freemap
89402026-09-01T07:59:19.680Zfreemap_route_ipv6Sep 01 07:59:18.387Sep 01 07:59:18.387,
89412026-09-01T07:59:19.680Z DEBGINFO reset freemapunit , :unitSep 01 07:59:18.387: DEBG freemap_route_ipv4 adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4initted freemap. size: 64
89422026-09-01T07:59:19.680Z, unit:
89432026-09-01T07:59:19.681Z
89442026-09-01T07:59:19.681ZSep 01 07:59:18.387freemap_route_ipv4
89452026-09-01T07:59:19.681ZSep 01 07:59:18.387 Sep 01 07:59:18.387DEBGDEBG 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 } }] Sep 01 07:59:18.387
89462026-09-01T07:59:19.681Zinitted freemap. size: 64Sep 01 07:59:18.387 DEBG , DEBG Sep 01 07:59:18.387initted freemap. size: 64 DEBGINFO, unitunit : adding route 3fff:beef:f::/64 -> 2001:db8::55:ffcreated new freemap reset freemap, , :freemap_route_ipv6unit
89472026-09-01T07:59:19.681Z
89482026-09-01T07:59:19.684Zunit: freemap_route_ipv6:
89492026-09-01T07:59:19.684ZSep 01 07:59:18.387Sep 01 07:59:18.387 freemap_route_ipv4DEBGDEBGSep 01 07:59:18.387
89502026-09-01T07:59:19.684Z 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 } }]
89512026-09-01T07:59:19.684Z DEBGSep 01 07:59:18.387reset freemapfreemap_route_ipv6, Sep 01 07:59:18.387 unitDEBG INFOinitted freemap. size: 64initted freemap. size: 64
89522026-09-01T07:59:19.684Z:, , unit adding route 3fff:beef:10::/64 -> 2001:db8::55:ff:unit
89532026-09-01T07:59:19.684Zfreemap_route_ipv6:
89542026-09-01T07:59:19.684Z freemap_route_ipv6freemap_route_ipv4
89552026-09-01T07:59:19.684Z
89562026-09-01T07:59:19.684ZSep 01 07:59:18.387 Sep 01 07:59:18.387Sep 01 07:59:18.387 Sep 01 07:59:18.387DEBGSep 01 07:59:18.387 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89572026-09-01T07:59:19.685ZINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1DEBGSep 01 07:59:18.387
89582026-09-01T07:59:19.685Z reset freemap Sep 01 07:59:18.387, INFO reset freemap DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
89592026-09-01T07:59:19.685Zreset freemap, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit
89602026-09-01T07:59:19.685Zunit: freemap_route_ipv6:,
89612026-09-01T07:59:19.685ZunitSep 01 07:59:18.387Sep 01 07:59:18.387:freemap_route_ipv4
89622026-09-01T07:59:19.685ZDEBGSep 01 07:59:18.387freemap_route_ipv6
89632026-09-01T07:59:19.685ZINFOreplacing 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
89642026-09-01T07:59:19.685Z adding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:59:18.387
89652026-09-01T07:59:19.685Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1
89662026-09-01T07:59:19.685ZSep 01 07:59:18.387 Sep 01 07:59:18.387 INFOINFOinitted freemap. size: 64Sep 01 07:59:18.387Sep 01 07:59:18.387 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG, 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 } }]: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:12::/64 -> 2001:db8::55:ff
89672026-09-01T07:59:19.685Zfreemap_route_ipv6
89682026-09-01T07:59:19.685Z
89692026-09-01T07:59:19.685Z
89702026-09-01T07:59:19.685Z
89712026-09-01T07:59:19.685ZSep 01 07:59:18.387 DEBGSep 01 07:59:18.387 Sep 01 07:59:18.387Sep 01 07:59:18.387replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89722026-09-01T07:59:19.685Z INFO DEBG reset freemapDEBG, adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
89732026-09-01T07:59:19.685Z:
89742026-09-01T07:59:19.685Z freemap_route_ipv6
89752026-09-01T07:59:19.685ZSep 01 07:59:18.387Sep 01 07:59:18.387Sep 01 07:59:18.387 DEBGINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
89762026-09-01T07:59:19.685Z
89772026-09-01T07:59:19.685Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 01 07:59:18.387
89782026-09-01T07:59:19.685Z Sep 01 07:59:18.387INFOSep 01 07:59:18.387 INFODEBG 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 172.16.0.0/32 -> 10.0.0.1
89792026-09-01T07:59:19.685Z
89802026-09-01T07:59:19.685Zadding route 172.16.0.0/32 -> 10.0.0.4
89812026-09-01T07:59:19.685ZSep 01 07:59:18.387Sep 01 07:59:18.387Sep 01 07:59:18.387 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
89822026-09-01T07:59:19.685Z
89832026-09-01T07:59:19.685ZSep 01 07:59:18.387 DEBG INFOSep 01 07:59:18.387replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89842026-09-01T07:59:19.685ZINFOSep 01 07:59:18.387 adding route 172.17.0.0/32 -> 10.0.0.255Sep 01 07:59:18.387DEBG 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 } }]
89852026-09-01T07:59:19.685Z
89862026-09-01T07:59:19.685Zadding 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 } }, 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 } }]
89872026-09-01T07:59:19.685Z
89882026-09-01T07:59:19.685ZSep 01 07:59:18.387 Sep 01 07:59:18.387DEBG 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 } }]Sep 01 07:59:18.387adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
89892026-09-01T07:59:19.685ZDEBG
89902026-09-01T07:59:19.685Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89912026-09-01T07:59:19.685ZSep 01 07:59:18.387Sep 01 07:59:18.387 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }]
89922026-09-01T07:59:19.685Z
89932026-09-01T07:59:19.685ZSep 01 07:59:18.387 Sep 01 07:59:18.387Sep 01 07:59:18.387DEBG INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
89942026-09-01T07:59:19.685Z
89952026-09-01T07:59:19.685ZINFOSep 01 07:59:18.387 Sep 01 07:59:18.387Sep 01 07:59:18.387Sep 01 07:59:18.387adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
89962026-09-01T07:59:19.686Z DEBGINFOreplacing 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.2/32 -> 10.0.0.255
89972026-09-01T07:59:19.686Z
89982026-09-01T07:59:19.686Zreplacing 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
89992026-09-01T07:59:19.686Z Sep 01 07:59:18.387replacing 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 } }] Sep 01 07:59:18.387Sep 01 07:59:18.387Sep 01 07:59:18.387
90002026-09-01T07:59:19.686Z DEBGINFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90012026-09-01T07:59:19.686Z DEBG
90022026-09-01T07:59:19.686Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Sep 01 07:59:18.387
90032026-09-01T07:59:19.686ZSep 01 07:59:18.387 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
90042026-09-01T07:59:19.686ZINFO 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 } }]Sep 01 07:59:18.387
90052026-09-01T07:59:19.686Z Sep 01 07:59:18.387DEBG Sep 01 07:59:18.387 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 } }]INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
90062026-09-01T07:59:19.686Z
90072026-09-01T07:59:19.686ZSep 01 07:59:18.387 INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Sep 01 07:59:18.387adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90082026-09-01T07:59:19.686Z
90092026-09-01T07:59:19.686Z INFOSep 01 07:59:18.387 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 01 07:59:18.387
90102026-09-01T07:59:19.686Z
90112026-09-01T07:59:19.686Z DEBG DEBGSep 01 07:59:18.387replacing 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 } }]Sep 01 07:59:18.387
90122026-09-01T07:59:19.686Z 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
90132026-09-01T07:59:19.686ZSep 01 07:59:18.387 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 } }]Sep 01 07:59:18.387 Sep 01 07:59:18.387
90142026-09-01T07:59:19.686Z INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
90152026-09-01T07:59:19.686Z
90162026-09-01T07:59:19.686Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
90172026-09-01T07:59:19.686Ztest route::tests::rollback_on_compact_delete_failure ... ok
90182026-09-01T07:59:19.686Z DEBG failed to allocate space for the new target listSep 01 07:59:18.387replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 01 07:59:18.387
90192026-09-01T07:59:19.686ZSep 01 07:59:18.387INFO
90202026-09-01T07:59:19.686Z DEBG INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Sep 01 07:59:18.387
90212026-09-01T07:59:19.686Zadding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90222026-09-01T07:59:19.686Z
90232026-09-01T07:59:19.686Z DEBGSep 01 07:59:18.387Sep 01 07:59:18.387 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90242026-09-01T07:59:19.686ZDEBGSep 01 07:59:18.387DEBG 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 } }]Sep 01 07:59:18.387
90252026-09-01T07:59:19.686ZINFOreplacing targets for 3fff:dead::/64 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 } }] DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90262026-09-01T07:59:19.686Z
90272026-09-01T07:59:19.686Z 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 } }]Sep 01 07:59:18.387Sep 01 07:59:18.387
90282026-09-01T07:59:19.686ZINFOSep 01 07:59:18.387 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBG
90292026-09-01T07:59:19.686ZWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:59:18.387
90302026-09-01T07:59:19.686ZSep 01 07:59:18.387 DEBG
90312026-09-01T07:59:19.686ZINFO adding route 172.17.0.5/32 -> 10.0.0.255
90322026-09-01T07:59:19.686Zreplacing 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 } }]
90332026-09-01T07:59:19.686ZSep 01 07:59:18.387 Sep 01 07:59:18.387INFO Sep 01 07:59:18.387adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 01 07:59:18.387
90342026-09-01T07:59:19.686ZSep 01 07:59:18.388Sep 01 07:59:18.393Sep 01 07:59:18.388 DEBG created new freemapDEBG, unitreplacing 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 } }]:
90352026-09-01T07:59:19.686Z freemap_route_ipv4DEBG
90362026-09-01T07:59:19.687Z created new freemapSep 01 07:59:18.393, unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4
90372026-09-01T07:59:19.687Z
90382026-09-01T07:59:19.687ZSep 01 07:59:18.393 INFOERRO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
90392026-09-01T07:59:19.687ZSep 01 07:59:18.393
90402026-09-01T07:59:19.687Zreplacing 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 } }]
90412026-09-01T07:59:19.687Z DEBGSep 01 07:59:18.393Sep 01 07:59:18.388 created new freemap Sep 01 07:59:18.393DEBG Sep 01 07:59:18.393DEBGINFO created new freemapERRO, adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGunit
90422026-09-01T07:59:19.687Z: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 } }]
90432026-09-01T07:59:19.687Zfreemap_route_ipv4shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
90442026-09-01T07:59:19.687Zreplacing 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 } }]
90452026-09-01T07:59:19.687ZSep 01 07:59:18.393
90462026-09-01T07:59:19.687Z Sep 01 07:59:18.393DEBG Sep 01 07:59:18.393 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 } }]DEBGINFO
90472026-09-01T07:59:19.687Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 01 07:59:18.393
90482026-09-01T07:59:19.691Z created new freemapSep 01 07:59:18.393INFO , INFOunit :Sep 01 07:59:18.393adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90492026-09-01T07:59:19.691ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv6
90502026-09-01T07:59:19.691Z
90512026-09-01T07:59:19.691Z
90522026-09-01T07:59:19.691ZSep 01 07:59:18.393 Sep 01 07:59:18.393DEBGSep 01 07:59:18.393 Sep 01 07:59:18.393 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 } }] DEBGDEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing 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 } }],
90532026-09-01T07:59:19.691Zunit
90542026-09-01T07:59:19.691Z:
90552026-09-01T07:59:19.691Z freemap_route_ipv4
90562026-09-01T07:59:19.691ZSep 01 07:59:18.393Sep 01 07:59:18.393 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90572026-09-01T07:59:19.691Z
90582026-09-01T07:59:19.691ZSep 01 07:59:18.393 INFO Sep 01 07:59:18.393adding route 172.17.0.7/32 -> 10.0.0.255 Sep 01 07:59:18.393Sep 01 07:59:18.393DEBG
90592026-09-01T07:59:19.691ZDEBG reset freemap, INFO Sep 01 07:59:18.393replacing 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 } }]
90602026-09-01T07:59:19.691ZDEBGunitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
90612026-09-01T07:59:19.691Z: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 } }]
90622026-09-01T07:59:19.691Zfreemap_route_ipv4
90632026-09-01T07:59:19.691ZSep 01 07:59:18.393 Sep 01 07:59:18.393INFO DEBGSep 01 07:59:18.393 Sep 01 07:59:18.393replacing 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 } }]
90642026-09-01T07:59:19.691ZINFO DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
90652026-09-01T07:59:19.691Z
90662026-09-01T07:59:19.691Zinitted freemap. size: 64, Sep 01 07:59:18.393unit:Sep 01 07:59:18.393 INFODEBG Sep 01 07:59:18.393freemap_route_ipv6
90672026-09-01T07:59:19.691Zreplacing 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 } }]
90682026-09-01T07:59:19.691ZDEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90692026-09-01T07:59:19.691ZSep 01 07:59:18.393
90702026-09-01T07:59:19.691Z DEBG Sep 01 07:59:18.393reset freemapSep 01 07:59:18.393, unitDEBGSep 01 07:59:18.393 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90712026-09-01T07:59:19.691Z:adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
90722026-09-01T07:59:19.691Z freemap_route_ipv6
90732026-09-01T07:59:19.691ZSep 01 07:59:18.393adding route 172.17.0.9/32 -> 10.0.0.255Sep 01 07:59:18.393 INFO
90742026-09-01T07:59:19.691ZDEBGSep 01 07:59:18.393 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 } }]INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
90752026-09-01T07:59:19.691Z Sep 01 07:59:18.393
90762026-09-01T07:59:19.691Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
90772026-09-01T07:59:19.691Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90782026-09-01T07:59:19.692ZSep 01 07:59:18.393Sep 01 07:59:18.393 DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:59:18.393
90792026-09-01T07:59:19.692Z Sep 01 07:59:18.393adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
90802026-09-01T07:59:19.692ZDEBG 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 } }]
90812026-09-01T07:59:19.692Zadding route 172.17.0.10/32 -> 10.0.0.255Sep 01 07:59:18.393
90822026-09-01T07:59:19.692ZINFOSep 01 07:59:18.393 Sep 01 07:59:18.393adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
90832026-09-01T07:59:19.692ZINFODEBGSep 01 07:59:18.393 DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
90842026-09-01T07:59:19.692Z
90852026-09-01T07:59:19.692Zreplacing 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 } }]
90862026-09-01T07:59:19.692ZSep 01 07:59:18.393 Sep 01 07:59:18.393Sep 01 07:59:18.393 DEBGINFODEBGSep 01 07:59:18.393 adding route 3fff:beef:23::/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 } }]
90872026-09-01T07:59:19.692Z
90882026-09-01T07:59:19.692ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90892026-09-01T07:59:19.692Zadding route 172.17.0.11/32 -> 10.0.0.255
90902026-09-01T07:59:19.692ZSep 01 07:59:18.393 DEBGSep 01 07:59:18.393 Sep 01 07:59:18.393INFO 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 } }]
90912026-09-01T07:59:19.692ZDEBGSep 01 07:59:18.393 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
90922026-09-01T07:59:19.692ZINFOreplacing 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 } }] Sep 01 07:59:18.393adding route 3fff:dead::/64 -> 2001:db8::55:3
90932026-09-01T07:59:19.692ZSep 01 07:59:18.393
90942026-09-01T07:59:19.692ZINFO DEBGSep 01 07:59:18.393adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
90952026-09-01T07:59:19.692ZDEBGSep 01 07:59:18.393 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90962026-09-01T07:59:19.692Z
90972026-09-01T07:59:19.692Z adding route 172.17.0.12/32 -> 10.0.0.255
90982026-09-01T07:59:19.692ZSep 01 07:59:18.393 Sep 01 07:59:18.393INFO DEBGSep 01 07:59:18.393 adding route 3fff:dead::/64 -> 2001:db8::55:4 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
90992026-09-01T07:59:19.692Z 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 } }]
91002026-09-01T07:59:19.692Z
91012026-09-01T07:59:19.692ZSep 01 07:59:18.393 INFOSep 01 07:59:18.393 Sep 01 07:59:18.393adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGINFO
91022026-09-01T07:59:19.692Z adding route 3fff:beef:25::/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 } }]
91032026-09-01T07:59:19.692ZSep 01 07:59:18.393,
91042026-09-01T07:59:19.692Z unitSep 01 07:59:18.393Sep 01 07:59:18.393 INFO DEBGDEBG Sep 01 07:59:18.393replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
91052026-09-01T07:59:19.692Z:
91062026-09-01T07:59:19.692Zadding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6
91072026-09-01T07:59:19.692Z
91082026-09-01T07:59:19.692ZDEBG replacing targets for 3fff:dead::/64 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 } }]Sep 01 07:59:18.393
91092026-09-01T07:59:19.692Ztest route::tests::rollback_on_index_readd_failure ... ok
91102026-09-01T07:59:19.692ZSep 01 07:59:18.393 Sep 01 07:59:18.393 Sep 01 07:59:18.393DEBGDEBGINFO INFO initted freemap. size: 64adding route 3fff:beef:26::/64 -> 2001:db8::55:ffSep 01 07:59:18.393 ,
91112026-09-01T07:59:19.692Zunitreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
91122026-09-01T07:59:19.692ZSep 01 07:59:18.393 WARNDEBGfreemap_route_ipv4
91132026-09-01T07:59:19.692Z
91142026-09-01T07:59:19.692Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
91152026-09-01T07:59:19.692Zreplacing 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 } }]
91162026-09-01T07:59:19.692ZSep 01 07:59:18.394Sep 01 07:59:18.394Sep 01 07:59:18.394 INFODEBG DEBG reset freemapreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 01 07:59:18.394
91172026-09-01T07:59:19.693Z adding route 172.17.0.14/32 -> 10.0.0.255, INFO
91182026-09-01T07:59:19.693Z unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff:Sep 01 07:59:18.394 freemap_route_ipv4INFO
91192026-09-01T07:59:19.693Z
91202026-09-01T07:59:19.693Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 01 07:59:18.394Sep 01 07:59:18.394Sep 01 07:59:18.394
91212026-09-01T07:59:19.693ZDEBGDEBG initted freemap. size: 64 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 } }]unit
91222026-09-01T07:59:19.693Z :replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
91232026-09-01T07:59:19.693ZSep 01 07:59:18.394
91242026-09-01T07:59:19.693Z DEBGSep 01 07:59:18.394 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 } }]
91252026-09-01T07:59:19.693Z INFOSep 01 07:59:18.394 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
91262026-09-01T07:59:19.693Z reset freemapSep 01 07:59:18.394, unitSep 01 07:59:18.394: INFOSep 01 07:59:18.394 INFOfreemap_route_ipv6DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
91272026-09-01T07:59:19.693Z
91282026-09-01T07:59:19.693Z adding route 172.17.0.15/32 -> 10.0.0.255
91292026-09-01T07:59:19.693Zreplacing 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 } }]Sep 01 07:59:18.394
91302026-09-01T07:59:19.693ZSep 01 07:59:18.394 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 01 07:59:18.394replacing 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 } }]
91312026-09-01T07:59:19.693Z
91322026-09-01T07:59:19.693ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
91332026-09-01T07:59:19.693ZSep 01 07:59:18.394 DEBGSep 01 07:59:18.394 Sep 01 07:59:18.394Sep 01 07:59:18.394replacing 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
91342026-09-01T07:59:19.693Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
91352026-09-01T07:59:19.693Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGSep 01 07:59:18.394
91362026-09-01T07:59:19.693ZINFOSep 01 07:59:18.394replacing 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 } }]
91372026-09-01T07:59:19.693Z INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
91382026-09-01T07:59:19.693ZSep 01 07:59:18.394
91392026-09-01T07:59:19.693Z Sep 01 07:59:18.394 DEBGINFO 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 } }] Sep 01 07:59:18.394
91402026-09-01T07:59:19.693ZSep 01 07:59:18.394adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG
91412026-09-01T07:59:19.693ZDEBGreplacing 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 } }] Sep 01 07:59:18.394replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91422026-09-01T07:59:19.693ZDEBG
91432026-09-01T07:59:19.693Z failed to allocate space for the new target list
91442026-09-01T07:59:19.693ZSep 01 07:59:18.394Sep 01 07:59:18.394 Sep 01 07:59:18.394INFO DEBGINFOadding route 172.17.0.17/32 -> 10.0.0.255 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 } }]Sep 01 07:59:18.394 DEBGSep 01 07:59:18.394 DEBG Sep 01 07:59:18.381 DEBGcreated new freemap ,
91452026-09-01T07:59:19.693Zunit:Sep 01 07:59:18.399created new freemap Sep 01 07:59:18.399 freemap_route_ipv4INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
91462026-09-01T07:59:19.693Z
91472026-09-01T07:59:19.693ZDEBG created new freemap
91482026-09-01T07:59:19.697ZSep 01 07:59:18.399 , DEBGunit , created new freemapunit:, :unitSep 01 07:59:18.399: Sep 01 07:59:18.394 DEBGSep 01 07:59:18.399 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
91492026-09-01T07:59:19.697Z
91502026-09-01T07:59:19.697Z created new freemap DEBGfreemap_route_ipv6 Sep 01 07:59:18.399
91512026-09-01T07:59:19.697ZSep 01 07:59:18.399 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
91522026-09-01T07:59:19.697Zfreemap_route_ipv4
91532026-09-01T07:59:19.697ZINFO, Sep 01 07:59:18.399unit Sep 01 07:59:18.399:INFO initted freemap. size: 64 , DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit
91542026-09-01T07:59:19.697Z:freemap_route_ipv4adding route 172.17.0.18/32 -> 10.0.0.255
91552026-09-01T07:59:19.697Z
91562026-09-01T07:59:19.697Zfreemap_route_ipv4Sep 01 07:59:18.400initted freemap. size: 64 , DEBG
91572026-09-01T07:59:19.697Zunit Sep 01 07:59:18.400:Sep 01 07:59:18.400Sep 01 07:59:18.400 Sep 01 07:59:18.400 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
91582026-09-01T07:59:19.697Z freemap_route_ipv4 DEBG
91592026-09-01T07:59:19.697ZDEBGcreated new freemap, Sep 01 07:59:18.400reset freemapunit, unitSep 01 07:59:18.400: :created new freemapINFO freemap_route_ipv6 DEBG
91602026-09-01T07:59:19.698Zfreemap_route_ipv4
91612026-09-01T07:59:19.698ZDEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap
91622026-09-01T07:59:19.698ZSep 01 07:59:18.400 , DEBGSep 01 07:59:18.400, Sep 01 07:59:18.400unit DEBGinitted freemap. size: 64:replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG, unitfreemap_route_ipv4
91632026-09-01T07:59:19.698Z
91642026-09-01T07:59:19.698Z: initted freemap. size: 64unitfreemap_route_ipv6Sep 01 07:59:18.400replacing 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 } }]
91652026-09-01T07:59:19.698Z,
91662026-09-01T07:59:19.698ZDEBG: Sep 01 07:59:18.400 unitinitted freemap. size: 64Sep 01 07:59:18.400, freemap_route_ipv6:unitSep 01 07:59:18.400 :
91672026-09-01T07:59:19.698ZINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff reset freemapfreemap_route_ipv6INFO
91682026-09-01T07:59:19.698Z, freemap_route_ipv4
91692026-09-01T07:59:19.698Zunitadding route 172.17.0.19/32 -> 10.0.0.255
91702026-09-01T07:59:19.698ZSep 01 07:59:18.400
91712026-09-01T07:59:19.698Z DEBG: Sep 01 07:59:18.400freemap_route_ipv6Sep 01 07:59:18.400 Sep 01 07:59:18.400
91722026-09-01T07:59:19.698Z DEBGreset freemapSep 01 07:59:18.400, Sep 01 07:59:18.400DEBGunit :reset freemapINFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1,
91732026-09-01T07:59:19.698ZunitDEBG: initted freemap. size: 64
91742026-09-01T07:59:19.698Z Sep 01 07:59:18.400replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGfreemap_route_ipv4
91752026-09-01T07:59:19.698Z INFO
91762026-09-01T07:59:19.698Zreplacing 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 } }], Sep 01 07:59:18.400
91772026-09-01T07:59:19.698Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
91782026-09-01T07:59:19.698Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 01 07:59:18.400
91792026-09-01T07:59:19.698Z unitDEBGSep 01 07:59:18.400Sep 01 07:59:18.400Sep 01 07:59:18.400 INFO Sep 01 07:59:18.400 adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
91802026-09-01T07:59:19.698Z, INFO: DEBGunitSep 01 07:59:18.400: freemap_route_ipv4
91812026-09-01T07:59:19.698ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91822026-09-01T07:59:19.698Z
91832026-09-01T07:59:19.698Z
91842026-09-01T07:59:19.698Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
91852026-09-01T07:59:19.698ZSep 01 07:59:18.400adding route 172.17.0.20/32 -> 10.0.0.255 Sep 01 07:59:18.400
91862026-09-01T07:59:19.698ZDEBGSep 01 07:59:18.400Sep 01 07:59:18.400 Sep 01 07:59:18.400 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
91872026-09-01T07:59:19.698ZINFO 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 } }] Sep 01 07:59:18.400DEBG DEBG reset freemap
91882026-09-01T07:59:19.698Z, DEBGunit :reset freemapreplacing 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.16.0.0/32 -> 10.0.0.2
91892026-09-01T07:59:19.698Z,
91902026-09-01T07:59:19.698Z freemap_route_ipv6unit
91912026-09-01T07:59:19.698Z: freemap_route_ipv4Sep 01 07:59:18.400
91922026-09-01T07:59:19.698Z Sep 01 07:59:18.400Sep 01 07:59:18.400Sep 01 07:59:18.400 INFO INFODEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
91932026-09-01T07:59:19.698ZSep 01 07:59:18.400
91942026-09-01T07:59:19.698Zadding route 172.17.0.21/32 -> 10.0.0.255
91952026-09-01T07:59:19.698Z
91962026-09-01T07:59:19.698ZDEBG Sep 01 07:59:18.400initted freemap. size: 64 Sep 01 07:59:18.400DEBGSep 01 07:59:18.400 Sep 01 07:59:18.400 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91972026-09-01T07:59:19.698Z
91982026-09-01T07:59:19.698Zreplacing 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 } }]
91992026-09-01T07:59:19.699Z
92002026-09-01T07:59:19.699Z, Sep 01 07:59:18.400Sep 01 07:59:18.400 INFOSep 01 07:59:18.400unitSep 01 07:59:18.400DEBG: replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92012026-09-01T07:59:19.699Z adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6
92022026-09-01T07:59:19.699Z
92032026-09-01T07:59:19.699ZSep 01 07:59:18.400 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO INFO
92042026-09-01T07:59:19.699ZSep 01 07:59:18.400 adding route 172.17.0.1/32 -> 10.0.0.255DEBGSep 01 07:59:18.400
92052026-09-01T07:59:19.699Zreplacing 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 } }]
92062026-09-01T07:59:19.699ZDEBGadding route 172.17.0.22/32 -> 10.0.0.255Sep 01 07:59:18.400Sep 01 07:59:18.400
92072026-09-01T07:59:19.699Z reset freemapDEBG, 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 } }]Sep 01 07:59:18.400
92082026-09-01T07:59:19.699Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92092026-09-01T07:59:19.699ZINFO Sep 01 07:59:18.400unit adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 01 07:59:18.400INFO INFO
92102026-09-01T07:59:19.699Z adding route 172.17.0.2/32 -> 10.0.0.255:
92112026-09-01T07:59:19.699Zadding route 3fff:dead::/64 -> 2001:db8::55:3
92122026-09-01T07:59:19.699Zfreemap_route_ipv6Sep 01 07:59:18.400
92132026-09-01T07:59:19.699Z Sep 01 07:59:18.400Sep 01 07:59:18.400 DEBGDEBG 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 } }]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 } }]Sep 01 07:59:18.400
92142026-09-01T07:59:19.699Z
92152026-09-01T07:59:19.699Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92162026-09-01T07:59:19.699ZSep 01 07:59:18.400 Sep 01 07:59:18.400replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
92172026-09-01T07:59:19.699Z Sep 01 07:59:18.400INFOSep 01 07:59:18.400 INFOINFO INFOadding route 172.17.0.3/32 -> 10.0.0.255Sep 01 07:59:18.400 adding route 172.16.0.0/32 -> 10.0.0.1
92182026-09-01T07:59:19.699Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
92192026-09-01T07:59:19.699Zadding route 172.17.0.23/32 -> 10.0.0.255
92202026-09-01T07:59:19.699Z
92212026-09-01T07:59:19.699ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 01 07:59:18.400Sep 01 07:59:18.400
92222026-09-01T07:59:19.699ZSep 01 07:59:18.400DEBG 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 } }] Sep 01 07:59:18.400replacing 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 } }]
92232026-09-01T07:59:19.699Z
92242026-09-01T07:59:19.699ZDEBGDEBG Sep 01 07:59:18.400replacing 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 } }]Sep 01 07:59:18.400
92252026-09-01T07:59:19.699Z DEBG Sep 01 07:59:18.400replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOINFOSep 01 07:59:18.400
92262026-09-01T07:59:19.699Z
92272026-09-01T07:59:19.699Z INFOadding route 172.17.0.4/32 -> 10.0.0.255Sep 01 07:59:18.400
92282026-09-01T07:59:19.699Z DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
92292026-09-01T07:59:19.699Z
92302026-09-01T07:59:19.699Z adding route 172.17.0.24/32 -> 10.0.0.255Sep 01 07:59:18.400
92312026-09-01T07:59:19.699Z Sep 01 07:59:18.400 Sep 01 07:59:18.400DEBG INFODEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
92322026-09-01T07:59:19.699ZSep 01 07:59:18.400Sep 01 07:59:18.400 DEBG
92332026-09-01T07:59:19.699Z 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 } }]WARNSep 01 07:59:18.400 adding route 172.16.0.0/32 -> 10.0.0.1
92342026-09-01T07:59:19.699ZSep 01 07:59:18.400INFO
92352026-09-01T07:59:19.699Z adding route 172.17.0.5/32 -> 10.0.0.255Sep 01 07:59:18.400
92362026-09-01T07:59:19.699Z INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
92372026-09-01T07:59:19.699ZSep 01 07:59:18.400 Sep 01 07:59:18.400 DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255
92382026-09-01T07:59:19.699Z
92392026-09-01T07:59:19.700ZDEBG 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.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 } }]
92402026-09-01T07:59:19.700ZSep 01 07:59:18.400
92412026-09-01T07:59:19.700Z Sep 01 07:59:18.400 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 } }]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 } }]
92422026-09-01T07:59:19.700Z
92432026-09-01T07:59:19.700Zadding route 3fff:dead::/64 -> 2001:db8::55:3Sep 01 07:59:18.400Sep 01 07:59:18.400
92442026-09-01T07:59:19.700ZSep 01 07:59:18.400INFO INFOSep 01 07:59:18.400 adding route 172.17.0.26/32 -> 10.0.0.255INFOSep 01 07:59:18.400
92452026-09-01T07:59:19.700Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 DEBG
92462026-09-01T07:59:19.700ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
92472026-09-01T07:59:19.700Z
92482026-09-01T07:59:19.704Zadding route 172.17.0.6/32 -> 10.0.0.255Sep 01 07:59:18.400
92492026-09-01T07:59:19.704Z Sep 01 07:59:18.400DEBG DEBGSep 01 07:59:18.400replacing 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 } }] Sep 01 07:59:18.400
92502026-09-01T07:59:19.704Z 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 } }]DEBGSep 01 07:59:18.400
92512026-09-01T07:59:19.704Zreplacing 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 } }]
92522026-09-01T07:59:19.704ZSep 01 07:59:18.400DEBG 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 } }]INFOSep 01 07:59:18.400 adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.27/32 -> 10.0.0.255 Sep 01 07:59:18.400
92532026-09-01T07:59:19.704Z
92542026-09-01T07:59:19.704ZINFO
92552026-09-01T07:59:19.704Z adding route 172.17.0.7/32 -> 10.0.0.255
92562026-09-01T07:59:19.704ZSep 01 07:59:18.400 INFODEBG adding route 3fff:beef:37::/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 } }]
92572026-09-01T07:59:19.704ZSep 01 07:59:18.401 DEBG Sep 01 07:59:18.400created new freemap
92582026-09-01T07:59:19.704Z, unit: freemap_route_ipv4Sep 01 07:59:18.400
92592026-09-01T07:59:19.704Z DEBGSep 01 07:59:18.406 Sep 01 07:59:18.406INFO Sep 01 07:59:18.406created new freemap , 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 } }]DEBGadding route 172.17.0.28/32 -> 10.0.0.255Sep 01 07:59:18.406
92602026-09-01T07:59:19.704Z
92612026-09-01T07:59:19.704ZINFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.2unit Sep 01 07:59:18.406 DEBGINFO:, Sep 01 07:59:18.406 DEBG
92622026-09-01T07:59:19.704Zunitadding route 172.17.0.8/32 -> 10.0.0.255:
92632026-09-01T07:59:19.704Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Sep 01 07:59:18.406freemap_route_ipv6
92642026-09-01T07:59:19.704Z
92652026-09-01T07:59:19.704Z
92662026-09-01T07:59:19.704Z
92672026-09-01T07:59:19.704ZDEBG 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 } }]
92682026-09-01T07:59:19.704ZSep 01 07:59:18.406Sep 01 07:59:18.406Sep 01 07:59:18.406Sep 01 07:59:18.406Sep 01 07:59:18.406 DEBGDEBG INFOinitted freemap. size: 64, unitadding route 172.17.0.29/32 -> 10.0.0.255:DEBGSep 01 07:59:18.406
92692026-09-01T07:59:19.704Zcreated new freemap freemap_route_ipv4 INFOINFO 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:38::/64 -> 2001:db8::55:ffSep 01 07:59:18.406,
92702026-09-01T07:59:19.704Z
92712026-09-01T07:59:19.704Zadding route 172.17.0.0/32 -> 10.0.0.255unit
92722026-09-01T07:59:19.704Z
92732026-09-01T07:59:19.704Z :Sep 01 07:59:18.406Sep 01 07:59:18.406 DEBG freemap_route_ipv6INFO
92742026-09-01T07:59:19.704Zreplacing 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 } }] Sep 01 07:59:18.406adding route 172.17.0.9/32 -> 10.0.0.255Sep 01 07:59:18.406
92752026-09-01T07:59:19.704Z
92762026-09-01T07:59:19.704ZDEBG DEBGSep 01 07:59:18.406replacing 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 } }]Sep 01 07:59:18.406
92772026-09-01T07:59:19.704Z DEBGSep 01 07:59:18.406 reset freemapSep 01 07:59:18.406initted freemap. size: 64 INFODEBG, DEBG unitINFOadding route 172.17.0.30/32 -> 10.0.0.255: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 } }]
92782026-09-01T07:59:19.704Z
92792026-09-01T07:59:19.704Z freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
92802026-09-01T07:59:19.704Z
92812026-09-01T07:59:19.704Z, unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Sep 01 07:59:18.406 Sep 01 07:59:18.406
92822026-09-01T07:59:19.705Z INFOSep 01 07:59:18.406 DEBGDEBGSep 01 07:59:18.406 Sep 01 07:59:18.406 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4initted freemap. size: 64DEBGINFO, unitadding route 172.17.0.10/32 -> 10.0.0.255
92832026-09-01T07:59:19.705Z: 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 } }]
92842026-09-01T07:59:19.705Z
92852026-09-01T07:59:19.705Zfreemap_route_ipv6
92862026-09-01T07:59:19.705Z
92872026-09-01T07:59:19.705Zadding route 172.17.0.1/32 -> 10.0.0.255Sep 01 07:59:18.406
92882026-09-01T07:59:19.705Z INFOSep 01 07:59:18.406Sep 01 07:59:18.406Sep 01 07:59:18.406Sep 01 07:59:18.406 Sep 01 07:59:18.406 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
92892026-09-01T07:59:19.705Z DEBGDEBG DEBGreset freemap replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap, , unit
92902026-09-01T07:59:19.705Zunit : Sep 01 07:59:18.406: freemap_route_ipv6Sep 01 07:59:18.406replacing 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 } }]
92912026-09-01T07:59:19.705Z
92922026-09-01T07:59:19.705Z INFODEBGINFO Sep 01 07:59:18.406 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 freemap_route_ipv4INFO
92932026-09-01T07:59:19.705Z
92942026-09-01T07:59:19.705Zadding route 3fff:dead::/64 -> 2001:db8::55:1
92952026-09-01T07:59:19.705Z
92962026-09-01T07:59:19.705ZSep 01 07:59:18.406 Sep 01 07:59:18.406 Sep 01 07:59:18.406DEBGreplacing 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 } }] DEBGSep 01 07:59:18.406 DEBG initted freemap. size: 64 Sep 01 07:59:18.406DEBG
92972026-09-01T07:59:19.705Z , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
92982026-09-01T07:59:19.705Zreplacing 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.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 } }]
92992026-09-01T07:59:19.705ZINFO
93002026-09-01T07:59:19.705Zfreemap_route_ipv6
93012026-09-01T07:59:19.705ZSep 01 07:59:18.406Sep 01 07:59:18.406 Sep 01 07:59:18.406adding route 172.17.0.2/32 -> 10.0.0.255 Sep 01 07:59:18.406INFOINFOINFOSep 01 07:59:18.406 adding route 172.17.0.12/32 -> 10.0.0.255 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
93022026-09-01T07:59:19.705Z
93032026-09-01T07:59:19.705Z
93042026-09-01T07:59:19.705Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Sep 01 07:59:18.406
93052026-09-01T07:59:19.705Z
93062026-09-01T07:59:19.705Zreset freemap DEBGSep 01 07:59:18.406, DEBGunitreplacing 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 } }] :Sep 01 07:59:18.406replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
93072026-09-01T07:59:19.705Z
93082026-09-01T07:59:19.705ZSep 01 07:59:18.406 freemap_route_ipv6DEBGDEBG Sep 01 07:59:18.406 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 } }]
93092026-09-01T07:59:19.705Ztest route::tests::same_size_non_subset_replace ... ok
93102026-09-01T07:59:19.705Ztest route::tests::rollback_on_compact_write_failure ... ok
93112026-09-01T07:59:19.705Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
93122026-09-01T07:59:19.705Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93132026-09-01T07:59:19.705Z
93142026-09-01T07:59:19.705Zadding route 172.17.0.13/32 -> 10.0.0.255
93152026-09-01T07:59:19.705ZSep 01 07:59:18.406 INFOSep 01 07:59:18.406 Sep 01 07:59:18.406 Sep 01 07:59:18.406INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
93162026-09-01T07:59:19.705Z adding route 172.16.0.0/32 -> 10.0.0.1Sep 01 07:59:18.406replacing 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 } }]
93172026-09-01T07:59:19.705ZINFOINFO
93182026-09-01T07:59:19.705Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Sep 01 07:59:18.406Sep 01 07:59:18.406
93192026-09-01T07:59:19.705ZSep 01 07:59:18.406 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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 } }]
93202026-09-01T07:59:19.705Zadding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
93212026-09-01T07:59:19.706Z
93222026-09-01T07:59:19.706ZSep 01 07:59:18.413 INFO
93232026-09-01T07:59:19.706Zadding route 172.16.0.0/32 -> 10.0.0.2
93242026-09-01T07:59:19.706ZSep 01 07:59:18.413 Sep 01 07:59:18.413DEBG Sep 01 07:59:18.413 DEBGDEBGreplacing 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 } }]
93252026-09-01T07:59:19.706Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
93262026-09-01T07:59:19.706Zreplacing 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 } }]
93272026-09-01T07:59:19.706ZSep 01 07:59:18.413 Sep 01 07:59:18.400Sep 01 07:59:18.413 INFODEBG DEBGadding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
93282026-09-01T07:59:19.706Z
93292026-09-01T07:59:19.706Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 01 07:59:18.413
93302026-09-01T07:59:19.706Z INFOSep 01 07:59:18.413 Sep 01 07:59:18.413adding route 172.17.0.15/32 -> 10.0.0.255
93312026-09-01T07:59:19.706ZDEBGSep 01 07:59:18.413 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93322026-09-01T07:59:19.706ZINFO 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
93332026-09-01T07:59:19.706Z
93342026-09-01T07:59:19.706ZSep 01 07:59:18.413Sep 01 07:59:18.413 INFO adding route 172.17.0.35/32 -> 10.0.0.255
93352026-09-01T07:59:19.706ZDEBG Sep 01 07:59:18.413Sep 01 07:59:18.413 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 } }]WARN
93362026-09-01T07:59:19.706Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG
93372026-09-01T07:59:19.706Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 01 07:59:18.413
93382026-09-01T07:59:19.706ZSep 01 07:59:18.413DEBGSep 01 07:59:18.413 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 } }]Sep 01 07:59:18.413
93392026-09-01T07:59:19.706Z DEBG DEBGadding route 172.17.0.16/32 -> 10.0.0.255
93402026-09-01T07:59:19.706Zreplacing 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 } }]Sep 01 07:59:18.413
93412026-09-01T07:59:19.706Z replacing targets for 3fff:dead::/64 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 } }]Sep 01 07:59:18.413INFO
93422026-09-01T07:59:19.706ZSep 01 07:59:18.413DEBG 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 } }]
93432026-09-01T07:59:19.706Zadding route 172.17.0.36/32 -> 10.0.0.255INFO
93442026-09-01T07:59:19.706Zadding route 172.17.0.3/32 -> 10.0.0.255
93452026-09-01T07:59:19.706ZSep 01 07:59:18.413 INFO adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 01 07:59:18.413
93462026-09-01T07:59:19.706Z
93472026-09-01T07:59:19.706Z Sep 01 07:59:18.413 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 } }]
93482026-09-01T07:59:19.710ZDEBG 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 } }]Sep 01 07:59:18.413
93492026-09-01T07:59:19.710Z INFO adding route 172.17.0.18/32 -> 10.0.0.255
93502026-09-01T07:59:19.710ZSep 01 07:59:18.413 INFO adding route 172.17.0.37/32 -> 10.0.0.255
93512026-09-01T07:59:19.710ZSep 01 07:59:18.413Sep 01 07:59:18.413 DEBGDEBG Sep 01 07:59:18.413 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 } }]
93522026-09-01T07:59:19.710Zreplacing 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
93532026-09-01T07:59:19.710Z 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 } }]
93542026-09-01T07:59:19.710ZSep 01 07:59:18.413Sep 01 07:59:18.413 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255Sep 01 07:59:18.413Sep 01 07:59:18.413adding route 172.17.0.4/32 -> 10.0.0.255
93552026-09-01T07:59:19.710ZINFO DEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93562026-09-01T07:59:19.710Z
93572026-09-01T07:59:19.710ZSep 01 07:59:18.413
93582026-09-01T07:59:19.710Z DEBG Sep 01 07:59:18.413replacing 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 } }] Sep 01 07:59:18.413DEBG
93592026-09-01T07:59:19.710Z Sep 01 07:59:18.413 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 } }]DEBG
93602026-09-01T07:59:19.710Zfailed to allocate space for the new target list
93612026-09-01T07:59:19.710Zreplacing 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 } }]Sep 01 07:59:18.413
93622026-09-01T07:59:19.711Z INFOSep 01 07:59:18.413 Sep 01 07:59:18.413 adding route 172.17.0.20/32 -> 10.0.0.255Sep 01 07:59:18.413DEBG
93632026-09-01T07:59:19.711ZINFO adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
93642026-09-01T07:59:19.711Z
93652026-09-01T07:59:19.711Z Sep 01 07:59:18.413INFO Sep 01 07:59:18.413DEBG 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
93662026-09-01T07:59:19.711Zadding route 172.17.0.5/32 -> 10.0.0.255 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93672026-09-01T07:59:19.711Z
93682026-09-01T07:59:19.711ZSep 01 07:59:18.413 INFOSep 01 07:59:18.413 Sep 01 07:59:18.413adding route 172.17.0.21/32 -> 10.0.0.255
93692026-09-01T07:59:19.711ZINFODEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
93702026-09-01T07:59:19.711Z
93712026-09-01T07:59:19.711ZSep 01 07:59:18.413 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 } }]Sep 01 07:59:18.413
93722026-09-01T07:59:19.711Z Sep 01 07:59:18.413INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBGSep 01 07:59:18.413
93732026-09-01T07:59:19.711Z INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
93742026-09-01T07:59:19.711Z
93752026-09-01T07:59:19.711ZSep 01 07:59:18.413 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 } }]Sep 01 07:59:18.413
93762026-09-01T07:59:19.711Z Sep 01 07:59:18.413DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93772026-09-01T07:59:19.711Zadding route 172.17.0.41/32 -> 10.0.0.255Sep 01 07:59:18.413
93782026-09-01T07:59:19.711Z INFO adding route 172.17.0.7/32 -> 10.0.0.255
93792026-09-01T07:59:19.711ZSep 01 07:59:18.413 Sep 01 07:59:18.413INFO Sep 01 07:59:18.413adding route 172.17.0.23/32 -> 10.0.0.255DEBG
93802026-09-01T07:59:19.711Z 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 } }]
93812026-09-01T07:59:19.711ZDEBG 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 } }]Sep 01 07:59:18.413
93822026-09-01T07:59:19.711Z Sep 01 07:59:18.413DEBG INFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93832026-09-01T07:59:19.711Zadding route 172.17.0.42/32 -> 10.0.0.255Sep 01 07:59:18.413
93842026-09-01T07:59:19.711Z INFOSep 01 07:59:18.413 adding route 172.17.0.8/32 -> 10.0.0.255Sep 01 07:59:18.413
93852026-09-01T07:59:19.711ZINFO DEBG adding route 172.17.0.24/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 } }]
93862026-09-01T07:59:19.711Z
93872026-09-01T07:59:19.711ZSep 01 07:59:18.413 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 } }]Sep 01 07:59:18.413
93882026-09-01T07:59:19.711Z Sep 01 07:59:18.413INFO DEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93892026-09-01T07:59:19.711Z
93902026-09-01T07:59:19.711ZSep 01 07:59:18.413Sep 01 07:59:18.413 Sep 01 07:59:18.413DEBG INFO 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 } }]
93912026-09-01T07:59:19.711Zadding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
93922026-09-01T07:59:19.711Z
93932026-09-01T07:59:19.711ZSep 01 07:59:18.413 Sep 01 07:59:18.413INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255 Sep 01 07:59:18.413replacing 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 } }]
93942026-09-01T07:59:19.711ZDEBG
93952026-09-01T07:59:19.711Zreplacing 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 } }]
93962026-09-01T07:59:19.711ZSep 01 07:59:18.413Sep 01 07:59:18.413 Sep 01 07:59:18.413 INFODEBG adding route 172.17.0.26/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 } }]INFO
93972026-09-01T07:59:19.711Z
93982026-09-01T07:59:19.711Z adding route 172.17.0.10/32 -> 10.0.0.255
93992026-09-01T07:59:19.711ZSep 01 07:59:18.413Sep 01 07:59:18.413 Sep 01 07:59:18.413DEBG 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 } }]
94002026-09-01T07:59:19.711Zreplacing 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
94012026-09-01T07:59:19.712Z adding route 172.17.0.45/32 -> 10.0.0.255
94022026-09-01T07:59:19.712ZSep 01 07:59:18.413Sep 01 07:59:18.413 Sep 01 07:59:18.413INFO INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255
94032026-09-01T07:59:19.712Zreplacing 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.27/32 -> 10.0.0.255
94042026-09-01T07:59:19.712Z
94052026-09-01T07:59:19.712ZSep 01 07:59:18.413 DEBGSep 01 07:59:18.413Sep 01 07:59:18.413 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO
94062026-09-01T07:59:19.712Z adding route 172.17.0.46/32 -> 10.0.0.255
94072026-09-01T07:59:19.712Zreplacing 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 } }]
94082026-09-01T07:59:19.712ZSep 01 07:59:18.413 INFOSep 01 07:59:18.413 Sep 01 07:59:18.413DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
94092026-09-01T07:59:19.712Z
94102026-09-01T07:59:19.712Ztest route::tests::shrink_preserves_compacted_order ... ok
94112026-09-01T07:59:19.712Z adding route 172.17.0.28/32 -> 10.0.0.255
94122026-09-01T07:59:19.712ZSep 01 07:59:18.413Sep 01 07:59:18.413 Sep 01 07:59:18.413 DEBGINFODEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
94132026-09-01T07:59:19.712Z
94142026-09-01T07:59:19.712Zadding route 172.17.0.47/32 -> 10.0.0.255
94152026-09-01T07:59:19.712ZSep 01 07:59:18.413 Sep 01 07:59:18.413Sep 01 07:59:18.413INFO INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
94162026-09-01T07:59:19.712Ztest route::tests::add_target_fails_full ... ok
94172026-09-01T07:59:19.712Zadding route 172.17.0.13/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 } }]
94182026-09-01T07:59:19.712Z
94192026-09-01T07:59:19.712ZSep 01 07:59:18.413Sep 01 07:59:18.413Sep 01 07:59:18.413 INFODEBGDEBG adding route 172.17.0.48/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
94202026-09-01T07:59:19.712Z
94212026-09-01T07:59:19.712Z
94222026-09-01T07:59:19.712ZSep 01 07:59:18.413Sep 01 07:59:18.413 Sep 01 07:59:18.413INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255 INFO Sep 01 07:59:18.414adding route 172.17.0.14/32 -> 10.0.0.255Sep 01 07:59:18.414
94232026-09-01T07:59:19.712ZSep 01 07:59:18.414
94242026-09-01T07:59:19.712Z DEBGDEBG Sep 01 07:59:18.419created new freemap DEBG created new freemapcreated new freemapDEBG, unit, 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 } }]
94252026-09-01T07:59:19.712Z, Sep 01 07:59:18.419 INFOunitunit: freemap_route_ipv4 adding route 172.17.0.15/32 -> 10.0.0.255
94262026-09-01T07:59:19.712Z
94272026-09-01T07:59:19.712Z: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 } }]Sep 01 07:59:18.419 freemap_route_ipv4
94282026-09-01T07:59:19.712Z DEBG Sep 01 07:59:18.419created new freemap , DEBG
94292026-09-01T07:59:19.712Z unitreplacing 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 } }]:
94302026-09-01T07:59:19.712ZSep 01 07:59:18.419freemap_route_ipv6
94312026-09-01T07:59:19.712ZINFO adding route 172.17.0.49/32 -> 10.0.0.255Sep 01 07:59:18.419
94322026-09-01T07:59:19.712Z Sep 01 07:59:18.419DEBG Sep 01 07:59:18.419DEBG created new freemapINFO, unitSep 01 07:59:18.419initted freemap. size: 64 adding route 172.17.0.16/32 -> 10.0.0.255,
94332026-09-01T07:59:19.712ZDEBGunit: 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 } }] :
94342026-09-01T07:59:19.712Zfreemap_route_ipv4
94352026-09-01T07:59:19.712ZSep 01 07:59:18.419freemap_route_ipv6
94362026-09-01T07:59:19.712ZDEBGSep 01 07:59:18.419Sep 01 07:59:18.419 INFO DEBG Sep 01 07:59:18.419adding route 172.17.0.50/32 -> 10.0.0.255
94372026-09-01T07:59:19.712Z 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 } }] reset freemap
94382026-09-01T07:59:19.712Zinitted freemap. size: 64, unit, :unit :Sep 01 07:59:18.419 freemap_route_ipv4Sep 01 07:59:18.419freemap_route_ipv4
94392026-09-01T07:59:19.712Z DEBG
94402026-09-01T07:59:19.712ZINFOSep 01 07:59:18.419replacing 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 } }]
94412026-09-01T07:59:19.713ZDEBG adding route 172.17.0.17/32 -> 10.0.0.255 initted freemap. size: 64
94422026-09-01T07:59:19.713Z, unitSep 01 07:59:18.419: DEBG Sep 01 07:59:18.419freemap_route_ipv6
94432026-09-01T07:59:19.713ZSep 01 07:59:18.419INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255reset freemap
94442026-09-01T07:59:19.713Z, unitreplacing 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 } }]:
94452026-09-01T07:59:19.713ZSep 01 07:59:18.419 DEBGfreemap_route_ipv4Sep 01 07:59:18.419 reset freemap
94462026-09-01T07:59:19.713Z, unitSep 01 07:59:18.419DEBG :INFOSep 01 07:59:18.419 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 } }]freemap_route_ipv6
94472026-09-01T07:59:19.713Z adding route 172.17.0.18/32 -> 10.0.0.255
94482026-09-01T07:59:19.717ZDEBG
94492026-09-01T07:59:19.717Z initted freemap. size: 64, Sep 01 07:59:18.419unit :INFOSep 01 07:59:18.419 freemap_route_ipv6Sep 01 07:59:18.419INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.52/32 -> 10.0.0.255
94502026-09-01T07:59:19.717Z
94512026-09-01T07:59:19.717ZDEBG
94522026-09-01T07:59:19.717Zreplacing 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 } }]
94532026-09-01T07:59:19.717ZSep 01 07:59:18.419Sep 01 07:59:18.419 DEBG Sep 01 07:59:18.419replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Sep 01 07:59:18.419DEBG
94542026-09-01T07:59:19.717ZDEBG 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 } }]
94552026-09-01T07:59:19.717ZINFOreset freemap, Sep 01 07:59:18.419 Sep 01 07:59:18.419INFOunit adding route 172.17.0.19/32 -> 10.0.0.255:INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
94562026-09-01T07:59:19.717Z
94572026-09-01T07:59:19.717Z adding route 172.17.0.53/32 -> 10.0.0.255freemap_route_ipv6
94582026-09-01T07:59:19.717Z
94592026-09-01T07:59:19.717ZSep 01 07:59:18.419Sep 01 07:59:18.419 DEBG DEBGSep 01 07:59:18.419replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOSep 01 07:59:18.419
94602026-09-01T07:59:19.717Z
94612026-09-01T07:59:19.717Zadding route 172.16.0.0/32 -> 10.0.0.1 DEBG
94622026-09-01T07:59:19.717Z 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 } }]Sep 01 07:59:18.419Sep 01 07:59:18.419
94632026-09-01T07:59:19.717ZSep 01 07:59:18.419 INFO DEBGINFOadding route 172.17.0.20/32 -> 10.0.0.255
94642026-09-01T07:59:19.717Z Sep 01 07:59:18.419 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
94652026-09-01T07:59:19.717Z
94662026-09-01T07:59:19.717ZSep 01 07:59:18.419 DEBGadding route 172.17.0.54/32 -> 10.0.0.255Sep 01 07:59:18.419
94672026-09-01T07:59:19.717Z DEBGSep 01 07:59:18.419 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 } }]
94682026-09-01T07:59:19.717Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
94692026-09-01T07:59:19.717ZINFO Sep 01 07:59:18.419adding route 172.16.0.0/32 -> 10.0.0.2
94702026-09-01T07:59:19.717ZDEBGSep 01 07:59:18.419Sep 01 07:59:18.419 INFOINFOreplacing 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 } }]
94712026-09-01T07:59:19.717Zadding route 3fff:dead::/64 -> 2001:db8::55:4
94722026-09-01T07:59:19.717Zadding route 172.17.0.21/32 -> 10.0.0.255
94732026-09-01T07:59:19.717ZSep 01 07:59:18.419 Sep 01 07:59:18.419Sep 01 07:59:18.419DEBG Sep 01 07:59:18.419 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
94742026-09-01T07:59:19.717Z
94752026-09-01T07:59:19.717ZDEBG 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 } }]
94762026-09-01T07:59:19.717Z
94772026-09-01T07:59:19.717ZSep 01 07:59:18.419Sep 01 07:59:18.419 DEBGINFOSep 01 07:59:18.419Sep 01 07:59:18.419 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 } }]
94782026-09-01T07:59:19.717Z adding route 172.16.0.0/32 -> 10.0.0.3DEBGINFO
94792026-09-01T07:59:19.717Z adding route 172.17.0.22/32 -> 10.0.0.255Sep 01 07:59:18.419
94802026-09-01T07:59:19.718ZSep 01 07:59:18.419 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
94812026-09-01T07:59:19.718Zadding route 172.17.0.56/32 -> 10.0.0.255Sep 01 07:59:18.419
94822026-09-01T07:59:19.718Z
94832026-09-01T07:59:19.718ZDEBG Sep 01 07:59:18.419replacing 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 } }]
94842026-09-01T07:59:19.718ZDEBG 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 } }]Sep 01 07:59:18.419
94852026-09-01T07:59:19.718Z INFO adding route 172.16.0.0/32 -> 10.0.0.4
94862026-09-01T07:59:19.718ZSep 01 07:59:18.419Sep 01 07:59:18.419 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
94872026-09-01T07:59:19.718Z
94882026-09-01T07:59:19.718ZSep 01 07:59:18.419 DEBGSep 01 07:59:18.419 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
94892026-09-01T07:59:19.718Z 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 } }]Sep 01 07:59:18.419
94902026-09-01T07:59:19.718Z DEBGSep 01 07:59:18.419 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.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 } }]
94912026-09-01T07:59:19.718ZSep 01 07:59:18.414Sep 01 07:59:18.419 DEBGINFO created new freemapadding route 172.17.0.58/32 -> 10.0.0.255
94922026-09-01T07:59:19.718Zreplacing 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 } }],
94932026-09-01T07:59:19.718Zunit:Sep 01 07:59:18.419 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 } }]
94942026-09-01T07:59:19.718Z freemap_route_ipv4
94952026-09-01T07:59:19.718ZSep 01 07:59:18.419Sep 01 07:59:18.419 INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255
94962026-09-01T07:59:19.718Zadding route 172.17.0.24/32 -> 10.0.0.255Sep 01 07:59:18.419
94972026-09-01T07:59:19.718Z Sep 01 07:59:18.419Sep 01 07:59:18.419 DEBGDEBG 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 } }] 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 } }]
94982026-09-01T07:59:19.718Zcreated new freemap
94992026-09-01T07:59:19.718Z, unit: Sep 01 07:59:18.419freemap_route_ipv6Sep 01 07:59:18.419Sep 01 07:59:18.419
95002026-09-01T07:59:19.718Z INFOINFO 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 } }]adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
95012026-09-01T07:59:19.718ZSep 01 07:59:18.419
95022026-09-01T07:59:19.718Z DEBG
95032026-09-01T07:59:19.718Z initted freemap. size: 64Sep 01 07:59:18.419 , DEBGunitSep 01 07:59:18.419: DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 01 07:59:18.419freemap_route_ipv4
95042026-09-01T07:59:19.718Z
95052026-09-01T07:59:19.718ZINFO 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 } }]Sep 01 07:59:18.419adding route 172.17.0.31/32 -> 10.0.0.255
95062026-09-01T07:59:19.718ZINFO
95072026-09-01T07:59:19.718Z Sep 01 07:59:18.419adding route 172.17.0.61/32 -> 10.0.0.255 DEBG
95082026-09-01T07:59:19.718Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
95092026-09-01T07:59:19.718Z Sep 01 07:59:18.419 reset freemapSep 01 07:59:18.419, unitDEBGSep 01 07:59:18.419INFO : adding route 172.17.0.26/32 -> 10.0.0.255DEBG
95102026-09-01T07:59:19.718Z 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.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 } }]
95112026-09-01T07:59:19.718Z
95122026-09-01T07:59:19.718Z freemap_route_ipv4Sep 01 07:59:18.419
95132026-09-01T07:59:19.718ZSep 01 07:59:18.419 INFODEBG Sep 01 07:59:18.419 adding route 172.17.0.62/32 -> 10.0.0.255Sep 01 07:59:18.419
95142026-09-01T07:59:19.718Zreplacing 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 } }]
95152026-09-01T07:59:19.718Z INFODEBGSep 01 07:59:18.419 adding route 172.17.0.32/32 -> 10.0.0.255initted freemap. size: 64
95162026-09-01T07:59:19.718ZDEBG 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 } }], Sep 01 07:59:18.419
95172026-09-01T07:59:19.718ZSep 01 07:59:18.419unit :DEBG Sep 01 07:59:18.419replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 INFOINFO
95182026-09-01T07:59:19.718Zadding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
95192026-09-01T07:59:19.718Z
95202026-09-01T07:59:19.719Z
95212026-09-01T07:59:19.719ZSep 01 07:59:18.420Sep 01 07:59:18.420Sep 01 07:59:18.420 Sep 01 07:59:18.420INFO DEBGDEBG DEBGreplacing 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.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 } }]
95222026-09-01T07:59:19.719Zadding route 172.17.0.33/32 -> 10.0.0.255
95232026-09-01T07:59:19.719Zreset freemap,
95242026-09-01T07:59:19.719ZunitSep 01 07:59:18.420: DEBG Sep 01 07:59:18.420 freemap_route_ipv6failed to allocate space for the new target listSep 01 07:59:18.420
95252026-09-01T07:59:19.719Z
95262026-09-01T07:59:19.719ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
95272026-09-01T07:59:19.719ZDEBGSep 01 07:59:18.420 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95282026-09-01T07:59:19.719ZSep 01 07:59:18.420replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Sep 01 07:59:18.420DEBG
95292026-09-01T07:59:19.719Z INFOSep 01 07:59:18.420replacing 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 } }]
95302026-09-01T07:59:19.719ZINFO Sep 01 07:59:18.420adding route 172.16.0.0/32 -> 10.0.0.1
95312026-09-01T07:59:19.719Z adding route 172.17.0.34/32 -> 10.0.0.255DEBG
95322026-09-01T07:59:19.719Zfailed to allocate space for the new target list
95332026-09-01T07:59:19.719ZSep 01 07:59:18.420 DEBGSep 01 07:59:18.420 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 } }]Sep 01 07:59:18.420DEBG
95342026-09-01T07:59:19.719Z 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 } }] adding route 172.17.0.29/32 -> 10.0.0.255
95352026-09-01T07:59:19.719Z
95362026-09-01T07:59:19.719Z: freemap_route_ipv4
95372026-09-01T07:59:19.719ZSep 01 07:59:18.425Sep 01 07:59:18.425 Sep 01 07:59:18.425 INFODEBGDEBG adding route 172.17.0.35/32 -> 10.0.0.255 created new freemapreplacing 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 } }],
95382026-09-01T07:59:19.719Zunit
95392026-09-01T07:59:19.719Z: freemap_route_ipv6
95402026-09-01T07:59:19.719ZSep 01 07:59:18.425Sep 01 07:59:18.425 Sep 01 07:59:18.425INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
95412026-09-01T07:59:19.719Zinitted freemap. size: 64 , DEBGunit :Sep 01 07:59:18.425 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 } }]freemap_route_ipv4
95422026-09-01T07:59:19.719Z
95432026-09-01T07:59:19.719ZDEBG Sep 01 07:59:18.425 Sep 01 07:59:18.425INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
95442026-09-01T07:59:19.719Zreset freemapreplacing 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 } }],
95452026-09-01T07:59:19.719ZunitSep 01 07:59:18.426: DEBGfreemap_route_ipv4Sep 01 07:59:18.426
95462026-09-01T07:59:19.719Zreplacing 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 } }]
95472026-09-01T07:59:19.719ZINFO adding route 172.17.0.31/32 -> 10.0.0.255Sep 01 07:59:18.426 DEBGSep 01 07:59:18.426 initted freemap. size: 64
95482026-09-01T07:59:19.723Z, unitINFO: adding route 172.17.0.37/32 -> 10.0.0.255freemap_route_ipv6Sep 01 07:59:18.426
95492026-09-01T07:59:19.723Z
95502026-09-01T07:59:19.723Z DEBGSep 01 07:59:18.426 Sep 01 07:59:18.420DEBGSep 01 07:59:18.426 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 } }]
95512026-09-01T07:59:19.723Zreplacing 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 } }]
95522026-09-01T07:59:19.723ZDEBG reset freemapSep 01 07:59:18.426DEBG INFOSep 01 07:59:18.426, created new freemapunit : , INFO unitadding route 172.17.0.38/32 -> 10.0.0.255:
95532026-09-01T07:59:19.723Zfreemap_route_ipv6 freemap_route_ipv4
95542026-09-01T07:59:19.723Z
95552026-09-01T07:59:19.723ZSep 01 07:59:18.426 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
95562026-09-01T07:59:19.723Z 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 } }]Sep 01 07:59:18.426Sep 01 07:59:18.426
95572026-09-01T07:59:19.723Z Sep 01 07:59:18.426 DEBGINFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.1 , DEBGSep 01 07:59:18.426unit :INFO
95582026-09-01T07:59:19.723Z freemap_route_ipv6replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
95592026-09-01T07:59:19.723Z
95602026-09-01T07:59:19.723Z
95612026-09-01T07:59:19.723ZSep 01 07:59:18.426 Sep 01 07:59:18.426DEBGSep 01 07:59:18.426 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
95622026-09-01T07:59:19.723ZDEBGINFOSep 01 07:59:18.426 initted freemap. size: 64 DEBG, unit:adding route 172.17.0.33/32 -> 10.0.0.255
95632026-09-01T07:59:19.723Zreplacing 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 } }]freemap_route_ipv4
95642026-09-01T07:59:19.723ZSep 01 07:59:18.426
95652026-09-01T07:59:19.723Z INFO adding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:59:18.426
95662026-09-01T07:59:19.723ZSep 01 07:59:18.426 DEBGINFO Sep 01 07:59:18.426Sep 01 07:59:18.426 reset freemapadding route 172.17.0.40/32 -> 10.0.0.255,
95672026-09-01T07:59:19.724ZunitDEBG :replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95682026-09-01T07:59:19.724Z Sep 01 07:59:18.426replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] freemap_route_ipv4
95692026-09-01T07:59:19.724ZDEBG
95702026-09-01T07:59:19.724Z 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 } }]Sep 01 07:59:18.426
95712026-09-01T07:59:19.724Z INFO Sep 01 07:59:18.426adding route 172.17.0.34/32 -> 10.0.0.255
95722026-09-01T07:59:19.724ZINFOSep 01 07:59:18.426Sep 01 07:59:18.426 DEBGSep 01 07:59:18.420 Sep 01 07:59:18.426 INFOadding route 172.16.0.0/32 -> 10.0.0.3INFO initted freemap. size: 64
95732026-09-01T07:59:19.724Z DEBGadding route 172.17.0.41/32 -> 10.0.0.255,
95742026-09-01T07:59:19.724Z unitreplacing 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.16.0.0/32 -> 10.0.0.1Sep 01 07:59:18.426
95752026-09-01T07:59:19.724Z
95762026-09-01T07:59:19.724Zfreemap_route_ipv6 DEBG
95772026-09-01T07:59:19.724Z 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 } }]Sep 01 07:59:18.426
95782026-09-01T07:59:19.724ZSep 01 07:59:18.426 Sep 01 07:59:18.426INFO Sep 01 07:59:18.426DEBG DEBGDEBGSep 01 07:59:18.426 reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }], 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 } }]INFOunit
95792026-09-01T07:59:19.724Z:adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
95802026-09-01T07:59:19.724Zfreemap_route_ipv6
95812026-09-01T07:59:19.724ZSep 01 07:59:18.426
95822026-09-01T07:59:19.724Z
95832026-09-01T07:59:19.724ZSep 01 07:59:18.426 DEBG INFOSep 01 07:59:18.426replacing 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 } }]Sep 01 07:59:18.426
95842026-09-01T07:59:19.724Z DEBGadding route 172.16.0.0/32 -> 10.0.0.4
95852026-09-01T07:59:19.724Z Sep 01 07:59:18.426replacing 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
95862026-09-01T07:59:19.724Z Sep 01 07:59:18.426 adding route 172.16.0.0/32 -> 10.0.0.1INFODEBG
95872026-09-01T07:59:19.724ZSep 01 07:59:18.426 Sep 01 07:59:18.426 adding route 172.16.0.0/32 -> 10.0.0.1
95882026-09-01T07:59:19.724ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
95892026-09-01T07:59:19.724ZINFO adding route 172.17.0.43/32 -> 10.0.0.255Sep 01 07:59:18.426Sep 01 07:59:18.426
95902026-09-01T07:59:19.724Z DEBG adding route 172.17.0.36/32 -> 10.0.0.255Sep 01 07:59:18.426
95912026-09-01T07:59:19.724Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Sep 01 07:59:18.426DEBG
95922026-09-01T07:59:19.724Z INFODEBG Sep 01 07:59:18.426replacing 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 } }]
95932026-09-01T07:59:19.724Zadding route 172.17.0.0/32 -> 10.0.0.255 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 } }]DEBG
95942026-09-01T07:59:19.724Z
95952026-09-01T07:59:19.724Z Sep 01 07:59:18.426 INFO Sep 01 07:59:18.426adding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:59:18.426
95962026-09-01T07:59:19.724Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95972026-09-01T07:59:19.724ZDEBG Sep 01 07:59:18.426INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95982026-09-01T07:59:19.724Z Sep 01 07:59:18.426 adding route 172.16.0.0/32 -> 10.0.0.2Sep 01 07:59:18.426adding route 172.17.0.44/32 -> 10.0.0.255
95992026-09-01T07:59:19.724Z
96002026-09-01T07:59:19.724Z Sep 01 07:59:18.426DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
96012026-09-01T07:59:19.724ZINFOSep 01 07:59:18.426
96022026-09-01T07:59:19.724Z Sep 01 07:59:18.426 Sep 01 07:59:18.426 adding route 172.17.0.37/32 -> 10.0.0.255DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 01 07:59:18.426
96032026-09-01T07:59:19.724Z DEBG
96042026-09-01T07:59:19.724Z adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
96052026-09-01T07:59:19.724Z Sep 01 07:59:18.426
96062026-09-01T07:59:19.725Z 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 } }]Sep 01 07:59:18.426
96072026-09-01T07:59:19.725ZINFO DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
96082026-09-01T07:59:19.725ZSep 01 07:59:18.426Sep 01 07:59:18.426
96092026-09-01T07:59:19.725ZSep 01 07:59:18.426 INFO INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96102026-09-01T07:59:19.725ZSep 01 07:59:18.426
96112026-09-01T07:59:19.725Z
96122026-09-01T07:59:19.725ZINFOSep 01 07:59:18.426 adding route 172.16.0.0/32 -> 10.0.0.4 DEBG
96132026-09-01T07:59:19.725Z Sep 01 07:59:18.426Sep 01 07:59:18.426Sep 01 07:59:18.426replacing 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 } }] DEBGSep 01 07:59:18.426
96142026-09-01T07:59:19.725ZINFO adding route 172.17.0.38/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 } }]DEBG
96152026-09-01T07:59:19.725Z DEBGSep 01 07:59:18.426
96162026-09-01T07:59:19.725Z INFO adding route 172.17.0.1/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 } }]Sep 01 07:59:18.426
96172026-09-01T07:59:19.725ZSep 01 07:59:18.426 INFODEBG
96182026-09-01T07:59:19.725Zadding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
96192026-09-01T07:59:19.725Zreplacing 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 } }]
96202026-09-01T07:59:19.725Z
96212026-09-01T07:59:19.725ZSep 01 07:59:18.426 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 } }]Sep 01 07:59:18.426
96222026-09-01T07:59:19.725ZSep 01 07:59:18.426 INFOSep 01 07:59:18.426 Sep 01 07:59:18.426 adding route 172.17.0.46/32 -> 10.0.0.255 DEBG
96232026-09-01T07:59:19.725ZINFODEBG Sep 01 07:59:18.426replacing 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 } }]
96242026-09-01T07:59:19.725Z Sep 01 07:59:18.426adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
96252026-09-01T07:59:19.725ZINFO
96262026-09-01T07:59:19.725ZDEBG Sep 01 07:59:18.426 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 } }]
96272026-09-01T07:59:19.725ZINFOadding route 172.17.0.2/32 -> 10.0.0.255
96282026-09-01T07:59:19.725Zadding route 172.17.0.4/32 -> 10.0.0.255Sep 01 07:59:18.426 DEBG
96292026-09-01T07:59:19.725Z 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 } }]
96302026-09-01T07:59:19.725ZSep 01 07:59:18.426Sep 01 07:59:18.426 Sep 01 07:59:18.426Sep 01 07:59:18.426DEBG INFO DEBGINFO 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.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.40/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
96312026-09-01T07:59:19.725Z
96322026-09-01T07:59:19.725Z
96332026-09-01T07:59:19.725Z
96342026-09-01T07:59:19.725ZSep 01 07:59:18.426Sep 01 07:59:18.426Sep 01 07:59:18.426 INFO Sep 01 07:59:18.426 DEBGadding route 172.17.0.3/32 -> 10.0.0.255DEBG
96352026-09-01T07:59:19.725Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96362026-09-01T07:59:19.725Z Sep 01 07:59:18.426adding route 172.17.0.5/32 -> 10.0.0.255
96372026-09-01T07:59:19.725ZDEBG 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.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 } }]Sep 01 07:59:18.426
96382026-09-01T07:59:19.725Z INFO
96392026-09-01T07:59:19.725ZSep 01 07:59:18.426 adding route 172.17.0.41/32 -> 10.0.0.255
96402026-09-01T07:59:19.725ZDEBG 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 } }]
96412026-09-01T07:59:19.725ZSep 01 07:59:18.426Sep 01 07:59:18.426 INFOSep 01 07:59:18.426 Sep 01 07:59:18.432DEBG 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.48/32 -> 10.0.0.255INFO
96422026-09-01T07:59:19.725Z adding route 172.17.0.6/32 -> 10.0.0.255
96432026-09-01T07:59:19.725Z
96442026-09-01T07:59:19.725ZSep 01 07:59:18.432 Sep 01 07:59:18.432DEBGSep 01 07:59:18.432 DEBGINFOreplacing 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 } }]
96452026-09-01T07:59:19.725Zreplacing 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 } }]
96462026-09-01T07:59:19.726Z adding route 172.17.0.42/32 -> 10.0.0.255Sep 01 07:59:18.432
96472026-09-01T07:59:19.726Z INFO adding route 172.17.0.49/32 -> 10.0.0.255Sep 01 07:59:18.432Sep 01 07:59:18.432
96482026-09-01T07:59:19.729Z 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 } }]
96492026-09-01T07:59:19.729Zadding route 172.17.0.7/32 -> 10.0.0.255Sep 01 07:59:18.432
96502026-09-01T07:59:19.729ZDEBG Sep 01 07:59:18.432replacing 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 } }]
96512026-09-01T07:59:19.730ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
96522026-09-01T07:59:19.730ZSep 01 07:59:18.432 Sep 01 07:59:18.432INFO Sep 01 07:59:18.432DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96532026-09-01T07:59:19.730Z
96542026-09-01T07:59:19.730Z 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 } }]
96552026-09-01T07:59:19.730ZSep 01 07:59:18.432 INFO adding route 172.17.0.8/32 -> 10.0.0.255Sep 01 07:59:18.432
96562026-09-01T07:59:19.730Z INFOSep 01 07:59:18.432 adding route 172.17.0.44/32 -> 10.0.0.255Sep 01 07:59:18.432DEBG
96572026-09-01T07:59:19.730Z 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
96582026-09-01T07:59:19.730Z 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 } }]Sep 01 07:59:18.432
96592026-09-01T07:59:19.730Z 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 } }]
96602026-09-01T07:59:19.730ZSep 01 07:59:18.432 INFO Sep 01 07:59:18.432Sep 01 07:59:18.432adding route 172.17.0.9/32 -> 10.0.0.255
96612026-09-01T07:59:19.730ZINFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
96622026-09-01T07:59:19.730Z
96632026-09-01T07:59:19.730ZSep 01 07:59:18.432Sep 01 07:59:18.432Sep 01 07:59:18.432 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 } }]DEBG
96642026-09-01T07:59:19.730Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96652026-09-01T07:59:19.730Z
96662026-09-01T07:59:19.730ZSep 01 07:59:18.432 INFOSep 01 07:59:18.432 adding route 172.17.0.52/32 -> 10.0.0.255INFO
96672026-09-01T07:59:19.730Z adding route 172.17.0.10/32 -> 10.0.0.255Sep 01 07:59:18.432
96682026-09-01T07:59:19.730Z INFOSep 01 07:59:18.432 adding route 172.17.0.46/32 -> 10.0.0.255DEBGSep 01 07:59:18.432
96692026-09-01T07:59:19.730Z 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 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 } }]
96702026-09-01T07:59:19.730Z
96712026-09-01T07:59:19.730ZSep 01 07:59:18.432 DEBGSep 01 07:59:18.432Sep 01 07:59:18.432 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255
96722026-09-01T07:59:19.730Zreplacing 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.53/32 -> 10.0.0.255
96732026-09-01T07:59:19.730Z
96742026-09-01T07:59:19.730ZSep 01 07:59:18.432 Sep 01 07:59:18.432DEBG Sep 01 07:59:18.432DEBG 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 } }]
96752026-09-01T07:59:19.730Z 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.47/32 -> 10.0.0.255
96762026-09-01T07:59:19.730Z
96772026-09-01T07:59:19.730ZSep 01 07:59:18.432 Sep 01 07:59:18.432INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255
96782026-09-01T07:59:19.730ZSep 01 07:59:18.432replacing 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 } }]
96792026-09-01T07:59:19.730ZINFOSep 01 07:59:18.432 DEBGadding route 172.17.0.12/32 -> 10.0.0.255
96802026-09-01T07:59:19.730Zreplacing 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 } }]Sep 01 07:59:18.432
96812026-09-01T07:59:19.730Z INFO adding route 172.17.0.48/32 -> 10.0.0.255Sep 01 07:59:18.432
96822026-09-01T07:59:19.730Z 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 } }]
96832026-09-01T07:59:19.730ZSep 01 07:59:18.432 Sep 01 07:59:18.432DEBG Sep 01 07:59:18.432INFO INFOadding route 172.17.0.55/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 } }]
96842026-09-01T07:59:19.730Z
96852026-09-01T07:59:19.730Z adding route 172.17.0.13/32 -> 10.0.0.255
96862026-09-01T07:59:19.730ZSep 01 07:59:18.432 Sep 01 07:59:18.432DEBG 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 } }] Sep 01 07:59:18.432replacing 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 } }]
96872026-09-01T07:59:19.730Z
96882026-09-01T07:59:19.730ZINFO adding route 172.17.0.49/32 -> 10.0.0.255Sep 01 07:59:18.432
96892026-09-01T07:59:19.730Z Sep 01 07:59:18.432INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO
96902026-09-01T07:59:19.731Z INFOadding route 172.17.0.14/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255
96912026-09-01T07:59:19.731ZSep 01 07:59:18.432 DEBG
96922026-09-01T07:59:19.731Z Sep 01 07:59:18.432 Sep 01 07:59:18.432replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96932026-09-01T07:59:19.731Z 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 } }]
96942026-09-01T07:59:19.731Zreplacing 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 } }]Sep 01 07:59:18.432
96952026-09-01T07:59:19.731Z Sep 01 07:59:18.432DEBG INFO adding route 172.17.0.50/32 -> 10.0.0.255Sep 01 07:59:18.432
96962026-09-01T07:59:19.731Z 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 } }]Sep 01 07:59:18.432
96972026-09-01T07:59:19.731ZINFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.15/32 -> 10.0.0.255
96982026-09-01T07:59:19.731Z
96992026-09-01T07:59:19.731ZSep 01 07:59:18.432 DEBGSep 01 07:59:18.432Sep 01 07:59:18.432Sep 01 07:59:18.432 DEBG 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 } }]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 } }]
97002026-09-01T07:59:19.731ZINFO
97012026-09-01T07:59:19.731Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
97022026-09-01T07:59:19.731Z
97032026-09-01T07:59:19.731ZSep 01 07:59:18.432 INFOSep 01 07:59:18.432 adding route 172.17.0.16/32 -> 10.0.0.255Sep 01 07:59:18.432Sep 01 07:59:18.432 INFO
97042026-09-01T07:59:19.731Z DEBGadding route 172.17.0.51/32 -> 10.0.0.255INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
97052026-09-01T07:59:19.731Z
97062026-09-01T07:59:19.731ZSep 01 07:59:18.432 DEBG
97072026-09-01T07:59:19.731Z 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 } }]
97082026-09-01T07:59:19.731ZSep 01 07:59:18.432 Sep 01 07:59:18.432INFOSep 01 07:59:18.432Sep 01 07:59:18.432 adding route 172.17.0.58/32 -> 10.0.0.255
97092026-09-01T07:59:19.731Ztest route::tests::delete_target_full ... ok
97102026-09-01T07:59:19.731ZINFODEBG DEBGadding route 172.17.0.17/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 } }]
97112026-09-01T07:59:19.731Z
97122026-09-01T07:59:19.731Zreplacing 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 } }]Sep 01 07:59:18.432
97132026-09-01T07:59:19.731Z Sep 01 07:59:18.432DEBG Sep 01 07:59:18.432replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97142026-09-01T07:59:19.731Ztest route::tests::delete_targets_fragmented ... ok
97152026-09-01T07:59:19.731Z INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97162026-09-01T07:59:19.731Zadding route 172.17.0.52/32 -> 10.0.0.255Sep 01 07:59:18.432
97172026-09-01T07:59:19.731Z Sep 01 07:59:18.432INFO INFOSep 01 07:59:18.432adding route 172.17.0.7/32 -> 10.0.0.255
97182026-09-01T07:59:19.731ZSep 01 07:59:18.432 DEBG 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 } }]
97192026-09-01T07:59:19.731Zadding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255Sep 01 07:59:18.432
97202026-09-01T07:59:19.731Z
97212026-09-01T07:59:19.731ZDEBG 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 } }]Sep 01 07:59:18.432
97222026-09-01T07:59:19.731ZSep 01 07:59:18.432Sep 01 07:59:18.432 DEBG DEBGSep 01 07:59:18.432 INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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.53/32 -> 10.0.0.255
97232026-09-01T07:59:19.731ZINFO
97242026-09-01T07:59:19.731Z
97252026-09-01T07:59:19.731Z adding route 172.17.0.8/32 -> 10.0.0.255
97262026-09-01T07:59:19.731ZSep 01 07:59:18.432 Sep 01 07:59:18.432INFOSep 01 07:59:18.432 DEBG INFOSep 01 07:59:18.432 adding route 172.17.0.19/32 -> 10.0.0.255
97272026-09-01T07:59:19.731Zadding route 172.17.0.60/32 -> 10.0.0.255DEBG 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 } }]
97282026-09-01T07:59:19.731Zreplacing 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 } }]
97292026-09-01T07:59:19.731ZSep 01 07:59:18.432
97302026-09-01T07:59:19.732Z 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 } }]Sep 01 07:59:18.432Sep 01 07:59:18.432
97312026-09-01T07:59:19.732Z INFOINFO Sep 01 07:59:18.432adding route 172.17.0.9/32 -> 10.0.0.255
97322026-09-01T07:59:19.732ZSep 01 07:59:18.432DEBG adding route 172.17.0.54/32 -> 10.0.0.255
97332026-09-01T07:59:19.732Zreplacing 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 } }]Sep 01 07:59:18.432 INFO
97342026-09-01T07:59:19.732Z Sep 01 07:59:18.432DEBG adding route 172.17.0.20/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 } }]
97352026-09-01T07:59:19.732ZSep 01 07:59:18.432
97362026-09-01T07:59:19.732ZDEBG 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 } }]Sep 01 07:59:18.432 Sep 01 07:59:18.432
97372026-09-01T07:59:19.732Z 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 } }]adding route 172.17.0.61/32 -> 10.0.0.255
97382026-09-01T07:59:19.732ZSep 01 07:59:18.432 INFO
97392026-09-01T07:59:19.732ZINFO Sep 01 07:59:18.432adding route 172.17.0.10/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255INFO
97402026-09-01T07:59:19.732Z
97412026-09-01T07:59:19.732Zadding route 172.17.0.21/32 -> 10.0.0.255
97422026-09-01T07:59:19.732ZSep 01 07:59:18.432Sep 01 07:59:18.432 DEBGSep 01 07:59:18.432Sep 01 07:59:18.432DEBG 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
97432026-09-01T07:59:19.732Zreplacing 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 } }] 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 } }]
97442026-09-01T07:59:19.732Z 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 } }]
97452026-09-01T07:59:19.732Z
97462026-09-01T07:59:19.732ZSep 01 07:59:18.432Sep 01 07:59:18.432 Sep 01 07:59:18.432INFO Sep 01 07:59:18.432 INFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255INFO
97472026-09-01T07:59:19.732Z
97482026-09-01T07:59:19.753ZINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
97492026-09-01T07:59:19.754ZSep 01 07:59:18.432Sep 01 07:59:18.432 DEBG
97502026-09-01T07:59:19.754Zreplacing 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 } }]DEBGSep 01 07:59:18.432
97512026-09-01T07:59:19.754Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
97522026-09-01T07:59:19.754ZSep 01 07:59:18.432 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 } }]Sep 01 07:59:18.432
97532026-09-01T07:59:19.754Z INFO Sep 01 07:59:18.432adding route 172.17.0.23/32 -> 10.0.0.255
97542026-09-01T07:59:19.754ZINFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97552026-09-01T07:59:19.754ZSep 01 07:59:18.432 INFOSep 01 07:59:18.432
97562026-09-01T07:59:19.754Z Sep 01 07:59:18.432DEBG 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255Sep 01 07:59:18.432
97572026-09-01T07:59:19.754Z
97582026-09-01T07:59:19.754Zreplacing 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 } }]
97592026-09-01T07:59:19.754ZDEBGSep 01 07:59:18.432 INFOfailed to allocate space for the new target listSep 01 07:59:18.432 Sep 01 07:59:18.432
97602026-09-01T07:59:19.754Z adding route 172.17.0.24/32 -> 10.0.0.255DEBG
97612026-09-01T07:59:19.754ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
97622026-09-01T07:59:19.754Zreplacing 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 } }]Sep 01 07:59:18.432 DEBG
97632026-09-01T07:59:19.754ZSep 01 07:59:18.432 DEBGSep 01 07:59:18.438 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.16.0.0/32 with: [NextHop { asic_port_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
97642026-09-01T07:59:19.754Z
97652026-09-01T07:59:19.754Z adding route 172.17.0.58/32 -> 10.0.0.255
97662026-09-01T07:59:19.754ZSep 01 07:59:18.438 INFOSep 01 07:59:18.438 DEBGadding route 172.17.0.25/32 -> 10.0.0.255
97672026-09-01T07:59:19.754Zreplacing 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 } }]
97682026-09-01T07:59:19.754ZSep 01 07:59:18.438 DEBG Sep 01 07:59:18.438replacing 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 } }] Sep 01 07:59:18.438DEBG
97692026-09-01T07:59:19.754Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97702026-09-01T07:59:19.754Z adding route 172.17.0.59/32 -> 10.0.0.255
97712026-09-01T07:59:19.754ZSep 01 07:59:18.438Sep 01 07:59:18.438Sep 01 07:59:18.438 DEBGINFO INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97722026-09-01T07:59:19.754Zadding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
97732026-09-01T07:59:19.754Z
97742026-09-01T07:59:19.754ZSep 01 07:59:18.438Sep 01 07:59:18.438 Sep 01 07:59:18.438INFO DEBGDEBGadding route 172.17.0.60/32 -> 10.0.0.255
97752026-09-01T07:59:19.754Zreplacing 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 } }]
97762026-09-01T07:59:19.754Zreplacing 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 } }]Sep 01 07:59:18.438
97772026-09-01T07:59:19.754Z DEBG Sep 01 07:59:18.438replacing 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 } }]
97782026-09-01T07:59:19.754ZSep 01 07:59:18.438 INFOINFO Sep 01 07:59:18.438adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
97792026-09-01T07:59:19.755Z
97802026-09-01T07:59:19.755Z DEBG failed to allocate space for the new target list
97812026-09-01T07:59:19.755ZSep 01 07:59:18.438Sep 01 07:59:18.438 Sep 01 07:59:18.438DEBG 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 } }]
97822026-09-01T07:59:19.755Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97832026-09-01T07:59:19.755Z
97842026-09-01T07:59:19.755ZSep 01 07:59:18.438Sep 01 07:59:18.438 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
97852026-09-01T07:59:19.755Z
97862026-09-01T07:59:19.755ZSep 01 07:59:18.438Sep 01 07:59:18.438 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.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 } }]
97872026-09-01T07:59:19.755Z
97882026-09-01T07:59:19.755ZSep 01 07:59:18.438Sep 01 07:59:18.438 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
97892026-09-01T07:59:19.755Z
97902026-09-01T07:59:19.755ZSep 01 07:59:18.438Sep 01 07:59:18.438 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 } }]
97912026-09-01T07:59:19.755Z 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 } }]
97922026-09-01T07:59:19.755ZSep 01 07:59:18.438 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97932026-09-01T07:59:19.755ZSep 01 07:59:18.438Sep 01 07:59:18.439 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97942026-09-01T07:59:19.755Z
97952026-09-01T07:59:19.755ZSep 01 07:59:18.439Sep 01 07:59:18.439 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.19/32 -> 10.0.0.255
97962026-09-01T07:59:19.755Z
97972026-09-01T07:59:19.755ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97982026-09-01T07:59:19.755Z
97992026-09-01T07:59:19.755ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFODEBG adding route 172.17.0.20/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 } }]
98002026-09-01T07:59:19.755Z
98012026-09-01T07:59:19.755ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGINFO 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.32/32 -> 10.0.0.255
98022026-09-01T07:59:19.755Z
98032026-09-01T07:59:19.755ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98042026-09-01T07:59:19.755Z
98052026-09-01T07:59:19.755ZSep 01 07:59:18.439Sep 01 07:59:18.439 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 } }]
98062026-09-01T07:59:19.755ZINFO Sep 01 07:59:18.439adding route 172.17.0.33/32 -> 10.0.0.255
98072026-09-01T07:59:19.755ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
98082026-09-01T07:59:19.755Ztest route::tests::delete_target_fragmented ... ok
98092026-09-01T07:59:19.755ZSep 01 07:59:18.439 DEBG Sep 01 07:59:18.439replacing 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 } }]
98102026-09-01T07:59:19.755ZDEBG 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 } }]
98112026-09-01T07:59:19.755ZSep 01 07:59:18.439 INFO Sep 01 07:59:18.439adding route 172.17.0.23/32 -> 10.0.0.255
98122026-09-01T07:59:19.755ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
98132026-09-01T07:59:19.756ZSep 01 07:59:18.439 DEBG Sep 01 07:59:18.439replacing 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 } }]
98142026-09-01T07:59:19.756ZDEBG 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 } }]
98152026-09-01T07:59:19.756ZSep 01 07:59:18.439 INFOSep 01 07:59:18.439 adding route 172.17.0.24/32 -> 10.0.0.255INFO
98162026-09-01T07:59:19.756Z adding route 172.17.0.35/32 -> 10.0.0.255
98172026-09-01T07:59:19.756ZSep 01 07:59:18.439 DEBG Sep 01 07:59:18.439replacing 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 } }]
98182026-09-01T07:59:19.756ZDEBG 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 } }]
98192026-09-01T07:59:19.756ZSep 01 07:59:18.439 INFO Sep 01 07:59:18.439adding route 172.17.0.25/32 -> 10.0.0.255
98202026-09-01T07:59:19.756ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
98212026-09-01T07:59:19.756ZSep 01 07:59:18.439 DEBG Sep 01 07:59:18.439replacing 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 } }]
98222026-09-01T07:59:19.756ZDEBG 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 } }]
98232026-09-01T07:59:19.756ZSep 01 07:59:18.439 INFO Sep 01 07:59:18.439adding route 172.17.0.26/32 -> 10.0.0.255
98242026-09-01T07:59:19.756ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
98252026-09-01T07:59:19.756ZSep 01 07:59:18.439 DEBG Sep 01 07:59:18.439replacing 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 } }]
98262026-09-01T07:59:19.756ZDEBG 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 } }]
98272026-09-01T07:59:19.756ZSep 01 07:59:18.439 INFO Sep 01 07:59:18.439adding route 172.17.0.27/32 -> 10.0.0.255
98282026-09-01T07:59:19.756ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
98292026-09-01T07:59:19.756ZSep 01 07:59:18.439 DEBG Sep 01 07:59:18.439replacing 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 } }]
98302026-09-01T07:59:19.756ZDEBG 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 } }]
98312026-09-01T07:59:19.756ZSep 01 07:59:18.439 INFO Sep 01 07:59:18.439adding route 172.17.0.28/32 -> 10.0.0.255
98322026-09-01T07:59:19.756ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
98332026-09-01T07:59:19.756ZSep 01 07:59:18.439 DEBGSep 01 07:59:18.439 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98342026-09-01T07:59:19.756Z 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 } }]
98352026-09-01T07:59:19.756ZSep 01 07:59:18.439 Sep 01 07:59:18.439INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
98362026-09-01T07:59:19.756Zadding route 172.17.0.40/32 -> 10.0.0.255
98372026-09-01T07:59:19.756ZSep 01 07:59:18.439 Sep 01 07:59:18.439DEBG 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 } }]
98382026-09-01T07:59:19.756Zreplacing 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 } }]
98392026-09-01T07:59:19.756ZSep 01 07:59:18.439 Sep 01 07:59:18.439INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
98402026-09-01T07:59:19.756Zadding route 172.17.0.41/32 -> 10.0.0.255
98412026-09-01T07:59:19.756ZSep 01 07:59:18.439 Sep 01 07:59:18.439DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-09-01T07:59:19.756Zreplacing 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 } }]
98432026-09-01T07:59:19.756ZSep 01 07:59:18.439 Sep 01 07:59:18.439INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
98442026-09-01T07:59:19.756Zadding route 172.17.0.42/32 -> 10.0.0.255
98452026-09-01T07:59:19.756ZSep 01 07:59:18.439 Sep 01 07:59:18.439DEBG 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 } }]
98462026-09-01T07:59:19.756Zreplacing 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 } }]
98472026-09-01T07:59:19.756ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
98482026-09-01T07:59:19.762Z
98492026-09-01T07:59:19.762ZSep 01 07:59:18.439Sep 01 07:59:18.439 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.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 } }]
98502026-09-01T07:59:19.762Z
98512026-09-01T07:59:19.762ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
98522026-09-01T07:59:19.762Z
98532026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
98542026-09-01T07:59:19.763Z
98552026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
98562026-09-01T07:59:19.763Z
98572026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
98582026-09-01T07:59:19.763Z
98592026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
98602026-09-01T07:59:19.763Z
98612026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
98622026-09-01T07:59:19.763Z
98632026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
98642026-09-01T07:59:19.763Z
98652026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
98662026-09-01T07:59:19.763Z
98672026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
98682026-09-01T07:59:19.763Z
98692026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
98702026-09-01T07:59:19.763Z
98712026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
98722026-09-01T07:59:19.763Z
98732026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
98742026-09-01T07:59:19.763Z
98752026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
98762026-09-01T07:59:19.763Z
98772026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
98782026-09-01T07:59:19.763Z
98792026-09-01T07:59:19.763ZSep 01 07:59:18.439Sep 01 07:59:18.439 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
98802026-09-01T07:59:19.763Z
98812026-09-01T07:59:19.763ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98822026-09-01T07:59:19.763Z 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 } }]
98832026-09-01T07:59:19.763ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.52/32 -> 10.0.0.255INFO
98842026-09-01T07:59:19.763Z adding route 172.17.0.41/32 -> 10.0.0.255
98852026-09-01T07:59:19.763ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98862026-09-01T07:59:19.763Z 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 } }]
98872026-09-01T07:59:19.763ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.53/32 -> 10.0.0.255INFO
98882026-09-01T07:59:19.763Z adding route 172.17.0.42/32 -> 10.0.0.255
98892026-09-01T07:59:19.763ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 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
98902026-09-01T07:59:19.763Z 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 } }]
98912026-09-01T07:59:19.763ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.54/32 -> 10.0.0.255INFO
98922026-09-01T07:59:19.763Z adding route 172.17.0.43/32 -> 10.0.0.255
98932026-09-01T07:59:19.764ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 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
98942026-09-01T07:59:19.764Z 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 } }]
98952026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.55/32 -> 10.0.0.255INFO
98962026-09-01T07:59:19.764Z adding route 172.17.0.44/32 -> 10.0.0.255
98972026-09-01T07:59:19.764ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 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
98982026-09-01T07:59:19.764Z 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 } }]
98992026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.56/32 -> 10.0.0.255INFO
99002026-09-01T07:59:19.764Z adding route 172.17.0.45/32 -> 10.0.0.255
99012026-09-01T07:59:19.764ZSep 01 07:59:18.445 DEBG Sep 01 07:59:18.445replacing 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 } }]
99022026-09-01T07:59:19.764ZDEBG 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 } }]
99032026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.57/32 -> 10.0.0.255INFO
99042026-09-01T07:59:19.764Z adding route 172.17.0.46/32 -> 10.0.0.255
99052026-09-01T07:59:19.764ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 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
99062026-09-01T07:59:19.764Z 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 } }]
99072026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.58/32 -> 10.0.0.255INFO
99082026-09-01T07:59:19.764Z adding route 172.17.0.47/32 -> 10.0.0.255
99092026-09-01T07:59:19.764Ztest route::tests::delete_targets_full ... ok
99102026-09-01T07:59:19.764ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
99112026-09-01T07:59:19.764Z 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 } }]
99122026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.59/32 -> 10.0.0.255INFO
99132026-09-01T07:59:19.764Z adding route 172.17.0.48/32 -> 10.0.0.255
99142026-09-01T07:59:19.764Z
99152026-09-01T07:59:19.764Ztest result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
99162026-09-01T07:59:19.764Z
99172026-09-01T07:59:19.764ZSep 01 07:59:18.445 DEBGSep 01 07:59:18.445 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
99182026-09-01T07:59:19.764Z 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 } }]
99192026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFOSep 01 07:59:18.445 adding route 172.17.0.60/32 -> 10.0.0.255INFO
99202026-09-01T07:59:19.764Z adding route 172.17.0.49/32 -> 10.0.0.255
99212026-09-01T07:59:19.764ZSep 01 07:59:18.445 Sep 01 07:59:18.445DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
99222026-09-01T07:59:19.764Zreplacing 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 } }]
99232026-09-01T07:59:19.764ZSep 01 07:59:18.445 Sep 01 07:59:18.445DEBG INFOfailed to allocate space for the new target list
99242026-09-01T07:59:19.764Zadding route 172.17.0.50/32 -> 10.0.0.255
99252026-09-01T07:59:19.764ZSep 01 07:59:18.445 Sep 01 07:59:18.445DEBG 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 } }]
99262026-09-01T07:59:19.764Zreplacing 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 } }]
99272026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFO adding route 172.17.0.51/32 -> 10.0.0.255
99282026-09-01T07:59:19.764ZSep 01 07:59:18.445 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 } }]
99292026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFO adding route 172.17.0.52/32 -> 10.0.0.255
99302026-09-01T07:59:19.764ZSep 01 07:59:18.445 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 } }]
99312026-09-01T07:59:19.764ZSep 01 07:59:18.445 INFO adding route 172.17.0.53/32 -> 10.0.0.255
99322026-09-01T07:59:19.765ZSep 01 07:59:18.445 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 } }]
99332026-09-01T07:59:19.765ZSep 01 07:59:18.445 INFO adding route 172.17.0.54/32 -> 10.0.0.255
99342026-09-01T07:59:19.765ZSep 01 07:59:18.445 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 } }]
99352026-09-01T07:59:19.765ZSep 01 07:59:18.445 INFO adding route 172.17.0.55/32 -> 10.0.0.255
99362026-09-01T07:59:19.765ZSep 01 07:59:18.445 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 } }]
99372026-09-01T07:59:19.765ZSep 01 07:59:18.445 INFO adding route 172.17.0.56/32 -> 10.0.0.255
99382026-09-01T07:59:19.765ZSep 01 07:59:18.445 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 } }]
99392026-09-01T07:59:19.765ZSep 01 07:59:18.445 INFO adding route 172.17.0.57/32 -> 10.0.0.255
99402026-09-01T07:59:19.765ZSep 01 07:59:18.445 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 } }]
99412026-09-01T07:59:19.765ZSep 01 07:59:18.451 INFO adding route 172.17.0.58/32 -> 10.0.0.255
99422026-09-01T07:59:19.765ZSep 01 07:59:18.451 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 } }]
99432026-09-01T07:59:19.765ZSep 01 07:59:18.451 INFO adding route 172.17.0.59/32 -> 10.0.0.255
99442026-09-01T07:59:19.765ZSep 01 07:59:18.451 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 } }]
99452026-09-01T07:59:19.765ZSep 01 07:59:18.451 INFO adding route 172.17.0.60/32 -> 10.0.0.255
99462026-09-01T07:59:19.765ZSep 01 07:59:18.451 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 } }]
99472026-09-01T07:59:19.765ZSep 01 07:59:18.451 DEBG failed to allocate space for the new target list
99482026-09-01T07:59:19.769ZSep 01 07:59:18.451 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 } }]
99492026-09-01T07:59:19.769Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f6c7c3a609eb44ac)
99502026-09-01T07:59:19.769Z
99512026-09-01T07:59:19.769Zrunning 0 tests
99522026-09-01T07:59:19.769Z
99532026-09-01T07:59:19.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542026-09-01T07:59:19.769Z
99552026-09-01T07:59:19.769Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
99562026-09-01T07:59:19.769Z
99572026-09-01T07:59:19.769Zrunning 0 tests
99582026-09-01T07:59:19.769Z
99592026-09-01T07:59:19.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99602026-09-01T07:59:19.769Z
99612026-09-01T07:59:19.769Z Running unittests src/lib.rs (target/debug/deps/dpd_client-baf604a426f2eb79)
99622026-09-01T07:59:19.769Z
99632026-09-01T07:59:19.769Zrunning 6 tests
99642026-09-01T07:59:19.769Ztest tests::test_full_lot_id_lot_only ... ok
99652026-09-01T07:59:19.769Ztest tests::test_full_lot_id_both_present ... ok
99662026-09-01T07:59:19.769Ztest tests::test_full_lot_id_lotnum_only ... ok
99672026-09-01T07:59:19.769Ztest tests::test_full_lot_id_neither_present ... ok
99682026-09-01T07:59:19.769Ztest tests::test_port_id_cmp ... ok
99692026-09-01T07:59:19.769Ztest tests::test_parse_client_port_id ... ok
99702026-09-01T07:59:19.769Z
99712026-09-01T07:59:19.769Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-09-01T07:59:19.769Z
99732026-09-01T07:59:19.769Z Running tests/test_all.rs (target/debug/deps/test_all-172c636ae84f8591)
99742026-09-01T07:59:19.769Z
99752026-09-01T07:59:19.769Zrunning 6 tests
99762026-09-01T07:59:22.775Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
99772026-09-01T07:59:22.778Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
99782026-09-01T07:59:22.778Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
99792026-09-01T07:59:22.784Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
99802026-09-01T07:59:23.110Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
99812026-09-01T07:59:24.293Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
99822026-09-01T07:59:24.293Z
99832026-09-01T07:59:24.293Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.53s
99842026-09-01T07:59:24.293Z
99852026-09-01T07:59:24.300Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
99862026-09-01T07:59:24.310Z
99872026-09-01T07:59:24.310Zrunning 0 tests
99882026-09-01T07:59:24.310Z
99892026-09-01T07:59:24.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99902026-09-01T07:59:24.313Z
99912026-09-01T07:59:24.313Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
99922026-09-01T07:59:24.332Z
99932026-09-01T07:59:24.332Zrunning 15 tests
99942026-09-01T07:59:24.335Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
99952026-09-01T07:59:24.335Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
99962026-09-01T07:59:24.335Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
99972026-09-01T07:59:24.335Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
99982026-09-01T07:59:24.335Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
99992026-09-01T07:59:24.335Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
100002026-09-01T07:59:24.335Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
100012026-09-01T07:59:24.335Ztest v1::network::tests::test_equal ... ok
100022026-09-01T07:59:24.335Ztest v1::network::tests::test_eui64 ... ok
100032026-09-01T07:59:24.335Ztest v1::network::tests::test_into ... ok
100042026-09-01T07:59:24.335Ztest v1::port::tests::port_ids_are_ascii ... ok
100052026-09-01T07:59:24.335Ztest v1::network::tests::test_to_string ... ok
100062026-09-01T07:59:24.335Ztest v1::network::tests::test_not_equal ... ok
100072026-09-01T07:59:24.335Ztest v1::network::tests::test_parse ... ok
100082026-09-01T07:59:24.339Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
100092026-09-01T07:59:24.339Z
100102026-09-01T07:59:24.339Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
100112026-09-01T07:59:24.339Z
100122026-09-01T07:59:24.345Z Running unittests src/lib.rs (target/debug/deps/packet-c0def7fdaa185f19)
100132026-09-01T07:59:24.364Z
100142026-09-01T07:59:24.364Zrunning 12 tests
100152026-09-01T07:59:24.367Ztest icmp::test_v6_checksum ... ok
100162026-09-01T07:59:24.367Ztest icmp::test_v4_checksum ... ok
100172026-09-01T07:59:24.367Ztest ipv6::test_ipv6_parse ... ok
100182026-09-01T07:59:24.367Ztest pbuf::test_byte ... ok
100192026-09-01T07:59:24.367Ztest lldp::test_lldp_parse ... ok
100202026-09-01T07:59:24.367Ztest pbuf::test_nibble ... ok
100212026-09-01T07:59:24.367Ztest pbuf::test_short ... ok
100222026-09-01T07:59:24.367Ztest pbuf::test_overflow ... ok
100232026-09-01T07:59:24.367Ztest pbuf::test_twelve ... ok
100242026-09-01T07:59:24.367Ztest pbuf::test_word ... ok
100252026-09-01T07:59:24.370Ztest tcp::test_checksum_ack_data ... ok
100262026-09-01T07:59:24.370Ztest tcp::test_checksum_syn_nodata ... ok
100272026-09-01T07:59:24.370Z
100282026-09-01T07:59:24.370Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100292026-09-01T07:59:24.370Z
100302026-09-01T07:59:24.370Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
100312026-09-01T07:59:24.373Z
100322026-09-01T07:59:24.373Zrunning 0 tests
100332026-09-01T07:59:24.373Z
100342026-09-01T07:59:24.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100352026-09-01T07:59:24.376Z
100362026-09-01T07:59:24.376Z Running unittests src/main.rs (target/debug/deps/swadm-0e2be24a444b4716)
100372026-09-01T07:59:24.380Z
100382026-09-01T07:59:24.380Zrunning 5 tests
100392026-09-01T07:59:24.383Ztest switchport::test::test_compute_lanes ... ok
100402026-09-01T07:59:24.383Ztest switchport::test::port_id_ordering ... ok
100412026-09-01T07:59:24.383Z Lane 0 Lane 1 Lane 2 Lane 3
100422026-09-01T07:59:24.383Z State: Activated Activated Activated Activated
100432026-09-01T07:59:24.383Z Rx Output Enabled: false false Lane 0 false falseLane 1
100442026-09-01T07:59:24.383Z Lane 2 Rx Output Status: valid validLane 3
100452026-09-01T07:59:24.383Zvalid Rx Loss-of-lock: Yesvalid
100462026-09-01T07:59:24.383ZYes Rx Loss-of-lock: true Yestrue Yestrue
100472026-09-01T07:59:24.383Ztrue
100482026-09-01T07:59:24.383Z Rx Loss-of-signal: false Rx Loss-of-signal: Yes falseYes falseYes falseYes
100492026-09-01T07:59:24.383Z
100502026-09-01T07:59:24.383ZRx Auto-squelch Disable: true Rx CDR Enabled: Yes true Yestrue Yestrue Yes
100512026-09-01T07:59:24.383Z
100522026-09-01T07:59:24.383Z Tx Output Enabled: true Tx Enabled: Yestrue trueYes true
100532026-09-01T07:59:24.383ZYes Tx Output Status: invalid Yes
100542026-09-01T07:59:24.383Zinvalid Tx Loss-of-lock: No invalid invalidNo
100552026-09-01T07:59:24.383ZNo No Tx Loss-of-lock: false
100562026-09-01T07:59:24.383Z Tx Loss-of-signal: No false No false falseNo
100572026-09-01T07:59:24.383Z No Tx Loss-of-signal: true
100582026-09-01T07:59:24.383Z Tx CDR Enabled: No trueNo true No trueNo
100592026-09-01T07:59:24.383Z
100602026-09-01T07:59:24.383ZTx Auto-squelch Disable: false Tx Adaptive EQ Fault: No false No false false
100612026-09-01T07:59:24.383ZNo Tx Adaptive EQ Fail: true No
100622026-09-01T07:59:24.383Ztrue true Tx Fault: Yes true
100632026-09-01T07:59:24.383ZYes Tx Failure: false falseYes Yesfalse
100642026-09-01T07:59:24.383Z false
100652026-09-01T07:59:24.383Z Tx Force Squelch: true true true true
100662026-09-01T07:59:24.383Z Tx Input Polarity: normal normal normal normal
100672026-09-01T07:59:24.383Ztest switchport::test::test_print_sff_datapath ... ok
100682026-09-01T07:59:24.383Ztest switchport::test::test_print_cmis_datapath ... ok
100692026-09-01T07:59:24.383Ztest link::test_filter ... ok
100702026-09-01T07:59:24.383Z
100712026-09-01T07:59:24.383Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100722026-09-01T07:59:24.383Z
100732026-09-01T07:59:24.387Z Running tests/counters.rs (target/debug/deps/counters-e9833a4f7d631772)
100742026-09-01T07:59:24.387Z
100752026-09-01T07:59:24.387Zrunning 1 test
100762026-09-01T07:59:24.387Ztest test_p4_counter_list ... ignored
100772026-09-01T07:59:24.387Z
100782026-09-01T07:59:24.387Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100792026-09-01T07:59:24.387Z
100802026-09-01T07:59:24.390Z Running tests/port-link.rs (target/debug/deps/port_link-37b9a20249811bcc)
100812026-09-01T07:59:24.393Z
100822026-09-01T07:59:24.393Zrunning 5 tests
100832026-09-01T07:59:24.396Ztest test_an ... ignored
100842026-09-01T07:59:24.396Ztest test_enable ... ignored
100852026-09-01T07:59:24.396Ztest test_ip_addresses ... ignored
100862026-09-01T07:59:24.396Ztest test_kr ... ignored
100872026-09-01T07:59:24.396Ztest test_mac ... ignored
100882026-09-01T07:59:24.396Z
100892026-09-01T07:59:24.396Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
100902026-09-01T07:59:24.396Z
100912026-09-01T07:59:24.396Z Running unittests src/main.rs (target/debug/deps/tfportd-e0d6f6811326bbcc)
100922026-09-01T07:59:24.399Z
100932026-09-01T07:59:24.399Zrunning 3 tests
100942026-09-01T07:59:24.402Ztest linklocal::test_parse_ipadm ... ok
100952026-09-01T07:59:24.402Ztest tfport::test_parse_tfport ... ok
100962026-09-01T07:59:24.402Ztest config::tests::test_updates ... ok
100972026-09-01T07:59:24.402Z
100982026-09-01T07:59:24.402Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100992026-09-01T07:59:24.402Z
101002026-09-01T07:59:24.402Z Running unittests src/main.rs (target/debug/deps/uplinkd-c3b8c98e56e112b2)
101012026-09-01T07:59:24.406Z
101022026-09-01T07:59:24.406Zrunning 0 tests
101032026-09-01T07:59:24.409Z
101042026-09-01T07:59:24.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101052026-09-01T07:59:24.409Z
101062026-09-01T07:59:24.409Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
101072026-09-01T07:59:24.412Z
101082026-09-01T07:59:24.412Zrunning 0 tests
101092026-09-01T07:59:24.412Z
101102026-09-01T07:59:24.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101112026-09-01T07:59:24.412Z
101122026-09-01T07:59:24.415Z Doc-tests aal
101132026-09-01T07:59:24.919Z
101142026-09-01T07:59:24.919Zrunning 0 tests
101152026-09-01T07:59:24.919Z
101162026-09-01T07:59:24.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101172026-09-01T07:59:24.922Z
101182026-09-01T07:59:24.947Z Doc-tests aal_macros
101192026-09-01T07:59:25.023Z
101202026-09-01T07:59:25.023Zrunning 0 tests
101212026-09-01T07:59:25.024Z
101222026-09-01T07:59:25.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101232026-09-01T07:59:25.024Z
101242026-09-01T07:59:25.035Z Doc-tests common
101252026-09-01T07:59:25.277Z
101262026-09-01T07:59:25.277Zrunning 0 tests
101272026-09-01T07:59:25.277Z
101282026-09-01T07:59:25.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101292026-09-01T07:59:25.277Z
101302026-09-01T07:59:25.305Z Doc-tests dpd_api
101312026-09-01T07:59:26.075Z
101322026-09-01T07:59:26.075Zrunning 2 tests
101332026-09-01T07:59:26.075Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
101342026-09-01T07:59:26.075Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
101352026-09-01T07:59:26.075Z
101362026-09-01T07:59:26.075Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
101372026-09-01T07:59:26.075Z
101382026-09-01T07:59:26.106Z Doc-tests dpd_client
101392026-09-01T07:59:27.572Z
101402026-09-01T07:59:27.572Zrunning 0 tests
101412026-09-01T07:59:27.572Z
101422026-09-01T07:59:27.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101432026-09-01T07:59:27.572Z
101442026-09-01T07:59:27.628Z Doc-tests dpd_types
101452026-09-01T07:59:27.815Z
101462026-09-01T07:59:27.815Zrunning 0 tests
101472026-09-01T07:59:27.815Z
101482026-09-01T07:59:27.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101492026-09-01T07:59:27.815Z
101502026-09-01T07:59:27.839Z Doc-tests dpd_types_versions
101512026-09-01T07:59:29.364Z
101522026-09-01T07:59:29.365Zrunning 1 test
101532026-09-01T07:59:29.365Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
101542026-09-01T07:59:29.365Z
101552026-09-01T07:59:29.365Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101562026-09-01T07:59:29.365Z
101572026-09-01T07:59:29.415Z Doc-tests packet
101582026-09-01T07:59:29.635Z
101592026-09-01T07:59:29.635Zrunning 0 tests
101602026-09-01T07:59:29.635Z
101612026-09-01T07:59:29.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101622026-09-01T07:59:29.635Z
101632026-09-01T07:59:29.663Z Doc-tests pcap
101642026-09-01T07:59:29.720Z
101652026-09-01T07:59:29.721Zrunning 0 tests
101662026-09-01T07:59:29.721Z
101672026-09-01T07:59:29.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101682026-09-01T07:59:29.721Z
101692026-09-01T07:59:29.773Zprocess exited: duration 614705 ms, exit code 0
 
101702026-09-01T07:59:29.782Zfound 0 output files