01M0V6KPNDY0QBPT0GMFPSMDTZ: test

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

Buildomat Job: 01M0V6MZ1Q1E6YRP72A978P4RA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T00:57:17.606Zjob assigned to worker 01M0V6MY1HFFFVYXC35RD432FA [factory aws, i-024632b993171a266] (queued for 1 m 34 s)
 
22026-08-25T00:57:24.085Zstarting task 0: "setup"
32026-08-25T00:57:24.090Z++ uname -s
42026-08-25T00:57:24.095Z+ kern=SunOS
52026-08-25T00:57:24.095Z+ build_user=build
62026-08-25T00:57:24.095Z+ build_uid=12345
72026-08-25T00:57:24.095Z+ work_dir=/work
82026-08-25T00:57:24.095Z+ input_dir=/input
92026-08-25T00:57:24.095Z+ [[ 0 == 12345 ]]
102026-08-25T00:57:24.095Z+ case "$kern" in
112026-08-25T00:57:24.095Z+ groupadd -g 12345 build
122026-08-25T00:57:24.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T00:57:26.102Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T00:57:26.204Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T00:57:26.207Z+ home_fs=zfs
162026-08-25T00:57:26.207Z+ [[ zfs == autofs ]]
172026-08-25T00:57:26.207Z+ mkdir -p /home/build
182026-08-25T00:57:26.207Z+ chown build:build /home/build /work
192026-08-25T00:57:28.207Z+ chmod 0700 /home/build /work
202026-08-25T00:57:28.210Zprocess exited: duration 4124 ms, exit code 0
 
212026-08-25T00:57:28.217Zstarting task 1: "rust-toolchain"
222026-08-25T00:57:28.222Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-25T00:57:28.222Z * rust toolchain channel = "1.90.0"
242026-08-25T00:57:28.222Z * rust toolchain profile = "default"
252026-08-25T00:57:28.222Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T00:57:28.222Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T00:57:28.222Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T00:57:28.228Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T00:57:28.228Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-25T00:57:28.326Zinfo: downloading installer
312026-08-25T00:57:29.705Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T00:57:29.705Zwarn: /home/build/.rustup/settings.toml
332026-08-25T00:57:29.705Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T00:57:29.705Zwarn: instead of the one inferred from the default host triple.
352026-08-25T00:57:29.718Zinfo: profile set to default
362026-08-25T00:57:29.718Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T00:57:29.721Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-25T00:57:29.869Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-25T00:57:29.873Zinfo: downloading 6 components
402026-08-25T00:57:45.555Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-25T00:57:45.555Z
422026-08-25T00:57:45.582Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-25T00:57:45.582Z
442026-08-25T00:57:45.582Z
452026-08-25T00:57:45.582ZRust is installed now. Great!
462026-08-25T00:57:45.583Z
472026-08-25T00:57:45.583ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T00:57:45.583Zenvironment variable. This has not been done automatically.
492026-08-25T00:57:45.583Z
502026-08-25T00:57:45.583ZTo configure your current shell, you need to source
512026-08-25T00:57:45.583Zthe corresponding env file under $HOME/.cargo.
522026-08-25T00:57:45.583Z
532026-08-25T00:57:45.583ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T00:57:45.586Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T00:57:45.586Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T00:57:45.586Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T00:57:45.586Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T00:57:45.586Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T00:57:45.586Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T00:57:45.586Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T00:57:45.586Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T00:57:45.671Z+ rustup --version
632026-08-25T00:57:45.680Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T00:57:45.683Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T00:57:45.700Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-25T00:57:45.703Z+ cargo --version
672026-08-25T00:57:45.715Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-25T00:57:45.718Z+ rustc --version
692026-08-25T00:57:45.737Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-25T00:57:45.741Zprocess exited: duration 17521 ms, exit code 0
 
712026-08-25T00:57:45.747Zstarting task 2: "authentication"
722026-08-25T00:57:45.764ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T00:58:25.867Zprocess exited: duration 40118 ms, exit code 0
 
742026-08-25T00:58:25.877Zstarting task 3: "clone repository"
752026-08-25T00:58:25.881Z+ mkdir -p /work/oxidecomputer/dendrite
762026-08-25T00:58:25.888Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
772026-08-25T00:58:25.916ZCloning into '/work/oxidecomputer/dendrite'...
782026-08-25T00:58:26.652Z+ cd /work/oxidecomputer/dendrite
792026-08-25T00:58:26.652Z+ git fetch origin 2887c15f944ac99b2c795495e8e32c59ef3d55ba
802026-08-25T00:58:26.942ZFrom https://github.com/oxidecomputer/dendrite
812026-08-25T00:58:26.942Z * branch 2887c15f944ac99b2c795495e8e32c59ef3d55ba -> FETCH_HEAD
822026-08-25T00:58:26.947Z+ [[ -n cory/ci-tests ]]
832026-08-25T00:58:26.950Z++ git branch --show-current
842026-08-25T00:58:26.950Z+ current=main
852026-08-25T00:58:26.950Z+ [[ main != cory/ci-tests ]]
862026-08-25T00:58:26.950Z+ git branch -f cory/ci-tests 2887c15f944ac99b2c795495e8e32c59ef3d55ba
872026-08-25T00:58:26.953Z+ git checkout -f cory/ci-tests
882026-08-25T00:58:26.973ZSwitched to branch 'cory/ci-tests'
892026-08-25T00:58:26.976Z+ git reset --hard 2887c15f944ac99b2c795495e8e32c59ef3d55ba
902026-08-25T00:58:26.995ZHEAD is now at 2887c15 Add a README to swadm
912026-08-25T00:58:26.999Zprocess exited: duration 1112 ms, exit code 0
 
922026-08-25T00:58:27.025Zstarting task 4: "build"
932026-08-25T00:58:27.029Z+ source .github/buildomat/common.sh
942026-08-25T00:58:27.031Z++ TOFINO_STAGES=20
952026-08-25T00:58:27.031Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
962026-08-25T00:58:27.031Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
972026-08-25T00:58:27.031Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
982026-08-25T00:58:27.031Z+++ uname -s
992026-08-25T00:58:27.031Z++ '[' SunOS == SunOS ']'
1002026-08-25T00:58:27.031Z++ SERIES=illumos
1012026-08-25T00:58:27.032Z+++ uname -s
1022026-08-25T00:58:27.034Z++ '[' SunOS == SunOS ']'
1032026-08-25T00:58:27.035Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1042026-08-25T00:58:27.035Z++ rustup show active-toolchain
1052026-08-25T00:58:27.038Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1062026-08-25T00:58:27.038Z+ source .github/buildomat/illumos.sh
1072026-08-25T00:58:27.038Z++ banner 'sde setup'
1082026-08-25T00:58:27.041Z
1092026-08-25T00:58:27.041Z #### ##### ###### #### ###### ##### # # #####
1102026-08-25T00:58:27.041Z # # # # # # # # # # #
1112026-08-25T00:58:27.041Z #### # # ##### #### ##### # # # # #
1122026-08-25T00:58:27.041Z # # # # # # # # # #####
1132026-08-25T00:58:27.041Z # # # # # # # # # # # #
1142026-08-25T00:58:27.041Z #### ##### ###### #### ###### # #### #
1152026-08-25T00:58:27.041Z
1162026-08-25T00:58:27.041Z++ export PKG_SUCCESS_ON_NOP=1
1172026-08-25T00:58:27.041Z++ PKG_SUCCESS_ON_NOP=1
1182026-08-25T00:58:27.041Z++ export PKG=tofino_sde.p5p
1192026-08-25T00:58:27.041Z++ PKG=tofino_sde.p5p
1202026-08-25T00:58:27.041Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1212026-08-25T00:58:27.045Z % Total % Received % Xferd Average Speed Time Time Time Current
1222026-08-25T00:58:27.048Z Dload Upload Total Spent Left Speed
1232026-08-25T00:58:29.717Z 0 0 0 0 0 0 0 0 0 37 76.03M 37 28.87M 0 0 28.89M 0 00:02 00:02 28.90M 94 76.03M 94 71.67M 0 0 35.04M 0 00:02 00:02 35.05M 100 76.03M 100 76.03M 0 0 28.56M 0 00:02 00:02 35.05M 100 76.03M 100 76.03M 0 0 28.56M 0 00:02 00:02 35.05M 100 76.03M 100 76.03M 0 0 28.56M 0 00:02 00:02 35.05M
1242026-08-25T00:58:29.733Z+++ digest -a sha256 tofino_sde.p5p
1252026-08-25T00:58:29.785Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1262026-08-25T00:58:29.785Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1272026-08-25T00:58:29.785Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1282026-08-25T00:58:31.229Z Startup: Refreshing catalog 'helios' ... Done
1292026-08-25T00:58:31.625Z Startup: Caching catalogs ... Done
1302026-08-25T00:58:31.677Z Startup: Refreshing catalog 'oxide' ... Done
1312026-08-25T00:58:34.210ZPlanning: Solver setup ... Done
1322026-08-25T00:58:34.290ZPlanning: Running solver ... Done
1332026-08-25T00:58:34.328ZPlanning: Finding local manifests ... Done
1342026-08-25T00:58:34.335ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-25T00:58:34.341ZPlanning: Fetching manifests: 1/1 100% complete
1362026-08-25T00:58:34.348ZPlanning: Package planning ... Done
1372026-08-25T00:58:34.351ZPlanning: Merging actions ... Done
1382026-08-25T00:58:34.518ZPlanning: Checking for conflicting actions ... Done
1392026-08-25T00:58:34.525ZPlanning: Consolidating action changes ... Done
1402026-08-25T00:58:35.323ZPlanning: Evaluating mediators ... Done
1412026-08-25T00:58:35.326ZPlanning: Planning completed in 3.65 seconds
1422026-08-25T00:58:35.331Z Packages to install: 1
1432026-08-25T00:58:35.333Z Create boot environment: No
1442026-08-25T00:58:35.333ZCreate backup boot environment: No
1452026-08-25T00:58:35.357Z
1462026-08-25T00:58:35.357ZDownload: 0/242 items 0.0/75.3MB 0% complete
1472026-08-25T00:58:35.493ZDownload: Completed 75.30 MB in 0.13 seconds (560M/s)
1482026-08-25T00:58:35.649Z Actions: 1/293 actions (Installing new actions)
1492026-08-25T00:58:36.615Z Actions: Completed 293 actions in 0.97 seconds.
1502026-08-25T00:58:36.618ZFinalize: Updating package state database ... Done
1512026-08-25T00:58:36.661ZFinalize: Updating package cache ... Done
1522026-08-25T00:58:36.754ZFinalize: Updating image state ... Done
1532026-08-25T00:58:39.361ZFinalize: Creating fast lookup database ... Done
1542026-08-25T00:58:39.500ZFinalize: Reading search index ... Done
1552026-08-25T00:58:39.500ZFinalize: Updating search index ... Done
1562026-08-25T00:58:39.853ZFinalize: Updating package cache ... Done
1572026-08-25T00:58:40.137Z++ export SDE=/opt/oxide/tofino_sde
1582026-08-25T00:58:40.137Z++ SDE=/opt/oxide/tofino_sde
1592026-08-25T00:58:40.137Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-25T00:58:40.137Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1612026-08-25T00:58:40.137Z++ banner packages
1622026-08-25T00:58:40.137Z
1632026-08-25T00:58:40.137Z ##### ## #### # # ## #### ###### ####
1642026-08-25T00:58:40.138Z # # # # # # # # # # # # # #
1652026-08-25T00:58:40.138Z # # # # # #### # # # ##### ####
1662026-08-25T00:58:40.138Z ##### ###### # # # ###### # ### # #
1672026-08-25T00:58:40.138Z # # # # # # # # # # # # # #
1682026-08-25T00:58:40.138Z # # # #### # # # # #### ###### ####
1692026-08-25T00:58:40.138Z
1702026-08-25T00:58:40.138Z++ pfexec pkg install clang-15 pcap gcc14
1712026-08-25T00:58:40.223Z Startup: Refreshing catalog 'helios' ... Done
1722026-08-25T00:58:40.223Z Startup: Refreshing catalog 'oxide' ... Done
1732026-08-25T00:58:42.514ZPlanning: Solver setup ... Done
1742026-08-25T00:58:43.100ZPlanning: Running solver ... Done
1752026-08-25T00:58:43.100ZPlanning: Consolidating action changes ... Done
1762026-08-25T00:58:43.100ZPlanning: Evaluating mediators ... Done
1772026-08-25T00:58:43.101ZPlanning: Planning completed in 2.40 seconds
1782026-08-25T00:58:43.101ZNo updates necessary for this image.
1792026-08-25T00:58:43.101Z++ pfexec pkg set-mediator -V 15 clang llvm
1802026-08-25T00:58:43.471ZPlanning: Evaluating mediator changes ... Done
1812026-08-25T00:58:43.471ZPlanning: Checking for conflicting actions ... Done
1822026-08-25T00:58:43.471ZPlanning: Consolidating action changes ... Done
1832026-08-25T00:58:43.471ZPlanning: Evaluating mediators ... Done
1842026-08-25T00:58:43.471ZPlanning: Planning completed in 0.28 seconds
1852026-08-25T00:58:43.471Z Mediators to change: 2
1862026-08-25T00:58:43.471Z Create boot environment: No
1872026-08-25T00:58:43.472ZCreate backup boot environment: No
1882026-08-25T00:58:43.472ZFinalize: Updating package state database ... Done
1892026-08-25T00:58:43.472ZFinalize: Updating package cache ... Done
1902026-08-25T00:58:43.472ZFinalize: Updating image state ... Done
1912026-08-25T00:58:45.262ZFinalize: Creating fast lookup database ... Done
1922026-08-25T00:58:45.330ZFinalize: Reading search index ... Done
1932026-08-25T00:58:45.367ZFinalize: Updating search index ... Done
1942026-08-25T00:58:45.486ZFinalize: Updating package cache ... Done
1952026-08-25T00:58:45.602Z++ cargo --version
1962026-08-25T00:58:45.602Zcargo 1.90.0 (840b83a10 2025-07-30)
1972026-08-25T00:58:45.602Z++ rustc --version
1982026-08-25T00:58:45.780Zrustc 1.90.0 (1159e78c4 2025-09-14)
1992026-08-25T00:58:45.780Z+ banner copyrights
2002026-08-25T00:58:45.780Z
2012026-08-25T00:58:45.780Z #### #### ##### # # ##### # #### # # ##### ####
2022026-08-25T00:58:45.780Z # # # # # # # # # # # # # # # # #
2032026-08-25T00:58:45.780Z # # # # # # # # # # ###### # ####
2042026-08-25T00:58:45.780Z # # # ##### # ##### # # ### # # # #
2052026-08-25T00:58:45.780Z # # # # # # # # # # # # # # # #
2062026-08-25T00:58:45.781Z #### #### # # # # # #### # # # ####
2072026-08-25T00:58:45.781Z
2082026-08-25T00:58:45.781Z+ ./tools/check_copyrights.sh
2092026-08-25T00:58:45.960Zcommon/src/illumos.rs: Copyright with wrong year
2102026-08-25T00:58:46.857Zdpd/p4/headers.p4: Copyright with wrong year
2112026-08-25T00:58:47.545Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2122026-08-25T00:58:47.820Zpacket/src/eth.rs: Copyright with wrong year
2132026-08-25T00:58:47.820Zpcap/build.rs: Copyright with wrong year
2142026-08-25T00:58:47.820Ztfportd/src/linklocal.rs: Copyright with wrong year
2152026-08-25T00:58:47.924Z+ banner clippy
2162026-08-25T00:58:47.925Z
2172026-08-25T00:58:47.925Z #### # # ##### ##### # #
2182026-08-25T00:58:47.925Z # # # # # # # # # #
2192026-08-25T00:58:47.925Z # # # # # # # #
2202026-08-25T00:58:47.925Z # # # ##### ##### #
2212026-08-25T00:58:47.925Z # # # # # # #
2222026-08-25T00:58:47.925Z #### ###### # # # #
2232026-08-25T00:58:47.926Z
2242026-08-25T00:58:47.926Z+ for feat in tofino_stub tofino_asic softnpu chaos
2252026-08-25T00:58:47.926Z+ cargo clippy --features tofino_stub -- --deny warnings
2262026-08-25T00:58:47.926Z Updating git repository `https://github.com/oxidecomputer/omicron`
2272026-08-25T00:58:57.646Z Updating crates.io index
2282026-08-25T00:58:57.682Z Updating git repository `https://github.com/illumos/smf-rs`
2292026-08-25T00:58:58.327Z Updating git repository `https://github.com/oxidecomputer/propolis`
2302026-08-25T00:58:58.993Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2312026-08-25T00:58:59.704Z Updating git repository `https://github.com/oxidecomputer/tofino`
2322026-08-25T00:59:00.033Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-08-25T00:59:00.855Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2342026-08-25T00:59:01.001Z Updating git repository `https://github.com/oxidecomputer/ispf`
2352026-08-25T00:59:01.405Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2362026-08-25T00:59:01.762Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-25T00:59:02.406Z Updating git repository `https://github.com/oxidecomputer/lldp`
2382026-08-25T00:59:03.024Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2392026-08-25T00:59:03.801Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402026-08-25T00:59:04.689Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-08-25T00:59:05.597Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2422026-08-25T00:59:05.597Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2432026-08-25T00:59:05.597Z Updating git repository `https://github.com/oxidecomputer/p4`
2442026-08-25T00:59:05.977Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2452026-08-25T00:59:06.639Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-25T00:59:07.339Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-08-25T00:59:07.783Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-08-25T00:59:08.255Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-08-25T00:59:09.408Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-08-25T00:59:09.784Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-25T00:59:10.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-08-25T00:59:12.296Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-08-25T00:59:13.063Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-08-25T00:59:13.650Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-08-25T00:59:14.008Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-08-25T00:59:15.343Z Downloading crates ...
2572026-08-25T00:59:15.416Z Downloaded aead v0.5.2
2582026-08-25T00:59:15.416Z Downloaded autocfg v1.5.0
2592026-08-25T00:59:15.416Z Downloaded atomicwrites v0.4.4
2602026-08-25T00:59:15.416Z Downloaded cargo-platform v0.1.9
2612026-08-25T00:59:15.416Z Downloaded anstyle-query v1.1.4
2622026-08-25T00:59:15.416Z Downloaded argon2 v0.5.3
2632026-08-25T00:59:15.416Z Downloaded dyn-clone v1.0.20
2642026-08-25T00:59:15.416Z Downloaded dropshot-api-manager-types v0.7.2
2652026-08-25T00:59:15.416Z Downloaded dtrace-parser v0.2.0
2662026-08-25T00:59:15.416Z Downloaded block-buffer v0.10.4
2672026-08-25T00:59:15.416Z Downloaded cargo_metadata v0.18.1
2682026-08-25T00:59:15.416Z Downloaded foldhash v0.2.0
2692026-08-25T00:59:15.416Z Downloaded async-stream-impl v0.3.6
2702026-08-25T00:59:15.416Z Downloaded heck v0.4.1
2712026-08-25T00:59:15.417Z Downloaded filetime v0.2.26
2722026-08-25T00:59:15.417Z Downloaded arrayref v0.3.9
2732026-08-25T00:59:15.417Z Downloaded adler2 v2.0.1
2742026-08-25T00:59:15.417Z Downloaded cfg-if v1.0.4
2752026-08-25T00:59:15.417Z Downloaded base16ct v0.2.0
2762026-08-25T00:59:15.419Z Downloaded byteorder v1.5.0
2772026-08-25T00:59:15.419Z Downloaded embedded-io v0.6.1
2782026-08-25T00:59:15.419Z Downloaded derive-ex v0.1.8
2792026-08-25T00:59:15.419Z Downloaded crucible-workspace-hack v0.1.0
2802026-08-25T00:59:15.419Z Downloaded dunce v1.0.5
2812026-08-25T00:59:15.419Z Downloaded bit-set v0.8.0
2822026-08-25T00:59:15.419Z Downloaded async-recursion v1.1.1
2832026-08-25T00:59:15.419Z Downloaded digest v0.11.3
2842026-08-25T00:59:15.419Z Downloaded displaydoc v0.2.5
2852026-08-25T00:59:15.419Z Downloaded deranged v0.5.3
2862026-08-25T00:59:15.419Z Downloaded ciborium-io v0.2.2
2872026-08-25T00:59:15.419Z Downloaded foreign-types-shared v0.3.1
2882026-08-25T00:59:15.419Z Downloaded hmac v0.12.1
2892026-08-25T00:59:15.419Z Downloaded cstr-argument v0.1.2
2902026-08-25T00:59:15.420Z Downloaded crc8 v0.1.1
2912026-08-25T00:59:15.420Z Downloaded compression-core v0.4.32
2922026-08-25T00:59:15.420Z Downloaded dof v0.3.0
2932026-08-25T00:59:15.420Z Downloaded cipher v0.4.4
2942026-08-25T00:59:15.420Z Downloaded drift v0.2.0
2952026-08-25T00:59:15.420Z Downloaded futures-sink v0.3.32
2962026-08-25T00:59:15.420Z Downloaded fastrand v2.3.0
2972026-08-25T00:59:15.420Z Downloaded cpufeatures v0.3.0
2982026-08-25T00:59:15.420Z Downloaded hex v0.4.3
2992026-08-25T00:59:15.420Z Downloaded hubpack_derive v0.1.1
3002026-08-25T00:59:15.420Z Downloaded curve25519-dalek-derive v0.1.1
3012026-08-25T00:59:15.420Z Downloaded darling_macro v0.21.3
3022026-08-25T00:59:15.420Z Downloaded fnv v1.0.7
3032026-08-25T00:59:15.420Z Downloaded fixedbitset v0.4.2
3042026-08-25T00:59:15.420Z Downloaded hubpack v0.1.2
3052026-08-25T00:59:15.420Z Downloaded hyper-tls v0.6.0
3062026-08-25T00:59:15.420Z Downloaded foreign-types-macros v0.2.3
3072026-08-25T00:59:15.420Z Downloaded defmt-parser v1.0.0
3082026-08-25T00:59:15.420Z Downloaded erased-serde v0.3.31
3092026-08-25T00:59:15.421Z Downloaded dtrace-parser v0.3.0
3102026-08-25T00:59:15.421Z Downloaded compression-codecs v0.4.32
3112026-08-25T00:59:15.421Z Downloaded hostname v0.4.2
3122026-08-25T00:59:15.421Z Downloaded heck v0.5.0
3132026-08-25T00:59:15.421Z Downloaded foreign-types v0.3.2
3142026-08-25T00:59:15.421Z Downloaded http-body v1.0.1
3152026-08-25T00:59:15.421Z Downloaded cpufeatures v0.2.17
3162026-08-25T00:59:15.421Z Downloaded hash32 v0.3.1
3172026-08-25T00:59:15.421Z Downloaded gethostname v0.5.0
3182026-08-25T00:59:15.421Z Downloaded base64ct v1.8.0
3192026-08-25T00:59:15.421Z Downloaded cookie v0.18.1
3202026-08-25T00:59:15.421Z Downloaded fs_extra v1.3.0
3212026-08-25T00:59:15.421Z Downloaded git-stub v1.0.0
3222026-08-25T00:59:15.421Z Downloaded blake2 v0.10.6
3232026-08-25T00:59:15.421Z Downloaded indent_write v2.2.0
3242026-08-25T00:59:15.421Z Downloaded idna_adapter v1.2.1
3252026-08-25T00:59:15.421Z Downloaded hostname v0.3.1
3262026-08-25T00:59:15.422Z Downloaded futures-macro v0.3.32
3272026-08-25T00:59:15.422Z Downloaded internet-checksum v0.2.1
3282026-08-25T00:59:15.422Z Downloaded is_ci v1.2.0
3292026-08-25T00:59:15.422Z Downloaded futures-task v0.3.32
3302026-08-25T00:59:15.422Z Downloaded cobs v0.3.0
3312026-08-25T00:59:15.422Z Downloaded debug-ignore v1.0.5
3322026-08-25T00:59:15.422Z Downloaded csv-core v0.1.12
3332026-08-25T00:59:15.422Z Downloaded is-terminal v0.4.16
3342026-08-25T00:59:15.422Z Downloaded futures-io v0.3.32
3352026-08-25T00:59:15.422Z Downloaded critical-section v1.2.0
3362026-08-25T00:59:15.422Z Downloaded humantime v2.3.0
3372026-08-25T00:59:15.422Z Downloaded http-body-util v0.1.3
3382026-08-25T00:59:15.422Z Downloaded lazy_static v1.5.0
3392026-08-25T00:59:15.424Z Downloaded kstat-rs v0.2.4
3402026-08-25T00:59:15.424Z Downloaded keccak v0.1.6
3412026-08-25T00:59:15.424Z Downloaded itoa v1.0.15
3422026-08-25T00:59:15.424Z Downloaded macaddr v1.0.1
3432026-08-25T00:59:15.424Z Downloaded is_terminal_polyfill v1.70.1
3442026-08-25T00:59:15.424Z Downloaded git-stub-vcs v0.1.0
3452026-08-25T00:59:15.424Z Downloaded ff v0.13.1
3462026-08-25T00:59:15.424Z Downloaded colored v3.1.1
3472026-08-25T00:59:15.424Z Downloaded glob v0.3.3
3482026-08-25T00:59:15.424Z Downloaded group v0.13.0
3492026-08-25T00:59:15.424Z Downloaded http v1.4.2
3502026-08-25T00:59:15.424Z Downloaded libscf-sys v1.2.0
3512026-08-25T00:59:15.424Z Downloaded console v0.15.11
3522026-08-25T00:59:15.424Z Downloaded match_cfg v0.1.0
3532026-08-25T00:59:15.424Z Downloaded clap v4.6.1
3542026-08-25T00:59:15.424Z Downloaded mime v0.3.17
3552026-08-25T00:59:15.424Z Downloaded memoffset v0.9.1
3562026-08-25T00:59:15.424Z Downloaded httpdate v1.0.3
3572026-08-25T00:59:15.566Z Downloaded futures-executor v0.3.32
3582026-08-25T00:59:15.566Z Downloaded defmt-macros v1.0.1
3592026-08-25T00:59:15.566Z Downloaded newline-converter v0.3.0
3602026-08-25T00:59:15.566Z Downloaded num v0.4.3
3612026-08-25T00:59:15.567Z Downloaded ingot v0.1.1
3622026-08-25T00:59:15.567Z Downloaded newtype_derive v0.1.6
3632026-08-25T00:59:15.567Z Downloaded clap_derive v4.6.1
3642026-08-25T00:59:15.567Z Downloaded num-iter v0.1.45
3652026-08-25T00:59:15.568Z Downloaded ipnetwork v0.21.1
3662026-08-25T00:59:15.568Z Downloaded ingot-types v0.1.2
3672026-08-25T00:59:15.568Z Downloaded crc32fast v1.5.0
3682026-08-25T00:59:15.568Z Downloaded num_threads v0.1.7
3692026-08-25T00:59:15.568Z Downloaded defmt v1.0.1
3702026-08-25T00:59:15.568Z Downloaded num-derive v0.4.2
3712026-08-25T00:59:15.568Z Downloaded olpc-cjson v0.1.4
3722026-08-25T00:59:15.569Z Downloaded opaque-debug v0.3.1
3732026-08-25T00:59:15.569Z Downloaded num_enum_derive v0.5.11
3742026-08-25T00:59:15.569Z Downloaded num-conv v0.2.1
3752026-08-25T00:59:15.570Z Downloaded libloading v0.8.9
3762026-08-25T00:59:15.570Z Downloaded futures-channel v0.3.32
3772026-08-25T00:59:15.570Z Downloaded hyper-rustls v0.27.7
3782026-08-25T00:59:15.570Z Downloaded openssl-probe v0.1.6
3792026-08-25T00:59:15.570Z Downloaded expectorate v1.2.0
3802026-08-25T00:59:15.570Z Downloaded linked-hash-map v0.5.6
3812026-08-25T00:59:15.570Z Downloaded bitflags v2.11.1
3822026-08-25T00:59:15.570Z Downloaded lock_api v0.4.14
3832026-08-25T00:59:15.570Z Downloaded linear-map v1.2.0
3842026-08-25T00:59:15.570Z Downloaded const-oid v0.10.2
3852026-08-25T00:59:15.570Z Downloaded ciborium v0.2.2
3862026-08-25T00:59:15.570Z Downloaded plain v0.2.3
3872026-08-25T00:59:15.570Z Downloaded percent-encoding v2.3.2
3882026-08-25T00:59:15.570Z Downloaded parse-display v0.10.0
3892026-08-25T00:59:15.570Z Downloaded potential_utf v0.1.3
3902026-08-25T00:59:15.570Z Downloaded getrandom v0.2.16
3912026-08-25T00:59:15.571Z Downloaded globset v0.4.16
3922026-08-25T00:59:15.571Z Downloaded clang-sys v1.8.1
3932026-08-25T00:59:15.573Z Downloaded multer v3.1.0
3942026-08-25T00:59:15.573Z Downloaded ipnet v2.11.0
3952026-08-25T00:59:15.573Z Downloaded proc-macro-error-attr2 v2.0.0
3962026-08-25T00:59:15.573Z Downloaded proc-macro-error-attr v1.0.4
3972026-08-25T00:59:15.573Z Downloaded proc-macro-crate v1.3.1
3982026-08-25T00:59:15.573Z Downloaded pretty-hex v0.4.1
3992026-08-25T00:59:15.573Z Downloaded num_enum v0.5.11
4002026-08-25T00:59:15.573Z Downloaded elliptic-curve v0.13.8
4012026-08-25T00:59:15.573Z Downloaded newtype-uuid v1.3.2
4022026-08-25T00:59:15.573Z Downloaded num-integer v0.1.46
4032026-08-25T00:59:15.573Z Downloaded progenitor-client v0.14.0
4042026-08-25T00:59:15.573Z Downloaded progenitor-client v0.11.1
4052026-08-25T00:59:15.573Z Downloaded jobserver v0.1.34
4062026-08-25T00:59:15.573Z Downloaded progenitor-macro v0.14.0
4072026-08-25T00:59:15.574Z Downloaded num_enum v0.7.5
4082026-08-25T00:59:15.574Z Downloaded num_enum_derive v0.7.5
4092026-08-25T00:59:15.574Z Downloaded progenitor-client v0.10.0
4102026-08-25T00:59:15.574Z Downloaded progenitor-macro v0.10.0
4112026-08-25T00:59:15.574Z Downloaded progenitor-macro v0.11.1
4122026-08-25T00:59:15.574Z Downloaded getrandom v0.3.3
4132026-08-25T00:59:15.574Z Downloaded base64 v0.22.1
4142026-08-25T00:59:15.574Z Downloaded quick-error v1.2.3
4152026-08-25T00:59:15.574Z Downloaded oxnet v0.1.6
4162026-08-25T00:59:15.574Z Downloaded h2 v0.4.14
4172026-08-25T00:59:15.695Z Downloaded native-tls v0.2.14
4182026-08-25T00:59:15.695Z Downloaded memmap2 v0.9.8
4192026-08-25T00:59:15.695Z Downloaded litemap v0.8.0
4202026-08-25T00:59:15.695Z Downloaded pem v3.0.5
4212026-08-25T00:59:15.695Z Downloaded password-hash v0.5.0
4222026-08-25T00:59:15.695Z Downloaded rand_xorshift v0.4.0
4232026-08-25T00:59:15.695Z Downloaded poly1305 v0.8.0
4242026-08-25T00:59:15.695Z Downloaded pkg-config v0.3.32
4252026-08-25T00:59:15.695Z Downloaded ref-cast-impl v1.0.25
4262026-08-25T00:59:15.695Z Downloaded ppv-lite86 v0.2.21
4272026-08-25T00:59:15.695Z Downloaded icu_properties v2.0.1
4282026-08-25T00:59:15.695Z Downloaded indexmap v1.9.3
4292026-08-25T00:59:15.695Z Downloaded icu_provider v2.0.0
4302026-08-25T00:59:15.696Z Downloaded rustc_version v0.1.7
4312026-08-25T00:59:15.696Z Downloaded ref-cast v1.0.25
4322026-08-25T00:59:15.696Z Downloaded half v2.7.1
4332026-08-25T00:59:15.696Z Downloaded rustc-hash v2.1.1
4342026-08-25T00:59:15.696Z Downloaded rustc_version v0.4.1
4352026-08-25T00:59:15.696Z Downloaded once_cell v1.21.3
4362026-08-25T00:59:15.696Z Downloaded pin-project-internal v1.1.10
4372026-08-25T00:59:15.696Z Downloaded icu_locale_core v2.0.0
4382026-08-25T00:59:15.696Z Downloaded progenitor v0.10.0
4392026-08-25T00:59:15.696Z Downloaded proc-macro-error v1.0.4
4402026-08-25T00:59:15.696Z Downloaded omicron-zone-package v0.12.2
4412026-08-25T00:59:15.696Z Downloaded same-file v1.0.6
4422026-08-25T00:59:15.696Z Downloaded getrandom v0.4.2
4432026-08-25T00:59:15.696Z Downloaded secrecy v0.10.3
4442026-08-25T00:59:15.697Z Downloaded scroll_derive v0.13.1
4452026-08-25T00:59:15.697Z Downloaded scroll_derive v0.12.1
4462026-08-25T00:59:15.697Z Downloaded parking_lot_core v0.9.12
4472026-08-25T00:59:15.697Z Downloaded bytes v1.12.0
4482026-08-25T00:59:15.697Z Downloaded flate2 v1.1.2
4492026-08-25T00:59:15.697Z Downloaded crossbeam-channel v0.5.15
4502026-08-25T00:59:15.697Z Downloaded search_path v0.1.4
4512026-08-25T00:59:15.697Z Downloaded serde-big-array v0.5.1
4522026-08-25T00:59:15.698Z Downloaded scopeguard v1.2.0
4532026-08-25T00:59:15.698Z Downloaded rand_chacha v0.9.0
4542026-08-25T00:59:15.698Z Downloaded serde_spanned v0.6.9
4552026-08-25T00:59:15.698Z Downloaded rand_core v0.6.4
4562026-08-25T00:59:15.698Z Downloaded rand_core v0.9.3
4572026-08-25T00:59:15.698Z Downloaded pest_generator v2.8.2
4582026-08-25T00:59:15.698Z Downloaded sha1 v0.10.6
4592026-08-25T00:59:15.698Z Downloaded serde_repr v0.1.20
4602026-08-25T00:59:15.698Z Downloaded rand_chacha v0.3.1
4612026-08-25T00:59:15.698Z Downloaded paste v1.0.15
4622026-08-25T00:59:15.698Z Downloaded serde_spanned v1.1.1
4632026-08-25T00:59:15.698Z Downloaded serde_plain v1.0.2
4642026-08-25T00:59:15.699Z Downloaded resolv-conf v0.7.5
4652026-08-25T00:59:15.699Z Downloaded sha1 v0.11.0
4662026-08-25T00:59:15.699Z Downloaded serde_urlencoded v0.7.1
4672026-08-25T00:59:15.699Z Downloaded phf v0.12.1
4682026-08-25T00:59:15.701Z Downloaded async-compression v0.4.33
4692026-08-25T00:59:15.701Z Downloaded smawk v0.3.2
4702026-08-25T00:59:15.701Z Downloaded rusty-fork v0.3.0
4712026-08-25T00:59:15.701Z Downloaded rustversion v1.0.22
4722026-08-25T00:59:15.702Z Downloaded darling_core v0.21.3
4732026-08-25T00:59:15.702Z Downloaded icu_collections v2.0.0
4742026-08-25T00:59:15.702Z Downloaded slog-bunyan v2.5.0
4752026-08-25T00:59:15.702Z Downloaded sigpipe v0.1.3
4762026-08-25T00:59:15.702Z Downloaded num-traits v0.2.19
4772026-08-25T00:59:15.704Z Downloaded proc-macro-error2 v2.0.1
4782026-08-25T00:59:15.704Z Downloaded scroll v0.13.0
4792026-08-25T00:59:15.704Z Downloaded quote v1.0.45
4802026-08-25T00:59:15.706Z Downloaded schemars_derive v0.8.22
4812026-08-25T00:59:15.706Z Downloaded owo-colors v4.3.0
4822026-08-25T00:59:15.706Z Downloaded signal-hook-tokio v0.4.0
4832026-08-25T00:59:15.706Z Downloaded siphasher v1.0.1
4842026-08-25T00:59:15.706Z Downloaded icu_normalizer v2.0.0
4852026-08-25T00:59:15.706Z Downloaded quinn-udp v0.5.14
4862026-08-25T00:59:15.706Z Downloaded stable_deref_trait v1.2.0
4872026-08-25T00:59:15.706Z Downloaded hashbrown v0.12.3
4882026-08-25T00:59:15.707Z Downloaded const_format v0.2.34
4892026-08-25T00:59:15.707Z Downloaded pest_derive v2.8.2
4902026-08-25T00:59:15.707Z Downloaded structmeta-derive v0.3.0
4912026-08-25T00:59:15.707Z Downloaded scroll v0.12.0
4922026-08-25T00:59:15.707Z Downloaded subtle v2.6.1
4932026-08-25T00:59:15.707Z Downloaded papergrid v0.11.0
4942026-08-25T00:59:15.707Z Downloaded strsim v0.11.1
4952026-08-25T00:59:15.707Z Downloaded hickory-resolver v0.24.4
4962026-08-25T00:59:15.707Z Downloaded serde_derive_internals v0.29.1
4972026-08-25T00:59:15.773Z Downloaded pest_meta v2.8.2
4982026-08-25T00:59:15.773Z Downloaded serde_path_to_error v0.1.20
4992026-08-25T00:59:15.773Z Downloaded shlex v2.0.1
5002026-08-25T00:59:15.773Z Downloaded serde_tokenstream v0.2.3
5012026-08-25T00:59:15.773Z Downloaded sync_wrapper v1.0.2
5022026-08-25T00:59:15.773Z Downloaded swrite v0.1.0
5032026-08-25T00:59:15.773Z Downloaded strum v0.28.0
5042026-08-25T00:59:15.773Z Downloaded tabled_derive v0.7.0
5052026-08-25T00:59:15.773Z Downloaded take_mut v0.2.2
5062026-08-25T00:59:15.773Z Downloaded tabwriter v1.4.1
5072026-08-25T00:59:15.773Z Downloaded tagptr v0.2.0
5082026-08-25T00:59:15.773Z Downloaded testing_table v0.3.0
5092026-08-25T00:59:15.775Z Downloaded shlex v1.3.0
5102026-08-25T00:59:15.775Z Downloaded curl v0.4.50
5112026-08-25T00:59:15.775Z Downloaded slog-async v2.8.0
5122026-08-25T00:59:15.775Z Downloaded slab v0.4.11
5132026-08-25T00:59:15.775Z Downloaded jiff-static v0.2.15
5142026-08-25T00:59:15.775Z Downloaded terminal_size v0.4.3
5152026-08-25T00:59:15.775Z Downloaded progenitor-impl v0.11.1
5162026-08-25T00:59:15.775Z Downloaded signal-hook-registry v1.4.6
5172026-08-25T00:59:15.775Z Downloaded semver v1.0.28
5182026-08-25T00:59:15.775Z Downloaded thread-id v5.0.0
5192026-08-25T00:59:15.775Z Downloaded thread-id v4.2.2
5202026-08-25T00:59:15.775Z Downloaded thiserror-impl-no-std v2.0.2
5212026-08-25T00:59:15.775Z Downloaded proc-macro2 v1.0.106
5222026-08-25T00:59:15.775Z Downloaded snafu-derive v0.8.9
5232026-08-25T00:59:15.775Z Downloaded termtree v0.5.1
5242026-08-25T00:59:15.775Z Downloaded crypto-bigint v0.5.5
5252026-08-25T00:59:15.775Z Downloaded smf v0.2.3
5262026-08-25T00:59:15.775Z Downloaded semver v0.1.20
5272026-08-25T00:59:15.775Z Downloaded tinyvec_macros v0.1.1
5282026-08-25T00:59:15.775Z Downloaded slog-term v2.9.2
5292026-08-25T00:59:15.775Z Downloaded dropshot-api-manager v0.7.2
5302026-08-25T00:59:15.775Z Downloaded structmeta v0.3.0
5312026-08-25T00:59:15.775Z Downloaded papergrid v0.18.0
5322026-08-25T00:59:15.775Z Downloaded tokio-macros v2.7.0
5332026-08-25T00:59:15.775Z Downloaded slog-dtrace v0.3.0
5342026-08-25T00:59:15.775Z Downloaded hickory-resolver v0.25.2
5352026-08-25T00:59:15.775Z Downloaded static_assertions v1.1.0
5362026-08-25T00:59:15.775Z Downloaded toml_datetime v0.6.11
5372026-08-25T00:59:15.776Z Downloaded slog-json v2.6.1
5382026-08-25T00:59:15.776Z Downloaded miniz_oxide v0.8.9
5392026-08-25T00:59:15.776Z Downloaded strum_macros v0.27.2
5402026-08-25T00:59:15.776Z Downloaded strum_macros v0.28.0
5412026-08-25T00:59:15.776Z Downloaded sha2 v0.10.9
5422026-08-25T00:59:15.776Z Downloaded supports-color v3.0.2
5432026-08-25T00:59:15.776Z Downloaded schemars v0.8.22
5442026-08-25T00:59:15.776Z Downloaded synstructure v0.13.2
5452026-08-25T00:59:15.776Z Downloaded rustls-pemfile v2.2.0
5462026-08-25T00:59:15.776Z Downloaded toml_write v0.1.2
5472026-08-25T00:59:15.776Z Downloaded hyper-util v0.1.20
5482026-08-25T00:59:15.776Z Downloaded rustls-pki-types v1.12.0
5492026-08-25T00:59:15.776Z Downloaded thiserror v1.0.69
5502026-08-25T00:59:15.776Z Downloaded tower-layer v0.3.3
5512026-08-25T00:59:15.777Z Downloaded topological-sort v0.2.2
5522026-08-25T00:59:15.777Z Downloaded thiserror v2.0.18
5532026-08-25T00:59:15.777Z Downloaded thiserror-impl v1.0.69
5542026-08-25T00:59:15.777Z Downloaded time-core v0.1.8
5552026-08-25T00:59:15.777Z Downloaded spin v0.9.8
5562026-08-25T00:59:15.777Z Downloaded time-macros v0.2.27
5572026-08-25T00:59:15.777Z Downloaded thiserror-no-std v2.0.2
5582026-08-25T00:59:15.777Z Downloaded tower-service v0.3.3
5592026-08-25T00:59:15.777Z Downloaded smallvec v1.15.1
5602026-08-25T00:59:15.777Z Downloaded tokio-dtrace v0.1.1
5612026-08-25T00:59:15.777Z Downloaded strum_macros v0.26.4
5622026-08-25T00:59:15.777Z Downloaded thread_local v1.1.9
5632026-08-25T00:59:15.777Z Downloaded thiserror-impl v2.0.18
5642026-08-25T00:59:15.778Z Downloaded tokio-native-tls v0.3.1
5652026-08-25T00:59:15.779Z Downloaded tinystr v0.8.1
5662026-08-25T00:59:15.779Z Downloaded serde_core v1.0.228
5672026-08-25T00:59:15.779Z Downloaded typify-macro v0.4.3
5682026-08-25T00:59:15.779Z Downloaded ryu v1.0.20
5692026-08-25T00:59:15.779Z Downloaded try-lock v0.2.5
5702026-08-25T00:59:15.780Z Downloaded unicode-linebreak v0.1.5
5712026-08-25T00:59:15.780Z Downloaded progenitor-impl v0.10.0
5722026-08-25T00:59:15.780Z Downloaded usdt-attr-macro v0.6.0
5732026-08-25T00:59:15.780Z Downloaded memchr v2.7.5
5742026-08-25T00:59:15.780Z Downloaded untrusted v0.9.0
5752026-08-25T00:59:15.780Z Downloaded usdt-macro v0.5.0
5762026-08-25T00:59:15.780Z Downloaded usdt v0.6.0
5772026-08-25T00:59:15.932Z Downloaded rayon-core v1.13.0
5782026-08-25T00:59:15.932Z Downloaded mio v1.2.1
5792026-08-25T00:59:15.932Z Downloaded slog v2.8.2
5802026-08-25T00:59:15.932Z Downloaded serde_with_macros v3.14.1
5812026-08-25T00:59:15.933Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5822026-08-25T00:59:15.933Z Downloaded signal-hook v0.4.4
5832026-08-25T00:59:15.933Z Downloaded serde_yaml v0.9.34+deprecated
5842026-08-25T00:59:15.933Z Downloaded unicode-xid v0.2.6
5852026-08-25T00:59:15.933Z Downloaded usdt-macro v0.6.0
5862026-08-25T00:59:15.933Z Downloaded untrusted v0.7.1
5872026-08-25T00:59:15.933Z Downloaded term v1.2.0
5882026-08-25T00:59:15.934Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5892026-08-25T00:59:15.934Z Downloaded tempfile v3.27.0
5902026-08-25T00:59:15.934Z Downloaded minimal-lexical v0.2.1
5912026-08-25T00:59:15.934Z Downloaded universal-hash v0.5.1
5922026-08-25T00:59:15.934Z Downloaded openssl-sys v0.9.117
5932026-08-25T00:59:15.934Z Downloaded want v0.3.1
5942026-08-25T00:59:15.934Z Downloaded rand v0.8.5
5952026-08-25T00:59:15.934Z Downloaded wait-timeout v0.2.1
5962026-08-25T00:59:15.934Z Downloaded utf8parse v0.2.2
5972026-08-25T00:59:15.934Z Downloaded toml_writer v1.1.1+spec-1.1.0
5982026-08-25T00:59:15.935Z Downloaded typify-macro v0.6.2
5992026-08-25T00:59:15.935Z Downloaded indexmap v2.14.0
6002026-08-25T00:59:15.935Z Downloaded similar v2.7.0
6012026-08-25T00:59:15.935Z Downloaded usdt v0.5.0
6022026-08-25T00:59:15.935Z Downloaded prettyplease v0.2.37
6032026-08-25T00:59:15.935Z Downloaded goblin v0.8.2
6042026-08-25T00:59:15.935Z Downloaded version_check v0.9.5
6052026-08-25T00:59:15.935Z Downloaded tokio-rustls v0.25.0
6062026-08-25T00:59:15.935Z Downloaded waitgroup v0.1.2
6072026-08-25T00:59:15.935Z Downloaded toml v0.8.23
6082026-08-25T00:59:15.935Z Downloaded tokio-stream v0.1.17
6092026-08-25T00:59:15.935Z Downloaded progenitor-impl v0.14.0
6102026-08-25T00:59:15.935Z Downloaded schemars v0.9.0
6112026-08-25T00:59:15.935Z Downloaded zeroize_derive v1.4.3
6122026-08-25T00:59:15.935Z Downloaded unarray v0.1.4
6132026-08-25T00:59:15.935Z Downloaded zerofrom-derive v0.1.6
6142026-08-25T00:59:15.936Z Downloaded xattr v1.6.1
6152026-08-25T00:59:15.936Z Downloaded usdt-impl v0.6.0
6162026-08-25T00:59:15.936Z Downloaded rustls-webpki v0.103.6
6172026-08-25T00:59:15.936Z Downloaded quinn v0.11.9
6182026-08-25T00:59:15.936Z Downloaded serde_derive v1.0.228
6192026-08-25T00:59:15.971Z Downloaded tokio-rustls v0.26.4
6202026-08-25T00:59:15.971Z Downloaded yoke-derive v0.8.0
6212026-08-25T00:59:15.971Z Downloaded scuffle v0.1.0
6222026-08-25T00:59:15.971Z Downloaded postcard v1.1.3
6232026-08-25T00:59:15.971Z Downloaded usdt-attr-macro v0.5.0
6242026-08-25T00:59:15.971Z Downloaded toml_parser v1.1.2+spec-1.1.0
6252026-08-25T00:59:15.971Z Downloaded pin-project v1.1.10
6262026-08-25T00:59:15.971Z Downloaded test-strategy v0.4.3
6272026-08-25T00:59:15.974Z Downloaded vsss-rs v3.3.4
6282026-08-25T00:59:15.974Z Downloaded snafu v0.8.9
6292026-08-25T00:59:15.974Z Downloaded serde v1.0.228
6302026-08-25T00:59:15.974Z Downloaded zerofrom v0.1.6
6312026-08-25T00:59:15.974Z Downloaded zone_cfg_derive v0.3.1
6322026-08-25T00:59:15.974Z Downloaded nom v7.1.3
6332026-08-25T00:59:15.974Z Downloaded writeable v0.6.1
6342026-08-25T00:59:15.974Z Downloaded yoke v0.8.0
6352026-08-25T00:59:15.974Z Downloaded zone v0.3.1
6362026-08-25T00:59:15.974Z Downloaded tinyvec v1.10.0
6372026-08-25T00:59:15.974Z Downloaded ucd-trie v0.1.7
6382026-08-25T00:59:15.974Z Downloaded utf8_iter v1.0.4
6392026-08-25T00:59:15.975Z Downloaded usdt-impl v0.5.0
6402026-08-25T00:59:15.975Z Downloaded textwrap v0.16.2
6412026-08-25T00:59:15.975Z Downloaded walkdir v2.5.0
6422026-08-25T00:59:15.975Z Downloaded whoami v1.6.1
6432026-08-25T00:59:15.975Z Downloaded schemars v1.2.0
6442026-08-25T00:59:15.975Z Downloaded zerovec-derive v0.11.1
6452026-08-25T00:59:15.975Z Downloaded qorb v0.4.1
6462026-08-25T00:59:15.975Z Downloaded tracing-attributes v0.1.30
6472026-08-25T00:59:15.975Z Downloaded idna v1.1.0
6482026-08-25T00:59:15.975Z Downloaded strum v0.27.2
6492026-08-25T00:59:15.975Z Downloaded strum v0.26.3
6502026-08-25T00:59:15.975Z Downloaded icu_normalizer_data v2.0.0
6512026-08-25T00:59:15.975Z Downloaded toml v0.7.8
6522026-08-25T00:59:15.975Z Downloaded parking_lot v0.12.5
6532026-08-25T00:59:15.975Z Downloaded log v0.4.29
6542026-08-25T00:59:15.975Z Downloaded futures v0.3.32
6552026-08-25T00:59:15.975Z Downloaded heapless v0.8.0
6562026-08-25T00:59:15.976Z Downloaded progenitor v0.14.0
6572026-08-25T00:59:15.976Z Downloaded progenitor v0.11.1
6582026-08-25T00:59:15.976Z Downloaded num-rational v0.4.2
6592026-08-25T00:59:15.976Z Downloaded num-complex v0.4.6
6602026-08-25T00:59:15.977Z Downloaded chacha20poly1305 v0.10.1
6612026-08-25T00:59:15.977Z Downloaded tracing-core v0.1.34
6622026-08-25T00:59:15.977Z Downloaded aho-corasick v1.1.3
6632026-08-25T00:59:15.977Z Downloaded zmij v1.0.17
6642026-08-25T00:59:15.977Z Downloaded steno v0.4.1
6652026-08-25T00:59:15.977Z Downloaded itertools v0.12.1
6662026-08-25T00:59:15.977Z Downloaded unicode-ident v1.0.24
6672026-08-25T00:59:15.977Z Downloaded iri-string v0.7.8
6682026-08-25T00:59:15.977Z Downloaded vergen v8.3.2
6692026-08-25T00:59:15.977Z Downloaded socket2 v0.6.4
6702026-08-25T00:59:15.977Z Downloaded iddqd v0.3.18
6712026-08-25T00:59:15.977Z Downloaded typify v0.6.2
6722026-08-25T00:59:15.977Z Downloaded toml v0.9.12+spec-1.1.0
6732026-08-25T00:59:15.977Z Downloaded toml v1.1.2+spec-1.1.0
6742026-08-25T00:59:15.977Z Downloaded typify v0.4.3
6752026-08-25T00:59:15.978Z Downloaded zerocopy-derive v0.7.35
6762026-08-25T00:59:15.978Z Downloaded tar v0.4.45
6772026-08-25T00:59:15.978Z Downloaded clap_builder v4.6.0
6782026-08-25T00:59:15.978Z Downloaded rand v0.9.3
6792026-08-25T00:59:15.978Z Downloaded hashbrown v0.15.5
6802026-08-25T00:59:15.978Z Downloaded unsafe-libyaml v0.2.11
6812026-08-25T00:59:15.978Z Downloaded itertools v0.14.0
6822026-08-25T00:59:15.978Z Downloaded hashbrown v0.17.1
6832026-08-25T00:59:15.978Z Downloaded uuid v1.23.3
6842026-08-25T00:59:15.978Z Downloaded zeroize v1.8.1
6852026-08-25T00:59:15.979Z Downloaded hashbrown v0.16.1
6862026-08-25T00:59:15.979Z Downloaded hkdf v0.12.4
6872026-08-25T00:59:15.979Z Downloaded pest v2.8.2
6882026-08-25T00:59:15.979Z Downloaded pin-project-lite v0.2.16
6892026-08-25T00:59:15.979Z Downloaded toml_edit v0.22.27
6902026-08-25T00:59:16.099Z Downloaded libm v0.2.15
6912026-08-25T00:59:16.100Z Downloaded icu_properties_data v2.0.1
6922026-08-25T00:59:16.100Z Downloaded hyper v1.10.1
6932026-08-25T00:59:16.100Z Downloaded parse-display-derive v0.10.0
6942026-08-25T00:59:16.100Z Downloaded oxide-tokio-rt v0.1.2
6952026-08-25T00:59:16.100Z Downloaded httparse v1.10.1
6962026-08-25T00:59:16.100Z Downloaded url v2.5.7
6972026-08-25T00:59:16.101Z Downloaded zerotrie v0.2.2
6982026-08-25T00:59:16.101Z Downloaded blake3 v1.8.2
6992026-08-25T00:59:16.101Z Downloaded tracing v0.1.41
7002026-08-25T00:59:16.101Z Downloaded dropshot_endpoint v0.17.1
7012026-08-25T00:59:16.101Z Downloaded dropshot_endpoint v0.16.7
7022026-08-25T00:59:16.101Z Downloaded derive-where v1.6.0
7032026-08-25T00:59:16.101Z Downloaded powerfmt v0.2.0
7042026-08-25T00:59:16.101Z Downloaded phf_shared v0.12.1
7052026-08-25T00:59:16.101Z Downloaded ingot-macros v0.1.1
7062026-08-25T00:59:16.156Z Downloaded iana-time-zone v0.1.64
7072026-08-25T00:59:16.156Z Downloaded futures-util v0.3.32
7082026-08-25T00:59:16.156Z Downloaded itertools v0.15.0
7092026-08-25T00:59:16.156Z Downloaded regex v1.12.4
7102026-08-25T00:59:16.156Z Downloaded anyhow v1.0.102
7112026-08-25T00:59:16.156Z Downloaded allocator-api2 v0.2.21
7122026-08-25T00:59:16.156Z Downloaded openssl-macros v0.1.1
7132026-08-25T00:59:16.156Z Downloaded omicron-workspace-hack v0.1.0
7142026-08-25T00:59:16.156Z Downloaded libsw-core v0.3.2
7152026-08-25T00:59:16.156Z Downloaded libsw v3.5.0
7162026-08-25T00:59:16.156Z Downloaded hybrid-array v0.4.12
7172026-08-25T00:59:16.156Z Downloaded crossbeam-utils v0.8.21
7182026-08-25T00:59:16.156Z Downloaded camino v1.2.3
7192026-08-25T00:59:16.156Z Downloaded newtype-uuid-macros v0.1.0
7202026-08-25T00:59:16.157Z Downloaded memmap v0.7.0
7212026-08-25T00:59:16.157Z Downloaded managed v0.8.0
7222026-08-25T00:59:16.162Z Downloaded highway v1.3.0
7232026-08-25T00:59:16.162Z Downloaded lru-slab v0.1.2
7242026-08-25T00:59:16.162Z Downloaded lru-cache v0.1.2
7252026-08-25T00:59:16.162Z Downloaded darling v0.21.3
7262026-08-25T00:59:16.162Z Downloaded toml_edit v0.19.15
7272026-08-25T00:59:16.163Z Downloaded unicode-segmentation v1.12.0
7282026-08-25T00:59:16.163Z Downloaded reqwest v0.13.2
7292026-08-25T00:59:16.163Z Downloaded iddqd v0.4.5
7302026-08-25T00:59:16.163Z Downloaded rayon v1.11.0
7312026-08-25T00:59:16.163Z Downloaded typed-path v0.9.3
7322026-08-25T00:59:16.163Z Downloaded zerocopy-derive v0.8.27
7332026-08-25T00:59:16.163Z Downloaded portable-atomic v1.11.1
7342026-08-25T00:59:16.163Z Downloaded unicode-normalization v0.1.24
7352026-08-25T00:59:16.163Z Downloaded git2 v0.19.0
7362026-08-25T00:59:16.163Z Downloaded serde_json v1.0.150
7372026-08-25T00:59:16.163Z Downloaded reqwest v0.12.23
7382026-08-25T00:59:16.163Z Downloaded typenum v1.20.1
7392026-08-25T00:59:16.163Z Downloaded tower v0.5.2
7402026-08-25T00:59:16.163Z Downloaded serde_with v3.14.1
7412026-08-25T00:59:16.164Z Downloaded tower-http v0.6.8
7422026-08-25T00:59:16.164Z Downloaded zerovec v0.11.4
7432026-08-25T00:59:16.164Z Downloaded proptest v1.8.0
7442026-08-25T00:59:16.164Z Downloaded goblin v0.10.1
7452026-08-25T00:59:16.164Z Downloaded tough v0.20.0
7462026-08-25T00:59:16.164Z Downloaded rustls-webpki v0.102.8
7472026-08-25T00:59:16.164Z Downloaded chrono v0.4.45
7482026-08-25T00:59:16.202Z Downloaded tokio-util v0.7.16
7492026-08-25T00:59:16.203Z Downloaded aws-lc-rs v1.16.2
7502026-08-25T00:59:16.203Z Downloaded winnow v0.5.40
7512026-08-25T00:59:16.203Z Downloaded bstr v1.12.0
7522026-08-25T00:59:16.203Z Downloaded moka v0.12.11
7532026-08-25T00:59:16.203Z Downloaded zerocopy v0.7.35
7542026-08-25T00:59:16.203Z Downloaded bindgen v0.72.1
7552026-08-25T00:59:16.203Z Downloaded daft v0.1.5
7562026-08-25T00:59:16.203Z Downloaded crossbeam-epoch v0.9.18
7572026-08-25T00:59:16.204Z Downloaded generic-array v0.14.7
7582026-08-25T00:59:16.204Z Downloaded fs-err v3.1.2
7592026-08-25T00:59:16.204Z Downloaded find-msvc-tools v0.1.9
7602026-08-25T00:59:16.204Z Downloaded digest v0.10.7
7612026-08-25T00:59:16.204Z Downloaded data-encoding v2.9.0
7622026-08-25T00:59:16.204Z Downloaded const_format_proc_macros v0.2.34
7632026-08-25T00:59:16.204Z Downloaded hickory-proto v0.24.4
7642026-08-25T00:59:16.204Z Downloaded winnow v1.0.3
7652026-08-25T00:59:16.230Z Downloaded winnow v0.7.14
7662026-08-25T00:59:16.230Z Downloaded fixedbitset v0.5.7
7672026-08-25T00:59:16.231Z Downloaded constant_time_eq v0.3.1
7682026-08-25T00:59:16.231Z Downloaded anstyle v1.0.14
7692026-08-25T00:59:16.231Z Downloaded instant v0.1.13
7702026-08-25T00:59:16.231Z Downloaded inout v0.1.4
7712026-08-25T00:59:16.231Z Downloaded ident_case v1.0.1
7722026-08-25T00:59:16.231Z Downloaded quinn-proto v0.11.14
7732026-08-25T00:59:16.231Z Downloaded tabled v0.21.0
7742026-08-25T00:59:16.231Z Downloaded syn v1.0.109
7752026-08-25T00:59:16.231Z Downloaded foldhash v0.1.5
7762026-08-25T00:59:16.231Z Downloaded bcs v0.1.6
7772026-08-25T00:59:16.231Z Downloaded backoff v0.4.0
7782026-08-25T00:59:16.231Z Downloaded time v0.3.47
7792026-08-25T00:59:16.231Z Downloaded tabled v0.15.0
7802026-08-25T00:59:16.420Z Downloaded curve25519-dalek v4.1.3
7812026-08-25T00:59:16.420Z Downloaded enum-as-inner v0.6.1
7822026-08-25T00:59:16.420Z Downloaded dof v0.4.0
7832026-08-25T00:59:16.420Z Downloaded daft-derive v0.1.5
7842026-08-25T00:59:16.420Z Downloaded zerocopy v0.8.27
7852026-08-25T00:59:16.420Z Downloaded nix v0.30.1
7862026-08-25T00:59:16.462Z Downloaded vcpkg v0.2.15
7872026-08-25T00:59:16.462Z Downloaded syn v2.0.118
7882026-08-25T00:59:16.462Z Downloaded openssl v0.10.81
7892026-08-25T00:59:16.462Z Downloaded nix v0.31.3
7902026-08-25T00:59:16.462Z Downloaded smoltcp v0.11.0
7912026-08-25T00:59:16.462Z Downloaded unicode-width v0.2.1
7922026-08-25T00:59:16.462Z Downloaded regress v0.10.5
7932026-08-25T00:59:16.463Z Downloaded openapiv3 v2.2.0
7942026-08-25T00:59:16.463Z Downloaded webpki-roots v1.0.2
7952026-08-25T00:59:16.463Z Downloaded dropshot v0.16.7
7962026-08-25T00:59:16.463Z Downloaded rustls v0.23.40
7972026-08-25T00:59:16.463Z Downloaded rustix v0.38.44
7982026-08-25T00:59:16.463Z Downloaded hickory-proto v0.25.2
7992026-08-25T00:59:16.463Z Downloaded rustix v1.1.4
8002026-08-25T00:59:16.463Z Downloaded regress v0.11.1
8012026-08-25T00:59:16.463Z Downloaded regex-syntax v0.8.11
8022026-08-25T00:59:16.463Z Downloaded rustls v0.22.4
8032026-08-25T00:59:16.463Z Downloaded unicode-width v0.1.14
8042026-08-25T00:59:16.463Z Downloaded dropshot v0.17.1
8052026-08-25T00:59:16.463Z Downloaded crossbeam-deque v0.8.6
8062026-08-25T00:59:16.463Z Downloaded typify-impl v0.4.3
8072026-08-25T00:59:16.463Z Downloaded typify-impl v0.6.2
8082026-08-25T00:59:16.463Z Downloaded cmake v0.1.54
8092026-08-25T00:59:16.463Z Downloaded cexpr v0.6.0
8102026-08-25T00:59:16.463Z Downloaded equivalent v1.0.2
8112026-08-25T00:59:16.464Z Downloaded chacha20 v0.9.1
8122026-08-25T00:59:16.464Z Downloaded cc v1.2.64
8132026-08-25T00:59:16.464Z Downloaded block-buffer v0.12.0
8142026-08-25T00:59:16.464Z Downloaded defmt v0.3.100
8152026-08-25T00:59:16.464Z Downloaded cfg_aliases v0.2.1
8162026-08-25T00:59:16.464Z Downloaded foreign-types v0.5.0
8172026-08-25T00:59:16.464Z Downloaded futures-core v0.3.32
8182026-08-25T00:59:16.464Z Downloaded errno v0.3.14
8192026-08-25T00:59:16.464Z Downloaded embedded-io v0.4.0
8202026-08-25T00:59:16.464Z Downloaded ciborium-ll v0.2.2
8212026-08-25T00:59:16.465Z Downloaded form_urlencoded v1.2.2
8222026-08-25T00:59:16.465Z Downloaded foreign-types-shared v0.1.1
8232026-08-25T00:59:16.465Z Downloaded either v1.15.0
8242026-08-25T00:59:16.465Z Downloaded cancel-safe-futures v0.1.5
8252026-08-25T00:59:16.465Z Downloaded bitflags v1.3.2
8262026-08-25T00:59:16.465Z Downloaded async-stream v0.3.6
8272026-08-25T00:59:16.465Z Downloaded camino-tempfile v1.4.1
8282026-08-25T00:59:16.465Z Downloaded bytecount v0.6.9
8292026-08-25T00:59:16.465Z Downloaded atomic-waker v1.1.2
8302026-08-25T00:59:16.465Z Downloaded async-trait v0.1.89
8312026-08-25T00:59:16.465Z Downloaded anstream v1.0.0
8322026-08-25T00:59:16.465Z Downloaded clap_lex v1.1.0
8332026-08-25T00:59:16.465Z Downloaded float-ord v0.3.2
8342026-08-25T00:59:16.465Z Downloaded derive_more v0.99.20
8352026-08-25T00:59:16.465Z Downloaded crypto-common v0.2.2
8362026-08-25T00:59:16.465Z Downloaded crypto-common v0.1.6
8372026-08-25T00:59:16.465Z Downloaded convert_case v0.4.0
8382026-08-25T00:59:16.465Z Downloaded regex-automata v0.4.13
8392026-08-25T00:59:16.465Z Downloaded petgraph v0.6.5
8402026-08-25T00:59:16.485Z Downloaded colorchoice v1.0.4
8412026-08-25T00:59:16.486Z Downloaded bit-vec v0.8.0
8422026-08-25T00:59:16.487Z Downloaded arrayvec v0.7.6
8432026-08-25T00:59:16.487Z Downloaded anstyle-parse v1.0.0
8442026-08-25T00:59:16.495Z Downloaded jiff v0.2.15
8452026-08-25T00:59:16.537Z Downloaded tokio v1.52.3
8462026-08-25T00:59:16.610Z Downloaded chrono-tz v0.10.4
8472026-08-25T00:59:16.610Z Downloaded petgraph v0.8.2
8482026-08-25T00:59:16.610Z Downloaded libc v0.2.186
8492026-08-25T00:59:16.734Z Downloaded csv v1.4.0
8502026-08-25T00:59:16.735Z Downloaded libz-sys v1.1.22
8512026-08-25T00:59:16.735Z Downloaded encoding_rs v0.8.35
8522026-08-25T00:59:16.737Z Downloaded sha3 v0.10.8
8532026-08-25T00:59:16.789Z Downloaded ring v0.17.14
8542026-08-25T00:59:16.822Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-25T00:59:16.882Z Downloaded libgit2-sys v0.17.0+1.8.1
8562026-08-25T00:59:17.284Z Downloaded aws-lc-sys v0.39.1
8572026-08-25T00:59:17.707Z Compiling proc-macro2 v1.0.106
8582026-08-25T00:59:17.708Z Compiling quote v1.0.45
8592026-08-25T00:59:18.257Z Compiling unicode-ident v1.0.24
8602026-08-25T00:59:18.257Z Compiling serde_core v1.0.228
8612026-08-25T00:59:18.257Z Compiling serde v1.0.228
8622026-08-25T00:59:18.257Z Compiling libc v0.2.186
8632026-08-25T00:59:18.257Z Checking cfg-if v1.0.4
8642026-08-25T00:59:18.397Z Compiling zmij v1.0.17
8652026-08-25T00:59:18.397Z Compiling autocfg v1.5.0
8662026-08-25T00:59:18.398Z Compiling memchr v2.7.5
8672026-08-25T00:59:18.398Z Compiling libm v0.2.15
8682026-08-25T00:59:18.762Z Compiling getrandom v0.4.2
8692026-08-25T00:59:18.865Z Compiling jobserver v0.1.34
8702026-08-25T00:59:18.865Z Compiling shlex v2.0.1
8712026-08-25T00:59:18.865Z Compiling find-msvc-tools v0.1.9
8722026-08-25T00:59:18.865Z Compiling version_check v0.9.5
8732026-08-25T00:59:18.980Z Compiling cc v1.2.64
8742026-08-25T00:59:19.070Z Checking smallvec v1.15.1
8752026-08-25T00:59:19.071Z Compiling thiserror v2.0.18
8762026-08-25T00:59:19.071Z Checking itoa v1.0.15
8772026-08-25T00:59:19.253Z Compiling syn v2.0.118
8782026-08-25T00:59:19.253Z Compiling icu_normalizer_data v2.0.0
8792026-08-25T00:59:19.253Z Compiling icu_properties_data v2.0.1
8802026-08-25T00:59:19.852Z Compiling parking_lot_core v0.9.12
8812026-08-25T00:59:19.853Z Checking stable_deref_trait v1.2.0
8822026-08-25T00:59:19.853Z Compiling serde_json v1.0.150
8832026-08-25T00:59:19.853Z Compiling heck v0.5.0
8842026-08-25T00:59:19.853Z Checking writeable v0.6.1
8852026-08-25T00:59:19.853Z Checking litemap v0.8.0
8862026-08-25T00:59:19.853Z Compiling num-traits v0.2.19
8872026-08-25T00:59:19.915Z Checking percent-encoding v2.3.2
8882026-08-25T00:59:20.118Z Checking form_urlencoded v1.2.2
8892026-08-25T00:59:20.214Z Checking utf8_iter v1.0.4
8902026-08-25T00:59:20.214Z Compiling zerocopy v0.8.27
8912026-08-25T00:59:20.318Z Checking pin-project-lite v0.2.16
8922026-08-25T00:59:20.318Z Compiling log v0.4.29
8932026-08-25T00:59:20.318Z Compiling equivalent v1.0.2
8942026-08-25T00:59:20.318Z Compiling semver v1.0.28
8952026-08-25T00:59:20.318Z Checking iana-time-zone v0.1.64
8962026-08-25T00:59:20.472Z Compiling rustversion v1.0.22
8972026-08-25T00:59:20.472Z Checking getrandom v0.2.16
8982026-08-25T00:59:20.550Z Checking socket2 v0.6.4
8992026-08-25T00:59:20.617Z Checking uuid v1.23.3
9002026-08-25T00:59:20.633Z Checking scopeguard v1.2.0
9012026-08-25T00:59:20.739Z Checking lock_api v0.4.14
9022026-08-25T00:59:20.969Z Checking bitflags v2.11.1
9032026-08-25T00:59:21.094Z Checking signal-hook-registry v1.4.6
9042026-08-25T00:59:21.094Z Checking mio v1.2.1
9052026-08-25T00:59:21.095Z Checking parking_lot v0.12.5
9062026-08-25T00:59:21.243Z Compiling schemars v0.8.22
9072026-08-25T00:59:21.243Z Checking dyn-clone v1.0.20
9082026-08-25T00:59:21.454Z Compiling portable-atomic v1.11.1
9092026-08-25T00:59:21.454Z Checking futures-core v0.3.32
9102026-08-25T00:59:22.161Z Compiling ring v0.17.14
9112026-08-25T00:59:22.161Z Checking critical-section v1.2.0
9122026-08-25T00:59:22.162Z Compiling hashbrown v0.17.1
9132026-08-25T00:59:22.162Z Compiling httparse v1.10.1
9142026-08-25T00:59:22.162Z Checking subtle v2.6.1
9152026-08-25T00:59:22.162Z Checking futures-sink v0.3.32
9162026-08-25T00:59:22.533Z Compiling regex-syntax v0.8.11
9172026-08-25T00:59:22.534Z Compiling indexmap v2.14.0
9182026-08-25T00:59:22.534Z Compiling synstructure v0.13.2
9192026-08-25T00:59:22.534Z Compiling serde_derive_internals v0.29.1
9202026-08-25T00:59:22.534Z Checking once_cell v1.21.3
9212026-08-25T00:59:23.180Z Checking slab v0.4.11
9222026-08-25T00:59:23.180Z Compiling aho-corasick v1.1.3
9232026-08-25T00:59:23.181Z Compiling thiserror v1.0.69
9242026-08-25T00:59:23.181Z Compiling rustix v1.1.4
9252026-08-25T00:59:23.181Z Checking rand_core v0.6.4
9262026-08-25T00:59:23.603Z Checking typenum v1.20.1
9272026-08-25T00:59:23.603Z Checking futures-channel v0.3.32
9282026-08-25T00:59:23.603Z Compiling ucd-trie v0.1.7
9292026-08-25T00:59:23.603Z Compiling serde_derive v1.0.228
9302026-08-25T00:59:23.604Z Compiling zerofrom-derive v0.1.6
9312026-08-25T00:59:23.604Z Compiling yoke-derive v0.8.0
9322026-08-25T00:59:24.271Z Compiling zerovec-derive v0.11.1
9332026-08-25T00:59:24.271Z Compiling displaydoc v0.2.5
9342026-08-25T00:59:24.271Z Compiling thiserror-impl v2.0.18
9352026-08-25T00:59:24.663Z Compiling schemars_derive v0.8.22
9362026-08-25T00:59:24.891Z Compiling tokio-macros v2.7.0
9372026-08-25T00:59:24.893Z Compiling zerocopy-derive v0.8.27
9382026-08-25T00:59:24.893Z Checking zerofrom v0.1.6
9392026-08-25T00:59:24.893Z Compiling futures-macro v0.3.32
9402026-08-25T00:59:24.893Z Checking yoke v0.8.0
9412026-08-25T00:59:25.175Z Checking zerovec v0.11.4
9422026-08-25T00:59:25.175Z Checking zerotrie v0.2.2
9432026-08-25T00:59:25.464Z Compiling zeroize_derive v1.4.3
9442026-08-25T00:59:25.464Z Compiling regex-automata v0.4.13
9452026-08-25T00:59:25.464Z Compiling thiserror-impl v1.0.69
9462026-08-25T00:59:25.748Z Checking tinystr v0.8.1
9472026-08-25T00:59:26.102Z Checking potential_utf v0.1.3
9482026-08-25T00:59:26.102Z Checking icu_locale_core v2.0.0
9492026-08-25T00:59:26.102Z Checking icu_collections v2.0.0
9502026-08-25T00:59:26.773Z Checking zeroize v1.8.1
9512026-08-25T00:59:26.773Z Compiling pest v2.8.2
9522026-08-25T00:59:26.773Z Checking futures-task v0.3.32
9532026-08-25T00:59:26.773Z Checking icu_provider v2.0.0
9542026-08-25T00:59:27.237Z Checking futures-io v0.3.32
9552026-08-25T00:59:27.237Z Checking bytes v1.12.0
9562026-08-25T00:59:27.238Z Checking icu_properties v2.0.1
9572026-08-25T00:59:27.238Z Checking icu_normalizer v2.0.0
9582026-08-25T00:59:27.238Z Checking chrono v0.4.45
9592026-08-25T00:59:27.238Z Compiling serde_tokenstream v0.2.3
9602026-08-25T00:59:27.238Z Checking tokio v1.52.3
9612026-08-25T00:59:27.628Z Compiling regex v1.12.4
9622026-08-25T00:59:27.629Z Checking idna_adapter v1.2.1
9632026-08-25T00:59:27.629Z Compiling pest_meta v2.8.2
9642026-08-25T00:59:27.629Z Checking futures-util v0.3.32
9652026-08-25T00:59:27.629Z Compiling pkg-config v0.3.32
9662026-08-25T00:59:27.629Z Checking idna v1.1.0
9672026-08-25T00:59:27.885Z Compiling anyhow v1.0.102
9682026-08-25T00:59:27.885Z Checking url v2.5.7
9692026-08-25T00:59:28.132Z Compiling tracing-attributes v0.1.30
9702026-08-25T00:59:28.132Z Checking tracing-core v0.1.34
9712026-08-25T00:59:28.592Z Compiling pest_generator v2.8.2
9722026-08-25T00:59:28.592Z Compiling generic-array v0.14.7
9732026-08-25T00:59:28.923Z Compiling foldhash v0.2.0
9742026-08-25T00:59:28.923Z Compiling vcpkg v0.2.15
9752026-08-25T00:59:28.923Z Compiling allocator-api2 v0.2.21
9762026-08-25T00:59:28.923Z Compiling fnv v1.0.7
9772026-08-25T00:59:29.200Z Compiling pest_derive v2.8.2
9782026-08-25T00:59:29.200Z Compiling hashbrown v0.16.1
9792026-08-25T00:59:29.200Z Checking tracing v0.1.41
9802026-08-25T00:59:29.708Z Checking http v1.4.2
9812026-08-25T00:59:30.313Z Compiling getrandom v0.3.3
9822026-08-25T00:59:30.313Z Compiling byteorder v1.5.0
9832026-08-25T00:59:30.313Z Compiling camino v1.2.3
9842026-08-25T00:59:30.313Z Checking crypto-common v0.1.6
9852026-08-25T00:59:30.313Z Checking errno v0.3.14
9862026-08-25T00:59:30.313Z Checking ipnet v2.11.0
9872026-08-25T00:59:30.313Z Checking base64 v0.22.1
9882026-08-25T00:59:30.313Z Compiling num-conv v0.2.1
9892026-08-25T00:59:30.592Z Compiling time-core v0.1.8
9902026-08-25T00:59:30.592Z Compiling scroll_derive v0.13.1
9912026-08-25T00:59:30.592Z Compiling paste v1.0.15
9922026-08-25T00:59:30.592Z Checking http-body v1.0.1
9932026-08-25T00:59:30.592Z Checking tokio-util v0.7.16
9942026-08-25T00:59:30.592Z Compiling time-macros v0.2.27
9952026-08-25T00:59:30.592Z Checking rustls-pki-types v1.12.0
9962026-08-25T00:59:30.592Z Checking atomic-waker v1.1.2
9972026-08-25T00:59:30.896Z Checking try-lock v0.2.5
9982026-08-25T00:59:30.896Z Checking untrusted v0.9.0
9992026-08-25T00:59:30.896Z Checking tower-layer v0.3.3
10002026-08-25T00:59:31.009Z Checking tower-service v0.3.3
10012026-08-25T00:59:31.011Z Checking want v0.3.1
10022026-08-25T00:59:31.011Z Checking h2 v0.4.14
10032026-08-25T00:59:31.011Z Checking httpdate v1.0.3
10042026-08-25T00:59:31.011Z Checking ryu v1.0.20
10052026-08-25T00:59:31.011Z Compiling openssl-sys v0.9.117
10062026-08-25T00:59:31.011Z Compiling async-trait v0.1.89
10072026-08-25T00:59:31.053Z Compiling cmake v0.1.54
10082026-08-25T00:59:31.093Z Compiling strsim v0.11.1
10092026-08-25T00:59:31.206Z Compiling dunce v1.0.5
10102026-08-25T00:59:31.474Z Compiling fs_extra v1.3.0
10112026-08-25T00:59:31.688Z Checking pretty-hex v0.4.1
10122026-08-25T00:59:31.688Z Compiling crossbeam-utils v0.8.21
10132026-08-25T00:59:31.688Z Compiling scroll v0.13.0
10142026-08-25T00:59:31.688Z Compiling regress v0.10.5
10152026-08-25T00:59:31.688Z Compiling aws-lc-sys v0.39.1
10162026-08-25T00:59:31.777Z Checking block-buffer v0.10.4
10172026-08-25T00:59:31.960Z Checking ppv-lite86 v0.2.21
10182026-08-25T00:59:31.960Z Compiling slog v2.8.2
10192026-08-25T00:59:31.960Z Compiling usdt-impl v0.6.0
10202026-08-25T00:59:32.229Z Compiling plain v0.2.3
10212026-08-25T00:59:32.229Z Compiling goblin v0.10.1
10222026-08-25T00:59:32.229Z Checking digest v0.10.7
10232026-08-25T00:59:32.300Z Checking http-body-util v0.1.3
10242026-08-25T00:59:32.300Z Checking ipnetwork v0.21.1
10252026-08-25T00:59:32.300Z Checking erased-serde v0.3.31
10262026-08-25T00:59:32.300Z Compiling omicron-workspace-hack v0.1.0
10272026-08-25T00:59:32.535Z Compiling ident_case v1.0.1
10282026-08-25T00:59:32.601Z Compiling darling_core v0.21.3
10292026-08-25T00:59:32.683Z Checking serde_urlencoded v0.7.1
10302026-08-25T00:59:32.684Z Compiling dtrace-parser v0.3.0
10312026-08-25T00:59:32.795Z Checking hyper v1.10.1
10322026-08-25T00:59:32.881Z Compiling openapiv3 v2.2.0
10332026-08-25T00:59:32.881Z Compiling daft-derive v0.1.5
10342026-08-25T00:59:33.225Z Compiling typify-impl v0.4.3
10352026-08-25T00:59:33.530Z Compiling thread-id v5.0.0
10362026-08-25T00:59:33.744Z Checking hyper-util v0.1.20
10372026-08-25T00:59:34.080Z Compiling aws-lc-rs v1.16.2
10382026-08-25T00:59:34.736Z Checking encoding_rs v0.8.35
10392026-08-25T00:59:34.780Z Compiling dof v0.4.0
10402026-08-25T00:59:34.780Z Compiling darling_macro v0.21.3
10412026-08-25T00:59:35.038Z Checking mime v0.3.17
10422026-08-25T00:59:35.216Z Compiling darling v0.21.3
10432026-08-25T00:59:35.455Z Compiling slog-async v2.8.0
10442026-08-25T00:59:35.572Z Checking cpufeatures v0.2.17
10452026-08-25T00:59:35.572Z Checking untrusted v0.7.1
10462026-08-25T00:59:35.662Z Checking rand_core v0.9.3
10472026-08-25T00:59:35.663Z Checking oxnet v0.1.6
10482026-08-25T00:59:35.761Z Compiling structmeta-derive v0.3.0
10492026-08-25T00:59:35.792Z Compiling multer v3.1.0
10502026-08-25T00:59:35.792Z Compiling usdt-attr-macro v0.6.0
10512026-08-25T00:59:35.821Z Compiling usdt-macro v0.6.0
10522026-08-25T00:59:35.966Z Compiling unsafe-libyaml v0.2.11
10532026-08-25T00:59:36.051Z Compiling rustls v0.23.40
10542026-08-25T00:59:36.068Z Compiling rustls v0.22.4
10552026-08-25T00:59:36.617Z Compiling serde_yaml v0.9.34+deprecated
10562026-08-25T00:59:36.713Z Compiling async-stream-impl v0.3.6
10572026-08-25T00:59:36.713Z Compiling typify-macro v0.4.3
10582026-08-25T00:59:36.714Z Checking sync_wrapper v1.0.2
10592026-08-25T00:59:36.776Z Compiling structmeta v0.3.0
10602026-08-25T00:59:36.777Z Checking foreign-types-shared v0.1.1
10612026-08-25T00:59:36.911Z Checking hex v0.4.3
10622026-08-25T00:59:37.069Z Checking fastrand v2.3.0
10632026-08-25T00:59:37.137Z Compiling openssl v0.10.81
10642026-08-25T00:59:37.200Z Checking tempfile v3.27.0
10652026-08-25T00:59:37.550Z Checking foreign-types v0.3.2
10662026-08-25T00:59:37.604Z Checking tower v0.5.2
10672026-08-25T00:59:37.604Z Checking rand_chacha v0.9.0
10682026-08-25T00:59:37.604Z Checking futures-executor v0.3.32
10692026-08-25T00:59:37.604Z Compiling strum_macros v0.26.4
10702026-08-25T00:59:37.605Z Compiling openssl-macros v0.1.1
10712026-08-25T00:59:37.605Z Checking iri-string v0.7.8
10722026-08-25T00:59:37.706Z Compiling native-tls v0.2.14
10732026-08-25T00:59:37.769Z Checking powerfmt v0.2.0
10742026-08-25T00:59:37.930Z Checking openssl-probe v0.1.6
10752026-08-25T00:59:38.067Z Checking deranged v0.5.3
10762026-08-25T00:59:38.172Z Checking futures v0.3.32
10772026-08-25T00:59:38.172Z Compiling typify v0.4.3
10782026-08-25T00:59:38.172Z Checking rand v0.9.3
10792026-08-25T00:59:38.361Z Compiling newtype-uuid-macros v0.1.0
10802026-08-25T00:59:38.529Z Compiling ref-cast v1.0.25
10812026-08-25T00:59:38.565Z Checking tower-http v0.6.8
10822026-08-25T00:59:38.748Z Checking num_threads v0.1.7
10832026-08-25T00:59:39.187Z Compiling ref-cast-impl v1.0.25
10842026-08-25T00:59:39.884Z Compiling dropshot v0.16.7
10852026-08-25T00:59:39.884Z Checking memmap2 v0.9.8
10862026-08-25T00:59:39.884Z Checking time v0.3.47
10872026-08-25T00:59:39.884Z Checking unicode-width v0.2.1
10882026-08-25T00:59:39.954Z Compiling derive-ex v0.1.8
10892026-08-25T00:59:39.954Z Checking crossbeam-channel v0.5.15
10902026-08-25T00:59:39.954Z Checking webpki-roots v1.0.2
10912026-08-25T00:59:39.954Z Compiling dropshot_endpoint v0.16.7
10922026-08-25T00:59:39.954Z Compiling strum_macros v0.27.2
10932026-08-25T00:59:39.954Z Checking winnow v0.7.14
10942026-08-25T00:59:40.104Z Compiling progenitor-impl v0.11.1
10952026-08-25T00:59:40.283Z Checking tokio-native-tls v0.3.1
10962026-08-25T00:59:40.537Z Checking hyper-tls v0.6.0
10972026-08-25T00:59:40.781Z Compiling test-strategy v0.4.3
10982026-08-25T00:59:40.877Z Checking newtype-uuid v1.3.2
10992026-08-25T00:59:41.072Z Checking thread_local v1.1.9
11002026-08-25T00:59:41.148Z Checking winnow v1.0.3
11012026-08-25T00:59:41.223Z Checking daft v0.1.5
11022026-08-25T00:59:41.223Z Compiling serde_with_macros v3.14.1
11032026-08-25T00:59:41.360Z Checking toml_parser v1.1.2+spec-1.1.0
11042026-08-25T00:59:41.393Z Checking serde_spanned v1.1.1
11052026-08-25T00:59:41.447Z Checking is-terminal v0.4.16
11062026-08-25T00:59:41.581Z Checking debug-ignore v1.0.5
11072026-08-25T00:59:41.740Z Checking term v1.2.0
11082026-08-25T00:59:41.740Z Checking either v1.15.0
11092026-08-25T00:59:41.784Z Checking take_mut v0.2.2
11102026-08-25T00:59:41.784Z Checking toml_writer v1.1.1+spec-1.1.0
11112026-08-25T00:59:41.871Z Checking match_cfg v0.1.0
11122026-08-25T00:59:41.943Z Checking hostname v0.3.1
11132026-08-25T00:59:41.991Z Checking slog-term v2.9.2
11142026-08-25T00:59:41.991Z Checking slog-json v2.6.1
11152026-08-25T00:59:42.104Z Compiling syn v1.0.109
11162026-08-25T00:59:42.137Z Checking spin v0.9.8
11172026-08-25T00:59:42.137Z Checking usdt v0.6.0
11182026-08-25T00:59:42.177Z Checking slog-bunyan v2.5.0
11192026-08-25T00:59:42.227Z Compiling progenitor-macro v0.11.1
11202026-08-25T00:59:42.351Z Checking async-stream v0.3.6
11212026-08-25T00:59:42.351Z Compiling parse-display-derive v0.10.0
11222026-08-25T00:59:42.414Z Checking rustls-webpki v0.102.8
11232026-08-25T00:59:42.414Z Checking waitgroup v0.1.2
11242026-08-25T00:59:42.539Z Checking rustls-pemfile v2.2.0
11252026-08-25T00:59:42.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11262026-08-25T00:59:42.620Z Checking serde_path_to_error v0.1.20
11272026-08-25T00:59:42.620Z Checking hostname v0.4.2
11282026-08-25T00:59:42.664Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11292026-08-25T00:59:42.720Z Checking strum v0.26.3
11302026-08-25T00:59:42.836Z Checking rand_chacha v0.3.1
11312026-08-25T00:59:42.915Z Checking macaddr v1.0.1
11322026-08-25T00:59:42.938Z Checking toml_datetime v0.7.5+spec-1.1.0
11332026-08-25T00:59:43.282Z Checking wait-timeout v0.2.1
11342026-08-25T00:59:43.798Z Checking bit-vec v0.8.0
11352026-08-25T00:59:43.798Z Checking lazy_static v1.5.0
11362026-08-25T00:59:43.798Z Checking quick-error v1.2.3
11372026-08-25T00:59:43.798Z Checking bit-set v0.8.0
11382026-08-25T00:59:43.798Z Checking toml v0.9.12+spec-1.1.0
11392026-08-25T00:59:43.798Z Checking rusty-fork v0.3.0
11402026-08-25T00:59:43.871Z Checking rand v0.8.5
11412026-08-25T00:59:43.871Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11422026-08-25T00:59:43.872Z Checking rand_xorshift v0.4.0
11432026-08-25T00:59:43.872Z Checking sha1 v0.10.6
11442026-08-25T00:59:43.875Z Checking unarray v0.1.4
11452026-08-25T00:59:44.215Z Checking strum v0.27.2
11462026-08-25T00:59:44.512Z Checking proptest v1.8.0
11472026-08-25T00:59:44.512Z Checking tabwriter v1.4.1
11482026-08-25T00:59:44.562Z Checking tokio-rustls v0.25.0
11492026-08-25T00:59:44.562Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11502026-08-25T00:59:44.562Z Checking colored v3.1.1
11512026-08-25T00:59:44.562Z Checking serde_with v3.14.1
11522026-08-25T00:59:44.783Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11532026-08-25T00:59:44.961Z Checking instant v0.1.13
11542026-08-25T00:59:45.039Z Checking rustc-hash v2.1.1
11552026-08-25T00:59:45.459Z Checking iddqd v0.3.18
11562026-08-25T00:59:45.525Z Checking backoff v0.4.0
11572026-08-25T00:59:45.711Z Checking parse-display v0.10.0
11582026-08-25T00:59:45.741Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-08-25T00:59:45.741Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11602026-08-25T00:59:45.805Z Checking itertools v0.14.0
11612026-08-25T00:59:45.834Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11622026-08-25T00:59:46.588Z Compiling toml_datetime v0.6.11
11632026-08-25T00:59:46.971Z Compiling clap_derive v4.6.1
11642026-08-25T00:59:46.971Z Checking utf8parse v0.2.2
11652026-08-25T00:59:46.971Z Checking anstyle-parse v1.0.0
11662026-08-25T00:59:46.971Z Checking terminal_size v0.4.3
11672026-08-25T00:59:47.134Z Checking colorchoice v1.0.4
11682026-08-25T00:59:47.134Z Checking is_terminal_polyfill v1.70.1
11692026-08-25T00:59:47.134Z Checking anstyle v1.0.14
11702026-08-25T00:59:47.134Z Checking anstyle-query v1.1.4
11712026-08-25T00:59:47.134Z Checking anstream v1.0.0
11722026-08-25T00:59:47.778Z Checking clap_lex v1.1.0
11732026-08-25T00:59:48.381Z Checking clap_builder v4.6.0
11742026-08-25T00:59:49.240Z Checking clap v4.6.1
11752026-08-25T00:59:49.688Z Compiling num-derive v0.4.2
11762026-08-25T00:59:50.201Z Compiling rustls-webpki v0.103.6
11772026-08-25T00:59:50.870Z Compiling prettyplease v0.2.37
11782026-08-25T00:59:52.276Z Checking crossbeam-epoch v0.9.18
11792026-08-25T00:59:52.334Z Compiling cfg_aliases v0.2.1
11802026-08-25T00:59:52.334Z Compiling winnow v0.5.40
11812026-08-25T00:59:53.156Z Checking serde_spanned v0.6.9
11822026-08-25T00:59:53.337Z Compiling memoffset v0.9.1
11832026-08-25T00:59:53.419Z Compiling tokio-rustls v0.26.4
11842026-08-25T00:59:53.579Z Compiling toml_edit v0.19.15
11852026-08-25T00:59:53.725Z Compiling rayon-core v1.13.0
11862026-08-25T00:59:55.011Z Compiling proc-macro-crate v1.3.1
11872026-08-25T00:59:55.129Z Compiling zerocopy-derive v0.7.35
11882026-08-25T00:59:55.633Z Compiling crc32fast v1.5.0
11892026-08-25T00:59:56.265Z Compiling hyper-rustls v0.27.7
11902026-08-25T00:59:56.500Z Checking crossbeam-deque v0.8.6
11912026-08-25T00:59:56.554Z Compiling reqwest v0.12.23
11922026-08-25T00:59:56.665Z Checking adler2 v2.0.1
11932026-08-25T00:59:57.091Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11942026-08-25T00:59:57.697Z Compiling progenitor-client v0.11.1
11952026-08-25T00:59:57.890Z Compiling progenitor v0.11.1
11962026-08-25T00:59:58.037Z Checking miniz_oxide v0.8.9
11972026-08-25T00:59:58.920Z Compiling num-integer v0.1.46
11982026-08-25T00:59:58.980Z Compiling proc-macro-error-attr v1.0.4
11992026-08-25T00:59:59.125Z Compiling heapless v0.8.0
12002026-08-25T00:59:59.425Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12012026-08-25T00:59:59.465Z Checking flate2 v1.1.2
12022026-08-25T00:59:59.814Z Compiling progenitor-client v0.10.0
12032026-08-25T01:00:00.041Z Compiling ingot-macros v0.1.1
12042026-08-25T01:00:00.421Z Checking hash32 v0.3.1
12052026-08-25T01:00:01.020Z Checking hybrid-array v0.4.12
12062026-08-25T01:00:01.044Z Compiling proc-macro-error v1.0.4
12072026-08-25T01:00:01.044Z Checking toml_write v0.1.2
12082026-08-25T01:00:01.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12092026-08-25T01:00:01.262Z Compiling smoltcp v0.11.0
12102026-08-25T01:00:01.353Z Checking toml_edit v0.22.27
12112026-08-25T01:00:01.648Z Checking num-iter v0.1.45
12122026-08-25T01:00:01.795Z Checking num-rational v0.4.2
12132026-08-25T01:00:01.967Z Compiling zerocopy v0.7.35
12142026-08-25T01:00:02.015Z Compiling num_enum_derive v0.7.5
12152026-08-25T01:00:02.567Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12162026-08-25T01:00:02.757Z Compiling hubpack_derive v0.1.1
12172026-08-25T01:00:02.757Z Checking ingot-types v0.1.2
12182026-08-25T01:00:02.757Z Checking cobs v0.3.0
12192026-08-25T01:00:02.819Z Compiling foreign-types-macros v0.2.3
12202026-08-25T01:00:02.819Z Compiling scroll_derive v0.12.1
12212026-08-25T01:00:02.912Z Compiling num-complex v0.4.6
12222026-08-25T01:00:02.977Z Compiling usdt-impl v0.5.0
12232026-08-25T01:00:03.076Z Compiling crucible-workspace-hack v0.1.0
12242026-08-25T01:00:03.234Z Checking foreign-types-shared v0.3.1
12252026-08-25T01:00:03.280Z Checking bitflags v1.3.2
12262026-08-25T01:00:03.280Z Checking managed v0.8.0
12272026-08-25T01:00:03.340Z Checking foreign-types v0.5.0
12282026-08-25T01:00:03.340Z Checking num v0.4.3
12292026-08-25T01:00:03.424Z Checking scroll v0.12.0
12302026-08-25T01:00:03.486Z Checking num_enum v0.7.5
12312026-08-25T01:00:03.563Z Checking hubpack v0.1.2
12322026-08-25T01:00:03.657Z Checking ingot v0.1.1
12332026-08-25T01:00:03.835Z Checking postcard v1.1.3
12342026-08-25T01:00:03.835Z Compiling dof v0.3.0
12352026-08-25T01:00:04.022Z Checking toml v0.8.23
12362026-08-25T01:00:04.777Z Checking block-buffer v0.12.0
12372026-08-25T01:00:04.778Z Checking crypto-common v0.2.2
12382026-08-25T01:00:04.778Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-08-25T01:00:04.778Z Compiling dtrace-parser v0.2.0
12402026-08-25T01:00:04.879Z Checking camino-tempfile v1.4.1
12412026-08-25T01:00:04.942Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-25T01:00:05.037Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12432026-08-25T01:00:05.084Z Checking cstr-argument v0.1.2
12442026-08-25T01:00:05.138Z Compiling thread-id v4.2.2
12452026-08-25T01:00:05.183Z Compiling float-ord v0.3.2
12462026-08-25T01:00:05.211Z Checking static_assertions v1.1.0
12472026-08-25T01:00:05.211Z Compiling minimal-lexical v0.2.1
12482026-08-25T01:00:05.312Z Checking compression-core v0.4.32
12492026-08-25T01:00:05.539Z Compiling heck v0.4.1
12502026-08-25T01:00:05.540Z Checking const-oid v0.10.2
12512026-08-25T01:00:05.843Z Checking compression-codecs v0.4.32
12522026-08-25T01:00:05.843Z Compiling nom v7.1.3
12532026-08-25T01:00:05.843Z Checking digest v0.11.3
12542026-08-25T01:00:06.046Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-25T01:00:06.046Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12562026-08-25T01:00:06.047Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12572026-08-25T01:00:06.482Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12582026-08-25T01:00:06.483Z Checking goblin v0.8.2
12592026-08-25T01:00:06.483Z Checking rayon v1.11.0
12602026-08-25T01:00:06.593Z Compiling num_enum_derive v0.5.11
12612026-08-25T01:00:06.593Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12622026-08-25T01:00:06.662Z Compiling rustc_version v0.4.1
12632026-08-25T01:00:06.884Z Checking toml_datetime v1.1.1+spec-1.1.0
12642026-08-25T01:00:06.977Z Compiling dropshot v0.17.1
12652026-08-25T01:00:07.209Z Compiling convert_case v0.4.0
12662026-08-25T01:00:07.553Z Checking tinyvec_macros v0.1.1
12672026-08-25T01:00:07.553Z Checking cpufeatures v0.3.0
12682026-08-25T01:00:07.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12692026-08-25T01:00:07.554Z Compiling rustix v0.38.44
12702026-08-25T01:00:07.710Z Compiling derive_more v0.99.20
12712026-08-25T01:00:07.710Z Checking num_enum v0.5.11
12722026-08-25T01:00:07.710Z Checking sha1 v0.11.0
12732026-08-25T01:00:07.710Z Checking tinyvec v1.10.0
12742026-08-25T01:00:07.886Z Checking toml v1.1.2+spec-1.1.0
12752026-08-25T01:00:07.886Z Checking async-compression v0.4.33
12762026-08-25T01:00:07.994Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12772026-08-25T01:00:07.995Z Compiling nix v0.30.1
12782026-08-25T01:00:08.238Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-25T01:00:08.253Z Checking libscf-sys v1.2.0
12802026-08-25T01:00:08.288Z Compiling libz-sys v1.1.22
12812026-08-25T01:00:08.320Z Compiling dropshot_endpoint v0.17.1
12822026-08-25T01:00:08.555Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12832026-08-25T01:00:08.711Z Checking bytecount v0.6.9
12842026-08-25T01:00:08.778Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12852026-08-25T01:00:09.032Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12862026-08-25T01:00:09.457Z Compiling usdt-attr-macro v0.5.0
12872026-08-25T01:00:09.491Z Compiling usdt-macro v0.5.0
12882026-08-25T01:00:09.491Z Compiling zone_cfg_derive v0.3.1
12892026-08-25T01:00:09.638Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12902026-08-25T01:00:09.870Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-08-25T01:00:09.937Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-25T01:00:10.028Z Checking itertools v0.12.1
12932026-08-25T01:00:10.094Z Checking memmap v0.7.0
12942026-08-25T01:00:10.401Z Checking sigpipe v0.1.3
12952026-08-25T01:00:10.401Z Checking glob v0.3.3
12962026-08-25T01:00:10.601Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12972026-08-25T01:00:10.601Z Checking jiff v0.2.15
12982026-08-25T01:00:10.601Z Checking usdt v0.5.0
12992026-08-25T01:00:10.601Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13002026-08-25T01:00:10.602Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13012026-08-25T01:00:10.698Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13022026-08-25T01:00:10.698Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13032026-08-25T01:00:10.698Z Checking smf v0.2.3
13042026-08-25T01:00:10.745Z Checking secrecy v0.10.3
13052026-08-25T01:00:10.858Z Checking bstr v1.12.0
13062026-08-25T01:00:10.910Z Checking whoami v1.6.1
13072026-08-25T01:00:10.952Z Checking zone v0.3.1
13082026-08-25T01:00:11.019Z Compiling curve25519-dalek v4.1.3
13092026-08-25T01:00:11.047Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-08-25T01:00:11.233Z Checking hmac v0.12.1
13112026-08-25T01:00:11.386Z Compiling clang-sys v1.8.1
13122026-08-25T01:00:11.386Z Checking inout v0.1.4
13132026-08-25T01:00:11.414Z Compiling enum-as-inner v0.6.1
13142026-08-25T01:00:11.414Z Checking ff v0.13.1
13152026-08-25T01:00:11.414Z Compiling semver v0.1.20
13162026-08-25T01:00:11.414Z Checking data-encoding v2.9.0
13172026-08-25T01:00:11.414Z Checking group v0.13.0
13182026-08-25T01:00:11.680Z Checking cipher v0.4.4
13192026-08-25T01:00:11.822Z Compiling rustc_version v0.1.7
13202026-08-25T01:00:11.822Z Checking hkdf v0.12.4
13212026-08-25T01:00:11.822Z Checking atomicwrites v0.4.4
13222026-08-25T01:00:11.918Z Compiling thiserror-impl-no-std v2.0.2
13232026-08-25T01:00:11.918Z Checking universal-hash v0.5.1
13242026-08-25T01:00:11.918Z Compiling regress v0.11.1
13252026-08-25T01:00:11.918Z Checking crypto-bigint v0.5.5
13262026-08-25T01:00:11.918Z Checking half v2.7.1
13272026-08-25T01:00:11.988Z Compiling curve25519-dalek-derive v0.1.1
13282026-08-25T01:00:12.109Z Checking base64ct v1.8.0
13292026-08-25T01:00:12.350Z Checking indent_write v2.2.0
13302026-08-25T01:00:12.487Z Checking base16ct v0.2.0
13312026-08-25T01:00:12.815Z Checking opaque-debug v0.3.1
13322026-08-25T01:00:12.933Z Checking ciborium-io v0.2.2
13332026-08-25T01:00:12.933Z Checking poly1305 v0.8.0
13342026-08-25T01:00:12.933Z Checking ciborium-ll v0.2.2
13352026-08-25T01:00:12.933Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13362026-08-25T01:00:12.933Z Checking thiserror-no-std v2.0.2
13372026-08-25T01:00:12.933Z Checking elliptic-curve v0.13.8
13382026-08-25T01:00:12.933Z Checking password-hash v0.5.0
13392026-08-25T01:00:13.013Z Compiling newtype_derive v0.1.6
13402026-08-25T01:00:13.013Z Checking chacha20 v0.9.1
13412026-08-25T01:00:13.044Z Checking similar v2.7.0
13422026-08-25T01:00:13.105Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13432026-08-25T01:00:13.105Z Compiling nix v0.31.3
13442026-08-25T01:00:13.184Z Checking blake2 v0.10.6
13452026-08-25T01:00:13.664Z Compiling typify-impl v0.6.2
13462026-08-25T01:00:13.769Z Checking aead v0.5.2
13472026-08-25T01:00:13.769Z Compiling libloading v0.8.9
13482026-08-25T01:00:13.769Z Checking keccak v0.1.6
13492026-08-25T01:00:13.769Z Compiling bindgen v0.72.1
13502026-08-25T01:00:13.769Z Checking resolv-conf v0.7.5
13512026-08-25T01:00:13.769Z Checking linked-hash-map v0.5.6
13522026-08-25T01:00:13.769Z Compiling owo-colors v4.3.0
13532026-08-25T01:00:13.966Z Checking sha3 v0.10.8
13542026-08-25T01:00:13.966Z Checking lru-cache v0.1.2
13552026-08-25T01:00:14.043Z Checking vsss-rs v3.3.4
13562026-08-25T01:00:14.043Z Checking chacha20poly1305 v0.10.1
13572026-08-25T01:00:14.043Z Checking argon2 v0.5.3
13582026-08-25T01:00:14.136Z Checking ciborium v0.2.2
13592026-08-25T01:00:14.387Z Checking hickory-proto v0.24.4
13602026-08-25T01:00:14.426Z Checking tokio-dtrace v0.1.1
13612026-08-25T01:00:14.518Z Checking papergrid v0.18.0
13622026-08-25T01:00:14.554Z Compiling cexpr v0.6.0
13632026-08-25T01:00:14.644Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13642026-08-25T01:00:14.942Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13652026-08-25T01:00:15.144Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13662026-08-25T01:00:15.271Z Checking serde-big-array v0.5.1
13672026-08-25T01:00:15.582Z Compiling serde_repr v0.1.20
13682026-08-25T01:00:15.625Z Compiling derive-where v1.6.0
13692026-08-25T01:00:15.778Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13702026-08-25T01:00:15.822Z Compiling shlex v1.3.0
13712026-08-25T01:00:16.028Z Checking same-file v1.0.6
13722026-08-25T01:00:16.287Z Checking unicode-segmentation v1.12.0
13732026-08-25T01:00:16.287Z Checking siphasher v1.0.1
13742026-08-25T01:00:16.287Z Checking walkdir v2.5.0
13752026-08-25T01:00:16.431Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-08-25T01:00:16.431Z Checking phf_shared v0.12.1
13772026-08-25T01:00:16.431Z Checking hickory-resolver v0.24.4
13782026-08-25T01:00:16.431Z Checking newline-converter v0.3.0
13792026-08-25T01:00:16.486Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13802026-08-25T01:00:16.798Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-08-25T01:00:17.232Z Checking tabled v0.21.0
13822026-08-25T01:00:17.232Z Compiling typify-macro v0.6.2
13832026-08-25T01:00:17.371Z Checking oxide-tokio-rt v0.1.2
13842026-08-25T01:00:17.371Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13852026-08-25T01:00:18.223Z Checking itertools v0.15.0
13862026-08-25T01:00:18.273Z Checking console v0.15.11
13872026-08-25T01:00:18.273Z Compiling progenitor-impl v0.10.0
13882026-08-25T01:00:18.273Z Checking tokio-stream v0.1.17
13892026-08-25T01:00:18.274Z Compiling pin-project-internal v1.1.10
13902026-08-25T01:00:18.560Z Compiling slog-dtrace v0.3.0
13912026-08-25T01:00:18.560Z Checking csv-core v0.1.12
13922026-08-25T01:00:18.624Z Checking unicode-linebreak v0.1.5
13932026-08-25T01:00:18.624Z Checking smawk v0.3.2
13942026-08-25T01:00:18.624Z Compiling unicode-xid v0.2.6
13952026-08-25T01:00:18.709Z Checking foldhash v0.1.5
13962026-08-25T01:00:18.709Z Compiling cancel-safe-futures v0.1.5
13972026-08-25T01:00:18.709Z Compiling chrono-tz v0.10.4
13982026-08-25T01:00:18.750Z Checking unicode-width v0.1.14
13992026-08-25T01:00:18.849Z Checking swrite v0.1.0
14002026-08-25T01:00:18.932Z Checking hashbrown v0.15.5
14012026-08-25T01:00:18.963Z Compiling const_format_proc_macros v0.2.34
14022026-08-25T01:00:19.212Z Checking textwrap v0.16.2
14032026-08-25T01:00:19.245Z Checking pin-project v1.1.10
14042026-08-25T01:00:19.426Z Checking csv v1.4.0
14052026-08-25T01:00:19.561Z Checking qorb v0.4.1
14062026-08-25T01:00:19.773Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-08-25T01:00:19.861Z Checking expectorate v1.2.0
14082026-08-25T01:00:19.861Z Checking phf v0.12.1
14092026-08-25T01:00:19.925Z Checking unicode-normalization v0.1.24
14102026-08-25T01:00:19.925Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-08-25T01:00:19.980Z Compiling progenitor-macro v0.10.0
14122026-08-25T01:00:20.600Z Checking libsw-core v0.3.2
14132026-08-25T01:00:20.760Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-08-25T01:00:20.839Z Compiling async-recursion v1.1.1
14152026-08-25T01:00:21.175Z Compiling snafu-derive v0.8.9
14162026-08-25T01:00:21.209Z Compiling cookie v0.18.1
14172026-08-25T01:00:21.237Z Checking fixedbitset v0.5.7
14182026-08-25T01:00:21.470Z Compiling moka v0.12.11
14192026-08-25T01:00:21.515Z Checking fixedbitset v0.4.2
14202026-08-25T01:00:21.515Z Checking highway v1.3.0
14212026-08-25T01:00:21.601Z Checking petgraph v0.6.5
14222026-08-25T01:00:21.665Z Checking petgraph v0.8.2
14232026-08-25T01:00:21.764Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-08-25T01:00:22.595Z Checking libsw v3.5.0
14252026-08-25T01:00:22.812Z Checking olpc-cjson v0.1.4
14262026-08-25T01:00:23.145Z Checking snafu v0.8.9
14272026-08-25T01:00:23.231Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14282026-08-25T01:00:23.234Z Checking const_format v0.2.34
14292026-08-25T01:00:23.234Z Checking papergrid v0.11.0
14302026-08-25T01:00:23.343Z Compiling typify v0.6.2
14312026-08-25T01:00:23.719Z Checking globset v0.4.16
14322026-08-25T01:00:23.719Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-08-25T01:00:23.719Z Checking gethostname v0.5.0
14342026-08-25T01:00:23.857Z Compiling tabled_derive v0.7.0
14352026-08-25T01:00:23.857Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-08-25T01:00:23.857Z Checking reqwest v0.13.2
14372026-08-25T01:00:23.931Z Checking bcs v0.1.6
14382026-08-25T01:00:23.947Z Checking pem v3.0.5
14392026-08-25T01:00:24.100Z Checking serde_plain v1.0.2
14402026-08-25T01:00:24.136Z Checking humantime v2.3.0
14412026-08-25T01:00:24.191Z Checking progenitor v0.10.0
14422026-08-25T01:00:24.272Z Checking typed-path v0.9.3
14432026-08-25T01:00:24.272Z Checking crc8 v0.1.1
14442026-08-25T01:00:24.316Z Checking tagptr v0.2.0
14452026-08-25T01:00:24.316Z Checking termtree v0.5.1
14462026-08-25T01:00:24.316Z Checking linear-map v1.2.0
14472026-08-25T01:00:24.384Z Compiling signal-hook v0.4.4
14482026-08-25T01:00:24.443Z Checking tabled v0.15.0
14492026-08-25T01:00:24.497Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-25T01:00:24.861Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-25T01:00:25.039Z Checking tough v0.20.0
14522026-08-25T01:00:25.097Z Compiling progenitor-impl v0.14.0
14532026-08-25T01:00:25.898Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-08-25T01:00:26.122Z Checking steno v0.4.1
14552026-08-25T01:00:26.687Z Checking hickory-proto v0.25.2
14562026-08-25T01:00:26.873Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-08-25T01:00:26.873Z Compiling cargo-platform v0.1.9
14582026-08-25T01:00:26.933Z Compiling vergen v8.3.2
14592026-08-25T01:00:27.041Z Compiling fs-err v3.1.2
14602026-08-25T01:00:27.105Z Compiling cargo_metadata v0.18.1
14612026-08-25T01:00:27.179Z Compiling progenitor-macro v0.14.0
14622026-08-25T01:00:27.297Z Checking progenitor-client v0.14.0
14632026-08-25T01:00:27.360Z Checking dropshot-api-manager-types v0.7.2
14642026-08-25T01:00:27.490Z Checking sha2 v0.10.9
14652026-08-25T01:00:27.544Z Compiling blake3 v1.8.2
14662026-08-25T01:00:27.631Z Checking hickory-resolver v0.25.2
14672026-08-25T01:00:28.245Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14682026-08-25T01:00:28.337Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-08-25T01:00:28.337Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-25T01:00:28.768Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-25T01:00:29.268Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-25T01:00:29.315Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-25T01:00:29.682Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-25T01:00:29.855Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-25T01:00:30.137Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14762026-08-25T01:00:30.219Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14772026-08-25T01:00:30.219Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-25T01:00:30.219Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-25T01:00:30.686Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-25T01:00:30.902Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-25T01:00:31.245Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14822026-08-25T01:00:31.289Z Checking progenitor v0.14.0
14832026-08-25T01:00:31.371Z Checking git-stub v1.0.0
14842026-08-25T01:00:31.391Z Compiling strum_macros v0.28.0
14852026-08-25T01:00:31.436Z Checking filetime v0.2.26
14862026-08-25T01:00:31.494Z Checking constant_time_eq v0.3.1
14872026-08-25T01:00:31.565Z Checking arrayvec v0.7.6
14882026-08-25T01:00:31.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14892026-08-25T01:00:31.649Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-08-25T01:00:31.753Z Checking xattr v1.6.1
14912026-08-25T01:00:31.829Z Checking arrayref v0.3.9
14922026-08-25T01:00:31.860Z Compiling curl v0.4.50
14932026-08-25T01:00:31.908Z Checking is_ci v1.2.0
14942026-08-25T01:00:32.036Z Checking supports-color v3.0.2
14952026-08-25T01:00:32.048Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14962026-08-25T01:00:32.170Z Checking tar v0.4.45
14972026-08-25T01:00:32.381Z Checking git-stub-vcs v0.1.0
14982026-08-25T01:00:32.551Z Checking toml v0.7.8
14992026-08-25T01:00:32.757Z Checking drift v0.2.0
15002026-08-25T01:00:32.868Z Checking kstat-rs v0.2.4
15012026-08-25T01:00:33.033Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15022026-08-25T01:00:33.050Z Checking topological-sort v0.2.2
15032026-08-25T01:00:33.157Z Checking strum v0.28.0
15042026-08-25T01:00:33.205Z Checking omicron-zone-package v0.12.2
15052026-08-25T01:00:33.287Z Checking dropshot-api-manager v0.7.2
15062026-08-25T01:00:33.484Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-08-25T01:00:33.562Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15082026-08-25T01:00:33.660Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15092026-08-25T01:00:33.763Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15102026-08-25T01:00:34.486Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15112026-08-25T01:00:34.711Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15122026-08-25T01:00:34.771Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15132026-08-25T01:00:34.960Z Checking signal-hook-tokio v0.4.0
15142026-08-25T01:00:35.100Z Checking scuffle v0.1.0
15152026-08-25T01:00:35.403Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15162026-08-25T01:00:35.628Z Checking iddqd v0.4.5
15172026-08-25T01:00:35.794Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-08-25T01:00:35.993Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-08-25T01:00:36.013Z Checking internet-checksum v0.2.1
15202026-08-25T01:00:36.013Z Checking search_path v0.1.4
15212026-08-25T01:00:36.161Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-08-25T01:00:36.185Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-08-25T01:00:36.282Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15242026-08-25T01:00:36.862Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-25T01:00:37.623Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-25T01:00:37.729Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-08-25T01:00:37.738Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-25T01:00:38.894Z Compiling git2 v0.19.0
15292026-08-25T01:00:41.141Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-08-25T01:00:42.535Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15312026-08-25T01:00:49.156Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-25T01:00:49.963Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-25T01:00:54.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
15342026-08-25T01:00:55.277Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-25T01:00:55.277Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-25T01:00:55.853Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-25T01:00:56.144Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-25T01:00:56.144Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-25T01:00:56.144Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-25T01:01:03.048Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-08-25T01:01:03.048Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15422026-08-25T01:01:05.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.42s
15432026-08-25T01:01:06.140Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-25T01:01:06.140Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-25T01:01:06.344Z Downloading crates ...
15462026-08-25T01:01:06.997Z Downloaded typeid v1.0.3
15472026-08-25T01:01:06.997Z Downloaded serde_arrays v0.1.0
15482026-08-25T01:01:06.997Z Downloaded bitstruct_derive v0.1.0
15492026-08-25T01:01:06.998Z Downloaded funty v2.0.0
15502026-08-25T01:01:06.998Z Downloaded tap v1.0.1
15512026-08-25T01:01:06.998Z Downloaded erased-serde v0.4.8
15522026-08-25T01:01:06.998Z Downloaded radium v0.7.0
15532026-08-25T01:01:06.998Z Downloaded bitstruct v0.1.1
15542026-08-25T01:01:06.998Z Downloaded wyz v0.5.1
15552026-08-25T01:01:06.998Z Downloaded ascii v1.1.0
15562026-08-25T01:01:06.998Z Downloaded libloading v0.7.4
15572026-08-25T01:01:06.998Z Downloaded bitvec v1.0.1
15582026-08-25T01:01:06.999Z Downloaded num-bigint v0.4.6
15592026-08-25T01:01:07.276Z Checking num-integer v0.1.46
15602026-08-25T01:01:07.277Z Checking num-complex v0.4.6
15612026-08-25T01:01:07.277Z Compiling radium v0.7.0
15622026-08-25T01:01:07.277Z Checking tap v1.0.1
15632026-08-25T01:01:07.277Z Checking funty v2.0.0
15642026-08-25T01:01:07.277Z Compiling typeid v1.0.3
15652026-08-25T01:01:07.277Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-25T01:01:07.277Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-25T01:01:07.277Z Checking wyz v0.5.1
15682026-08-25T01:01:07.292Z Checking num-bigint v0.4.6
15692026-08-25T01:01:07.292Z Checking num-iter v0.1.45
15702026-08-25T01:01:07.292Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-25T01:01:07.292Z Compiling erased-serde v0.4.8
15722026-08-25T01:01:07.292Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-25T01:01:07.292Z Compiling bitstruct_derive v0.1.0
15742026-08-25T01:01:07.293Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-25T01:01:07.293Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-08-25T01:01:07.293Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-25T01:01:07.293Z Checking bitvec v1.0.1
15782026-08-25T01:01:07.293Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-25T01:01:07.293Z Checking ascii v1.1.0
15802026-08-25T01:01:07.293Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-25T01:01:07.293Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-25T01:01:07.293Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-25T01:01:07.610Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15842026-08-25T01:01:07.610Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-25T01:01:07.610Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15862026-08-25T01:01:07.713Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-25T01:01:07.713Z Checking serde_arrays v0.1.0
15882026-08-25T01:01:07.713Z Checking bitstruct v0.1.1
15892026-08-25T01:01:07.713Z Checking num-rational v0.4.2
15902026-08-25T01:01:07.713Z Checking libloading v0.7.4
15912026-08-25T01:01:07.713Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-25T01:01:07.781Z Checking num v0.4.3
15932026-08-25T01:01:07.845Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-25T01:01:08.404Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-25T01:01:08.723Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-25T01:01:08.723Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-25T01:01:08.968Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-25T01:01:09.088Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-25T01:01:09.174Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-25T01:01:09.621Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-25T01:01:10.197Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-25T01:01:10.197Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-08-25T01:01:10.197Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16042026-08-25T01:01:10.197Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-25T01:01:10.656Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-08-25T01:01:11.647Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-08-25T01:01:15.513Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16082026-08-25T01:01:15.580Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-08-25T01:01:21.914Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16102026-08-25T01:01:23.185Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-25T01:01:23.710Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16122026-08-25T01:01:28.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.10s
16132026-08-25T01:01:28.766Z+ for feat in tofino_stub tofino_asic softnpu chaos
16142026-08-25T01:01:28.767Z+ cargo clippy --features chaos -- --deny warnings
16152026-08-25T01:01:28.767Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16162026-08-25T01:01:28.767Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16172026-08-25T01:01:28.767Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16182026-08-25T01:01:35.913Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16192026-08-25T01:01:35.937Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16202026-08-25T01:01:38.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.32s
16212026-08-25T01:01:38.634Z+ banner fmt
16222026-08-25T01:01:38.646Z
16232026-08-25T01:01:38.646Z ###### # # #####
16242026-08-25T01:01:38.646Z # ## ## #
16252026-08-25T01:01:38.646Z ##### # ## # #
16262026-08-25T01:01:38.646Z # # # #
16272026-08-25T01:01:38.646Z # # # #
16282026-08-25T01:01:38.647Z # # # #
16292026-08-25T01:01:38.647Z
16302026-08-25T01:01:38.647Z+ cargo fmt -- --check
16312026-08-25T01:01:39.149Z+ banner test
16322026-08-25T01:01:39.294Z
16332026-08-25T01:01:39.294Z ##### ###### #### #####
16342026-08-25T01:01:39.294Z # # # #
16352026-08-25T01:01:39.294Z # ##### #### #
16362026-08-25T01:01:39.294Z # # # #
16372026-08-25T01:01:39.294Z # # # # #
16382026-08-25T01:01:39.294Z # ###### #### #
16392026-08-25T01:01:39.294Z
16402026-08-25T01:01:39.294Z+ for feat in tofino_stub tofino_asic softnpu chaos
16412026-08-25T01:01:39.294Z+ RUST_BACKTRACE=full
16422026-08-25T01:01:39.294Z+ cargo test --features tofino_stub --no-fail-fast
16432026-08-25T01:01:39.938Z Compiling unicode-ident v1.0.24
16442026-08-25T01:01:39.957Z Compiling cfg-if v1.0.4
16452026-08-25T01:01:40.060Z Compiling memchr v2.7.5
16462026-08-25T01:01:40.082Z Compiling serde_core v1.0.228
16472026-08-25T01:01:40.082Z Compiling itoa v1.0.15
16482026-08-25T01:01:40.082Z Compiling libc v0.2.186
16492026-08-25T01:01:40.082Z Compiling zmij v1.0.17
16502026-08-25T01:01:40.166Z Compiling libm v0.2.15
16512026-08-25T01:01:40.214Z Compiling proc-macro2 v1.0.106
16522026-08-25T01:01:40.214Z Compiling heck v0.5.0
16532026-08-25T01:01:40.332Z Compiling equivalent v1.0.2
16542026-08-25T01:01:40.444Z Compiling log v0.4.29
16552026-08-25T01:01:40.589Z Compiling quote v1.0.45
16562026-08-25T01:01:40.641Z Compiling iana-time-zone v0.1.64
16572026-08-25T01:01:40.641Z Compiling smallvec v1.15.1
16582026-08-25T01:01:40.791Z Compiling syn v2.0.118
16592026-08-25T01:01:40.815Z Compiling dyn-clone v1.0.20
16602026-08-25T01:01:40.913Z Compiling hashbrown v0.17.1
16612026-08-25T01:01:40.985Z Compiling fnv v1.0.7
16622026-08-25T01:01:40.985Z Compiling stable_deref_trait v1.2.0
16632026-08-25T01:01:41.047Z Compiling regex-syntax v0.8.11
16642026-08-25T01:01:41.047Z Compiling pin-project-lite v0.2.16
16652026-08-25T01:01:41.047Z Compiling percent-encoding v2.3.2
16662026-08-25T01:01:41.130Z Compiling writeable v0.6.1
16672026-08-25T01:01:41.188Z Compiling litemap v0.8.0
16682026-08-25T01:01:41.261Z Compiling num-traits v0.2.19
16692026-08-25T01:01:41.378Z Compiling icu_normalizer_data v2.0.0
16702026-08-25T01:01:41.398Z Compiling icu_properties_data v2.0.1
16712026-08-25T01:01:41.507Z Compiling form_urlencoded v1.2.2
16722026-08-25T01:01:41.516Z Compiling utf8_iter v1.0.4
16732026-08-25T01:01:41.540Z Compiling getrandom v0.4.2
16742026-08-25T01:01:41.630Z Compiling aho-corasick v1.1.3
16752026-08-25T01:01:41.684Z Compiling scopeguard v1.2.0
16762026-08-25T01:01:41.717Z Compiling ucd-trie v0.1.7
16772026-08-25T01:01:41.756Z Compiling semver v1.0.28
16782026-08-25T01:01:41.900Z Compiling serde_json v1.0.150
16792026-08-25T01:01:41.976Z Compiling indexmap v2.14.0
16802026-08-25T01:01:41.999Z Compiling lock_api v0.4.14
16812026-08-25T01:01:42.062Z Compiling byteorder v1.5.0
16822026-08-25T01:01:42.205Z Compiling uuid v1.23.3
16832026-08-25T01:01:42.291Z Compiling allocator-api2 v0.2.21
16842026-08-25T01:01:42.325Z Compiling futures-core v0.3.32
16852026-08-25T01:01:42.437Z Compiling regex-automata v0.4.13
16862026-08-25T01:01:42.682Z Compiling foldhash v0.2.0
16872026-08-25T01:01:42.934Z Compiling ryu v1.0.20
16882026-08-25T01:01:42.934Z Compiling hashbrown v0.16.1
16892026-08-25T01:01:42.934Z Compiling pretty-hex v0.4.1
16902026-08-25T01:01:43.132Z Compiling futures-sink v0.3.32
16912026-08-25T01:01:43.253Z Compiling strsim v0.11.1
16922026-08-25T01:01:43.253Z Compiling plain v0.2.3
16932026-08-25T01:01:43.301Z Compiling num-conv v0.2.1
16942026-08-25T01:01:43.301Z Compiling time-core v0.1.8
16952026-08-25T01:01:43.361Z Compiling slab v0.4.11
16962026-08-25T01:01:43.376Z Compiling futures-channel v0.3.32
16972026-08-25T01:01:43.376Z Compiling time-macros v0.2.27
16982026-08-25T01:01:43.597Z Compiling synstructure v0.13.2
16992026-08-25T01:01:43.649Z Compiling serde_derive_internals v0.29.1
17002026-08-25T01:01:43.665Z Compiling futures-io v0.3.32
17012026-08-25T01:01:43.818Z Compiling futures-task v0.3.32
17022026-08-25T01:01:44.014Z Compiling regress v0.10.5
17032026-08-25T01:01:44.081Z Compiling darling_core v0.21.3
17042026-08-25T01:01:44.238Z Compiling regex v1.12.4
17052026-08-25T01:01:44.368Z Compiling thread-id v5.0.0
17062026-08-25T01:01:44.409Z Compiling getrandom v0.2.16
17072026-08-25T01:01:44.409Z Compiling socket2 v0.6.4
17082026-08-25T01:01:44.477Z Compiling parking_lot_core v0.9.12
17092026-08-25T01:01:44.666Z Compiling bitflags v2.11.1
17102026-08-25T01:01:44.764Z Compiling parking_lot v0.12.5
17112026-08-25T01:01:44.784Z Compiling serde_derive v1.0.228
17122026-08-25T01:01:44.813Z Compiling zerofrom-derive v0.1.6
17132026-08-25T01:01:44.862Z Compiling yoke-derive v0.8.0
17142026-08-25T01:01:44.900Z Compiling zerovec-derive v0.11.1
17152026-08-25T01:01:45.007Z Compiling displaydoc v0.2.5
17162026-08-25T01:01:45.182Z Compiling thiserror-impl v2.0.18
17172026-08-25T01:01:45.782Z Compiling schemars_derive v0.8.22
17182026-08-25T01:01:45.887Z Compiling tokio-macros v2.7.0
17192026-08-25T01:01:45.937Z Compiling zeroize_derive v1.4.3
17202026-08-25T01:01:46.033Z Compiling zerocopy-derive v0.8.27
17212026-08-25T01:01:46.106Z Compiling futures-macro v0.3.32
17222026-08-25T01:01:46.458Z Compiling thiserror v2.0.18
17232026-08-25T01:01:46.564Z Compiling zerofrom v0.1.6
17242026-08-25T01:01:46.704Z Compiling tracing-attributes v0.1.30
17252026-08-25T01:01:46.725Z Compiling thiserror-impl v1.0.69
17262026-08-25T01:01:46.725Z Compiling yoke v0.8.0
17272026-08-25T01:01:46.883Z Compiling zerovec v0.11.4
17282026-08-25T01:01:46.958Z Compiling zerotrie v0.2.2
17292026-08-25T01:01:46.995Z Compiling pest v2.8.2
17302026-08-25T01:01:47.369Z Compiling scroll_derive v0.13.1
17312026-08-25T01:01:47.759Z Compiling zerocopy v0.8.27
17322026-08-25T01:01:47.837Z Compiling serde v1.0.228
17332026-08-25T01:01:47.852Z Compiling tinystr v0.8.1
17342026-08-25T01:01:47.928Z Compiling potential_utf v0.1.3
17352026-08-25T01:01:47.949Z Compiling async-trait v0.1.89
17362026-08-25T01:01:48.029Z Compiling bytes v1.12.0
17372026-08-25T01:01:48.045Z Compiling serde_tokenstream v0.2.3
17382026-08-25T01:01:48.097Z Compiling icu_locale_core v2.0.0
17392026-08-25T01:01:48.225Z Compiling icu_collections v2.0.0
17402026-08-25T01:01:48.346Z Compiling chrono v0.4.45
17412026-08-25T01:01:48.347Z Compiling pest_meta v2.8.2
17422026-08-25T01:01:48.600Z Compiling scroll v0.13.0
17432026-08-25T01:01:48.617Z Compiling icu_provider v2.0.0
17442026-08-25T01:01:48.653Z Compiling http v1.4.2
17452026-08-25T01:01:48.676Z Compiling goblin v0.10.1
17462026-08-25T01:01:48.786Z Compiling daft-derive v0.1.5
17472026-08-25T01:01:48.887Z Compiling icu_normalizer v2.0.0
17482026-08-25T01:01:48.917Z Compiling icu_properties v2.0.1
17492026-08-25T01:01:48.933Z Compiling pest_generator v2.8.2
17502026-08-25T01:01:49.505Z Compiling schemars v0.8.22
17512026-08-25T01:01:49.549Z Compiling darling_macro v0.21.3
17522026-08-25T01:01:49.617Z Compiling pest_derive v2.8.2
17532026-08-25T01:01:49.661Z Compiling openssl-macros v0.1.1
17542026-08-25T01:01:49.762Z Compiling idna_adapter v1.2.1
17552026-08-25T01:01:50.038Z Compiling idna v1.1.0
17562026-08-25T01:01:50.081Z Compiling openapiv3 v2.2.0
17572026-08-25T01:01:50.153Z Compiling darling v0.21.3
17582026-08-25T01:01:50.167Z Compiling structmeta-derive v0.3.0
17592026-08-25T01:01:50.167Z Compiling dtrace-parser v0.3.0
17602026-08-25T01:01:50.200Z Compiling url v2.5.7
17612026-08-25T01:01:50.668Z Compiling typify-impl v0.4.3
17622026-08-25T01:01:50.753Z Compiling async-stream-impl v0.3.6
17632026-08-25T01:01:51.119Z Compiling newtype-uuid-macros v0.1.0
17642026-08-25T01:01:51.267Z Compiling serde_yaml v0.9.34+deprecated
17652026-08-25T01:01:51.279Z Compiling structmeta v0.3.0
17662026-08-25T01:01:51.393Z Compiling zeroize v1.8.1
17672026-08-25T01:01:51.545Z Compiling dof v0.4.0
17682026-08-25T01:01:51.672Z Compiling strum_macros v0.26.4
17692026-08-25T01:01:51.706Z Compiling signal-hook-registry v1.4.6
17702026-08-25T01:01:51.805Z Compiling untrusted v0.9.0
17712026-08-25T01:01:51.915Z Compiling thiserror v1.0.69
17722026-08-25T01:01:51.934Z Compiling mio v1.2.1
17732026-08-25T01:01:52.047Z Compiling usdt-impl v0.6.0
17742026-08-25T01:01:52.112Z Compiling omicron-workspace-hack v0.1.0
17752026-08-25T01:01:52.171Z Compiling base64 v0.22.1
17762026-08-25T01:01:52.448Z Compiling tokio v1.52.3
17772026-08-25T01:01:52.711Z Compiling http-body v1.0.1
17782026-08-25T01:01:52.820Z Compiling dropshot_endpoint v0.16.7
17792026-08-25T01:01:52.820Z Compiling ref-cast-impl v1.0.25
17802026-08-25T01:01:52.872Z Compiling portable-atomic v1.11.1
17812026-08-25T01:01:53.298Z Compiling ipnet v2.11.0
17822026-08-25T01:01:53.351Z Compiling atomic-waker v1.1.2
17832026-08-25T01:01:53.377Z Compiling derive-ex v0.1.8
17842026-08-25T01:01:53.416Z Compiling strum_macros v0.27.2
17852026-08-25T01:01:53.454Z Compiling usdt-attr-macro v0.6.0
17862026-08-25T01:01:53.822Z Compiling usdt-macro v0.6.0
17872026-08-25T01:01:54.038Z Compiling httparse v1.10.1
17882026-08-25T01:01:54.253Z Compiling tower-layer v0.3.3
17892026-08-25T01:01:54.382Z Compiling tower-service v0.3.3
17902026-08-25T01:01:54.426Z Compiling critical-section v1.2.0
17912026-08-25T01:01:54.514Z Compiling once_cell v1.21.3
17922026-08-25T01:01:54.575Z Compiling try-lock v0.2.5
17932026-08-25T01:01:54.685Z Compiling want v0.3.1
17942026-08-25T01:01:54.707Z Compiling httpdate v1.0.3
17952026-08-25T01:01:54.819Z Compiling serde_with_macros v3.14.1
17962026-08-25T01:01:55.038Z Compiling ppv-lite86 v0.2.21
17972026-08-25T01:01:55.075Z Compiling test-strategy v0.4.3
17982026-08-25T01:01:55.250Z Compiling erased-serde v0.3.31
17992026-08-25T01:01:55.273Z Compiling subtle v2.6.1
18002026-08-25T01:01:55.492Z Compiling parse-display-derive v0.10.0
18012026-08-25T01:01:55.804Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18022026-08-25T01:01:56.293Z Compiling http-body-util v0.1.3
18032026-08-25T01:01:56.413Z Compiling anyhow v1.0.102
18042026-08-25T01:01:56.619Z Compiling serde_urlencoded v0.7.1
18052026-08-25T01:01:56.668Z Compiling rand_core v0.6.4
18062026-08-25T01:01:56.907Z Compiling typenum v1.20.1
18072026-08-25T01:01:56.922Z Compiling typify-macro v0.4.3
18082026-08-25T01:01:57.048Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18092026-08-25T01:01:57.185Z Compiling futures-util v0.3.32
18102026-08-25T01:01:57.731Z Compiling sync_wrapper v1.0.2
18112026-08-25T01:01:57.857Z Compiling powerfmt v0.2.0
18122026-08-25T01:01:58.034Z Compiling deranged v0.5.3
18132026-08-25T01:01:58.065Z Compiling num_threads v0.1.7
18142026-08-25T01:01:58.065Z Compiling tracing-core v0.1.34
18152026-08-25T01:01:58.325Z Compiling camino v1.2.3
18162026-08-25T01:01:58.366Z Compiling iri-string v0.7.8
18172026-08-25T01:01:58.776Z Compiling tracing v0.1.41
18182026-08-25T01:01:58.963Z Compiling typify v0.4.3
18192026-08-25T01:01:59.030Z Compiling encoding_rs v0.8.35
18202026-08-25T01:01:59.076Z Compiling fastrand v2.3.0
18212026-08-25T01:01:59.076Z Compiling progenitor-impl v0.11.1
18222026-08-25T01:01:59.077Z Compiling mime v0.3.17
18232026-08-25T01:01:59.089Z Compiling cpufeatures v0.2.17
18242026-08-25T01:01:59.164Z Compiling generic-array v0.14.7
18252026-08-25T01:01:59.338Z Compiling hex v0.4.3
18262026-08-25T01:01:59.502Z Compiling errno v0.3.14
18272026-08-25T01:01:59.597Z Compiling crypto-common v0.1.6
18282026-08-25T01:01:59.670Z Compiling tokio-util v0.7.16
18292026-08-25T01:01:59.913Z Compiling thread_local v1.1.9
18302026-08-25T01:01:59.975Z Compiling unicode-width v0.2.1
18312026-08-25T01:02:00.066Z Compiling syn v1.0.109
18322026-08-25T01:02:00.183Z Compiling rustls-pki-types v1.12.0
18332026-08-25T01:02:00.370Z Compiling match_cfg v0.1.0
18342026-08-25T01:02:00.428Z Compiling winnow v0.7.14
18352026-08-25T01:02:00.701Z Compiling rustix v1.1.4
18362026-08-25T01:02:01.057Z Compiling take_mut v0.2.2
18372026-08-25T01:02:01.262Z Compiling winnow v1.0.3
18382026-08-25T01:02:01.282Z Compiling term v1.2.0
18392026-08-25T01:02:01.517Z Compiling toml_parser v1.1.2+spec-1.1.0
18402026-08-25T01:02:01.649Z Compiling h2 v0.4.14
18412026-08-25T01:02:01.907Z Compiling ring v0.17.14
18422026-08-25T01:02:02.147Z Compiling serde_spanned v1.1.1
18432026-08-25T01:02:02.373Z Compiling toml_writer v1.1.1+spec-1.1.0
18442026-08-25T01:02:02.447Z Compiling spin v0.9.8
18452026-08-25T01:02:02.512Z Compiling debug-ignore v1.0.5
18462026-08-25T01:02:02.569Z Compiling progenitor-macro v0.11.1
18472026-08-25T01:02:02.607Z Compiling quick-error v1.2.3
18482026-08-25T01:02:02.825Z Compiling block-buffer v0.10.4
18492026-08-25T01:02:03.136Z Compiling waitgroup v0.1.2
18502026-08-25T01:02:03.256Z Compiling async-stream v0.3.6
18512026-08-25T01:02:03.508Z Compiling serde_path_to_error v0.1.20
18522026-08-25T01:02:03.625Z Compiling lazy_static v1.5.0
18532026-08-25T01:02:03.702Z Compiling bit-vec v0.8.0
18542026-08-25T01:02:03.817Z Compiling hyper v1.10.1
18552026-08-25T01:02:03.851Z Compiling bit-set v0.8.0
18562026-08-25T01:02:03.922Z Compiling digest v0.10.7
18572026-08-25T01:02:04.016Z Compiling strum v0.26.3
18582026-08-25T01:02:04.051Z Compiling ipnetwork v0.21.1
18592026-08-25T01:02:04.114Z Compiling crossbeam-utils v0.8.21
18602026-08-25T01:02:04.233Z Compiling toml_datetime v0.7.5+spec-1.1.0
18612026-08-25T01:02:04.339Z Compiling unarray v0.1.4
18622026-08-25T01:02:04.453Z Compiling toml v0.9.12+spec-1.1.0
18632026-08-25T01:02:04.467Z Compiling slog v2.8.2
18642026-08-25T01:02:04.662Z Compiling macaddr v1.0.1
18652026-08-25T01:02:04.732Z Compiling tabwriter v1.4.1
18662026-08-25T01:02:04.778Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18672026-08-25T01:02:04.824Z Compiling ref-cast v1.0.25
18682026-08-25T01:02:04.864Z Compiling hyper-util v0.1.20
18692026-08-25T01:02:04.897Z Compiling colored v3.1.1
18702026-08-25T01:02:04.930Z Compiling strum v0.27.2
18712026-08-25T01:02:04.994Z Compiling aws-lc-sys v0.39.1
18722026-08-25T01:02:05.033Z Compiling getrandom v0.3.3
18732026-08-25T01:02:05.278Z Compiling untrusted v0.7.1
18742026-08-25T01:02:05.439Z Compiling rand_core v0.9.3
18752026-08-25T01:02:05.559Z Compiling aws-lc-rs v1.16.2
18762026-08-25T01:02:05.718Z Compiling oxnet v0.1.6
18772026-08-25T01:02:05.800Z Compiling openssl-sys v0.9.117
18782026-08-25T01:02:06.034Z Compiling futures-executor v0.3.32
18792026-08-25T01:02:06.126Z Compiling instant v0.1.13
18802026-08-25T01:02:06.290Z Compiling foreign-types-shared v0.1.1
18812026-08-25T01:02:06.340Z Compiling rand_chacha v0.9.0
18822026-08-25T01:02:06.367Z Compiling foreign-types v0.3.2
18832026-08-25T01:02:06.422Z Compiling tempfile v3.27.0
18842026-08-25T01:02:06.617Z Compiling rustls-webpki v0.103.6
18852026-08-25T01:02:06.894Z Compiling tower v0.5.2
18862026-08-25T01:02:06.953Z Compiling openssl-probe v0.1.6
18872026-08-25T01:02:07.086Z Compiling rustls v0.23.40
18882026-08-25T01:02:07.309Z Compiling tower-http v0.6.8
18892026-08-25T01:02:07.685Z Compiling rand v0.9.3
18902026-08-25T01:02:07.722Z Compiling openssl v0.10.81
18912026-08-25T01:02:07.744Z Compiling futures v0.3.32
18922026-08-25T01:02:07.857Z Compiling time v0.3.47
18932026-08-25T01:02:07.898Z Compiling toml_datetime v0.6.11
18942026-08-25T01:02:08.196Z Compiling clap_derive v4.6.1
18952026-08-25T01:02:08.216Z Compiling memmap2 v0.9.8
18962026-08-25T01:02:08.894Z Compiling crossbeam-channel v0.5.15
18972026-08-25T01:02:09.248Z Compiling webpki-roots v1.0.2
18982026-08-25T01:02:09.370Z Compiling newtype-uuid v1.3.2
18992026-08-25T01:02:09.563Z Compiling daft v0.1.5
19002026-08-25T01:02:09.806Z Compiling is-terminal v0.4.16
19012026-08-25T01:02:09.910Z Compiling either v1.15.0
19022026-08-25T01:02:09.941Z Compiling native-tls v0.2.14
19032026-08-25T01:02:10.115Z Compiling tokio-rustls v0.26.4
19042026-08-25T01:02:10.260Z Compiling tokio-native-tls v0.3.1
19052026-08-25T01:02:10.387Z Compiling hyper-rustls v0.27.7
19062026-08-25T01:02:10.510Z Compiling hyper-tls v0.6.0
19072026-08-25T01:02:10.514Z Compiling usdt v0.6.0
19082026-08-25T01:02:10.594Z Compiling slog-term v2.9.2
19092026-08-25T01:02:10.594Z Compiling slog-async v2.8.0
19102026-08-25T01:02:10.764Z Compiling reqwest v0.12.23
19112026-08-25T01:02:10.783Z Compiling slog-json v2.6.1
19122026-08-25T01:02:10.810Z Compiling hostname v0.3.1
19132026-08-25T01:02:10.947Z Compiling slog-bunyan v2.5.0
19142026-08-25T01:02:10.961Z Compiling rustls-webpki v0.102.8
19152026-08-25T01:02:10.984Z Compiling multer v3.1.0
19162026-08-25T01:02:11.128Z Compiling rustls-pemfile v2.2.0
19172026-08-25T01:02:11.182Z Compiling hostname v0.4.2
19182026-08-25T01:02:11.337Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19192026-08-25T01:02:11.503Z Compiling rustls v0.22.4
19202026-08-25T01:02:11.918Z Compiling rand_chacha v0.3.1
19212026-08-25T01:02:11.929Z Compiling wait-timeout v0.2.1
19222026-08-25T01:02:12.241Z Compiling rand v0.8.5
19232026-08-25T01:02:12.400Z Compiling rusty-fork v0.3.0
19242026-08-25T01:02:12.495Z Compiling rand_xorshift v0.4.0
19252026-08-25T01:02:12.657Z Compiling sha1 v0.10.6
19262026-08-25T01:02:12.918Z Compiling proptest v1.8.0
19272026-08-25T01:02:13.377Z Compiling tokio-rustls v0.25.0
19282026-08-25T01:02:13.572Z Compiling dropshot v0.16.7
19292026-08-25T01:02:14.643Z Compiling progenitor-client v0.11.1
19302026-08-25T01:02:14.970Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19312026-08-25T01:02:15.385Z Compiling progenitor-client v0.10.0
19322026-08-25T01:02:15.572Z Compiling itertools v0.14.0
19332026-08-25T01:02:15.699Z Compiling serde_with v3.14.1
19342026-08-25T01:02:15.974Z Compiling num-derive v0.4.2
19352026-08-25T01:02:16.773Z Compiling progenitor v0.11.1
19362026-08-25T01:02:16.849Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19372026-08-25T01:02:16.920Z Compiling rustc-hash v2.1.1
19382026-08-25T01:02:16.932Z Compiling backoff v0.4.0
19392026-08-25T01:02:17.176Z Compiling iddqd v0.3.18
19402026-08-25T01:02:17.257Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19412026-08-25T01:02:17.345Z Compiling parse-display v0.10.0
19422026-08-25T01:02:17.382Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19432026-08-25T01:02:17.390Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19442026-08-25T01:02:17.513Z Compiling anstyle v1.0.14
19452026-08-25T01:02:17.671Z Compiling utf8parse v0.2.2
19462026-08-25T01:02:18.300Z Compiling anstyle-parse v1.0.0
19472026-08-25T01:02:18.405Z Compiling anstyle-query v1.1.4
19482026-08-25T01:02:18.460Z Compiling colorchoice v1.0.4
19492026-08-25T01:02:18.460Z Compiling is_terminal_polyfill v1.70.1
19502026-08-25T01:02:18.494Z Compiling anstream v1.0.0
19512026-08-25T01:02:18.495Z Compiling clap_lex v1.1.0
19522026-08-25T01:02:20.216Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19532026-08-25T01:02:23.842Z Compiling winnow v0.5.40
19542026-08-25T01:02:27.381Z Compiling terminal_size v0.4.3
19552026-08-25T01:02:35.358Z Compiling clap_builder v4.6.0
19562026-08-25T01:02:35.835Z Compiling dropshot_endpoint v0.17.1
19572026-08-25T01:02:36.256Z Compiling toml_edit v0.19.15
19582026-08-25T01:02:36.256Z Compiling clap v4.6.1
19592026-08-25T01:02:36.256Z Compiling proc-macro-crate v1.3.1
19602026-08-25T01:02:36.257Z Compiling adler2 v2.0.1
19612026-08-25T01:02:36.420Z Compiling miniz_oxide v0.8.9
19622026-08-25T01:02:37.145Z Compiling crc32fast v1.5.0
19632026-08-25T01:02:37.284Z Compiling serde_spanned v0.6.9
19642026-08-25T01:02:37.284Z Compiling zerocopy-derive v0.7.35
19652026-08-25T01:02:37.357Z Compiling flate2 v1.1.2
19662026-08-25T01:02:37.586Z Compiling prettyplease v0.2.37
19672026-08-25T01:02:37.636Z Compiling hubpack_derive v0.1.1
19682026-08-25T01:02:37.829Z Compiling hybrid-array v0.4.12
19692026-08-25T01:02:38.734Z Compiling ingot-macros v0.1.1
19702026-08-25T01:02:38.970Z Compiling scroll_derive v0.12.1
19712026-08-25T01:02:39.503Z Compiling block-buffer v0.12.0
19722026-08-25T01:02:39.593Z Compiling crypto-common v0.2.2
19732026-08-25T01:02:40.594Z Compiling compression-core v0.4.32
19742026-08-25T01:02:40.690Z Compiling const-oid v0.10.2
19752026-08-25T01:02:40.735Z Compiling compression-codecs v0.4.32
19762026-08-25T01:02:40.863Z Compiling digest v0.11.3
19772026-08-25T01:02:41.551Z Compiling zerocopy v0.7.35
19782026-08-25T01:02:42.024Z Compiling toml_datetime v1.1.1+spec-1.1.0
19792026-08-25T01:02:42.125Z Compiling toml_write v0.1.2
19802026-08-25T01:02:42.177Z Compiling cpufeatures v0.3.0
19812026-08-25T01:02:42.257Z Compiling sha1 v0.11.0
19822026-08-25T01:02:42.305Z Compiling toml_edit v0.22.27
19832026-08-25T01:02:42.332Z Compiling toml v1.1.2+spec-1.1.0
19842026-08-25T01:02:43.316Z Compiling async-compression v0.4.33
19852026-08-25T01:02:43.717Z Compiling num_enum_derive v0.7.5
19862026-08-25T01:02:43.984Z Compiling foreign-types-macros v0.2.3
19872026-08-25T01:02:44.228Z Compiling num-integer v0.1.46
19882026-08-25T01:02:44.603Z Compiling float-ord v0.3.2
19892026-08-25T01:02:44.736Z Compiling toml v0.8.23
19902026-08-25T01:02:44.991Z Compiling dropshot v0.17.1
19912026-08-25T01:02:46.551Z Compiling dtrace-parser v0.2.0
19922026-08-25T01:02:46.605Z Compiling glob v0.3.3
19932026-08-25T01:02:46.978Z Compiling proc-macro-error-attr v1.0.4
19942026-08-25T01:02:47.054Z Compiling num-iter v0.1.45
19952026-08-25T01:02:47.186Z Compiling num-rational v0.4.2
19962026-08-25T01:02:47.400Z Compiling dof v0.3.0
19972026-08-25T01:02:47.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982026-08-25T01:02:47.573Z Compiling num-complex v0.4.6
19992026-08-25T01:02:47.841Z Compiling thread-id v4.2.2
20002026-08-25T01:02:47.933Z Compiling num v0.4.3
20012026-08-25T01:02:47.950Z Compiling usdt-impl v0.5.0
20022026-08-25T01:02:48.015Z Compiling proc-macro-error v1.0.4
20032026-08-25T01:02:48.283Z Compiling num_enum_derive v0.5.11
20042026-08-25T01:02:48.562Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20052026-08-25T01:02:49.048Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20062026-08-25T01:02:49.578Z Compiling derive_more v0.99.20
20072026-08-25T01:02:49.667Z Compiling usdt-macro v0.5.0
20082026-08-25T01:02:49.993Z Compiling usdt-attr-macro v0.5.0
20092026-08-25T01:02:50.293Z Compiling minimal-lexical v0.2.1
20102026-08-25T01:02:50.617Z Compiling nom v7.1.3
20112026-08-25T01:02:50.869Z Compiling libscf-sys v1.2.0
20122026-08-25T01:02:50.983Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20132026-08-25T01:02:51.011Z Compiling zone_cfg_derive v0.3.1
20142026-08-25T01:02:51.587Z Compiling memoffset v0.9.1
20152026-08-25T01:02:51.672Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20162026-08-25T01:02:51.712Z Compiling rustc_version v0.4.1
20172026-08-25T01:02:51.817Z Compiling crossbeam-epoch v0.9.18
20182026-08-25T01:02:52.070Z Compiling regress v0.11.1
20192026-08-25T01:02:52.114Z Compiling hubpack v0.1.2
20202026-08-25T01:02:52.162Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20212026-08-25T01:02:52.398Z Compiling enum-as-inner v0.6.1
20222026-08-25T01:02:52.510Z Compiling static_assertions v1.1.0
20232026-08-25T01:02:52.595Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20242026-08-25T01:02:52.610Z Compiling curve25519-dalek v4.1.3
20252026-08-25T01:02:52.735Z Compiling crossbeam-deque v0.8.6
20262026-08-25T01:02:52.988Z Compiling thiserror-impl-no-std v2.0.2
20272026-08-25T01:02:53.000Z Compiling curve25519-dalek-derive v0.1.1
20282026-08-25T01:02:54.058Z Compiling typify-impl v0.6.2
20292026-08-25T01:02:54.092Z Compiling bytecount v0.6.9
20302026-08-25T01:02:54.301Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20312026-08-25T01:02:54.332Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20322026-08-25T01:02:54.583Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20332026-08-25T01:02:55.404Z Compiling rayon-core v1.13.0
20342026-08-25T01:02:56.088Z Compiling clang-sys v1.8.1
20352026-08-25T01:02:56.157Z Compiling scroll v0.12.0
20362026-08-25T01:02:56.278Z Compiling hash32 v0.3.1
20372026-08-25T01:02:56.295Z Compiling ingot-types v0.1.2
20382026-08-25T01:02:56.431Z Compiling goblin v0.8.2
20392026-08-25T01:02:56.434Z Compiling heapless v0.8.0
20402026-08-25T01:02:56.699Z Compiling cobs v0.3.0
20412026-08-25T01:02:56.762Z Compiling libloading v0.8.9
20422026-08-25T01:02:56.935Z Compiling bitflags v1.3.2
20432026-08-25T01:02:56.952Z Compiling foreign-types-shared v0.3.1
20442026-08-25T01:02:56.952Z Compiling managed v0.8.0
20452026-08-25T01:02:56.968Z Compiling bindgen v0.72.1
20462026-08-25T01:02:56.987Z Compiling foreign-types v0.5.0
20472026-08-25T01:02:57.001Z Compiling postcard v1.1.3
20482026-08-25T01:02:57.133Z Compiling smoltcp v0.11.0
20492026-08-25T01:02:57.335Z Compiling ingot v0.1.1
20502026-08-25T01:02:57.575Z Compiling cexpr v0.6.0
20512026-08-25T01:02:57.734Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20522026-08-25T01:02:58.162Z Compiling num_enum v0.7.5
20532026-08-25T01:02:58.288Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20542026-08-25T01:02:58.875Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20552026-08-25T01:02:59.555Z Compiling camino-tempfile v1.4.1
20562026-08-25T01:02:59.802Z Compiling derive-where v1.6.0
20572026-08-25T01:02:59.882Z Compiling serde_repr v0.1.20
20582026-08-25T01:02:59.901Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-08-25T01:03:00.206Z Compiling memmap v0.7.0
20602026-08-25T01:03:00.233Z Compiling cstr-argument v0.1.2
20612026-08-25T01:03:00.403Z Compiling typify-macro v0.6.2
20622026-08-25T01:03:00.681Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632026-08-25T01:03:00.888Z Compiling usdt v0.5.0
20642026-08-25T01:03:00.904Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20652026-08-25T01:03:01.470Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-25T01:03:01.668Z Compiling rayon v1.11.0
20672026-08-25T01:03:01.958Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682026-08-25T01:03:02.036Z Compiling crucible-workspace-hack v0.1.0
20692026-08-25T01:03:02.513Z Compiling typify v0.6.2
20702026-08-25T01:03:02.656Z Compiling tinyvec_macros v0.1.1
20712026-08-25T01:03:02.794Z Compiling tinyvec v1.10.0
20722026-08-25T01:03:02.875Z Compiling progenitor-impl v0.14.0
20732026-08-25T01:03:03.145Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-25T01:03:03.593Z Compiling papergrid v0.18.0
20752026-08-25T01:03:03.643Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20762026-08-25T01:03:03.656Z Compiling num_enum v0.5.11
20772026-08-25T01:03:04.029Z Compiling pin-project-internal v1.1.10
20782026-08-25T01:03:04.562Z Compiling tabled v0.21.0
20792026-08-25T01:03:04.903Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20802026-08-25T01:03:05.470Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20812026-08-25T01:03:05.670Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20822026-08-25T01:03:05.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20832026-08-25T01:03:05.987Z Compiling nix v0.31.3
20842026-08-25T01:03:06.001Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20852026-08-25T01:03:06.203Z Compiling rustix v0.38.44
20862026-08-25T01:03:06.454Z Compiling progenitor-macro v0.14.0
20872026-08-25T01:03:06.587Z Compiling itertools v0.12.1
20882026-08-25T01:03:06.773Z Compiling itertools v0.15.0
20892026-08-25T01:03:06.826Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20902026-08-25T01:03:06.912Z Compiling progenitor-impl v0.10.0
20912026-08-25T01:03:07.355Z Compiling sigpipe v0.1.3
20922026-08-25T01:03:07.402Z Compiling jiff v0.2.15
20932026-08-25T01:03:07.462Z Compiling const_format_proc_macros v0.2.34
20942026-08-25T01:03:07.790Z Compiling zone v0.3.1
20952026-08-25T01:03:07.800Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-08-25T01:03:08.064Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20972026-08-25T01:03:08.098Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20982026-08-25T01:03:09.100Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20992026-08-25T01:03:09.377Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21002026-08-25T01:03:09.667Z Compiling nix v0.30.1
21012026-08-25T01:03:10.053Z Compiling smf v0.2.3
21022026-08-25T01:03:10.360Z Compiling progenitor-macro v0.10.0
21032026-08-25T01:03:10.556Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21042026-08-25T01:03:10.717Z Compiling secrecy v0.10.3
21052026-08-25T01:03:11.167Z Compiling snafu-derive v0.8.9
21062026-08-25T01:03:11.183Z Compiling async-recursion v1.1.1
21072026-08-25T01:03:11.291Z Compiling bstr v1.12.0
21082026-08-25T01:03:11.804Z Compiling whoami v1.6.1
21092026-08-25T01:03:11.906Z Compiling crc8 v0.1.1
21102026-08-25T01:03:12.028Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-08-25T01:03:13.740Z Compiling tokio-dtrace v0.1.1
21122026-08-25T01:03:14.121Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-08-25T01:03:15.290Z Compiling reqwest v0.13.2
21142026-08-25T01:03:15.312Z Compiling hmac v0.12.1
21152026-08-25T01:03:15.504Z Compiling inout v0.1.4
21162026-08-25T01:03:15.654Z Compiling ff v0.13.1
21172026-08-25T01:03:15.669Z Compiling data-encoding v2.9.0
21182026-08-25T01:03:16.035Z Compiling group v0.13.0
21192026-08-25T01:03:16.115Z Compiling cipher v0.4.4
21202026-08-25T01:03:16.182Z Compiling hkdf v0.12.4
21212026-08-25T01:03:16.320Z Compiling progenitor-client v0.14.0
21222026-08-25T01:03:16.368Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-08-25T01:03:16.901Z Compiling oxide-tokio-rt v0.1.2
21242026-08-25T01:03:16.905Z Compiling atomicwrites v0.4.4
21252026-08-25T01:03:17.058Z Compiling tabled_derive v0.7.0
21262026-08-25T01:03:17.594Z Compiling universal-hash v0.5.1
21272026-08-25T01:03:17.650Z Compiling crypto-bigint v0.5.5
21282026-08-25T01:03:17.650Z Compiling half v2.7.1
21292026-08-25T01:03:17.738Z Compiling base16ct v0.2.0
21302026-08-25T01:03:17.912Z Compiling base64ct v1.8.0
21312026-08-25T01:03:18.035Z Compiling ciborium-io v0.2.2
21322026-08-25T01:03:18.198Z Compiling opaque-debug v0.3.1
21332026-08-25T01:03:18.236Z Compiling indent_write v2.2.0
21342026-08-25T01:03:18.376Z Compiling poly1305 v0.8.0
21352026-08-25T01:03:18.740Z Compiling elliptic-curve v0.13.8
21362026-08-25T01:03:18.779Z Compiling password-hash v0.5.0
21372026-08-25T01:03:18.805Z Compiling ciborium-ll v0.2.2
21382026-08-25T01:03:19.020Z Compiling progenitor v0.14.0
21392026-08-25T01:03:19.241Z Compiling chacha20 v0.9.1
21402026-08-25T01:03:19.332Z Compiling similar v2.7.0
21412026-08-25T01:03:19.400Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-08-25T01:03:19.685Z Compiling thiserror-no-std v2.0.2
21432026-08-25T01:03:20.182Z Compiling blake2 v0.10.6
21442026-08-25T01:03:20.260Z Compiling aead v0.5.2
21452026-08-25T01:03:20.327Z Compiling strum_macros v0.28.0
21462026-08-25T01:03:20.768Z Compiling linked-hash-map v0.5.6
21472026-08-25T01:03:20.847Z Compiling keccak v0.1.6
21482026-08-25T01:03:20.944Z Compiling resolv-conf v0.7.5
21492026-08-25T01:03:21.001Z Compiling sha3 v0.10.8
21502026-08-25T01:03:21.133Z Compiling lru-cache v0.1.2
21512026-08-25T01:03:21.261Z Compiling vsss-rs v3.3.4
21522026-08-25T01:03:21.318Z Compiling chacha20poly1305 v0.10.1
21532026-08-25T01:03:21.318Z Compiling argon2 v0.5.3
21542026-08-25T01:03:21.461Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-08-25T01:03:21.698Z Compiling ciborium v0.2.2
21562026-08-25T01:03:21.866Z Compiling hickory-proto v0.24.4
21572026-08-25T01:03:22.109Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21582026-08-25T01:03:22.226Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21592026-08-25T01:03:22.791Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21602026-08-25T01:03:22.845Z Compiling serde-big-array v0.5.1
21612026-08-25T01:03:23.045Z Compiling humantime v2.3.0
21622026-08-25T01:03:23.114Z Compiling siphasher v1.0.1
21632026-08-25T01:03:23.193Z Compiling unicode-segmentation v1.12.0
21642026-08-25T01:03:23.316Z Compiling same-file v1.0.6
21652026-08-25T01:03:23.320Z Compiling phf_shared v0.12.1
21662026-08-25T01:03:23.446Z Compiling walkdir v2.5.0
21672026-08-25T01:03:23.507Z Compiling newline-converter v0.3.0
21682026-08-25T01:03:23.621Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21692026-08-25T01:03:23.657Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21702026-08-25T01:03:23.802Z Compiling hickory-resolver v0.24.4
21712026-08-25T01:03:23.827Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-08-25T01:03:25.422Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-08-25T01:03:25.428Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21742026-08-25T01:03:26.290Z Compiling newtype_derive v0.1.6
21752026-08-25T01:03:26.374Z Compiling owo-colors v4.3.0
21762026-08-25T01:03:27.071Z Compiling console v0.15.11
21772026-08-25T01:03:27.141Z Compiling tokio-stream v0.1.17
21782026-08-25T01:03:27.553Z Compiling csv-core v0.1.12
21792026-08-25T01:03:27.553Z Compiling unicode-linebreak v0.1.5
21802026-08-25T01:03:27.610Z Compiling smawk v0.3.2
21812026-08-25T01:03:27.746Z Compiling foldhash v0.1.5
21822026-08-25T01:03:27.843Z Compiling swrite v0.1.0
21832026-08-25T01:03:27.950Z Compiling unicode-width v0.1.14
21842026-08-25T01:03:28.144Z Compiling termtree v0.5.1
21852026-08-25T01:03:28.302Z Compiling hashbrown v0.15.5
21862026-08-25T01:03:28.356Z Compiling textwrap v0.16.2
21872026-08-25T01:03:28.370Z Compiling csv v1.4.0
21882026-08-25T01:03:28.867Z Compiling qorb v0.4.1
21892026-08-25T01:03:29.353Z Compiling expectorate v1.2.0
21902026-08-25T01:03:30.546Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-08-25T01:03:31.053Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-08-25T01:03:31.540Z Compiling phf v0.12.1
21932026-08-25T01:03:31.942Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21942026-08-25T01:03:32.618Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21952026-08-25T01:03:32.685Z Compiling pin-project v1.1.10
21962026-08-25T01:03:32.712Z Compiling unicode-normalization v0.1.24
21972026-08-25T01:03:32.797Z Compiling libz-sys v1.1.22
21982026-08-25T01:03:33.614Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21992026-08-25T01:03:33.822Z Compiling libsw-core v0.3.2
22002026-08-25T01:03:34.014Z Compiling fixedbitset v0.4.2
22012026-08-25T01:03:34.495Z Compiling fixedbitset v0.5.7
22022026-08-25T01:03:34.495Z Compiling highway v1.3.0
22032026-08-25T01:03:34.495Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-25T01:03:34.612Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-08-25T01:03:34.626Z Compiling petgraph v0.8.2
22062026-08-25T01:03:34.792Z Compiling progenitor v0.10.0
22072026-08-25T01:03:34.950Z Compiling petgraph v0.6.5
22082026-08-25T01:03:36.407Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-25T01:03:36.470Z Compiling libsw v3.5.0
22102026-08-25T01:03:36.621Z Compiling olpc-cjson v0.1.4
22112026-08-25T01:03:36.654Z Compiling libgit2-sys v0.17.0+1.8.1
22122026-08-25T01:03:36.704Z Compiling snafu v0.8.9
22132026-08-25T01:03:36.802Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-08-25T01:03:36.927Z Compiling chrono-tz v0.10.4
22152026-08-25T01:03:37.215Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-08-25T01:03:37.226Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-08-25T01:03:38.236Z Compiling papergrid v0.11.0
22182026-08-25T01:03:38.292Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-25T01:03:38.593Z Compiling strum v0.28.0
22202026-08-25T01:03:38.740Z Compiling globset v0.4.16
22212026-08-25T01:03:39.026Z Compiling const_format v0.2.34
22222026-08-25T01:03:39.309Z Compiling slog-dtrace v0.3.0
22232026-08-25T01:03:39.359Z Compiling cancel-safe-futures v0.1.5
22242026-08-25T01:03:39.558Z Compiling gethostname v0.5.0
22252026-08-25T01:03:39.698Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22262026-08-25T01:03:40.068Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22272026-08-25T01:03:40.320Z Compiling dropshot-api-manager-types v0.7.2
22282026-08-25T01:03:40.567Z Compiling pem v3.0.5
22292026-08-25T01:03:40.702Z Compiling bcs v0.1.6
22302026-08-25T01:03:40.714Z Compiling serde_plain v1.0.2
22312026-08-25T01:03:40.812Z Compiling cargo-platform v0.1.9
22322026-08-25T01:03:40.963Z Compiling tagptr v0.2.0
22332026-08-25T01:03:41.024Z Compiling typed-path v0.9.3
22342026-08-25T01:03:41.126Z Compiling linear-map v1.2.0
22352026-08-25T01:03:41.323Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-08-25T01:03:41.939Z Compiling tough v0.20.0
22372026-08-25T01:03:43.186Z Compiling moka v0.12.11
22382026-08-25T01:03:43.220Z Compiling cargo_metadata v0.18.1
22392026-08-25T01:03:43.959Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-08-25T01:03:44.698Z Compiling tabled v0.15.0
22412026-08-25T01:03:44.912Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-25T01:03:45.030Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-08-25T01:03:45.304Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-08-25T01:03:45.572Z Compiling git2 v0.19.0
22452026-08-25T01:03:46.978Z Compiling steno v0.4.1
22462026-08-25T01:03:48.515Z Compiling cookie v0.18.1
22472026-08-25T01:03:48.637Z Compiling hickory-proto v0.25.2
22482026-08-25T01:03:50.575Z Compiling hickory-resolver v0.25.2
22492026-08-25T01:03:51.109Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22502026-08-25T01:03:53.113Z Compiling vergen v8.3.2
22512026-08-25T01:03:53.518Z Compiling signal-hook v0.4.4
22522026-08-25T01:03:54.033Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22532026-08-25T01:03:54.638Z Compiling serial_test_derive v3.5.0
22542026-08-25T01:03:55.003Z Compiling predicates-core v1.0.9
22552026-08-25T01:03:55.099Z Compiling mockall_derive v0.14.0
22562026-08-25T01:03:55.404Z Compiling serial_test v3.5.0
22572026-08-25T01:03:55.432Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22582026-08-25T01:03:55.502Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22592026-08-25T01:03:55.535Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22602026-08-25T01:03:56.791Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-08-25T01:03:57.237Z Compiling sha2 v0.10.9
22622026-08-25T01:03:57.648Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22632026-08-25T01:03:57.714Z Compiling mockall v0.14.0
22642026-08-25T01:03:57.795Z Compiling yansi v1.0.1
22652026-08-25T01:03:57.954Z Compiling diff v0.1.13
22662026-08-25T01:03:58.127Z Compiling pretty_assertions v1.4.1
22672026-08-25T01:03:58.285Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22682026-08-25T01:03:59.108Z Compiling fs-err v3.1.2
22692026-08-25T01:03:59.317Z Compiling predicates-tree v1.0.12
22702026-08-25T01:03:59.421Z Compiling predicates v3.1.3
22712026-08-25T01:04:00.546Z Compiling git-stub v1.0.0
22722026-08-25T01:04:00.846Z Compiling filetime v0.2.26
22732026-08-25T01:04:00.888Z Compiling fragile v2.0.1
22742026-08-25T01:04:01.198Z Compiling constant_time_eq v0.3.1
22752026-08-25T01:04:01.216Z Compiling xattr v1.6.1
22762026-08-25T01:04:01.231Z Compiling arrayref v0.3.9
22772026-08-25T01:04:01.291Z Compiling arrayvec v0.7.6
22782026-08-25T01:04:01.619Z Compiling downcast v0.11.0
22792026-08-25T01:04:01.774Z Compiling is_ci v1.2.0
22802026-08-25T01:04:01.774Z Compiling supports-color v3.0.2
22812026-08-25T01:04:01.774Z Compiling blake3 v1.8.2
22822026-08-25T01:04:01.818Z Compiling tar v0.4.45
22832026-08-25T01:04:01.819Z Compiling toml v0.7.8
22842026-08-25T01:04:02.182Z Compiling git-stub-vcs v0.1.0
22852026-08-25T01:04:02.573Z Compiling curl-sys v0.4.89+curl-8.20.0
22862026-08-25T01:04:02.770Z Compiling signal-hook-tokio v0.4.0
22872026-08-25T01:04:03.037Z Compiling scuffle v0.1.0
22882026-08-25T01:04:03.977Z Compiling drift v0.2.0
22892026-08-25T01:04:04.535Z Compiling kstat-rs v0.2.4
22902026-08-25T01:04:04.762Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-08-25T01:04:04.898Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-08-25T01:04:05.035Z Compiling hex-literal v1.1.0
22932026-08-25T01:04:05.162Z Compiling topological-sort v0.2.2
22942026-08-25T01:04:05.266Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-08-25T01:04:05.322Z Compiling omicron-zone-package v0.12.2
22962026-08-25T01:04:05.682Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-08-25T01:04:05.693Z Compiling dropshot-api-manager v0.7.2
22982026-08-25T01:04:06.904Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-25T01:04:07.341Z Compiling curl v0.4.50
23002026-08-25T01:04:08.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-08-25T01:04:08.180Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23022026-08-25T01:04:08.268Z Compiling iddqd v0.4.5
23032026-08-25T01:04:08.422Z Compiling internet-checksum v0.2.1
23042026-08-25T01:04:08.575Z Compiling search_path v0.1.4
23052026-08-25T01:04:08.699Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23062026-08-25T01:04:08.991Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23072026-08-25T01:04:09.267Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23082026-08-25T01:04:12.737Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-08-25T01:04:15.925Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-08-25T01:05:01.144Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s
23112026-08-25T01:05:01.201Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
23122026-08-25T01:05:01.201Z
23132026-08-25T01:05:01.201Zrunning 0 tests
23142026-08-25T01:05:01.201Z
23152026-08-25T01:05:01.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162026-08-25T01:05:01.201Z
23172026-08-25T01:05:01.201Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23182026-08-25T01:05:01.201Z
23192026-08-25T01:05:01.201Zrunning 0 tests
23202026-08-25T01:05:01.201Z
23212026-08-25T01:05:01.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23222026-08-25T01:05:01.201Z
23232026-08-25T01:05:01.201Z Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2)
23242026-08-25T01:05:01.201Z
23252026-08-25T01:05:01.201Zrunning 0 tests
23262026-08-25T01:05:01.201Z
23272026-08-25T01:05:01.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23282026-08-25T01:05:01.201Z
23292026-08-25T01:05:01.201Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
23302026-08-25T01:05:01.201Z
23312026-08-25T01:05:01.201Zrunning 4 tests
23322026-08-25T01:05:01.201Ztest nat::tests::test_vni ... ok
23332026-08-25T01:05:01.202Ztest network::tests::test_generate_ipv6_link_local ... ok
23342026-08-25T01:05:01.202Ztest test_purge ... ok
23352026-08-25T01:05:01.202Ztest illumos::test::address_exists_handles_missing_object ... ok
23362026-08-25T01:05:01.202Z
23372026-08-25T01:05:01.202Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-08-25T01:05:01.202Z
23392026-08-25T01:05:01.202Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
23402026-08-25T01:05:01.202Z
23412026-08-25T01:05:01.202Zrunning 1 test
23422026-08-25T01:05:01.202Z -------
23432026-08-25T01:05:01.202Z Generating OpenAPI documents from API definitions ...
23442026-08-25T01:05:01.351Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23452026-08-25T01:05:01.368Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23462026-08-25T01:05:02.399Z -------
23472026-08-25T01:05:02.399Z Checking 13 OpenAPI documents...
23482026-08-25T01:05:02.399Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-25T01:05:02.399Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-25T01:05:02.399Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-25T01:05:02.399Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-25T01:05:02.453Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-25T01:05:02.454Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-25T01:05:02.454Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-25T01:05:02.454Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-25T01:05:02.454Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-25T01:05:02.454Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-25T01:05:02.454Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-25T01:05:02.454Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-25T01:05:02.454Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-25T01:05:02.454Z Fresh dpd "latest" symlink
23622026-08-25T01:05:02.454Z -------
23632026-08-25T01:05:02.454Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23642026-08-25T01:05:02.508Ztest test::test_apis_up_to_date ... ok
23652026-08-25T01:05:02.508Z
23662026-08-25T01:05:02.508Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
23672026-08-25T01:05:02.508Z
23682026-08-25T01:05:02.579Z Running unittests src/main.rs (target/debug/deps/dpd-21bb189bdb36835c)
23692026-08-25T01:05:02.579Z
23702026-08-25T01:05:02.579Zrunning 34 tests
23712026-08-25T01:05:02.579Ztest freemap::test_ordering ... ok
23722026-08-25T01:05:02.579Ztest config::tests::test_updates ... ok
23732026-08-25T01:05:02.579Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23742026-08-25T01:05:02.579Ztest freemap::test_split ... ok
23752026-08-25T01:05:02.579Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23762026-08-25T01:05:02.580Ztest macaddrs::tests::test_mac_offset ... ok
23772026-08-25T01:05:02.580Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23782026-08-25T01:05:02.580ZAug 25 01:05:01.036Aug 25 01:05:01.036 DEBG created new freemap DEBG, unitcreated new freemap: freemap_test,
23792026-08-25T01:05:02.580Zunit: freemap_test
23802026-08-25T01:05:02.581Ztest macaddrs::tests::test_parse_port_id ... ok
23812026-08-25T01:05:02.581ZAug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test
23822026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test
23832026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test
23842026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test
23852026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG created new freemap, unit: freemap_test
23862026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG initted freemap. size: 8, unit: freemap_test
23872026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test
23882026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG created new freemap, unit: freemap_test
23892026-08-25T01:05:02.582Ztest nat::test_mapping ... ok
23902026-08-25T01:05:02.582ZAug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test
23912026-08-25T01:05:02.584ZAug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test
23922026-08-25T01:05:02.584ZAug 25 01:05:01.036 DEBG created new freemap, unit: freemap_test
23932026-08-25T01:05:02.584ZAug 25 01:05:01.036 DEBG initted freemap. size: 128, unit: freemap_test
23942026-08-25T01:05:02.584Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
23952026-08-25T01:05:02.584ZAug 25 01:05:01.036 DEBG reset freemap, unit: freemap_test
23962026-08-25T01:05:02.584Ztest freemap::test_free ... ok
23972026-08-25T01:05:02.584Ztest freemap::test_exhaustion ... ok
23982026-08-25T01:05:02.584Ztest freemap::test_basic ... ok
23992026-08-25T01:05:02.584Ztest port_map::tests::test_backplane_group ... ok
24002026-08-25T01:05:02.585Ztest freemap::test_reclaim ... ok
24012026-08-25T01:05:02.585Ztest port_map::tests::test_port_map ... ok
24022026-08-25T01:05:02.585Ztest port_map::tests::dump_map ... ok
24032026-08-25T01:05:02.585ZAug 25 01:05:01.037 DEBG created new freemap, unit: freemap_test
24042026-08-25T01:05:02.585ZAug 25 01:05:01.037 DEBG initted freemap. size: 128, unit: freemap_test
24052026-08-25T01:05:02.585ZAug 25 01:05:01.037 DEBG reset freemap, unit: freemap_test
24062026-08-25T01:05:02.585ZAug 25 01:05:01.037 DEBG created new freemap, unit: freemap_route_ipv4
24072026-08-25T01:05:02.585ZAug 25 01:05:01.037 DEBG created new freemap, unit: freemap_route_ipv6
24082026-08-25T01:05:02.585ZAug 25 01:05:01.037 Aug 25 01:05:01.037DEBG DEBGinitted freemap. size: 64 , created new freemapunit, :unit :freemap_route_ipv4
24092026-08-25T01:05:02.585Zfreemap_route_ipv4
24102026-08-25T01:05:02.585ZAug 25 01:05:01.037 Aug 25 01:05:01.037DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv4
24112026-08-25T01:05:02.585Zfreemap_route_ipv6
24122026-08-25T01:05:02.585ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4
24132026-08-25T01:05:02.585Z
24142026-08-25T01:05:02.585ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv4
24152026-08-25T01:05:02.585Z
24162026-08-25T01:05:02.585ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
24172026-08-25T01:05:02.585Z, unit: freemap_route_ipv6Aug 25 01:05:01.037
24182026-08-25T01:05:02.585Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.037
24192026-08-25T01:05:02.585Z DEBG reset freemap, Aug 25 01:05:01.037unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
24202026-08-25T01:05:02.585Z
24212026-08-25T01:05:02.585ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
24222026-08-25T01:05:02.585Z
24232026-08-25T01:05:02.585ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
24242026-08-25T01:05:02.585Z
24252026-08-25T01:05:02.585ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
24262026-08-25T01:05:02.585Z
24272026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
24282026-08-25T01:05:02.586Z
24292026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
24302026-08-25T01:05:02.586Z
24312026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
24322026-08-25T01:05:02.586Z
24332026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:2::/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 } }]
24342026-08-25T01:05:02.586Z
24352026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 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:1::/64 -> 2001:db8::55:ff
24362026-08-25T01:05:02.586Z
24372026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:3::/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 } }]
24382026-08-25T01:05:02.586Z
24392026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24402026-08-25T01:05:02.586Z
24412026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24422026-08-25T01:05:02.586Z
24432026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 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:3::/64 -> 2001:db8::55:ff
24442026-08-25T01:05:02.586Z
24452026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:5::/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 } }]
24462026-08-25T01:05:02.586Z
24472026-08-25T01:05:02.586ZAug 25 01:05:01.037Aug 25 01:05:01.037 INFODEBG adding route 3fff:beef:4::/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 } }]
24482026-08-25T01:05:02.587Z
24492026-08-25T01:05:02.587Ztest freemap::test_span ... ok
24502026-08-25T01:05:02.587ZAug 25 01:05:01.037Aug 25 01:05:01.037 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:6::/64 -> 2001:db8::55:ff
24512026-08-25T01:05:02.587Z
24522026-08-25T01:05:02.587ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:5::/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 } }]
24532026-08-25T01:05:02.587Z
24542026-08-25T01:05:02.587ZAug 25 01:05:01.038Aug 25 01:05:01.038 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 } }]
24552026-08-25T01:05:02.587ZAug 25 01:05:01.038 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24562026-08-25T01:05:02.587ZAug 25 01:05:01.038 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 } }]
24572026-08-25T01:05:02.587ZAug 25 01:05:01.038 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24582026-08-25T01:05:02.587ZAug 25 01:05:01.038 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 } }]
24592026-08-25T01:05:02.589ZAug 25 01:05:01.038 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24602026-08-25T01:05:02.589ZAug 25 01:05:01.038 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 } }]
24612026-08-25T01:05:02.589ZAug 25 01:05:01.038 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24622026-08-25T01:05:02.589ZAug 25 01:05:01.038 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 } }]
24632026-08-25T01:05:02.589ZAug 25 01:05:01.038 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24642026-08-25T01:05:02.589ZAug 25 01:05:01.038 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 } }]
24652026-08-25T01:05:02.589ZAug 25 01:05:01.038 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24662026-08-25T01:05:02.589ZAug 25 01:05:01.038 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 } }]INFO
24672026-08-25T01:05:02.589Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24682026-08-25T01:05:02.644ZAug 25 01:05:01.038 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24692026-08-25T01:05:02.644ZAug 25 01:05:01.038 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 } }]
24702026-08-25T01:05:02.644ZAug 25 01:05:01.038 DEBGAug 25 01:05:01.038 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
24712026-08-25T01:05:02.644Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24722026-08-25T01:05:02.644ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:8::/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 } }]
24732026-08-25T01:05:02.653Z
24742026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:e::/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 } }]
24752026-08-25T01:05:02.653Z
24762026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 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:9::/64 -> 2001:db8::55:ff
24772026-08-25T01:05:02.653Z
24782026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24792026-08-25T01:05:02.653Z
24802026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24812026-08-25T01:05:02.653Z
24822026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:10::/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 } }]
24832026-08-25T01:05:02.653Z
24842026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24852026-08-25T01:05:02.653Z
24862026-08-25T01:05:02.653ZAug 25 01:05:01.038Aug 25 01:05:01.038 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24872026-08-25T01:05:02.654Z
24882026-08-25T01:05:02.660ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG 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 } }]
24892026-08-25T01:05:02.660Z
24902026-08-25T01:05:02.660ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG adding route 3fff:beef:12::/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 } }]
24912026-08-25T01:05:02.660Z
24922026-08-25T01:05:02.660ZAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBGDEBG 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
24932026-08-25T01:05:02.660Z created new freemapadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24942026-08-25T01:05:02.660Z, unitAug 25 01:05:01.038: Aug 25 01:05:01.038INFO freemap_route_ipv4DEBG
24952026-08-25T01:05:02.660Z 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 } }]
24962026-08-25T01:05:02.660Z
24972026-08-25T01:05:02.660ZAug 25 01:05:01.038 Aug 25 01:05:01.038DEBGAug 25 01:05:01.038 created new freemapINFO , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
24982026-08-25T01:05:02.660Zunit : 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_ipv6
24992026-08-25T01:05:02.660Z
25002026-08-25T01:05:02.660ZAug 25 01:05:01.038 DEBGAug 25 01:05:01.038Aug 25 01:05:01.038 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
25012026-08-25T01:05:02.660Z initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
25022026-08-25T01:05:02.661Zunit: freemap_route_ipv4
25032026-08-25T01:05:02.661ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBG Aug 25 01:05:01.038adding route 3fff:beef:f::/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 } }]
25042026-08-25T01:05:02.663Z
25052026-08-25T01:05:02.663Z DEBG reset freemap, Aug 25 01:05:01.038Aug 25 01:05:01.038unit :INFO freemap_route_ipv4DEBG
25062026-08-25T01:05:02.663Z adding route 3fff:beef:15::/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 } }]
25072026-08-25T01:05:02.663Z
25082026-08-25T01:05:02.663ZAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBGDEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25092026-08-25T01:05:02.663Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25102026-08-25T01:05:02.663Zinitted freemap. size: 64, unit:Aug 25 01:05:01.038 Aug 25 01:05:01.038INFO freemap_route_ipv6DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
25112026-08-25T01:05:02.663Z
25122026-08-25T01:05:02.663Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038
25132026-08-25T01:05:02.663Z Aug 25 01:05:01.038Aug 25 01:05:01.038DEBG DEBGcreated new freemapAug 25 01:05:01.038 , unitreset freemap:, DEBGunit freemap_route_ipv4:INFO
25142026-08-25T01:05:02.663Z freemap_route_ipv6
25152026-08-25T01:05:02.663Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25162026-08-25T01:05:02.663Z
25172026-08-25T01:05:02.663ZAug 25 01:05:01.038 DEBG created new freemapAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG , unitINFOINFO : replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25182026-08-25T01:05:02.663Zfreemap_route_ipv6
25192026-08-25T01:05:02.663Z
25202026-08-25T01:05:02.663Z
25212026-08-25T01:05:02.668ZAug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
25222026-08-25T01:05:02.668Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
25232026-08-25T01:05:02.668Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff, Aug 25 01:05:01.038
25242026-08-25T01:05:02.668Zunit INFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
25252026-08-25T01:05:02.668Z
25262026-08-25T01:05:02.668ZAug 25 01:05:01.038 INFOAug 25 01:05:01.038 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGAug 25 01:05:01.038
25272026-08-25T01:05:02.668Z 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 } }]DEBGAug 25 01:05:01.038
25282026-08-25T01:05:02.668Z DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.038unit
25292026-08-25T01:05:02.668ZDEBG: 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 } }]freemap_route_ipv4
25302026-08-25T01:05:02.668ZAug 25 01:05:01.038
25312026-08-25T01:05:02.668Z INFO Aug 25 01:05:01.038adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25322026-08-25T01:05:02.668ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25332026-08-25T01:05:02.669Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
25342026-08-25T01:05:02.669ZAug 25 01:05:01.038 Aug 25 01:05:01.038DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
25352026-08-25T01:05:02.669Zreplacing 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 } }]
25362026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25372026-08-25T01:05:02.669Z
25382026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff: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 } }]
25392026-08-25T01:05:02.669Z
25402026-08-25T01:05:02.669Ztest port_map::tests::parse_softnpu_revision ... ok
25412026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
25422026-08-25T01:05:02.669Z
25432026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG DEBG 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 } }]
25442026-08-25T01:05:02.669Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25452026-08-25T01:05:02.669Z
25462026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO Aug 25 01:05:01.038 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25472026-08-25T01:05:02.669Z
25482026-08-25T01:05:02.669ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25492026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG 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 } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25502026-08-25T01:05:02.669Z
25512026-08-25T01:05:02.669Z 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 } }]
25522026-08-25T01:05:02.669ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFOAug 25 01:05:01.038 INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25532026-08-25T01:05:02.669Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
25542026-08-25T01:05:02.669Z
25552026-08-25T01:05:02.669ZAug 25 01:05:01.038 Aug 25 01:05:01.038Aug 25 01:05:01.038 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25562026-08-25T01:05:02.669Z
25572026-08-25T01:05:02.669ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038
25582026-08-25T01:05:02.669Z INFOAug 25 01:05:01.038 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
25592026-08-25T01:05:02.669Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 01:05:01.038
25602026-08-25T01:05:02.669Z INFOAug 25 01:05:01.038 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGAug 25 01:05:01.038
25612026-08-25T01:05:02.669Z 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
25622026-08-25T01:05:02.669Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038
25632026-08-25T01:05:02.670Z Aug 25 01:05:01.038DEBG 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 } }]
25642026-08-25T01:05:02.671ZAug 25 01:05:01.038adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25652026-08-25T01:05:02.671ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:01.038Aug 25 01:05:01.038
25662026-08-25T01:05:02.676Z INFODEBG adding route 3fff:beef:17::/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 } }]
25672026-08-25T01:05:02.676Z
25682026-08-25T01:05:02.721ZAug 25 01:05:01.038 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 } }]
25692026-08-25T01:05:02.721ZAug 25 01:05:01.038Aug 25 01:05:01.038 INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 01:05:01.038
25702026-08-25T01:05:02.721Zreplacing 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 } }]
25712026-08-25T01:05:02.721ZINFO Aug 25 01:05:01.038adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25722026-08-25T01:05:02.721ZDEBG Aug 25 01:05:01.038replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.038INFO
25732026-08-25T01:05:02.721Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
25742026-08-25T01:05:02.721Z 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 } }]
25752026-08-25T01:05:02.721ZAug 25 01:05:01.038 Aug 25 01:05:01.038INFO Aug 25 01:05:01.038DEBG adding route 3fff:beef:6::/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 } }]
25762026-08-25T01:05:02.721Z
25772026-08-25T01:05:02.721Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
25782026-08-25T01:05:02.721ZAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038INFODEBG adding route 3fff:beef:19::/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 } }]
25792026-08-25T01:05:02.721Ztest api_server::tests::test_build_info ... ok
25802026-08-25T01:05:02.721ZDEBG
25812026-08-25T01:05:02.721Z 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 } }]
25822026-08-25T01:05:02.722ZAug 25 01:05:01.038 INFO Aug 25 01:05:01.038Aug 25 01:05:01.038adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25832026-08-25T01:05:02.722ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
25842026-08-25T01:05:02.722Zreplacing 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 } }]
25852026-08-25T01:05:02.722ZAug 25 01:05:01.038 DEBGAug 25 01:05:01.038 Aug 25 01:05:01.038DEBG 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 } }]INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25862026-08-25T01:05:02.722Z
25872026-08-25T01:05:02.722Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25882026-08-25T01:05:02.722ZAug 25 01:05:01.038 Aug 25 01:05:01.038Aug 25 01:05:01.038INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
25892026-08-25T01:05:02.722Z 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 } }]
25902026-08-25T01:05:02.722Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:05:01.038
25912026-08-25T01:05:02.722Z DEBGAug 25 01:05:01.038 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038
25922026-08-25T01:05:02.722Z INFODEBG adding route 3fff:beef:1b::/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 } }]Aug 25 01:05:01.038
25932026-08-25T01:05:02.722Z INFO
25942026-08-25T01:05:02.722Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:05:01.038
25952026-08-25T01:05:02.722Z DEBG Aug 25 01:05:01.038replacing 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 } }]
25962026-08-25T01:05:02.722ZINFO Aug 25 01:05:01.038adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25972026-08-25T01:05:02.724ZDEBGAug 25 01:05:01.038 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25982026-08-25T01:05:02.724Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
25992026-08-25T01:05:02.724ZAug 25 01:05:01.038 Aug 25 01:05:01.038Aug 25 01:05:01.038DEBG 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 } }]DEBGINFO
26002026-08-25T01:05:02.724Zreplacing 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 } }]
26012026-08-25T01:05:02.724Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26022026-08-25T01:05:02.724ZAug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 INFO DEBGINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26032026-08-25T01:05:02.724Zreplacing 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 } }]
26042026-08-25T01:05:02.724Z
26052026-08-25T01:05:02.724ZAug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038 INFODEBGDEBG adding route 3fff:beef:26::/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 } }]
26062026-08-25T01:05:02.724Z
26072026-08-25T01:05:02.724Z 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 } }]
26082026-08-25T01:05:02.724ZAug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 INFODEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26092026-08-25T01:05:02.724Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26102026-08-25T01:05:02.724Z
26112026-08-25T01:05:02.724ZAug 25 01:05:01.038Aug 25 01:05:01.038 DEBGDEBGAug 25 01:05:01.038 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 } }]
26122026-08-25T01:05:02.724ZINFOreplacing 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 } }]
26132026-08-25T01:05:02.724Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
26142026-08-25T01:05:02.724ZAug 25 01:05:01.038 Aug 25 01:05:01.038INFO Aug 25 01:05:01.038 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
26152026-08-25T01:05:02.724Z 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 } }]
26162026-08-25T01:05:02.724Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 25 01:05:01.038
26172026-08-25T01:05:02.724Z , DEBGAug 25 01:05:01.038unit : Aug 25 01:05:01.038 freemap_route_ipv6INFODEBG
26182026-08-25T01:05:02.725Z 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: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 } }]
26192026-08-25T01:05:02.725Z
26202026-08-25T01:05:02.725Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
26212026-08-25T01:05:02.725ZAug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
26222026-08-25T01:05:02.725Z
26232026-08-25T01:05:02.725ZAug 25 01:05:01.038 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
26242026-08-25T01:05:02.725ZAug 25 01:05:01.038Aug 25 01:05:01.038 DEBG reset freemap DEBGAug 25 01:05:01.038, replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]unitINFO
26252026-08-25T01:05:02.725Z
26262026-08-25T01:05:02.725Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff:
26272026-08-25T01:05:02.725Z freemap_route_ipv6Aug 25 01:05:01.038
26282026-08-25T01:05:02.725ZAug 25 01:05:01.038 DEBG Aug 25 01:05:01.038replacing 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
26292026-08-25T01:05:02.725Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 01:05:01.038
26302026-08-25T01:05:02.725Z INFOINFOAug 25 01:05:01.038 Aug 25 01:05:01.038adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG
26312026-08-25T01:05:02.725Z INFO
26322026-08-25T01:05:02.725Z 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 } }]
26332026-08-25T01:05:02.725Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
26342026-08-25T01:05:02.725ZAug 25 01:05:01.038Aug 25 01:05:01.038 DEBGAug 25 01:05:01.038Aug 25 01:05:01.038DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGINFO
26352026-08-25T01:05:02.725Z 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 } }]
26362026-08-25T01:05:02.725Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26372026-08-25T01:05:02.725Z
26382026-08-25T01:05:02.725ZAug 25 01:05:01.038Aug 25 01:05:01.038Aug 25 01:05:01.038 Aug 25 01:05:01.038 DEBGINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26392026-08-25T01:05:02.725ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
26402026-08-25T01:05:02.725Z
26412026-08-25T01:05:02.725Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:05:01.038
26422026-08-25T01:05:02.725Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:05:01.038
26432026-08-25T01:05:02.726ZAug 25 01:05:01.038 INFODEBG Aug 25 01:05:01.038Aug 25 01:05:01.038 adding route 3fff:beef:10::/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 } }]
26442026-08-25T01:05:02.726Z
26452026-08-25T01:05:02.726ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
26462026-08-25T01:05:02.727ZDEBGAug 25 01:05:01.038Aug 25 01:05:01.038 DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26472026-08-25T01:05:02.727Z
26482026-08-25T01:05:02.727Z
26492026-08-25T01:05:02.727ZAug 25 01:05:01.038 DEBG Aug 25 01:05:01.038replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.038 Aug 25 01:05:01.038DEBG
26502026-08-25T01:05:02.727ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
26512026-08-25T01:05:02.727Z Aug 25 01:05:01.038adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26522026-08-25T01:05:02.727ZINFO Aug 25 01:05:01.039adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26532026-08-25T01:05:02.727ZAug 25 01:05:01.039 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 } }] DEBGDEBG
26542026-08-25T01:05:02.727Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26552026-08-25T01:05:02.727Z
26562026-08-25T01:05:02.727ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFOINFOAug 25 01:05:01.039 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
26572026-08-25T01:05:02.727ZDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26582026-08-25T01:05:02.727Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
26592026-08-25T01:05:02.727Zreplacing 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 } }]
26602026-08-25T01:05:02.727ZAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039 DEBGDEBG 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 } }]
26612026-08-25T01:05:02.727Z 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:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
26622026-08-25T01:05:02.727Z Aug 25 01:05:01.039
26632026-08-25T01:05:02.727ZINFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 01:05:01.039Aug 25 01:05:01.039
26642026-08-25T01:05:02.727ZINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
26652026-08-25T01:05:02.727Z
26662026-08-25T01:05:02.728Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
26672026-08-25T01:05:02.728Z DEBGAug 25 01:05:01.039 Aug 25 01:05:01.039replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039DEBG
26682026-08-25T01:05:02.796Z 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 } }]DEBGDEBG
26692026-08-25T01:05:02.797Z 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: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 } }]
26702026-08-25T01:05:02.797Z
26712026-08-25T01:05:02.797ZAug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039INFOAug 25 01:05:01.039 INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26722026-08-25T01:05:02.797Z
26732026-08-25T01:05:02.797Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
26742026-08-25T01:05:02.797Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
26752026-08-25T01:05:02.797ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGDEBG DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26762026-08-25T01:05:02.797Z
26772026-08-25T01:05:02.797ZAug 25 01:05:01.039replacing 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 } }]
26782026-08-25T01:05:02.797ZDEBG Aug 25 01:05:01.039replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039INFO Aug 25 01:05:01.039INFO
26792026-08-25T01:05:02.797Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26802026-08-25T01:05:02.797Z
26812026-08-25T01:05:02.797Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
26822026-08-25T01:05:02.797Z INFOAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
26832026-08-25T01:05:02.800Z DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26842026-08-25T01:05:02.800Zreplacing 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 } }]
26852026-08-25T01:05:02.800Z
26862026-08-25T01:05:02.800ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
26872026-08-25T01:05:02.800Zreplacing 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 } }]
26882026-08-25T01:05:02.800ZAug 25 01:05:01.039 DEBG created new freemapAug 25 01:05:01.039, unit :INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4
26892026-08-25T01:05:02.800Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
26902026-08-25T01:05:02.800Z
26912026-08-25T01:05:02.800ZAug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039 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 } }]DEBG
26922026-08-25T01:05:02.800Zcreated new freemapreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
26932026-08-25T01:05:02.800Zunit:Aug 25 01:05:01.039 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
26942026-08-25T01:05:02.800ZAug 25 01:05:01.039 Aug 25 01:05:01.039freemap_route_ipv6
26952026-08-25T01:05:02.800ZINFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26962026-08-25T01:05:02.800Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
26972026-08-25T01:05:02.800Z DEBGAug 25 01:05:01.039 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 } }]
26982026-08-25T01:05:02.805ZAug 25 01:05:01.039 Aug 25 01:05:01.039INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
26992026-08-25T01:05:02.805Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27002026-08-25T01:05:02.805ZAug 25 01:05:01.039 initted freemap. size: 64DEBG, Aug 25 01:05:01.039 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 } }]:
27012026-08-25T01:05:02.805Zfreemap_route_ipv4DEBG
27022026-08-25T01:05:02.805Z 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 } }]
27032026-08-25T01:05:02.805ZAug 25 01:05:01.039 Aug 25 01:05:01.039DEBG Aug 25 01:05:01.039INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreset freemap
27042026-08-25T01:05:02.805Z , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
27052026-08-25T01:05:02.805ZAug 25 01:05:01.039: freemap_route_ipv4DEBG
27062026-08-25T01:05:02.805Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27072026-08-25T01:05:02.805Z DEBGAug 25 01:05:01.039 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27082026-08-25T01:05:02.805ZDEBG initted freemap. size: 64INFO, unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff:
27092026-08-25T01:05:02.806Z freemap_route_ipv6
27102026-08-25T01:05:02.806ZAug 25 01:05:01.039 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27112026-08-25T01:05:02.806ZDEBGAug 25 01:05:01.039 reset freemapDEBG , 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 } }]unit
27122026-08-25T01:05:02.806Z:Aug 25 01:05:01.039 freemap_route_ipv6DEBG
27132026-08-25T01:05:02.806Z 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 } }]
27142026-08-25T01:05:02.806ZAug 25 01:05:01.039 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27152026-08-25T01:05:02.806ZAug 25 01:05:01.039Aug 25 01:05:01.039 DEBGINFO Aug 25 01:05:01.039replacing 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 } }]
27162026-08-25T01:05:02.806Z Aug 25 01:05:01.039INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
27172026-08-25T01:05:02.806ZINFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27182026-08-25T01:05:02.806Z Aug 25 01:05:01.039adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
27192026-08-25T01:05:02.806ZDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27202026-08-25T01:05:02.806Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
27212026-08-25T01:05:02.806ZAug 25 01:05:01.039Aug 25 01:05:01.039 DEBGDEBGAug 25 01:05:01.039 Aug 25 01:05:01.039 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 } }]
27222026-08-25T01:05:02.806ZDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
27232026-08-25T01:05:02.806Z
27242026-08-25T01:05:02.806Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:05:01.039
27252026-08-25T01:05:02.806ZINFO Aug 25 01:05:01.039adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27262026-08-25T01:05:02.806ZAug 25 01:05:01.039INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27272026-08-25T01:05:02.806Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27282026-08-25T01:05:02.806Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27292026-08-25T01:05:02.806ZAug 25 01:05:01.039 DEBGAug 25 01:05:01.039 Aug 25 01:05:01.039DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
27302026-08-25T01:05:02.806Z
27312026-08-25T01:05:02.806Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27322026-08-25T01:05:02.806ZAug 25 01:05:01.039 INFOAug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27332026-08-25T01:05:02.807Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
27342026-08-25T01:05:02.807Z
27352026-08-25T01:05:02.807ZAug 25 01:05:01.039 DEBG Aug 25 01:05:01.039replacing 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 } }]
27362026-08-25T01:05:02.807ZDEBGAug 25 01:05:01.039 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
27372026-08-25T01:05:02.807Z Aug 25 01:05:01.039adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27382026-08-25T01:05:02.807ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27392026-08-25T01:05:02.807Z INFOAug 25 01:05:01.039 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27402026-08-25T01:05:02.807Z DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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-08-25T01:05:02.807Z
27422026-08-25T01:05:02.807ZAug 25 01:05:01.039 Aug 25 01:05:01.039DEBGAug 25 01:05:01.039 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 } }]INFOINFO
27432026-08-25T01:05:02.807Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27442026-08-25T01:05:02.807Z
27452026-08-25T01:05:02.807ZAug 25 01:05:01.039 Aug 25 01:05:01.039INFO Aug 25 01:05:01.039DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27462026-08-25T01:05:02.807Zreplacing 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 } }]
27472026-08-25T01:05:02.807ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27482026-08-25T01:05:02.807Z DEBG Aug 25 01:05:01.039replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27492026-08-25T01:05:02.807Z INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27502026-08-25T01:05:02.807Z DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27512026-08-25T01:05:02.807Z
27522026-08-25T01:05:02.807ZAug 25 01:05:01.039 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27532026-08-25T01:05:02.807ZDEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039
27542026-08-25T01:05:02.807Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
27552026-08-25T01:05:02.807Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27562026-08-25T01:05:02.807ZAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039INFOAug 25 01:05:01.039 DEBGINFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
27572026-08-25T01:05:02.808Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27582026-08-25T01:05:02.808Z
27592026-08-25T01:05:02.808Z
27602026-08-25T01:05:02.808ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBG DEBG INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
27612026-08-25T01:05:02.808Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27622026-08-25T01:05:02.808Z
27632026-08-25T01:05:02.808Z
27642026-08-25T01:05:02.808ZAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBG 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 } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
27652026-08-25T01:05:02.808Z
27662026-08-25T01:05:02.808Z
27672026-08-25T01:05:02.808Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27682026-08-25T01:05:02.829ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFODEBG adding route 3fff:beef:34::/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 } }]
27692026-08-25T01:05:02.829ZINFO
27702026-08-25T01:05:02.829ZAug 25 01:05:01.039 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
27712026-08-25T01:05:02.830ZAug 25 01:05:01.039Aug 25 01:05:01.039replacing 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 } }]
27722026-08-25T01:05:02.830Z DEBGINFO Aug 25 01:05:01.039adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:05:01.039replacing 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 } }]
27732026-08-25T01:05:02.830ZINFODEBG
27742026-08-25T01:05:02.830Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27752026-08-25T01:05:02.830Z
27762026-08-25T01:05:02.830ZAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBG INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27772026-08-25T01:05:02.830ZINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
27782026-08-25T01:05:02.830Z
27792026-08-25T01:05:02.830ZDEBG 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 } }]
27802026-08-25T01:05:02.830ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 INFOAug 25 01:05:01.039 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGDEBGINFO
27812026-08-25T01:05:02.830Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27822026-08-25T01:05:02.830Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
27832026-08-25T01:05:02.830Z
27842026-08-25T01:05:02.831ZAug 25 01:05:01.039 DEBG Aug 25 01:05:01.039Aug 25 01:05:01.039 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27852026-08-25T01:05:02.831ZINFODEBG 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
27862026-08-25T01:05:02.831Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27872026-08-25T01:05:02.831Z INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 25 01:05:01.039
27882026-08-25T01:05:02.831Z Aug 25 01:05:01.039adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFODEBG
27892026-08-25T01:05:02.831Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27902026-08-25T01:05:02.831Z
27912026-08-25T01:05:02.831ZAug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039 DEBGDEBG Aug 25 01:05:01.039 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
27922026-08-25T01:05:02.831ZINFO DEBG
27932026-08-25T01:05:02.831Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27942026-08-25T01:05:02.831Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
27952026-08-25T01:05:02.831ZAug 25 01:05:01.039 INFOINFOAug 25 01:05:01.039 Aug 25 01:05:01.039 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
27962026-08-25T01:05:02.831ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27972026-08-25T01:05:02.831Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
27982026-08-25T01:05:02.831Z
27992026-08-25T01:05:02.831ZDEBG Aug 25 01:05:01.039replacing 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 } }]
28002026-08-25T01:05:02.831ZAug 25 01:05:01.039Aug 25 01:05:01.039 DEBGINFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 25 01:05:01.039replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28012026-08-25T01:05:02.831ZINFO
28022026-08-25T01:05:02.831Z
28032026-08-25T01:05:02.831Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28042026-08-25T01:05:02.831ZAug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039DEBG Aug 25 01:05:01.039 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 } }]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 } }] INFO
28052026-08-25T01:05:02.831Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28062026-08-25T01:05:02.831Z
28072026-08-25T01:05:02.831Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28082026-08-25T01:05:02.831ZAug 25 01:05:01.039Aug 25 01:05:01.039Aug 25 01:05:01.039 Aug 25 01:05:01.039INFO DEBGINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28092026-08-25T01:05:02.831Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
28102026-08-25T01:05:02.832Z Aug 25 01:05:01.039 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
28112026-08-25T01:05:02.832Z Aug 25 01:05:01.039replacing 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: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 } }]
28122026-08-25T01:05:02.832Z DEBG
28132026-08-25T01:05:02.832Z Aug 25 01:05:01.039replacing 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 } }]
28142026-08-25T01:05:02.832ZINFOAug 25 01:05:01.039 Aug 25 01:05:01.039Aug 25 01:05:01.039INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
28152026-08-25T01:05:02.832Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28162026-08-25T01:05:02.832Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28172026-08-25T01:05:02.832ZAug 25 01:05:01.039INFOAug 25 01:05:01.039 Aug 25 01:05:01.039DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff DEBG
28182026-08-25T01:05:02.832Z 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
28192026-08-25T01:05:02.832Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039
28202026-08-25T01:05:02.832Z DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.039replacing 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 } }]
28212026-08-25T01:05:02.832Z
28222026-08-25T01:05:02.832ZINFOAug 25 01:05:01.039 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28232026-08-25T01:05:02.832ZINFOAug 25 01:05:01.039 Aug 25 01:05:01.039 Aug 25 01:05:01.039adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO INFO
28242026-08-25T01:05:02.832Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28252026-08-25T01:05:02.832ZDEBG 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 } }]
28262026-08-25T01:05:02.832Z
28272026-08-25T01:05:02.832ZAug 25 01:05:01.039 DEBGAug 25 01:05:01.039 Aug 25 01:05:01.039 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 25 01:05:01.039DEBG
28282026-08-25T01:05:02.832ZINFO adding route 3fff:beef:2c::/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 } }]
28292026-08-25T01:05:02.832Z
28302026-08-25T01:05:02.832Zreplacing 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 } }]
28312026-08-25T01:05:02.832ZAug 25 01:05:01.039Aug 25 01:05:01.039 DEBGINFOAug 25 01:05:01.039Aug 25 01:05:01.039 INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
28322026-08-25T01:05:02.832Z
28332026-08-25T01:05:02.832Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28342026-08-25T01:05:02.832ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:05:01.039
28352026-08-25T01:05:02.832ZAug 25 01:05:01.039 Aug 25 01:05:01.039DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039DEBG
28362026-08-25T01:05:02.832Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
28372026-08-25T01:05:02.832ZINFO 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:2d::/64 -> 2001:db8::55:ff
28382026-08-25T01:05:02.832ZDEBG
28392026-08-25T01:05:02.832Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.039 Aug 25 01:05:01.041INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:05:01.040
28402026-08-25T01:05:02.832Z created new freemapDEBG, unitcreated new freemap: , freemap_route_ipv4unit
28412026-08-25T01:05:02.832Z: freemap_route_ipv4
28422026-08-25T01:05:02.832Z
28432026-08-25T01:05:02.832ZAug 25 01:05:01.049 Aug 25 01:05:01.039Aug 25 01:05:01.049 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
28442026-08-25T01:05:02.833Z
28452026-08-25T01:05:02.833ZAug 25 01:05:01.049DEBG DEBGcreated new freemapAug 25 01:05:01.049 Aug 25 01:05:01.049replacing 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 } }] ,
28462026-08-25T01:05:02.833ZDEBGunit : 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: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 } }]
28472026-08-25T01:05:02.833Zfreemap_route_ipv6Aug 25 01:05:01.049
28482026-08-25T01:05:02.833Z
28492026-08-25T01:05:02.833ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 01:05:01.049
28502026-08-25T01:05:02.833Z DEBG Aug 25 01:05:01.049initted freemap. size: 64 , INFOunit :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
28512026-08-25T01:05:02.833Zfreemap_route_ipv4Aug 25 01:05:01.049
28522026-08-25T01:05:02.833Z DEBGAug 25 01:05:01.049 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
28532026-08-25T01:05:02.833ZAug 25 01:05:01.041Aug 25 01:05:01.049 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 } }]
28542026-08-25T01:05:02.833ZDEBGDEBG reset freemapcreated new freemap, Aug 25 01:05:01.049, Aug 25 01:05:01.049unitunit :INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff:
28552026-08-25T01:05:02.833Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff freemap_route_ipv4
28562026-08-25T01:05:02.833Zfreemap_route_ipv4
28572026-08-25T01:05:02.833Z
28582026-08-25T01:05:02.833ZAug 25 01:05:01.049 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28592026-08-25T01:05:02.833ZAug 25 01:05:01.049 Aug 25 01:05:01.049Aug 25 01:05:01.040 Aug 25 01:05:01.049 DEBGDEBGDEBG Aug 25 01:05:01.049 initted freemap. size: 64created new freemapDEBG, created new freemapunit, unitDEBG:: , failed to allocate space for the new target listfreemap_route_ipv4unit
28602026-08-25T01:05:02.833Z
28612026-08-25T01:05:02.833Z: freemap_route_ipv6
28622026-08-25T01:05:02.833Zreplacing 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 } }]freemap_route_ipv6
28632026-08-25T01:05:02.833Z
28642026-08-25T01:05:02.833ZAug 25 01:05:01.049Aug 25 01:05:01.049 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemap
28652026-08-25T01:05:02.833Z, Aug 25 01:05:01.049unit :DEBG Aug 25 01:05:01.049Aug 25 01:05:01.049freemap_route_ipv6 Aug 25 01:05:01.049
28662026-08-25T01:05:02.833ZDEBG INFOcreated new freemap , failed to allocate space for the new target listunit:
28672026-08-25T01:05:02.833Z freemap_route_ipv6DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffinitted freemap. size: 64
28682026-08-25T01:05:03.468ZAug 25 01:05:01.049,
28692026-08-25T01:05:03.468Zunit : INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1
28702026-08-25T01:05:03.468ZAug 25 01:05:01.049
28712026-08-25T01:05:03.468Z Aug 25 01:05:01.049DEBG Aug 25 01:05:01.049Aug 25 01:05:01.049DEBG 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 } }]DEBGDEBG reset 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 } }]unit
28722026-08-25T01:05:03.468Z:initted freemap. size: 64 ,
28732026-08-25T01:05:03.468Zunitfreemap_route_ipv4:
28742026-08-25T01:05:03.468Z freemap_route_ipv4Aug 25 01:05:01.049
28752026-08-25T01:05:03.468Z INFOAug 25 01:05:01.049 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 25 01:05:01.049Aug 25 01:05:01.049 INFOinitted freemap. size: 64
28762026-08-25T01:05:03.473Z , DEBGunit : reset freemap adding route 3fff:beef:18::/64 -> 2001:db8::55:ff, freemap_route_ipv6unit
28772026-08-25T01:05:03.473Z
28782026-08-25T01:05:03.473Z: freemap_route_ipv4Aug 25 01:05:01.049
28792026-08-25T01:05:03.473Z DEBGAug 25 01:05:01.049 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 25 01:05:01.049
28802026-08-25T01:05:03.473Z reset freemapAug 25 01:05:01.049, DEBGDEBGAug 25 01:05:01.049 unit :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 } }]INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:3unit
28812026-08-25T01:05:03.473Z
28822026-08-25T01:05:03.473Z: freemap_route_ipv6freemap_route_ipv6
28832026-08-25T01:05:03.473Z
28842026-08-25T01:05:03.473ZAug 25 01:05:01.049Aug 25 01:05:01.049 INFODEBG adding route 3fff:beef:19::/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 } }]
28852026-08-25T01:05:03.473Z
28862026-08-25T01:05:03.473ZAug 25 01:05:01.050Aug 25 01:05:01.050 Aug 25 01:05:01.050 Aug 25 01:05:01.050DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
28872026-08-25T01:05:03.473Zadding route 3fff:dead::/64 -> 2001:db8::55:4
28882026-08-25T01:05:03.473ZAug 25 01:05:01.050 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.050
28892026-08-25T01:05:03.473ZDEBG 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 } }]
28902026-08-25T01:05:03.473Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:05:01.050
28912026-08-25T01:05:03.473Z INFO Aug 25 01:05:01.050Aug 25 01:05:01.050adding route 3fff:dead::/64 -> 2001:db8::55:2
28922026-08-25T01:05:03.473ZDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
28932026-08-25T01:05:03.473ZAug 25 01:05:01.050adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28942026-08-25T01:05:03.473ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
28952026-08-25T01:05:03.473ZAug 25 01:05:01.050 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 01:05:01.039Aug 25 01:05:01.050
28962026-08-25T01:05:03.473Z INFODEBG Aug 25 01:05:01.050 adding route 3fff:dead::/64 -> 2001:db8::55:3
28972026-08-25T01:05:03.473ZDEBGreplacing 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 } }]
28982026-08-25T01:05:03.473ZAug 25 01:05:01.050replacing 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 } }]
28992026-08-25T01:05:03.473ZERROAug 25 01:05:01.050 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 01:05:01.050DEBG
29002026-08-25T01:05:03.473Z INFO adding route 3fff:beef:2e::/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 } }]
29012026-08-25T01:05:03.481Z
29022026-08-25T01:05:03.481ZAug 25 01:05:01.050 ERROAug 25 01:05:01.050 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 itINFO
29032026-08-25T01:05:03.481ZAug 25 01:05:01.050 DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
29042026-08-25T01:05:03.481Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.050
29052026-08-25T01:05:03.481Z INFOAug 25 01:05:01.050 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
29062026-08-25T01:05:03.481Z Aug 25 01:05:01.050replacing 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 } }]
29072026-08-25T01:05:03.481ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 01:05:01.050
29082026-08-25T01:05:03.481Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 01:05:01.050
29092026-08-25T01:05:03.481ZAug 25 01:05:01.050 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
29102026-08-25T01:05:03.481Z
29112026-08-25T01:05:03.481ZAug 25 01:05:01.050 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 } }]
29122026-08-25T01:05:03.481ZAug 25 01:05:01.050Aug 25 01:05:01.050 Aug 25 01:05:01.050INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29132026-08-25T01:05:03.481Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
29142026-08-25T01:05:03.481Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:05:01.050
29152026-08-25T01:05:03.481ZAug 25 01:05:01.050 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 } }]
29162026-08-25T01:05:03.481ZAug 25 01:05:01.050 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29172026-08-25T01:05:03.482ZDEBG 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 } }]
29182026-08-25T01:05:03.482ZAug 25 01:05:01.050 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 } }]
29192026-08-25T01:05:03.482ZAug 25 01:05:01.050 INFO Aug 25 01:05:01.050adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29202026-08-25T01:05:03.482ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:01.050
29212026-08-25T01:05:03.482Z Aug 25 01:05:01.050DEBG 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 } }]
29222026-08-25T01:05:03.482Zcreated new freemap, unit: Aug 25 01:05:01.050Aug 25 01:05:01.050freemap_route_ipv6 INFODEBG
29232026-08-25T01:05:03.482Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29242026-08-25T01:05:03.482Z
29252026-08-25T01:05:03.482ZAug 25 01:05:01.050 Aug 25 01:05:01.050DEBG Aug 25 01:05:01.050 DEBG initted freemap. size: 64 , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
29262026-08-25T01:05:03.482ZINFO: adding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv4
29272026-08-25T01:05:03.482Z
29282026-08-25T01:05:03.482ZAug 25 01:05:01.050 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29292026-08-25T01:05:03.482ZAug 25 01:05:01.050 Aug 25 01:05:01.050DEBG DEBGreset freemapAug 25 01:05:01.050, unitDEBG: replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
29302026-08-25T01:05:03.482Z
29312026-08-25T01:05:03.482Zreplacing 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 } }]
29322026-08-25T01:05:03.482ZAug 25 01:05:01.050Aug 25 01:05:01.050Aug 25 01:05:01.050 INFODEBGINFO initted freemap. size: 64adding route 3fff:beef:34::/64 -> 2001:db8::55:ff,
29332026-08-25T01:05:03.482Z unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ff:
29342026-08-25T01:05:03.482Z Aug 25 01:05:01.050freemap_route_ipv6
29352026-08-25T01:05:03.482ZDEBG 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 } }]
29362026-08-25T01:05:03.482ZAug 25 01:05:01.050 DEBGAug 25 01:05:01.050Aug 25 01:05:01.050 DEBGreset freemap , INFO unit :adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29372026-08-25T01:05:03.482Ztest route::tests::grow_succeeds ... ok
29382026-08-25T01:05:03.490Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
29392026-08-25T01:05:03.491Z
29402026-08-25T01:05:03.491ZAug 25 01:05:01.050 Aug 25 01:05:01.050DEBG INFOAug 25 01:05:01.050replacing 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 } }]
29412026-08-25T01:05:03.491Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
29422026-08-25T01:05:03.491Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
29432026-08-25T01:05:03.491Ztest route::tests::rollback_on_compact_delete_failure ... ok
29442026-08-25T01:05:03.491ZAug 25 01:05:01.050 INFO reset freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:05:01.050 Aug 25 01:05:01.050DEBG DEBG
29452026-08-25T01:05:03.491Zcreated new freemapAug 25 01:05:01.050, Aug 25 01:05:01.050 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 } }]DEBG
29462026-08-25T01:05:03.491Z :created new freemap , freemap_route_ipv4Aug 25 01:05:01.050DEBG
29472026-08-25T01:05:03.491Z 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 } }]:Aug 25 01:05:01.132
29482026-08-25T01:05:03.491Z DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:01.132
29492026-08-25T01:05:03.491Zfreemap_route_ipv4Aug 25 01:05:01.132
29502026-08-25T01:05:03.491Z DEBGcreated new freemapDEBG , unitAug 25 01:05:01.132created new freemapAug 25 01:05:01.132 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 } }]: DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29512026-08-25T01:05:03.491Zcreated new freemap
29522026-08-25T01:05:03.491Z, freemap_route_ipv4unit, :unit
29532026-08-25T01:05:03.491ZAug 25 01:05:01.132 DEBG freemap_route_ipv6replacing 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 } }]:
29542026-08-25T01:05:03.491Z
29552026-08-25T01:05:03.491Z freemap_route_ipv6Aug 25 01:05:01.132
29562026-08-25T01:05:03.491Z Aug 25 01:05:01.132 Aug 25 01:05:01.132INFODEBG Aug 25 01:05:01.132 DEBGcreated new freemap INFO, initted freemap. size: 64adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:05:01.132unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
29572026-08-25T01:05:03.491Z, :unit
29582026-08-25T01:05:03.491Z : DEBGfreemap_route_ipv4Aug 25 01:05:01.132
29592026-08-25T01:05:03.491Z freemap_route_ipv6 DEBGAug 25 01:05:01.132
29602026-08-25T01:05:03.491Zreplacing 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 } }] DEBGAug 25 01:05:01.132
29612026-08-25T01:05:03.491Z DEBGAug 25 01:05:01.132 DEBGreset freemap initted freemap. size: 64replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 25 01:05:01.132unit
29622026-08-25T01:05:03.491ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff:, initted freemap. size: 64 Aug 25 01:05:01.132
29632026-08-25T01:05:03.491Zfreemap_route_ipv4,
29642026-08-25T01:05:03.491Zunit INFO unit:adding route 3fff:beef:38::/64 -> 2001:db8::55:ff:Aug 25 01:05:01.132
29652026-08-25T01:05:03.491ZAug 25 01:05:01.132 freemap_route_ipv4DEBG
29662026-08-25T01:05:03.491ZAug 25 01:05:01.132 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 } }] initted freemap. size: 64
29672026-08-25T01:05:03.492Zfreemap_route_ipv4DEBG, Aug 25 01:05:01.132 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 } }]unit
29682026-08-25T01:05:03.668ZDEBG
29692026-08-25T01:05:03.668Z: reset freemapAug 25 01:05:01.132, Aug 25 01:05:01.132freemap_route_ipv6unit
29702026-08-25T01:05:03.668ZAug 25 01:05:01.132 INFO DEBG:Aug 25 01:05:01.132 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4
29712026-08-25T01:05:03.668Zreset freemap
29722026-08-25T01:05:03.668Z, unit:
29732026-08-25T01:05:03.668Z reset freemapfreemap_route_ipv6Aug 25 01:05:01.132
29742026-08-25T01:05:03.668ZAug 25 01:05:01.132 , unitDEBG DEBGAug 25 01:05:01.132 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.132
29752026-08-25T01:05:03.668Z
29762026-08-25T01:05:03.668Z: INFODEBG Aug 25 01:05:01.132adding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64INFOAug 25 01:05:01.132 freemap_route_ipv4,
29772026-08-25T01:05:03.668ZINFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29782026-08-25T01:05:03.668Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29792026-08-25T01:05:03.668Z
29802026-08-25T01:05:03.668Zunit: Aug 25 01:05:01.132freemap_route_ipv6 Aug 25 01:05:01.132DEBG
29812026-08-25T01:05:03.669ZDEBGAug 25 01:05:01.132 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29822026-08-25T01:05:03.669Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.132
29832026-08-25T01:05:03.669Z
29842026-08-25T01:05:03.669ZAug 25 01:05:01.132 DEBG Aug 25 01:05:01.132DEBGAug 25 01:05:01.132 Aug 25 01:05:01.132INFOINFO initted freemap. size: 64 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2,
29852026-08-25T01:05:03.669Z
29862026-08-25T01:05:03.669Zreset freemapINFOunit, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit:Aug 25 01:05:01.132:Aug 25 01:05:01.132
29872026-08-25T01:05:03.669Z DEBGfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
29882026-08-25T01:05:03.669ZDEBG
29892026-08-25T01:05:03.669Z 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 } }]
29902026-08-25T01:05:03.669Z Aug 25 01:05:01.132freemap_route_ipv6Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBG Aug 25 01:05:01.132INFO adding route 172.16.0.0/32 -> 10.0.0.3INFOreplacing 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 } }]
29912026-08-25T01:05:03.669Z
29922026-08-25T01:05:03.669Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
29932026-08-25T01:05:03.669Z adding route 3fff:dead::/64 -> 2001:db8::55:1
29942026-08-25T01:05:03.669Z
29952026-08-25T01:05:03.669ZAug 25 01:05:01.132Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBG INFO DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/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 } }]
29962026-08-25T01:05:03.669Z
29972026-08-25T01:05:03.669Z,
29982026-08-25T01:05:03.669ZAug 25 01:05:01.132 unitAug 25 01:05:01.132:DEBG Aug 25 01:05:01.132 Aug 25 01:05:01.132freemap_route_ipv6Aug 25 01:05:01.132
29992026-08-25T01:05:03.669ZINFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
30002026-08-25T01:05:03.669Z
30012026-08-25T01:05:03.669Z
30022026-08-25T01:05:03.669Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
30032026-08-25T01:05:03.669Z Aug 25 01:05:01.132 Aug 25 01:05:01.132reset freemapDEBG, Aug 25 01:05:01.132 Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] INFOfailed to allocate space for the new target listDEBG
30042026-08-25T01:05:03.669Z unit
30052026-08-25T01:05:03.669Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFOreplacing 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 } }]
30062026-08-25T01:05:03.669Z
30072026-08-25T01:05:03.669Zadding route 3fff:dead::/64 -> 2001:db8::55:2
30082026-08-25T01:05:03.669Z: Aug 25 01:05:01.132freemap_route_ipv6 DEBGAug 25 01:05:01.132
30092026-08-25T01:05:03.669Z Aug 25 01:05:01.132INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 01:05:01.132Aug 25 01:05:01.132 Aug 25 01:05:01.132 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30102026-08-25T01:05:03.669Z
30112026-08-25T01:05:03.669ZINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30122026-08-25T01:05:03.669ZDEBG adding route 172.17.0.0/32 -> 10.0.0.255
30132026-08-25T01:05:03.669ZAug 25 01:05:01.132replacing 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 172.16.0.0/32 -> 10.0.0.1Aug 25 01:05:01.132
30142026-08-25T01:05:03.669Z DEBGINFO
30152026-08-25T01:05:03.669Z adding route 3fff:dead::/64 -> 2001:db8::55:3
30162026-08-25T01:05:03.669ZAug 25 01:05:01.132replacing 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 } }]
30172026-08-25T01:05:03.674ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.132
30182026-08-25T01:05:03.674ZAug 25 01:05:01.132Aug 25 01:05:01.132 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 } }]Aug 25 01:05:01.132Aug 25 01:05:01.132
30192026-08-25T01:05:03.674Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
30202026-08-25T01:05:03.675Z INFOadding route 172.17.0.1/32 -> 10.0.0.255
30212026-08-25T01:05:03.675ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
30222026-08-25T01:05:03.675Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30232026-08-25T01:05:03.675ZAug 25 01:05:01.132Aug 25 01:05:01.132 DEBGDEBGAug 25 01:05:01.132Aug 25 01:05:01.132 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
30242026-08-25T01:05:03.675ZAug 25 01:05:01.132 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 } }]
30252026-08-25T01:05:03.675ZINFODEBGadding route 172.16.0.0/32 -> 10.0.0.2
30262026-08-25T01:05:03.675Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
30272026-08-25T01:05:03.675Z
30282026-08-25T01:05:03.675ZAug 25 01:05:01.132Aug 25 01:05:01.132Aug 25 01:05:01.132 Aug 25 01:05:01.132DEBGAug 25 01:05:01.132 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
30292026-08-25T01:05:03.675Ztest route::tests::identity_replace_is_noop ... ok
30302026-08-25T01:05:03.675Ztest route::tests::rollback_on_compact_write_failure ... ok
30312026-08-25T01:05:03.684Ztest route::tests::rollback_on_index_readd_failure ... ok
30322026-08-25T01:05:03.684ZINFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
30332026-08-25T01:05:03.684ZINFO
30342026-08-25T01:05:03.684Z Aug 25 01:05:01.132Aug 25 01:05:01.132 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.132DEBG
30352026-08-25T01:05:03.684Z
30362026-08-25T01:05:03.684Z
30372026-08-25T01:05:03.684Z replacing targets for 3fff:dead::/64 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 } }]
30382026-08-25T01:05:03.684ZDEBG Aug 25 01:05:01.132replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.132Aug 25 01:05:01.132
30392026-08-25T01:05:03.684Z Aug 25 01:05:01.132 INFOWARN adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFO
30402026-08-25T01:05:03.684ZDEBG 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30412026-08-25T01:05:03.684ZAug 25 01:05:01.132 Aug 25 01:05:01.132INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255 Aug 25 01:05:01.132adding route 172.16.0.0/32 -> 10.0.0.3
30422026-08-25T01:05:03.684Z
30432026-08-25T01:05:03.684Z
30442026-08-25T01:05:03.684Z 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 } }]
30452026-08-25T01:05:03.684ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
30462026-08-25T01:05:03.685ZAug 25 01:05:01.132 Aug 25 01:05:01.132INFO Aug 25 01:05:01.132adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
30472026-08-25T01:05:03.685Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.132
30482026-08-25T01:05:03.685Z DEBGDEBGAug 25 01:05:01.132 Aug 25 01:05:01.132DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30492026-08-25T01:05:03.685ZAug 25 01:05:01.133Aug 25 01:05:01.216 DEBGAug 25 01:05:01.133 INFO DEBGcreated new freemapadding route 172.16.0.0/32 -> 10.0.0.4 ,
30502026-08-25T01:05:03.685Zunitcreated new freemap:, Aug 25 01:05:01.050 unit :DEBG freemap_route_ipv4
30512026-08-25T01:05:03.685Zcreated new freemapfreemap_route_ipv4,
30522026-08-25T01:05:03.685ZAug 25 01:05:01.216unit :DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30532026-08-25T01:05:03.685Z
30542026-08-25T01:05:03.685ZAug 25 01:05:01.216 Aug 25 01:05:01.216DEBG DEBG created new freemapcreated new freemap, , unitunitAug 25 01:05:01.216:: Aug 25 01:05:01.216freemap_route_ipv6
30552026-08-25T01:05:03.685ZDEBG freemap_route_ipv6DEBG
30562026-08-25T01:05:03.685Zcreated new freemap , Aug 25 01:05:01.216unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
30572026-08-25T01:05:03.685Zfreemap_route_ipv6
30582026-08-25T01:05:03.685Zinitted freemap. size: 64Aug 25 01:05:01.216, unitDEBG: initted freemap. size: 64freemap_route_ipv4, Aug 25 01:05:01.216unit :DEBG
30592026-08-25T01:05:03.685Zfreemap_route_ipv4
30602026-08-25T01:05:03.685Zinitted freemap. size: 64, unitAug 25 01:05:01.216: Aug 25 01:05:01.216 DEBG reset freemapfreemap_route_ipv4DEBGINFO, unitadding route 172.17.0.4/32 -> 10.0.0.255 :reset freemap
30612026-08-25T01:05:03.685Z,
30622026-08-25T01:05:03.685Zfreemap_route_ipv4unit
30632026-08-25T01:05:03.685Z:Aug 25 01:05:01.216 freemap_route_ipv4DEBG
30642026-08-25T01:05:03.685Z reset freemapAug 25 01:05:01.216 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30652026-08-25T01:05:03.685ZAug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216 DEBGINFODEBG adding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64initted freemap. size: 64
30662026-08-25T01:05:03.685Z, , unitunit:: freemap_route_ipv6freemap_route_ipv6Aug 25 01:05:01.216
30672026-08-25T01:05:03.685Z
30682026-08-25T01:05:03.846Z DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30692026-08-25T01:05:03.846ZAug 25 01:05:01.216 DEBG Aug 25 01:05:01.216, unitreset freemap:INFO, Aug 25 01:05:01.216 freemap_route_ipv4DEBGadding route 172.17.0.6/32 -> 10.0.0.255unit
30702026-08-25T01:05:03.846Z: reset freemap , freemap_route_ipv6unit
30712026-08-25T01:05:03.846Z:Aug 25 01:05:01.216
30722026-08-25T01:05:03.846Z freemap_route_ipv6DEBG
30732026-08-25T01:05:03.846Z initted freemap. size: 64Aug 25 01:05:01.216Aug 25 01:05:01.216 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 3fff:dead::/64 -> 2001:db8::55:1,
30742026-08-25T01:05:03.846Zunit
30752026-08-25T01:05:03.846Z:Aug 25 01:05:01.216 freemap_route_ipv6INFO
30762026-08-25T01:05:03.846Z Aug 25 01:05:01.216Aug 25 01:05:01.216 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO
30772026-08-25T01:05:03.846Z adding route 172.17.0.7/32 -> 10.0.0.255
30782026-08-25T01:05:03.846Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30792026-08-25T01:05:03.846ZAug 25 01:05:01.216Aug 25 01:05:01.216 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap
30802026-08-25T01:05:03.846Z, unit: Aug 25 01:05:01.216Aug 25 01:05:01.216freemap_route_ipv6
30812026-08-25T01:05:03.846ZINFODEBGAug 25 01:05:01.216 INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2
30822026-08-25T01:05:03.846Z
30832026-08-25T01:05:03.846Z
30842026-08-25T01:05:03.846ZAug 25 01:05:01.216 Aug 25 01:05:01.216Aug 25 01:05:01.216 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255INFOAug 25 01:05:01.216
30852026-08-25T01:05:03.846Z
30862026-08-25T01:05:03.846ZDEBGAug 25 01:05:01.133adding route 172.16.0.0/32 -> 10.0.0.1
30872026-08-25T01:05:03.846Z Aug 25 01:05:01.216replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 25 01:05:01.216 DEBG
30882026-08-25T01:05:03.846Zcreated new freemap 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 } }], unitadding route 3fff:dead::/64 -> 2001:db8::55:3:
30892026-08-25T01:05:03.846Z
30902026-08-25T01:05:03.846ZAug 25 01:05:01.216freemap_route_ipv4
30912026-08-25T01:05:03.846ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:05:01.216
30922026-08-25T01:05:03.846ZAug 25 01:05:01.216 Aug 25 01:05:01.216DEBG INFO Aug 25 01:05:01.216 adding route 172.17.0.9/32 -> 10.0.0.255DEBGDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
30932026-08-25T01:05:03.846Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30942026-08-25T01:05:03.846Z
30952026-08-25T01:05:03.846Z
30962026-08-25T01:05:03.847ZAug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216DEBGAug 25 01:05:01.216 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30972026-08-25T01:05:03.847Z INFOAug 25 01:05:01.216 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:4
30982026-08-25T01:05:03.847Z
30992026-08-25T01:05:03.847Z created new freemapAug 25 01:05:01.216 , INFOunitAug 25 01:05:01.216:INFOAug 25 01:05:01.216 freemap_route_ipv6
31002026-08-25T01:05:03.847Zadding route 172.17.0.0/32 -> 10.0.0.255 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
31012026-08-25T01:05:03.847Z
31022026-08-25T01:05:03.847Z
31032026-08-25T01:05:03.847Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:05:01.216
31042026-08-25T01:05:03.847Z Aug 25 01:05:01.216DEBG Aug 25 01:05:01.216 DEBGinitted freemap. size: 64 Aug 25 01:05:01.216replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] , DEBGunitAug 25 01:05:01.216 :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 } }]
31052026-08-25T01:05:03.847Zfreemap_route_ipv4
31062026-08-25T01:05:03.847ZDEBG
31072026-08-25T01:05:03.847Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
31082026-08-25T01:05:03.847Z Aug 25 01:05:01.216Aug 25 01:05:01.216Aug 25 01:05:01.216 INFO WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.1/32 -> 10.0.0.255
31092026-08-25T01:05:03.847Z reset freemap
31102026-08-25T01:05:03.847Z, Aug 25 01:05:01.216unitreplacing 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 } }]
31112026-08-25T01:05:03.847Z: WARN
31122026-08-25T01:05:03.847Zfreemap_route_ipv4
31132026-08-25T01:05:03.847Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31142026-08-25T01:05:03.847ZAug 25 01:05:01.216Aug 25 01:05:01.216 DEBGAug 25 01:05:01.216INFO DEBGAug 25 01:05:01.216 adding route 3fff:beef::/64 -> 2001:db8::55:ffinitted freemap. size: 64
31152026-08-25T01:05:03.847Z, 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 } }]INFOunit
31162026-08-25T01:05:03.847Z : Aug 25 01:05:01.216adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6Aug 25 01:05:01.216
31172026-08-25T01:05:03.847Z
31182026-08-25T01:05:03.847ZDEBGINFO 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 172.17.0.2/32 -> 10.0.0.255
31192026-08-25T01:05:03.847Z
31202026-08-25T01:05:03.847ZAug 25 01:05:01.216Aug 25 01:05:01.216 DEBGAug 25 01:05:01.216 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 } }]
31212026-08-25T01:05:03.847Zreset freemap, unitDEBGAug 25 01:05:01.216Aug 25 01:05:01.216: INFO INFOfreemap_route_ipv6
31222026-08-25T01:05:03.847Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.12/32 -> 10.0.0.255
31232026-08-25T01:05:03.847Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
31242026-08-25T01:05:03.852Z
31252026-08-25T01:05:03.852ZAug 25 01:05:01.216 INFOAug 25 01:05:01.216 Aug 25 01:05:01.216adding route 172.16.0.0/32 -> 10.0.0.1 INFO
31262026-08-25T01:05:03.852Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG Aug 25 01:05:01.216replacing 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 } }]
31272026-08-25T01:05:03.852Z Aug 25 01:05:01.216DEBG
31282026-08-25T01:05:03.852Z DEBGAug 25 01:05:01.216replacing 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 } }]
31292026-08-25T01:05:03.852Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
31302026-08-25T01:05:03.852Z 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 } }]
31312026-08-25T01:05:03.853ZAug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216 INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:05:01.216
31322026-08-25T01:05:03.853Z adding route 172.17.0.4/32 -> 10.0.0.255INFO
31332026-08-25T01:05:03.853Z adding route 172.17.0.13/32 -> 10.0.0.255
31342026-08-25T01:05:03.853Z
31352026-08-25T01:05:03.853ZAug 25 01:05:01.216Aug 25 01:05:01.216 Aug 25 01:05:01.216DEBGDEBG Aug 25 01:05:01.216 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31362026-08-25T01:05:03.853Z 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 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.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 } }]
31372026-08-25T01:05:03.853Z
31382026-08-25T01:05:03.853Z
31392026-08-25T01:05:03.853ZAug 25 01:05:01.216Aug 25 01:05:01.216Aug 25 01:05:01.216 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:05:01.216
31402026-08-25T01:05:03.853Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
31412026-08-25T01:05:03.853ZINFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 25 01:05:01.216
31422026-08-25T01:05:03.853Z DEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:05:01.216
31432026-08-25T01:05:03.853ZAug 25 01:05:01.216
31442026-08-25T01:05:03.853ZDEBG DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.216
31452026-08-25T01:05:03.860Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.216DEBG
31462026-08-25T01:05:03.860Zreplacing 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 adding route 172.16.0.0/32 -> 10.0.0.2
31472026-08-25T01:05:03.860Z
31482026-08-25T01:05:03.860ZAug 25 01:05:01.216 Aug 25 01:05:01.216INFO Aug 25 01:05:01.216adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31492026-08-25T01:05:03.860ZAug 25 01:05:01.217Aug 25 01:05:01.284 DEBGDEBG created new freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
31502026-08-25T01:05:03.860Z
31512026-08-25T01:05:03.860ZunitAug 25 01:05:01.284 : 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 } }] INFOfreemap_route_ipv4
31522026-08-25T01:05:03.860Z
31532026-08-25T01:05:03.860Zadding route 172.17.0.7/32 -> 10.0.0.255
31542026-08-25T01:05:03.860ZAug 25 01:05:01.284 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:05:01.284
31552026-08-25T01:05:03.860Z 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 } }]
31562026-08-25T01:05:03.860Z
31572026-08-25T01:05:03.860ZAug 25 01:05:01.284Aug 25 01:05:01.284 DEBGDEBG Aug 25 01:05:01.284replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.284created new freemapINFO ,
31582026-08-25T01:05:03.860ZAug 25 01:05:01.284INFOAug 25 01:05:01.284unit: adding route 172.17.0.8/32 -> 10.0.0.255 INFO
31592026-08-25T01:05:03.860ZAug 25 01:05:01.284adding route 172.17.0.15/32 -> 10.0.0.255DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff freemap_route_ipv6INFOAug 25 01:05:01.284
31602026-08-25T01:05:03.860Z
31612026-08-25T01:05:03.861Z
31622026-08-25T01:05:03.861Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31632026-08-25T01:05:03.861Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284
31642026-08-25T01:05:03.861ZAug 25 01:05:01.284 adding route 172.17.0.1/32 -> 10.0.0.255DEBG DEBGAug 25 01:05:01.284replacing 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 } }]
31652026-08-25T01:05:03.861Z
31662026-08-25T01:05:03.861ZAug 25 01:05:01.284initted freemap. size: 64 , INFOunit DEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:05:01.284: 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
31672026-08-25T01:05:03.861Z Aug 25 01:05:01.284
31682026-08-25T01:05:03.929Z Aug 25 01:05:01.284adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 25 01:05:01.284 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31692026-08-25T01:05:03.929Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284
31702026-08-25T01:05:03.929Z
31712026-08-25T01:05:03.929Z freemap_route_ipv4INFO
31722026-08-25T01:05:03.929Z Aug 25 01:05:01.284Aug 25 01:05:01.284 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:05:01.284adding route 172.17.0.16/32 -> 10.0.0.255
31732026-08-25T01:05:03.930ZAug 25 01:05:01.284
31742026-08-25T01:05:03.930Z 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 } }] DEBG
31752026-08-25T01:05:03.930Z reset freemapINFOadding route 172.17.0.10/32 -> 10.0.0.255,
31762026-08-25T01:05:03.930Z unit:Aug 25 01:05:01.284adding route 172.17.0.2/32 -> 10.0.0.255
31772026-08-25T01:05:03.930Z freemap_route_ipv4Aug 25 01:05:01.284
31782026-08-25T01:05:03.931Z 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 } }]
31792026-08-25T01:05:03.931Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 01:05:01.284
31802026-08-25T01:05:03.931ZAug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284DEBGAug 25 01:05:01.284 DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBGadding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64 Aug 25 01:05:01.284, 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 } }]
31812026-08-25T01:05:03.931Zreplacing 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
31822026-08-25T01:05:03.931Z
31832026-08-25T01:05:03.931Z: DEBGfreemap_route_ipv6 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 } }]
31842026-08-25T01:05:03.931Z
31852026-08-25T01:05:03.931Z
31862026-08-25T01:05:03.931ZAug 25 01:05:01.284 DEBG Aug 25 01:05:01.284replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284
31872026-08-25T01:05:03.931Z INFOINFO Aug 25 01:05:01.284Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.17/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255INFOINFO
31882026-08-25T01:05:03.931Z DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 25 01:05:01.284
31892026-08-25T01:05:03.931Z INFO
31902026-08-25T01:05:03.931Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
31912026-08-25T01:05:03.931Z
31922026-08-25T01:05:03.931ZAug 25 01:05:01.284 reset freemapDEBG, Aug 25 01:05:01.284unit replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284
31932026-08-25T01:05:03.931Z 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 } }]:DEBG
31942026-08-25T01:05:03.931ZAug 25 01:05:01.284 Aug 25 01:05:01.284INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:05:01.284adding route 172.17.0.13/32 -> 10.0.0.255
31952026-08-25T01:05:03.931Z
31962026-08-25T01:05:03.931Z freemap_route_ipv6Aug 25 01:05:01.284 INFO
31972026-08-25T01:05:03.931Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255 Aug 25 01:05:01.284 DEBG
31982026-08-25T01:05:03.931Z INFOAug 25 01:05:01.284 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
31992026-08-25T01:05:03.931Zreplacing 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 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 } }]
32002026-08-25T01:05:03.931Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
32012026-08-25T01:05:03.931ZAug 25 01:05:01.284
32022026-08-25T01:05:03.932ZAug 25 01:05:01.284 DEBGINFOAug 25 01:05:01.284 Aug 25 01:05:01.284INFO Aug 25 01:05:01.284 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32032026-08-25T01:05:03.932Z adding route 3fff:dead::/64 -> 2001:db8::55:1
32042026-08-25T01:05:03.932Zreplacing 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 } }]
32052026-08-25T01:05:03.932Z adding route 172.17.0.14/32 -> 10.0.0.255
32062026-08-25T01:05:03.932ZAug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284 INFOAug 25 01:05:01.284 INFODEBGAug 25 01:05:01.284INFODEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
32072026-08-25T01:05:03.932Z
32082026-08-25T01:05:03.932Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
32092026-08-25T01:05:03.932Z 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 } }]
32102026-08-25T01:05:03.932ZAug 25 01:05:01.284
32112026-08-25T01:05:03.932ZINFOAug 25 01:05:01.284 Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.18/32 -> 10.0.0.255
32122026-08-25T01:05:03.932Z
32132026-08-25T01:05:03.932ZDEBG 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 } }]DEBGAug 25 01:05:01.284DEBG
32142026-08-25T01:05:03.932Z DEBGAug 25 01:05:01.284replacing 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 } }] 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 } }]
32152026-08-25T01:05:03.932Zadding route 3fff:dead::/64 -> 2001:db8::55:2
32162026-08-25T01:05:03.932Z
32172026-08-25T01:05:03.933Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.284
32182026-08-25T01:05:03.933ZAug 25 01:05:01.284 Aug 25 01:05:01.284INFO INFOINFOadding route 172.17.0.16/32 -> 10.0.0.255 Aug 25 01:05:01.284
32192026-08-25T01:05:03.933Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
32202026-08-25T01:05:03.933Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 25 01:05:01.284 INFODEBG
32212026-08-25T01:05:03.933Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:05:01.284
32222026-08-25T01:05:03.933Z DEBG Aug 25 01:05:01.284 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284 Aug 25 01:05:01.284
32232026-08-25T01:05:03.933Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBGDEBG
32242026-08-25T01:05:03.933Z 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 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.284Aug 25 01:05:01.284replacing 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 } }]
32252026-08-25T01:05:03.933Z
32262026-08-25T01:05:03.933ZINFO
32272026-08-25T01:05:03.933Z adding route 172.17.0.17/32 -> 10.0.0.255
32282026-08-25T01:05:03.933ZAug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284 INFOINFO Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.7/32 -> 10.0.0.255INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
32292026-08-25T01:05:03.933Z
32302026-08-25T01:05:03.933Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32312026-08-25T01:05:03.933ZAug 25 01:05:01.284 Aug 25 01:05:01.284 adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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
32322026-08-25T01:05:03.933Z
32332026-08-25T01:05:03.933Z 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 } }]
32342026-08-25T01:05:03.934ZAug 25 01:05:01.284replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32352026-08-25T01:05:03.935ZDEBGAug 25 01:05:01.284Aug 25 01:05:01.284 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
32362026-08-25T01:05:03.935ZINFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 01:05:01.284
32372026-08-25T01:05:03.935ZAug 25 01:05:01.284 Aug 25 01:05:01.284INFOINFO Aug 25 01:05:01.284 INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff adding route 172.17.0.8/32 -> 10.0.0.255DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32382026-08-25T01:05:03.935Z
32392026-08-25T01:05:03.935Z
32402026-08-25T01:05:03.935Zreplacing 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 } }]
32412026-08-25T01:05:03.935Z
32422026-08-25T01:05:03.935ZINFO Aug 25 01:05:01.284Aug 25 01:05:01.284Aug 25 01:05:01.284 adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 25 01:05:01.284 INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32432026-08-25T01:05:03.935Zadding route 172.17.0.19/32 -> 10.0.0.255
32442026-08-25T01:05:03.935Z
32452026-08-25T01:05:03.936Zreplacing 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.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 } }]
32462026-08-25T01:05:03.936Z
32472026-08-25T01:05:03.936ZAug 25 01:05:01.284 DEBG Aug 25 01:05:01.284replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284Aug 25 01:05:01.284 Aug 25 01:05:01.284
32482026-08-25T01:05:03.936Z 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 } }]INFO
32492026-08-25T01:05:03.936Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 01:05:01.284 INFO Aug 25 01:05:01.284adding route 172.17.0.20/32 -> 10.0.0.255
32502026-08-25T01:05:03.936ZINFO
32512026-08-25T01:05:03.936Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 01:05:01.284
32522026-08-25T01:05:03.936Z DEBGAug 25 01:05:01.284 Aug 25 01:05:01.284replacing 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 } }]
32532026-08-25T01:05:03.936ZDEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
32542026-08-25T01:05:03.936Z
32552026-08-25T01:05:03.936ZAug 25 01:05:01.284 INFOAug 25 01:05:01.284 Aug 25 01:05:01.284 INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255
32562026-08-25T01:05:03.936Z
32572026-08-25T01:05:03.936Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
32582026-08-25T01:05:03.936ZAug 25 01:05:01.216Aug 25 01:05:01.284Aug 25 01:05:01.284 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32592026-08-25T01:05:03.936Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.284 DEBG created new freemapreplacing 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 } }],
32602026-08-25T01:05:03.936Zunit:Aug 25 01:05:01.350 Aug 25 01:05:01.217freemap_route_ipv4Aug 25 01:05:01.350
32612026-08-25T01:05:03.936ZINFODEBGINFO INFOadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
32622026-08-25T01:05:03.940Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffcreated new freemap
32632026-08-25T01:05:03.940Z, unit:
32642026-08-25T01:05:03.940Z Aug 25 01:05:01.350freemap_route_ipv4Aug 25 01:05:01.350 Aug 25 01:05:01.350
32652026-08-25T01:05:03.940Z DEBGDEBG created new freemapreplacing 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
32662026-08-25T01:05:03.940Zunit: replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Aug 25 01:05:01.350
32672026-08-25T01:05:03.940Z Aug 25 01:05:01.350
32682026-08-25T01:05:04.017ZINFO Aug 25 01:05:01.350DEBGadding route 172.17.0.23/32 -> 10.0.0.255
32692026-08-25T01:05:04.019Zcreated new freemap DEBG, unit :Aug 25 01:05:01.350replacing 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 } }]
32702026-08-25T01:05:04.019ZDEBG freemap_route_ipv6Aug 25 01:05:01.350
32712026-08-25T01:05:04.019Z Aug 25 01:05:01.350replacing 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
32722026-08-25T01:05:04.019Z Aug 25 01:05:01.350 INFO initted freemap. size: 64INFO, adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:05:01.350 unitDEBG :Aug 25 01:05:01.350 adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4INFO
32732026-08-25T01:05:04.019Z
32742026-08-25T01:05:04.019Z
32752026-08-25T01:05:04.019Zinitted freemap. size: 64 , unit:adding route 172.17.0.24/32 -> 10.0.0.255
32762026-08-25T01:05:04.019Zfreemap_route_ipv4Aug 25 01:05:01.350
32772026-08-25T01:05:04.019Z DEBGAug 25 01:05:01.350 reset freemapDEBG, unitreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350
32782026-08-25T01:05:04.019Z:Aug 25 01:05:01.350 DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350replacing 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 } }]freemap_route_ipv4DEBG
32792026-08-25T01:05:04.019ZINFO
32802026-08-25T01:05:04.019ZDEBG adding route 172.17.0.25/32 -> 10.0.0.255reset freemap
32812026-08-25T01:05:04.019Z, replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.350unit :DEBGAug 25 01:05:01.350
32822026-08-25T01:05:04.019Z DEBGinitted freemap. size: 64 , 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 } }]unit
32832026-08-25T01:05:04.019Z: freemap_route_ipv6freemap_route_ipv4
32842026-08-25T01:05:04.019Z
32852026-08-25T01:05:04.019ZAug 25 01:05:01.350Aug 25 01:05:01.350 INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
32862026-08-25T01:05:04.025ZAug 25 01:05:01.350adding route 172.17.0.11/32 -> 10.0.0.255
32872026-08-25T01:05:04.025ZDEBGAug 25 01:05:01.350 Aug 25 01:05:01.350reset freemap Aug 25 01:05:01.350DEBG Aug 25 01:05:01.350DEBG, initted freemap. size: 64unit 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 } }], :
32882026-08-25T01:05:04.025Zunit:DEBG freemap_route_ipv6 freemap_route_ipv6
32892026-08-25T01:05:04.025Z INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32902026-08-25T01:05:04.025ZAug 25 01:05:01.350
32912026-08-25T01:05:04.025Z INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
32922026-08-25T01:05:04.026ZAug 25 01:05:01.350Aug 25 01:05:01.350
32932026-08-25T01:05:04.026Z Aug 25 01:05:01.350 INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
32942026-08-25T01:05:04.026Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 25 01:05:01.350
32952026-08-25T01:05:04.026Z DEBGreset freemap 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 } }],
32962026-08-25T01:05:04.026ZunitAug 25 01:05:01.350: DEBGAug 25 01:05:01.350Aug 25 01:05:01.350 DEBGAug 25 01:05:01.350 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
32972026-08-25T01:05:04.026ZINFO DEBG
32982026-08-25T01:05:04.026Zadding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32992026-08-25T01:05:04.026Z
33002026-08-25T01:05:04.026ZAug 25 01:05:01.350Aug 25 01:05:01.350 Aug 25 01:05:01.350INFOAug 25 01:05:01.350 INFO adding route 172.17.0.13/32 -> 10.0.0.255 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33012026-08-25T01:05:04.026Zadding route 3fff:dead::/64 -> 2001:db8::55:2
33022026-08-25T01:05:04.026Z
33032026-08-25T01:05:04.026Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
33042026-08-25T01:05:04.026ZAug 25 01:05:01.350
33052026-08-25T01:05:04.026Z DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350
33062026-08-25T01:05:04.026Z INFOAug 25 01:05:01.350INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
33072026-08-25T01:05:04.026ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:05:01.350
33082026-08-25T01:05:04.026Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 25 01:05:01.350
33092026-08-25T01:05:04.026Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBGAug 25 01:05:01.350
33102026-08-25T01:05:04.026Z 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 } }]
33112026-08-25T01:05:04.026ZINFOAug 25 01:05:01.350 adding route 172.17.0.14/32 -> 10.0.0.255 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:05:01.350
33122026-08-25T01:05:04.026Z
33132026-08-25T01:05:04.026Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
33142026-08-25T01:05:04.026Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 01:05:01.350
33152026-08-25T01:05:04.026ZAug 25 01:05:01.350 DEBGDEBG Aug 25 01:05:01.350replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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
33162026-08-25T01:05:04.027Z
33172026-08-25T01:05:04.027Z 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 } }]
33182026-08-25T01:05:04.027ZAug 25 01:05:01.350 Aug 25 01:05:01.350DEBGAug 25 01:05:01.350 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
33192026-08-25T01:05:04.027ZINFO Aug 25 01:05:01.350adding route 3fff:dead::/64 -> 2001:db8::55:3
33202026-08-25T01:05:04.027ZINFOAug 25 01:05:01.350 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
33212026-08-25T01:05:04.027Zadding route 172.17.0.31/32 -> 10.0.0.255INFOAug 25 01:05:01.350
33222026-08-25T01:05:04.027ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.15/32 -> 10.0.0.255Aug 25 01:05:01.350
33232026-08-25T01:05:04.027ZAug 25 01:05:01.350
33242026-08-25T01:05:04.027ZDEBG 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 } }]Aug 25 01:05:01.350
33252026-08-25T01:05:04.027ZDEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.350
33262026-08-25T01:05:04.027ZINFO Aug 25 01:05:01.350replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
33272026-08-25T01:05:04.027Z adding route 172.17.0.32/32 -> 10.0.0.255
33282026-08-25T01:05:04.027Z
33292026-08-25T01:05:04.027ZAug 25 01:05:01.350 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:05:01.350Aug 25 01:05:01.350 INFO adding route 172.17.0.16/32 -> 10.0.0.255
33302026-08-25T01:05:04.027Z
33312026-08-25T01:05:04.027Z DEBG Aug 25 01:05:01.350replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.350Aug 25 01:05:01.350
33322026-08-25T01:05:04.027ZDEBG 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 } }]
33332026-08-25T01:05:04.027ZAug 25 01:05:01.350replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] INFODEBG 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 } }]
33342026-08-25T01:05:04.027Zadding route 172.17.0.33/32 -> 10.0.0.255
33352026-08-25T01:05:04.027ZAug 25 01:05:01.350
33362026-08-25T01:05:04.027Z INFOAug 25 01:05:01.350Aug 25 01:05:01.350 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
33372026-08-25T01:05:04.028Z Aug 25 01:05:01.350adding route 172.17.0.17/32 -> 10.0.0.255DEBG Aug 25 01:05:01.350DEBG DEBG
33382026-08-25T01:05:04.028Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
33392026-08-25T01:05:04.028Z
33402026-08-25T01:05:04.028Zreplacing 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 } }]
33412026-08-25T01:05:04.028ZAug 25 01:05:01.350 DEBGAug 25 01:05:01.350 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350
33422026-08-25T01:05:04.035Z INFOINFO Aug 25 01:05:01.350adding route 172.17.0.34/32 -> 10.0.0.255
33432026-08-25T01:05:04.035ZINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
33442026-08-25T01:05:04.035Ztest route::tests::same_size_non_subset_replace ... ok
33452026-08-25T01:05:04.036Zadding route 172.17.0.18/32 -> 10.0.0.255
33462026-08-25T01:05:04.036ZAug 25 01:05:01.350 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350
33472026-08-25T01:05:04.036Z DEBG Aug 25 01:05:01.350replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.350DEBG
33482026-08-25T01:05:04.036Z INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
33492026-08-25T01:05:04.036Z
33502026-08-25T01:05:04.036ZAug 25 01:05:01.350 INFOAug 25 01:05:01.350 adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 25 01:05:01.350
33512026-08-25T01:05:04.036Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
33522026-08-25T01:05:04.036ZDEBG 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 } }]
33532026-08-25T01:05:04.036Z
33542026-08-25T01:05:04.036ZAug 25 01:05:01.350 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:05:01.350
33552026-08-25T01:05:04.036ZAug 25 01:05:01.350 DEBGDEBGAug 25 01:05:01.350 Aug 25 01:05:01.350 INFO 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
33562026-08-25T01:05:04.036Zreplacing 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 } }]
33572026-08-25T01:05:04.036Z
33582026-08-25T01:05:04.036Zreplacing 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 } }]
33592026-08-25T01:05:04.038ZAug 25 01:05:01.350Aug 25 01:05:01.350 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
33602026-08-25T01:05:04.038ZAug 25 01:05:01.350
33612026-08-25T01:05:04.038Z INFO DEBGAug 25 01:05:01.350Aug 25 01:05:01.350 DEBG INFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
33622026-08-25T01:05:04.038Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.350
33632026-08-25T01:05:04.038Z
33642026-08-25T01:05:04.038ZAug 25 01:05:01.350 INFO INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255
33652026-08-25T01:05:04.038ZAug 25 01:05:01.350adding route 172.17.0.38/32 -> 10.0.0.255
33662026-08-25T01:05:04.038Z
33672026-08-25T01:05:04.038ZDEBG 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 } }]
33682026-08-25T01:05:04.082ZAug 25 01:05:01.350 DEBGAug 25 01:05:01.350 Aug 25 01:05:01.350replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.350
33692026-08-25T01:05:04.085ZDEBG 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
33702026-08-25T01:05:04.085ZAug 25 01:05:01.350 INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 01:05:01.350
33712026-08-25T01:05:04.085Z INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 01:05:01.350
33722026-08-25T01:05:04.085Z adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:05:01.350
33732026-08-25T01:05:04.085ZINFODEBG adding route 172.17.0.21/32 -> 10.0.0.255DEBG Aug 25 01:05:01.350
33742026-08-25T01:05:04.085Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG 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 } }]
33752026-08-25T01:05:04.085ZAug 25 01:05:01.351Aug 25 01:05:01.351 DEBG created new freemap DEBG created new freemap, unit, :unit :freemap_route_ipv4
33762026-08-25T01:05:04.085Zfreemap_route_ipv4Aug 25 01:05:01.350
33772026-08-25T01:05:04.085Z
33782026-08-25T01:05:04.085Z DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.284
33792026-08-25T01:05:04.086Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33802026-08-25T01:05:04.086Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.983Aug 25 01:05:01.983Aug 25 01:05:01.983
33812026-08-25T01:05:04.086ZINFOAug 25 01:05:01.983 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 01:05:01.983adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff INFODEBG
33822026-08-25T01:05:04.086ZDEBG
33832026-08-25T01:05:04.086Z 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 } }]created new freemap , Aug 25 01:05:01.983
33842026-08-25T01:05:04.086Z Aug 25 01:05:01.983 DEBGunit adding route 172.17.0.21/32 -> 10.0.0.255DEBGreplacing 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 } }]:
33852026-08-25T01:05:04.086ZAug 25 01:05:01.983
33862026-08-25T01:05:04.087Z freemap_route_ipv6INFO Aug 25 01:05:01.983Aug 25 01:05:01.983replacing 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 } }]
33872026-08-25T01:05:04.087Z
33882026-08-25T01:05:04.087Zadding route 172.17.0.22/32 -> 10.0.0.255INFODEBGAug 25 01:05:01.983 failed to allocate space for the new target listAug 25 01:05:01.983
33892026-08-25T01:05:04.087ZAug 25 01:05:01.983
33902026-08-25T01:05:04.087Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
33912026-08-25T01:05:04.087Zadding route 172.17.0.41/32 -> 10.0.0.255DEBG
33922026-08-25T01:05:04.087Z initted freemap. size: 64, unitAug 25 01:05:01.984 :Aug 25 01:05:01.984Aug 25 01:05:01.984Aug 25 01:05:01.984DEBG DEBGDEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
33932026-08-25T01:05:04.087Z
33942026-08-25T01:05:04.087Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33952026-08-25T01:05:04.087Z 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 } }]DEBGAug 25 01:05:01.984
33962026-08-25T01:05:04.087Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984
33972026-08-25T01:05:04.087Z INFODEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.42/32 -> 10.0.0.255
33982026-08-25T01:05:04.087Z
33992026-08-25T01:05:04.087ZAug 25 01:05:01.984 Aug 25 01:05:01.984Aug 25 01:05:01.984INFOAug 25 01:05:01.984reset freemap , unitDEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255 INFO:
34002026-08-25T01:05:04.093Z adding route 172.17.0.22/32 -> 10.0.0.255 freemap_route_ipv4replacing 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 } }]
34012026-08-25T01:05:04.093Z
34022026-08-25T01:05:04.093Z
34032026-08-25T01:05:04.093ZAug 25 01:05:01.984adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG
34042026-08-25T01:05:04.093Z Aug 25 01:05:01.984Aug 25 01:05:01.984 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984
34052026-08-25T01:05:04.093Z adding route 172.17.0.43/32 -> 10.0.0.255DEBGAug 25 01:05:01.984
34062026-08-25T01:05:04.093Z DEBGDEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984
34072026-08-25T01:05:04.093Z INFO Aug 25 01:05:01.984replacing 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 } }]
34082026-08-25T01:05:04.093Z DEBGinitted freemap. size: 64 , unit:adding route 172.17.0.24/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 } }]Aug 25 01:05:01.984freemap_route_ipv6
34092026-08-25T01:05:04.093ZINFO
34102026-08-25T01:05:04.093Z
34112026-08-25T01:05:04.093Z adding route 172.17.0.23/32 -> 10.0.0.255
34122026-08-25T01:05:04.093ZAug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984 INFO Aug 25 01:05:01.984DEBGINFO 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 } }]adding route 172.17.0.44/32 -> 10.0.0.255
34132026-08-25T01:05:04.093ZAug 25 01:05:01.984
34142026-08-25T01:05:04.093Zreplacing 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
34152026-08-25T01:05:04.093Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff reset freemap
34162026-08-25T01:05:04.093Z, Aug 25 01:05:01.984unit Aug 25 01:05:01.984:INFOAug 25 01:05:01.984 freemap_route_ipv6
34172026-08-25T01:05:04.093ZDEBGINFO adding 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 } }]
34182026-08-25T01:05:04.093Z
34192026-08-25T01:05:04.093ZAug 25 01:05:01.984Aug 25 01:05:01.984 INFODEBGadding route 172.17.0.25/32 -> 10.0.0.255
34202026-08-25T01:05:04.093ZAug 25 01:05:01.984adding route 172.16.0.0/32 -> 10.0.0.1
34212026-08-25T01:05:04.093Z 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
34222026-08-25T01:05:04.093ZAug 25 01:05:01.984 Aug 25 01:05:01.984 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
34232026-08-25T01:05:04.093Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34242026-08-25T01:05:04.093ZAug 25 01:05:01.984DEBG Aug 25 01:05:01.984Aug 25 01:05:01.984replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34252026-08-25T01:05:04.093Z INFO DEBGAug 25 01:05:01.984 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984
34262026-08-25T01:05:04.093Zreplacing 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 INFO
34272026-08-25T01:05:04.093Zadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.26/32 -> 10.0.0.255
34282026-08-25T01:05:04.093Z
34292026-08-25T01:05:04.093Z Aug 25 01:05:01.984adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
34302026-08-25T01:05:04.093ZAug 25 01:05:01.984Aug 25 01:05:01.984INFO DEBGAug 25 01:05:01.984adding route 172.17.0.46/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 } }]
34312026-08-25T01:05:04.093ZINFO
34322026-08-25T01:05:04.093Zadding route 172.17.0.25/32 -> 10.0.0.255
34332026-08-25T01:05:04.093Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
34342026-08-25T01:05:04.094ZAug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984DEBGDEBG 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 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34352026-08-25T01:05:04.094Z
34362026-08-25T01:05:04.094Z
34372026-08-25T01:05:04.094Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
34382026-08-25T01:05:04.094ZAug 25 01:05:01.984Aug 25 01:05:01.984Aug 25 01:05:01.984 INFO Aug 25 01:05:01.984INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 INFOadding route 172.17.0.47/32 -> 10.0.0.255
34392026-08-25T01:05:04.094Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
34402026-08-25T01:05:04.094Zreplacing 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 } }]
34412026-08-25T01:05:04.094Z
34422026-08-25T01:05:04.094ZAug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984DEBGDEBG 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.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 } }]
34432026-08-25T01:05:04.094Z
34442026-08-25T01:05:04.094ZAug 25 01:05:01.984DEBG 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 } }]adding route 172.17.0.26/32 -> 10.0.0.255
34452026-08-25T01:05:04.094ZAug 25 01:05:01.984Aug 25 01:05:01.984 INFO
34462026-08-25T01:05:04.094ZINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
34472026-08-25T01:05:04.094ZAug 25 01:05:01.984Aug 25 01:05:01.984 DEBGDEBG
34482026-08-25T01:05:04.096Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:01.984
34492026-08-25T01:05:04.096Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
34502026-08-25T01:05:04.096Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
34512026-08-25T01:05:04.096ZAug 25 01:05:01.984Aug 25 01:05:01.983 DEBG created new freemap, unitINFO: adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv6
34522026-08-25T01:05:04.096Z
34532026-08-25T01:05:04.096ZAug 25 01:05:01.984Aug 25 01:05:01.984 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
34542026-08-25T01:05:04.096Z, unit: freemap_route_ipv4
34552026-08-25T01:05:04.096ZAug 25 01:05:01.984 INFO Aug 25 01:05:01.984adding route 172.17.0.28/32 -> 10.0.0.255
34562026-08-25T01:05:04.096ZDEBG reset freemap, Aug 25 01:05:01.984unit :Aug 25 01:05:01.984 DEBGfreemap_route_ipv4INFO
34572026-08-25T01:05:04.096Z 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.49/32 -> 10.0.0.255
34582026-08-25T01:05:04.096Z
34592026-08-25T01:05:04.096ZAug 25 01:05:01.984 DEBG initted freemap. size: 64, unit: Aug 25 01:05:01.984freemap_route_ipv6
34602026-08-25T01:05:04.096ZINFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 01:05:01.984
34612026-08-25T01:05:04.096Z DEBG reset freemapAug 25 01:05:01.984Aug 25 01:05:01.984 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 } }] unit
34622026-08-25T01:05:04.096Zreplacing 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 } }]:
34632026-08-25T01:05:04.096Z freemap_route_ipv6
34642026-08-25T01:05:04.096ZAug 25 01:05:01.984 INFOAug 25 01:05:01.984 adding route 172.17.0.50/32 -> 10.0.0.255INFO
34652026-08-25T01:05:04.097Z adding route 172.17.0.30/32 -> 10.0.0.255
34662026-08-25T01:05:04.097ZAug 25 01:05:01.984Aug 25 01:05:01.984Aug 25 01:05:01.984 INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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.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 } }]
34672026-08-25T01:05:04.097Z
34682026-08-25T01:05:04.221Z
34692026-08-25T01:05:04.221ZAug 25 01:05:01.984Aug 25 01:05:01.984 Aug 25 01:05:01.984DEBG INFO DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:01.984
34702026-08-25T01:05:04.221Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOadding route 172.17.0.31/32 -> 10.0.0.255
34712026-08-25T01:05:04.221Z
34722026-08-25T01:05:04.221Z adding route 172.17.0.51/32 -> 10.0.0.255
34732026-08-25T01:05:04.221ZAug 25 01:05:01.984 INFOAug 25 01:05:01.984Aug 25 01:05:01.984 DEBGINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:05:01.984replacing 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 } }]
34742026-08-25T01:05:04.221Z
34752026-08-25T01:05:04.221ZDEBG
34762026-08-25T01:05:04.221Zreplacing 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 } }]
34772026-08-25T01:05:04.222ZAug 25 01:05:01.984Aug 25 01:05:01.984 INFODEBGAug 25 01:05:01.984 adding route 172.17.0.32/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 } }]Aug 25 01:05:01.984
34782026-08-25T01:05:04.222Z DEBGINFO
34792026-08-25T01:05:04.222Z 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 172.17.0.52/32 -> 10.0.0.255
34802026-08-25T01:05:04.229Z
34812026-08-25T01:05:04.229ZAug 25 01:05:01.984 DEBG Aug 25 01:05:01.984replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:01.984
34822026-08-25T01:05:04.229Z INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3 Aug 25 01:05:01.984
34832026-08-25T01:05:04.229Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGAug 25 01:05:01.984
34842026-08-25T01:05:04.229Zreplacing 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 } }]INFOAug 25 01:05:01.984 adding route 172.17.0.33/32 -> 10.0.0.255
34852026-08-25T01:05:04.229Z
34862026-08-25T01:05:04.229ZDEBG Aug 25 01:05:01.984replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
34872026-08-25T01:05:04.229ZDEBGAug 25 01:05:01.984Aug 25 01:05:01.984 INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
34882026-08-25T01:05:04.229ZAug 25 01:05:01.984adding route 172.17.0.53/32 -> 10.0.0.255
34892026-08-25T01:05:04.229ZINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
34902026-08-25T01:05:04.229ZAug 25 01:05:01.984
34912026-08-25T01:05:04.230Z DEBG Aug 25 01:05:02.126Aug 25 01:05:02.126created new freemapAug 25 01:05:02.126 DEBGDEBGINFO , unitadding route 172.17.0.34/32 -> 10.0.0.255:
34922026-08-25T01:05:04.230Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34932026-08-25T01:05:04.230Zfreemap_route_ipv4
34942026-08-25T01:05:04.230Z
34952026-08-25T01:05:04.230ZAug 25 01:05:02.126Aug 25 01:05:02.126 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 } }]
34962026-08-25T01:05:04.230ZAug 25 01:05:02.126replacing targets for 172.16.0.0/32 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 } }]
34972026-08-25T01:05:04.230ZINFO Aug 25 01:05:02.126adding route 172.17.0.54/32 -> 10.0.0.255
34982026-08-25T01:05:04.230ZAug 25 01:05:02.126INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
34992026-08-25T01:05:04.230Zcreated new freemap, Aug 25 01:05:02.126unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35002026-08-25T01:05:04.230Z
35012026-08-25T01:05:04.230ZAug 25 01:05:02.126Aug 25 01:05:01.984 Aug 25 01:05:02.126Aug 25 01:05:02.126DEBG 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 } }]
35022026-08-25T01:05:04.230ZINFOinitted freemap. size: 64 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255,
35032026-08-25T01:05:04.230ZAug 25 01:05:02.126Aug 25 01:05:02.126 unit
35042026-08-25T01:05:04.230Z INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
35052026-08-25T01:05:04.230Z: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 } }]
35062026-08-25T01:05:04.230Zfreemap_route_ipv4Aug 25 01:05:02.126
35072026-08-25T01:05:04.230Z Aug 25 01:05:02.126 DEBGDEBG Aug 25 01:05:02.126 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.126replacing 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 } }]
35082026-08-25T01:05:04.233Z
35092026-08-25T01:05:04.233ZDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.126INFO
35102026-08-25T01:05:04.233Z Aug 25 01:05:02.126adding route 172.17.0.29/32 -> 10.0.0.255 INFO Aug 25 01:05:02.126adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:05:02.126
35112026-08-25T01:05:04.233Z INFO
35122026-08-25T01:05:04.233Z DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:05:02.126
35132026-08-25T01:05:04.233ZAug 25 01:05:02.126DEBG 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 } }]INFODEBG
35142026-08-25T01:05:04.233Z Aug 25 01:05:02.126replacing 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 } }]
35152026-08-25T01:05:04.233Zadding route 172.17.0.56/32 -> 10.0.0.255reset freemap
35162026-08-25T01:05:04.233ZDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:05:02.126unit
35172026-08-25T01:05:04.233Z INFOAug 25 01:05:02.126 adding route 172.17.0.30/32 -> 10.0.0.255INFOAug 25 01:05:02.126Aug 25 01:05:02.126
35182026-08-25T01:05:04.233Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
35192026-08-25T01:05:04.233Z adding route 172.17.0.38/32 -> 10.0.0.255
35202026-08-25T01:05:04.233ZDEBGAug 25 01:05:02.126 Aug 25 01:05:02.126replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:02.126DEBGDEBG 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 } }]
35212026-08-25T01:05:04.233ZDEBG 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.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 } }]
35222026-08-25T01:05:04.233Z
35232026-08-25T01:05:04.233ZAug 25 01:05:02.126
35242026-08-25T01:05:04.233Z INFO Aug 25 01:05:02.126adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 25 01:05:02.126
35252026-08-25T01:05:04.233ZINFO INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
35262026-08-25T01:05:04.233ZAug 25 01:05:02.126
35272026-08-25T01:05:04.233ZAug 25 01:05:02.126 INFOAug 25 01:05:02.126DEBGAug 25 01:05:02.126 DEBG 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 } }]
35282026-08-25T01:05:04.233Zreplacing 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.39/32 -> 10.0.0.255
35292026-08-25T01:05:04.233Z 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 } }]
35302026-08-25T01:05:04.233Z
35312026-08-25T01:05:04.233ZAug 25 01:05:02.126 Aug 25 01:05:02.126INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
35322026-08-25T01:05:04.233Zreplacing 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 } }]
35332026-08-25T01:05:04.233ZAug 25 01:05:02.126 Aug 25 01:05:02.126Aug 25 01:05:02.126 INFO INFO Aug 25 01:05:02.126 adding route 172.17.0.32/32 -> 10.0.0.255DEBGadding route 172.17.0.58/32 -> 10.0.0.255
35342026-08-25T01:05:04.233Z INFO
35352026-08-25T01:05:04.233Zadding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35362026-08-25T01:05:04.234Z
35372026-08-25T01:05:04.234ZAug 25 01:05:02.126 DEBGAug 25 01:05:02.126 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35382026-08-25T01:05:04.234Z 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 } }]
35392026-08-25T01:05:04.234ZAug 25 01:05:02.126 Aug 25 01:05:02.126Aug 25 01:05:02.126DEBG Aug 25 01:05:02.126INFO INFO 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 3fff:beef:23::/64 -> 2001:db8::55:ff
35402026-08-25T01:05:04.234Z
35412026-08-25T01:05:04.234Zadding route 172.17.0.33/32 -> 10.0.0.255
35422026-08-25T01:05:04.234ZAug 25 01:05:02.126Aug 25 01:05:02.126Aug 25 01:05:02.126 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO
35432026-08-25T01:05:04.234Z 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 } }]DEBGadding route 172.17.0.59/32 -> 10.0.0.255
35442026-08-25T01:05:04.234Z
35452026-08-25T01:05:04.234Ztest route::tests::add_target_fails_full ... ok
35462026-08-25T01:05:04.234Ztest route::tests::shrink_preserves_compacted_order ... ok
35472026-08-25T01:05:04.234Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.127 DEBG Aug 25 01:05:02.127replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35482026-08-25T01:05:04.234ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
35492026-08-25T01:05:04.234Z freemap_route_ipv4
35502026-08-25T01:05:04.234ZAug 25 01:05:02.304Aug 25 01:05:02.304 DEBG INFO adding route 172.17.0.42/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 } }]
35512026-08-25T01:05:04.234ZAug 25 01:05:02.304
35522026-08-25T01:05:04.234Z 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 } }]
35532026-08-25T01:05:04.234ZAug 25 01:05:02.304 Aug 25 01:05:02.304INFO DEBGAug 25 01:05:02.304 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35542026-08-25T01:05:04.234Zadding route 172.17.0.60/32 -> 10.0.0.255 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
35552026-08-25T01:05:04.234Z
35562026-08-25T01:05:04.234ZAug 25 01:05:02.304 INFOAug 25 01:05:02.304 Aug 25 01:05:02.304 adding route 172.17.0.43/32 -> 10.0.0.255 DEBG
35572026-08-25T01:05:04.234ZDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
35582026-08-25T01:05:04.234Z
35592026-08-25T01:05:04.234ZAug 25 01:05:02.304Aug 25 01:05:02.304Aug 25 01:05:02.304 DEBG 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 } }] INFO
35602026-08-25T01:05:04.234Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.61/32 -> 10.0.0.255
35612026-08-25T01:05:04.234Z
35622026-08-25T01:05:04.234ZAug 25 01:05:02.304 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 25 01:05:02.304
35632026-08-25T01:05:04.235ZAug 25 01:05:02.304 DEBG DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35642026-08-25T01:05:04.235ZAug 25 01:05:02.304replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
35652026-08-25T01:05:04.235Zreplacing 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 } }]
35662026-08-25T01:05:04.235ZAug 25 01:05:02.304 INFOAug 25 01:05:02.304 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 25 01:05:02.304
35672026-08-25T01:05:04.235Z INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
35682026-08-25T01:05:04.299Z
35692026-08-25T01:05:04.299ZAug 25 01:05:02.304Aug 25 01:05:02.304Aug 25 01:05:02.304 DEBGDEBG 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 } }] 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 } }]
35702026-08-25T01:05:04.299Zreplacing 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 } }]
35712026-08-25T01:05:04.299Z
35722026-08-25T01:05:04.299ZAug 25 01:05:02.304 Aug 25 01:05:02.304INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255Aug 25 01:05:02.304
35732026-08-25T01:05:04.299Z INFOadding route 172.17.0.63/32 -> 10.0.0.255 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
35742026-08-25T01:05:04.299Z
35752026-08-25T01:05:04.299ZAug 25 01:05:02.304 DEBG Aug 25 01:05:02.304Aug 25 01:05:02.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 } }]
35762026-08-25T01:05:04.299ZDEBG 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 } }]
35772026-08-25T01:05:04.299ZAug 25 01:05:02.304replacing 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 } }]
35782026-08-25T01:05:04.299ZINFO Aug 25 01:05:02.304adding route 172.17.0.47/32 -> 10.0.0.255
35792026-08-25T01:05:04.299ZAug 25 01:05:02.304INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
35802026-08-25T01:05:04.299ZAug 25 01:05:02.304 DEBGfailed to allocate space for the new target list
35812026-08-25T01:05:04.300ZAug 25 01:05:02.304replacing 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
35822026-08-25T01:05:04.300Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.304
35832026-08-25T01:05:04.300Z DEBGAug 25 01:05:02.304 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:02.304
35842026-08-25T01:05:04.300Zadding route 172.17.0.48/32 -> 10.0.0.255
35852026-08-25T01:05:04.300ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:05:02.304
35862026-08-25T01:05:04.300ZAug 25 01:05:02.304 DEBGAug 25 01:05:02.304DEBG 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 } }]DEBGfailed to allocate space for the new target list
35872026-08-25T01:05:04.300Z
35882026-08-25T01:05:04.300Zreplacing 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 } }]
35892026-08-25T01:05:04.300ZAug 25 01:05:02.304 INFO Aug 25 01:05:02.304adding route 172.17.0.49/32 -> 10.0.0.255
35902026-08-25T01:05:04.300ZINFO Aug 25 01:05:01.984adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 01:05:02.304
35912026-08-25T01:05:04.300Z DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.304
35922026-08-25T01:05:04.300ZDEBGcreated new freemap 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 } }], unit: freemap_route_ipv4
35932026-08-25T01:05:04.300ZAug 25 01:05:02.305
35942026-08-25T01:05:04.300Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
35952026-08-25T01:05:04.300Z
35962026-08-25T01:05:04.305ZAug 25 01:05:02.305 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
35972026-08-25T01:05:04.306ZAug 25 01:05:02.305Aug 25 01:05:02.305 DEBGDEBG created new freemapreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:05:02.305
35982026-08-25T01:05:04.306Zunit :Aug 25 01:05:02.305 DEBG DEBGfreemap_route_ipv6initted freemap. size: 64Aug 25 01:05:02.305,
35992026-08-25T01:05:04.306Zunit 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 } }] :
36002026-08-25T01:05:04.306Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 25 01:05:02.305
36012026-08-25T01:05:04.306Z freemap_route_ipv6Aug 25 01:05:02.305
36022026-08-25T01:05:04.306ZDEBG INFOAug 25 01:05:02.305 initted freemap. size: 64DEBG, adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:05:02.305unit
36032026-08-25T01:05:04.306Zreplacing 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 } }]
36042026-08-25T01:05:04.306Z: Aug 25 01:05:02.305freemap_route_ipv4
36052026-08-25T01:05:04.306ZINFOAug 25 01:05:02.305 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
36062026-08-25T01:05:04.306Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305 DEBG reset freemap, unit:
36072026-08-25T01:05:04.306Zfreemap_route_ipv4Aug 25 01:05:02.305
36082026-08-25T01:05:04.306Z DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.305
36092026-08-25T01:05:04.306Z Aug 25 01:05:02.305INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 01:05:02.305initted freemap. size: 64
36102026-08-25T01:05:04.306Z, unitINFO: adding route 172.17.0.53/32 -> 10.0.0.255Aug 25 01:05:02.305
36112026-08-25T01:05:04.306Z freemap_route_ipv6DEBG
36122026-08-25T01:05:04.306Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305 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 } }]
36132026-08-25T01:05:04.306Z
36142026-08-25T01:05:04.306ZAug 25 01:05:02.305 INFO Aug 25 01:05:02.305Aug 25 01:05:02.305adding route 172.17.0.54/32 -> 10.0.0.255
36152026-08-25T01:05:04.306ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
36162026-08-25T01:05:04.306Z DEBGAug 25 01:05:02.305 reset freemapINFO, unitadding route 172.17.0.34/32 -> 10.0.0.255:
36172026-08-25T01:05:04.306Z freemap_route_ipv6
36182026-08-25T01:05:04.306ZAug 25 01:05:02.305 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305Aug 25 01:05:02.305
36192026-08-25T01:05:04.306Z DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
36202026-08-25T01:05:04.306Z
36212026-08-25T01:05:04.306ZAug 25 01:05:02.305 INFOAug 25 01:05:02.305 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
36222026-08-25T01:05:04.306Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36232026-08-25T01:05:04.306Z DEBG Aug 25 01:05:02.305reset freemap Aug 25 01:05:02.305, INFOunit DEBGadding route 172.16.0.0/32 -> 10.0.0.2:
36242026-08-25T01:05:04.306Z freemap_route_ipv6replacing 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 } }]
36252026-08-25T01:05:04.306Z
36262026-08-25T01:05:04.307ZAug 25 01:05:02.305 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:02.305
36272026-08-25T01:05:04.307Z INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:05:02.305
36282026-08-25T01:05:04.307ZAug 25 01:05:02.305 Aug 25 01:05:02.305INFO INFOINFOadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 01:05:02.305
36292026-08-25T01:05:04.307Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1DEBG
36302026-08-25T01:05:04.307Z
36312026-08-25T01:05:04.307Z 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 } }]
36322026-08-25T01:05:04.307ZAug 25 01:05:02.305Aug 25 01:05:02.305 DEBGDEBGAug 25 01:05:02.305 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:05:02.305INFO
36332026-08-25T01:05:04.307Z
36342026-08-25T01:05:04.307ZDEBGadding route 172.17.0.37/32 -> 10.0.0.255
36352026-08-25T01:05:04.307Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:05:02.305
36362026-08-25T01:05:04.307Z INFO Aug 25 01:05:02.305adding route 172.16.0.0/32 -> 10.0.0.2 Aug 25 01:05:02.305
36372026-08-25T01:05:04.307ZINFO INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:05:02.305
36382026-08-25T01:05:04.307ZAug 25 01:05:02.305
36392026-08-25T01:05:04.307Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:05:02.305
36402026-08-25T01:05:04.307Ztest route::tests::delete_target_fragmented ... ok
36412026-08-25T01:05:04.307Z DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
36422026-08-25T01:05:04.307ZAug 25 01:05:02.305
36432026-08-25T01:05:04.307Z DEBGAug 25 01:05:02.305 Aug 25 01:05:02.305replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36442026-08-25T01:05:04.307ZINFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
36452026-08-25T01:05:04.307Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:05:02.305
36462026-08-25T01:05:04.307Z INFO Aug 25 01:05:02.305adding route 172.17.0.38/32 -> 10.0.0.255
36472026-08-25T01:05:04.307ZAug 25 01:05:02.305DEBGAug 25 01:05:02.305 DEBGDEBGreplacing targets for 172.16.0.0/32 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 } }]
36482026-08-25T01:05:04.307Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_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-08-25T01:05:04.307Z
36502026-08-25T01:05:04.307ZAug 25 01:05:02.305 Aug 25 01:05:02.305DEBG Aug 25 01:05:02.305 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 } }]INFO
36512026-08-25T01:05:04.307ZINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
36522026-08-25T01:05:04.307Z
36532026-08-25T01:05:04.307ZAug 25 01:05:02.305Aug 25 01:05:02.305 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:05:02.305
36542026-08-25T01:05:04.307Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
36552026-08-25T01:05:04.307Z 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 } }]
36562026-08-25T01:05:04.307ZAug 25 01:05:02.305 DEBGAug 25 01:05:02.305 Aug 25 01:05:02.305INFO 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
36572026-08-25T01:05:04.307Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
36582026-08-25T01:05:04.307Z
36592026-08-25T01:05:04.307ZAug 25 01:05:02.305 Aug 25 01:05:02.305INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 01:05:02.305 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
36602026-08-25T01:05:04.307Z
36612026-08-25T01:05:04.307Zreplacing 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 } }]
36622026-08-25T01:05:04.308ZAug 25 01:05:02.305Aug 25 01:05:02.402 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
36632026-08-25T01:05:04.308Z
36642026-08-25T01:05:04.308ZAug 25 01:05:02.305Aug 25 01:05:02.402 DEBG 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 } }]
36652026-08-25T01:05:04.308Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36662026-08-25T01:05:04.308ZAug 25 01:05:02.402 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:05:02.402
36672026-08-25T01:05:04.308Z 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 } }]
36682026-08-25T01:05:04.332ZAug 25 01:05:02.402 INFO adding route 172.17.0.55/32 -> 10.0.0.255
36692026-08-25T01:05:04.332ZAug 25 01:05:02.402 INFO Aug 25 01:05:02.402adding route 172.17.0.4/32 -> 10.0.0.255
36702026-08-25T01:05:04.332ZDEBG Aug 25 01:05:02.402 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 } }]
36712026-08-25T01:05:04.332Zreplacing 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 } }]
36722026-08-25T01:05:04.332ZAug 25 01:05:02.305Aug 25 01:05:02.402Aug 25 01:05:02.402 DEBGINFO INFOadding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36732026-08-25T01:05:04.332Z
36742026-08-25T01:05:04.332Zadding route 172.17.0.56/32 -> 10.0.0.255
36752026-08-25T01:05:04.332ZAug 25 01:05:02.402 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 } }]
36762026-08-25T01:05:04.332ZAug 25 01:05:02.402Aug 25 01:05:02.402 INFODEBG Aug 25 01:05:02.402 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.41/32 -> 10.0.0.255INFO
36772026-08-25T01:05:04.332Z
36782026-08-25T01:05:04.332Zadding route 172.17.0.57/32 -> 10.0.0.255
36792026-08-25T01:05:04.332ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255
36802026-08-25T01:05:04.332Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402
36812026-08-25T01:05:04.332Z DEBG Aug 25 01:05:02.402replacing 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 } }]
36822026-08-25T01:05:04.332ZDEBGAug 25 01:05:02.402 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
36832026-08-25T01:05:04.332Z adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:05:02.402
36842026-08-25T01:05:04.332Z Aug 25 01:05:02.402INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255
36852026-08-25T01:05:04.332Zadding route 172.17.0.7/32 -> 10.0.0.255
36862026-08-25T01:05:04.332ZAug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402DEBG DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36872026-08-25T01:05:04.332Z
36882026-08-25T01:05:04.333Zreplacing 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 } }]
36892026-08-25T01:05:04.333ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255
36902026-08-25T01:05:04.333Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 01:05:02.402
36912026-08-25T01:05:04.333Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
36922026-08-25T01:05:04.333ZAug 25 01:05:02.402Aug 25 01:05:02.402Aug 25 01:05:02.402 DEBG DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402
36932026-08-25T01:05:04.333Zreplacing 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
36942026-08-25T01:05:04.333Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402
36952026-08-25T01:05:04.333ZINFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:05:02.402adding route 172.17.0.9/32 -> 10.0.0.255
36962026-08-25T01:05:04.333ZAug 25 01:05:02.402 INFO
36972026-08-25T01:05:04.333Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
36982026-08-25T01:05:04.333Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 25 01:05:02.402
36992026-08-25T01:05:04.333Z DEBGAug 25 01:05:02.402 Aug 25 01:05:02.402INFO Aug 25 01:05:02.402adding route 172.17.0.60/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
37002026-08-25T01:05:04.333Z
37012026-08-25T01:05:04.333Z
37022026-08-25T01:05:04.333ZDEBG 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 } }]
37032026-08-25T01:05:04.333ZAug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402 INFOINFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
37042026-08-25T01:05:04.333Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }]
37052026-08-25T01:05:04.333Z
37062026-08-25T01:05:04.333ZAug 25 01:05:02.402Aug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402 DEBGDEBG DEBG INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
37072026-08-25T01:05:04.333Zfailed to allocate space for the new target list
37082026-08-25T01:05:04.333Z
37092026-08-25T01:05:04.333Z adding route 172.17.0.45/32 -> 10.0.0.255
37102026-08-25T01:05:04.333ZAug 25 01:05:02.402 Aug 25 01:05:02.402Aug 25 01:05:02.402INFO Aug 25 01:05:02.402adding route 172.17.0.11/32 -> 10.0.0.255
37112026-08-25T01:05:04.333Z DEBGINFODEBG Aug 25 01:05:02.402 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
37122026-08-25T01:05:04.337Z
37132026-08-25T01:05:04.337Z 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.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 } }]
37142026-08-25T01:05:04.337Z
37152026-08-25T01:05:04.337ZAug 25 01:05:02.402 DEBGAug 25 01:05:02.402Aug 25 01:05:02.402 INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37162026-08-25T01:05:04.337Zadding route 172.17.0.12/32 -> 10.0.0.255INFO
37172026-08-25T01:05:04.337Z adding route 172.17.0.46/32 -> 10.0.0.255
37182026-08-25T01:05:04.337ZAug 25 01:05:02.402Aug 25 01:05:02.402 INFODEBG Aug 25 01:05:02.402adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff 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
37192026-08-25T01:05:04.337Z
37202026-08-25T01:05:04.337Z 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 } }]
37212026-08-25T01:05:04.337ZAug 25 01:05:02.402Aug 25 01:05:02.402 Aug 25 01:05:02.402 DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
37222026-08-25T01:05:04.337Zadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
37232026-08-25T01:05:04.337Z
37242026-08-25T01:05:04.337ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFOAug 25 01:05:02.402 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
37252026-08-25T01:05:04.337Z 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 } }]
37262026-08-25T01:05:04.337Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.402
37272026-08-25T01:05:04.337Z 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 } }]
37282026-08-25T01:05:04.337ZAug 25 01:05:02.402Aug 25 01:05:02.402 INFOAug 25 01:05:02.402INFO adding route 172.17.0.48/32 -> 10.0.0.255INFOadding route 172.17.0.14/32 -> 10.0.0.255
37292026-08-25T01:05:04.337Z
37302026-08-25T01:05:04.337Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
37312026-08-25T01:05:04.337ZAug 25 01:05:02.402Aug 25 01:05:02.402Aug 25 01:05:02.402 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37322026-08-25T01:05:04.337Z
37332026-08-25T01:05:04.337Z 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 } }]
37342026-08-25T01:05:04.337ZAug 25 01:05:02.402 Aug 25 01:05:02.402DEBG Aug 25 01:05:02.402failed to allocate space for the new target list
37352026-08-25T01:05:04.337ZINFO adding route 172.17.0.15/32 -> 10.0.0.255INFO
37362026-08-25T01:05:04.337Z adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:05:02.402
37372026-08-25T01:05:04.337Z DEBGAug 25 01:05:02.402 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:05:02.402
37382026-08-25T01:05:04.337Z 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 } }]
37392026-08-25T01:05:04.338Zreplacing 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 } }]
37402026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255
37412026-08-25T01:05:04.338Zadding route 172.17.0.50/32 -> 10.0.0.255
37422026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402DEBG 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 } }]
37432026-08-25T01:05:04.338Zreplacing 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 } }]
37442026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255
37452026-08-25T01:05:04.338Zadding route 172.17.0.51/32 -> 10.0.0.255
37462026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402DEBG 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 } }]
37472026-08-25T01:05:04.338Zreplacing 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 } }]
37482026-08-25T01:05:04.338Ztest route::tests::delete_targets_fragmented ... ok
37492026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
37502026-08-25T01:05:04.338Zadding route 172.17.0.52/32 -> 10.0.0.255
37512026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402 DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37522026-08-25T01:05:04.338Zreplacing 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 } }]
37532026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
37542026-08-25T01:05:04.338Zadding route 172.17.0.19/32 -> 10.0.0.255
37552026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402DEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37562026-08-25T01:05:04.338Zreplacing 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 } }]
37572026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
37582026-08-25T01:05:04.338Zadding route 172.17.0.20/32 -> 10.0.0.255
37592026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37602026-08-25T01:05:04.338Zreplacing 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 } }]
37612026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255
37622026-08-25T01:05:04.338Zadding route 172.17.0.21/32 -> 10.0.0.255
37632026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402DEBG 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 } }]
37642026-08-25T01:05:04.338Zreplacing 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 } }]
37652026-08-25T01:05:04.338ZAug 25 01:05:02.402 Aug 25 01:05:02.402INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
37662026-08-25T01:05:04.338Zadding route 172.17.0.22/32 -> 10.0.0.255
37672026-08-25T01:05:04.338ZAug 25 01:05:02.402 DEBGAug 25 01:05:02.402 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37682026-08-25T01:05:04.452Z 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 } }]
37692026-08-25T01:05:04.452ZAug 25 01:05:02.402 INFO Aug 25 01:05:02.402adding route 172.17.0.57/32 -> 10.0.0.255
37702026-08-25T01:05:04.452ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
37712026-08-25T01:05:04.452ZAug 25 01:05:02.402 DEBG Aug 25 01:05:02.402replacing 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 } }]
37722026-08-25T01:05:04.456ZDEBG 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 } }]
37732026-08-25T01:05:04.456ZAug 25 01:05:02.402 INFO Aug 25 01:05:02.402adding route 172.17.0.58/32 -> 10.0.0.255
37742026-08-25T01:05:04.456ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
37752026-08-25T01:05:04.459ZAug 25 01:05:02.402 DEBG Aug 25 01:05:02.402replacing 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 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 } }]
37762026-08-25T01:05:04.459Z
37772026-08-25T01:05:04.459ZAug 25 01:05:02.480 INFO adding route 172.17.0.25/32 -> 10.0.0.255
37782026-08-25T01:05:04.459ZAug 25 01:05:02.403Aug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37792026-08-25T01:05:04.459Z
37802026-08-25T01:05:04.459ZDEBG created new freemapAug 25 01:05:02.480Aug 25 01:05:02.480 , INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 unitreplacing 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 } }]:
37812026-08-25T01:05:04.459Z
37822026-08-25T01:05:04.459Z freemap_route_ipv4
37832026-08-25T01:05:04.459ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37842026-08-25T01:05:04.459Z
37852026-08-25T01:05:04.459ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO Aug 25 01:05:02.480 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.27/32 -> 10.0.0.255
37862026-08-25T01:05:04.459Z
37872026-08-25T01:05:04.459Z DEBG created new freemap, Aug 25 01:05:02.480unitAug 25 01:05:02.480: DEBG freemap_route_ipv6DEBG
37882026-08-25T01:05:04.461Zfailed to allocate space for the new target list
37892026-08-25T01:05:04.461Zreplacing 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 } }]
37902026-08-25T01:05:04.461ZAug 25 01:05:02.480Aug 25 01:05:02.480 Aug 25 01:05:02.480 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37912026-08-25T01:05:04.461Zadding route 172.17.0.28/32 -> 10.0.0.255
37922026-08-25T01:05:04.461Zinitted freemap. size: 64, unit: Aug 25 01:05:02.480freemap_route_ipv4
37932026-08-25T01:05:04.461ZDEBG 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 } }]
37942026-08-25T01:05:04.461ZAug 25 01:05:02.480 DEBG Aug 25 01:05:02.480reset freemap , INFOunit :adding route 172.17.0.29/32 -> 10.0.0.255
37952026-08-25T01:05:04.461Zfreemap_route_ipv4
37962026-08-25T01:05:04.461ZAug 25 01:05:02.480 Aug 25 01:05:02.480DEBG 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 } }]
37972026-08-25T01:05:04.461Zinitted freemap. size: 64, unit: Aug 25 01:05:02.480freemap_route_ipv6
37982026-08-25T01:05:04.461ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
37992026-08-25T01:05:04.461ZAug 25 01:05:02.480 DEBG Aug 25 01:05:02.480reset freemap , DEBGunit :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 } }]
38002026-08-25T01:05:04.461Zfreemap_route_ipv6
38012026-08-25T01:05:04.461ZAug 25 01:05:02.480 Aug 25 01:05:02.480INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
38022026-08-25T01:05:04.461Zadding route 172.16.0.0/32 -> 10.0.0.1
38032026-08-25T01:05:04.461ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
38042026-08-25T01:05:04.464Z
38052026-08-25T01:05:04.464ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
38062026-08-25T01:05:04.464Z
38072026-08-25T01:05:04.464ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.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 } }]
38082026-08-25T01:05:04.464Z
38092026-08-25T01:05:04.464ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
38102026-08-25T01:05:04.464Z
38112026-08-25T01:05:04.464ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38122026-08-25T01:05:04.465Z
38132026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFO adding route 172.17.0.34/32 -> 10.0.0.255
38142026-08-25T01:05:04.465ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:05:02.480
38152026-08-25T01:05:04.465Z 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 } }]
38162026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
38172026-08-25T01:05:04.465Z
38182026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
38192026-08-25T01:05:04.465Z
38202026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
38212026-08-25T01:05:04.465Z
38222026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.1/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 } }]
38232026-08-25T01:05:04.465Z
38242026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
38252026-08-25T01:05:04.465Z
38262026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.2/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 } }]
38272026-08-25T01:05:04.465Z
38282026-08-25T01:05:04.465Ztest route::tests::delete_target_full ... ok
38292026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 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 } }]adding route 172.17.0.38/32 -> 10.0.0.255
38302026-08-25T01:05:04.465Z
38312026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.3/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 } }]
38322026-08-25T01:05:04.465Z
38332026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
38342026-08-25T01:05:04.465Z
38352026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38362026-08-25T01:05:04.465Z
38372026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO 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.255
38382026-08-25T01:05:04.465Z
38392026-08-25T01:05:04.465ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38402026-08-25T01:05:04.466Z
38412026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.41/32 -> 10.0.0.255
38422026-08-25T01:05:04.466Z
38432026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.6/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 } }]
38442026-08-25T01:05:04.466Z
38452026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.42/32 -> 10.0.0.255
38462026-08-25T01:05:04.466Z
38472026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.7/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 } }]
38482026-08-25T01:05:04.466Z
38492026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.43/32 -> 10.0.0.255
38502026-08-25T01:05:04.466Z
38512026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.8/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 } }]
38522026-08-25T01:05:04.466Z
38532026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.44/32 -> 10.0.0.255
38542026-08-25T01:05:04.466Z
38552026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.9/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 } }]
38562026-08-25T01:05:04.466Z
38572026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.45/32 -> 10.0.0.255
38582026-08-25T01:05:04.466Z
38592026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.10/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 } }]
38602026-08-25T01:05:04.466Z
38612026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.46/32 -> 10.0.0.255
38622026-08-25T01:05:04.466Z
38632026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.11/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 } }]
38642026-08-25T01:05:04.466Z
38652026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.47/32 -> 10.0.0.255
38662026-08-25T01:05:04.466Z
38672026-08-25T01:05:04.466ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.12/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 } }]
38682026-08-25T01:05:04.555Z
38692026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 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.48/32 -> 10.0.0.255
38702026-08-25T01:05:04.556Z
38712026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.13/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 } }]
38722026-08-25T01:05:04.556Z
38732026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
38742026-08-25T01:05:04.556Z
38752026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.14/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 } }]
38762026-08-25T01:05:04.556Z
38772026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
38782026-08-25T01:05:04.556Z
38792026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.15/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 } }]
38802026-08-25T01:05:04.556Z
38812026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
38822026-08-25T01:05:04.556Z
38832026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.16/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 } }]
38842026-08-25T01:05:04.556Z
38852026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
38862026-08-25T01:05:04.556Z
38872026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.17/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 } }]
38882026-08-25T01:05:04.556Z
38892026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
38902026-08-25T01:05:04.556Z
38912026-08-25T01:05:04.556ZAug 25 01:05:02.480Aug 25 01:05:02.480 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38922026-08-25T01:05:04.556ZAug 25 01:05:02.578 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 } }]
38932026-08-25T01:05:04.556ZAug 25 01:05:02.578
38942026-08-25T01:05:04.556Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
38952026-08-25T01:05:04.556ZAug 25 01:05:02.578 DEBG Aug 25 01:05:02.578replacing 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 } }]
38962026-08-25T01:05:04.556ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
38972026-08-25T01:05:04.557ZAug 25 01:05:02.578 INFO adding route 172.17.0.20/32 -> 10.0.0.255
38982026-08-25T01:05:04.557ZAug 25 01:05:02.578 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.578
38992026-08-25T01:05:04.557Z 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 } }]
39002026-08-25T01:05:04.557ZAug 25 01:05:02.578 INFO Aug 25 01:05:02.578adding route 172.17.0.55/32 -> 10.0.0.255
39012026-08-25T01:05:04.557ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
39022026-08-25T01:05:04.557ZAug 25 01:05:02.578 DEBGAug 25 01:05:02.578 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
39032026-08-25T01:05:04.557Z 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 } }]
39042026-08-25T01:05:04.557ZAug 25 01:05:02.578 Aug 25 01:05:02.578INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
39052026-08-25T01:05:04.557Zadding route 172.17.0.22/32 -> 10.0.0.255
39062026-08-25T01:05:04.557ZAug 25 01:05:02.578Aug 25 01:05:02.578 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.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 } }]
39072026-08-25T01:05:04.557Z
39082026-08-25T01:05:04.557ZAug 25 01:05:02.578Aug 25 01:05:02.578 INFO adding route 172.17.0.57/32 -> 10.0.0.255
39092026-08-25T01:05:04.557ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
39102026-08-25T01:05:04.557ZAug 25 01:05:02.578 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 } }]
39112026-08-25T01:05:04.557ZAug 25 01:05:02.578 INFO Aug 25 01:05:02.578adding route 172.17.0.24/32 -> 10.0.0.255
39122026-08-25T01:05:04.557ZDEBG 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 } }]
39132026-08-25T01:05:04.557ZAug 25 01:05:02.578 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.578
39142026-08-25T01:05:04.557Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
39152026-08-25T01:05:04.557ZAug 25 01:05:02.578 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39162026-08-25T01:05:04.557ZAug 25 01:05:02.578 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:05:02.578
39172026-08-25T01:05:04.557Z 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 } }]
39182026-08-25T01:05:04.557ZAug 25 01:05:02.578 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 01:05:02.578
39192026-08-25T01:05:04.558Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
39202026-08-25T01:05:04.558ZAug 25 01:05:02.578 DEBG Aug 25 01:05:02.578replacing 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 } }]
39212026-08-25T01:05:04.558ZDEBG 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 } }]
39222026-08-25T01:05:04.558ZAug 25 01:05:02.578 INFOAug 25 01:05:02.578 adding route 172.17.0.60/32 -> 10.0.0.255INFO
39232026-08-25T01:05:04.558Z adding route 172.17.0.27/32 -> 10.0.0.255
39242026-08-25T01:05:04.558ZAug 25 01:05:02.578Aug 25 01:05:02.578 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39252026-08-25T01:05:04.558Z
39262026-08-25T01:05:04.558ZAug 25 01:05:02.578Aug 25 01:05:02.578 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
39272026-08-25T01:05:04.558Z
39282026-08-25T01:05:04.558ZAug 25 01:05:02.578Aug 25 01:05:02.578 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.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 } }]
39292026-08-25T01:05:04.558Z
39302026-08-25T01:05:04.558ZAug 25 01:05:02.578Aug 25 01:05:02.578 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
39312026-08-25T01:05:04.558Z
39322026-08-25T01:05:04.558ZAug 25 01:05:02.578Aug 25 01:05:02.578 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39332026-08-25T01:05:04.560Z
39342026-08-25T01:05:04.560ZAug 25 01:05:02.578Aug 25 01:05:02.578 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255failed to allocate space for the new target list
39352026-08-25T01:05:04.560Z
39362026-08-25T01:05:04.560ZAug 25 01:05:02.578Aug 25 01:05:02.578 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
39372026-08-25T01:05:04.560Z
39382026-08-25T01:05:04.560ZAug 25 01:05:02.578 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39392026-08-25T01:05:04.560ZAug 25 01:05:02.578 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 } }]
39402026-08-25T01:05:04.560Ztest route::tests::delete_targets_full ... ok
39412026-08-25T01:05:04.560ZAug 25 01:05:02.578 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39422026-08-25T01:05:04.560ZAug 25 01:05:02.578 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 } }]
39432026-08-25T01:05:04.560ZAug 25 01:05:02.578 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39442026-08-25T01:05:04.560ZAug 25 01:05:02.578 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 } }]
39452026-08-25T01:05:04.560ZAug 25 01:05:02.578 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39462026-08-25T01:05:04.560ZAug 25 01:05:02.578 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 } }]
39472026-08-25T01:05:04.560ZAug 25 01:05:02.578 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39482026-08-25T01:05:04.560ZAug 25 01:05:02.578 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 } }]
39492026-08-25T01:05:04.560ZAug 25 01:05:02.578 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39502026-08-25T01:05:04.561ZAug 25 01:05:02.578 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 } }]
39512026-08-25T01:05:04.561ZAug 25 01:05:02.578 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39522026-08-25T01:05:04.561Z
39532026-08-25T01:05:04.561Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.67s
39542026-08-25T01:05:04.561Z
39552026-08-25T01:05:04.561Z
39562026-08-25T01:05:04.561Zrunning 0 tests
39572026-08-25T01:05:04.561Z
39582026-08-25T01:05:04.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39592026-08-25T01:05:04.561Z
39602026-08-25T01:05:04.561Z
39612026-08-25T01:05:04.561Zrunning 0 tests
39622026-08-25T01:05:04.561Z
39632026-08-25T01:05:04.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39642026-08-25T01:05:04.561Z
39652026-08-25T01:05:04.561Z
39662026-08-25T01:05:04.561Zrunning 6 tests
39672026-08-25T01:05:04.561Ztest tests::test_port_id_cmp ... ok
39682026-08-25T01:05:04.628Ztest tests::test_parse_client_port_id ... ok
39692026-08-25T01:05:04.629Ztest tests::test_full_lot_id_lot_only ... ok
39702026-08-25T01:05:04.629Ztest tests::test_full_lot_id_both_present ... ok
39712026-08-25T01:05:04.629Ztest tests::test_full_lot_id_neither_present ... ok
39722026-08-25T01:05:04.629Ztest tests::test_full_lot_id_lotnum_only ... ok
39732026-08-25T01:05:04.629Z
39742026-08-25T01:05:04.629Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39752026-08-25T01:05:04.629Z
39762026-08-25T01:05:04.629Z
39772026-08-25T01:05:04.629Zrunning 0 tests
39782026-08-25T01:05:04.629Z
39792026-08-25T01:05:04.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39802026-08-25T01:05:04.629Z
39812026-08-25T01:05:04.629Z
39822026-08-25T01:05:04.629Zrunning 0 tests
39832026-08-25T01:05:04.629Z
39842026-08-25T01:05:04.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39852026-08-25T01:05:04.629Z
39862026-08-25T01:05:04.629Z
39872026-08-25T01:05:04.629Zrunning 15 tests
39882026-08-25T01:05:04.630ZAug 25 01:05:02.578 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 } }]
39892026-08-25T01:05:04.630Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
39902026-08-25T01:05:04.630ZAug 25 01:05:02.702 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39912026-08-25T01:05:04.630Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
39922026-08-25T01:05:04.630Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
39932026-08-25T01:05:04.630ZAug 25 01:05:02.702 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 } }]
39942026-08-25T01:05:04.630Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
39952026-08-25T01:05:04.630ZAug 25 01:05:02.702 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39962026-08-25T01:05:04.630Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
39972026-08-25T01:05:04.630Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
39982026-08-25T01:05:04.630ZAug 25 01:05:02.702 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 } }]
39992026-08-25T01:05:04.630ZAug 25 01:05:02.702 INFO adding route 172.17.0.40/32 -> 10.0.0.255
40002026-08-25T01:05:04.630Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40012026-08-25T01:05:04.630Ztest v1::network::tests::test_equal ... ok
40022026-08-25T01:05:04.630ZAug 25 01:05:02.702 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 } }]
40032026-08-25T01:05:04.630Ztest v1::network::tests::test_eui64 ... ok
40042026-08-25T01:05:04.630ZAug 25 01:05:02.702 INFO adding route 172.17.0.41/32 -> 10.0.0.255
40052026-08-25T01:05:04.631Ztest v1::network::tests::test_into ... ok
40062026-08-25T01:05:04.631ZAug 25 01:05:02.702 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 } }]
40072026-08-25T01:05:04.631Ztest v1::port::tests::port_ids_are_ascii ... ok
40082026-08-25T01:05:04.631ZAug 25 01:05:02.702 INFO adding route 172.17.0.42/32 -> 10.0.0.255
40092026-08-25T01:05:04.631Ztest v1::network::tests::test_to_string ... ok
40102026-08-25T01:05:04.631ZAug 25 01:05:02.702 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 } }]
40112026-08-25T01:05:04.631Ztest v1::network::tests::test_not_equal ... ok
40122026-08-25T01:05:04.631ZAug 25 01:05:02.702 INFO adding route 172.17.0.43/32 -> 10.0.0.255
40132026-08-25T01:05:04.631Ztest v1::network::tests::test_parse ... ok
40142026-08-25T01:05:04.632ZAug 25 01:05:02.702 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 } }]
40152026-08-25T01:05:04.632Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40162026-08-25T01:05:04.632ZAug 25 01:05:02.702 INFO adding route 172.17.0.44/32 -> 10.0.0.255
40172026-08-25T01:05:04.632Z
40182026-08-25T01:05:04.632Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40192026-08-25T01:05:04.632Z
40202026-08-25T01:05:04.632Z
40212026-08-25T01:05:04.632Zrunning 12 tests
40222026-08-25T01:05:04.632Ztest icmp::test_v6_checksum ... ok
40232026-08-25T01:05:04.632Ztest ipv6::test_ipv6_parse ... ok
40242026-08-25T01:05:04.632Ztest icmp::test_v4_checksum ... ok
40252026-08-25T01:05:04.632ZAug 25 01:05:02.702 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 } }]
40262026-08-25T01:05:04.632ZAug 25 01:05:02.702 INFO adding route 172.17.0.45/32 -> 10.0.0.255
40272026-08-25T01:05:04.632ZAug 25 01:05:02.702 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 } }]
40282026-08-25T01:05:04.632ZAug 25 01:05:02.702 INFO adding route 172.17.0.46/32 -> 10.0.0.255
40292026-08-25T01:05:04.632ZAug 25 01:05:02.702 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 } }]
40302026-08-25T01:05:04.632ZAug 25 01:05:02.702 INFO adding route 172.17.0.47/32 -> 10.0.0.255
40312026-08-25T01:05:04.632ZAug 25 01:05:02.702 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 } }]
40322026-08-25T01:05:04.632ZAug 25 01:05:02.702 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40332026-08-25T01:05:04.632ZAug 25 01:05:02.702 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 } }]
40342026-08-25T01:05:04.632Ztest lldp::test_lldp_parse ... ok
40352026-08-25T01:05:04.633ZAug 25 01:05:02.702 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40362026-08-25T01:05:04.633ZAug 25 01:05:02.702 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 } }]
40372026-08-25T01:05:04.633ZAug 25 01:05:02.702 INFO adding route 172.17.0.50/32 -> 10.0.0.255
40382026-08-25T01:05:04.633ZAug 25 01:05:02.702 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 } }]
40392026-08-25T01:05:04.633ZAug 25 01:05:02.702 INFO adding route 172.17.0.51/32 -> 10.0.0.255
40402026-08-25T01:05:04.633ZAug 25 01:05:02.702 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 } }]
40412026-08-25T01:05:04.633ZAug 25 01:05:02.702 INFO adding route 172.17.0.52/32 -> 10.0.0.255
40422026-08-25T01:05:04.633ZAug 25 01:05:02.702 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 } }]
40432026-08-25T01:05:04.633ZAug 25 01:05:02.702 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40442026-08-25T01:05:04.633Ztest pbuf::test_byte ... ok
40452026-08-25T01:05:04.633Ztest pbuf::test_nibble ... ok
40462026-08-25T01:05:04.633ZAug 25 01:05:02.702 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 } }]
40472026-08-25T01:05:04.633Ztest pbuf::test_short ... ok
40482026-08-25T01:05:04.633Ztest pbuf::test_overflow ... ok
40492026-08-25T01:05:04.633Ztest pbuf::test_twelve ... ok
40502026-08-25T01:05:04.633Ztest pbuf::test_word ... ok
40512026-08-25T01:05:04.633Ztest tcp::test_checksum_ack_data ... ok
40522026-08-25T01:05:04.633Ztest tcp::test_checksum_syn_nodata ... ok
40532026-08-25T01:05:04.633Z
40542026-08-25T01:05:04.634Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40552026-08-25T01:05:04.634Z
40562026-08-25T01:05:04.634Z
40572026-08-25T01:05:04.634Zrunning 0 tests
40582026-08-25T01:05:04.634Z
40592026-08-25T01:05:04.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40602026-08-25T01:05:04.634Z
40612026-08-25T01:05:04.634Z
40622026-08-25T01:05:04.634Zrunning 5 tests
40632026-08-25T01:05:04.634Ztest switchport::test::test_compute_lanes ... ok
40642026-08-25T01:05:04.634Ztest switchport::test::port_id_ordering ... ok
40652026-08-25T01:05:04.635Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
40662026-08-25T01:05:04.635Z Lane 2 Rx Loss-of-lock: YesLane 3
40672026-08-25T01:05:04.635ZYes State: Activated Yes ActivatedYes
40682026-08-25T01:05:04.673ZAug 25 01:05:02.702 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40692026-08-25T01:05:04.673ZActivated Rx Loss-of-signal: Yes Activated
40702026-08-25T01:05:04.673ZAug 25 01:05:02.702 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 } }]
40712026-08-25T01:05:04.674ZYes Rx Output Enabled: false Yes falseYes
40722026-08-25T01:05:04.674Z Rx CDR Enabled: Yes falseYes false
40732026-08-25T01:05:04.674ZAug 25 01:05:02.702 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40742026-08-25T01:05:04.674ZYes Rx Output Status: valid Yes
40752026-08-25T01:05:04.674ZAug 25 01:05:02.702 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 } }]
40762026-08-25T01:05:04.674Zvalid Tx Enabled: Yes validYes valid
40772026-08-25T01:05:04.674ZAug 25 01:05:02.702 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40782026-08-25T01:05:04.675ZYes Rx Loss-of-lock: true Yes
40792026-08-25T01:05:04.675ZAug 25 01:05:02.702 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 } }]
40802026-08-25T01:05:04.675Ztrue Tx Loss-of-lock: No true Notrue
40812026-08-25T01:05:04.675ZAug 25 01:05:02.702 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40822026-08-25T01:05:04.675ZNo Rx Loss-of-signal: false Nofalse
40832026-08-25T01:05:04.675ZAug 25 01:05:02.702 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 } }]
40842026-08-25T01:05:04.675Z Tx Loss-of-signal: Nofalse falseNo
40852026-08-25T01:05:04.675ZAug 25 01:05:02.702 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40862026-08-25T01:05:04.675Z Rx Auto-squelch Disable: true No true No
40872026-08-25T01:05:04.675ZAug 25 01:05:02.702 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 } }]
40882026-08-25T01:05:04.675Ztrue true Tx CDR Enabled: No
40892026-08-25T01:05:04.676ZAug 25 01:05:02.702 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40902026-08-25T01:05:04.676Z No Tx Output Enabled: true Notrue No
40912026-08-25T01:05:04.676Ztrue Tx Adaptive EQ Fault: No true
40922026-08-25T01:05:04.676ZNo Tx Output Status: invalid Noinvalid invalidNo
40932026-08-25T01:05:04.676Zinvalid
40942026-08-25T01:05:04.676Z Tx Fault: Yes Tx Loss-of-lock: false Yes false falseYes falseYes
40952026-08-25T01:05:04.676Z
40962026-08-25T01:05:04.676Z Tx Loss-of-signal: true true true true
40972026-08-25T01:05:04.676ZTx Auto-squelch Disable: false false false false
40982026-08-25T01:05:04.676Z Tx Adaptive EQ Fail: true true true true
40992026-08-25T01:05:04.676ZAug 25 01:05:02.702 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 } }]
41002026-08-25T01:05:04.676Z Tx Failure: false false false false
41012026-08-25T01:05:04.676ZAug 25 01:05:02.702 INFO adding route 172.17.0.60/32 -> 10.0.0.255
41022026-08-25T01:05:04.676Z Tx Force Squelch: true true true true
41032026-08-25T01:05:04.677ZAug 25 01:05:02.702 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 } }]
41042026-08-25T01:05:04.677Z Tx Input Polarity: normal normal normal normal
41052026-08-25T01:05:04.677ZAug 25 01:05:02.702 DEBG failed to allocate space for the new target list
41062026-08-25T01:05:04.677Ztest switchport::test::test_print_sff_datapath ... ok
41072026-08-25T01:05:04.677Ztest switchport::test::test_print_cmis_datapath ... ok
41082026-08-25T01:05:04.677Ztest link::test_filter ... ok
41092026-08-25T01:05:04.677ZAug 25 01:05:02.702 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 } }]
41102026-08-25T01:05:04.677Z
41112026-08-25T01:05:04.677Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41122026-08-25T01:05:04.677Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-37bcfa2aad029b9e)
41132026-08-25T01:05:04.677Z
41142026-08-25T01:05:04.677Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
41152026-08-25T01:05:04.677Z
41162026-08-25T01:05:04.677Zrunning 1 test
41172026-08-25T01:05:04.677Ztest test_p4_counter_list ... ignored
41182026-08-25T01:05:04.677Z
41192026-08-25T01:05:04.677Z Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3)
41202026-08-25T01:05:04.677Z Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08)
41212026-08-25T01:05:04.678Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
41222026-08-25T01:05:04.678Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
41232026-08-25T01:05:04.678Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
41242026-08-25T01:05:04.678Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
41252026-08-25T01:05:04.678Z Running unittests src/main.rs (target/debug/deps/swadm-c8f56b646933e200)
41262026-08-25T01:05:04.678Z Running tests/counters.rs (target/debug/deps/counters-cb8596ee5b0e526f)
41272026-08-25T01:05:04.678Z Running tests/link_apply.rs (target/debug/deps/link_apply-830aa419773ce0c7)
41282026-08-25T01:05:04.678Z Running tests/tx_eq.rs (target/debug/deps/tx_eq-e08fe517af08374d)
41292026-08-25T01:05:04.678Z Running unittests src/main.rs (target/debug/deps/tfportd-8cab87665073c18b)
41302026-08-25T01:05:04.678Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
41312026-08-25T01:05:04.678Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
41322026-08-25T01:05:04.678Z Doc-tests aal
41332026-08-25T01:05:04.678Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41342026-08-25T01:05:04.678Z
41352026-08-25T01:05:04.679Z
41362026-08-25T01:05:04.679Zrunning 4 tests
41372026-08-25T01:05:04.679Ztest apply_tx_eq_all ... ignored
41382026-08-25T01:05:04.679Ztest apply_tx_eq_custom ... ignored
41392026-08-25T01:05:04.679Ztest tx_eq_exclusive ... ignored
41402026-08-25T01:05:04.679Ztest cmd::test::output_txeq ... ok
41412026-08-25T01:05:04.679Z
41422026-08-25T01:05:04.679Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
41432026-08-25T01:05:04.679Z
41442026-08-25T01:05:04.679Z
41452026-08-25T01:05:04.679Zrunning 3 tests
41462026-08-25T01:05:04.679Ztest set_all_taps ... ignored
41472026-08-25T01:05:04.679Ztest set_partial_taps ... ignored
41482026-08-25T01:05:04.679Ztest cmd::test::output_txeq ... ok
41492026-08-25T01:05:04.679Z
41502026-08-25T01:05:04.679Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
41512026-08-25T01:05:04.680Z
41522026-08-25T01:05:04.680Z
41532026-08-25T01:05:04.680Zrunning 3 tests
41542026-08-25T01:05:04.680Ztest linklocal::test_parse_ipadm ... ok
41552026-08-25T01:05:04.680Ztest tfport::test_parse_tfport ... ok
41562026-08-25T01:05:04.680Ztest config::tests::test_updates ... ok
41572026-08-25T01:05:04.680Z
41582026-08-25T01:05:04.680Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41592026-08-25T01:05:04.680Z
41602026-08-25T01:05:04.680Z
41612026-08-25T01:05:04.680Zrunning 0 tests
41622026-08-25T01:05:04.680Z
41632026-08-25T01:05:04.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-08-25T01:05:04.680Z
41652026-08-25T01:05:04.680Z
41662026-08-25T01:05:04.680Zrunning 0 tests
41672026-08-25T01:05:04.680Z
41682026-08-25T01:05:04.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41692026-08-25T01:05:04.708Z
41702026-08-25T01:05:04.708Z
41712026-08-25T01:05:04.708Zrunning 0 tests
41722026-08-25T01:05:04.708Z
41732026-08-25T01:05:04.708Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41742026-08-25T01:05:04.709Z
41752026-08-25T01:05:04.709Z Doc-tests aal_macros
41762026-08-25T01:05:04.709Z
41772026-08-25T01:05:04.709Zrunning 0 tests
41782026-08-25T01:05:04.709Z
41792026-08-25T01:05:04.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41802026-08-25T01:05:04.709Z
41812026-08-25T01:05:04.710Z Doc-tests common
41822026-08-25T01:05:04.865Z
41832026-08-25T01:05:04.865Zrunning 0 tests
41842026-08-25T01:05:04.865Z
41852026-08-25T01:05:04.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-25T01:05:04.865Z
41872026-08-25T01:05:04.893Z Doc-tests dpd_api
41882026-08-25T01:05:06.159Z
41892026-08-25T01:05:06.159Zrunning 2 tests
41902026-08-25T01:05:06.159Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41912026-08-25T01:05:06.159Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41922026-08-25T01:05:06.159Z
41932026-08-25T01:05:06.159Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41942026-08-25T01:05:06.159Z
41952026-08-25T01:05:06.344Z Doc-tests dpd_client
41962026-08-25T01:05:06.954Z
41972026-08-25T01:05:06.954Zrunning 0 tests
41982026-08-25T01:05:06.954Z
41992026-08-25T01:05:06.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42002026-08-25T01:05:06.954Z
42012026-08-25T01:05:06.987Z Doc-tests dpd_types
42022026-08-25T01:05:07.247Z
42032026-08-25T01:05:07.247Zrunning 0 tests
42042026-08-25T01:05:07.248Z
42052026-08-25T01:05:07.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42062026-08-25T01:05:07.248Z
42072026-08-25T01:05:07.302Z Doc-tests dpd_types_versions
42082026-08-25T01:05:08.800Z
42092026-08-25T01:05:08.800Zrunning 1 test
42102026-08-25T01:05:08.800Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42112026-08-25T01:05:08.801Z
42122026-08-25T01:05:08.801Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42132026-08-25T01:05:08.801Z
42142026-08-25T01:05:08.958Z Doc-tests packet
42152026-08-25T01:05:09.046Z
42162026-08-25T01:05:09.046Zrunning 0 tests
42172026-08-25T01:05:09.046Z
42182026-08-25T01:05:09.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42192026-08-25T01:05:09.046Z
42202026-08-25T01:05:09.046Z Doc-tests pcap
42212026-08-25T01:05:09.109Z
42222026-08-25T01:05:09.109Zrunning 0 tests
42232026-08-25T01:05:09.109Z
42242026-08-25T01:05:09.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42252026-08-25T01:05:09.109Z
42262026-08-25T01:05:09.134Z+ for feat in tofino_stub tofino_asic softnpu chaos
42272026-08-25T01:05:09.134Z+ RUST_BACKTRACE=full
42282026-08-25T01:05:09.134Z+ cargo test --features tofino_asic --no-fail-fast
42292026-08-25T01:05:09.687Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42302026-08-25T01:05:09.770Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42312026-08-25T01:05:09.779Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42322026-08-25T01:05:09.785Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42332026-08-25T01:05:18.586Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42342026-08-25T01:05:18.672Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42352026-08-25T01:06:00.858Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.76s
42362026-08-25T01:06:00.973Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
42372026-08-25T01:06:00.978Z
42382026-08-25T01:06:00.978Zrunning 0 tests
42392026-08-25T01:06:00.978Z
42402026-08-25T01:06:00.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42412026-08-25T01:06:00.982Z
42422026-08-25T01:06:00.982Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42432026-08-25T01:06:00.988Z
42442026-08-25T01:06:00.988Zrunning 0 tests
42452026-08-25T01:06:00.988Z
42462026-08-25T01:06:00.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42472026-08-25T01:06:00.988Z
42482026-08-25T01:06:00.988Z Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c)
42492026-08-25T01:06:01.197Z
42502026-08-25T01:06:01.197Zrunning 8 tests
42512026-08-25T01:06:01.218Ztest tofino_asic::qsfp::tests::fix_link ... ok
42522026-08-25T01:06:01.218Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42532026-08-25T01:06:01.218Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42542026-08-25T01:06:01.218Ztest tofino_asic::stats::constants_sanity_check ... ok
42552026-08-25T01:06:01.219Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42562026-08-25T01:06:01.219Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42572026-08-25T01:06:01.219Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42582026-08-25T01:06:01.584Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42592026-08-25T01:06:01.584Z
42602026-08-25T01:06:01.584Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42612026-08-25T01:06:01.584Z
42622026-08-25T01:06:01.594Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
42632026-08-25T01:06:01.606Z
42642026-08-25T01:06:01.607Zrunning 4 tests
42652026-08-25T01:06:01.607Ztest nat::tests::test_vni ... ok
42662026-08-25T01:06:01.607Ztest network::tests::test_generate_ipv6_link_local ... ok
42672026-08-25T01:06:01.607Ztest test_purge ... ok
42682026-08-25T01:06:01.607Ztest illumos::test::address_exists_handles_missing_object ... ok
42692026-08-25T01:06:01.607Z
42702026-08-25T01:06:01.607Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42712026-08-25T01:06:01.607Z
42722026-08-25T01:06:01.607Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
42732026-08-25T01:06:01.620Z
42742026-08-25T01:06:01.620Zrunning 1 test
42752026-08-25T01:06:01.620Z -------
42762026-08-25T01:06:01.620Z Generating OpenAPI documents from API definitions ...
42772026-08-25T01:06:01.741Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42782026-08-25T01:06:01.810Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42792026-08-25T01:06:02.833Z -------
42802026-08-25T01:06:02.833Z Checking 13 OpenAPI documents...
42812026-08-25T01:06:02.837Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-25T01:06:02.837Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-25T01:06:02.837Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-25T01:06:02.837Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-25T01:06:02.843Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-25T01:06:02.843Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-25T01:06:02.843Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-25T01:06:02.843Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-25T01:06:02.843Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-25T01:06:02.843Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-25T01:06:02.843Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-25T01:06:02.843Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-25T01:06:02.843Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-25T01:06:02.843Z Fresh dpd "latest" symlink
42952026-08-25T01:06:02.843Z -------
42962026-08-25T01:06:02.843Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42972026-08-25T01:06:02.901Ztest test::test_apis_up_to_date ... ok
42982026-08-25T01:06:02.901Z
42992026-08-25T01:06:02.901Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
43002026-08-25T01:06:02.901Z
43012026-08-25T01:06:02.955Z Running unittests src/main.rs (target/debug/deps/dpd-c49d82f2d00afe7e)
43022026-08-25T01:06:03.025Z
43032026-08-25T01:06:03.025Zrunning 66 tests
43042026-08-25T01:06:03.040Ztest freemap::test_ordering ... ok
43052026-08-25T01:06:03.040Ztest config::tests::test_updates ... ok
43062026-08-25T01:06:03.040Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-08-25T01:06:03.040Ztest freemap::test_split ... ok
43082026-08-25T01:06:03.040Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-08-25T01:06:03.040Ztest macaddrs::tests::test_mac_offset ... ok
43102026-08-25T01:06:03.040Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-08-25T01:06:03.040Ztest macaddrs::tests::test_parse_port_id ... ok
43122026-08-25T01:06:03.040Ztest nat::test_mapping ... ok
43132026-08-25T01:06:03.040ZAug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test
43142026-08-25T01:06:03.041ZAug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test
43152026-08-25T01:06:03.041ZAug 25 01:06:01.558Aug 25 01:06:01.558 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
43162026-08-25T01:06:03.041Z
43172026-08-25T01:06:03.041ZAug 25 01:06:01.558Aug 25 01:06:01.558 Aug 25 01:06:01.558DEBG DEBG created new freemapDEBG , reset freemapreset freemapunit, , unitunit:Aug 25 01:06:01.558:: DEBG freemap_test freemap_test
43182026-08-25T01:06:03.041Zcreated new freemap
43192026-08-25T01:06:03.041Z, freemap_testunit
43202026-08-25T01:06:03.041Z:Aug 25 01:06:01.558 freemap_testDEBG
43212026-08-25T01:06:03.041Z initted freemap. size: 128, unit: freemap_test
43222026-08-25T01:06:03.041ZAug 25 01:06:01.558Aug 25 01:06:01.558 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
43232026-08-25T01:06:03.041Z
43242026-08-25T01:06:03.041ZAug 25 01:06:01.558 DEBG reset freemap, unit: freemap_test
43252026-08-25T01:06:03.041ZAug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test
43262026-08-25T01:06:03.041ZAug 25 01:06:01.558 DEBG initted freemap. size: 8, unit: freemap_test
43272026-08-25T01:06:03.041Ztest port_map::tests::dump_map ... ok
43282026-08-25T01:06:03.041ZAug 25 01:06:01.558 DEBG reset freemap, unit: freemap_test
43292026-08-25T01:06:03.041Ztest freemap::test_exhaustion ... ok
43302026-08-25T01:06:03.041Ztest freemap::test_reclaim ... ok
43312026-08-25T01:06:03.041Ztest freemap::test_basic ... ok
43322026-08-25T01:06:03.041Ztest freemap::test_free ... ok
43332026-08-25T01:06:03.041Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43342026-08-25T01:06:03.042Ztest port_map::tests::test_backplane_group ... ok
43352026-08-25T01:06:03.042Ztest port_map::tests::test_port_map ... ok
43362026-08-25T01:06:03.042ZAug 25 01:06:01.558 DEBG created new freemap, unit: freemap_test
43372026-08-25T01:06:03.042ZAug 25 01:06:01.558 DEBG initted freemap. size: 128, unit: freemap_test
43382026-08-25T01:06:03.042ZAug 25 01:06:01.558 DEBG reset freemap, unit: freemap_test
43392026-08-25T01:06:03.042Ztest freemap::test_span ... ok
43402026-08-25T01:06:03.042Ztest api_server::tests::test_build_info ... ok
43412026-08-25T01:06:03.042ZAug 25 01:06:01.559 DEBG created new freemap, unit: freemap_route_ipv4
43422026-08-25T01:06:03.045ZAug 25 01:06:01.559 DEBG created new freemap, unit: freemap_route_ipv6
43432026-08-25T01:06:03.045ZAug 25 01:06:01.559 DEBGAug 25 01:06:01.559 initted freemap. size: 64DEBG, unitcreated new freemap: , freemap_route_ipv4unit
43442026-08-25T01:06:03.045Z: Aug 25 01:06:01.559freemap_route_ipv4
43452026-08-25T01:06:03.045ZDEBG reset freemap, unit: Aug 25 01:06:01.559freemap_route_ipv4
43462026-08-25T01:06:03.045ZDEBG created new freemap, unitAug 25 01:06:01.559: DEBGfreemap_route_ipv6
43472026-08-25T01:06:03.045Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 25 01:06:01.559
43482026-08-25T01:06:03.045Z DEBG initted freemap. size: 64, unitAug 25 01:06:01.559: DEBGfreemap_route_ipv4
43492026-08-25T01:06:03.045Zreset freemap, unit: Aug 25 01:06:01.559freemap_route_ipv6
43502026-08-25T01:06:03.045ZDEBG reset freemap, unit:Aug 25 01:06:01.559 freemap_route_ipv4INFO
43512026-08-25T01:06:03.045Z adding route 3fff:dead::/64 -> 2001:db8::55:1
43522026-08-25T01:06:03.045ZAug 25 01:06:01.559Aug 25 01:06:01.559 DEBGDEBG 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 } }],
43532026-08-25T01:06:03.045Zunit: freemap_route_ipv6
43542026-08-25T01:06:03.045ZAug 25 01:06:01.559 INFO Aug 25 01:06:01.559adding route 3fff:dead::/64 -> 2001:db8::55:1
43552026-08-25T01:06:03.045ZDEBG reset freemap, unit:Aug 25 01:06:01.559 freemap_route_ipv6DEBG
43562026-08-25T01:06:03.045Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:06:01.559
43572026-08-25T01:06:03.045Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43582026-08-25T01:06:03.045ZAug 25 01:06:01.559 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 } }]
43592026-08-25T01:06:03.045ZAug 25 01:06:01.559 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43602026-08-25T01:06:03.045ZAug 25 01:06:01.559 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 } }]
43612026-08-25T01:06:03.045ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43622026-08-25T01:06:03.045ZAug 25 01:06:01.559 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 } }]
43632026-08-25T01:06:03.045ZAug 25 01:06:01.559 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43642026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43652026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43662026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43672026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43682026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43692026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43702026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43712026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43722026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43732026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43742026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43752026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43762026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43772026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43782026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43792026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43802026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43812026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43822026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43832026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43842026-08-25T01:06:03.046ZAug 25 01:06:01.559 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 } }]
43852026-08-25T01:06:03.046ZAug 25 01:06:01.559 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43862026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43872026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
43882026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43892026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
43902026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43912026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
43922026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43932026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
43942026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43952026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
43962026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43972026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
43982026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
43992026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44002026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
44012026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44022026-08-25T01:06:03.047ZAug 25 01:06:01.559 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 } }]
44032026-08-25T01:06:03.047ZAug 25 01:06:01.559 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44042026-08-25T01:06:03.068ZAug 25 01:06:01.559 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 } }]
44052026-08-25T01:06:03.068ZAug 25 01:06:01.559 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44062026-08-25T01:06:03.068ZAug 25 01:06:01.559 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 } }]
44072026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44082026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44092026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44102026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44112026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44122026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44132026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44142026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44152026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
44162026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44172026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44182026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44192026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44202026-08-25T01:06:03.069ZAug 25 01:06:01.559 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 } }]
44212026-08-25T01:06:03.069ZAug 25 01:06:01.559 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44222026-08-25T01:06:03.069ZAug 25 01:06:01.559 Aug 25 01:06:01.559INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
44232026-08-25T01:06:03.070Z
44242026-08-25T01:06:03.070ZAug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
44252026-08-25T01:06:03.070Z
44262026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO 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:dead::/64 -> 2001:db8::55:2
44272026-08-25T01:06:03.073Z
44282026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
44292026-08-25T01:06:03.073Z
44302026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
44312026-08-25T01:06:03.073Z
44322026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:22::/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 } }]
44332026-08-25T01:06:03.073Z
44342026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 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:beef:1::/64 -> 2001:db8::55:ff
44352026-08-25T01:06:03.073Z
44362026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
44372026-08-25T01:06:03.073Z
44382026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:2::/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 } }]
44392026-08-25T01:06:03.073Z
44402026-08-25T01:06:03.073Ztest port_map::tests::parse_softnpu_revision ... ok
44412026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 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:24::/64 -> 2001:db8::55:ff
44422026-08-25T01:06:03.073Z
44432026-08-25T01:06:03.073ZAug 25 01:06:01.559Aug 25 01:06:01.559 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44442026-08-25T01:06:03.073Z
44452026-08-25T01:06:03.073ZAug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
44462026-08-25T01:06:03.074Z
44472026-08-25T01:06:03.074ZAug 25 01:06:01.559Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44482026-08-25T01:06:03.074Z created new freemapreplacing 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 } }]
44492026-08-25T01:06:03.074Z, Aug 25 01:06:01.560unit :DEBG Aug 25 01:06:01.560replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
44502026-08-25T01:06:03.074Z
44512026-08-25T01:06:03.074ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
44522026-08-25T01:06:03.074ZAug 25 01:06:01.560 INFOAug 25 01:06:01.560 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGAug 25 01:06:01.560
44532026-08-25T01:06:03.074Z 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 } }]:Aug 25 01:06:01.560
44542026-08-25T01:06:03.074Zfreemap_route_ipv6
44552026-08-25T01:06:03.074ZDEBG 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 } }]
44562026-08-25T01:06:03.074ZAug 25 01:06:01.560Aug 25 01:06:01.560 Aug 25 01:06:01.560INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
44572026-08-25T01:06:03.074Zinitted freemap. size: 64 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff,
44582026-08-25T01:06:03.074Zunit: Aug 25 01:06:01.560freemap_route_ipv4
44592026-08-25T01:06:03.074ZAug 25 01:06:01.560DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44602026-08-25T01:06:03.074Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560
44612026-08-25T01:06:03.074Z DEBG Aug 25 01:06:01.560reset freemap Aug 25 01:06:01.560INFO , INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44622026-08-25T01:06:03.074Z
44632026-08-25T01:06:03.074Zfreemap_route_ipv4
44642026-08-25T01:06:03.074ZAug 25 01:06:01.560Aug 25 01:06:01.560 Aug 25 01:06:01.560DEBG DEBGDEBGreplacing 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 } }] 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 } }],
44652026-08-25T01:06:03.074ZAug 25 01:06:01.560unit :
44662026-08-25T01:06:03.074ZDEBG freemap_route_ipv6Aug 25 01:06:01.560created new freemap
44672026-08-25T01:06:03.074Z , INFO Aug 25 01:06:01.560unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 01:06:01.560
44682026-08-25T01:06:03.074ZAug 25 01:06:01.560 DEBG INFODEBG created new freemap:Aug 25 01:06:01.560 , DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit
44692026-08-25T01:06:03.074Zreplacing 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 } }]reset freemap
44702026-08-25T01:06:03.074Z:, unitAug 25 01:06:01.560freemap_route_ipv4:freemap_route_ipv4
44712026-08-25T01:06:03.074Zfreemap_route_ipv6DEBG
44722026-08-25T01:06:03.074Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560
44732026-08-25T01:06:03.074Z Aug 25 01:06:01.560
44742026-08-25T01:06:03.074ZAug 25 01:06:01.560INFO Aug 25 01:06:01.560 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGINFO
44752026-08-25T01:06:03.074Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
44762026-08-25T01:06:03.074Z created new freemap created new freemap, Aug 25 01:06:01.560Aug 25 01:06:01.560unit, : unit DEBG:DEBG Aug 25 01:06:01.560replacing 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
44772026-08-25T01:06:03.074Z
44782026-08-25T01:06:03.074ZINFOreplacing 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 } }]
44792026-08-25T01:06:03.074Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44802026-08-25T01:06:03.075Zfreemap_route_ipv6
44812026-08-25T01:06:03.075ZAug 25 01:06:01.560Aug 25 01:06:01.560 DEBGAug 25 01:06:01.560Aug 25 01:06:01.560INFOAug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
44822026-08-25T01:06:03.075ZDEBG
44832026-08-25T01:06:03.075Zinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1
44842026-08-25T01:06:03.075Z, Aug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG unitinitted freemap. size: 64replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 25 01:06:01.560:
44852026-08-25T01:06:03.075ZDEBG freemap_route_ipv4unit :
44862026-08-25T01:06:03.075Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44872026-08-25T01:06:03.075Z freemap_route_ipv4
44882026-08-25T01:06:03.075Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 01:06:01.560Aug 25 01:06:01.560
44892026-08-25T01:06:03.075Z Aug 25 01:06:01.560INFO Aug 25 01:06:01.560adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
44902026-08-25T01:06:03.075ZDEBG INFOAug 25 01:06:01.560 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemapDEBG , Aug 25 01:06:01.560reset freemap unit
44912026-08-25T01:06:03.075Z: 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 } }]DEBGfreemap_route_ipv4
44922026-08-25T01:06:03.075Z , 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 } }]unitAug 25 01:06:01.560:
44932026-08-25T01:06:03.075Z
44942026-08-25T01:06:03.075Zfreemap_route_ipv4 DEBG
44952026-08-25T01:06:03.075ZAug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:06:01.560 INFOAug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG
44962026-08-25T01:06:03.075Z initted freemap. size: 64 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, Aug 25 01:06:01.560
44972026-08-25T01:06:03.075Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44982026-08-25T01:06:03.075ZINFOunit Aug 25 01:06:01.560adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64:,
44992026-08-25T01:06:03.075Zunitfreemap_route_ipv6DEBG
45002026-08-25T01:06:03.075Zreplacing 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 } }]:
45012026-08-25T01:06:03.075ZAug 25 01:06:01.560 freemap_route_ipv6DEBGAug 25 01:06:01.560
45022026-08-25T01:06:03.075ZAug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 01:06:01.560INFO
45032026-08-25T01:06:03.075Z 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 } }]DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
45042026-08-25T01:06:03.083ZAug 25 01:06:01.560reset freemap
45052026-08-25T01:06:03.083Z , INFOunitAug 25 01:06:01.560 DEBG:adding route 3fff:beef::/64 -> 2001:db8::55:ff
45062026-08-25T01:06:03.083ZAug 25 01:06:01.560 DEBG reset freemapfreemap_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 } }]Aug 25 01:06:01.560
45072026-08-25T01:06:03.083Z, Aug 25 01:06:01.560
45082026-08-25T01:06:03.083Z unitINFODEBGAug 25 01:06:01.560 Aug 25 01:06:01.560 : INFOfreemap_route_ipv6INFO
45092026-08-25T01:06:03.083Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45102026-08-25T01:06:03.083Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45112026-08-25T01:06:03.083Z
45122026-08-25T01:06:03.084Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 01:06:01.560
45132026-08-25T01:06:03.084ZAug 25 01:06:01.560 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 25 01:06:01.560
45142026-08-25T01:06:03.084Z Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGDEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:1::/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 } }]
45152026-08-25T01:06:03.084Z
45162026-08-25T01:06:03.084Z
45172026-08-25T01:06:03.084ZDEBG
45182026-08-25T01:06:03.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 } }]Aug 25 01:06:01.560Aug 25 01:06:01.560
45192026-08-25T01:06:03.086Z Aug 25 01:06:01.560DEBG 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 } }]
45202026-08-25T01:06:03.086ZAug 25 01:06:01.560INFO INFO Aug 25 01:06:01.560adding route 3fff:dead::/64 -> 2001:db8::55:2
45212026-08-25T01:06:03.086ZAug 25 01:06:01.560adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
45222026-08-25T01:06:03.086Z INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 01:06:01.560
45232026-08-25T01:06:03.086Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 01:06:01.560DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff 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 } }]
45242026-08-25T01:06:03.086ZAug 25 01:06:01.560
45252026-08-25T01:06:03.086Z
45262026-08-25T01:06:03.086Z DEBGDEBG Aug 25 01:06:01.560Aug 25 01:06:01.560 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
45272026-08-25T01:06:03.086ZAug 25 01:06:01.560INFO 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:31::/64 -> 2001:db8::55:ff
45282026-08-25T01:06:03.086Z
45292026-08-25T01:06:03.086ZAug 25 01:06:01.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
45302026-08-25T01:06:03.086ZDEBG Aug 25 01:06:01.560adding route 3fff:beef::/64 -> 2001:db8::55:ff
45312026-08-25T01:06:03.087ZAug 25 01:06:01.560INFOAug 25 01:06:01.560 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO
45322026-08-25T01:06:03.087ZDEBG 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 } }]
45332026-08-25T01:06:03.087ZAug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG adding route 3fff:beef:32::/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 } }]
45342026-08-25T01:06:03.087Z
45352026-08-25T01:06:03.087ZAug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45362026-08-25T01:06:03.087Z
45372026-08-25T01:06:03.087ZAug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
45382026-08-25T01:06:03.087Z
45392026-08-25T01:06:03.087Zreplacing 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 } }]
45402026-08-25T01:06:03.087ZAug 25 01:06:01.560Aug 25 01:06:01.560 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45412026-08-25T01:06:03.087Z
45422026-08-25T01:06:03.087ZAug 25 01:06:01.560 INFOAug 25 01:06:01.560Aug 25 01:06:01.560 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
45432026-08-25T01:06:03.087Z DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
45442026-08-25T01:06:03.087Zreplacing 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 } }]
45452026-08-25T01:06:03.087ZAug 25 01:06:01.560 DEBG Aug 25 01:06:01.560replacing 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 } }]
45462026-08-25T01:06:03.087ZINFO Aug 25 01:06:01.560adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45472026-08-25T01:06:03.087ZAug 25 01:06:01.560DEBG INFOAug 25 01:06:01.560 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45482026-08-25T01:06:03.087Z
45492026-08-25T01:06:03.087Z
45502026-08-25T01:06:03.087ZAug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBGAug 25 01:06:01.560 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
45512026-08-25T01:06:03.087Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
45522026-08-25T01:06:03.088Z
45532026-08-25T01:06:03.088ZAug 25 01:06:01.560 INFOAug 25 01:06:01.560 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
45542026-08-25T01:06:03.088Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560
45552026-08-25T01:06:03.090Z DEBGAug 25 01:06:01.560 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
45562026-08-25T01:06:03.091Z Aug 25 01:06:01.560replacing 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 } }]
45572026-08-25T01:06:03.091ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 01:06:01.560Aug 25 01:06:01.560 INFOINFO
45582026-08-25T01:06:03.091Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45592026-08-25T01:06:03.091Z
45602026-08-25T01:06:03.091ZAug 25 01:06:01.560 DEBG Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
45612026-08-25T01:06:03.091Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45622026-08-25T01:06:03.091Z
45632026-08-25T01:06:03.091Zreplacing 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 } }]
45642026-08-25T01:06:03.091ZAug 25 01:06:01.560Aug 25 01:06:01.560 Aug 25 01:06:01.560DEBG Aug 25 01:06:01.560 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 } }]
45652026-08-25T01:06:03.091Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFOINFO
45662026-08-25T01:06:03.091Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45672026-08-25T01:06:03.091Z
45682026-08-25T01:06:03.091ZAug 25 01:06:01.560 Aug 25 01:06:01.560INFO Aug 25 01:06:01.560adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
45692026-08-25T01:06:03.091Z Aug 25 01:06:01.560 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
45702026-08-25T01:06:03.095Z 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 } }]Aug 25 01:06:01.560
45712026-08-25T01:06:03.095ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
45722026-08-25T01:06:03.095ZAug 25 01:06:01.560 Aug 25 01:06:01.560
45732026-08-25T01:06:03.095Z INFOAug 25 01:06:01.560INFO INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
45742026-08-25T01:06:03.095Z
45752026-08-25T01:06:03.095Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45762026-08-25T01:06:03.095ZAug 25 01:06:01.560Aug 25 01:06:01.560Aug 25 01:06:01.560Aug 25 01:06:01.560 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45772026-08-25T01:06:03.095ZDEBG 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 } }]
45782026-08-25T01:06:03.095Z
45792026-08-25T01:06:03.095ZAug 25 01:06:01.560INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 25 01:06:01.560 Aug 25 01:06:01.560
45802026-08-25T01:06:03.095Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
45812026-08-25T01:06:03.095ZINFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:06:01.560
45822026-08-25T01:06:03.095Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
45832026-08-25T01:06:03.095ZAug 25 01:06:01.560 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45842026-08-25T01:06:03.101Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560
45852026-08-25T01:06:03.102ZAug 25 01:06:01.560Aug 25 01:06:01.560 INFO DEBGDEBG Aug 25 01:06:01.560adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
45862026-08-25T01:06:03.102Zreplacing 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
45872026-08-25T01:06:03.102Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45882026-08-25T01:06:03.102Z
45892026-08-25T01:06:03.102ZAug 25 01:06:01.560Aug 25 01:06:01.560 INFODEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45902026-08-25T01:06:03.102Z
45912026-08-25T01:06:03.102ZAug 25 01:06:01.560 Aug 25 01:06:01.560DEBG Aug 25 01:06:01.560 Aug 25 01:06:01.560replacing 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 } }]
45922026-08-25T01:06:03.102Z INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45932026-08-25T01:06:03.102ZAug 25 01:06:01.560
45942026-08-25T01:06:03.102ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:06:01.560
45952026-08-25T01:06:03.102Z INFO INFO Aug 25 01:06:01.560adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45962026-08-25T01:06:03.102Z
45972026-08-25T01:06:03.102ZAug 25 01:06:01.560 DEBGDEBG Aug 25 01:06:01.560replacing 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: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 } }]
45982026-08-25T01:06:03.102ZAug 25 01:06:01.560
45992026-08-25T01:06:03.102Z DEBG 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 } }]
46002026-08-25T01:06:03.102Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.560
46012026-08-25T01:06:03.102Z INFOAug 25 01:06:01.560 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:06:01.560INFO
46022026-08-25T01:06:03.102Z Aug 25 01:06:01.560INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
46032026-08-25T01:06:03.102Z
46042026-08-25T01:06:03.114ZINFOAug 25 01:06:01.560 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
46052026-08-25T01:06:03.114Zreplacing 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 } }]
46062026-08-25T01:06:03.114ZAug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561 DEBG Aug 25 01:06:01.561DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46072026-08-25T01:06:03.114Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
46082026-08-25T01:06:03.114Z
46092026-08-25T01:06:03.115Z INFO
46102026-08-25T01:06:03.115ZAug 25 01:06:01.561 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:06:01.561DEBGAug 25 01:06:01.561
46112026-08-25T01:06:03.115Z INFOINFO Aug 25 01:06:01.561 replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46122026-08-25T01:06:03.115Z
46132026-08-25T01:06:03.115Z DEBG adding route 3fff:beef:a::/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 } }]
46142026-08-25T01:06:03.115ZAug 25 01:06:01.561
46152026-08-25T01:06:03.115Z DEBG Aug 25 01:06:01.561replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561INFO
46162026-08-25T01:06:03.115Z INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561
46172026-08-25T01:06:03.115Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46182026-08-25T01:06:03.115ZDEBGAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFO DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46192026-08-25T01:06:03.115Z 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:19::/64 -> 2001:db8::55:ff
46202026-08-25T01:06:03.115Z
46212026-08-25T01:06:03.115Z
46222026-08-25T01:06:03.115ZAug 25 01:06:01.561 Aug 25 01:06:01.561INFOAug 25 01:06:01.561 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO
46232026-08-25T01:06:03.115Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46242026-08-25T01:06:03.115ZINFOAug 25 01:06:01.561 DEBGAug 25 01:06:01.561adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 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
46252026-08-25T01:06:03.115Z 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
46262026-08-25T01:06:03.115Z 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 } }]Aug 25 01:06:01.561
46272026-08-25T01:06:03.115Z
46282026-08-25T01:06:03.115ZAug 25 01:06:01.561 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
46292026-08-25T01:06:03.115Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561
46302026-08-25T01:06:03.115ZDEBG Aug 25 01:06:01.561DEBG DEBGfailed to allocate space for the new target list Aug 25 01:06:01.561
46312026-08-25T01:06:03.115Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46322026-08-25T01:06:03.116Z DEBG
46332026-08-25T01:06:03.116Zreplacing 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 } }]
46342026-08-25T01:06:03.116ZAug 25 01:06:01.561 INFOAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561DEBGadding route 3fff:beef:9::/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 } }]INFO
46352026-08-25T01:06:03.116Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46362026-08-25T01:06:03.116Z
46372026-08-25T01:06:03.116ZAug 25 01:06:01.561INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 25 01:06:01.561DEBG
46382026-08-25T01:06:03.116Zfailed to allocate space for the new target listAug 25 01:06:01.561
46392026-08-25T01:06:03.116ZDEBG 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 } }]DEBGAug 25 01:06:01.561
46402026-08-25T01:06:03.116Z 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 } }]
46412026-08-25T01:06:03.116ZDEBG Aug 25 01:06:01.561replacing 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 } }]
46422026-08-25T01:06:03.117ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46432026-08-25T01:06:03.117ZAug 25 01:06:01.561 INFOAug 25 01:06:01.561 Aug 25 01:06:01.561 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGINFO 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:1c::/64 -> 2001:db8::55:ff
46442026-08-25T01:06:03.117Z
46452026-08-25T01:06:03.117Z
46462026-08-25T01:06:03.117ZAug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561DEBG DEBGINFO adding route 3fff:beef:b::/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 } }]
46472026-08-25T01:06:03.117Z
46482026-08-25T01:06:03.117Zreplacing 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 } }]
46492026-08-25T01:06:03.117ZAug 25 01:06:01.561Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561 Aug 25 01:06:01.561 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
46502026-08-25T01:06:03.118Z DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561
46512026-08-25T01:06:03.118Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46522026-08-25T01:06:03.118ZINFO
46532026-08-25T01:06:03.118ZAug 25 01:06:01.561Aug 25 01:06:01.561 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46542026-08-25T01:06:03.118ZDEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561
46552026-08-25T01:06:03.118Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561
46562026-08-25T01:06:03.118ZDEBG INFOreplacing 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 } }]
46572026-08-25T01:06:03.118ZAug 25 01:06:01.561 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:06:01.561adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46582026-08-25T01:06:03.118ZAug 25 01:06:01.561
46592026-08-25T01:06:03.118Z INFOINFOAug 25 01:06:01.561 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46602026-08-25T01:06:03.118Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46612026-08-25T01:06:03.118ZAug 25 01:06:01.561
46622026-08-25T01:06:03.118Z DEBGAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561 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 DEBGDEBG
46632026-08-25T01:06:03.118Z adding route 3fff:beef:1f::/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 } }]
46642026-08-25T01:06:03.118Z
46652026-08-25T01:06:03.118Zreplacing 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 } }]
46662026-08-25T01:06:03.118ZAug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46672026-08-25T01:06:03.118Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
46682026-08-25T01:06:03.118Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46692026-08-25T01:06:03.118Z
46702026-08-25T01:06:03.118ZAug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
46712026-08-25T01:06:03.118Z
46722026-08-25T01:06:03.119Zreplacing 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 } }]
46732026-08-25T01:06:03.120ZDEBG 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 } }]
46742026-08-25T01:06:03.121ZAug 25 01:06:01.561Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561INFO Aug 25 01:06:01.561 INFO adding route 3fff:beef:f::/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 } }]INFO
46752026-08-25T01:06:03.121Z
46762026-08-25T01:06:03.121Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46772026-08-25T01:06:03.121Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:06:01.561Aug 25 01:06:01.561
46782026-08-25T01:06:03.121Z DEBGINFOAug 25 01:06:01.561 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
46792026-08-25T01:06:03.121Zreplacing 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
46802026-08-25T01:06:03.121Z 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
46812026-08-25T01:06:03.121ZAug 25 01:06:01.561 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561
46822026-08-25T01:06:03.121Z DEBGAug 25 01:06:01.561INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46832026-08-25T01:06:03.121Zreplacing 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:7::/64 -> 2001:db8::55:ff
46842026-08-25T01:06:03.121ZAug 25 01:06:01.561
46852026-08-25T01:06:03.121ZAug 25 01:06:01.561 INFOAug 25 01:06:01.561 DEBGAug 25 01:06:01.561 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
46862026-08-25T01:06:03.121Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46872026-08-25T01:06:03.121Z
46882026-08-25T01:06:03.121ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561Aug 25 01:06:01.561 INFOAug 25 01:06:01.561
46892026-08-25T01:06:03.121Z DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
46902026-08-25T01:06:03.121Z 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 } }]
46912026-08-25T01:06:03.121Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561
46922026-08-25T01:06:03.121Z INFOAug 25 01:06:01.561 Aug 25 01:06:01.561adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 25 01:06:01.561 INFOINFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46932026-08-25T01:06:03.121Zreplacing 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:13::/64 -> 2001:db8::55:ff
46942026-08-25T01:06:03.121Z
46952026-08-25T01:06:03.121Z
46962026-08-25T01:06:03.121ZAug 25 01:06:01.561 Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561DEBG DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46972026-08-25T01:06:03.121Z
46982026-08-25T01:06:03.121Z 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 } }]
46992026-08-25T01:06:03.121Z
47002026-08-25T01:06:03.121ZAug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47012026-08-25T01:06:03.121Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
47022026-08-25T01:06:03.121ZINFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47032026-08-25T01:06:03.121Z INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47042026-08-25T01:06:03.129Z DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561Aug 25 01:06:01.561
47052026-08-25T01:06:03.134Z
47062026-08-25T01:06:03.135Z DEBGAug 25 01:06:01.561DEBG Aug 25 01:06:01.561INFO 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
47072026-08-25T01:06:03.135Zreplacing 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 } }]
47082026-08-25T01:06:03.135Zadding route 3fff:beef:25::/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 } }]
47092026-08-25T01:06:03.135Z
47102026-08-25T01:06:03.135ZAug 25 01:06:01.561Aug 25 01:06:01.561 DEBGAug 25 01:06:01.561INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561
47112026-08-25T01:06:03.135ZINFO
47122026-08-25T01:06:03.135ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47132026-08-25T01:06:03.135ZAug 25 01:06:01.561adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561DEBG
47142026-08-25T01:06:03.135Z INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47152026-08-25T01:06:03.135Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47162026-08-25T01:06:03.135Z Aug 25 01:06:01.561 DEBGDEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561INFO
47172026-08-25T01:06:03.135Zreplacing 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:15::/64 -> 2001:db8::55:ffDEBG
47182026-08-25T01:06:03.135Z 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 } }]
47192026-08-25T01:06:03.135Z
47202026-08-25T01:06:03.135ZAug 25 01:06:01.561Aug 25 01:06:01.561 INFOINFOAug 25 01:06:01.561 Aug 25 01:06:01.561 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
47212026-08-25T01:06:03.135Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47222026-08-25T01:06:03.135Z
47232026-08-25T01:06:03.135Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47242026-08-25T01:06:03.135Z DEBG Aug 25 01:06:01.561replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561
47252026-08-25T01:06:03.135ZAug 25 01:06:01.561 DEBG DEBGINFO Aug 25 01:06:01.561replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47262026-08-25T01:06:03.135Z
47272026-08-25T01:06:03.135Z INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47282026-08-25T01:06:03.135ZAug 25 01:06:01.561
47292026-08-25T01:06:03.135ZDEBG 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 } }]
47302026-08-25T01:06:03.135ZINFO Aug 25 01:06:01.561adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561
47312026-08-25T01:06:03.135Z Aug 25 01:06:01.561INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47322026-08-25T01:06:03.135Z INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561DEBG
47332026-08-25T01:06:03.135ZDEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:17::/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 } }]
47342026-08-25T01:06:03.135Z
47352026-08-25T01:06:03.135Z
47362026-08-25T01:06:03.135ZAug 25 01:06:01.561 INFO Aug 25 01:06:01.561adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:06:01.561Aug 25 01:06:01.561
47372026-08-25T01:06:03.135Z INFODEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47382026-08-25T01:06:03.135Z
47392026-08-25T01:06:03.135Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47402026-08-25T01:06:03.135ZAug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 DEBGINFODEBG 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: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 } }]
47412026-08-25T01:06:03.135Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47422026-08-25T01:06:03.135Z
47432026-08-25T01:06:03.136ZAug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561INFO INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47442026-08-25T01:06:03.136Z
47452026-08-25T01:06:03.136Zreplacing 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-08-25T01:06:03.136ZAug 25 01:06:01.561 DEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561
47472026-08-25T01:06:03.136Z DEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.561
47482026-08-25T01:06:03.136Z
47492026-08-25T01:06:03.136ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47502026-08-25T01:06:03.136ZAug 25 01:06:01.561 Aug 25 01:06:01.561DEBG Aug 25 01:06:01.561 INFODEBGreplacing 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 } }]
47512026-08-25T01:06:03.136Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47522026-08-25T01:06:03.136Zreplacing 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 } }]
47532026-08-25T01:06:03.136ZAug 25 01:06:01.561Aug 25 01:06:01.561Aug 25 01:06:01.561 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47542026-08-25T01:06:03.136Z
47552026-08-25T01:06:03.136ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47562026-08-25T01:06:03.136ZAug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561INFODEBG 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 } }]DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47572026-08-25T01:06:03.136Z
47582026-08-25T01:06:03.136Z 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 } }]
47592026-08-25T01:06:03.136ZAug 25 01:06:01.561 Aug 25 01:06:01.561INFO Aug 25 01:06:01.561DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
47602026-08-25T01:06:03.136Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47612026-08-25T01:06:03.136Z
47622026-08-25T01:06:03.136ZAug 25 01:06:01.561Aug 25 01:06:01.561 Aug 25 01:06:01.561 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47632026-08-25T01:06:03.136ZDEBG
47642026-08-25T01:06:03.136Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
47652026-08-25T01:06:03.136Z 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 } }]
47662026-08-25T01:06:03.136ZAug 25 01:06:01.561 Aug 25 01:06:01.561DEBGAug 25 01:06:01.561 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47672026-08-25T01:06:03.136Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47682026-08-25T01:06:03.136Z
47692026-08-25T01:06:03.136Z INFO Aug 25 01:06:01.561adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:06:01.561
47702026-08-25T01:06:03.136Z DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47712026-08-25T01:06:03.136Z
47722026-08-25T01:06:03.136ZAug 25 01:06:01.561 Aug 25 01:06:01.561DEBG INFOAug 25 01:06:01.561replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.561
47732026-08-25T01:06:03.136Z DEBGINFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47742026-08-25T01:06:03.136ZAug 25 01:06:01.562Aug 25 01:06:01.564Aug 25 01:06:01.563 DEBG DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapcreated new freemap,
47752026-08-25T01:06:03.136Zunit, : unitfreemap_route_ipv4:
47762026-08-25T01:06:03.136Z freemap_route_ipv4Aug 25 01:06:01.564
47772026-08-25T01:06:03.136ZINFO
47782026-08-25T01:06:03.136Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47792026-08-25T01:06:03.136ZAug 25 01:06:01.564Aug 25 01:06:01.564 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: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 } }]
47802026-08-25T01:06:03.136Z
47812026-08-25T01:06:03.136Zreplacing 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 } }]
47822026-08-25T01:06:03.136ZAug 25 01:06:01.564Aug 25 01:06:01.564 Aug 25 01:06:01.564 DEBGINFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47832026-08-25T01:06:03.137Zcreated new freemapAug 25 01:06:01.564 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff ,
47842026-08-25T01:06:03.137ZINFOAug 25 01:06:01.564 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit: DEBG
47852026-08-25T01:06:03.137Zfreemap_route_ipv6
47862026-08-25T01:06:03.137ZAug 25 01:06:01.564replacing 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 } }]
47872026-08-25T01:06:03.137ZDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564
47882026-08-25T01:06:03.137Z Aug 25 01:06:01.564DEBG Aug 25 01:06:01.564 INFOAug 25 01:06:01.564DEBGreplacing 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 } }] INFOinitted freemap. size: 64 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
47892026-08-25T01:06:03.137Z,
47902026-08-25T01:06:03.137Zunit:
47912026-08-25T01:06:03.137Z Aug 25 01:06:01.564Aug 25 01:06:01.564 freemap_route_ipv4DEBG
47922026-08-25T01:06:03.137ZDEBG 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 } }]
47932026-08-25T01:06:03.137Zreplacing 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 } }]
47942026-08-25T01:06:03.137ZAug 25 01:06:01.564 Aug 25 01:06:01.564DEBGAug 25 01:06:01.564 Aug 25 01:06:01.564reset freemapINFO INFO, unitINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff :adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47952026-08-25T01:06:03.137Z
47962026-08-25T01:06:03.137Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff freemap_route_ipv4
47972026-08-25T01:06:03.137Z
47982026-08-25T01:06:03.137ZAug 25 01:06:01.564Aug 25 01:06:01.564 DEBGDEBG Aug 25 01:06:01.564replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47992026-08-25T01:06:03.137ZDEBG initted freemap. size: 64
48002026-08-25T01:06:03.137Z, Aug 25 01:06:01.564Aug 25 01:06:01.564 unit Aug 25 01:06:01.564DEBG INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
48012026-08-25T01:06:03.137Z
48022026-08-25T01:06:03.137Zreplacing 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 } }]:
48032026-08-25T01:06:03.137Z freemap_route_ipv6Aug 25 01:06:01.564Aug 25 01:06:01.564
48042026-08-25T01:06:03.149Z 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 } }]
48052026-08-25T01:06:03.149Z Aug 25 01:06:01.564Aug 25 01:06:01.564DEBG INFO Aug 25 01:06:01.564adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48062026-08-25T01:06:03.149ZINFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48072026-08-25T01:06:03.149Z reset freemap , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit
48082026-08-25T01:06:03.149Z:Aug 25 01:06:01.564 DEBGAug 25 01:06:01.564freemap_route_ipv6 INFOAug 25 01:06:01.564
48092026-08-25T01:06:03.149Z 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
48102026-08-25T01:06:03.149Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 01:06:01.564 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 } }]
48112026-08-25T01:06:03.150ZINFOAug 25 01:06:01.564 adding route 3fff:dead::/64 -> 2001:db8::55:1
48122026-08-25T01:06:03.150ZINFO Aug 25 01:06:01.564
48132026-08-25T01:06:03.150Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBG
48142026-08-25T01:06:03.150Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564
48152026-08-25T01:06:03.150Z INFOAug 25 01:06:01.564 Aug 25 01:06:01.564adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBGAug 25 01:06:01.564DEBG
48162026-08-25T01:06:03.150ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
48172026-08-25T01:06:03.150Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48182026-08-25T01:06:03.150Z
48192026-08-25T01:06:03.150ZAug 25 01:06:01.564Aug 25 01:06:01.564 DEBGDEBG Aug 25 01:06:01.564replacing 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 } }]
48202026-08-25T01:06:03.150Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48212026-08-25T01:06:03.150ZAug 25 01:06:01.564 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOAug 25 01:06:01.564 Aug 25 01:06:01.564
48222026-08-25T01:06:03.150Zadding route 3fff:dead::/64 -> 2001:db8::55:2
48232026-08-25T01:06:03.150ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
48242026-08-25T01:06:03.150Z Aug 25 01:06:01.564adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG
48252026-08-25T01:06:03.150Z Aug 25 01:06:01.564replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564 DEBG
48262026-08-25T01:06:03.150ZAug 25 01:06:01.564DEBG 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 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 } }]
48272026-08-25T01:06:03.150Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48282026-08-25T01:06:03.150ZAug 25 01:06:01.564
48292026-08-25T01:06:03.150Z Aug 25 01:06:01.564INFO INFO Aug 25 01:06:01.564 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:06:01.564INFO
48302026-08-25T01:06:03.150Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
48312026-08-25T01:06:03.150Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48322026-08-25T01:06:03.150ZAug 25 01:06:01.564 INFODEBG Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGDEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
48332026-08-25T01:06:03.150Zreplacing 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 } }]
48342026-08-25T01:06:03.150Z
48352026-08-25T01:06:03.150Zreplacing 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 } }]
48362026-08-25T01:06:03.150ZAug 25 01:06:01.564Aug 25 01:06:01.564Aug 25 01:06:01.564 INFOINFODEBG Aug 25 01:06:01.564adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
48372026-08-25T01:06:03.150Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48382026-08-25T01:06:03.150ZINFO
48392026-08-25T01:06:03.151Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48402026-08-25T01:06:03.151ZAug 25 01:06:01.564 Aug 25 01:06:01.564DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48412026-08-25T01:06:03.151ZAug 25 01:06:01.564 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.564
48422026-08-25T01:06:03.151ZDEBGAug 25 01:06:01.564 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 } }]
48432026-08-25T01:06:03.151ZINFOINFO Aug 25 01:06:01.564adding route 3fff:beef:37::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
48442026-08-25T01:06:03.151Z
48452026-08-25T01:06:03.151ZAug 25 01:06:01.564
48462026-08-25T01:06:03.151Z INFOAug 25 01:06:01.564 Aug 25 01:06:01.564adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:06:01.561 DEBGDEBGAug 25 01:06:01.564
48472026-08-25T01:06:03.151Z 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 } }]
48482026-08-25T01:06:03.151Z DEBG INFOAug 25 01:06:01.564 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1e::/64 -> 2001:db8::55:ff
48492026-08-25T01:06:03.151ZAug 25 01:06:01.564
48502026-08-25T01:06:03.151Zreplacing 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 } }]
48512026-08-25T01:06:03.151ZINFO
48522026-08-25T01:06:03.151Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48532026-08-25T01:06:03.151ZAug 25 01:06:01.564Aug 25 01:06:01.564Aug 25 01:06:01.564 DEBGINFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
48542026-08-25T01:06:03.151ZAug 25 01:06:01.564adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48552026-08-25T01:06:03.151Z
48562026-08-25T01:06:03.151ZDEBG 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 } }]
48572026-08-25T01:06:03.151ZAug 25 01:06:01.564Aug 25 01:06:01.564 DEBGAug 25 01:06:01.564 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG
48582026-08-25T01:06:03.151Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 25 01:06:01.564
48592026-08-25T01:06:03.151Z Aug 25 01:06:01.564replacing 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 } }]WARN Aug 25 01:06:01.564DEBG 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 25 01:06:01.564adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48602026-08-25T01:06:03.151Z
48612026-08-25T01:06:03.151Ztest route::tests::rollback_on_compact_delete_failure ... ok
48622026-08-25T01:06:03.151Z
48632026-08-25T01:06:03.151ZDEBG
48642026-08-25T01:06:03.151Z Aug 25 01:06:01.564replacing 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 } }]
48652026-08-25T01:06:03.151ZAug 25 01:06:01.564ERRO Aug 25 01:06:01.564INFO DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
48662026-08-25T01:06:03.151ZAug 25 01:06:01.564
48672026-08-25T01:06:03.155Z
48682026-08-25T01:06:03.155Z Aug 25 01:06:01.564INFO Aug 25 01:06:01.564 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:06:01.564 Aug 25 01:06:01.564ERROINFO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG
48692026-08-25T01:06:03.155Z INFO
48702026-08-25T01:06:03.155Z 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 } }]
48712026-08-25T01:06:03.155Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
48722026-08-25T01:06:03.155Z
48732026-08-25T01:06:03.155ZAug 25 01:06:01.564Aug 25 01:06:01.564 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 01:06:01.564
48742026-08-25T01:06:03.155Z DEBG DEBGAug 25 01:06:01.564 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: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 } }]
48752026-08-25T01:06:03.155Z
48762026-08-25T01:06:03.156ZDEBGAug 25 01:06:01.564 Aug 25 01:06:01.564replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.564
48772026-08-25T01:06:03.156Z DEBGINFOINFO adding route 3fff:beef:1b::/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 } }]Aug 25 01:06:01.564adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48782026-08-25T01:06:03.156Z
48792026-08-25T01:06:03.156Z
48802026-08-25T01:06:03.156Z INFO Aug 25 01:06:01.564adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 25 01:06:01.564Aug 25 01:06:01.564INFO
48812026-08-25T01:06:03.156Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48822026-08-25T01:06:03.156Zreplacing 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 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.565
48832026-08-25T01:06:03.156ZAug 25 01:06:01.564 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 } }]
48842026-08-25T01:06:03.156ZDEBG Aug 25 01:06:01.587created new freemap Aug 25 01:06:01.587, DEBGAug 25 01:06:01.587 INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
48852026-08-25T01:06:03.156Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
48862026-08-25T01:06:03.156Z :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
48872026-08-25T01:06:03.156Zfreemap_route_ipv4Aug 25 01:06:01.587
48882026-08-25T01:06:03.156Z Aug 25 01:06:01.587INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
48892026-08-25T01:06:03.156ZAug 25 01:06:01.587 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587
48902026-08-25T01:06:03.156Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587
48912026-08-25T01:06:03.156ZAug 25 01:06:01.587 DEBGAug 25 01:06:01.587created new freemap , INFOunit : replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48922026-08-25T01:06:03.156Z
48932026-08-25T01:06:03.156ZDEBG
48942026-08-25T01:06:03.156Z failed to allocate space for the new target listAug 25 01:06:01.587Aug 25 01:06:01.587
48952026-08-25T01:06:03.157Z DEBG INFOinitted freemap. size: 64 Aug 25 01:06:01.587, adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunitAug 25 01:06:01.587 :DEBG
48962026-08-25T01:06:03.157Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGfreemap_route_ipv4
48972026-08-25T01:06:03.157Zreplacing 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 } }]
48982026-08-25T01:06:03.157Z
48992026-08-25T01:06:03.157ZAug 25 01:06:01.587 DEBGAug 25 01:06:01.587Aug 25 01:06:01.587 DEBGINFO reset freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff, unit
49002026-08-25T01:06:03.157Zreplacing 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 } }]:
49012026-08-25T01:06:03.157Z freemap_route_ipv4Aug 25 01:06:01.587
49022026-08-25T01:06:03.157Z DEBGAug 25 01:06:01.562 Aug 25 01:06:01.587 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 } }]INFO
49032026-08-25T01:06:03.157Zcreated new freemap Aug 25 01:06:01.587, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
49042026-08-25T01:06:03.164ZDEBG:Aug 25 01:06:01.587 freemap_route_ipv4INFOinitted freemap. size: 64
49052026-08-25T01:06:03.164ZAug 25 01:06:01.587adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff,
49062026-08-25T01:06:03.164ZunitDEBG: Aug 25 01:06:01.587freemap_route_ipv6
49072026-08-25T01:06:03.164Zreplacing 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
49082026-08-25T01:06:03.165Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBG created new freemap, unitDEBGAug 25 01:06:01.587 :INFO reset freemapfreemap_route_ipv6 , adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit
49092026-08-25T01:06:03.165Z:
49102026-08-25T01:06:03.165Z freemap_route_ipv6
49112026-08-25T01:06:03.165Z
49122026-08-25T01:06:03.165ZAug 25 01:06:01.587 DEBG Aug 25 01:06:01.587 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587
49132026-08-25T01:06:03.165Z Aug 25 01:06:01.587INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
49142026-08-25T01:06:03.165Zinitted freemap. size: 64INFO , Aug 25 01:06:01.587unit :Aug 25 01:06:01.587 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
49152026-08-25T01:06:03.167Zfreemap_route_ipv4DEBG
49162026-08-25T01:06:03.167Zreplacing 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:25::/64 -> 2001:db8::55:ff
49172026-08-25T01:06:03.167Z
49182026-08-25T01:06:03.167ZAug 25 01:06:01.587Aug 25 01:06:01.587 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemap
49192026-08-25T01:06:03.167Z, unitAug 25 01:06:01.587: freemap_route_ipv4INFO
49202026-08-25T01:06:03.167Z Aug 25 01:06:01.587adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:06:01.587
49212026-08-25T01:06:03.167Z DEBG Aug 25 01:06:01.587INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49222026-08-25T01:06:03.167ZAug 25 01:06:01.587 adding route 3fff:dead::/64 -> 2001:db8::55:2 initted freemap. size: 64DEBG
49232026-08-25T01:06:03.167Z, unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
49242026-08-25T01:06:03.167Zfreemap_route_ipv6
49252026-08-25T01:06:03.167ZAug 25 01:06:01.587 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
49262026-08-25T01:06:03.167ZAug 25 01:06:01.587Aug 25 01:06:01.587 DEBGAug 25 01:06:01.587DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
49272026-08-25T01:06:03.167Z
49282026-08-25T01:06:03.167Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:06:01.587
49292026-08-25T01:06:03.167Z DEBG Aug 25 01:06:01.587Aug 25 01:06:01.587 Aug 25 01:06:01.587INFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3,
49302026-08-25T01:06:03.167ZINFOunit DEBG:adding route 3fff:beef:27::/64 -> 2001:db8::55:ff freemap_route_ipv6
49312026-08-25T01:06:03.167Z
49322026-08-25T01:06:03.167Zreplacing 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 } }]
49332026-08-25T01:06:03.167ZAug 25 01:06:01.587Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 01:06:01.587
49342026-08-25T01:06:03.168Z
49352026-08-25T01:06:03.168ZDEBG 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 } }]
49362026-08-25T01:06:03.168ZAug 25 01:06:01.587 INFOINFO Aug 25 01:06:01.587adding route 3fff:dead::/64 -> 2001:db8::55:4
49372026-08-25T01:06:03.168ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
49382026-08-25T01:06:03.168Z
49392026-08-25T01:06:03.168ZAug 25 01:06:01.587Aug 25 01:06:01.587 DEBGAug 25 01:06:01.587DEBG Aug 25 01:06:01.587 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49402026-08-25T01:06:03.168Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49412026-08-25T01:06:03.168Zreplacing 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
49422026-08-25T01:06:03.168Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.587Aug 25 01:06:01.587 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49432026-08-25T01:06:03.172Z Aug 25 01:06:01.587DEBG Aug 25 01:06:01.587INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]WARNadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
49442026-08-25T01:06:03.172Z
49452026-08-25T01:06:03.172Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49462026-08-25T01:06:03.172Z
49472026-08-25T01:06:03.172ZAug 25 01:06:01.587Aug 25 01:06:01.587 INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
49482026-08-25T01:06:03.172Zreplacing 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 } }]
49492026-08-25T01:06:03.172ZAug 25 01:06:01.587Aug 25 01:06:01.587 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
49502026-08-25T01:06:03.172Z
49512026-08-25T01:06:03.172Z
49522026-08-25T01:06:03.172ZAug 25 01:06:01.587 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
49532026-08-25T01:06:03.172ZAug 25 01:06:01.587 INFOAug 25 01:06:01.587 Aug 25 01:06:01.587 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
49542026-08-25T01:06:03.172Z DEBGAug 25 01:06:01.562replacing 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 } }]
49552026-08-25T01:06:03.172ZAug 25 01:06:01.587 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: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 } }]
49562026-08-25T01:06:03.173Z
49572026-08-25T01:06:03.173Zcreated new freemapAug 25 01:06:01.587, unitINFO: freemap_route_ipv4
49582026-08-25T01:06:03.173Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 25 01:06:01.587
49592026-08-25T01:06:03.173ZAug 25 01:06:01.587 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOAug 25 01:06:01.588
49602026-08-25T01:06:03.173Z Aug 25 01:06:01.588adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
49612026-08-25T01:06:03.173Ztest route::tests::grow_succeeds ... ok
49622026-08-25T01:06:03.173Ztest route::tests::rollback_on_compact_write_failure ... ok
49632026-08-25T01:06:03.173ZDEBG 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 } }]created new freemap
49642026-08-25T01:06:03.173Z, Aug 25 01:06:01.588unit :DEBG Aug 25 01:06:01.588 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
49652026-08-25T01:06:03.173Zfreemap_route_ipv6Aug 25 01:06:01.588
49662026-08-25T01:06:03.173Zreplacing 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 } }]
49672026-08-25T01:06:03.173ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
49682026-08-25T01:06:03.173ZAug 25 01:06:01.588Aug 25 01:06:01.588 Aug 25 01:06:01.588Aug 25 01:06:01.588 INFO INFODEBGDEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffinitted freemap. size: 64
49692026-08-25T01:06:03.173Zreplacing 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
49702026-08-25T01:06:03.173Z: freemap_route_ipv4Aug 25 01:06:01.588
49712026-08-25T01:06:03.173Z DEBGAug 25 01:06:01.588 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 } }] INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
49722026-08-25T01:06:03.173ZAug 25 01:06:01.588 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
49732026-08-25T01:06:03.173ZDEBG
49742026-08-25T01:06:03.173Z Aug 25 01:06:01.588reset freemap , INFOunitAug 25 01:06:01.588: Aug 25 01:06:01.588adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
49752026-08-25T01:06:03.173Zfreemap_route_ipv4
49762026-08-25T01:06:03.173ZDEBGreplacing 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 } }]
49772026-08-25T01:06:03.173Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.588
49782026-08-25T01:06:03.173ZAug 25 01:06:01.588Aug 25 01:06:01.588 DEBG INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49792026-08-25T01:06:03.173Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 25 01:06:01.588initted freemap. size: 64 , INFOunit
49802026-08-25T01:06:03.173ZAug 25 01:06:01.588: adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO
49812026-08-25T01:06:03.173Z freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:06:01.588
49822026-08-25T01:06:03.173Z DEBG
49832026-08-25T01:06:03.173Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.588
49842026-08-25T01:06:03.175Z DEBG Aug 25 01:06:01.588Aug 25 01:06:01.588 Aug 25 01:06:01.588 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 } }]
49852026-08-25T01:06:03.175ZDEBGINFO reset freemapDEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 25 01:06:01.588
49862026-08-25T01:06:03.175Z, unit: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
49872026-08-25T01:06:03.175Zadding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6
49882026-08-25T01:06:03.175Z
49892026-08-25T01:06:03.175ZAug 25 01:06:01.588 DEBG Aug 25 01:06:01.588Aug 25 01:06:01.588 Aug 25 01:06:01.588replacing 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
49902026-08-25T01:06:03.175Z 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 } }]
49912026-08-25T01:06:03.176ZINFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 01:06:01.588 Aug 25 01:06:01.588adding route 172.16.0.0/32 -> 10.0.0.1
49922026-08-25T01:06:03.176Z
49932026-08-25T01:06:03.176Z INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
49942026-08-25T01:06:03.176ZAug 25 01:06:01.588
49952026-08-25T01:06:03.176Z Aug 25 01:06:01.588DEBG Aug 25 01:06:01.588DEBG Aug 25 01:06:01.588 DEBGDEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49962026-08-25T01:06:03.176ZAug 25 01:06:01.588Aug 25 01:06:01.588 DEBG Aug 25 01:06:01.614created new freemap DEBG, INFOcreated new freemapunit , adding route 172.17.0.0/32 -> 10.0.0.255:unit
49972026-08-25T01:06:03.176Z: freemap_route_ipv4freemap_route_ipv4
49982026-08-25T01:06:03.176Z
49992026-08-25T01:06:03.176ZAug 25 01:06:01.614 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 25 01:06:01.614
50002026-08-25T01:06:03.176Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapAug 25 01:06:01.614
50012026-08-25T01:06:03.176Z , DEBGunit :created new freemapAug 25 01:06:01.614, freemap_route_ipv6unit
50022026-08-25T01:06:03.176ZINFO :adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 25 01:06:01.614freemap_route_ipv6
50032026-08-25T01:06:03.176ZDEBG
50042026-08-25T01:06:03.911Z initted freemap. size: 64Aug 25 01:06:01.614 , INFOunit Aug 25 01:06:01.614adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 01:06:01.614
50052026-08-25T01:06:03.911Z:DEBG freemap_route_ipv4DEBGinitted freemap. size: 64
50062026-08-25T01:06:03.911Z, replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
50072026-08-25T01:06:03.912Z:Aug 25 01:06:01.614Aug 25 01:06:01.614 DEBGfreemap_route_ipv4Aug 25 01:06:01.614
50082026-08-25T01:06:03.912Z 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 } }]INFOreset freemap
50092026-08-25T01:06:03.912ZAug 25 01:06:01.614, unit :DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreset freemap
50102026-08-25T01:06:03.912Z, freemap_route_ipv4unit:Aug 25 01:06:01.614 freemap_route_ipv4INFO
50112026-08-25T01:06:03.912Z
50122026-08-25T01:06:03.912Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 01:06:01.614Aug 25 01:06:01.614
50132026-08-25T01:06:03.912Z Aug 25 01:06:01.614DEBG 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 } }]
50142026-08-25T01:06:03.912Zinitted freemap. size: 64DEBG, unitinitted freemap. size: 64Aug 25 01:06:01.614: , unitAug 25 01:06:01.588DEBGfreemap_route_ipv6:
50152026-08-25T01:06:03.912Z DEBGAug 25 01:06:01.614replacing 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 } }]
50162026-08-25T01:06:03.912Zfreemap_route_ipv6
50172026-08-25T01:06:03.912Zcreated new freemapAug 25 01:06:01.614INFO , adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50182026-08-25T01:06:03.912ZunitDEBG: Aug 25 01:06:01.614Aug 25 01:06:01.614 reset freemap , Aug 25 01:06:01.614unitfreemap_route_ipv4 INFO:
50192026-08-25T01:06:03.912ZDEBG freemap_route_ipv6
50202026-08-25T01:06:03.912ZDEBG reset freemapreplacing 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.3/32 -> 10.0.0.255
50212026-08-25T01:06:03.912Z
50222026-08-25T01:06:03.912Z, Aug 25 01:06:01.614unit Aug 25 01:06:01.614INFO: Aug 25 01:06:01.614DEBG Aug 25 01:06:01.614 adding route 172.16.0.0/32 -> 10.0.0.1created new freemap
50232026-08-25T01:06:03.912Zfreemap_route_ipv6INFO , adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
50242026-08-25T01:06:03.912Z
50252026-08-25T01:06:03.912Z Aug 25 01:06:01.614unit DEBG: DEBG Aug 25 01:06:01.614 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 } }]INFOfreemap_route_ipv6
50262026-08-25T01:06:03.912Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
50272026-08-25T01:06:03.913ZAug 25 01:06:01.614
50282026-08-25T01:06:03.913Z
50292026-08-25T01:06:03.913Z DEBGAug 25 01:06:01.614 Aug 25 01:06:01.614Aug 25 01:06:01.614DEBGreplacing 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 } }]
50302026-08-25T01:06:03.913Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
50312026-08-25T01:06:03.939ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:06:01.614
50322026-08-25T01:06:03.939ZAug 25 01:06:01.614initted freemap. size: 64 INFO, INFOadding route 172.17.0.4/32 -> 10.0.0.255unit
50332026-08-25T01:06:03.939ZAug 25 01:06:01.615: adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv4
50342026-08-25T01:06:03.939Z
50352026-08-25T01:06:03.939Zadding route 3fff:dead::/64 -> 2001:db8::55:2
50362026-08-25T01:06:03.939ZAug 25 01:06:01.615 Aug 25 01:06:01.615 DEBGDEBGAug 25 01:06:01.615 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 } }]DEBGAug 25 01:06:01.615
50372026-08-25T01:06:03.939Zreplacing 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 } }]
50382026-08-25T01:06:03.939Z 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
50392026-08-25T01:06:03.939ZunitAug 25 01:06:01.615Aug 25 01:06:01.615: freemap_route_ipv4INFOINFOAug 25 01:06:01.615
50402026-08-25T01:06:03.939Z adding route 172.17.0.5/32 -> 10.0.0.255INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
50412026-08-25T01:06:03.940Z
50422026-08-25T01:06:03.940Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:06:01.615
50432026-08-25T01:06:03.940Z DEBGAug 25 01:06:01.615 initted freemap. size: 64DEBGAug 25 01:06:01.615Aug 25 01:06:01.615, unitreplacing 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:
50442026-08-25T01:06:03.940Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50452026-08-25T01:06:03.940ZDEBGfreemap_route_ipv6
50462026-08-25T01:06:03.940Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.615
50472026-08-25T01:06:03.940Z Aug 25 01:06:01.615INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
50482026-08-25T01:06:03.940Z Aug 25 01:06:01.615adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 01:06:01.615
50492026-08-25T01:06:03.940ZAug 25 01:06:01.615INFO Aug 25 01:06:01.615adding route 172.17.0.6/32 -> 10.0.0.255DEBG
50502026-08-25T01:06:03.940Z 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 } }]created new freemap
50512026-08-25T01:06:03.940ZAug 25 01:06:01.615Aug 25 01:06:01.615 DEBG 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 } }]unit :
50522026-08-25T01:06:03.940Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.615 DEBGfreemap_route_ipv6
50532026-08-25T01:06:03.940Z
50542026-08-25T01:06:03.940Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:06:01.615
50552026-08-25T01:06:03.940ZAug 25 01:06:01.615 INFO Aug 25 01:06:01.615INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 25 01:06:01.615 adding route 172.17.0.7/32 -> 10.0.0.255
50562026-08-25T01:06:03.940ZDEBG
50572026-08-25T01:06:03.940ZWARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })initted freemap. size: 64
50582026-08-25T01:06:03.950Z, Aug 25 01:06:01.615Aug 25 01:06:01.615unit :DEBG DEBGfreemap_route_ipv4
50592026-08-25T01:06:03.951Zreplacing 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 } }]
50602026-08-25T01:06:03.951Zreplacing 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 } }]
50612026-08-25T01:06:03.951Ztest route::tests::rollback_on_index_readd_failure ... ok
50622026-08-25T01:06:03.951ZAug 25 01:06:01.615 DEBGAug 25 01:06:01.615 reset freemapAug 25 01:06:01.615, unitINFO: INFO adding route 172.17.0.8/32 -> 10.0.0.255 freemap_route_ipv4
50632026-08-25T01:06:03.951Z
50642026-08-25T01:06:03.951Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50652026-08-25T01:06:03.951ZAug 25 01:06:01.615 Aug 25 01:06:01.615DEBG Aug 25 01:06:01.615DEBGreplacing 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 } }]
50662026-08-25T01:06:03.951Zreplacing 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 } }]
50672026-08-25T01:06:03.951ZDEBG initted freemap. size: 64Aug 25 01:06:01.615, unit: freemap_route_ipv6Aug 25 01:06:01.615 INFOINFO 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 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
50682026-08-25T01:06:03.951Z
50692026-08-25T01:06:03.951Z
50702026-08-25T01:06:03.951Z
50712026-08-25T01:06:03.951ZAug 25 01:06:01.615Aug 25 01:06:01.615 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
50722026-08-25T01:06:03.951Z
50732026-08-25T01:06:03.951ZAug 25 01:06:01.615 DEBG Aug 25 01:06:01.615reset freemapAug 25 01:06:01.615 INFO, INFOunit adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255:
50742026-08-25T01:06:03.951Z
50752026-08-25T01:06:03.951ZAug 25 01:06:01.615 freemap_route_ipv6
50762026-08-25T01:06:03.951ZINFOAug 25 01:06:01.615 Aug 25 01:06:01.615adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
50772026-08-25T01:06:03.954ZDEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
50782026-08-25T01:06:03.954Z
50792026-08-25T01:06:03.954ZAug 25 01:06:01.615 Aug 25 01:06:01.615Aug 25 01:06:01.615 DEBGINFOAug 25 01:06:01.615 INFO 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255
50802026-08-25T01:06:03.954Zadding route 3fff:dead::/64 -> 2001:db8::55:1
50812026-08-25T01:06:03.954Z
50822026-08-25T01:06:03.955Zfailed to allocate space for the new target list
50832026-08-25T01:06:03.955ZAug 25 01:06:01.615Aug 25 01:06:01.615 DEBGDEBGAug 25 01:06:01.615 Aug 25 01:06:01.615replacing 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
50842026-08-25T01:06:03.955Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]INFO
50852026-08-25T01:06:03.955Z
50862026-08-25T01:06:03.955Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:06:01.615 INFO
50872026-08-25T01:06:03.955Z Aug 25 01:06:01.615 adding route 172.17.0.12/32 -> 10.0.0.255INFO
50882026-08-25T01:06:03.955Z Aug 25 01:06:01.615adding route 3fff:dead::/64 -> 2001:db8::55:2
50892026-08-25T01:06:03.955ZDEBG Aug 25 01:06:01.615replacing 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 } }]
50902026-08-25T01:06:03.955ZDEBG Aug 25 01:06:01.615DEBG DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
50912026-08-25T01:06:03.955Z, 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 } }]Aug 25 01:06:01.615:
50922026-08-25T01:06:03.955ZAug 25 01:06:01.615 INFO INFOfreemap_route_ipv6 adding route 172.17.0.13/32 -> 10.0.0.255
50932026-08-25T01:06:03.955Z
50942026-08-25T01:06:03.955Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 01:06:01.615
50952026-08-25T01:06:03.955Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:06:01.615Aug 25 01:06:01.615
50962026-08-25T01:06:03.955Z Aug 25 01:06:01.615DEBG 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 Aug 25 01:06:01.615
50972026-08-25T01:06:03.955Z 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 172.16.0.0/32 -> 10.0.0.1
50982026-08-25T01:06:03.955Z
50992026-08-25T01:06:03.955ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51002026-08-25T01:06:03.955ZAug 25 01:06:01.615 Aug 25 01:06:01.615INFO DEBGAug 25 01:06:01.615 adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 01:06:01.615
51012026-08-25T01:06:03.959Z
51022026-08-25T01:06:03.959Z INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
51032026-08-25T01:06:03.959Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 01:06:01.615Aug 25 01:06:01.615
51042026-08-25T01:06:04.011ZAug 25 01:06:01.615DEBGINFO 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
51052026-08-25T01:06:04.011Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:06:01.615
51062026-08-25T01:06:04.011Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:06:01.615DEBG
51072026-08-25T01:06:04.011Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.15/32 -> 10.0.0.255
51082026-08-25T01:06:04.011ZAug 25 01:06:01.615Aug 25 01:06:01.615 DEBGDEBG Aug 25 01:06:01.615created new freemap created new freemapINFO, , unitunit:Aug 25 01:06:01.643 adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4 :DEBG
51092026-08-25T01:06:04.011Z
51102026-08-25T01:06:04.011Z 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_ipv4
51112026-08-25T01:06:04.011Z
51122026-08-25T01:06:04.011ZAug 25 01:06:01.643 Aug 25 01:06:01.643
51132026-08-25T01:06:04.011Z DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
51142026-08-25T01:06:04.011Z Aug 25 01:06:01.643Aug 25 01:06:01.643Aug 25 01:06:01.615 created new freemapAug 25 01:06:01.643, Aug 25 01:06:01.643unitDEBGINFO DEBG: created new freemap , 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 } }]freemap_route_ipv6INFOadding route 172.17.0.16/32 -> 10.0.0.255unit
51152026-08-25T01:06:04.012Z
51162026-08-25T01:06:04.012Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff:
51172026-08-25T01:06:04.012Z
51182026-08-25T01:06:04.014ZDEBGAug 25 01:06:01.643freemap_route_ipv6
51192026-08-25T01:06:04.014ZDEBGAug 25 01:06:01.643Aug 25 01:06:01.643 Aug 25 01:06:01.643 INFODEBG DEBG Aug 25 01:06:01.643replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1
51202026-08-25T01:06:04.014Z
51212026-08-25T01:06:04.014Z
51222026-08-25T01:06:04.014Zinitted freemap. size: 64 initted freemap. size: 64, unit, :Aug 25 01:06:01.643 Aug 25 01:06:01.643unit :freemap_route_ipv4INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
51232026-08-25T01:06:04.014Zfreemap_route_ipv4Aug 25 01:06:01.643replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
51242026-08-25T01:06:04.014Zreplacing 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 } }]
51252026-08-25T01:06:04.014ZAug 25 01:06:01.643 DEBG
51262026-08-25T01:06:04.014Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 01:06:01.643
51272026-08-25T01:06:04.014Z
51282026-08-25T01:06:04.014Zreset freemapDEBG, Aug 25 01:06:01.643Aug 25 01:06:01.643 unitINFO reset freemap: DEBGAug 25 01:06:01.643 , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4DEBG
51292026-08-25T01:06:04.014Z adding route 172.16.0.0/32 -> 10.0.0.2
51302026-08-25T01:06:04.014Zunit
51312026-08-25T01:06:04.014Z:replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.643
51322026-08-25T01:06:04.014Z Aug 25 01:06:01.643Aug 25 01:06:01.643 DEBGDEBGfreemap_route_ipv4
51332026-08-25T01:06:04.014Z 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 } }]initted freemap. size: 64
51342026-08-25T01:06:04.014ZAug 25 01:06:01.643, INFOAug 25 01:06:01.643 unit DEBGINFO: adding route 3fff:beef:33::/64 -> 2001:db8::55:ff initted freemap. size: 64 , freemap_route_ipv6Aug 25 01:06:01.643adding route 172.17.0.18/32 -> 10.0.0.255
51352026-08-25T01:06:04.014Zunit
51362026-08-25T01:06:04.014Z INFO: adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv6
51372026-08-25T01:06:04.014Z
51382026-08-25T01:06:04.014ZAug 25 01:06:01.643
51392026-08-25T01:06:04.014Z Aug 25 01:06:01.643DEBG DEBGAug 25 01:06:01.643 Aug 25 01:06:01.643reset freemap 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, DEBG
51402026-08-25T01:06:04.014ZunitAug 25 01:06:01.643 : reset freemapfreemap_route_ipv6DEBG,
51412026-08-25T01:06:04.014Z unitreplacing 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 } }]:
51422026-08-25T01:06:04.015Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
51432026-08-25T01:06:04.015Z
51442026-08-25T01:06:04.015ZAug 25 01:06:01.643Aug 25 01:06:01.643 INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 01:06:01.643Aug 25 01:06:01.643
51452026-08-25T01:06:04.015ZAug 25 01:06:01.643 INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFO
51462026-08-25T01:06:04.015Z adding route 3fff:dead::/64 -> 2001:db8::55:1
51472026-08-25T01:06:04.015Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
51482026-08-25T01:06:04.015Z Aug 25 01:06:01.643Aug 25 01:06:01.643Aug 25 01:06:01.643adding route 172.17.0.1/32 -> 10.0.0.255 DEBG DEBG
51492026-08-25T01:06:04.015Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 01:06:01.643DEBG
51502026-08-25T01:06:04.015Z DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51512026-08-25T01:06:04.015ZAug 25 01:06:01.643
51522026-08-25T01:06:04.015Z Aug 25 01:06:01.643
51532026-08-25T01:06:04.015ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
51542026-08-25T01:06:04.015ZAug 25 01:06:01.643 Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:01.643adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
51552026-08-25T01:06:04.015ZDEBG 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 } }]
51562026-08-25T01:06:04.015Z
51572026-08-25T01:06:04.015Z Aug 25 01:06:01.643INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 25 01:06:01.643adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
51582026-08-25T01:06:04.015Z
51592026-08-25T01:06:04.015Z
51602026-08-25T01:06:04.015Z DEBG Aug 25 01:06:01.643replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 25 01:06:01.643
51612026-08-25T01:06:04.015ZDEBGAug 25 01:06:01.643 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 } }]
51622026-08-25T01:06:04.015Z DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51632026-08-25T01:06:04.015Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:06:01.643Aug 25 01:06:01.643
51642026-08-25T01:06:04.015ZINFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:06:01.643
51652026-08-25T01:06:04.015Zreplacing 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 } }]
51662026-08-25T01:06:04.015ZINFO Aug 25 01:06:01.643adding route 172.17.0.3/32 -> 10.0.0.255
51672026-08-25T01:06:04.015Z INFOAug 25 01:06:01.643Aug 25 01:06:01.643 INFOAug 25 01:06:01.643DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
51682026-08-25T01:06:04.015Z
51692026-08-25T01:06:04.015Zadding route 172.17.0.21/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 } }]
51702026-08-25T01:06:04.016Z
51712026-08-25T01:06:04.016ZAug 25 01:06:01.643 Aug 25 01:06:01.643DEBG 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 3fff:beef:37::/64 -> 2001:db8::55:ff
51722026-08-25T01:06:04.016Z
51732026-08-25T01:06:04.016ZAug 25 01:06:01.643 DEBGAug 25 01:06:01.643 Aug 25 01:06:01.643Aug 25 01:06:01.643 INFOINFOreplacing 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 } }]
51742026-08-25T01:06:04.016ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.4/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 } }]
51752026-08-25T01:06:04.017Z
51762026-08-25T01:06:04.017Z
51772026-08-25T01:06:04.017ZAug 25 01:06:01.643 INFO Aug 25 01:06:01.643adding route 172.17.0.22/32 -> 10.0.0.255
51782026-08-25T01:06:04.018ZDEBG 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 } }]
51792026-08-25T01:06:04.018ZAug 25 01:06:01.643Aug 25 01:06:01.643Aug 25 01:06:01.643 DEBG DEBGAug 25 01:06:01.643 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFOreplacing targets for 172.17.0.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 } }]
51802026-08-25T01:06:04.018Z INFO
51812026-08-25T01:06:04.018Z adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
51822026-08-25T01:06:04.018Z
51832026-08-25T01:06:04.018ZAug 25 01:06:01.643Aug 25 01:06:01.643 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
51842026-08-25T01:06:04.018Z
51852026-08-25T01:06:04.018ZAug 25 01:06:01.643Aug 25 01:06:01.643 DEBGDEBG
51862026-08-25T01:06:04.018ZAug 25 01:06:01.643Aug 25 01:06:01.643 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.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 } }]
51872026-08-25T01:06:04.018ZDEBG
51882026-08-25T01:06:04.018Zreplacing 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 } }]WARN
51892026-08-25T01:06:04.018Z Aug 25 01:06:01.643shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51902026-08-25T01:06:04.018ZAug 25 01:06:01.643 INFOINFO Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
51912026-08-25T01:06:04.018Z
51922026-08-25T01:06:04.019Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255
51932026-08-25T01:06:04.019Z
51942026-08-25T01:06:04.019ZAug 25 01:06:01.643Aug 25 01:06:01.643 Aug 25 01:06:01.643DEBGDEBGAug 25 01:06:01.643 Aug 25 01:06:01.615 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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
51952026-08-25T01:06:04.019Z
51962026-08-25T01:06:04.019Z 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 } }]
51972026-08-25T01:06:04.019ZAug 25 01:06:01.643created new freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
51982026-08-25T01:06:04.019Z Aug 25 01:06:01.643unitINFO:Aug 25 01:06:01.643 INFOfreemap_route_ipv4 INFO
51992026-08-25T01:06:04.019Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255
52002026-08-25T01:06:04.019ZAug 25 01:06:01.643
52012026-08-25T01:06:04.019Z INFO
52022026-08-25T01:06:04.019ZAug 25 01:06:01.643 adding route 172.17.0.25/32 -> 10.0.0.255DEBGAug 25 01:06:01.643
52032026-08-25T01:06:04.019Z Aug 25 01:06:01.643 Aug 25 01:06:01.643created new freemapDEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBG
52042026-08-25T01:06:04.070Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.643unit DEBG:replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]
52052026-08-25T01:06:04.070Z
52062026-08-25T01:06:04.070ZAug 25 01:06:01.643freemap_route_ipv6
52072026-08-25T01:06:04.070Z
52082026-08-25T01:06:04.070ZAug 25 01:06:01.643 Aug 25 01:06:01.643INFOINFO Aug 25 01:06:01.643 Aug 25 01:06:01.643INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.8/32 -> 10.0.0.255 initted freemap. size: 64Aug 25 01:06:01.644, unitDEBG: created new freemapfreemap_route_ipv4,
52092026-08-25T01:06:04.070Zunit: Aug 25 01:06:01.644 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
52102026-08-25T01:06:04.070ZAug 25 01:06:01.660
52112026-08-25T01:06:04.070ZINFO created new freemapadding route 172.17.0.26/32 -> 10.0.0.255DEBG, unitAug 25 01:06:01.660reset freemap
52122026-08-25T01:06:04.070ZDEBG, unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
52132026-08-25T01:06:04.070Z: freemap_route_ipv4freemap_route_ipv4
52142026-08-25T01:06:04.070ZAug 25 01:06:01.660Aug 25 01:06:01.660
52152026-08-25T01:06:04.070ZDEBGINFOAug 25 01:06:01.660Aug 25 01:06:01.660 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff created new freemap
52162026-08-25T01:06:04.070Z , unitDEBG: Aug 25 01:06:01.660replacing 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 } }]initted freemap. size: 64
52172026-08-25T01:06:04.071Z, DEBG unitreplacing 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 } }]:
52182026-08-25T01:06:04.071Z Aug 25 01:06:01.660freemap_route_ipv6 INFO
52192026-08-25T01:06:04.071Zfreemap_route_ipv6Aug 25 01:06:01.660Aug 25 01:06:01.660
52202026-08-25T01:06:04.071Z adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG
52212026-08-25T01:06:04.071Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 25 01:06:01.660
52222026-08-25T01:06:04.071Z Aug 25 01:06:01.660DEBGcreated new freemap reset freemap, , unitDEBGAug 25 01:06:01.660unit ::initted freemap. size: 64 , freemap_route_ipv6freemap_route_ipv6
52232026-08-25T01:06:04.071Zunit:DEBG freemap_route_ipv4
52242026-08-25T01:06:04.071Z
52252026-08-25T01:06:04.071ZAug 25 01:06:01.660Aug 25 01:06:01.660replacing 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 } }]
52262026-08-25T01:06:04.071Z INFODEBG Aug 25 01:06:01.660adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:06:01.660 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 } }]DEBGAug 25 01:06:01.660
52272026-08-25T01:06:04.071ZINFO
52282026-08-25T01:06:04.071Z reset freemapDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff,
52292026-08-25T01:06:04.071Zunit:Aug 25 01:06:01.660 freemap_route_ipv4DEBG
52302026-08-25T01:06:04.071ZAug 25 01:06:01.660initted freemap. size: 64 , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 25 01:06:01.660
52312026-08-25T01:06:04.071Z DEBGunit :Aug 25 01:06:01.660 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 01:06:01.660
52322026-08-25T01:06:04.071Z
52332026-08-25T01:06:04.071ZINFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4initted freemap. size: 64
52342026-08-25T01:06:04.071ZAug 25 01:06:01.660, unitDEBG: Aug 25 01:06:01.660replacing 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 } }]
52352026-08-25T01:06:04.071Z
52362026-08-25T01:06:04.071ZAug 25 01:06:01.660INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
52372026-08-25T01:06:04.071Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
52382026-08-25T01:06:04.071Zfreemap_route_ipv6Aug 25 01:06:01.660Aug 25 01:06:01.660
52392026-08-25T01:06:04.071Z Aug 25 01:06:01.660INFOAug 25 01:06:01.660DEBG 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 } }]
52402026-08-25T01:06:04.071Zadding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
52412026-08-25T01:06:04.071ZDEBG
52422026-08-25T01:06:04.071ZAug 25 01:06:01.660 INFOAug 25 01:06:01.660 Aug 25 01:06:01.660reset freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ff,
52432026-08-25T01:06:04.075ZAug 25 01:06:01.660DEBG DEBG unitDEBGreset freemap , replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 25 01:06:01.660
52442026-08-25T01:06:04.075Zreplacing 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 freemap_route_ipv4replacing 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 } }]
52452026-08-25T01:06:04.075Z
52462026-08-25T01:06:04.075Zunit
52472026-08-25T01:06:04.075Z: freemap_route_ipv6Aug 25 01:06:01.660
52482026-08-25T01:06:04.075ZINFOAug 25 01:06:01.660 Aug 25 01:06:01.660 adding route 172.17.0.1/32 -> 10.0.0.255INFOAug 25 01:06:01.660INFO
52492026-08-25T01:06:04.075Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBG
52502026-08-25T01:06:04.075Z adding route 172.17.0.30/32 -> 10.0.0.255initted freemap. size: 64Aug 25 01:06:01.660
52512026-08-25T01:06:04.075Z, Aug 25 01:06:01.660DEBGunit :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 } }]
52522026-08-25T01:06:04.076ZDEBG freemap_route_ipv6Aug 25 01:06:01.660 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 } }]
52532026-08-25T01:06:04.076ZINFOAug 25 01:06:01.660Aug 25 01:06:01.660 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
52542026-08-25T01:06:04.076Z
52552026-08-25T01:06:04.076Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.2/32 -> 10.0.0.255
52562026-08-25T01:06:04.076Z
52572026-08-25T01:06:04.076ZAug 25 01:06:01.660Aug 25 01:06:01.660Aug 25 01:06:01.660Aug 25 01:06:01.660 INFODEBG INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 172.17.0.31/32 -> 10.0.0.255
52582026-08-25T01:06:04.076Z
52592026-08-25T01:06:04.076Zreplacing 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 } }]reset freemapAug 25 01:06:01.660
52602026-08-25T01:06:04.081Z 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 } }]unitAug 25 01:06:01.660
52612026-08-25T01:06:04.081ZAug 25 01:06:01.660:Aug 25 01:06:01.660 Aug 25 01:06:01.660DEBGINFODEBG freemap_route_ipv6replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
52622026-08-25T01:06:04.081Zreplacing 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 } }]
52632026-08-25T01:06:04.081Z
52642026-08-25T01:06:04.081Z
52652026-08-25T01:06:04.081ZINFO Aug 25 01:06:01.660 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:06:01.660
52662026-08-25T01:06:04.081ZAug 25 01:06:01.660Aug 25 01:06:01.660 INFODEBG Aug 25 01:06:01.660 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
52672026-08-25T01:06:04.082ZDEBGINFO
52682026-08-25T01:06:04.082ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:06:01.660adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:06:01.660
52692026-08-25T01:06:04.082Z DEBGINFO 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 } }]
52702026-08-25T01:06:04.082Z
52712026-08-25T01:06:04.082Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52722026-08-25T01:06:04.082Ztest route::tests::identity_replace_is_noop ... ok
52732026-08-25T01:06:04.082ZAug 25 01:06:01.660Aug 25 01:06:01.660 Aug 25 01:06:01.660 DEBGINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
52742026-08-25T01:06:04.082Z 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.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 } }]
52752026-08-25T01:06:04.082Z
52762026-08-25T01:06:04.082Z
52772026-08-25T01:06:04.082ZAug 25 01:06:01.660Aug 25 01:06:01.660 DEBGDEBG Aug 25 01:06:01.660replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:06:01.660Aug 25 01:06:01.660replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52782026-08-25T01:06:04.082Z INFO INFO
52792026-08-25T01:06:04.082Z adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.5/32 -> 10.0.0.255
52802026-08-25T01:06:04.082Z
52812026-08-25T01:06:04.082ZINFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:06:01.660Aug 25 01:06:01.660 Aug 25 01:06:01.660 Aug 25 01:06:01.660
52822026-08-25T01:06:04.082Z INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
52832026-08-25T01:06:04.082Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 01:06:01.660replacing 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 } }]
52842026-08-25T01:06:04.082Z
52852026-08-25T01:06:04.082ZINFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
52862026-08-25T01:06:04.082ZAug 25 01:06:01.660
52872026-08-25T01:06:04.082Z INFO Aug 25 01:06:01.660Aug 25 01:06:01.660 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 01:06:01.660
52882026-08-25T01:06:04.083ZINFO DEBGDEBG adding route 172.17.0.6/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 } }]Aug 25 01:06:01.660replacing 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 } }]
52892026-08-25T01:06:04.083Z
52902026-08-25T01:06:04.083Z
52912026-08-25T01:06:04.083ZINFO Aug 25 01:06:01.660adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 01:06:01.660
52922026-08-25T01:06:04.083Z Aug 25 01:06:01.660DEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
52932026-08-25T01:06:04.083Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.660
52942026-08-25T01:06:04.083Z
52952026-08-25T01:06:04.083Z DEBGAug 25 01:06:01.660Aug 25 01:06:01.660 Aug 25 01:06:01.660 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
52962026-08-25T01:06:04.083Z
52972026-08-25T01:06:04.083ZAug 25 01:06:01.660 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
52982026-08-25T01:06:04.083Zadding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.7/32 -> 10.0.0.255
52992026-08-25T01:06:04.083Z
53002026-08-25T01:06:04.083ZAug 25 01:06:01.660 DEBG Aug 25 01:06:01.660Aug 25 01:06:01.660 INFO adding route 172.17.0.35/32 -> 10.0.0.255
53012026-08-25T01:06:04.083Zfailed to allocate space for the new target list
53022026-08-25T01:06:04.083Z Aug 25 01:06:01.660DEBGAug 25 01:06:01.660 Aug 25 01:06:01.660replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53032026-08-25T01:06:04.083ZDEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53042026-08-25T01:06:04.141Z
53052026-08-25T01:06:04.141Z Aug 25 01:06:01.660DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
53062026-08-25T01:06:04.142Z Aug 25 01:06:01.660adding route 172.16.0.0/32 -> 10.0.0.4
53072026-08-25T01:06:04.142ZINFO Aug 25 01:06:01.660adding route 172.17.0.8/32 -> 10.0.0.255
53082026-08-25T01:06:04.142ZINFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:06:01.660
53092026-08-25T01:06:04.142Z DEBGAug 25 01:06:01.660 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
53102026-08-25T01:06:04.142ZAug 25 01:06:01.660 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
53112026-08-25T01:06:04.142Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.660
53122026-08-25T01:06:04.142Z DEBGAug 25 01:06:01.660 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:06:01.660
53132026-08-25T01:06:04.142Z
53142026-08-25T01:06:04.142Z
53152026-08-25T01:06:04.142ZINFO adding route 172.17.0.9/32 -> 10.0.0.255
53162026-08-25T01:06:04.142ZAug 25 01:06:01.661Aug 25 01:06:01.677Aug 25 01:06:01.677 Aug 25 01:06:01.677DEBG DEBGDEBG created new freemapDEBG , replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
53172026-08-25T01:06:04.142Zunit
53182026-08-25T01:06:04.142Z: replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
53192026-08-25T01:06:04.142Z
53202026-08-25T01:06:04.142ZAug 25 01:06:01.677Aug 25 01:06:01.677 INFOINFOAug 25 01:06:01.677 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:06:01.677adding route 172.17.0.10/32 -> 10.0.0.255
53212026-08-25T01:06:04.142ZINFODEBG
53222026-08-25T01:06:04.142Z adding route 172.17.0.9/32 -> 10.0.0.255created new freemap
53232026-08-25T01:06:04.142Z, Aug 25 01:06:01.677unit :DEBG freemap_route_ipv6Aug 25 01:06:01.677
53242026-08-25T01:06:04.143ZAug 25 01:06:01.677 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 } }]
53252026-08-25T01:06:04.143ZAug 25 01:06:01.677 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53262026-08-25T01:06:04.143Z Aug 25 01:06:01.677initted freemap. size: 64 , INFOunit :adding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 01:06:01.677
53272026-08-25T01:06:04.143Zfreemap_route_ipv4replacing 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 } }]
53282026-08-25T01:06:04.143Z
53292026-08-25T01:06:04.143Z INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 01:06:01.677Aug 25 01:06:01.677
53302026-08-25T01:06:04.143Z 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 } }]reset freemap
53312026-08-25T01:06:04.143Z, Aug 25 01:06:01.677Aug 25 01:06:01.677 DEBGunitDEBG :failed to allocate space for the new target list
53322026-08-25T01:06:04.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 } }]Aug 25 01:06:01.677freemap_route_ipv4 INFO
53332026-08-25T01:06:04.143Z
53342026-08-25T01:06:04.143Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 01:06:01.677
53352026-08-25T01:06:04.143Z Aug 25 01:06:01.677DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
53362026-08-25T01:06:04.143Zinitted freemap. size: 64Aug 25 01:06:01.677, unitINFO:Aug 25 01:06:01.677 adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6DEBG
53372026-08-25T01:06:04.143Z
53382026-08-25T01:06:04.143Z Aug 25 01:06:01.677Aug 25 01:06:01.677 DEBGDEBG reset freemapreplacing 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.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 } }]
53392026-08-25T01:06:04.143Z
53402026-08-25T01:06:04.143Z, unit: freemap_route_ipv6
53412026-08-25T01:06:04.143ZAug 25 01:06:01.677 Aug 25 01:06:01.677INFO INFOadding route 172.17.0.12/32 -> 10.0.0.255 Aug 25 01:06:01.677adding route 172.16.0.0/32 -> 10.0.0.1
53422026-08-25T01:06:04.143Z
53432026-08-25T01:06:04.143Z INFO adding route 172.17.0.13/32 -> 10.0.0.255 Aug 25 01:06:01.677
53442026-08-25T01:06:04.143ZAug 25 01:06:01.677INFO DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53452026-08-25T01:06:04.143Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
53462026-08-25T01:06:04.143Z
53472026-08-25T01:06:04.143ZAug 25 01:06:01.677 Aug 25 01:06:01.677 Aug 25 01:06:01.677INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
53482026-08-25T01:06:04.143Zadding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 25 01:06:01.677
53492026-08-25T01:06:04.144Z 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 } }]
53502026-08-25T01:06:04.144ZDEBGAug 25 01:06:01.677 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 } }]Aug 25 01:06:01.677
53512026-08-25T01:06:04.144Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 25 01:06:01.677DEBG
53522026-08-25T01:06:04.144Z Aug 25 01:06:01.677 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 } }] INFOINFO
53532026-08-25T01:06:04.144Z adding route 172.17.0.14/32 -> 10.0.0.255
53542026-08-25T01:06:04.144Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:06:01.677
53552026-08-25T01:06:04.144Z Aug 25 01:06:01.677INFO adding route 172.16.0.0/32 -> 10.0.0.3INFO
53562026-08-25T01:06:04.144Z Aug 25 01:06:01.677adding route 172.17.0.14/32 -> 10.0.0.255 Aug 25 01:06:01.677DEBG
53572026-08-25T01:06:04.144Z DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
53582026-08-25T01:06:04.144Z
53592026-08-25T01:06:04.144ZAug 25 01:06:01.677 Aug 25 01:06:01.677DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.677
53602026-08-25T01:06:04.144Z
53612026-08-25T01:06:04.144Z Aug 25 01:06:01.677 INFOINFO Aug 25 01:06:01.677adding route 172.17.0.15/32 -> 10.0.0.255
53622026-08-25T01:06:04.144ZAug 25 01:06:01.677INFOadding route 172.17.0.39/32 -> 10.0.0.255 INFO
53632026-08-25T01:06:04.144Ztest route::tests::same_size_non_subset_replace ... ok
53642026-08-25T01:06:04.144ZAug 25 01:06:01.677 adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4DEBG
53652026-08-25T01:06:04.144ZAug 25 01:06:01.677
53662026-08-25T01:06:04.144Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53672026-08-25T01:06:04.144Z Aug 25 01:06:01.677replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:01.677
53682026-08-25T01:06:04.144ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:06:01.677
53692026-08-25T01:06:04.144Ztest transceivers::mpn_test::test_mpn_missing ... ok
53702026-08-25T01:06:04.144Ztest transceivers::mpn_test::test_mpn_present ... ok
53712026-08-25T01:06:04.144Ztest transceivers::mpn_test::test_xcvr_missing ... ok
53722026-08-25T01:06:04.144Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53732026-08-25T01:06:04.144Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53742026-08-25T01:06:04.144Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53752026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53762026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53772026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53782026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53792026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53802026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53812026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53822026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53832026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53842026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53852026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53862026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53872026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53882026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53892026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53902026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53912026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53922026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53932026-08-25T01:06:04.145Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53942026-08-25T01:06:04.148Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53952026-08-25T01:06:04.149Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53962026-08-25T01:06:04.149Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53972026-08-25T01:06:04.149Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53982026-08-25T01:06:04.149Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53992026-08-25T01:06:04.149Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
54002026-08-25T01:06:04.149Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
54012026-08-25T01:06:04.149ZAug 25 01:06:01.677DEBG INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.677adding route 172.17.0.16/32 -> 10.0.0.255
54022026-08-25T01:06:04.149ZAug 25 01:06:01.696 Aug 25 01:06:01.678Aug 25 01:06:01.678INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
54032026-08-25T01:06:04.149Zcreated new freemap
54042026-08-25T01:06:04.169Z, unitDEBG: freemap_route_ipv4created new freemap, unit
54052026-08-25T01:06:04.169Z: freemap_route_ipv4
54062026-08-25T01:06:04.169Z INFO adding route 172.17.0.0/32 -> 10.0.0.255
54072026-08-25T01:06:04.169ZAug 25 01:06:01.696Aug 25 01:06:01.696 DEBGAug 25 01:06:01.696Aug 25 01:06:01.644Aug 25 01:06:01.696 DEBG DEBGDEBG Aug 25 01:06:01.696created new freemapreplacing 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 } }], created new freemap
54082026-08-25T01:06:04.169Zunit, unit::DEBG DEBG freemap_route_ipv6 freemap_route_ipv4
54092026-08-25T01:06:04.169Z created new freemap, replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54102026-08-25T01:06:04.169ZAug 25 01:06:01.696unit
54112026-08-25T01:06:04.169ZAug 25 01:06:01.696 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 25 01:06:01.696:DEBG
54122026-08-25T01:06:04.169Z Aug 25 01:06:01.696 initted freemap. size: 64 freemap_route_ipv6, DEBG unit
54132026-08-25T01:06:04.169Zadding route 172.17.0.17/32 -> 10.0.0.255:
54142026-08-25T01:06:04.169Z freemap_route_ipv4INFO
54152026-08-25T01:06:04.169Zadding route 172.17.0.17/32 -> 10.0.0.255Aug 25 01:06:01.696
54162026-08-25T01:06:04.169Zcreated new freemap , INFOunit :Aug 25 01:06:01.696 Aug 25 01:06:01.696freemap_route_ipv6 DEBG
54172026-08-25T01:06:04.169Zadding route 172.17.0.1/32 -> 10.0.0.255
54182026-08-25T01:06:04.169Zreplacing 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 } }]
54192026-08-25T01:06:04.169ZDEBGAug 25 01:06:01.696 Aug 25 01:06:01.696replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696
54202026-08-25T01:06:04.170Z DEBG DEBGinitted freemap. size: 64INFOAug 25 01:06:01.696, unitDEBG: Aug 25 01:06:01.696initted freemap. size: 64adding route 172.17.0.18/32 -> 10.0.0.255
54212026-08-25T01:06:04.170ZAug 25 01:06:01.696INFOfreemap_route_ipv4reset freemap adding route 172.17.0.18/32 -> 10.0.0.255
54222026-08-25T01:06:04.170Z,
54232026-08-25T01:06:04.170ZunitAug 25 01:06:01.696 :DEBGDEBG freemap_route_ipv4
54242026-08-25T01:06:04.170Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54252026-08-25T01:06:04.171ZAug 25 01:06:01.696
54262026-08-25T01:06:04.172ZAug 25 01:06:01.696 , DEBGAug 25 01:06:01.696DEBG unit replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696Aug 25 01:06:01.696
54272026-08-25T01:06:04.172Z INFOreset freemapINFO, unit DEBG: adding route 172.17.0.19/32 -> 10.0.0.255 :Aug 25 01:06:01.696freemap_route_ipv4reset freemap
54282026-08-25T01:06:04.172Z
54292026-08-25T01:06:04.172Z , INFOfreemap_route_ipv4unit
54302026-08-25T01:06:04.172Z:adding route 172.17.0.2/32 -> 10.0.0.255
54312026-08-25T01:06:04.172ZAug 25 01:06:01.696Aug 25 01:06:01.696freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255
54322026-08-25T01:06:04.172ZAug 25 01:06:01.696
54332026-08-25T01:06:04.172ZDEBG Aug 25 01:06:01.696initted freemap. size: 64Aug 25 01:06:01.696 , DEBGunit: 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 } }]DEBGfreemap_route_ipv6
54342026-08-25T01:06:04.172ZAug 25 01:06:01.696
54352026-08-25T01:06:04.172Z DEBGDEBG initted freemap. size: 64 Aug 25 01:06:01.696Aug 25 01:06:01.696, initted freemap. size: 64replacing 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 } }]
54362026-08-25T01:06:04.172ZDEBG DEBG , reset freemap unitINFO , adding route 172.17.0.20/32 -> 10.0.0.255unit
54372026-08-25T01:06:04.172Z:Aug 25 01:06:01.696replacing 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 } }]
54382026-08-25T01:06:04.172Z freemap_route_ipv6INFO:
54392026-08-25T01:06:04.172Zunit : Aug 25 01:06:01.696freemap_route_ipv6Aug 25 01:06:01.696 freemap_route_ipv6 adding route 172.17.0.20/32 -> 10.0.0.255
54402026-08-25T01:06:04.172ZINFO
54412026-08-25T01:06:04.172Z adding route 172.16.0.0/32 -> 10.0.0.1
54422026-08-25T01:06:04.172ZDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696
54432026-08-25T01:06:04.172Z DEBG
54442026-08-25T01:06:04.172Z reset freemapDEBG, unit :replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696 Aug 25 01:06:01.696
54452026-08-25T01:06:04.172ZAug 25 01:06:01.696DEBG freemap_route_ipv6reset freemap , INFODEBG
54462026-08-25T01:06:04.172Z 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 } }]Aug 25 01:06:01.696
54472026-08-25T01:06:04.172Zadding route 172.17.0.21/32 -> 10.0.0.255 unit
54482026-08-25T01:06:04.172Z: INFOINFO Aug 25 01:06:01.696adding route 172.17.0.3/32 -> 10.0.0.255 INFOfreemap_route_ipv6
54492026-08-25T01:06:04.174Z adding route 172.17.0.21/32 -> 10.0.0.255
54502026-08-25T01:06:04.174Zadding route 172.16.0.0/32 -> 10.0.0.1
54512026-08-25T01:06:04.174Z
54522026-08-25T01:06:04.174ZAug 25 01:06:01.696Aug 25 01:06:01.696Aug 25 01:06:01.696 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:01.696
54532026-08-25T01:06:04.174ZINFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 01:06:01.696replacing 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 } }]
54542026-08-25T01:06:04.174Z
54552026-08-25T01:06:04.174Z
54562026-08-25T01:06:04.174ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:06:01.696
54572026-08-25T01:06:04.174Z Aug 25 01:06:01.696Aug 25 01:06:01.696INFO Aug 25 01:06:01.696 INFOINFO Aug 25 01:06:01.696DEBG adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:06:01.696replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
54582026-08-25T01:06:04.174Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
54592026-08-25T01:06:04.174Z
54602026-08-25T01:06:04.174Z 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 } }]
54612026-08-25T01:06:04.174Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:06:01.696
54622026-08-25T01:06:04.174Z Aug 25 01:06:01.696
54632026-08-25T01:06:04.174Z DEBGAug 25 01:06:01.696 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 } }]
54642026-08-25T01:06:04.174ZAug 25 01:06:01.696 DEBGINFO Aug 25 01:06:01.696replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
54652026-08-25T01:06:04.174Z
54662026-08-25T01:06:04.174ZINFOAug 25 01:06:01.696adding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.23/32 -> 10.0.0.255
54672026-08-25T01:06:04.174Z
54682026-08-25T01:06:04.174ZAug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696INFO DEBGINFO Aug 25 01:06:01.696 Aug 25 01:06:01.696 DEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54692026-08-25T01:06:04.174Z
54702026-08-25T01:06:04.174Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54712026-08-25T01:06:04.174Z
54722026-08-25T01:06:04.174Zadding route 172.17.0.4/32 -> 10.0.0.255
54732026-08-25T01:06:04.174ZAug 25 01:06:01.696 Aug 25 01:06:01.696
54742026-08-25T01:06:04.174Z INFOINFOAug 25 01:06:01.696 Aug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:3
54752026-08-25T01:06:04.175Z DEBG
54762026-08-25T01:06:04.175ZDEBG 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.3, vlan_id: None } }]DEBG
54772026-08-25T01:06:04.175Z adding route 172.17.0.24/32 -> 10.0.0.255
54782026-08-25T01:06:04.175ZAug 25 01:06:01.696Aug 25 01:06:01.696 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 } }]DEBGAug 25 01:06:01.696 DEBG
54792026-08-25T01:06:04.175Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
54802026-08-25T01:06:04.175Z
54812026-08-25T01:06:04.175ZAug 25 01:06:01.696
54822026-08-25T01:06:04.175Z 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 } }]
54832026-08-25T01:06:04.175Z Aug 25 01:06:01.696INFO Aug 25 01:06:01.696INFO Aug 25 01:06:01.696adding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255INFOINFO
54842026-08-25T01:06:04.175ZAug 25 01:06:01.696
54852026-08-25T01:06:04.175Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
54862026-08-25T01:06:04.175Z
54872026-08-25T01:06:04.175Z
54882026-08-25T01:06:04.175ZAug 25 01:06:01.696Aug 25 01:06:01.696 Aug 25 01:06:01.696DEBG DEBG DEBGAug 25 01:06:01.696replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54892026-08-25T01:06:04.175Z
54902026-08-25T01:06:04.175ZDEBGAug 25 01:06:01.696replacing 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 } }]
54912026-08-25T01:06:04.175Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Aug 25 01:06:01.696replacing 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 } }]
54922026-08-25T01:06:04.175Z
54932026-08-25T01:06:04.175Z Aug 25 01:06:01.696INFO Aug 25 01:06:01.696 Aug 25 01:06:01.697adding route 172.17.0.6/32 -> 10.0.0.255 DEBGINFOINFO
54942026-08-25T01:06:04.175Z adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255
54952026-08-25T01:06:04.175Zreplacing targets for 3fff:dead::/64 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 } }]
54962026-08-25T01:06:04.175Z
54972026-08-25T01:06:04.175ZAug 25 01:06:01.697 DEBGAug 25 01:06:01.697Aug 25 01:06:01.661
54982026-08-25T01:06:04.175Z 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 } }]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 } }]
54992026-08-25T01:06:04.175Z
55002026-08-25T01:06:04.175ZAug 25 01:06:01.697 DEBGDEBG created new freemapreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:06:01.697unit
55012026-08-25T01:06:04.175Z: INFOfreemap_route_ipv4Aug 25 01:06:01.697
55022026-08-25T01:06:04.175Z INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:06:01.697
55032026-08-25T01:06:04.175Z INFO
55042026-08-25T01:06:04.209Zadding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:06:01.697
55052026-08-25T01:06:04.209ZAug 25 01:06:01.697 DEBGDEBG created new freemapreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 25 01:06:01.697
55062026-08-25T01:06:04.209Zunit :Aug 25 01:06:01.697DEBG 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 } }]
55072026-08-25T01:06:04.209Zfreemap_route_ipv6Aug 25 01:06:01.697DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55082026-08-25T01:06:04.209ZAug 25 01:06:01.697
55092026-08-25T01:06:04.209Zadding route 172.17.0.28/32 -> 10.0.0.255 INFO
55102026-08-25T01:06:04.209Z adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 01:06:01.697
55112026-08-25T01:06:04.209Z Aug 25 01:06:01.697DEBG INFOinitted freemap. size: 64Aug 25 01:06:01.697Aug 25 01:06:01.697 DEBGDEBGadding route 172.17.0.8/32 -> 10.0.0.255
55122026-08-25T01:06:04.209Z , 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.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 } }]
55132026-08-25T01:06:04.209Z
55142026-08-25T01:06:04.209Zunit:Aug 25 01:06:01.697 freemap_route_ipv4DEBG
55152026-08-25T01:06:04.209Z Aug 25 01:06:01.697replacing 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 } }]
55162026-08-25T01:06:04.209Z INFO Aug 25 01:06:01.697Aug 25 01:06:01.697adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 01:06:01.697
55172026-08-25T01:06:04.210Z DEBG created new freemapAug 25 01:06:01.697, unitDEBG: Aug 25 01:06:01.697replacing 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 } }]
55182026-08-25T01:06:04.210ZINFO adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv4
55192026-08-25T01:06:04.210Z
55202026-08-25T01:06:04.210Z Aug 25 01:06:02.342INFOAug 25 01:06:02.342 adding route 172.17.0.43/32 -> 10.0.0.255INFOAug 25 01:06:02.342Aug 25 01:06:02.342 DEBGadding route 172.17.0.9/32 -> 10.0.0.255
55212026-08-25T01:06:04.210Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.342
55222026-08-25T01:06:04.210ZDEBG created new freemap
55232026-08-25T01:06:04.210ZDEBGINFO , replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.342unit :
55242026-08-25T01:06:04.210ZINFO Aug 25 01:06:02.342freemap_route_ipv6
55252026-08-25T01:06:04.210Zadding route 172.17.0.26/32 -> 10.0.0.255
55262026-08-25T01:06:04.210ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.342
55272026-08-25T01:06:04.210ZAug 25 01:06:02.342Aug 25 01:06:02.342 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 DEBGinitted freemap. size: 64DEBG
55282026-08-25T01:06:04.210Z, 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 } }]unitAug 25 01:06:02.342
55292026-08-25T01:06:04.210Z: Aug 25 01:06:02.342replacing 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_ipv4
55302026-08-25T01:06:04.210Z INFO
55312026-08-25T01:06:04.210Z DEBGAug 25 01:06:02.342adding route 172.17.0.44/32 -> 10.0.0.255 Aug 25 01:06:02.342replacing 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 } }]
55322026-08-25T01:06:04.210Z DEBG
55332026-08-25T01:06:04.210Z INFOreset freemap Aug 25 01:06:02.342Aug 25 01:06:02.342, INFO unitINFOadding route 172.17.0.27/32 -> 10.0.0.255: adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4
55342026-08-25T01:06:04.211Z
55352026-08-25T01:06:04.211Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 01:06:02.342
55362026-08-25T01:06:04.211Z Aug 25 01:06:02.342Aug 25 01:06:02.342
55372026-08-25T01:06:04.211ZDEBGINFOAug 25 01:06:02.342 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.342Aug 25 01:06:02.342
55382026-08-25T01:06:04.211Z DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
55392026-08-25T01:06:04.211ZDEBG, adding route 172.17.0.30/32 -> 10.0.0.255DEBG Aug 25 01:06:02.342replacing 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 } }] unitAug 25 01:06:02.342
55402026-08-25T01:06:04.211ZINFOreplacing 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 } }]
55412026-08-25T01:06:04.211Z:adding route 172.17.0.28/32 -> 10.0.0.255INFO
55422026-08-25T01:06:04.211Z
55432026-08-25T01:06:04.211Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 25 01:06:02.342Aug 25 01:06:02.342
55442026-08-25T01:06:04.211ZINFO Aug 25 01:06:02.342 DEBGfreemap_route_ipv6INFOadding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 01:06:02.342replacing 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
55452026-08-25T01:06:04.211Z
55462026-08-25T01:06:04.211Z 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 } }]
55472026-08-25T01:06:04.211Zadding route 172.17.0.45/32 -> 10.0.0.255
55482026-08-25T01:06:04.211ZAug 25 01:06:02.342Aug 25 01:06:02.342
55492026-08-25T01:06:04.211Z Aug 25 01:06:02.342 DEBGINFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 reset freemap
55502026-08-25T01:06:04.211Z
55512026-08-25T01:06:04.211ZAug 25 01:06:02.342Aug 25 01:06:02.343Aug 25 01:06:02.342, unit DEBGAug 25 01:06:02.343 : 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 } }]
55522026-08-25T01:06:04.211Zfreemap_route_ipv6DEBGreplacing 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
55532026-08-25T01:06:04.211Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.343
55542026-08-25T01:06:04.211ZAug 25 01:06:02.343
55552026-08-25T01:06:04.211Z INFODEBGAug 25 01:06:02.343 Aug 25 01:06:02.343adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55562026-08-25T01:06:04.211Z 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 } }]
55572026-08-25T01:06:04.211Z INFO
55582026-08-25T01:06:04.211Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 01:06:02.343adding route 172.17.0.30/32 -> 10.0.0.255
55592026-08-25T01:06:04.211ZDEBGAug 25 01:06:02.343Aug 25 01:06:02.343
55602026-08-25T01:06:04.211ZAug 25 01:06:02.343 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.343INFOAug 25 01:06:02.343 INFODEBG
55612026-08-25T01:06:04.212Z DEBGadding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.12/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 } }]
55622026-08-25T01:06:04.212Zreplacing 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 } }]
55632026-08-25T01:06:04.212Z
55642026-08-25T01:06:04.212ZAug 25 01:06:02.343
55652026-08-25T01:06:04.212Z INFOINFOAug 25 01:06:02.343 Aug 25 01:06:02.343 INFOAug 25 01:06:02.343adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255DEBG
55662026-08-25T01:06:04.212Z INFO
55672026-08-25T01:06:04.212Z 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.16.0.0/32 -> 10.0.0.2Aug 25 01:06:02.343
55682026-08-25T01:06:04.212Z
55692026-08-25T01:06:04.212Zadding route 172.17.0.31/32 -> 10.0.0.255Aug 25 01:06:02.343DEBG
55702026-08-25T01:06:04.212Z 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 } }]
55712026-08-25T01:06:04.212Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
55722026-08-25T01:06:04.212Z DEBGAug 25 01:06:02.343 Aug 25 01:06:02.343 Aug 25 01:06:02.343 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55732026-08-25T01:06:04.212Z Aug 25 01:06:02.343replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.343 INFO
55742026-08-25T01:06:04.212Z INFOAug 25 01:06:02.343adding route 172.17.0.48/32 -> 10.0.0.255DEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255
55752026-08-25T01:06:04.212ZAug 25 01:06:02.343 INFO
55762026-08-25T01:06:04.212Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.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 } }]Aug 25 01:06:02.343
55772026-08-25T01:06:04.212ZINFO
55782026-08-25T01:06:04.212Ztest route::tests::shrink_preserves_compacted_order ... ok
55792026-08-25T01:06:04.212ZAug 25 01:06:02.343 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.343
55802026-08-25T01:06:04.212Z Aug 25 01:06:02.343INFO Aug 25 01:06:02.509adding route 172.16.0.0/32 -> 10.0.0.3
55812026-08-25T01:06:04.213ZINFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255
55822026-08-25T01:06:04.213Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509
55832026-08-25T01:06:04.213Z 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 } }]DEBGAug 25 01:06:02.509
55842026-08-25T01:06:04.213Z reset freemapDEBG , unit:Aug 25 01:06:02.509 freemap_route_ipv4INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55852026-08-25T01:06:04.213Z
55862026-08-25T01:06:04.213Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:06:02.509
55872026-08-25T01:06:04.213ZINFO Aug 25 01:06:02.509 INFOadding route 172.17.0.14/32 -> 10.0.0.255
55882026-08-25T01:06:04.213ZAug 25 01:06:02.509Aug 25 01:06:02.509 DEBGDEBG initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }],
55892026-08-25T01:06:04.213Zunit
55902026-08-25T01:06:04.213Z: Aug 25 01:06:02.509freemap_route_ipv6 Aug 25 01:06:02.509DEBG
55912026-08-25T01:06:04.213Z Aug 25 01:06:02.509 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 } }]
55922026-08-25T01:06:04.213ZDEBGINFO Aug 25 01:06:02.509 adding route 172.17.0.51/32 -> 10.0.0.255
55932026-08-25T01:06:04.213ZDEBG 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 } }, 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 } }],
55942026-08-25T01:06:04.213ZunitAug 25 01:06:02.509:Aug 25 01:06:02.509 DEBG INFO freemap_route_ipv6replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55952026-08-25T01:06:04.213Z
55962026-08-25T01:06:04.213Z adding route 172.17.0.15/32 -> 10.0.0.255
55972026-08-25T01:06:04.213ZAug 25 01:06:02.509Aug 25 01:06:02.509 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 01:06:02.509
55982026-08-25T01:06:04.213ZAug 25 01:06:02.509
55992026-08-25T01:06:04.213Z DEBGAug 25 01:06:02.509DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56002026-08-25T01:06:04.213Z
56012026-08-25T01:06:04.213Z
56022026-08-25T01:06:04.213ZAug 25 01:06:02.509Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGINFO 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 } }]
56032026-08-25T01:06:04.213Zadding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
56042026-08-25T01:06:04.230Z
56052026-08-25T01:06:04.230ZAug 25 01:06:02.509Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509 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 } }] DEBGINFOadding route 172.17.0.7/32 -> 10.0.0.255
56062026-08-25T01:06:04.230Z
56072026-08-25T01:06:04.231Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.53/32 -> 10.0.0.255
56082026-08-25T01:06:04.231Z
56092026-08-25T01:06:04.231ZAug 25 01:06:02.509 INFO adding route 172.17.0.17/32 -> 10.0.0.255
56102026-08-25T01:06:04.231ZAug 25 01:06:02.509 DEBGAug 25 01:06:02.509Aug 25 01:06:02.509 INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56112026-08-25T01:06:04.231ZAug 25 01:06:02.509 adding route 172.16.0.0/32 -> 10.0.0.3DEBG DEBG
56122026-08-25T01:06:04.231Z 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 } }]
56132026-08-25T01:06:04.231Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509
56142026-08-25T01:06:04.231ZINFOAug 25 01:06:02.509 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
56152026-08-25T01:06:04.231Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 01:06:02.509Aug 25 01:06:02.509
56162026-08-25T01:06:04.231ZINFOAug 25 01:06:02.509INFO adding route 172.17.0.54/32 -> 10.0.0.255 DEBGadding route 172.17.0.18/32 -> 10.0.0.255
56172026-08-25T01:06:04.231Z
56182026-08-25T01:06:04.231Zreplacing 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 } }]
56192026-08-25T01:06:04.231ZAug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
56202026-08-25T01:06:04.231Z
56212026-08-25T01:06:04.231ZAug 25 01:06:02.509 Aug 25 01:06:02.509Aug 25 01:06:02.509 Aug 25 01:06:02.509DEBG INFODEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.19/32 -> 10.0.0.255
56222026-08-25T01:06:04.231Z
56232026-08-25T01:06:04.231Z INFO
56242026-08-25T01:06:04.231Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56252026-08-25T01:06:04.233Z replacing targets for 172.16.0.0/32 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 } }]
56262026-08-25T01:06:04.233Z
56272026-08-25T01:06:04.233ZAug 25 01:06:02.509Aug 25 01:06:02.509 INFOAug 25 01:06:02.509INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255DEBG
56282026-08-25T01:06:04.233Z
56292026-08-25T01:06:04.233Zreplacing 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 } }]
56302026-08-25T01:06:04.233ZAug 25 01:06:02.509 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 } }]
56312026-08-25T01:06:04.233ZAug 25 01:06:02.509Aug 25 01:06:02.509 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
56322026-08-25T01:06:04.233Z
56332026-08-25T01:06:04.233Z
56342026-08-25T01:06:04.233ZAug 25 01:06:02.509Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGINFO INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
56352026-08-25T01:06:04.233Z
56362026-08-25T01:06:04.233ZAug 25 01:06:02.509 adding route 172.17.0.56/32 -> 10.0.0.255
56372026-08-25T01:06:04.233Z INFOAug 25 01:06:02.509Aug 25 01:06:02.509 INFO adding route 172.17.0.32/32 -> 10.0.0.255 DEBG
56382026-08-25T01:06:04.233Zadding route 172.17.0.22/32 -> 10.0.0.255 Aug 25 01:06:02.509replacing 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 } }]
56392026-08-25T01:06:04.233Z
56402026-08-25T01:06:04.233ZDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509
56412026-08-25T01:06:04.233Z Aug 25 01:06:02.509Aug 25 01:06:02.509DEBG INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56422026-08-25T01:06:04.233ZAug 25 01:06:02.509 adding route 172.17.0.11/32 -> 10.0.0.255 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 } }]
56432026-08-25T01:06:04.233Z
56442026-08-25T01:06:04.233ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
56452026-08-25T01:06:04.233ZAug 25 01:06:02.509 Aug 25 01:06:02.509Aug 25 01:06:02.509 INFOAug 25 01:06:02.509DEBG DEBGadding route 172.17.0.33/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 } }]
56462026-08-25T01:06:04.233Z
56472026-08-25T01:06:04.233ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
56482026-08-25T01:06:04.233Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509
56492026-08-25T01:06:04.233Z INFO adding route 172.17.0.12/32 -> 10.0.0.255
56502026-08-25T01:06:04.233ZAug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBGAug 25 01:06:02.509 adding route 172.17.0.58/32 -> 10.0.0.255DEBGAug 25 01:06:02.509
56512026-08-25T01:06:04.234Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
56522026-08-25T01:06:04.234Z
56532026-08-25T01:06:04.234ZDEBG Aug 25 01:06:02.509replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:06:02.509DEBG
56542026-08-25T01:06:04.234ZAug 25 01:06:02.509INFO 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.13/32 -> 10.0.0.255Aug 25 01:06:02.509
56552026-08-25T01:06:04.234Z INFO
56562026-08-25T01:06:04.234ZINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
56572026-08-25T01:06:04.234ZAug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBG
56582026-08-25T01:06:04.234Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 01:06:02.509
56592026-08-25T01:06:04.234Z
56602026-08-25T01:06:04.234Z Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509Aug 25 01:06:02.509 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 } }]INFODEBG DEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56612026-08-25T01:06:04.234Z
56622026-08-25T01:06:04.234Zreplacing 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 } }]
56632026-08-25T01:06:04.234Z
56642026-08-25T01:06:04.234ZAug 25 01:06:02.509Aug 25 01:06:02.509 INFODEBGAug 25 01:06:02.509 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
56652026-08-25T01:06:04.234Z
56662026-08-25T01:06:04.234Z INFOAug 25 01:06:02.509 Aug 25 01:06:02.509Aug 25 01:06:02.509 DEBGadding route 172.17.0.60/32 -> 10.0.0.255INFOINFO 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.15/32 -> 10.0.0.255
56672026-08-25T01:06:04.234Z
56682026-08-25T01:06:04.234Z
56692026-08-25T01:06:04.234Ztest route::tests::add_target_fails_full ... ok
56702026-08-25T01:06:04.234Z adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 01:06:02.509Aug 25 01:06:02.509 Aug 25 01:06:02.509INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56712026-08-25T01:06:04.234Z
56722026-08-25T01:06:04.234Z
56732026-08-25T01:06:04.234ZDEBGDEBG 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.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.509Aug 25 01:06:02.509
56742026-08-25T01:06:04.234Z
56752026-08-25T01:06:04.234ZDEBG INFOAug 25 01:06:02.509 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 } }]DEBGAug 25 01:06:02.509adding route 172.17.0.16/32 -> 10.0.0.255
56762026-08-25T01:06:04.234Z INFO
56772026-08-25T01:06:04.234ZAug 25 01:06:02.509adding route 172.17.0.61/32 -> 10.0.0.255
56782026-08-25T01:06:04.234Zreplacing 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 } }]INFOAug 25 01:06:02.509 DEBGAug 25 01:06:02.509adding route 172.17.0.33/32 -> 10.0.0.255
56792026-08-25T01:06:04.234Z DEBG
56802026-08-25T01:06:04.234Z 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 } }]
56812026-08-25T01:06:04.234Zreplacing 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 } }]
56822026-08-25T01:06:04.234ZAug 25 01:06:02.509 INFOAug 25 01:06:02.509 Aug 25 01:06:02.509adding route 172.17.0.26/32 -> 10.0.0.255INFOAug 25 01:06:02.509 DEBGINFOadding route 172.17.0.37/32 -> 10.0.0.255 Aug 25 01:06:02.509replacing 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 } }]
56832026-08-25T01:06:04.234ZINFO
56842026-08-25T01:06:04.235Zadding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
56852026-08-25T01:06:04.235Z
56862026-08-25T01:06:04.235Z
56872026-08-25T01:06:04.235ZAug 25 01:06:02.509 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 01:06:02.509
56882026-08-25T01:06:04.235Z Aug 25 01:06:02.509DEBGAug 25 01:06:02.509Aug 25 01:06:02.509 DEBGAug 25 01:06:02.509 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 } }]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 } }]
56892026-08-25T01:06:04.235Z DEBG Aug 25 01:06:02.570replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.35/32 -> 10.0.0.255
56902026-08-25T01:06:04.235Z
56912026-08-25T01:06:04.235Z Aug 25 01:06:02.570 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
56922026-08-25T01:06:04.235Z
56932026-08-25T01:06:04.235Z 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 } }]
56942026-08-25T01:06:04.235ZAug 25 01:06:02.570 Aug 25 01:06:02.570INFO INFO Aug 25 01:06:02.570 adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
56952026-08-25T01:06:04.235Z
56962026-08-25T01:06:04.235ZINFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:06:02.570Aug 25 01:06:02.570 DEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56972026-08-25T01:06:04.235Z
56982026-08-25T01:06:04.235ZAug 25 01:06:02.570Aug 25 01:06:02.570 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56992026-08-25T01:06:04.235Z 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 } }] Aug 25 01:06:02.570failed to allocate space for the new target list
57002026-08-25T01:06:04.235Z
57012026-08-25T01:06:04.235Z INFO Aug 25 01:06:02.570adding route 172.17.0.18/32 -> 10.0.0.255 Aug 25 01:06:02.570
57022026-08-25T01:06:04.235Z INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 Aug 25 01:06:02.570adding route 172.17.0.37/32 -> 10.0.0.255
57032026-08-25T01:06:04.235ZDEBGreplacing 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 } }]
57042026-08-25T01:06:04.265Z 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 } }]
57052026-08-25T01:06:04.265Z
57062026-08-25T01:06:04.265ZAug 25 01:06:02.570 DEBG Aug 25 01:06:02.570replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:06:02.570
57072026-08-25T01:06:04.265ZAug 25 01:06:02.570 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 } }]
57082026-08-25T01:06:04.265Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 25 01:06:02.570Aug 25 01:06:02.570
57092026-08-25T01:06:04.265ZDEBGadding route 172.17.0.19/32 -> 10.0.0.255
57102026-08-25T01:06:04.265ZINFO failed to allocate space for the new target listadding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:06:02.570
57112026-08-25T01:06:04.265Z Aug 25 01:06:02.570INFO adding route 172.17.0.38/32 -> 10.0.0.255
57122026-08-25T01:06:04.265Z
57132026-08-25T01:06:04.265ZAug 25 01:06:02.570Aug 25 01:06:02.570DEBG INFODEBG 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 } }]
57142026-08-25T01:06:04.265Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570
57152026-08-25T01:06:04.265Zadding route 172.17.0.29/32 -> 10.0.0.255DEBG
57162026-08-25T01:06:04.265Z Aug 25 01:06:02.570replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570 INFOAug 25 01:06:02.570
57172026-08-25T01:06:04.265Z adding route 172.17.0.20/32 -> 10.0.0.255INFO DEBG
57182026-08-25T01:06:04.265Z adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570
57192026-08-25T01:06:04.265Z
57202026-08-25T01:06:04.265Z Aug 25 01:06:02.570INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:06:02.570Aug 25 01:06:02.570 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
57212026-08-25T01:06:04.265Z
57222026-08-25T01:06:04.265Z 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 } }]
57232026-08-25T01:06:04.266Zadding route 172.17.0.30/32 -> 10.0.0.255
57242026-08-25T01:06:04.266ZAug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570DEBGINFO Aug 25 01:06:02.570 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 } }] DEBG adding route 172.17.0.40/32 -> 10.0.0.255
57252026-08-25T01:06:04.266Zadding route 172.17.0.21/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 } }]
57262026-08-25T01:06:04.266Z
57272026-08-25T01:06:04.266Z
57282026-08-25T01:06:04.266ZAug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570DEBG 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.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 } }]
57292026-08-25T01:06:04.266ZINFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
57302026-08-25T01:06:04.266Z
57312026-08-25T01:06:04.266Z
57322026-08-25T01:06:04.266ZAug 25 01:06:02.570 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:06:02.570
57332026-08-25T01:06:04.268ZAug 25 01:06:02.570 INFO Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570 DEBG 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 } }]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 } }]
57342026-08-25T01:06:04.268Z adding route 172.17.0.22/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 } }]
57352026-08-25T01:06:04.268Z
57362026-08-25T01:06:04.268Z
57372026-08-25T01:06:04.269ZAug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 INFOINFOAug 25 01:06:02.570 adding route 172.17.0.41/32 -> 10.0.0.255
57382026-08-25T01:06:04.269ZINFODEBG 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 01:06:02.570
57392026-08-25T01:06:04.269Z
57402026-08-25T01:06:04.269ZDEBG 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 } }]
57412026-08-25T01:06:04.269Z
57422026-08-25T01:06:04.269ZAug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570 DEBG DEBGINFO INFO adding route 172.17.0.23/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 } }]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 } }]
57432026-08-25T01:06:04.269Z
57442026-08-25T01:06:04.269Z
57452026-08-25T01:06:04.269Zadding route 172.17.0.42/32 -> 10.0.0.255
57462026-08-25T01:06:04.269ZAug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570INFO Aug 25 01:06:02.570adding route 172.17.0.43/32 -> 10.0.0.255 INFO DEBG
57472026-08-25T01:06:04.269Z DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
57482026-08-25T01:06:04.269Z 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 } }]
57492026-08-25T01:06:04.269Z
57502026-08-25T01:06:04.269ZAug 25 01:06:02.570 Aug 25 01:06:02.570DEBG Aug 25 01:06:02.570 Aug 25 01:06:02.570INFO 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 } }] adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
57512026-08-25T01:06:04.269ZDEBG
57522026-08-25T01:06:04.269Z
57532026-08-25T01:06:04.269Zreplacing 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 } }]
57542026-08-25T01:06:04.269ZAug 25 01:06:02.570 Aug 25 01:06:02.570Aug 25 01:06:02.570INFO DEBGAug 25 01:06:02.570 INFODEBGadding route 172.17.0.44/32 -> 10.0.0.255
57552026-08-25T01:06:04.269Zreplacing 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.34/32 -> 10.0.0.255
57562026-08-25T01:06:04.270Zreplacing 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 } }]
57572026-08-25T01:06:04.270Z
57582026-08-25T01:06:04.270ZAug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570Aug 25 01:06:02.570 DEBG INFODEBG adding route 172.17.0.25/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 } }]
57592026-08-25T01:06:04.270ZINFOreplacing 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 } }]
57602026-08-25T01:06:04.270Zadding route 172.17.0.44/32 -> 10.0.0.255
57612026-08-25T01:06:04.270Z
57622026-08-25T01:06:04.270ZAug 25 01:06:02.570 DEBGAug 25 01:06:02.570 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570
57632026-08-25T01:06:04.270Ztest route::tests::delete_targets_fragmented ... ok
57642026-08-25T01:06:04.270Z Aug 25 01:06:02.570 INFOINFODEBG Aug 25 01:06:02.570adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
57652026-08-25T01:06:04.270Ztest route::tests::delete_target_full ... ok
57662026-08-25T01:06:04.270Z
57672026-08-25T01:06:04.270Z INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57682026-08-25T01:06:04.270Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 25 01:06:02.570
57692026-08-25T01:06:04.270ZAug 25 01:06:02.570 DEBGDEBG Aug 25 01:06:02.570replacing 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.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 } }]
57702026-08-25T01:06:04.270ZINFO
57712026-08-25T01:06:04.270ZAug 25 01:06:02.570 DEBGadding route 172.17.0.45/32 -> 10.0.0.255
57722026-08-25T01:06:04.270ZAug 25 01:06:02.570replacing 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 } }]
57732026-08-25T01:06:04.270ZAug 25 01:06:02.570INFO INFOAug 25 01:06:02.570adding route 172.17.0.46/32 -> 10.0.0.255 Aug 25 01:06:02.570 DEBGadding route 172.17.0.36/32 -> 10.0.0.255
57742026-08-25T01:06:04.270Z
57752026-08-25T01:06:04.270ZINFOreplacing 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 } }]
57762026-08-25T01:06:04.270ZAug 25 01:06:02.570adding route 172.17.0.27/32 -> 10.0.0.255
57772026-08-25T01:06:04.270ZDEBGAug 25 01:06:02.570 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
57782026-08-25T01:06:04.270Z Aug 25 01:06:02.570Aug 25 01:06:02.570 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 } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570INFO
57792026-08-25T01:06:04.270Z INFO
57802026-08-25T01:06:04.270Z adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 01:06:02.570
57812026-08-25T01:06:04.270Z
57822026-08-25T01:06:04.270Z INFOAug 25 01:06:02.570 adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:06:02.570Aug 25 01:06:02.570
57832026-08-25T01:06:04.270Z DEBGDEBG INFO 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.28/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 } }]
57842026-08-25T01:06:04.270Z
57852026-08-25T01:06:04.270Z
57862026-08-25T01:06:04.270ZAug 25 01:06:02.570 DEBGAug 25 01:06:02.570 Aug 25 01:06:02.570 Aug 25 01:06:02.570INFOINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255DEBG
57872026-08-25T01:06:04.270Z
57882026-08-25T01:06:04.271Zadding route 172.17.0.47/32 -> 10.0.0.255
57892026-08-25T01:06:04.271Zreplacing 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 } }]
57902026-08-25T01:06:04.271ZAug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570 DEBGAug 25 01:06:02.570 INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57912026-08-25T01:06:04.271Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
57922026-08-25T01:06:04.271Z adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 01:06:02.570
57932026-08-25T01:06:04.271Z
57942026-08-25T01:06:04.271ZINFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:06:02.570
57952026-08-25T01:06:04.271ZAug 25 01:06:02.570 INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 01:06:02.570replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570
57962026-08-25T01:06:04.271Z
57972026-08-25T01:06:04.271ZDEBGDEBG 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 } }]
57982026-08-25T01:06:04.271Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570
57992026-08-25T01:06:04.271Z DEBGAug 25 01:06:02.570 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.570
58002026-08-25T01:06:04.271ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
58012026-08-25T01:06:04.271ZINFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:06:02.570
58022026-08-25T01:06:04.271Z INFO Aug 25 01:06:02.570Aug 25 01:06:02.570adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:06:02.570
58032026-08-25T01:06:04.271Z 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 } }] INFO
58042026-08-25T01:06:04.286Z 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.39/32 -> 10.0.0.255Aug 25 01:06:02.570
58052026-08-25T01:06:04.286Z
58062026-08-25T01:06:04.286Z DEBG Aug 25 01:06:02.570Aug 25 01:06:02.570 Aug 25 01:06:02.570INFOreplacing 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.51/32 -> 10.0.0.255
58072026-08-25T01:06:04.286Z
58082026-08-25T01:06:04.286Z Aug 25 01:06:02.622INFO INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
58092026-08-25T01:06:04.286Z
58102026-08-25T01:06:04.287ZAug 25 01:06:02.622Aug 25 01:06:02.622 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 } }]
58112026-08-25T01:06:04.287Z
58122026-08-25T01:06:04.287ZAug 25 01:06:02.622 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 } }]
58132026-08-25T01:06:04.287ZAug 25 01:06:02.622 INFO adding route 172.17.0.52/32 -> 10.0.0.255
58142026-08-25T01:06:04.287ZAug 25 01:06:02.622Aug 25 01:06:02.622 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:06:02.622
58152026-08-25T01:06:04.287Zadding route 172.17.0.51/32 -> 10.0.0.255 DEBG
58162026-08-25T01:06:04.287Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622
58172026-08-25T01:06:04.287Z 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 } }]
58182026-08-25T01:06:04.287ZAug 25 01:06:02.622 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 25 01:06:02.622
58192026-08-25T01:06:04.287Z Aug 25 01:06:02.622DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58202026-08-25T01:06:04.287Z Aug 25 01:06:02.622adding route 172.17.0.33/32 -> 10.0.0.255
58212026-08-25T01:06:04.290ZDEBG 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 } }]
58222026-08-25T01:06:04.290ZAug 25 01:06:02.622 INFO Aug 25 01:06:02.622adding route 172.17.0.52/32 -> 10.0.0.255
58232026-08-25T01:06:04.290ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
58242026-08-25T01:06:04.290ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGDEBG Aug 25 01:06:02.622replacing 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.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 } }]
58252026-08-25T01:06:04.290Z
58262026-08-25T01:06:04.290Z 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 } }]
58272026-08-25T01:06:04.290ZAug 25 01:06:02.622 INFOAug 25 01:06:02.622 adding route 172.17.0.53/32 -> 10.0.0.255INFO
58282026-08-25T01:06:04.290Z Aug 25 01:06:02.622adding route 172.17.0.55/32 -> 10.0.0.255
58292026-08-25T01:06:04.290ZINFODEBG Aug 25 01:06:02.622adding route 172.17.0.34/32 -> 10.0.0.255
58302026-08-25T01:06:04.290ZDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58312026-08-25T01:06:04.290ZAug 25 01:06:02.622
58322026-08-25T01:06:04.290Z Aug 25 01:06:02.622DEBG 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
58332026-08-25T01:06:04.290Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622
58342026-08-25T01:06:04.290Z INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 01:06:02.622
58352026-08-25T01:06:04.290Z Aug 25 01:06:02.622INFO Aug 25 01:06:02.622adding route 172.17.0.56/32 -> 10.0.0.255 INFOAug 25 01:06:02.622
58362026-08-25T01:06:04.290Z adding route 172.17.0.35/32 -> 10.0.0.255INFODEBG
58372026-08-25T01:06:04.290Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622adding route 172.17.0.40/32 -> 10.0.0.255
58382026-08-25T01:06:04.290ZDEBG
58392026-08-25T01:06:04.290Zreplacing 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 } }]
58402026-08-25T01:06:04.290ZAug 25 01:06:02.622 DEBGAug 25 01:06:02.622Aug 25 01:06:02.622 Aug 25 01:06:02.622 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 } }]
58412026-08-25T01:06:04.291Z adding route 172.17.0.57/32 -> 10.0.0.255DEBG
58422026-08-25T01:06:04.291ZINFO 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.55/32 -> 10.0.0.255
58432026-08-25T01:06:04.291Z
58442026-08-25T01:06:04.291ZAug 25 01:06:02.622 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:06:02.622Aug 25 01:06:02.622Aug 25 01:06:02.622
58452026-08-25T01:06:04.291Z DEBG DEBG Aug 25 01:06:02.622replacing 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 } }] INFOreplacing 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 } }]
58462026-08-25T01:06:04.291ZDEBG
58472026-08-25T01:06:04.291Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
58482026-08-25T01:06:04.291Z
58492026-08-25T01:06:04.291ZAug 25 01:06:02.622 Aug 25 01:06:02.622INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:06:02.622Aug 25 01:06:02.622
58502026-08-25T01:06:04.291Z INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG
58512026-08-25T01:06:04.291Z adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:06:02.622replacing 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 } }]
58522026-08-25T01:06:04.291Z
58532026-08-25T01:06:04.291Z Aug 25 01:06:02.622DEBG Aug 25 01:06:02.622Aug 25 01:06:02.622replacing 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
58542026-08-25T01:06:04.291Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO
58552026-08-25T01:06:04.294Z Aug 25 01:06:02.622replacing 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.42/32 -> 10.0.0.255
58562026-08-25T01:06:04.295Z
58572026-08-25T01:06:04.295Z Aug 25 01:06:02.622INFO Aug 25 01:06:02.622INFO Aug 25 01:06:02.622 adding route 172.17.0.59/32 -> 10.0.0.255INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
58582026-08-25T01:06:04.295Zreplacing 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 } }]
58592026-08-25T01:06:04.295Z
58602026-08-25T01:06:04.295Z
58612026-08-25T01:06:04.295ZAug 25 01:06:02.622 Aug 25 01:06:02.622Aug 25 01:06:02.622Aug 25 01:06:02.622 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 } }]INFO
58622026-08-25T01:06:04.295Z 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 } }] DEBGadding route 172.17.0.43/32 -> 10.0.0.255
58632026-08-25T01:06:04.295Z
58642026-08-25T01:06:04.295Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622
58652026-08-25T01:06:04.295ZAug 25 01:06:02.622 INFO Aug 25 01:06:02.622INFOadding route 172.17.0.60/32 -> 10.0.0.255 Aug 25 01:06:02.622 DEBG
58662026-08-25T01:06:04.295Z INFOadding route 172.17.0.39/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 } }]adding route 172.17.0.58/32 -> 10.0.0.255
58672026-08-25T01:06:04.295Z
58682026-08-25T01:06:04.295Z
58692026-08-25T01:06:04.295ZAug 25 01:06:02.622 DEBG Aug 25 01:06:02.622replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622
58702026-08-25T01:06:04.295Z Aug 25 01:06:02.622DEBG DEBG INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58712026-08-25T01:06:04.295Zadding route 172.17.0.44/32 -> 10.0.0.255
58722026-08-25T01:06:04.295Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.622
58732026-08-25T01:06:04.295Z INFO adding route 172.17.0.61/32 -> 10.0.0.255Aug 25 01:06:02.622
58742026-08-25T01:06:04.295Z Aug 25 01:06:02.622Aug 25 01:06:02.622 INFODEBG adding route 172.17.0.40/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 } }]
58752026-08-25T01:06:04.296ZINFO
58762026-08-25T01:06:04.296Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 01:06:02.622
58772026-08-25T01:06:04.296Z DEBG Aug 25 01:06:02.622replacing 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 } }]
58782026-08-25T01:06:04.296ZAug 25 01:06:02.622Aug 25 01:06:02.622DEBG 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 } }]INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255Aug 25 01:06:02.622
58792026-08-25T01:06:04.296Z 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 } }]
58802026-08-25T01:06:04.296Z
58812026-08-25T01:06:04.296ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
58822026-08-25T01:06:04.296ZAug 25 01:06:02.622Aug 25 01:06:02.622Aug 25 01:06:02.622 INFOAug 25 01:06:02.622INFO DEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255 adding route 172.17.0.41/32 -> 10.0.0.255
58832026-08-25T01:06:04.296Z replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58842026-08-25T01:06:04.296Z
58852026-08-25T01:06:04.296Z
58862026-08-25T01:06:04.296ZAug 25 01:06:02.622 DEBG Aug 25 01:06:02.622Aug 25 01:06:02.622 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 } }]DEBGAug 25 01:06:02.622
58872026-08-25T01:06:04.296Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO
58882026-08-25T01:06:04.296Zfailed to allocate space for the new target list
58892026-08-25T01:06:04.296ZAug 25 01:06:02.622adding route 172.17.0.46/32 -> 10.0.0.255
58902026-08-25T01:06:04.296ZAug 25 01:06:02.622DEBG failed to allocate space for the new target listINFO
58912026-08-25T01:06:04.296Z Aug 25 01:06:02.622Aug 25 01:06:02.622 adding route 172.17.0.42/32 -> 10.0.0.255DEBG
58922026-08-25T01:06:04.296ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
58932026-08-25T01:06:04.296ZAug 25 01:06:02.622 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }]
58942026-08-25T01:06:04.296ZAug 25 01:06:02.622
58952026-08-25T01:06:04.296Z DEBG Aug 25 01:06:02.622replacing 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 } }]
58962026-08-25T01:06:04.296ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
58972026-08-25T01:06:04.296ZAug 25 01:06:02.622 INFOAug 25 01:06:02.622 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
58982026-08-25T01:06:04.296Z 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 } }]
58992026-08-25T01:06:04.296ZAug 25 01:06:02.622 DEBGAug 25 01:06:02.622 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
59002026-08-25T01:06:04.296Z adding route 172.17.0.48/32 -> 10.0.0.255
59012026-08-25T01:06:04.296ZAug 25 01:06:02.622 INFOAug 25 01:06:02.622 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
59022026-08-25T01:06:04.296Z 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 } }]
59032026-08-25T01:06:04.300ZAug 25 01:06:02.622 Aug 25 01:06:02.622DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59042026-08-25T01:06:04.311Zadding route 172.17.0.49/32 -> 10.0.0.255
59052026-08-25T01:06:04.312ZAug 25 01:06:02.622 Aug 25 01:06:02.622INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255
59062026-08-25T01:06:04.312Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59072026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
59082026-08-25T01:06:04.312Z
59092026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
59102026-08-25T01:06:04.312Z
59112026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
59122026-08-25T01:06:04.312Z
59132026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
59142026-08-25T01:06:04.312Z
59152026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 INFODEBG adding route 172.17.0.52/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 } }]
59162026-08-25T01:06:04.312Z
59172026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
59182026-08-25T01:06:04.312Z
59192026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 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.53/32 -> 10.0.0.255
59202026-08-25T01:06:04.312Z
59212026-08-25T01:06:04.312ZAug 25 01:06:02.622Aug 25 01:06:02.622 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59222026-08-25T01:06:04.312Z
59232026-08-25T01:06:04.313ZAug 25 01:06:02.622Aug 25 01:06:02.622 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
59242026-08-25T01:06:04.313ZAug 25 01:06:02.724 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 } }]
59252026-08-25T01:06:04.313Z
59262026-08-25T01:06:04.313ZAug 25 01:06:02.724 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59272026-08-25T01:06:04.313ZAug 25 01:06:02.724 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 } }]
59282026-08-25T01:06:04.313ZAug 25 01:06:02.724 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 01:06:02.724
59292026-08-25T01:06:04.313Z INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:06:02.724 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 } }]
59302026-08-25T01:06:04.313ZAug 25 01:06:02.724 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59312026-08-25T01:06:04.313Z
59322026-08-25T01:06:04.313ZAug 25 01:06:02.724 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:06:02.724
59332026-08-25T01:06:04.313Z 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 } }]Aug 25 01:06:02.724
59342026-08-25T01:06:04.313Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
59352026-08-25T01:06:04.313ZAug 25 01:06:02.724 INFO Aug 25 01:06:02.724adding route 172.17.0.51/32 -> 10.0.0.255
59362026-08-25T01:06:04.313ZDEBG 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 } }]
59372026-08-25T01:06:04.313ZAug 25 01:06:02.724 DEBG Aug 25 01:06:02.724replacing 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 } }]
59382026-08-25T01:06:04.313ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
59392026-08-25T01:06:04.313ZAug 25 01:06:02.724 INFO Aug 25 01:06:02.724adding route 172.17.0.52/32 -> 10.0.0.255
59402026-08-25T01:06:04.313ZDEBG 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 } }]
59412026-08-25T01:06:04.313ZAug 25 01:06:02.724Aug 25 01:06:02.724 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
59422026-08-25T01:06:04.313Z
59432026-08-25T01:06:04.313ZAug 25 01:06:02.724Aug 25 01:06:02.724 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
59442026-08-25T01:06:04.313Z
59452026-08-25T01:06:04.314ZAug 25 01:06:02.724Aug 25 01:06:02.724 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
59462026-08-25T01:06:04.314Z
59472026-08-25T01:06:04.314ZAug 25 01:06:02.724Aug 25 01:06:02.724 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255
59482026-08-25T01:06:04.314Z
59492026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59502026-08-25T01:06:04.314ZAug 25 01:06:02.724 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59512026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59522026-08-25T01:06:04.314ZAug 25 01:06:02.724 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59532026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59542026-08-25T01:06:04.314ZAug 25 01:06:02.724 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59552026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59562026-08-25T01:06:04.314ZAug 25 01:06:02.724 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59572026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59582026-08-25T01:06:04.314ZAug 25 01:06:02.724 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59592026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59602026-08-25T01:06:04.314ZAug 25 01:06:02.724 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59612026-08-25T01:06:04.314ZAug 25 01:06:02.724 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 } }]
59622026-08-25T01:06:04.315ZAug 25 01:06:02.724 DEBG failed to allocate space for the new target list
59632026-08-25T01:06:04.315ZAug 25 01:06:02.724 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 } }]
59642026-08-25T01:06:04.315Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-2f9d8829011d5683)
59652026-08-25T01:06:04.315Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
59662026-08-25T01:06:04.316Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957)
59672026-08-25T01:06:04.316Ztest route::tests::delete_target_fragmented ... ok
59682026-08-25T01:06:04.316Z Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de)
59692026-08-25T01:06:04.316Ztest route::tests::delete_targets_full ... ok
59702026-08-25T01:06:04.316Z
59712026-08-25T01:06:04.316Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.17s
59722026-08-25T01:06:04.316Z
59732026-08-25T01:06:04.316Z
59742026-08-25T01:06:04.316Zrunning 0 tests
59752026-08-25T01:06:04.316Z
59762026-08-25T01:06:04.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59772026-08-25T01:06:04.316Z
59782026-08-25T01:06:04.316Z
59792026-08-25T01:06:04.316Zrunning 0 tests
59802026-08-25T01:06:04.316Z
59812026-08-25T01:06:04.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59822026-08-25T01:06:04.316Z
59832026-08-25T01:06:04.316Z
59842026-08-25T01:06:04.316Zrunning 6 tests
59852026-08-25T01:06:04.316Ztest tests::test_full_lot_id_neither_present ... ok
59862026-08-25T01:06:04.316Ztest tests::test_parse_client_port_id ... ok
59872026-08-25T01:06:04.320Ztest tests::test_full_lot_id_lotnum_only ... ok
59882026-08-25T01:06:04.320Ztest tests::test_full_lot_id_lot_only ... ok
59892026-08-25T01:06:04.320Ztest tests::test_full_lot_id_both_present ... ok
59902026-08-25T01:06:04.320Ztest tests::test_port_id_cmp ... ok
59912026-08-25T01:06:04.320Z
59922026-08-25T01:06:04.320Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59932026-08-25T01:06:04.320Z
59942026-08-25T01:06:04.320Z
59952026-08-25T01:06:04.320Zrunning 0 tests
59962026-08-25T01:06:04.320Z
59972026-08-25T01:06:04.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-08-25T01:06:04.320Z
59992026-08-25T01:06:04.320Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
60002026-08-25T01:06:04.320Z
60012026-08-25T01:06:04.320Zrunning 0 tests
60022026-08-25T01:06:04.320Z
60032026-08-25T01:06:04.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-08-25T01:06:04.330Z
60052026-08-25T01:06:04.330Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
60062026-08-25T01:06:04.330Z
60072026-08-25T01:06:04.330Zrunning 15 tests
60082026-08-25T01:06:04.330Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60092026-08-25T01:06:04.330Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60102026-08-25T01:06:04.331Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60112026-08-25T01:06:04.331Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60122026-08-25T01:06:04.331Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60132026-08-25T01:06:04.331Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60142026-08-25T01:06:04.331Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60152026-08-25T01:06:04.331Ztest v1::network::tests::test_equal ... ok
60162026-08-25T01:06:04.331Ztest v1::network::tests::test_eui64 ... ok
60172026-08-25T01:06:04.331Ztest v1::network::tests::test_into ... ok
60182026-08-25T01:06:04.331Ztest v1::network::tests::test_not_equal ... ok
60192026-08-25T01:06:04.331Ztest v1::network::tests::test_to_string ... ok
60202026-08-25T01:06:04.331Ztest v1::port::tests::port_ids_are_ascii ... ok
60212026-08-25T01:06:04.331Ztest v1::network::tests::test_parse ... ok
60222026-08-25T01:06:04.331Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60232026-08-25T01:06:04.331Z
60242026-08-25T01:06:04.331Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60252026-08-25T01:06:04.331Z
60262026-08-25T01:06:04.331Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
60272026-08-25T01:06:04.331Z
60282026-08-25T01:06:04.331Zrunning 12 tests
60292026-08-25T01:06:04.331Ztest icmp::test_v6_checksum ... ok
60302026-08-25T01:06:04.331Ztest icmp::test_v4_checksum ... ok
60312026-08-25T01:06:04.331Ztest lldp::test_lldp_parse ... ok
60322026-08-25T01:06:04.331Ztest ipv6::test_ipv6_parse ... ok
60332026-08-25T01:06:04.331Ztest pbuf::test_byte ... ok
60342026-08-25T01:06:04.331Ztest pbuf::test_nibble ... ok
60352026-08-25T01:06:04.331Ztest pbuf::test_short ... ok
60362026-08-25T01:06:04.331Ztest pbuf::test_overflow ... ok
60372026-08-25T01:06:04.331Ztest pbuf::test_twelve ... ok
60382026-08-25T01:06:04.331Ztest pbuf::test_word ... ok
60392026-08-25T01:06:04.331Ztest tcp::test_checksum_ack_data ... ok
60402026-08-25T01:06:04.338Ztest tcp::test_checksum_syn_nodata ... ok
60412026-08-25T01:06:04.338Z
60422026-08-25T01:06:04.338Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60432026-08-25T01:06:04.338Z
60442026-08-25T01:06:04.338Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60452026-08-25T01:06:04.338Z
60462026-08-25T01:06:04.338Zrunning 0 tests
60472026-08-25T01:06:04.338Z
60482026-08-25T01:06:04.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60492026-08-25T01:06:04.338Z
60502026-08-25T01:06:04.338Z Running unittests src/main.rs (target/debug/deps/swadm-0125cc1217f213ac)
60512026-08-25T01:06:04.339Z
60522026-08-25T01:06:04.339Zrunning 5 tests
60532026-08-25T01:06:04.339Ztest switchport::test::test_compute_lanes ... ok
60542026-08-25T01:06:04.339Ztest switchport::test::port_id_ordering ... ok
60552026-08-25T01:06:04.339Z Lane 0 Lane 1 Lane 2 Lane 3
60562026-08-25T01:06:04.339Z Rx Loss-of-lock: Yes Lane 0 Yes Yes YesLane 1
60572026-08-25T01:06:04.339Z Rx Loss-of-signal: YesLane 2 Yes Lane 3Yes
60582026-08-25T01:06:04.339ZYes
60592026-08-25T01:06:04.339Z Rx CDR Enabled: Yes State: Activated YesActivated YesActivated Yes
60602026-08-25T01:06:04.339ZActivated Tx Enabled: Yes
60612026-08-25T01:06:04.339Z Running tests/counters.rs (target/debug/deps/counters-11de73b18664eaeb)
60622026-08-25T01:06:04.339Z Rx Output Enabled: false Yes false Yes falseYes
60632026-08-25T01:06:04.339Zfalse
60642026-08-25T01:06:04.339Z Tx Loss-of-lock: No Rx Output Status: validNo validNo Novalid
60652026-08-25T01:06:04.339Z valid
60662026-08-25T01:06:04.339Z Tx Loss-of-signal: No Rx Loss-of-lock: true Notrue true trueNo
60672026-08-25T01:06:04.339Z No
60682026-08-25T01:06:04.340Z Rx Loss-of-signal: false Tx CDR Enabled: No false No false falseNo
60692026-08-25T01:06:04.340Z Rx Auto-squelch Disable: trueNo
60702026-08-25T01:06:04.340Ztrue Tx Adaptive EQ Fault: Notrue trueNo
60712026-08-25T01:06:04.340Z Tx Output Enabled: trueNo Notrue
60722026-08-25T01:06:04.340Z Tx Fault: Yes true trueYes
60732026-08-25T01:06:04.340Z Tx Output Status: invalid Yesinvalid Yes
60742026-08-25T01:06:04.340Zinvalid invalid
60752026-08-25T01:06:04.340Z Tx Loss-of-lock: false false false false
60762026-08-25T01:06:04.340Z Tx Loss-of-signal: true true true true
60772026-08-25T01:06:04.340ZTx Auto-squelch Disable: false false false false
60782026-08-25T01:06:04.340Z Tx Adaptive EQ Fail: true true true true
60792026-08-25T01:06:04.340Z Tx Failure: false false false false
60802026-08-25T01:06:04.340Z Tx Force Squelch: true true true true
60812026-08-25T01:06:04.340Z Tx Input Polarity: normal normal normal normal
60822026-08-25T01:06:04.340Ztest switchport::test::test_print_sff_datapath ... ok
60832026-08-25T01:06:04.340Ztest switchport::test::test_print_cmis_datapath ... ok
60842026-08-25T01:06:04.340Ztest link::test_filter ... ok
60852026-08-25T01:06:04.340Z
60862026-08-25T01:06:04.340Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60872026-08-25T01:06:04.340Z
60882026-08-25T01:06:04.340Z
60892026-08-25T01:06:04.340Zrunning 1 test
60902026-08-25T01:06:04.340Ztest test_p4_counter_list ... ignored
60912026-08-25T01:06:04.349Z
60922026-08-25T01:06:04.350Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60932026-08-25T01:06:04.350Z
60942026-08-25T01:06:04.350Z Running tests/link_apply.rs (target/debug/deps/link_apply-e3737862197354f8)
60952026-08-25T01:06:04.350Z
60962026-08-25T01:06:04.350Zrunning 4 tests
60972026-08-25T01:06:04.350Ztest apply_tx_eq_all ... ignored
60982026-08-25T01:06:04.350Ztest apply_tx_eq_custom ... ignored
60992026-08-25T01:06:04.350Ztest tx_eq_exclusive ... ignored
61002026-08-25T01:06:04.350Ztest cmd::test::output_txeq ... ok
61012026-08-25T01:06:04.350Z
61022026-08-25T01:06:04.350Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
61032026-08-25T01:06:04.350Z
61042026-08-25T01:06:04.359Z Running tests/tx_eq.rs (target/debug/deps/tx_eq-75907c96d642554f)
61052026-08-25T01:06:04.360Z
61062026-08-25T01:06:04.360Zrunning 3 tests
61072026-08-25T01:06:04.360Ztest set_all_taps ... ignored
61082026-08-25T01:06:04.360Ztest set_partial_taps ... ignored
61092026-08-25T01:06:04.360Ztest cmd::test::output_txeq ... ok
61102026-08-25T01:06:04.360Z
61112026-08-25T01:06:04.360Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
61122026-08-25T01:06:04.360Z
61132026-08-25T01:06:04.360Z Running unittests src/main.rs (target/debug/deps/tfportd-b387268b9be4b80e)
61142026-08-25T01:06:04.360Z
61152026-08-25T01:06:04.360Zrunning 3 tests
61162026-08-25T01:06:04.360Ztest linklocal::test_parse_ipadm ... ok
61172026-08-25T01:06:04.360Ztest tfport::test_parse_tfport ... ok
61182026-08-25T01:06:04.360Ztest config::tests::test_updates ... ok
61192026-08-25T01:06:04.360Z
61202026-08-25T01:06:04.360Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61212026-08-25T01:06:04.360Z
61222026-08-25T01:06:04.360Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
61232026-08-25T01:06:04.360Z
61242026-08-25T01:06:04.360Zrunning 0 tests
61252026-08-25T01:06:04.360Z
61262026-08-25T01:06:04.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61272026-08-25T01:06:04.360Z
61282026-08-25T01:06:04.360Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
61292026-08-25T01:06:04.360Z
61302026-08-25T01:06:04.360Zrunning 0 tests
61312026-08-25T01:06:04.360Z
61322026-08-25T01:06:04.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61332026-08-25T01:06:04.360Z
61342026-08-25T01:06:04.360Z Doc-tests aal
61352026-08-25T01:06:05.498Z
61362026-08-25T01:06:05.498Zrunning 0 tests
61372026-08-25T01:06:05.498Z
61382026-08-25T01:06:05.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61392026-08-25T01:06:05.498Z
61402026-08-25T01:06:05.501Z Doc-tests aal_macros
61412026-08-25T01:06:05.501Z
61422026-08-25T01:06:05.501Zrunning 0 tests
61432026-08-25T01:06:05.501Z
61442026-08-25T01:06:05.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61452026-08-25T01:06:05.501Z
61462026-08-25T01:06:05.501Z Doc-tests common
61472026-08-25T01:06:05.501Z
61482026-08-25T01:06:05.501Zrunning 0 tests
61492026-08-25T01:06:05.501Z
61502026-08-25T01:06:05.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61512026-08-25T01:06:05.501Z
61522026-08-25T01:06:05.501Z Doc-tests dpd_api
61532026-08-25T01:06:05.561Z
61542026-08-25T01:06:05.561Zrunning 2 tests
61552026-08-25T01:06:05.561Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61562026-08-25T01:06:05.561Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61572026-08-25T01:06:05.561Z
61582026-08-25T01:06:05.561Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61592026-08-25T01:06:05.561Z
61602026-08-25T01:06:05.593Z Doc-tests dpd_client
61612026-08-25T01:06:09.061Z
61622026-08-25T01:06:09.061Zrunning 0 tests
61632026-08-25T01:06:09.061Z
61642026-08-25T01:06:09.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61652026-08-25T01:06:09.061Z
61662026-08-25T01:06:09.108Z Doc-tests dpd_types
61672026-08-25T01:06:09.108Z
61682026-08-25T01:06:09.109Zrunning 0 tests
61692026-08-25T01:06:09.109Z
61702026-08-25T01:06:09.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61712026-08-25T01:06:09.109Z
61722026-08-25T01:06:09.109Z Doc-tests dpd_types_versions
61732026-08-25T01:06:09.109Z
61742026-08-25T01:06:09.109Zrunning 1 test
61752026-08-25T01:06:09.109Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61762026-08-25T01:06:09.109Z
61772026-08-25T01:06:09.109Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61782026-08-25T01:06:09.109Z
61792026-08-25T01:06:09.109Z Doc-tests packet
61802026-08-25T01:06:09.109Z
61812026-08-25T01:06:09.109Zrunning 0 tests
61822026-08-25T01:06:09.109Z
61832026-08-25T01:06:09.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61842026-08-25T01:06:09.109Z
61852026-08-25T01:06:09.109Z Doc-tests pcap
61862026-08-25T01:06:09.157Z
61872026-08-25T01:06:09.157Zrunning 0 tests
61882026-08-25T01:06:09.157Z
61892026-08-25T01:06:09.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61902026-08-25T01:06:09.157Z
61912026-08-25T01:06:09.173Z+ for feat in tofino_stub tofino_asic softnpu chaos
61922026-08-25T01:06:09.173Z+ RUST_BACKTRACE=full
61932026-08-25T01:06:09.173Z+ cargo test --features softnpu --no-fail-fast
61942026-08-25T01:06:09.751Z Compiling num-integer v0.1.46
61952026-08-25T01:06:09.834Z Compiling num-complex v0.4.6
61962026-08-25T01:06:09.872Z Compiling bitstruct_derive v0.1.0
61972026-08-25T01:06:09.874Z Compiling tap v1.0.1
61982026-08-25T01:06:09.992Z Compiling wyz v0.5.1
61992026-08-25T01:06:10.128Z Compiling num-iter v0.1.45
62002026-08-25T01:06:10.160Z Compiling num-rational v0.4.2
62012026-08-25T01:06:10.171Z Compiling num-bigint v0.4.6
62022026-08-25T01:06:10.251Z Compiling radium v0.7.0
62032026-08-25T01:06:10.254Z Compiling funty v2.0.0
62042026-08-25T01:06:10.300Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
62052026-08-25T01:06:10.357Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-25T01:06:10.480Z Compiling num v0.4.3
62072026-08-25T01:06:10.554Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62082026-08-25T01:06:10.564Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62092026-08-25T01:06:10.576Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62102026-08-25T01:06:10.675Z Compiling bitvec v1.0.1
62112026-08-25T01:06:10.696Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62122026-08-25T01:06:10.838Z Compiling typeid v1.0.3
62132026-08-25T01:06:10.869Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62142026-08-25T01:06:10.951Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62152026-08-25T01:06:10.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62162026-08-25T01:06:10.989Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62172026-08-25T01:06:11.298Z Compiling ascii v1.1.0
62182026-08-25T01:06:11.713Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62192026-08-25T01:06:11.770Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62202026-08-25T01:06:11.838Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62212026-08-25T01:06:11.891Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62222026-08-25T01:06:12.040Z Compiling erased-serde v0.4.8
62232026-08-25T01:06:12.131Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62242026-08-25T01:06:12.236Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62252026-08-25T01:06:12.336Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62262026-08-25T01:06:12.530Z Compiling bitstruct v0.1.1
62272026-08-25T01:06:12.848Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62282026-08-25T01:06:12.860Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62292026-08-25T01:06:12.923Z Compiling serde_arrays v0.1.0
62302026-08-25T01:06:12.959Z Compiling libloading v0.7.4
62312026-08-25T01:06:13.128Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62322026-08-25T01:06:13.752Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-25T01:06:13.963Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62342026-08-25T01:06:13.972Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62352026-08-25T01:06:15.111Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62362026-08-25T01:06:15.970Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62372026-08-25T01:06:23.515Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62382026-08-25T01:06:23.575Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62392026-08-25T01:06:23.575Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62402026-08-25T01:06:23.575Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62412026-08-25T01:06:23.575Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62422026-08-25T01:06:24.283Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62432026-08-25T01:06:24.514Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62442026-08-25T01:06:24.770Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62452026-08-25T01:06:30.726Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62462026-08-25T01:06:30.954Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62472026-08-25T01:06:38.644Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62482026-08-25T01:06:41.076Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62492026-08-25T01:06:44.620Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62502026-08-25T01:07:24.560Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
62512026-08-25T01:07:24.680Z Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a)
62522026-08-25T01:07:24.688Z
62532026-08-25T01:07:24.688Zrunning 0 tests
62542026-08-25T01:07:24.688Z
62552026-08-25T01:07:24.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62562026-08-25T01:07:24.693Z
62572026-08-25T01:07:24.693Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62582026-08-25T01:07:24.696Z
62592026-08-25T01:07:24.697Zrunning 0 tests
62602026-08-25T01:07:24.697Z
62612026-08-25T01:07:24.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62622026-08-25T01:07:24.697Z
62632026-08-25T01:07:24.697Z Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305)
62642026-08-25T01:07:24.700Z
62652026-08-25T01:07:24.700Zrunning 0 tests
62662026-08-25T01:07:24.700Z
62672026-08-25T01:07:24.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62682026-08-25T01:07:24.700Z
62692026-08-25T01:07:24.700Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
62702026-08-25T01:07:24.721Z
62712026-08-25T01:07:24.721Zrunning 4 tests
62722026-08-25T01:07:24.725Ztest nat::tests::test_vni ... ok
62732026-08-25T01:07:24.725Ztest network::tests::test_generate_ipv6_link_local ... ok
62742026-08-25T01:07:24.728Ztest test_purge ... ok
62752026-08-25T01:07:24.731Ztest illumos::test::address_exists_handles_missing_object ... ok
62762026-08-25T01:07:24.732Z
62772026-08-25T01:07:24.732Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62782026-08-25T01:07:24.732Z
62792026-08-25T01:07:24.732Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
62802026-08-25T01:07:24.735Z
62812026-08-25T01:07:24.735Zrunning 1 test
62822026-08-25T01:07:24.739Z -------
62832026-08-25T01:07:24.739Z Generating OpenAPI documents from API definitions ...
62842026-08-25T01:07:24.881Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62852026-08-25T01:07:24.955Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62862026-08-25T01:07:26.007Z -------
62872026-08-25T01:07:26.007Z Checking 13 OpenAPI documents...
62882026-08-25T01:07:26.007Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-25T01:07:26.011Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-25T01:07:26.011Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-25T01:07:26.011Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-25T01:07:26.011Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62932026-08-25T01:07:26.011Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62942026-08-25T01:07:26.011Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62952026-08-25T01:07:26.011Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62962026-08-25T01:07:26.011Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62972026-08-25T01:07:26.011Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62982026-08-25T01:07:26.011Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62992026-08-25T01:07:26.011Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
63002026-08-25T01:07:26.011Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
63012026-08-25T01:07:26.011Z Fresh dpd "latest" symlink
63022026-08-25T01:07:26.011Z -------
63032026-08-25T01:07:26.011Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
63042026-08-25T01:07:26.075Ztest test::test_apis_up_to_date ... ok
63052026-08-25T01:07:26.075Z
63062026-08-25T01:07:26.075Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
63072026-08-25T01:07:26.075Z
63082026-08-25T01:07:26.135Z Running unittests src/main.rs (target/debug/deps/dpd-9056bd977270705b)
63092026-08-25T01:07:26.141Z
63102026-08-25T01:07:26.141Zrunning 34 tests
63112026-08-25T01:07:26.146Ztest freemap::test_ordering ... ok
63122026-08-25T01:07:26.146Ztest config::tests::test_updates ... ok
63132026-08-25T01:07:26.146Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63142026-08-25T01:07:26.146Ztest freemap::test_split ... ok
63152026-08-25T01:07:26.146Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63162026-08-25T01:07:26.146Ztest macaddrs::tests::test_mac_offset ... ok
63172026-08-25T01:07:26.146Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63182026-08-25T01:07:26.148Ztest macaddrs::tests::test_parse_port_id ... ok
63192026-08-25T01:07:26.148ZAug 25 01:07:24.677 DEBG created new freemap, unit: freemap_test
63202026-08-25T01:07:26.153ZAug 25 01:07:24.677 DEBG initted freemap. size: 128, unit: freemap_test
63212026-08-25T01:07:26.153ZAug 25 01:07:24.677 DEBG reset freemap, unit: freemap_test
63222026-08-25T01:07:26.153ZAug 25 01:07:24.677 DEBG created new freemap, unit: freemap_test
63232026-08-25T01:07:26.154ZAug 25 01:07:24.677 DEBG initted freemap. size: 128, unit: freemap_test
63242026-08-25T01:07:26.154ZAug 25 01:07:24.677 DEBG reset freemap, unit: freemap_testAug 25 01:07:24.677
63252026-08-25T01:07:26.154Z DEBG created new freemap, unit: freemap_test
63262026-08-25T01:07:26.154ZAug 25 01:07:24.678 DEBG initted freemap. size: 128, unit: freemap_test
63272026-08-25T01:07:26.154ZAug 25 01:07:24.678 DEBG reset freemap, unit: freemap_test
63282026-08-25T01:07:26.154ZAug 25 01:07:24.677 DEBG created new freemap, unit: freemap_test
63292026-08-25T01:07:26.154Ztest freemap::test_reclaim ... ok
63302026-08-25T01:07:26.154ZAug 25 01:07:24.678 DEBG initted freemap. size: 128, unit: freemap_test
63312026-08-25T01:07:26.154ZAug 25 01:07:24.678 DEBG reset freemap, unit: freemap_test
63322026-08-25T01:07:26.154Ztest nat::test_mapping ... ok
63332026-08-25T01:07:26.154Ztest freemap::test_exhaustion ... ok
63342026-08-25T01:07:26.154Ztest freemap::test_basic ... ok
63352026-08-25T01:07:26.154Ztest freemap::test_free ... ok
63362026-08-25T01:07:26.154Ztest port_map::tests::test_backplane_group ... ok
63372026-08-25T01:07:26.154Ztest port_map::tests::test_port_map ... ok
63382026-08-25T01:07:26.156Ztest port_map::tests::dump_map ... ok
63392026-08-25T01:07:26.156ZAug 25 01:07:24.678 DEBG created new freemap, unit: freemap_test
63402026-08-25T01:07:26.156ZAug 25 01:07:24.678 DEBG initted freemap. size: 8, unit: freemap_test
63412026-08-25T01:07:26.156ZAug 25 01:07:24.678 DEBG reset freemap, unit: freemap_test
63422026-08-25T01:07:26.156Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63432026-08-25T01:07:26.156ZAug 25 01:07:24.679 DEBG created new freemap, unit: freemap_route_ipv4
63442026-08-25T01:07:26.156ZAug 25 01:07:24.679 DEBG created new freemap, unit: freemap_route_ipv6
63452026-08-25T01:07:26.156ZAug 25 01:07:24.679 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63462026-08-25T01:07:26.156ZAug 25 01:07:24.679 DEBG reset freemap, unit: freemap_route_ipv4
63472026-08-25T01:07:26.156ZAug 25 01:07:24.679 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63482026-08-25T01:07:26.157ZAug 25 01:07:24.679 DEBG reset freemap, unitAug 25 01:07:24.679: DEBGfreemap_route_ipv6
63492026-08-25T01:07:26.157Zcreated new freemap, unitAug 25 01:07:24.679: INFOfreemap_test adding route 3fff:dead::/64 -> 2001:db8::55:1
63502026-08-25T01:07:26.157Z
63512026-08-25T01:07:26.157ZAug 25 01:07:24.679 DEBGAug 25 01:07:24.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
63522026-08-25T01:07:26.157Z initted freemap. size: 128, unit:Aug 25 01:07:24.679 freemap_testINFO
63532026-08-25T01:07:26.157Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
63542026-08-25T01:07:26.157ZAug 25 01:07:24.679 Aug 25 01:07:24.679DEBG DEBGreset freemap , replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
63552026-08-25T01:07:26.157Z: freemap_test
63562026-08-25T01:07:26.157ZAug 25 01:07:24.679 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63572026-08-25T01:07:26.157ZAug 25 01:07:24.679 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 } }]
63582026-08-25T01:07:26.157ZAug 25 01:07:24.679 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63592026-08-25T01:07:26.157ZAug 25 01:07:24.679 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 } }]
63602026-08-25T01:07:26.157ZAug 25 01:07:24.679 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63612026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63622026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63632026-08-25T01:07:26.159ZAug 25 01:07:24.679 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63642026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63652026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63662026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63672026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63682026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63692026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63702026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63712026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63722026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63732026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63742026-08-25T01:07:26.159Ztest api_server::tests::test_build_info ... ok
63752026-08-25T01:07:26.159ZAug 25 01:07:24.679 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63762026-08-25T01:07:26.159ZAug 25 01:07:24.679 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 } }]
63772026-08-25T01:07:26.161ZAug 25 01:07:24.679 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63782026-08-25T01:07:26.161ZAug 25 01:07:24.679 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 } }]
63792026-08-25T01:07:26.161ZAug 25 01:07:24.679 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63802026-08-25T01:07:26.161ZAug 25 01:07:24.679 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 } }]
63812026-08-25T01:07:26.161ZAug 25 01:07:24.679 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63822026-08-25T01:07:26.161ZAug 25 01:07:24.679 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 } }]
63832026-08-25T01:07:26.161ZAug 25 01:07:24.679 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63842026-08-25T01:07:26.161ZAug 25 01:07:24.679 DEBGAug 25 01:07:24.679 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
63852026-08-25T01:07:26.161Z created new freemap, Aug 25 01:07:24.679unit :INFO freemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63862026-08-25T01:07:26.161Z
63872026-08-25T01:07:26.161ZAug 25 01:07:24.679 DEBGAug 25 01:07:24.679 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
63882026-08-25T01:07:26.161Z created new freemap, unit:Aug 25 01:07:24.679 freemap_route_ipv6INFO
63892026-08-25T01:07:26.161Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63902026-08-25T01:07:26.161ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
63912026-08-25T01:07:26.161Zunit: freemap_route_ipv4
63922026-08-25T01:07:26.161ZAug 25 01:07:24.679 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
63932026-08-25T01:07:26.161ZAug 25 01:07:24.679 DEBG reset freemapAug 25 01:07:24.679, unitDEBG: replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
63942026-08-25T01:07:26.161Z
63952026-08-25T01:07:26.161ZAug 25 01:07:24.679Aug 25 01:07:24.679 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffinitted freemap. size: 64
63962026-08-25T01:07:26.162Z, unit: freemap_route_ipv6Aug 25 01:07:24.679
63972026-08-25T01:07:26.162Z 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 } }]
63982026-08-25T01:07:26.162ZAug 25 01:07:24.679 Aug 25 01:07:24.679DEBG INFOreset freemap , adding route 3fff:beef:13::/64 -> 2001:db8::55:ffunit
63992026-08-25T01:07:26.162Z: freemap_route_ipv6
64002026-08-25T01:07:26.162ZAug 25 01:07:24.679 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679
64012026-08-25T01:07:26.162Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64022026-08-25T01:07:26.162ZAug 25 01:07:24.679 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 01:07:24.679
64032026-08-25T01:07:26.162Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:07:24.679
64042026-08-25T01:07:26.162Z 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 } }]
64052026-08-25T01:07:26.162ZAug 25 01:07:24.679 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:07:24.679
64062026-08-25T01:07:26.162Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64072026-08-25T01:07:26.162ZAug 25 01:07:24.679 DEBG Aug 25 01:07:24.679replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64082026-08-25T01:07:26.162ZDEBG 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 } }]
64092026-08-25T01:07:26.162ZAug 25 01:07:24.679 Aug 25 01:07:24.679INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
64102026-08-25T01:07:26.163Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64112026-08-25T01:07:26.163ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64122026-08-25T01:07:26.163Z
64132026-08-25T01:07:26.163ZAug 25 01:07:24.679Aug 25 01:07:24.679 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64142026-08-25T01:07:26.163Z
64152026-08-25T01:07:26.163Ztest freemap::test_span ... ok
64162026-08-25T01:07:26.163ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64172026-08-25T01:07:26.163Z
64182026-08-25T01:07:26.163ZAug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679INFO INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64192026-08-25T01:07:26.163Zcreated new freemap
64202026-08-25T01:07:26.167Z, unit:Aug 25 01:07:24.679 Aug 25 01:07:24.679 DEBGfreemap_route_ipv4 DEBG
64212026-08-25T01:07:26.167Zreplacing 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: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 } }]
64222026-08-25T01:07:26.168Z
64232026-08-25T01:07:26.168ZAug 25 01:07:24.679 DEBG Aug 25 01:07:24.679Aug 25 01:07:24.679 created new freemap , INFOunitINFO :adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:fffreemap_route_ipv6
64242026-08-25T01:07:26.168Z
64252026-08-25T01:07:26.168Z
64262026-08-25T01:07:26.168ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64Aug 25 01:07:24.679,
64272026-08-25T01:07:26.168Z unitDEBG 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 } }]:
64282026-08-25T01:07:26.168Z Aug 25 01:07:24.679freemap_route_ipv4
64292026-08-25T01:07:26.168ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64302026-08-25T01:07:26.168ZAug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG INFOreset freemap , DEBGunit adding route 3fff:beef:1a::/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 } }]:
64312026-08-25T01:07:26.168Z
64322026-08-25T01:07:26.168Zfreemap_route_ipv4
64332026-08-25T01:07:26.168ZAug 25 01:07:24.679 Aug 25 01:07:24.679Aug 25 01:07:24.679INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64342026-08-25T01:07:26.168Zinitted freemap. size: 64DEBG, unit :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 } }]
64352026-08-25T01:07:26.168ZAug 25 01:07:24.679freemap_route_ipv6
64362026-08-25T01:07:26.169ZDEBG 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-08-25T01:07:26.169ZAug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679 DEBGINFO reset freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff ,
64382026-08-25T01:07:26.169ZINFOunit: adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 25 01:07:24.679
64392026-08-25T01:07:26.169Z
64402026-08-25T01:07:26.169Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679
64412026-08-25T01:07:26.169Z DEBGAug 25 01:07:24.679 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 01:07:24.679 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
64422026-08-25T01:07:26.169Z
64432026-08-25T01:07:26.169Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64442026-08-25T01:07:26.169ZAug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBGDEBG 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 } }]
64452026-08-25T01:07:26.169Zreplacing 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:1c::/64 -> 2001:db8::55:ff
64462026-08-25T01:07:26.169Z
64472026-08-25T01:07:26.169ZAug 25 01:07:24.679 INFOAug 25 01:07:24.679Aug 25 01:07:24.679 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
64482026-08-25T01:07:26.169Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64492026-08-25T01:07:26.170Zreplacing 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 } }]
64502026-08-25T01:07:26.170ZAug 25 01:07:24.679Aug 25 01:07:24.679 Aug 25 01:07:24.679DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
64512026-08-25T01:07:26.170Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64522026-08-25T01:07:26.170Z Aug 25 01:07:24.679adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64532026-08-25T01:07:26.170ZINFOAug 25 01:07:24.679 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
64542026-08-25T01:07:26.170Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64552026-08-25T01:07:26.170ZAug 25 01:07:24.679Aug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBGDEBG 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 } }]
64562026-08-25T01:07:26.170Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
64572026-08-25T01:07:26.171Z
64582026-08-25T01:07:26.172ZAug 25 01:07:24.679 Aug 25 01:07:24.679INFOAug 25 01:07:24.679 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFOINFO
64592026-08-25T01:07:26.172Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64602026-08-25T01:07:26.172Z
64612026-08-25T01:07:26.172ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBGAug 25 01:07:24.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
64622026-08-25T01:07:26.172Z 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 } }]
64632026-08-25T01:07:26.172Zreplacing 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 } }]
64642026-08-25T01:07:26.172ZAug 25 01:07:24.679 INFOAug 25 01:07:24.679 Aug 25 01:07:24.679adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
64652026-08-25T01:07:26.172Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
64662026-08-25T01:07:26.172Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64672026-08-25T01:07:26.172ZAug 25 01:07:24.679 Aug 25 01:07:24.679DEBG DEBGAug 25 01:07:24.679replacing 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 } }]
64682026-08-25T01:07:26.172Z 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
64692026-08-25T01:07:26.172Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679
64702026-08-25T01:07:26.172Z Aug 25 01:07:24.679 INFOINFO Aug 25 01:07:24.679adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64712026-08-25T01:07:26.172Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64722026-08-25T01:07:26.173ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64732026-08-25T01:07:26.173ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679
64742026-08-25T01:07:26.173Z
64752026-08-25T01:07:26.173Z DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.679Aug 25 01:07:24.679 INFO
64762026-08-25T01:07:26.173ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64772026-08-25T01:07:26.173Z
64782026-08-25T01:07:26.173ZAug 25 01:07:24.679Aug 25 01:07:24.679 DEBGAug 25 01:07:24.679DEBG 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 } }]
64792026-08-25T01:07:26.173Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64802026-08-25T01:07:26.173Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64812026-08-25T01:07:26.173ZAug 25 01:07:24.679 INFOAug 25 01:07:24.679 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
64822026-08-25T01:07:26.173Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64832026-08-25T01:07:26.173ZAug 25 01:07:24.679 DEBGAug 25 01:07:24.679 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
64842026-08-25T01:07:26.173Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64852026-08-25T01:07:26.174ZAug 25 01:07:24.679 INFOAug 25 01:07:24.679 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
64862026-08-25T01:07:26.174Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64872026-08-25T01:07:26.174ZAug 25 01:07:24.680 DEBG Aug 25 01:07:24.680replacing 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 } }]
64882026-08-25T01:07:26.174ZDEBG 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 } }]
64892026-08-25T01:07:26.174ZAug 25 01:07:24.680 INFO Aug 25 01:07:24.680adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64902026-08-25T01:07:26.174ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64912026-08-25T01:07:26.174ZAug 25 01:07:24.680 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680
64922026-08-25T01:07:26.174Z 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 } }]
64932026-08-25T01:07:26.174ZAug 25 01:07:24.680 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
64942026-08-25T01:07:26.174Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64952026-08-25T01:07:26.174ZAug 25 01:07:24.680 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680
64962026-08-25T01:07:26.174Z 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 } }]
64972026-08-25T01:07:26.174ZAug 25 01:07:24.680 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 01:07:24.679
64982026-08-25T01:07:26.174Z Aug 25 01:07:24.680DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64992026-08-25T01:07:26.175Z
65002026-08-25T01:07:26.175ZDEBG 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 } }]
65012026-08-25T01:07:26.175ZAug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGINFOINFO 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:8::/64 -> 2001:db8::55:ff
65022026-08-25T01:07:26.175Z
65032026-08-25T01:07:26.175Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65042026-08-25T01:07:26.175ZAug 25 01:07:24.680Aug 25 01:07:24.680 INFOAug 25 01:07:24.680 DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65052026-08-25T01:07:26.175ZDEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65062026-08-25T01:07:26.175Zreplacing 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 } }]
65072026-08-25T01:07:26.175ZAug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65082026-08-25T01:07:26.175ZDEBG
65092026-08-25T01:07:26.175Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGDEBG
65102026-08-25T01:07:26.175Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65112026-08-25T01:07:26.175Z
65122026-08-25T01:07:26.175ZAug 25 01:07:24.680Aug 25 01:07:24.680 INFOINFO Aug 25 01:07:24.680adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65132026-08-25T01:07:26.175Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65142026-08-25T01:07:26.177ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65152026-08-25T01:07:26.177ZAug 25 01:07:24.680Aug 25 01:07:24.680 DEBGAug 25 01:07:24.680 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 } }]
65162026-08-25T01:07:26.177Z 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
65172026-08-25T01:07:26.177Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680
65182026-08-25T01:07:26.177Z Aug 25 01:07:24.680INFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65192026-08-25T01:07:26.177Z
65202026-08-25T01:07:26.183ZAug 25 01:07:24.680Aug 25 01:07:24.680 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:07:24.680Aug 25 01:07:24.680
65212026-08-25T01:07:26.183Ztest port_map::tests::parse_softnpu_revision ... ok
65222026-08-25T01:07:26.183Z DEBGcreated new freemap 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 } }]unit
65232026-08-25T01:07:26.183ZAug 25 01:07:24.680 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
65242026-08-25T01:07:26.183Z : Aug 25 01:07:24.680replacing 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_ipv4Aug 25 01:07:24.680INFO
65252026-08-25T01:07:26.183Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
65262026-08-25T01:07:26.183Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65272026-08-25T01:07:26.183Z
65282026-08-25T01:07:26.184ZAug 25 01:07:24.680 DEBG Aug 25 01:07:24.680replacing 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 } }]
65292026-08-25T01:07:26.184ZDEBGAug 25 01:07:24.680Aug 25 01:07:24.680 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 } }]DEBG
65302026-08-25T01:07:26.185Z Aug 25 01:07:24.680 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffcreated new freemapINFO
65312026-08-25T01:07:26.185Z , adding route 3fff:beef:d::/64 -> 2001:db8::55:ffunit
65322026-08-25T01:07:26.185Z: Aug 25 01:07:24.680freemap_route_ipv6
65332026-08-25T01:07:26.185ZINFOAug 25 01:07:24.680Aug 25 01:07:24.680 DEBGAug 25 01:07:24.680 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
65342026-08-25T01:07:26.185Zreplacing 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 } }]
65352026-08-25T01:07:26.185Zinitted freemap. size: 64, DEBGunit Aug 25 01:07:24.680:Aug 25 01:07:24.680 DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]freemap_route_ipv4INFO
65362026-08-25T01:07:26.185Z
65372026-08-25T01:07:26.186Z
65382026-08-25T01:07:26.186Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65392026-08-25T01:07:26.186ZAug 25 01:07:24.680 Aug 25 01:07:24.680DEBGAug 25 01:07:24.680 Aug 25 01:07:24.680INFO INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65402026-08-25T01:07:26.186Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
65412026-08-25T01:07:26.186Zreset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680,
65422026-08-25T01:07:26.186Z unitDEBG: replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 Aug 25 01:07:24.680
65432026-08-25T01:07:26.186Zfreemap_route_ipv4
65442026-08-25T01:07:26.186ZINFO DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
65452026-08-25T01:07:26.186Z 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 } }] Aug 25 01:07:24.680adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
65462026-08-25T01:07:26.187Z
65472026-08-25T01:07:26.187Z DEBGDEBG Aug 25 01:07:24.680 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 } }]
65482026-08-25T01:07:26.187ZDEBGinitted freemap. size: 64 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680
65492026-08-25T01:07:26.187Z , Aug 25 01:07:24.680unit: INFOINFO Aug 25 01:07:24.680adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6
65502026-08-25T01:07:26.187Z INFO
65512026-08-25T01:07:26.187Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
65522026-08-25T01:07:26.187Z DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:07:24.680replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680
65532026-08-25T01:07:26.187Z DEBG DEBG
65542026-08-25T01:07:26.187Zreplacing 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 } }] reset freemap
65552026-08-25T01:07:26.187Z, Aug 25 01:07:24.680unit : INFO freemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65562026-08-25T01:07:26.187Z
65572026-08-25T01:07:26.188ZAug 25 01:07:24.680 Aug 25 01:07:24.680 DEBGINFOAug 25 01:07:24.680Aug 25 01:07:24.680 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBG
65582026-08-25T01:07:26.188ZINFO 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 } }]
65592026-08-25T01:07:26.188Z
65602026-08-25T01:07:26.188Zadding route 3fff:dead::/64 -> 2001:db8::55:1
65612026-08-25T01:07:26.188ZAug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
65622026-08-25T01:07:26.188Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65632026-08-25T01:07:26.188Z
65642026-08-25T01:07:26.188ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65652026-08-25T01:07:26.188ZAug 25 01:07:24.680Aug 25 01:07:24.680 Aug 25 01:07:24.680INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
65662026-08-25T01:07:26.188Z
65672026-08-25T01:07:26.188Z
65682026-08-25T01:07:26.188ZAug 25 01:07:24.680Aug 25 01:07:24.680 DEBGINFO Aug 25 01:07:24.680Aug 25 01:07:24.680adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65692026-08-25T01:07:26.188Z 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 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 } }]
65702026-08-25T01:07:26.188ZDEBGAug 25 01:07:24.680 DEBG
65712026-08-25T01:07:26.189Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680replacing 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 } }]
65722026-08-25T01:07:26.189ZINFO
65732026-08-25T01:07:26.189Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
65742026-08-25T01:07:26.189Z INFO Aug 25 01:07:24.680adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:07:24.680Aug 25 01:07:24.680 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65752026-08-25T01:07:26.189Z
65762026-08-25T01:07:26.189Z
65772026-08-25T01:07:26.189Z INFOAug 25 01:07:24.680 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGAug 25 01:07:24.680 Aug 25 01:07:24.680Aug 25 01:07:24.680 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 } }]
65782026-08-25T01:07:26.189ZINFO
65792026-08-25T01:07:26.189Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65802026-08-25T01:07:26.189ZDEBGDEBG 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 } }]created new freemapAug 25 01:07:24.680Aug 25 01:07:24.680 , DEBGINFOunit adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65812026-08-25T01:07:26.189Z:
65822026-08-25T01:07:26.189Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680 Aug 25 01:07:24.680
65832026-08-25T01:07:26.189Z DEBGfreemap_route_ipv4 Aug 25 01:07:24.680replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.680
65842026-08-25T01:07:26.189ZINFO
65852026-08-25T01:07:26.189Z DEBG Aug 25 01:07:24.680INFOAug 25 01:07:24.680 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
65862026-08-25T01:07:26.189Zadding route 3fff:dead::/64 -> 2001:db8::55:2created new freemap
65872026-08-25T01:07:26.189Z , unitAug 25 01:07:24.680adding route 3fff:beef:16::/64 -> 2001:db8::55:ff: 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 } }]
65882026-08-25T01:07:26.189ZDEBGAug 25 01:07:24.680
65892026-08-25T01:07:26.190Z freemap_route_ipv6 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 } }]
65902026-08-25T01:07:26.190Z
65912026-08-25T01:07:26.190ZDEBGAug 25 01:07:24.680Aug 25 01:07:24.680 DEBGAug 25 01:07:24.680 Aug 25 01:07:24.680 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 } }]initted freemap. size: 64INFOreplacing 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 } }]
65922026-08-25T01:07:26.190Z
65932026-08-25T01:07:26.190Z, adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65942026-08-25T01:07:26.190ZINFOunit: Aug 25 01:07:24.680freemap_route_ipv4Aug 25 01:07:24.680 INFOINFO
65952026-08-25T01:07:26.190Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65962026-08-25T01:07:26.190Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
65972026-08-25T01:07:26.190Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
65982026-08-25T01:07:26.190Z DEBGAug 25 01:07:24.680 reset freemapAug 25 01:07:24.680DEBG Aug 25 01:07:24.680, 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 } }]
65992026-08-25T01:07:26.190ZDEBGreplacing 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 } }] unit
66002026-08-25T01:07:26.190Zreplacing 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 } }]:
66012026-08-25T01:07:26.190ZAug 25 01:07:24.680 freemap_route_ipv4INFOAug 25 01:07:24.680 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66022026-08-25T01:07:26.191ZINFO Aug 25 01:07:24.680
66032026-08-25T01:07:26.191Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 25 01:07:24.680INFO
66042026-08-25T01:07:26.191ZDEBGAug 25 01:07:24.680 initted freemap. size: 64DEBG, 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 } }]:
66052026-08-25T01:07:26.191Z freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
66062026-08-25T01:07:26.191ZAug 25 01:07:24.680
66072026-08-25T01:07:26.191Z Aug 25 01:07:24.680INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66082026-08-25T01:07:26.191ZDEBG DEBGAug 25 01:07:24.680replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.680
66092026-08-25T01:07:26.191Z DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
66102026-08-25T01:07:26.191Z
66112026-08-25T01:07:26.191Zreset freemapAug 25 01:07:24.680, unitAug 25 01:07:24.680INFO: Aug 25 01:07:24.680 freemap_route_ipv6 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
66122026-08-25T01:07:26.191Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66132026-08-25T01:07:26.191Z
66142026-08-25T01:07:26.191ZINFOAug 25 01:07:24.680 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
66152026-08-25T01:07:26.191ZDEBGAug 25 01:07:24.680 Aug 25 01:07:24.680replacing 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 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 } }]
66162026-08-25T01:07:26.191Z
66172026-08-25T01:07:26.191Z Aug 25 01:07:24.680 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
66182026-08-25T01:07:26.192ZAug 25 01:07:24.680Aug 25 01:07:24.680 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
66192026-08-25T01:07:26.192ZINFO 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 } }] Aug 25 01:07:24.680
66202026-08-25T01:07:26.197Z DEBGadding route 3fff:beef:3::/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 } }]
66212026-08-25T01:07:26.197Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66222026-08-25T01:07:26.197Z
66232026-08-25T01:07:26.197ZAug 25 01:07:24.680Aug 25 01:07:24.680Aug 25 01:07:24.680 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 } }] Aug 25 01:07:24.680adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
66242026-08-25T01:07:26.197Z
66252026-08-25T01:07:26.197Z Aug 25 01:07:24.680Aug 25 01:07:24.680INFO DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
66262026-08-25T01:07:26.197Z
66272026-08-25T01:07:26.197Z
66282026-08-25T01:07:26.197Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
66292026-08-25T01:07:26.197ZAug 25 01:07:24.680 Aug 25 01:07:24.680INFOAug 25 01:07:24.680 Aug 25 01:07:24.680adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66302026-08-25T01:07:26.197Z DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.680DEBG DEBG
66312026-08-25T01:07:26.197Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
66322026-08-25T01:07:26.197Z
66332026-08-25T01:07:26.197Z
66342026-08-25T01:07:26.197ZAug 25 01:07:24.680 Aug 25 01:07:24.680INFO Aug 25 01:07:24.680 Aug 25 01:07:24.680adding route 3fff:dead::/64 -> 2001:db8::55:3INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66352026-08-25T01:07:26.198Z
66362026-08-25T01:07:26.198ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:07:24.680
66372026-08-25T01:07:26.198Z Aug 25 01:07:24.680DEBGAug 25 01:07:24.680 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 } }]
66382026-08-25T01:07:26.198Z
66392026-08-25T01:07:26.198Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
66402026-08-25T01:07:26.198ZDEBGAug 25 01:07:24.681 INFOAug 25 01:07:24.681 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
66412026-08-25T01:07:26.198Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
66422026-08-25T01:07:26.198Z adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
66432026-08-25T01:07:26.198Z Aug 25 01:07:24.681Aug 25 01:07:24.681 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 } }] 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 } }]
66442026-08-25T01:07:26.198Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
66452026-08-25T01:07:26.198Z
66462026-08-25T01:07:26.198ZAug 25 01:07:24.681 Aug 25 01:07:24.681DEBG Aug 25 01:07:24.681INFOAug 25 01:07:24.681 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66472026-08-25T01:07:26.198Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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
66482026-08-25T01:07:26.198Z
66492026-08-25T01:07:26.198Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:07:24.681Aug 25 01:07:24.681
66502026-08-25T01:07:26.198ZAug 25 01:07:24.681 INFODEBGDEBG 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 } }]
66512026-08-25T01:07:26.198Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:7::/64 -> 2001:db8::55:ff
66522026-08-25T01:07:26.198Z
66532026-08-25T01:07:26.199ZAug 25 01:07:24.681Aug 25 01:07:24.681 INFODEBGAug 25 01:07:24.681 adding route 3fff:beef:21::/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 } }]
66542026-08-25T01:07:26.199Z
66552026-08-25T01:07:26.199ZDEBG 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 } }]
66562026-08-25T01:07:26.199ZAug 25 01:07:24.681 Aug 25 01:07:24.681DEBGAug 25 01:07:24.681 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 } }]
66572026-08-25T01:07:26.199ZINFO INFO Aug 25 01:07:24.681adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66582026-08-25T01:07:26.199ZINFO
66592026-08-25T01:07:26.199Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66602026-08-25T01:07:26.199ZAug 25 01:07:24.681 DEBGAug 25 01:07:24.681Aug 25 01:07:24.681 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 } }]
66612026-08-25T01:07:26.199Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66622026-08-25T01:07:26.199Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
66632026-08-25T01:07:26.199Z INFO Aug 25 01:07:24.681adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
66642026-08-25T01:07:26.199ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66652026-08-25T01:07:26.199ZAug 25 01:07:24.681Aug 25 01:07:24.681 DEBGINFO Aug 25 01:07:24.681 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
66662026-08-25T01:07:26.199Zreplacing 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 } }]
66672026-08-25T01:07:26.199Z
66682026-08-25T01:07:26.199ZAug 25 01:07:24.681Aug 25 01:07:24.681 INFOAug 25 01:07:24.681 INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66692026-08-25T01:07:26.199Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
66702026-08-25T01:07:26.199Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
66712026-08-25T01:07:26.200Z 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 } }]Aug 25 01:07:24.681
66722026-08-25T01:07:26.200Z DEBG Aug 25 01:07:24.681replacing 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 } }]
66732026-08-25T01:07:26.200ZAug 25 01:07:24.681INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
66742026-08-25T01:07:26.200ZAug 25 01:07:24.681 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
66752026-08-25T01:07:26.200Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66762026-08-25T01:07:26.200ZAug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBG DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66772026-08-25T01:07:26.200Z
66782026-08-25T01:07:26.200Zreplacing 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 } }]
66792026-08-25T01:07:26.200ZAug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66802026-08-25T01:07:26.200Z
66812026-08-25T01:07:26.200ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66822026-08-25T01:07:26.200ZAug 25 01:07:24.681 DEBGAug 25 01:07:24.681 Aug 25 01:07:24.681 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
66832026-08-25T01:07:26.200Z 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
66842026-08-25T01:07:26.200Z Aug 25 01:07:24.681 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
66852026-08-25T01:07:26.200Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:07:24.681
66862026-08-25T01:07:26.200Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:07:24.681
66872026-08-25T01:07:26.201ZAug 25 01:07:24.681 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:35::/64 -> 2001:db8::55:ff
66882026-08-25T01:07:26.201ZAug 25 01:07:24.681
66892026-08-25T01:07:26.201Z DEBG Aug 25 01:07:24.681replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
66902026-08-25T01:07:26.205ZINFODEBGAug 25 01:07:24.681 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66912026-08-25T01:07:26.205Z
66922026-08-25T01:07:26.205ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
66932026-08-25T01:07:26.205ZAug 25 01:07:24.681Aug 25 01:07:24.681 INFODEBGAug 25 01:07:24.681 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66942026-08-25T01:07:26.205ZDEBG 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 } }]
66952026-08-25T01:07:26.205Z
66962026-08-25T01:07:26.205ZAug 25 01:07:24.681adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66972026-08-25T01:07:26.206ZAug 25 01:07:24.681Aug 25 01:07:24.681INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
66982026-08-25T01:07:26.206Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66992026-08-25T01:07:26.206ZINFO Aug 25 01:07:24.681adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:07:24.681Aug 25 01:07:24.681 DEBG
67002026-08-25T01:07:26.206ZDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
67012026-08-25T01:07:26.206Z
67022026-08-25T01:07:26.206ZDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67032026-08-25T01:07:26.206ZAug 25 01:07:24.681 INFO INFOAug 25 01:07:24.681 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67042026-08-25T01:07:26.206Z INFO
67052026-08-25T01:07:26.207ZAug 25 01:07:24.681 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 01:07:24.681
67062026-08-25T01:07:26.207Z DEBGDEBG Aug 25 01:07:24.681replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.681DEBGreplacing 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 } }]
67072026-08-25T01:07:26.207Z
67082026-08-25T01:07:26.207Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67092026-08-25T01:07:26.207Z 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 } }]
67102026-08-25T01:07:26.207ZAug 25 01:07:24.681 Aug 25 01:07:24.681INFO Aug 25 01:07:24.681Aug 25 01:07:24.681 INFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67112026-08-25T01:07:26.207ZINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67122026-08-25T01:07:26.207Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:07:24.681
67132026-08-25T01:07:26.207Z DEBG
67142026-08-25T01:07:26.207Z 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 } }]
67152026-08-25T01:07:26.207ZAug 25 01:07:24.681 Aug 25 01:07:24.681DEBG Aug 25 01:07:24.681replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67162026-08-25T01:07:26.207Z DEBG INFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 01:07:24.681 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
67172026-08-25T01:07:26.207Z 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:12::/64 -> 2001:db8::55:ff
67182026-08-25T01:07:26.207Z
67192026-08-25T01:07:26.207Z
67202026-08-25T01:07:26.214ZAug 25 01:07:24.681 Aug 25 01:07:24.681Aug 25 01:07:24.681INFO Aug 25 01:07:24.681adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
67212026-08-25T01:07:26.214Z DEBGDEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 25 01:07:24.681replacing 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: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 } }]
67222026-08-25T01:07:26.214Z
67232026-08-25T01:07:26.214ZDEBG
67242026-08-25T01:07:26.215Z 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 } }]
67252026-08-25T01:07:26.215ZAug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOINFO
67262026-08-25T01:07:26.215Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG
67272026-08-25T01:07:26.215Z Aug 25 01:07:24.681adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
67282026-08-25T01:07:26.215Zreplacing 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
67292026-08-25T01:07:26.215ZAug 25 01:07:24.681 Aug 25 01:07:24.681replacing 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 } }]
67302026-08-25T01:07:26.215ZDEBGDEBG 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 } }]
67312026-08-25T01:07:26.215Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67322026-08-25T01:07:26.215Z INFOAug 25 01:07:24.681 INFO Aug 25 01:07:24.681adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67332026-08-25T01:07:26.215ZAug 25 01:07:24.681
67342026-08-25T01:07:26.215Z INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
67352026-08-25T01:07:26.215ZAug 25 01:07:24.681adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 25 01:07:24.681DEBG DEBG
67362026-08-25T01:07:26.215Z 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 } }]
67372026-08-25T01:07:26.215ZAug 25 01:07:24.681Aug 25 01:07:24.681 DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67382026-08-25T01:07:26.215Z 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:2f::/64 -> 2001:db8::55:ff
67392026-08-25T01:07:26.215Zreplacing 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 } }]
67402026-08-25T01:07:26.215Z
67412026-08-25T01:07:26.215ZAug 25 01:07:24.681 Aug 25 01:07:24.681DEBGAug 25 01:07:24.681 Aug 25 01:07:24.681replacing 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 } }]
67422026-08-25T01:07:26.216ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:07:24.681
67432026-08-25T01:07:26.216Z INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
67442026-08-25T01:07:26.216Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:07:24.681
67452026-08-25T01:07:26.216ZDEBGAug 25 01:07:24.681 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67462026-08-25T01:07:26.216ZDEBG
67472026-08-25T01:07:26.216Z Aug 25 01:07:24.681replacing 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
67482026-08-25T01:07:26.216Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67492026-08-25T01:07:26.216Z INFO Aug 25 01:07:24.681adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 01:07:24.681Aug 25 01:07:24.681 INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67502026-08-25T01:07:26.216Z
67512026-08-25T01:07:26.216Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67522026-08-25T01:07:26.216Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681Aug 25 01:07:24.681
67532026-08-25T01:07:26.216Z DEBGDEBG Aug 25 01:07:24.681replacing 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: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 } }]
67542026-08-25T01:07:26.216Z
67552026-08-25T01:07:26.216Z DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67562026-08-25T01:07:26.216Z INFOAug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
67572026-08-25T01:07:26.217ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
67582026-08-25T01:07:26.217Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67592026-08-25T01:07:26.217Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67602026-08-25T01:07:26.217ZAug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681 DEBGDEBGAug 25 01:07:24.681DEBG 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
67612026-08-25T01:07:26.217Z 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: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 } }]
67622026-08-25T01:07:26.217Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67632026-08-25T01:07:26.217Z
67642026-08-25T01:07:26.217ZINFOAug 25 01:07:24.681 Aug 25 01:07:24.681INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67652026-08-25T01:07:26.217ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67662026-08-25T01:07:26.217Z
67672026-08-25T01:07:26.217ZAug 25 01:07:24.681 Aug 25 01:07:24.681DEBG DEBGAug 25 01:07:24.681 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: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 } }]
67682026-08-25T01:07:26.218Z
67692026-08-25T01:07:26.218Z DEBGAug 25 01:07:24.681 Aug 25 01:07:24.681 Aug 25 01:07:24.681INFOINFOreplacing 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 } }]
67702026-08-25T01:07:26.219Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
67712026-08-25T01:07:26.219Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67722026-08-25T01:07:26.219Z
67732026-08-25T01:07:26.219ZAug 25 01:07:24.681 INFOAug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681DEBG 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 } }]DEBG
67742026-08-25T01:07:26.219Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }]
67752026-08-25T01:07:26.219Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67762026-08-25T01:07:26.219Z
67772026-08-25T01:07:26.219ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67782026-08-25T01:07:26.219ZAug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.681
67792026-08-25T01:07:26.219Z 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 } }] Aug 25 01:07:24.681adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
67802026-08-25T01:07:26.219Z
67812026-08-25T01:07:26.219Z INFO
67822026-08-25T01:07:26.219ZAug 25 01:07:24.681adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:07:24.681 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67832026-08-25T01:07:26.219Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67842026-08-25T01:07:26.219Z
67852026-08-25T01:07:26.219ZAug 25 01:07:24.681 Aug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 DEBG DEBG INFODEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:2d::/64 -> 2001:db8::55:ff
67862026-08-25T01:07:26.219Z
67872026-08-25T01:07:26.220Z
67882026-08-25T01:07:26.220Zreplacing 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 } }]
67892026-08-25T01:07:26.220ZAug 25 01:07:24.681Aug 25 01:07:24.681Aug 25 01:07:24.681 Aug 25 01:07:24.681INFO DEBGINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67902026-08-25T01:07:26.220Z
67912026-08-25T01:07:26.220Zreplacing 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 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
67922026-08-25T01:07:26.220ZAug 25 01:07:24.683 Aug 25 01:07:24.684Aug 25 01:07:24.684 DEBGDEBGAug 25 01:07:24.682 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 } }]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 } }]
67932026-08-25T01:07:26.220Z
67942026-08-25T01:07:26.220Z created new freemapAug 25 01:07:24.684Aug 25 01:07:24.682 INFOAug 25 01:07:24.684 DEBGINFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67952026-08-25T01:07:26.220Z, Aug 25 01:07:24.681 created new freemapadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffunit, Aug 25 01:07:24.684
67962026-08-25T01:07:26.220Zunit Aug 25 01:07:24.684:DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:freemap_route_ipv4
67972026-08-25T01:07:26.220Z
67982026-08-25T01:07:26.220Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG created new freemapfreemap_route_ipv4
67992026-08-25T01:07:26.220Z, Aug 25 01:07:24.684
68002026-08-25T01:07:26.220ZAug 25 01:07:24.684Aug 25 01:07:24.684unit INFO: Aug 25 01:07:24.684 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68012026-08-25T01:07:26.220ZINFOfreemap_route_ipv4DEBG
68022026-08-25T01:07:26.221Z created new freemap , adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit: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 } }]
68032026-08-25T01:07:26.222Z Aug 25 01:07:24.684freemap_route_ipv6
68042026-08-25T01:07:26.222Z
68052026-08-25T01:07:26.222ZDEBGAug 25 01:07:24.684Aug 25 01:07:24.684Aug 25 01:07:24.684 DEBGDEBGAug 25 01:07:24.684 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 initted freemap. size: 64
68062026-08-25T01:07:26.222Z, 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 } }]created new freemapunit
68072026-08-25T01:07:26.222Z, Aug 25 01:07:24.684unit:Aug 25 01:07:24.684 :freemap_route_ipv4INFO
68082026-08-25T01:07:26.222Z Aug 25 01:07:24.684adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG INFOfreemap_route_ipv6DEBG
68092026-08-25T01:07:26.222Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68102026-08-25T01:07:26.222Z
68112026-08-25T01:07:26.222Zcreated new freemapAug 25 01:07:24.684 , Aug 25 01:07:24.684DEBGunitfailed to allocate space for the new target listAug 25 01:07:24.684 DEBG:reset freemap , 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 } }]unitDEBG :
68122026-08-25T01:07:26.222Z freemap_route_ipv6
68132026-08-25T01:07:26.222Z
68142026-08-25T01:07:26.222Zfreemap_route_ipv4
68152026-08-25T01:07:26.223Zinitted freemap. size: 64Aug 25 01:07:24.685 Aug 25 01:07:24.684Aug 25 01:07:24.685, Aug 25 01:07:24.685unitINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff :
68162026-08-25T01:07:26.223Z 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 } }]
68172026-08-25T01:07:26.223ZDEBG
68182026-08-25T01:07:26.223Z initted freemap. size: 64DEBGAug 25 01:07:24.685, unitAug 25 01:07:24.685: Aug 25 01:07:24.685 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 } }] 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 } }]freemap_route_ipv6
68192026-08-25T01:07:26.223Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreset freemap
68202026-08-25T01:07:26.228Z
68212026-08-25T01:07:26.228Z
68222026-08-25T01:07:26.228Z, unit:Aug 25 01:07:24.685 Aug 25 01:07:24.685Aug 25 01:07:24.685INFO freemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
68232026-08-25T01:07:26.228Z
68242026-08-25T01:07:26.228ZDEBG reset freemap replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
68252026-08-25T01:07:26.228ZunitAug 25 01:07:24.685:Aug 25 01:07:24.685 freemap_route_ipv6Aug 25 01:07:24.685
68262026-08-25T01:07:26.228Z Aug 25 01:07:24.685DEBG DEBGINFOAug 25 01:07:24.685 initted freemap. size: 64 INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
68272026-08-25T01:07:26.229Z
68282026-08-25T01:07:26.229Zfreemap_route_ipv6
68292026-08-25T01:07:26.229Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
68302026-08-25T01:07:26.229ZAug 25 01:07:24.685Aug 25 01:07:24.685 Aug 25 01:07:24.685INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG
68312026-08-25T01:07:26.230Z 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 } }]reset freemap
68322026-08-25T01:07:26.230ZAug 25 01:07:24.685Aug 25 01:07:24.685, DEBGunit DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685:
68332026-08-25T01:07:26.230Z INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
68342026-08-25T01:07:26.230Z
68352026-08-25T01:07:26.230ZAug 25 01:07:24.685 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685
68362026-08-25T01:07:26.230Z failed to allocate space for the new target listAug 25 01:07:24.685
68372026-08-25T01:07:26.230ZDEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:07:24.685
68382026-08-25T01:07:26.230Z Aug 25 01:07:24.685 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:07:24.685
68392026-08-25T01:07:26.230Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:21::/64 -> 2001:db8::55:ffINFO
68402026-08-25T01:07:26.230Z
68412026-08-25T01:07:26.230Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:07:24.685
68422026-08-25T01:07:26.230Z DEBGAug 25 01:07:24.685 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68432026-08-25T01:07:26.230ZDEBGAug 25 01:07:24.685 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68442026-08-25T01:07:26.230Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:07:24.685
68452026-08-25T01:07:26.230Z DEBG Aug 25 01:07:24.685replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68462026-08-25T01:07:26.230ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68472026-08-25T01:07:26.230Z Aug 25 01:07:24.685DEBG Aug 25 01:07:24.685INFO failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
68482026-08-25T01:07:26.230Z
68492026-08-25T01:07:26.230Z 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 } }]
68502026-08-25T01:07:26.230ZDEBGAug 25 01:07:24.685 created new freemapDEBG, Aug 25 01:07:24.685unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
68512026-08-25T01:07:26.230Z: adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
68522026-08-25T01:07:26.230Zfreemap_route_ipv4Aug 25 01:07:24.685
68532026-08-25T01:07:26.230Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
68542026-08-25T01:07:26.230ZAug 25 01:07:24.685 Aug 25 01:07:24.685DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685
68552026-08-25T01:07:26.230Zreplacing 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 } }]
68562026-08-25T01:07:26.231ZDEBG created new freemapAug 25 01:07:24.685, unitAug 25 01:07:24.685INFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6
68572026-08-25T01:07:26.231Z
68582026-08-25T01:07:26.231Z INFOAug 25 01:07:24.685 DEBGAug 25 01:07:24.685 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68592026-08-25T01:07:26.231Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffinitted freemap. size: 64
68602026-08-25T01:07:26.231Z, Aug 25 01:07:24.685unit INFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 01:07:24.685
68612026-08-25T01:07:26.231Z DEBGfreemap_route_ipv4
68622026-08-25T01:07:26.231Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685
68632026-08-25T01:07:26.231Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685
68642026-08-25T01:07:26.231Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:07:24.685
68652026-08-25T01:07:26.231Z Aug 25 01:07:24.685INFO
68662026-08-25T01:07:26.231Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
68672026-08-25T01:07:26.232Zreset freemap, unit: Aug 25 01:07:24.685freemap_route_ipv4
68682026-08-25T01:07:26.232ZDEBG Aug 25 01:07:24.685replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685
68692026-08-25T01:07:26.232Z Aug 25 01:07:24.685DEBGINFO adding route 3fff:beef:2e::/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 } }]
68702026-08-25T01:07:26.232Z
68712026-08-25T01:07:26.232ZDEBG initted freemap. size: 64, Aug 25 01:07:24.685unit Aug 25 01:07:24.685: INFOINFO freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:07:24.685
68722026-08-25T01:07:26.232Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
68732026-08-25T01:07:26.232Z
68742026-08-25T01:07:26.232ZDEBGAug 25 01:07:24.685 DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685replacing 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 } }]
68752026-08-25T01:07:26.232Z DEBG
68762026-08-25T01:07:26.232Zreplacing 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 } }]
68772026-08-25T01:07:26.232ZAug 25 01:07:24.685 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68782026-08-25T01:07:26.232ZAug 25 01:07:24.685 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68792026-08-25T01:07:26.232ZAug 25 01:07:24.685 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68802026-08-25T01:07:26.232ZAug 25 01:07:24.685 INFO Aug 25 01:07:24.685adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68812026-08-25T01:07:26.232ZDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685Aug 25 01:07:24.685 DEBGINFO
68822026-08-25T01:07:26.232Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68832026-08-25T01:07:26.232Zreplacing 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 } }]
68842026-08-25T01:07:26.232ZAug 25 01:07:24.685 INFOAug 25 01:07:24.685 Aug 25 01:07:24.685adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 25 01:07:24.685
68852026-08-25T01:07:26.232ZDEBG DEBG reset freemap , INFOunitreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: Aug 25 01:07:24.685adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68862026-08-25T01:07:26.232Zfreemap_route_ipv6
68872026-08-25T01:07:26.232Z
68882026-08-25T01:07:26.232ZDEBG 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 } }]
68892026-08-25T01:07:26.232ZAug 25 01:07:24.685 INFO Aug 25 01:07:24.685adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 01:07:24.685
68902026-08-25T01:07:26.232Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 01:07:24.685Aug 25 01:07:24.685
68912026-08-25T01:07:26.232Z DEBG
68922026-08-25T01:07:26.232Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685DEBG
68932026-08-25T01:07:26.232ZDEBG 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 } }]
68942026-08-25T01:07:26.232Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68952026-08-25T01:07:26.232ZAug 25 01:07:24.685Aug 25 01:07:24.685 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 01:07:24.685
68962026-08-25T01:07:26.232Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.685
68972026-08-25T01:07:26.232ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
68982026-08-25T01:07:26.232ZAug 25 01:07:24.685Aug 25 01:07:24.685 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68992026-08-25T01:07:26.232Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.685 DEBG
69002026-08-25T01:07:26.232Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.685
69012026-08-25T01:07:26.232ZINFOAug 25 01:07:24.685 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOAug 25 01:07:24.685 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
69022026-08-25T01:07:26.232ZAug 25 01:07:24.685 DEBGAug 25 01:07:24.685Aug 25 01:07:24.699 DEBGDEBG created new freemapcreated 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, :
69032026-08-25T01:07:26.233Z unitfreemap_route_ipv4:
69042026-08-25T01:07:26.233Z freemap_route_ipv4
69052026-08-25T01:07:26.233Z
69062026-08-25T01:07:26.233ZAug 25 01:07:24.699Aug 25 01:07:24.699 Aug 25 01:07:24.699 DEBGINFO Aug 25 01:07:24.699created new freemap adding route 3fff:beef:9::/64 -> 2001:db8::55:ff,
69072026-08-25T01:07:26.233Zunit:DEBG INFOfreemap_route_ipv6 Aug 25 01:07:24.699
69082026-08-25T01:07:26.233Z created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff , unit
69092026-08-25T01:07:26.233Z:DEBGAug 25 01:07:24.699 freemap_route_ipv6 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 } }]
69102026-08-25T01:07:26.233Z
69112026-08-25T01:07:26.233Zinitted freemap. size: 64Aug 25 01:07:24.699, unitDEBG:Aug 25 01:07:24.699 Aug 25 01:07:24.699 freemap_route_ipv4
69122026-08-25T01:07:26.233ZDEBGreplacing 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
69132026-08-25T01:07:26.233Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
69142026-08-25T01:07:26.233Zinitted freemap. size: 64Aug 25 01:07:24.699, Aug 25 01:07:24.699INFOunit adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG: reset freemap
69152026-08-25T01:07:26.233Z , Aug 25 01:07:24.699freemap_route_ipv4unit
69162026-08-25T01:07:26.233Z: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 } }]
69172026-08-25T01:07:26.233Zfreemap_route_ipv4Aug 25 01:07:24.699
69182026-08-25T01:07:26.233ZDEBGAug 25 01:07:24.699 Aug 25 01:07:24.699 reset freemapINFO, Aug 25 01:07:24.699adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
69192026-08-25T01:07:26.233Z unit :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 } }]
69202026-08-25T01:07:26.238Zfreemap_route_ipv4DEBG initted freemap. size: 64
69212026-08-25T01:07:26.238Z, unitAug 25 01:07:24.699Aug 25 01:07:24.699: freemap_route_ipv6DEBG
69222026-08-25T01:07:26.238Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 01:07:24.699
69232026-08-25T01:07:26.238Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:07:24.699
69242026-08-25T01:07:26.238ZDEBG initted freemap. size: 64DEBG, Aug 25 01:07:24.699reset freemap unitDEBG, Aug 25 01:07:24.699: unit replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
69252026-08-25T01:07:26.238ZINFO freemap_route_ipv6freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
69262026-08-25T01:07:26.238Z
69272026-08-25T01:07:26.238ZAug 25 01:07:24.699
69282026-08-25T01:07:26.238Z INFOAug 25 01:07:24.699Aug 25 01:07:24.699 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
69292026-08-25T01:07:26.238ZDEBG 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 } }]reset freemapAug 25 01:07:24.699
69302026-08-25T01:07:26.239Z, Aug 25 01:07:24.699unitINFO: adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6Aug 25 01:07:24.699DEBG
69312026-08-25T01:07:26.239Z
69322026-08-25T01:07:26.239Z INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
69332026-08-25T01:07:26.239Z
69342026-08-25T01:07:26.239ZAug 25 01:07:24.699Aug 25 01:07:24.699 DEBGINFO Aug 25 01:07:24.699replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.699
69352026-08-25T01:07:26.239Z INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
69362026-08-25T01:07:26.239Z 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:37::/64 -> 2001:db8::55:ffAug 25 01:07:24.699
69372026-08-25T01:07:26.239Z
69382026-08-25T01:07:26.239Z INFO Aug 25 01:07:24.699adding route 172.16.0.0/32 -> 10.0.0.2
69392026-08-25T01:07:26.239ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.699
69402026-08-25T01:07:26.239Z Aug 25 01:07:24.699INFO DEBG Aug 25 01:07:24.699adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 01:07:24.699 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
69412026-08-25T01:07:26.239ZINFO
69422026-08-25T01:07:26.239Z 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 } }]
69432026-08-25T01:07:26.239Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:07:24.699
69442026-08-25T01:07:26.240ZINFO Aug 25 01:07:24.699Aug 25 01:07:24.699adding route 172.16.0.0/32 -> 10.0.0.3 INFO
69452026-08-25T01:07:26.240ZDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:07:24.699
69462026-08-25T01:07:26.240ZDEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.699
69472026-08-25T01:07:26.240Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.699
69482026-08-25T01:07:26.240Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 01:07:24.699
69492026-08-25T01:07:26.240Z Aug 25 01:07:24.699 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFO
69502026-08-25T01:07:26.240Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 172.17.0.1/32 -> 10.0.0.255
69512026-08-25T01:07:26.240Z
69522026-08-25T01:07:26.240ZAug 25 01:07:24.699Aug 25 01:07:24.699 INFO Aug 25 01:07:24.699INFOAug 25 01:07:24.699 adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69532026-08-25T01:07:26.240Z DEBGDEBG
69542026-08-25T01:07:26.240Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
69552026-08-25T01:07:26.240Z
69562026-08-25T01:07:26.240ZAug 25 01:07:24.699 Aug 25 01:07:24.699DEBGAug 25 01:07:24.699 DEBG INFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:10::/64 -> 2001:db8::55:ff
69572026-08-25T01:07:26.240ZAug 25 01:07:24.699
69582026-08-25T01:07:26.240Z INFO
69592026-08-25T01:07:26.240Z adding route 172.17.0.2/32 -> 10.0.0.255
69602026-08-25T01:07:26.240ZAug 25 01:07:24.699Aug 25 01:07:24.699Aug 25 01:07:24.699 INFO DEBG INFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69612026-08-25T01:07:26.240Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255Aug 25 01:07:24.699
69622026-08-25T01:07:26.241Z
69632026-08-25T01:07:26.241Z Aug 25 01:07:24.699DEBG Aug 25 01:07:24.699 INFO 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 } }]
69642026-08-25T01:07:26.241Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 01:07:24.699replacing 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 } }]
69652026-08-25T01:07:26.241ZDEBG
69662026-08-25T01:07:26.241Zreplacing 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 } }]
69672026-08-25T01:07:26.241ZAug 25 01:07:24.699
69682026-08-25T01:07:26.241ZAug 25 01:07:24.699Aug 25 01:07:24.685 INFO Aug 25 01:07:24.699DEBG INFOinitted freemap. size: 64 INFOAug 25 01:07:24.700, Aug 25 01:07:24.700unit :adding route 172.17.0.1/32 -> 10.0.0.255DEBG DEBG
69692026-08-25T01:07:26.242Zreplacing 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 } }]
69702026-08-25T01:07:26.242Zfreemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
69712026-08-25T01:07:26.242Z
69722026-08-25T01:07:26.242Z Aug 25 01:07:24.700Aug 25 01:07:24.700replacing 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 } }] INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
69732026-08-25T01:07:26.242Z
69742026-08-25T01:07:26.242ZAug 25 01:07:24.700replacing 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 } }]
69752026-08-25T01:07:26.242Z
69762026-08-25T01:07:26.242Z Aug 25 01:07:24.700Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBGAug 25 01:07:24.700 Aug 25 01:07:24.700 DEBGDEBGINFOreplacing 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: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
69772026-08-25T01:07:26.242Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
69782026-08-25T01:07:26.242Z DEBG reset freemapreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.700
69792026-08-25T01:07:26.242Zadding route 172.17.0.2/32 -> 10.0.0.255,
69802026-08-25T01:07:26.242Z
69812026-08-25T01:07:26.242ZAug 25 01:07:24.700unit :INFO freemap_route_ipv4
69822026-08-25T01:07:26.242Z INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 25 01:07:24.700
69832026-08-25T01:07:26.242Z Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBG Aug 25 01:07:24.700 adding route 3fff:beef:3c::/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 } }]
69842026-08-25T01:07:26.242ZINFO
69852026-08-25T01:07:26.242ZDEBG Aug 25 01:07:24.700initted freemap. size: 64 , unitDEBG DEBG: Aug 25 01:07:24.700adding route 172.17.0.4/32 -> 10.0.0.255Aug 25 01:07:24.700 DEBG
69862026-08-25T01:07:26.242Ztest route::tests::identity_replace_is_noop ... ok
69872026-08-25T01:07:26.243Zreplacing 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: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_ipv6replacing 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 } }]
69882026-08-25T01:07:26.243Z
69892026-08-25T01:07:26.243Z
69902026-08-25T01:07:26.243ZINFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 01:07:24.700
69912026-08-25T01:07:26.243Z DEBGAug 25 01:07:24.700 Aug 25 01:07:24.700
69922026-08-25T01:07:26.243ZAug 25 01:07:24.700 INFOreset freemapINFO INFOAug 25 01:07:24.700 , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG
69932026-08-25T01:07:26.243Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit
69942026-08-25T01:07:26.243Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff :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 } }]
69952026-08-25T01:07:26.243Z
69962026-08-25T01:07:26.243Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
69972026-08-25T01:07:26.244Z Aug 25 01:07:24.700Aug 25 01:07:24.700Aug 25 01:07:24.700 Aug 25 01:07:24.700DEBG freemap_route_ipv6INFODEBGAug 25 01:07:24.700 DEBG
69982026-08-25T01:07:26.244Z 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 } }]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 } }]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 } }]
69992026-08-25T01:07:26.244Zadding route 172.17.0.4/32 -> 10.0.0.255 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 } }]
70002026-08-25T01:07:26.244Z
70012026-08-25T01:07:26.244ZAug 25 01:07:24.700 INFOAug 25 01:07:24.700Aug 25 01:07:24.700
70022026-08-25T01:07:26.244Z Aug 25 01:07:24.700 adding route 172.17.0.5/32 -> 10.0.0.255INFO
70032026-08-25T01:07:26.244Zadding route 172.16.0.0/32 -> 10.0.0.1
70042026-08-25T01:07:26.244ZINFO
70052026-08-25T01:07:26.244Z DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 25 01:07:24.700
70062026-08-25T01:07:26.244ZAug 25 01:07:24.700 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 } }]Aug 25 01:07:24.700
70072026-08-25T01:07:26.244ZDEBGAug 25 01:07:24.700Aug 25 01:07:24.700 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70082026-08-25T01:07:26.244ZAug 25 01:07:24.700 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
70092026-08-25T01:07:26.244Z
70102026-08-25T01:07:26.244ZAug 25 01:07:24.700 Aug 25 01:07:24.700DEBG 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 } }]
70112026-08-25T01:07:26.244Zreplacing 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 } }]
70122026-08-25T01:07:26.244ZAug 25 01:07:24.700 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
70132026-08-25T01:07:26.244ZAug 25 01:07:24.700 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70142026-08-25T01:07:26.245ZAug 25 01:07:24.700 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
70152026-08-25T01:07:26.245Z
70162026-08-25T01:07:26.245ZAug 25 01:07:24.700 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70172026-08-25T01:07:26.245Z 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
70182026-08-25T01:07:26.245ZAug 25 01:07:24.700 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70192026-08-25T01:07:26.245ZAug 25 01:07:24.700Aug 25 01:07:24.700INFO Aug 25 01:07:24.700 INFO INFOAug 25 01:07:24.700 DEBG INFO adding route 172.17.0.5/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 } }]adding route 172.16.0.0/32 -> 10.0.0.2
70202026-08-25T01:07:26.250Zadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.6/32 -> 10.0.0.255
70212026-08-25T01:07:26.250Z
70222026-08-25T01:07:26.250Z
70232026-08-25T01:07:26.250ZAug 25 01:07:24.700Aug 25 01:07:24.715 DEBGDEBGAug 25 01:07:24.715 created new freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715DEBG
70242026-08-25T01:07:26.250Z, Aug 25 01:07:24.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOunitAug 25 01:07:24.715
70252026-08-25T01:07:26.250Z : DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70262026-08-25T01:07:26.250Z
70272026-08-25T01:07:26.250ZAug 25 01:07:24.715freemap_route_ipv4 Aug 25 01:07:24.715INFO INFO
70282026-08-25T01:07:26.250Z Aug 25 01:07:24.715adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGadding route 172.16.0.0/32 -> 10.0.0.3
70292026-08-25T01:07:26.250Zreplacing 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 } }]
70302026-08-25T01:07:26.250Z
70312026-08-25T01:07:26.251ZAug 25 01:07:24.715 Aug 25 01:07:24.715Aug 25 01:07:24.715 DEBG Aug 25 01:07:24.715DEBG DEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
70322026-08-25T01:07:26.251Z, unit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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
70332026-08-25T01:07:26.251Zfreemap_route_ipv6Aug 25 01:07:24.715
70342026-08-25T01:07:26.251Z adding route 172.17.0.8/32 -> 10.0.0.255INFO
70352026-08-25T01:07:26.251Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 01:07:24.715Aug 25 01:07:24.715
70362026-08-25T01:07:26.251Z DEBG DEBGinitted freemap. size: 64 Aug 25 01:07:24.715, Aug 25 01:07:24.715 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]: DEBGreplacing targets for 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 } }]
70372026-08-25T01:07:26.252Z
70382026-08-25T01:07:26.252Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
70392026-08-25T01:07:26.252Zfreemap_route_ipv4
70402026-08-25T01:07:26.252ZAug 25 01:07:24.715Aug 25 01:07:24.715Aug 25 01:07:24.715 WARNDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:07:24.715
70412026-08-25T01:07:26.252Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
70422026-08-25T01:07:26.252Zreset freemap
70432026-08-25T01:07:26.252Z, unitAug 25 01:07:24.715: freemap_route_ipv4Aug 25 01:07:24.715ERRO
70442026-08-25T01:07:26.252Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
70452026-08-25T01:07:26.252Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715
70462026-08-25T01:07:26.252Z DEBG Aug 25 01:07:24.715initted freemap. size: 64 , ERROAug 25 01:07:24.715unit : INFOfreemap_route_ipv6
70472026-08-25T01:07:26.252Zshrink-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 itadding route 172.17.0.10/32 -> 10.0.0.255
70482026-08-25T01:07:26.252Z
70492026-08-25T01:07:26.252ZAug 25 01:07:24.715 DEBG reset freemap, unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ff:Aug 25 01:07:24.715
70502026-08-25T01:07:26.252Z freemap_route_ipv6DEBG
70512026-08-25T01:07:26.252Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715 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 } }]
70522026-08-25T01:07:26.252Z
70532026-08-25T01:07:26.252ZAug 25 01:07:24.715 INFOAug 25 01:07:24.715Aug 25 01:07:24.715 adding route 172.16.0.0/32 -> 10.0.0.1
70542026-08-25T01:07:26.253ZINFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
70552026-08-25T01:07:26.253Z
70562026-08-25T01:07:26.253Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:07:24.715
70572026-08-25T01:07:26.253ZDEBGAug 25 01:07:24.715 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.715Aug 25 01:07:24.715
70582026-08-25T01:07:26.253Z DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715DEBG
70592026-08-25T01:07:26.253Z 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 } }]INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
70602026-08-25T01:07:26.253Z
70612026-08-25T01:07:26.253Z
70622026-08-25T01:07:26.253ZAug 25 01:07:24.715 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:07:24.715Aug 25 01:07:24.715
70632026-08-25T01:07:26.253ZAug 25 01:07:24.715 INFODEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70642026-08-25T01:07:26.253Zadding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
70652026-08-25T01:07:26.253Z
70662026-08-25T01:07:26.253ZAug 25 01:07:24.715 Aug 25 01:07:24.715Aug 25 01:07:24.715 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
70672026-08-25T01:07:26.253ZAug 25 01:07:24.715
70682026-08-25T01:07:26.253Z 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 } }]
70692026-08-25T01:07:26.253ZAug 25 01:07:24.715 INFOAug 25 01:07:24.715 Aug 25 01:07:24.715 DEBGINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
70702026-08-25T01:07:26.253Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
70712026-08-25T01:07:26.253Z
70722026-08-25T01:07:26.253ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715
70732026-08-25T01:07:26.253Z Aug 25 01:07:24.715Aug 25 01:07:24.715DEBG 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 } }]
70742026-08-25T01:07:26.253ZDEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70752026-08-25T01:07:26.253Z
70762026-08-25T01:07:26.253ZAug 25 01:07:24.715Aug 25 01:07:24.715 INFOINFOAug 25 01:07:24.715 Aug 25 01:07:24.715 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
70772026-08-25T01:07:26.253Zreplacing 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 } }]
70782026-08-25T01:07:26.253Ztest route::tests::rollback_on_compact_write_failure ... ok
70792026-08-25T01:07:26.254Ztest route::tests::rollback_on_compact_delete_failure ... ok
70802026-08-25T01:07:26.254ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
70812026-08-25T01:07:26.255Z
70822026-08-25T01:07:26.255ZAug 25 01:07:24.715Aug 25 01:07:24.715 DEBGINFO 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 172.17.0.2/32 -> 10.0.0.255
70832026-08-25T01:07:26.255Z
70842026-08-25T01:07:26.255ZAug 25 01:07:24.715 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 } }]
70852026-08-25T01:07:26.255ZAug 25 01:07:24.715
70862026-08-25T01:07:26.255ZAug 25 01:07:24.715 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715Aug 25 01:07:24.715
70872026-08-25T01:07:26.255Z INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
70882026-08-25T01:07:26.255ZAug 25 01:07:24.715 adding route 172.17.0.15/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.715Aug 25 01:07:24.715
70892026-08-25T01:07:26.255Z
70902026-08-25T01:07:26.255Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG
70912026-08-25T01:07:26.255Z DEBG Aug 25 01:07:24.715replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715
70922026-08-25T01:07:26.255Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.715
70932026-08-25T01:07:26.255ZDEBG DEBG Aug 25 01:07:24.715replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
70942026-08-25T01:07:26.255Z
70952026-08-25T01:07:26.255ZINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 01:07:24.715
70962026-08-25T01:07:26.255ZAug 25 01:07:24.715 INFOAug 25 01:07:24.715 adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255INFOINFO Aug 25 01:07:24.715
70972026-08-25T01:07:26.255Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
70982026-08-25T01:07:26.255Zadding route 172.17.0.16/32 -> 10.0.0.255
70992026-08-25T01:07:26.255Z
71002026-08-25T01:07:26.255ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.715
71012026-08-25T01:07:26.255Z Aug 25 01:07:24.715 DEBGAug 25 01:07:24.715Aug 25 01:07:24.715 DEBG DEBGAug 25 01:07:24.715replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
71022026-08-25T01:07:26.255Z
71032026-08-25T01:07:26.255ZINFO 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:1d::/64 -> 2001:db8::55:ff
71042026-08-25T01:07:26.255Z
71052026-08-25T01:07:26.255ZAug 25 01:07:24.715
71062026-08-25T01:07:26.255Z Aug 25 01:07:24.715INFO adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 25 01:07:24.715
71072026-08-25T01:07:26.255Z Aug 25 01:07:24.715Aug 25 01:07:24.715 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
71082026-08-25T01:07:26.255ZDEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
71092026-08-25T01:07:26.255ZAug 25 01:07:24.715replacing 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 } }]
71102026-08-25T01:07:26.255Z
71112026-08-25T01:07:26.255Z Aug 25 01:07:24.715DEBG DEBGAug 25 01:07:24.715 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 } }]
71122026-08-25T01:07:26.255ZDEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.715replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.715INFO
71132026-08-25T01:07:26.256Z Aug 25 01:07:24.715adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
71142026-08-25T01:07:26.256Z DEBG Aug 25 01:07:24.715
71152026-08-25T01:07:26.256ZAug 25 01:07:24.715 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 } }] INFOadding route 172.17.0.6/32 -> 10.0.0.255
71162026-08-25T01:07:26.256Z
71172026-08-25T01:07:26.256Zadding route 172.17.0.8/32 -> 10.0.0.255DEBG
71182026-08-25T01:07:26.256Zreplacing 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 } }]
71192026-08-25T01:07:26.256ZAug 25 01:07:24.715Aug 25 01:07:24.715 Aug 25 01:07:24.715INFO INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71202026-08-25T01:07:26.263Z
71212026-08-25T01:07:26.263Z
71222026-08-25T01:07:26.263ZAug 25 01:07:24.715Aug 25 01:07:24.715 DEBGAug 25 01:07:24.715 INFOAug 25 01:07:24.715 INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
71232026-08-25T01:07:26.263ZDEBG
71242026-08-25T01:07:26.263Zadding route 172.17.0.7/32 -> 10.0.0.255Aug 25 01:07:24.715 Aug 25 01:07:24.716DEBG 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 } }]
71252026-08-25T01:07:26.263ZDEBG Aug 25 01:07:24.716Aug 25 01:07:24.728created new freemap , DEBGunit :created new freemap INFOfreemap_route_ipv4
71262026-08-25T01:07:26.263Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff,
71272026-08-25T01:07:26.263ZunitAug 25 01:07:24.728Aug 25 01:07:24.728: DEBG freemap_route_ipv4DEBGreplacing 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 } }]
71282026-08-25T01:07:26.263Z
71292026-08-25T01:07:26.263ZAug 25 01:07:24.715created new freemap INFO, unitadding route 172.17.0.9/32 -> 10.0.0.255:
71302026-08-25T01:07:26.263ZAug 25 01:07:24.728 freemap_route_ipv6DEBG
71312026-08-25T01:07:26.264Z created new freemapAug 25 01:07:24.728, unitAug 25 01:07:24.728Aug 25 01:07:24.728 INFO: DEBGfreemap_route_ipv6 DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffinitted freemap. size: 64
71322026-08-25T01:07:26.264Z,
71332026-08-25T01:07:26.264Zunit: freemap_route_ipv4replacing 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 } }]
71342026-08-25T01:07:26.264Z
71352026-08-25T01:07:26.264ZAug 25 01:07:24.728 DEBG Aug 25 01:07:24.728initted freemap. size: 64Aug 25 01:07:24.728, Aug 25 01:07:24.728 DEBGunit INFO: freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255DEBG
71362026-08-25T01:07:26.264Z
71372026-08-25T01:07:26.264Zreset freemap, unitreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.728Aug 25 01:07:24.728:
71382026-08-25T01:07:26.264Z DEBG reset freemapDEBG, unitreplacing 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 } }]:
71392026-08-25T01:07:26.264ZAug 25 01:07:24.728 freemap_route_ipv4INFOfreemap_route_ipv4
71402026-08-25T01:07:26.264Z
71412026-08-25T01:07:26.264Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
71422026-08-25T01:07:26.264ZAug 25 01:07:24.728Aug 25 01:07:24.728 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64
71432026-08-25T01:07:26.264Z, Aug 25 01:07:24.728unit : DEBGfreemap_route_ipv6Aug 25 01:07:24.728
71442026-08-25T01:07:26.264Z Aug 25 01:07:24.728initted freemap. size: 64 DEBGDEBG Aug 25 01:07:24.728replacing 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 } }] , 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 } }]unit :
71452026-08-25T01:07:26.264Z reset freemapfreemap_route_ipv6,
71462026-08-25T01:07:26.264ZAug 25 01:07:24.728unit:
71472026-08-25T01:07:26.264Z INFOfreemap_route_ipv6 Aug 25 01:07:24.728adding route 172.17.0.12/32 -> 10.0.0.255
71482026-08-25T01:07:26.264Z
71492026-08-25T01:07:26.264Z DEBG reset freemapAug 25 01:07:24.728Aug 25 01:07:24.728 INFOINFO , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
71502026-08-25T01:07:26.264Z
71512026-08-25T01:07:26.264ZAug 25 01:07:24.728 unitDEBG: Aug 25 01:07:24.728 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.728
71522026-08-25T01:07:26.264Z freemap_route_ipv6DEBG
71532026-08-25T01:07:26.264Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
71542026-08-25T01:07:26.264ZAug 25 01:07:24.728
71552026-08-25T01:07:26.264ZAug 25 01:07:24.728 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:07:24.728
71562026-08-25T01:07:26.264Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.13/32 -> 10.0.0.255
71572026-08-25T01:07:26.264Z
71582026-08-25T01:07:26.264ZAug 25 01:07:24.728Aug 25 01:07:24.728 INFO Aug 25 01:07:24.728DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 25 01:07:24.728
71592026-08-25T01:07:26.264Zreplacing 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:3a::/64 -> 2001:db8::55:ffDEBG
71602026-08-25T01:07:26.264Z
71612026-08-25T01:07:26.264Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.728
71622026-08-25T01:07:26.264ZAug 25 01:07:24.728 Aug 25 01:07:24.728DEBGINFO INFOAug 25 01:07:24.728replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
71632026-08-25T01:07:26.264Z INFOadding route 172.17.0.14/32 -> 10.0.0.255
71642026-08-25T01:07:26.264Z
71652026-08-25T01:07:26.264Zadding route 3fff:dead::/64 -> 2001:db8::55:3
71662026-08-25T01:07:26.264ZAug 25 01:07:24.728Aug 25 01:07:24.728 INFOAug 25 01:07:24.728Aug 25 01:07:24.728 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
71672026-08-25T01:07:26.264Zreplacing 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 } }]
71682026-08-25T01:07:26.265Z DEBG
71692026-08-25T01:07:26.265Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.728Aug 25 01:07:24.728 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
71702026-08-25T01:07:26.265Z
71712026-08-25T01:07:26.265Z
71722026-08-25T01:07:26.265ZAug 25 01:07:24.728 INFO Aug 25 01:07:24.728Aug 25 01:07:24.728adding route 172.17.0.15/32 -> 10.0.0.255
71732026-08-25T01:07:26.265ZDEBGAug 25 01:07:24.728 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 25 01:07:24.728INFO
71742026-08-25T01:07:26.265Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG Aug 25 01:07:24.728replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
71752026-08-25T01:07:26.265ZDEBG
71762026-08-25T01:07:26.265Z
71772026-08-25T01:07:26.265Z replacing targets for 3fff:dead::/64 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 } }]
71782026-08-25T01:07:26.265ZAug 25 01:07:24.728 Aug 25 01:07:24.728Aug 25 01:07:24.728 Aug 25 01:07:24.728INFO WARNadding route 172.17.0.16/32 -> 10.0.0.255
71792026-08-25T01:07:26.265Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71802026-08-25T01:07:26.265Z
71812026-08-25T01:07:26.265Z 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 } }]
71822026-08-25T01:07:26.265ZAug 25 01:07:24.728Aug 25 01:07:24.728replacing 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 } }]
71832026-08-25T01:07:26.265Z DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71842026-08-25T01:07:26.265ZAug 25 01:07:24.729
71852026-08-25T01:07:26.265Z DEBG Aug 25 01:07:24.729failed to allocate space for the new target list
71862026-08-25T01:07:26.265ZAug 25 01:07:24.729INFO INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
71872026-08-25T01:07:26.265Z
71882026-08-25T01:07:26.265ZAug 25 01:07:24.729 Aug 25 01:07:24.729DEBGAug 25 01:07:24.729 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71892026-08-25T01:07:26.265Z
71902026-08-25T01:07:26.265Z replacing targets for 3fff:dead::/64 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 } }]
71912026-08-25T01:07:26.265ZAug 25 01:07:24.729 Aug 25 01:07:24.729 INFO adding route 172.17.0.9/32 -> 10.0.0.255
71922026-08-25T01:07:26.265ZINFO Aug 25 01:07:24.729adding route 172.17.0.18/32 -> 10.0.0.255
71932026-08-25T01:07:26.265ZINFOAug 25 01:07:24.729 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
71942026-08-25T01:07:26.265Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.729
71952026-08-25T01:07:26.265Z DEBGAug 25 01:07:24.729 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
71962026-08-25T01:07:26.265Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71972026-08-25T01:07:26.265ZAug 25 01:07:24.729Aug 25 01:07:24.729Aug 25 01:07:24.729 INFODEBG INFOadding route 172.17.0.19/32 -> 10.0.0.255
71982026-08-25T01:07:26.265Zadding route 172.17.0.10/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71992026-08-25T01:07:26.265Z
72002026-08-25T01:07:26.265ZAug 25 01:07:24.729 Aug 25 01:07:24.729DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72012026-08-25T01:07:26.265Z Aug 25 01:07:24.729replacing 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 } }]
72022026-08-25T01:07:26.266ZWARN Aug 25 01:07:24.729shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
72032026-08-25T01:07:26.266ZAug 25 01:07:24.729INFO adding route 172.17.0.20/32 -> 10.0.0.255INFO
72042026-08-25T01:07:26.266Z adding route 172.17.0.11/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 } }]
72052026-08-25T01:07:26.266Z
72062026-08-25T01:07:26.266ZAug 25 01:07:24.729 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 } }]
72072026-08-25T01:07:26.266ZAug 25 01:07:24.685Aug 25 01:07:24.729 INFOAug 25 01:07:24.729Aug 25 01:07:24.729 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
72082026-08-25T01:07:26.266ZINFO DEBG created new freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.729adding route 172.17.0.21/32 -> 10.0.0.255
72092026-08-25T01:07:26.266Z
72102026-08-25T01:07:26.266Z , DEBGunit Aug 25 01:07:24.729: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 } }]
72112026-08-25T01:07:26.266Zfreemap_route_ipv4 Aug 25 01:07:24.729DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.729
72122026-08-25T01:07:26.266Z
72132026-08-25T01:07:26.266ZINFOadding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.17.0.20/32 -> 10.0.0.255
72142026-08-25T01:07:26.266Z
72152026-08-25T01:07:26.266ZAug 25 01:07:24.729Aug 25 01:07:24.729 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.22/32 -> 10.0.0.255
72162026-08-25T01:07:26.266Z
72172026-08-25T01:07:26.267ZAug 25 01:07:24.729 DEBG Aug 25 01:07:24.729created new freemapAug 25 01:07:24.729 , DEBGINFOAug 25 01:07:24.729 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 } }] unitDEBGadding route 172.17.0.13/32 -> 10.0.0.255
72182026-08-25T01:07:26.267Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
72192026-08-25T01:07:26.268Z freemap_route_ipv6
72202026-08-25T01:07:26.278Z
72212026-08-25T01:07:26.278ZAug 25 01:07:24.729Aug 25 01:07:24.729 DEBGINFO Aug 25 01:07:24.729replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
72222026-08-25T01:07:26.279Z
72232026-08-25T01:07:26.279ZAug 25 01:07:24.729 DEBG INFOinitted freemap. size: 64Aug 25 01:07:24.729, Aug 25 01:07:24.729adding route 172.17.0.23/32 -> 10.0.0.255unit :
72242026-08-25T01:07:26.279Z DEBGINFO freemap_route_ipv4adding route 172.17.0.14/32 -> 10.0.0.255
72252026-08-25T01:07:26.279Zreplacing 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 } }]
72262026-08-25T01:07:26.279Z
72272026-08-25T01:07:26.279ZAug 25 01:07:24.729Aug 25 01:07:24.729 Aug 25 01:07:24.729DEBG 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 } }] DEBGAug 25 01:07:24.729
72282026-08-25T01:07:26.280Z reset freemap INFO, adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72292026-08-25T01:07:26.280ZunitAug 25 01:07:24.729:
72302026-08-25T01:07:26.280Zfreemap_route_ipv4
72312026-08-25T01:07:26.280ZINFO Aug 25 01:07:24.729Aug 25 01:07:24.729 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.729
72322026-08-25T01:07:26.280Z Aug 25 01:07:24.729DEBG Aug 25 01:07:24.729 DEBG created new freemapcreated new freemapDEBG, , created new freemapunitunit, :unit: :freemap_route_ipv4
72332026-08-25T01:07:26.280ZAug 25 01:07:24.745freemap_route_ipv4 freemap_route_ipv4INFO
72342026-08-25T01:07:26.280Z
72352026-08-25T01:07:26.280Zadding route 172.17.0.23/32 -> 10.0.0.255
72362026-08-25T01:07:26.280ZAug 25 01:07:24.745adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 01:07:24.745 DEBG
72372026-08-25T01:07:26.280Z created new freemap Aug 25 01:07:24.745DEBG, Aug 25 01:07:24.745unitDEBG: Aug 25 01:07:24.745Aug 25 01:07:24.745 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
72382026-08-25T01:07:26.280Z DEBG
72392026-08-25T01:07:26.280Zreplacing 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 } }]
72402026-08-25T01:07:26.281ZDEBGDEBG created new freemapAug 25 01:07:24.745 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 } }]created new freemap
72412026-08-25T01:07:26.281ZINFO, , Aug 25 01:07:24.745unit:adding route 172.17.0.24/32 -> 10.0.0.255 unitINFO Aug 25 01:07:24.745freemap_route_ipv6
72422026-08-25T01:07:26.281Z:INFO
72432026-08-25T01:07:26.281Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 01:07:24.745 adding route 172.17.0.25/32 -> 10.0.0.255
72442026-08-25T01:07:26.281Zfreemap_route_ipv6
72452026-08-25T01:07:26.281Z
72462026-08-25T01:07:26.281ZDEBG initted freemap. size: 64Aug 25 01:07:24.745, Aug 25 01:07:24.745Aug 25 01:07:24.745 Aug 25 01:07:24.745 DEBGDEBGAug 25 01:07:24.745DEBG 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 } }]initted freemap. size: 64
72472026-08-25T01:07:26.281ZDEBGDEBG: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
72482026-08-25T01:07:26.281Z
72492026-08-25T01:07:26.281ZAug 25 01:07:24.745 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 } }],
72502026-08-25T01:07:26.281Zinitted freemap. size: 64INFO, Aug 25 01:07:24.745 INFOunitadding route 3fff:beef:21::/64 -> 2001:db8::55:ffunitAug 25 01:07:24.745Aug 25 01:07:24.745 DEBG
72512026-08-25T01:07:26.281Z adding route 172.17.0.25/32 -> 10.0.0.255INFOreset freemap:,
72522026-08-25T01:07:26.281Z :unit:adding route 172.17.0.26/32 -> 10.0.0.255
72532026-08-25T01:07:26.281Zfreemap_route_ipv4 Aug 25 01:07:24.745freemap_route_ipv4
72542026-08-25T01:07:26.281Zfreemap_route_ipv4
72552026-08-25T01:07:26.281ZAug 25 01:07:24.745DEBG
72562026-08-25T01:07:26.281ZAug 25 01:07:24.745 DEBG Aug 25 01:07:24.745replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.745 DEBG Aug 25 01:07:24.745
72572026-08-25T01:07:26.281ZDEBG 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 } }] DEBGreset freemap
72582026-08-25T01:07:26.281Z, 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 } }]unitAug 25 01:07:24.745
72592026-08-25T01:07:26.281Z: initted freemap. size: 64INFOAug 25 01:07:24.745, freemap_route_ipv4adding route 172.17.0.26/32 -> 10.0.0.255DEBGunit
72602026-08-25T01:07:26.281Z :Aug 25 01:07:24.745
72612026-08-25T01:07:26.281Zfreemap_route_ipv6 INFO
72622026-08-25T01:07:26.281ZINFO reset freemap Aug 25 01:07:24.745Aug 25 01:07:24.745adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:07:24.745 adding route 172.17.0.27/32 -> 10.0.0.255
72632026-08-25T01:07:26.281Z
72642026-08-25T01:07:26.281ZDEBG, unit 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 } }]DEBGAug 25 01:07:24.745
72652026-08-25T01:07:26.281Z : initted freemap. size: 64DEBG DEBGfreemap_route_ipv4, unit Aug 25 01:07:24.745 :
72662026-08-25T01:07:26.281ZDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.745
72672026-08-25T01:07:26.281Zfreemap_route_ipv6
72682026-08-25T01:07:26.281Zreset freemapreplacing 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 } }],
72692026-08-25T01:07:26.281Z INFO Aug 25 01:07:24.745adding route 172.17.0.27/32 -> 10.0.0.255
72702026-08-25T01:07:26.282ZAug 25 01:07:24.745unitAug 25 01:07:24.745: INFOINFOAug 25 01:07:24.745 freemap_route_ipv6adding route 172.17.0.28/32 -> 10.0.0.255
72712026-08-25T01:07:26.282Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 01:07:24.745DEBGDEBG
72722026-08-25T01:07:26.282Z
72732026-08-25T01:07:26.282Z DEBGreset freemap Aug 25 01:07:24.745, 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 } }]unitDEBG :
72742026-08-25T01:07:26.282Z Aug 25 01:07:24.745 initted freemap. size: 64INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.745,
72752026-08-25T01:07:26.282ZunitAug 25 01:07:24.745 :freemap_route_ipv6INFO adding route 172.16.0.0/32 -> 10.0.0.1
72762026-08-25T01:07:26.282ZAug 25 01:07:24.745
72772026-08-25T01:07:26.282ZDEBGadding route 172.17.0.28/32 -> 10.0.0.255 freemap_route_ipv6
72782026-08-25T01:07:26.282Z
72792026-08-25T01:07:26.282ZAug 25 01:07:24.745 INFODEBGreplacing 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 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 172.17.0.29/32 -> 10.0.0.255
72802026-08-25T01:07:26.282Z
72812026-08-25T01:07:26.282ZAug 25 01:07:24.745Aug 25 01:07:24.745
72822026-08-25T01:07:26.282ZAug 25 01:07:24.745Aug 25 01:07:24.745 Aug 25 01:07:24.745 INFO DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
72832026-08-25T01:07:26.282Zreplacing 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 } }]
72842026-08-25T01:07:26.282Z
72852026-08-25T01:07:26.282Zreplacing 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
72862026-08-25T01:07:26.282Z Aug 25 01:07:24.745reset freemap , DEBGunitAug 25 01:07:24.745Aug 25 01:07:24.745 Aug 25 01:07:24.745 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 } }]INFOINFOAug 25 01:07:24.745:
72872026-08-25T01:07:26.282Z INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
72882026-08-25T01:07:26.282Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.29/32 -> 10.0.0.255
72892026-08-25T01:07:26.282Zfreemap_route_ipv6
72902026-08-25T01:07:26.282ZAug 25 01:07:24.745 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1
72912026-08-25T01:07:26.282Z
72922026-08-25T01:07:26.282ZAug 25 01:07:24.745Aug 25 01:07:24.745Aug 25 01:07:24.745
72932026-08-25T01:07:26.282Z DEBG Aug 25 01:07:24.745DEBG 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 } }]DEBGINFOAug 25 01:07:24.745Aug 25 01:07:24.745replacing 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 } }]
72942026-08-25T01:07:26.282Z
72952026-08-25T01:07:26.282Z adding route 3fff:dead::/64 -> 2001:db8::55:2
72962026-08-25T01:07:26.282Ztest route::tests::grow_succeeds ... ok
72972026-08-25T01:07:26.282Ztest route::tests::rollback_on_index_readd_failure ... ok
72982026-08-25T01:07:26.282Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.745DEBG 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 } }]
72992026-08-25T01:07:26.282Z INFO adding route 172.17.0.30/32 -> 10.0.0.255
73002026-08-25T01:07:26.282ZAug 25 01:07:24.759 Aug 25 01:07:24.759INFO adding route 172.16.0.0/32 -> 10.0.0.2DEBG
73012026-08-25T01:07:26.283Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:07:24.759
73022026-08-25T01:07:26.283ZDEBG Aug 25 01:07:24.759replacing 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 } }]
73032026-08-25T01:07:26.283ZDEBG Aug 25 01:07:24.759replacing 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 } }]
73042026-08-25T01:07:26.283ZDEBG Aug 25 01:07:24.745Aug 25 01:07:24.759replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73052026-08-25T01:07:26.283ZINFOINFOAug 25 01:07:24.759 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
73062026-08-25T01:07:26.283ZINFO
73072026-08-25T01:07:26.283Z adding route 172.17.0.0/32 -> 10.0.0.255
73082026-08-25T01:07:26.283Z
73092026-08-25T01:07:26.283ZAug 25 01:07:24.759Aug 25 01:07:24.759 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73102026-08-25T01:07:26.283ZAug 25 01:07:24.759 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 } }]
73112026-08-25T01:07:26.283ZAug 25 01:07:24.760INFOAug 25 01:07:24.760 INFOINFO Aug 25 01:07:24.760 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.32/32 -> 10.0.0.255
73122026-08-25T01:07:26.283Z
73132026-08-25T01:07:26.283ZDEBG adding route 172.17.0.1/32 -> 10.0.0.255 initted freemap. size: 64
73142026-08-25T01:07:26.283Z, unitAug 25 01:07:24.760Aug 25 01:07:24.760 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 } }]Aug 25 01:07:24.760
73152026-08-25T01:07:26.283Zreplacing 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
73162026-08-25T01:07:26.283Z
73172026-08-25T01:07:26.283ZDEBG Aug 25 01:07:24.760 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73182026-08-25T01:07:26.283Z Aug 25 01:07:24.760adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 01:07:24.760INFO
73192026-08-25T01:07:26.283Z DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:07:24.760
73202026-08-25T01:07:26.289Z INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 25 01:07:24.760reset freemap
73212026-08-25T01:07:26.289Z Aug 25 01:07:24.760DEBG, unitDEBG: 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 } }]
73222026-08-25T01:07:26.289Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]freemap_route_ipv6
73232026-08-25T01:07:26.289Z
73242026-08-25T01:07:26.289ZAug 25 01:07:24.760 INFOAug 25 01:07:24.760Aug 25 01:07:24.760 INFOadding route 172.17.0.34/32 -> 10.0.0.255
73252026-08-25T01:07:26.289Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
73262026-08-25T01:07:26.289Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:07:24.760Aug 25 01:07:24.760
73272026-08-25T01:07:26.289Z DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
73282026-08-25T01:07:26.289ZAug 25 01:07:24.760
73292026-08-25T01:07:26.289Z DEBG Aug 25 01:07:24.760replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73302026-08-25T01:07:26.291ZAug 25 01:07:24.760DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 01:07:24.760Aug 25 01:07:24.760INFO
73312026-08-25T01:07:26.291Zadding route 172.17.0.3/32 -> 10.0.0.255
73322026-08-25T01:07:26.291ZINFOINFO adding route 172.17.0.35/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 01:07:24.760
73332026-08-25T01:07:26.292Z
73342026-08-25T01:07:26.292ZAug 25 01:07:24.760DEBG 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 } }]Aug 25 01:07:24.760replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:07:24.760
73352026-08-25T01:07:26.292Z DEBG
73362026-08-25T01:07:26.292Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760
73372026-08-25T01:07:26.292ZDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
73382026-08-25T01:07:26.292Zadding route 172.17.0.4/32 -> 10.0.0.255
73392026-08-25T01:07:26.292ZAug 25 01:07:24.760 Aug 25 01:07:24.760DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
73402026-08-25T01:07:26.292Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 25 01:07:24.760
73412026-08-25T01:07:26.293Z DEBGAug 25 01:07:24.760 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 } }]
73422026-08-25T01:07:26.293ZAug 25 01:07:24.760 Aug 25 01:07:24.760DEBG 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 } }]
73432026-08-25T01:07:26.293Zadding route 172.17.0.5/32 -> 10.0.0.255
73442026-08-25T01:07:26.293Z Aug 25 01:07:24.760DEBGAug 25 01:07:24.760Aug 25 01:07:24.760 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 } }]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 } }]
73452026-08-25T01:07:26.293Z adding route 172.17.0.37/32 -> 10.0.0.255INFO
73462026-08-25T01:07:26.294Z
73472026-08-25T01:07:26.294Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:07:24.760 Aug 25 01:07:24.760INFO
73482026-08-25T01:07:26.294Zadding route 172.17.0.6/32 -> 10.0.0.255DEBG
73492026-08-25T01:07:26.294Z Aug 25 01:07:24.760replacing 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 } }]
73502026-08-25T01:07:26.294Z INFO Aug 25 01:07:24.760adding route 172.17.0.32/32 -> 10.0.0.255
73512026-08-25T01:07:26.294ZDEBGAug 25 01:07:24.760 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.760
73522026-08-25T01:07:26.294Z INFODEBGAug 25 01:07:24.760 adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:07:24.760replacing 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 } }]
73532026-08-25T01:07:26.294ZINFO
73542026-08-25T01:07:26.294Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
73552026-08-25T01:07:26.294ZDEBG Aug 25 01:07:24.760 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 } }]DEBGAug 25 01:07:24.760Aug 25 01:07:24.760 INFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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.7/32 -> 10.0.0.255
73562026-08-25T01:07:26.295Z
73572026-08-25T01:07:26.295Z
73582026-08-25T01:07:26.295Z
73592026-08-25T01:07:26.295ZAug 25 01:07:24.760Aug 25 01:07:24.760Aug 25 01:07:24.760 INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
73602026-08-25T01:07:26.295ZDEBGadding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:07:24.760
73612026-08-25T01:07:26.295Z 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 } }]
73622026-08-25T01:07:26.295ZAug 25 01:07:24.760Aug 25 01:07:24.760INFO DEBGAug 25 01:07:24.760DEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 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 } }]
73632026-08-25T01:07:26.295Z
73642026-08-25T01:07:26.295Z
73652026-08-25T01:07:26.295Z adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 01:07:24.760
73662026-08-25T01:07:26.295ZAug 25 01:07:24.760 Aug 25 01:07:24.760INFOAug 25 01:07:24.760 INFO adding route 172.17.0.40/32 -> 10.0.0.255 DEBGDEBG
73672026-08-25T01:07:26.295Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
73682026-08-25T01:07:26.296Zreplacing 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 } }]
73692026-08-25T01:07:26.296Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760
73702026-08-25T01:07:26.296ZAug 25 01:07:24.760DEBG Aug 25 01:07:24.760replacing 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
73712026-08-25T01:07:26.296Zreplacing 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
73722026-08-25T01:07:26.296ZAug 25 01:07:24.760 INFOAug 25 01:07:24.760 Aug 25 01:07:24.760adding route 172.17.0.9/32 -> 10.0.0.255INFOadding route 172.17.0.34/32 -> 10.0.0.255
73732026-08-25T01:07:26.296ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
73742026-08-25T01:07:26.296Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
73752026-08-25T01:07:26.296Z
73762026-08-25T01:07:26.297ZAug 25 01:07:24.760Aug 25 01:07:24.760 Aug 25 01:07:24.760DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760replacing 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 } }]
73772026-08-25T01:07:26.297Z
73782026-08-25T01:07:26.297Z DEBGWARN DEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
73792026-08-25T01:07:26.297ZAug 25 01:07:24.760Aug 25 01:07:24.760
73802026-08-25T01:07:26.297Z 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 } }]
73812026-08-25T01:07:26.297ZINFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
73822026-08-25T01:07:26.297Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 01:07:24.760
73832026-08-25T01:07:26.297ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
73842026-08-25T01:07:26.297ZAug 25 01:07:24.760Aug 25 01:07:24.760 Aug 25 01:07:24.760 DEBG INFOAug 25 01:07:24.760 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73852026-08-25T01:07:26.297ZDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
73862026-08-25T01:07:26.298Z
73872026-08-25T01:07:26.299ZAug 25 01:07:24.760adding route 172.17.0.35/32 -> 10.0.0.255
73882026-08-25T01:07:26.299ZINFO Aug 25 01:07:24.760Aug 25 01:07:24.760adding route 172.17.0.11/32 -> 10.0.0.255
73892026-08-25T01:07:26.299ZINFO INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255Aug 25 01:07:24.760Aug 25 01:07:24.760
73902026-08-25T01:07:26.299Z INFODEBG
73912026-08-25T01:07:26.299Z adding route 172.17.0.15/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 } }]
73922026-08-25T01:07:26.299Z
73932026-08-25T01:07:26.299ZDEBG Aug 25 01:07:24.760Aug 25 01:07:24.760 DEBGDEBGAug 25 01:07:24.760 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 } }]INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73942026-08-25T01:07:26.299Zadding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.760
73952026-08-25T01:07:26.299ZDEBG 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 } }]
73962026-08-25T01:07:26.299Z
73972026-08-25T01:07:26.299Z
73982026-08-25T01:07:26.299ZAug 25 01:07:24.760Aug 25 01:07:24.760 DEBG INFOAug 25 01:07:24.760 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOAug 25 01:07:24.760
73992026-08-25T01:07:26.299Z 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 } }]
74002026-08-25T01:07:26.299ZAug 25 01:07:24.761Aug 25 01:07:24.760Aug 25 01:07:24.770 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255
74012026-08-25T01:07:26.300ZDEBG created new freemapcreated new freemap, Aug 25 01:07:24.770unit, :unit : DEBGfreemap_route_ipv4freemap_route_ipv4
74022026-08-25T01:07:26.300Z
74032026-08-25T01:07:26.300Z 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 } }]
74042026-08-25T01:07:26.300ZAug 25 01:07:24.770Aug 25 01:07:24.760 DEBGAug 25 01:07:24.770 DEBGcreated new freemap , unitcreated new freemap , Aug 25 01:07:24.770Aug 25 01:07:24.770 DEBG INFOunit :adding route 172.17.0.14/32 -> 10.0.0.255DEBGcreated new freemap
74052026-08-25T01:07:26.300Z , unitreplacing 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 } }]: :
74062026-08-25T01:07:26.300Z freemap_route_ipv6Aug 25 01:07:24.770
74072026-08-25T01:07:26.300Zfreemap_route_ipv4
74082026-08-25T01:07:26.300ZDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770
74092026-08-25T01:07:26.300Z Aug 25 01:07:24.770DEBGfreemap_route_ipv6 INFO
74102026-08-25T01:07:26.300Z initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff,
74112026-08-25T01:07:26.300ZAug 25 01:07:24.770unitAug 25 01:07:24.770 :INFO DEBGAug 25 01:07:24.770 freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255
74122026-08-25T01:07:26.300Zinitted freemap. size: 64
74132026-08-25T01:07:26.300Z , DEBGunitAug 25 01:07:24.770 Aug 25 01:07:24.770 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 } }]DEBG
74142026-08-25T01:07:26.300Z 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_ipv4reset freemap
74152026-08-25T01:07:26.300Z, unit
74162026-08-25T01:07:26.300Z: Aug 25 01:07:24.770Aug 25 01:07:24.770 freemap_route_ipv4 INFO
74172026-08-25T01:07:26.301Z INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
74182026-08-25T01:07:26.301Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 25 01:07:24.770Aug 25 01:07:24.770
74192026-08-25T01:07:26.301Z DEBG Aug 25 01:07:24.770 Aug 25 01:07:24.770 initted freemap. size: 64DEBGDEBG, unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:replacing targets for 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 } }]
74202026-08-25T01:07:26.306Z
74212026-08-25T01:07:26.306Z freemap_route_ipv6
74222026-08-25T01:07:26.306Zreset freemapAug 25 01:07:24.770Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBGINFO reset freemapINFO , adding route 172.17.0.17/32 -> 10.0.0.255 , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
74232026-08-25T01:07:26.306Zunit:unit:
74242026-08-25T01:07:26.306Z freemap_route_ipv4freemap_route_ipv6
74252026-08-25T01:07:26.307Z
74262026-08-25T01:07:26.307ZAug 25 01:07:24.770 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770Aug 25 01:07:24.770
74272026-08-25T01:07:26.307Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:07:24.770Aug 25 01:07:24.770
74282026-08-25T01:07:26.307Z 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
74292026-08-25T01:07:26.307Zadding route 172.17.0.18/32 -> 10.0.0.255DEBG
74302026-08-25T01:07:26.307ZAug 25 01:07:24.770 DEBGAug 25 01:07:24.770initted freemap. size: 64 , Aug 25 01:07:24.770 unitINFO: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
74312026-08-25T01:07:26.307Z freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing 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 } }]
74322026-08-25T01:07:26.307Z
74332026-08-25T01:07:26.307ZAug 25 01:07:24.770
74342026-08-25T01:07:26.307ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:07:24.770
74352026-08-25T01:07:26.307ZAug 25 01:07:24.770 INFOAug 25 01:07:24.770 Aug 25 01:07:24.770adding route 172.17.0.19/32 -> 10.0.0.255DEBG
74362026-08-25T01:07:26.307ZDEBGreset freemap DEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] unit
74372026-08-25T01:07:26.307Zreplacing 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 } }]:
74382026-08-25T01:07:26.307Z freemap_route_ipv6
74392026-08-25T01:07:26.307ZAug 25 01:07:24.770Aug 25 01:07:24.770 INFODEBG Aug 25 01:07:24.770adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
74402026-08-25T01:07:26.307Z
74412026-08-25T01:07:26.307ZAug 25 01:07:24.770INFO INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 01:07:24.770
74422026-08-25T01:07:26.308Zadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:07:24.770
74432026-08-25T01:07:26.308ZINFODEBG Aug 25 01:07:24.770replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
74442026-08-25T01:07:26.308Zadding route 172.17.0.20/32 -> 10.0.0.255DEBG
74452026-08-25T01:07:26.308ZAug 25 01:07:24.770 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 } }]
74462026-08-25T01:07:26.308ZAug 25 01:07:24.770Aug 25 01:07:24.770DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 25 01:07:24.770 INFOreplacing 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 } }]
74472026-08-25T01:07:26.308Zadding route 3fff:dead::/64 -> 2001:db8::55:4INFO
74482026-08-25T01:07:26.308Z
74492026-08-25T01:07:26.308Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
74502026-08-25T01:07:26.308ZAug 25 01:07:24.770Aug 25 01:07:24.770 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 01:07:24.770Aug 25 01:07:24.770
74512026-08-25T01:07:26.308ZDEBG
74522026-08-25T01:07:26.308ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
74532026-08-25T01:07:26.308Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBG
74542026-08-25T01:07:26.308Z Aug 25 01:07:24.770 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 } }]DEBGDEBGAug 25 01:07:24.770
74552026-08-25T01:07:26.308Z 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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
74562026-08-25T01:07:26.308Z
74572026-08-25T01:07:26.309ZAug 25 01:07:24.770 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFO
74582026-08-25T01:07:26.309ZAug 25 01:07:24.770 adding route 172.17.0.22/32 -> 10.0.0.255INFO
74592026-08-25T01:07:26.309Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:07:24.770
74602026-08-25T01:07:26.309Z DEBGAug 25 01:07:24.770 Aug 25 01:07:24.770 Aug 25 01:07:24.770DEBG DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74612026-08-25T01:07:26.309Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]created new freemap
74622026-08-25T01:07:26.309Z, Aug 25 01:07:24.770
74632026-08-25T01:07:26.309ZunitAug 25 01:07:24.770Aug 25 01:07:24.770 INFO:INFO Aug 25 01:07:24.770INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255
74642026-08-25T01:07:26.309Zfreemap_route_ipv6INFOadding route 172.17.0.36/32 -> 10.0.0.255
74652026-08-25T01:07:26.309Z
74662026-08-25T01:07:26.309Zadding route 3fff:dead::/64 -> 2001:db8::55:4
74672026-08-25T01:07:26.309Z
74682026-08-25T01:07:26.309ZAug 25 01:07:24.770 DEBG Aug 25 01:07:24.770replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.770DEBG
74692026-08-25T01:07:26.310Z Aug 25 01:07:24.770 initted freemap. size: 64DEBG , DEBG Aug 25 01:07:24.770unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:07:24.770:
74702026-08-25T01:07:26.310Zreplacing 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 } }]
74712026-08-25T01:07:26.310ZDEBG 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 } }] INFOfreemap_route_ipv4 Aug 25 01:07:24.770adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
74722026-08-25T01:07:26.310Z
74732026-08-25T01:07:26.310Z
74742026-08-25T01:07:26.310ZAug 25 01:07:24.770 DEBGINFO Aug 25 01:07:24.770replacing targets for 3fff:dead::/64 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 } }]
74752026-08-25T01:07:26.310Zadding route 172.17.0.24/32 -> 10.0.0.255
74762026-08-25T01:07:26.310ZDEBG Aug 25 01:07:24.770Aug 25 01:07:24.770 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.770DEBGINFO
74772026-08-25T01:07:26.310ZDEBGreset freemap adding route 172.17.0.37/32 -> 10.0.0.255, 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 } }]unit
74782026-08-25T01:07:26.310Z:
74792026-08-25T01:07:26.310Z Aug 25 01:07:24.770freemap_route_ipv4
74802026-08-25T01:07:26.310ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 01:07:24.770
74812026-08-25T01:07:26.310Z Aug 25 01:07:24.770DEBG Aug 25 01:07:24.770replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74822026-08-25T01:07:26.310ZDEBGAug 25 01:07:24.770 adding route 172.17.0.25/32 -> 10.0.0.255 initted freemap. size: 64
74832026-08-25T01:07:26.311ZDEBG, unit :replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:07:24.770
74842026-08-25T01:07:26.311Z freemap_route_ipv6Aug 25 01:07:24.770
74852026-08-25T01:07:26.311ZDEBG INFO adding route 172.17.0.38/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 } }]
74862026-08-25T01:07:26.311Z
74872026-08-25T01:07:26.311ZAug 25 01:07:24.770Aug 25 01:07:24.770 INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 01:07:24.770Aug 25 01:07:24.770 DEBGreset freemap
74882026-08-25T01:07:26.311Z , INFO adding route 172.17.0.26/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 } }]
74892026-08-25T01:07:26.311Z
74902026-08-25T01:07:26.311Zunit:Aug 25 01:07:24.770Aug 25 01:07:24.770 DEBG Aug 25 01:07:24.770 adding route 172.17.0.44/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }]INFODEBG
74912026-08-25T01:07:26.311Zadding route 172.17.0.39/32 -> 10.0.0.255
74922026-08-25T01:07:26.311Z
74932026-08-25T01:07:26.311Zreplacing 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 } }]
74942026-08-25T01:07:26.311ZAug 25 01:07:24.770 INFO
74952026-08-25T01:07:26.311Z Aug 25 01:07:24.770adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:07:24.770Aug 25 01:07:24.770 Aug 25 01:07:24.770
74962026-08-25T01:07:26.312ZDEBG DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74972026-08-25T01:07:26.312Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.770 adding route 172.16.0.0/32 -> 10.0.0.1DEBGadding route 172.17.0.27/32 -> 10.0.0.255
74982026-08-25T01:07:26.312Z
74992026-08-25T01:07:26.313Z
75002026-08-25T01:07:26.313Z Aug 25 01:07:24.770replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:07:24.770Aug 25 01:07:24.770
75012026-08-25T01:07:26.313Ztest route::tests::same_size_non_subset_replace ... ok
75022026-08-25T01:07:26.313Z DEBGINFOAug 25 01:07:24.770DEBG INFOadding route 172.17.0.45/32 -> 10.0.0.255
75032026-08-25T01:07:26.313Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770
75042026-08-25T01:07:26.313Z INFO
75052026-08-25T01:07:26.313Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 01:07:24.770
75062026-08-25T01:07:26.313ZAug 25 01:07:24.770 Aug 25 01:07:24.770 DEBG
75072026-08-25T01:07:26.313ZINFOINFO adding route 172.17.0.28/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 } }]
75082026-08-25T01:07:26.313ZAug 25 01:07:24.770 Aug 25 01:07:24.770DEBG
75092026-08-25T01:07:26.313Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
75102026-08-25T01:07:26.313Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2
75112026-08-25T01:07:26.313ZDEBGAug 25 01:07:24.770
75122026-08-25T01:07:26.313Ztest route::tests::shrink_preserves_compacted_order ... ok
75132026-08-25T01:07:26.313Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.770 INFOAug 25 01:07:24.771 Aug 25 01:07:24.771 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
75142026-08-25T01:07:26.313Z DEBG created new freemapcreated new freemap, , Aug 25 01:07:24.782unit unitDEBG: :replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
75152026-08-25T01:07:26.313Z
75162026-08-25T01:07:26.313Zfreemap_route_ipv4
75172026-08-25T01:07:26.313ZAug 25 01:07:24.782Aug 25 01:07:24.770Aug 25 01:07:24.782 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 } }] Aug 25 01:07:24.782created new freemap
75182026-08-25T01:07:26.314Z INFO , unitadding route 172.17.0.47/32 -> 10.0.0.255:
75192026-08-25T01:07:26.314Z freemap_route_ipv6Aug 25 01:07:24.782DEBG
75202026-08-25T01:07:26.320Z created new freemap , DEBGunitAug 25 01:07:24.782: freemap_route_ipv6Aug 25 01:07:24.782DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
75212026-08-25T01:07:26.320Z 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 } }]initted freemap. size: 64
75222026-08-25T01:07:26.321Z,
75232026-08-25T01:07:26.321ZunitAug 25 01:07:24.770Aug 25 01:07:24.782 INFO:Aug 25 01:07:24.782DEBG freemap_route_ipv4initted freemap. size: 64
75242026-08-25T01:07:26.321Z, unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO:
75252026-08-25T01:07:26.321ZAug 25 01:07:24.782freemap_route_ipv4INFOadding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 01:07:24.782
75262026-08-25T01:07:26.321ZDEBG
75272026-08-25T01:07:26.321Z adding route 172.17.0.16/32 -> 10.0.0.255DEBGreset freemap
75282026-08-25T01:07:26.321Z, unitAug 25 01:07:24.782: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 } }] freemap_route_ipv4Aug 25 01:07:24.782
75292026-08-25T01:07:26.321ZDEBG Aug 25 01:07:24.782 DEBG
75302026-08-25T01:07:26.321ZDEBG Aug 25 01:07:24.782 reset freemap 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 Aug 25 01:07:24.782 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 } }]
75312026-08-25T01:07:26.321Zinitted freemap. size: 64
75322026-08-25T01:07:26.321Z, , INFO unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
75332026-08-25T01:07:26.322Z unitfreemap_route_ipv6Aug 25 01:07:24.782
75342026-08-25T01:07:26.322Z Aug 25 01:07:24.782:Aug 25 01:07:24.782 INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 25 01:07:24.782INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
75352026-08-25T01:07:26.322Z
75362026-08-25T01:07:26.322Zadding route 172.17.0.49/32 -> 10.0.0.255DEBG
75372026-08-25T01:07:26.322Z
75382026-08-25T01:07:26.322Zreset freemapAug 25 01:07:24.782Aug 25 01:07:24.782 DEBG, unit :initted freemap. size: 64DEBG Aug 25 01:07:24.782Aug 25 01:07:24.782, INFODEBG freemap_route_ipv6
75392026-08-25T01:07:26.322Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75402026-08-25T01:07:26.323Zreplacing 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 } }]
75412026-08-25T01:07:26.323Zreplacing 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 } }]
75422026-08-25T01:07:26.323Zunit:Aug 25 01:07:24.782 INFOAug 25 01:07:24.782Aug 25 01:07:24.782freemap_route_ipv6 Aug 25 01:07:24.782DEBG adding route 172.16.0.0/32 -> 10.0.0.1
75432026-08-25T01:07:26.323ZINFOINFO
75442026-08-25T01:07:26.323Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 25 01:07:24.782 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255DEBG
75452026-08-25T01:07:26.324Z
75462026-08-25T01:07:26.324Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
75472026-08-25T01:07:26.324Z
75482026-08-25T01:07:26.324ZAug 25 01:07:24.782Aug 25 01:07:24.782 Aug 25 01:07:24.782DEBGAug 25 01:07:24.782 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.782DEBG DEBG
75492026-08-25T01:07:26.324Zreset freemap DEBGINFO , replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2failed to allocate space for the new target listunit
75502026-08-25T01:07:26.324Z
75512026-08-25T01:07:26.324ZAug 25 01:07:24.782
75522026-08-25T01:07:26.324ZINFO :Aug 25 01:07:24.782 Aug 25 01:07:24.782Aug 25 01:07:24.782 INFODEBGfreemap_route_ipv6
75532026-08-25T01:07:26.324ZDEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.19/32 -> 10.0.0.255
75542026-08-25T01:07:26.324Zreplacing targets for 3fff:dead::/64 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 } }]
75552026-08-25T01:07:26.324Z
75562026-08-25T01:07:26.325Z
75572026-08-25T01:07:26.325ZAug 25 01:07:24.782Aug 25 01:07:24.782 Aug 25 01:07:24.782INFODEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3INFO
75582026-08-25T01:07:26.325Z
75592026-08-25T01:07:26.325Zadding route 172.16.0.0/32 -> 10.0.0.1
75602026-08-25T01:07:26.325ZAug 25 01:07:24.782 Aug 25 01:07:24.782Aug 25 01:07:24.782Aug 25 01:07:24.782 DEBG 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 } }]DEBG
75612026-08-25T01:07:26.325Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75622026-08-25T01:07:26.325Z
75632026-08-25T01:07:26.325Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 25 01:07:24.782
75642026-08-25T01:07:26.325ZINFOAug 25 01:07:24.782 INFOadding route 172.17.0.52/32 -> 10.0.0.255
75652026-08-25T01:07:26.325Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 25 01:07:24.782
75662026-08-25T01:07:26.325ZAug 25 01:07:24.782 INFODEBG Aug 25 01:07:24.782replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.782
75672026-08-25T01:07:26.325Z DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBG
75682026-08-25T01:07:26.325ZAug 25 01:07:24.782replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75692026-08-25T01:07:26.325ZINFO
75702026-08-25T01:07:26.325Z adding route 172.17.0.21/32 -> 10.0.0.255
75712026-08-25T01:07:26.325ZAug 25 01:07:24.782 Aug 25 01:07:24.782INFO Aug 25 01:07:24.782DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.53/32 -> 10.0.0.255
75722026-08-25T01:07:26.325Z
75732026-08-25T01:07:26.326ZDEBGAug 25 01:07:24.782 replacing targets for 172.16.0.0/32 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 } }] DEBG
75742026-08-25T01:07:26.326Z Aug 25 01:07:24.782replacing 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 } }]
75752026-08-25T01:07:26.326ZDEBG 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 } }]
75762026-08-25T01:07:26.326ZAug 25 01:07:24.782 INFOAug 25 01:07:24.782 Aug 25 01:07:24.782INFO adding route 172.16.0.0/32 -> 10.0.0.3INFO
75772026-08-25T01:07:26.326Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
75782026-08-25T01:07:26.326Z
75792026-08-25T01:07:26.326ZAug 25 01:07:24.782Aug 25 01:07:24.782 Aug 25 01:07:24.782DEBG 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 } }]
75802026-08-25T01:07:26.326ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
75812026-08-25T01:07:26.326Z
75822026-08-25T01:07:26.326ZAug 25 01:07:24.782 INFOAug 25 01:07:24.782 INFO Aug 25 01:07:24.782adding route 172.17.0.55/32 -> 10.0.0.255
75832026-08-25T01:07:26.326Z INFOadding route 172.17.0.23/32 -> 10.0.0.255
75842026-08-25T01:07:26.326Zadding route 172.16.0.0/32 -> 10.0.0.4
75852026-08-25T01:07:26.326ZAug 25 01:07:24.782Aug 25 01:07:24.782Aug 25 01:07:24.782 DEBG DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75862026-08-25T01:07:26.326Z
75872026-08-25T01:07:26.326Z
75882026-08-25T01:07:26.327ZAug 25 01:07:24.782Aug 25 01:07:24.782 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
75892026-08-25T01:07:26.327Z
75902026-08-25T01:07:26.327ZAug 25 01:07:24.782 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 } }]Aug 25 01:07:24.782Aug 25 01:07:24.782 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.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 } }]
75912026-08-25T01:07:26.327Z
75922026-08-25T01:07:26.327Z
75932026-08-25T01:07:26.327ZAug 25 01:07:24.782 INFO adding route 172.17.0.57/32 -> 10.0.0.255
75942026-08-25T01:07:26.328ZAug 25 01:07:24.782 INFOAug 25 01:07:24.782 DEBG adding route 172.17.0.25/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 } }]
75952026-08-25T01:07:26.328Z
75962026-08-25T01:07:26.328ZAug 25 01:07:24.782 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 } }]
75972026-08-25T01:07:26.328ZAug 25 01:07:24.782 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:07:24.782
75982026-08-25T01:07:26.328Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
75992026-08-25T01:07:26.328ZAug 25 01:07:24.782 Aug 25 01:07:24.782 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 } }]DEBG
76002026-08-25T01:07:26.328Z 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 } }]
76012026-08-25T01:07:26.328ZAug 25 01:07:24.782 Aug 25 01:07:24.782INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255
76022026-08-25T01:07:26.328Zadding route 172.17.0.59/32 -> 10.0.0.255
76032026-08-25T01:07:26.328Ztest route::tests::add_target_fails_full ... ok
76042026-08-25T01:07:26.328ZAug 25 01:07:24.782Aug 25 01:07:24.782 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76052026-08-25T01:07:26.328Z
76062026-08-25T01:07:26.328ZAug 25 01:07:24.782 Aug 25 01:07:24.782INFO adding route 172.17.0.28/32 -> 10.0.0.255INFO
76072026-08-25T01:07:26.328Z adding route 172.17.0.60/32 -> 10.0.0.255
76082026-08-25T01:07:26.328ZAug 25 01:07:24.782 Aug 25 01:07:24.782DEBGDEBG 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
76092026-08-25T01:07:26.328Z 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.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 } }]
76102026-08-25T01:07:26.328Z
76112026-08-25T01:07:26.328ZAug 25 01:07:24.782 INFO Aug 25 01:07:24.782adding route 172.17.0.29/32 -> 10.0.0.255
76122026-08-25T01:07:26.328ZINFOAug 25 01:07:24.782 adding route 172.17.0.61/32 -> 10.0.0.255
76132026-08-25T01:07:26.328ZINFOAug 25 01:07:24.782 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
76142026-08-25T01:07:26.328Z Aug 25 01:07:24.782replacing 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 } }]
76152026-08-25T01:07:26.329ZDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.782
76162026-08-25T01:07:26.329Z DEBGAug 25 01:07:24.782 Aug 25 01:07:24.782INFOreplacing 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 } }]
76172026-08-25T01:07:26.329Zadding route 172.17.0.30/32 -> 10.0.0.255
76182026-08-25T01:07:26.329ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
76192026-08-25T01:07:26.329ZAug 25 01:07:24.782 INFO Aug 25 01:07:24.782Aug 25 01:07:24.782 adding route 172.17.0.30/32 -> 10.0.0.255 DEBG
76202026-08-25T01:07:26.333Z DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
76212026-08-25T01:07:26.334Z
76222026-08-25T01:07:26.334ZAug 25 01:07:24.792Aug 25 01:07:24.792 INFODEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
76232026-08-25T01:07:26.334Z
76242026-08-25T01:07:26.334ZAug 25 01:07:24.792 INFOAug 25 01:07:24.792Aug 25 01:07:24.792 adding route 172.17.0.63/32 -> 10.0.0.255INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255
76252026-08-25T01:07:26.334Z
76262026-08-25T01:07:26.334Z 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 } }]
76272026-08-25T01:07:26.334ZAug 25 01:07:24.792 Aug 25 01:07:24.792DEBG Aug 25 01:07:24.792DEBG INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76282026-08-25T01:07:26.334Z
76292026-08-25T01:07:26.334Z adding route 172.17.0.32/32 -> 10.0.0.255
76302026-08-25T01:07:26.334ZAug 25 01:07:24.792 INFOAug 25 01:07:24.792Aug 25 01:07:24.783 DEBG created new freemapDEBG, unitfailed to allocate space for the new target list:
76312026-08-25T01:07:26.334Z freemap_route_ipv4
76322026-08-25T01:07:26.334Z
76332026-08-25T01:07:26.334ZAug 25 01:07:24.792Aug 25 01:07:24.792Aug 25 01:07:24.792 DEBGDEBG created new freemapDEBG, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:07:24.792
76342026-08-25T01:07:26.334Zunitreplacing 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 } }]:
76352026-08-25T01:07:26.334Z freemap_route_ipv6
76362026-08-25T01:07:26.334ZINFOAug 25 01:07:24.792 adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:07:24.792
76372026-08-25T01:07:26.334ZDEBG failed to allocate space for the new target listAug 25 01:07:24.792
76382026-08-25T01:07:26.334Z INFODEBGAug 25 01:07:24.792 initted freemap. size: 64DEBG, adding route 172.17.0.33/32 -> 10.0.0.255 unit
76392026-08-25T01:07:26.334Z: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 } }]
76402026-08-25T01:07:26.334Zfreemap_route_ipv4
76412026-08-25T01:07:26.334ZAug 25 01:07:24.792 DEBG Aug 25 01:07:24.792adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:07:24.792 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 } }]
76422026-08-25T01:07:26.334ZDEBGINFO
76432026-08-25T01:07:26.334Z reset freemap adding route 172.17.0.42/32 -> 10.0.0.255,
76442026-08-25T01:07:26.334Zunit:Aug 25 01:07:24.792 Aug 25 01:07:24.792 DEBGfreemap_route_ipv4INFO
76452026-08-25T01:07:26.335Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.792
76462026-08-25T01:07:26.335Zadding route 172.17.0.34/32 -> 10.0.0.255
76472026-08-25T01:07:26.335ZAug 25 01:07:24.792DEBG DEBG initted freemap. size: 64replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
76482026-08-25T01:07:26.335ZunitAug 25 01:07:24.792: INFOfreemap_route_ipv6
76492026-08-25T01:07:26.335Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:07:24.792 DEBG
76502026-08-25T01:07:26.335Z Aug 25 01:07:24.792replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.792INFO Aug 25 01:07:24.792 adding route 172.17.0.43/32 -> 10.0.0.255
76512026-08-25T01:07:26.335Z
76522026-08-25T01:07:26.335ZDEBGDEBG reset 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 } }]Aug 25 01:07:24.792, unit
76532026-08-25T01:07:26.335ZDEBG :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 } }]
76542026-08-25T01:07:26.335Zfreemap_route_ipv6
76552026-08-25T01:07:26.335ZAug 25 01:07:24.793Aug 25 01:07:24.792 Aug 25 01:07:24.793 INFOINFO INFOAug 25 01:07:24.793adding route 172.17.0.34/32 -> 10.0.0.255
76562026-08-25T01:07:26.335Zadding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255INFO
76572026-08-25T01:07:26.335Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:07:24.793
76582026-08-25T01:07:26.335Z
76592026-08-25T01:07:26.335ZDEBG Aug 25 01:07:24.793replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.793
76602026-08-25T01:07:26.335ZAug 25 01:07:24.793 DEBGDEBGDEBG Aug 25 01:07:24.793replacing 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.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
76612026-08-25T01:07:26.335Z
76622026-08-25T01:07:26.335ZINFO
76632026-08-25T01:07:26.335Z adding route 172.17.0.35/32 -> 10.0.0.255
76642026-08-25T01:07:26.335ZAug 25 01:07:24.793Aug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.793INFO DEBG INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76652026-08-25T01:07:26.335Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
76662026-08-25T01:07:26.335Z
76672026-08-25T01:07:26.335Z
76682026-08-25T01:07:26.335ZAug 25 01:07:24.793 Aug 25 01:07:24.793INFOAug 25 01:07:24.793 DEBGDEBGadding route 172.17.0.36/32 -> 10.0.0.255
76692026-08-25T01:07:26.335Z Aug 25 01:07:24.793replacing 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.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 } }]
76702026-08-25T01:07:26.335ZDEBG
76712026-08-25T01:07:26.335Z 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 } }]
76722026-08-25T01:07:26.335ZAug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.793DEBG Aug 25 01:07:24.793replacing 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 INFOadding route 172.16.0.0/32 -> 10.0.0.1INFO
76732026-08-25T01:07:26.335Z adding route 172.17.0.37/32 -> 10.0.0.255
76742026-08-25T01:07:26.335Zadding route 172.17.0.46/32 -> 10.0.0.255
76752026-08-25T01:07:26.336Z
76762026-08-25T01:07:26.336ZAug 25 01:07:24.793 Aug 25 01:07:24.793DEBG Aug 25 01:07:24.793INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 01:07:24.793 DEBG
76772026-08-25T01:07:26.336Zadding route 172.17.0.37/32 -> 10.0.0.255
76782026-08-25T01:07:26.336ZDEBG 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 } }]
76792026-08-25T01:07:26.336Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793Aug 25 01:07:24.793
76802026-08-25T01:07:26.336Z INFODEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793
76812026-08-25T01:07:26.336Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:07:24.793
76822026-08-25T01:07:26.336Z INFO adding route 172.17.0.38/32 -> 10.0.0.255INFO
76832026-08-25T01:07:26.336Z Aug 25 01:07:24.793adding route 172.17.0.47/32 -> 10.0.0.255
76842026-08-25T01:07:26.336ZDEBGAug 25 01:07:24.793 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 } }] adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:07:24.793
76852026-08-25T01:07:26.336Z
76862026-08-25T01:07:26.336ZDEBGAug 25 01:07:24.793 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793
76872026-08-25T01:07:26.336ZDEBG DEBG Aug 25 01:07:24.793replacing 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 } }]
76882026-08-25T01:07:26.336Z INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
76892026-08-25T01:07:26.336Z
76902026-08-25T01:07:26.336ZAug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.793INFOINFO Aug 25 01:07:24.793DEBG INFOadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
76912026-08-25T01:07:26.336Zreplacing 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 } }]
76922026-08-25T01:07:26.336Z
76932026-08-25T01:07:26.336Z
76942026-08-25T01:07:26.336ZAug 25 01:07:24.793Aug 25 01:07:24.793 DEBGAug 25 01:07:24.793DEBGAug 25 01:07:24.793 INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255DEBG
76952026-08-25T01:07:26.336Z
76962026-08-25T01:07:26.336Z
76972026-08-25T01:07:26.336Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793
76982026-08-25T01:07:26.336Z Aug 25 01:07:24.793Aug 25 01:07:24.793 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255
76992026-08-25T01:07:26.336ZAug 25 01:07:24.793DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77002026-08-25T01:07:26.336Z
77012026-08-25T01:07:26.336ZAug 25 01:07:24.793 adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBG
77022026-08-25T01:07:26.336Z INFODEBG 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.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 } }]
77032026-08-25T01:07:26.336ZAug 25 01:07:24.793adding route 172.17.0.2/32 -> 10.0.0.255
77042026-08-25T01:07:26.336ZDEBG
77052026-08-25T01:07:26.336Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793
77062026-08-25T01:07:26.336Z INFOAug 25 01:07:24.793 Aug 25 01:07:24.793adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 01:07:24.793DEBG
77072026-08-25T01:07:26.336Z 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 } }]INFO
77082026-08-25T01:07:26.336Zadding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
77092026-08-25T01:07:26.336ZAug 25 01:07:24.793
77102026-08-25T01:07:26.336Z Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBGDEBG Aug 25 01:07:24.793 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 } }]DEBG
77112026-08-25T01:07:26.337Z adding route 172.17.0.3/32 -> 10.0.0.255
77122026-08-25T01:07:26.337Zreplacing 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.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 } }]
77132026-08-25T01:07:26.337ZAug 25 01:07:24.793
77142026-08-25T01:07:26.337Z Aug 25 01:07:24.793INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
77152026-08-25T01:07:26.337Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.793
77162026-08-25T01:07:26.337Z INFO Aug 25 01:07:24.793Aug 25 01:07:24.793 DEBGadding route 172.17.0.51/32 -> 10.0.0.255INFO Aug 25 01:07:24.793
77172026-08-25T01:07:26.337Zreplacing 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
77182026-08-25T01:07:26.337Zadding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255
77192026-08-25T01:07:26.337Z
77202026-08-25T01:07:26.502ZAug 25 01:07:24.793 Aug 25 01:07:24.793INFOAug 25 01:07:24.793Aug 25 01:07:24.793 adding route 172.17.0.43/32 -> 10.0.0.255DEBG DEBG
77212026-08-25T01:07:26.502ZDEBG 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.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77222026-08-25T01:07:26.503Z
77232026-08-25T01:07:26.503Z
77242026-08-25T01:07:26.503ZAug 25 01:07:24.793 DEBGAug 25 01:07:24.793 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 } }]INFOAug 25 01:07:24.793Aug 25 01:07:24.793
77252026-08-25T01:07:26.503Z INFOadding route 172.17.0.52/32 -> 10.0.0.255
77262026-08-25T01:07:26.503ZAug 25 01:07:24.793 INFO adding route 172.17.0.5/32 -> 10.0.0.255INFO
77272026-08-25T01:07:26.503ZAug 25 01:07:24.793 adding route 172.17.0.43/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255
77282026-08-25T01:07:26.503ZDEBG Aug 25 01:07:24.793replacing 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 } }]
77292026-08-25T01:07:26.503Z DEBG
77302026-08-25T01:07:26.503ZAug 25 01:07:24.793 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77312026-08-25T01:07:26.503ZAug 25 01:07:24.793Aug 25 01:07:24.793 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
77322026-08-25T01:07:26.503Z INFOAug 25 01:07:24.793 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
77332026-08-25T01:07:26.503Z
77342026-08-25T01:07:26.503Z INFOAug 25 01:07:24.793 adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 25 01:07:24.793 Aug 25 01:07:24.793adding route 172.17.0.44/32 -> 10.0.0.255
77352026-08-25T01:07:26.503ZDEBG
77362026-08-25T01:07:26.503ZINFO 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
77372026-08-25T01:07:26.503Z
77382026-08-25T01:07:26.503ZAug 25 01:07:24.793Aug 25 01:07:24.793 Aug 25 01:07:24.809DEBG Aug 25 01:07:24.809DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG INFO
77392026-08-25T01:07:26.504Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77402026-08-25T01:07:26.504Z
77412026-08-25T01:07:26.504Z
77422026-08-25T01:07:26.504ZAug 25 01:07:24.809 INFOAug 25 01:07:24.809 Aug 25 01:07:24.809 adding route 172.17.0.7/32 -> 10.0.0.255DEBGINFO
77432026-08-25T01:07:26.504Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.809adding route 172.17.0.46/32 -> 10.0.0.255
77442026-08-25T01:07:26.504ZAug 25 01:07:24.809INFO DEBG adding route 172.17.0.45/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 } }]Aug 25 01:07:24.809
77452026-08-25T01:07:26.504Z
77462026-08-25T01:07:26.504Z INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 25 01:07:24.809
77472026-08-25T01:07:26.504Z
77482026-08-25T01:07:26.504ZAug 25 01:07:24.809DEBG 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 } }]Aug 25 01:07:24.809
77492026-08-25T01:07:26.504ZAug 25 01:07:24.809adding route 172.17.0.8/32 -> 10.0.0.255
77502026-08-25T01:07:26.504ZDEBG Aug 25 01:07:24.809DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77512026-08-25T01:07:26.504Z INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.809adding route 172.17.0.47/32 -> 10.0.0.255
77522026-08-25T01:07:26.504Z
77532026-08-25T01:07:26.504Z DEBG Aug 25 01:07:24.809replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809
77542026-08-25T01:07:26.505Z 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 } }]Aug 25 01:07:24.809
77552026-08-25T01:07:26.505Z adding route 172.17.0.46/32 -> 10.0.0.255
77562026-08-25T01:07:26.505ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 01:07:24.809
77572026-08-25T01:07:26.505Z Aug 25 01:07:24.809INFO Aug 25 01:07:24.809INFO adding route 172.17.0.9/32 -> 10.0.0.255 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
77582026-08-25T01:07:26.505Z
77592026-08-25T01:07:26.505Z Aug 25 01:07:24.809replacing 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 } }]
77602026-08-25T01:07:26.505Z DEBGAug 25 01:07:24.809 Aug 25 01:07:24.809 Aug 25 01:07:24.809DEBG 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 } }]
77612026-08-25T01:07:26.505Z DEBGINFO adding route 172.17.0.47/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 } }]
77622026-08-25T01:07:26.505Zreplacing 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 } }]
77632026-08-25T01:07:26.505Z
77642026-08-25T01:07:26.505ZAug 25 01:07:24.809 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 01:07:24.809Aug 25 01:07:24.809Aug 25 01:07:24.809
77652026-08-25T01:07:26.506Z INFOINFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
77662026-08-25T01:07:26.506Z 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 } }]
77672026-08-25T01:07:26.506Z
77682026-08-25T01:07:26.506ZAug 25 01:07:24.809 DEBGAug 25 01:07:24.809 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809DEBGAug 25 01:07:24.809
77692026-08-25T01:07:26.506Z 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 } }]
77702026-08-25T01:07:26.506Z DEBGAug 25 01:07:24.809 INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.809INFO
77712026-08-25T01:07:26.506Z adding route 172.17.0.50/32 -> 10.0.0.255
77722026-08-25T01:07:26.506ZINFOAug 25 01:07:24.809 adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
77732026-08-25T01:07:26.506ZINFO
77742026-08-25T01:07:26.506ZAug 25 01:07:24.809 adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:07:24.809 DEBGDEBG
77752026-08-25T01:07:26.507Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:07:24.809replacing 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 } }]
77762026-08-25T01:07:26.507ZDEBGAug 25 01:07:24.809
77772026-08-25T01:07:26.507Z DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
77782026-08-25T01:07:26.508Z
77792026-08-25T01:07:26.508ZAug 25 01:07:24.809 Aug 25 01:07:24.809INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255Aug 25 01:07:24.809
77802026-08-25T01:07:26.508Z Aug 25 01:07:24.809INFO adding route 172.17.0.12/32 -> 10.0.0.255INFO
77812026-08-25T01:07:26.508Zadding route 172.17.0.59/32 -> 10.0.0.255 Aug 25 01:07:24.809adding route 172.17.0.49/32 -> 10.0.0.255
77822026-08-25T01:07:26.508ZAug 25 01:07:24.809
77832026-08-25T01:07:26.508Z 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.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 } }]
77842026-08-25T01:07:26.508Z
77852026-08-25T01:07:26.508ZAug 25 01:07:24.809Aug 25 01:07:24.809 Aug 25 01:07:24.809Aug 25 01:07:24.809DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
77862026-08-25T01:07:26.508Z adding route 172.17.0.52/32 -> 10.0.0.255
77872026-08-25T01:07:26.508Zreplacing 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.13/32 -> 10.0.0.255
77882026-08-25T01:07:26.508Z
77892026-08-25T01:07:26.508ZAug 25 01:07:24.809 Aug 25 01:07:24.809INFOAug 25 01:07:24.809Aug 25 01:07:24.809 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.60/32 -> 10.0.0.255
77902026-08-25T01:07:26.508Z
77912026-08-25T01:07:26.508Ztest route::tests::delete_target_fragmented ... ok
77922026-08-25T01:07:26.508Zreplacing 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 } }]
77932026-08-25T01:07:26.508Zadding route 172.17.0.50/32 -> 10.0.0.255
77942026-08-25T01:07:26.508ZAug 25 01:07:24.809 INFOAug 25 01:07:24.809Aug 25 01:07:24.809 adding route 172.17.0.14/32 -> 10.0.0.255INFO
77952026-08-25T01:07:26.509Z DEBGAug 25 01:07:24.809 DEBGadding route 172.17.0.53/32 -> 10.0.0.255
77962026-08-25T01:07:26.509Ztest route::tests::delete_targets_full ... ok
77972026-08-25T01:07:26.509Ztest route::tests::delete_target_full ... ok
77982026-08-25T01:07:26.509Zreplacing 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.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 } }]
77992026-08-25T01:07:26.509Z
78002026-08-25T01:07:26.509ZAug 25 01:07:24.809Aug 25 01:07:24.820 DEBGINFO Aug 25 01:07:24.820Aug 25 01:07:24.820 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 } }]DEBGadding route 172.17.0.51/32 -> 10.0.0.255
78012026-08-25T01:07:26.509Z
78022026-08-25T01:07:26.509Zreplacing 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 } }]
78032026-08-25T01:07:26.509ZDEBG failed to allocate space for the new target list
78042026-08-25T01:07:26.509ZAug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820INFO DEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.54/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 } }]
78052026-08-25T01:07:26.509ZAug 25 01:07:24.820
78062026-08-25T01:07:26.509ZDEBG 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 } }]
78072026-08-25T01:07:26.509Z
78082026-08-25T01:07:26.509ZAug 25 01:07:24.820Aug 25 01:07:24.820 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
78092026-08-25T01:07:26.509Z
78102026-08-25T01:07:26.509ZAug 25 01:07:24.820 Aug 25 01:07:24.820DEBG 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 } }]
78112026-08-25T01:07:26.509Zadding route 172.17.0.55/32 -> 10.0.0.255
78122026-08-25T01:07:26.509ZAug 25 01:07:24.820Aug 25 01:07:24.820 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
78132026-08-25T01:07:26.509Z
78142026-08-25T01:07:26.509ZAug 25 01:07:24.820 Aug 25 01:07:24.820DEBG 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 } }]
78152026-08-25T01:07:26.509Zadding route 172.17.0.56/32 -> 10.0.0.255
78162026-08-25T01:07:26.509ZAug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820DEBG DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
78172026-08-25T01:07:26.509ZINFO
78182026-08-25T01:07:26.509Zadding route 172.17.0.54/32 -> 10.0.0.255
78192026-08-25T01:07:26.509ZAug 25 01:07:24.820 INFOAug 25 01:07:24.820 Aug 25 01:07:24.820adding route 172.17.0.57/32 -> 10.0.0.255
78202026-08-25T01:07:26.514Z INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
78212026-08-25T01:07:26.514ZAug 25 01:07:24.820replacing 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 } }]
78222026-08-25T01:07:26.514ZDEBG 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 } }]
78232026-08-25T01:07:26.514ZAug 25 01:07:24.820Aug 25 01:07:24.820 INFODEBG Aug 25 01:07:24.820adding route 172.17.0.55/32 -> 10.0.0.255
78242026-08-25T01:07:26.514ZINFO 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.58/32 -> 10.0.0.255
78252026-08-25T01:07:26.514Z
78262026-08-25T01:07:26.514ZAug 25 01:07:24.820Aug 25 01:07:24.820Aug 25 01:07:24.820 DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78272026-08-25T01:07:26.514ZDEBGadding route 172.17.0.17/32 -> 10.0.0.255
78282026-08-25T01:07:26.515Zreplacing 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 } }]
78292026-08-25T01:07:26.515ZAug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
78302026-08-25T01:07:26.515Zreplacing 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 } }]
78312026-08-25T01:07:26.515ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
78322026-08-25T01:07:26.515ZAug 25 01:07:24.820Aug 25 01:07:24.820 DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:07:24.820
78332026-08-25T01:07:26.515Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
78342026-08-25T01:07:26.515Z 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 } }]
78352026-08-25T01:07:26.515ZAug 25 01:07:24.820Aug 25 01:07:24.820 Aug 25 01:07:24.820INFO INFODEBGadding route 172.17.0.60/32 -> 10.0.0.255
78362026-08-25T01:07:26.515Z 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.57/32 -> 10.0.0.255
78372026-08-25T01:07:26.515Z
78382026-08-25T01:07:26.515ZAug 25 01:07:24.820 DEBG Aug 25 01:07:24.820Aug 25 01:07:24.820replacing 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 } }]
78392026-08-25T01:07:26.515Z INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
78402026-08-25T01:07:26.515ZAug 25 01:07:24.820replacing 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 } }]
78412026-08-25T01:07:26.515ZDEBG failed to allocate space for the new target list
78422026-08-25T01:07:26.516ZAug 25 01:07:24.820Aug 25 01:07:24.820 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255Aug 25 01:07:24.820 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78432026-08-25T01:07:26.516Z replacing targets for 172.16.0.0/32 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 } }]
78442026-08-25T01:07:26.516ZAug 25 01:07:24.820
78452026-08-25T01:07:26.516ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
78462026-08-25T01:07:26.516ZAug 25 01:07:24.821 DEBG Aug 25 01:07:24.821replacing 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 } }]
78472026-08-25T01:07:26.516ZDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78482026-08-25T01:07:26.516ZAug 25 01:07:24.821 INFO Aug 25 01:07:24.821adding route 172.17.0.59/32 -> 10.0.0.255
78492026-08-25T01:07:26.516ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
78502026-08-25T01:07:26.516ZAug 25 01:07:24.821 DEBG Aug 25 01:07:24.821replacing 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 } }]
78512026-08-25T01:07:26.516ZDEBG 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 } }]
78522026-08-25T01:07:26.516ZAug 25 01:07:24.821 INFO Aug 25 01:07:24.821adding route 172.17.0.60/32 -> 10.0.0.255
78532026-08-25T01:07:26.516ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
78542026-08-25T01:07:26.516ZAug 25 01:07:24.821 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 } }]
78552026-08-25T01:07:26.516ZAug 25 01:07:24.821 Aug 25 01:07:24.821DEBG 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 } }]
78562026-08-25T01:07:26.516ZINFO adding route 172.17.0.61/32 -> 10.0.0.255
78572026-08-25T01:07:26.516ZAug 25 01:07:24.821Aug 25 01:07:24.821 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing 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 } }]
78582026-08-25T01:07:26.518Z
78592026-08-25T01:07:26.518ZAug 25 01:07:24.821Aug 25 01:07:24.821 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.62/32 -> 10.0.0.255
78602026-08-25T01:07:26.518Z
78612026-08-25T01:07:26.518ZAug 25 01:07:24.821Aug 25 01:07:24.821 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
78622026-08-25T01:07:26.518Z
78632026-08-25T01:07:26.518ZAug 25 01:07:24.821Aug 25 01:07:24.821 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
78642026-08-25T01:07:26.518Z
78652026-08-25T01:07:26.518ZAug 25 01:07:24.821Aug 25 01:07:24.821 INFODEBG adding route 172.17.0.25/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 } }]
78662026-08-25T01:07:26.518Z
78672026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78682026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78692026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78702026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78712026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78722026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78732026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78742026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78752026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78762026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78772026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78782026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78792026-08-25T01:07:26.518ZAug 25 01:07:24.821 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 } }]
78802026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78812026-08-25T01:07:26.518ZAug 25 01:07:24.821 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78822026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78832026-08-25T01:07:26.518ZAug 25 01:07:24.821 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78842026-08-25T01:07:26.518ZAug 25 01:07:24.821 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78852026-08-25T01:07:26.519ZAug 25 01:07:24.821 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78862026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78872026-08-25T01:07:26.519ZAug 25 01:07:24.821 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78882026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78892026-08-25T01:07:26.519ZAug 25 01:07:24.821 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78902026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78912026-08-25T01:07:26.519ZAug 25 01:07:24.821 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78922026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78932026-08-25T01:07:26.519Ztest route::tests::delete_targets_fragmented ... ok
78942026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
78952026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78962026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
78972026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78982026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
78992026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.41/32 -> 10.0.0.255
79002026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79012026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79022026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79032026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79042026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79052026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79062026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79072026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79082026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79092026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79102026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79112026-08-25T01:07:26.519ZAug 25 01:07:24.821 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79122026-08-25T01:07:26.519Z
79132026-08-25T01:07:26.519ZAug 25 01:07:24.821 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 } }]
79142026-08-25T01:07:26.520ZAug 25 01:07:24.821 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79152026-08-25T01:07:26.520Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
79162026-08-25T01:07:26.520Z
79172026-08-25T01:07:26.520Z
79182026-08-25T01:07:26.520Zrunning 0 tests
79192026-08-25T01:07:26.520Z
79202026-08-25T01:07:26.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79212026-08-25T01:07:26.530Z
79222026-08-25T01:07:26.530ZAug 25 01:07:24.821 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 } }]
79232026-08-25T01:07:26.530ZAug 25 01:07:24.838 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79242026-08-25T01:07:26.530ZAug 25 01:07:24.838 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 } }]
79252026-08-25T01:07:26.530ZAug 25 01:07:24.838 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79262026-08-25T01:07:26.530ZAug 25 01:07:24.838 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 } }]
79272026-08-25T01:07:26.530ZAug 25 01:07:24.838 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79282026-08-25T01:07:26.530ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79292026-08-25T01:07:26.530ZAug 25 01:07:24.838 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79302026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79312026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79322026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79332026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79342026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79352026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79362026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79372026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79382026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79392026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79402026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79412026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79422026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79432026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79442026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79452026-08-25T01:07:26.531ZAug 25 01:07:24.838 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79462026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79472026-08-25T01:07:26.531ZAug 25 01:07:24.838 DEBG failed to allocate space for the new target list
79482026-08-25T01:07:26.532ZAug 25 01:07:24.838 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79492026-08-25T01:07:26.532Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6f1b5734e4ce32a8)
79502026-08-25T01:07:26.532Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
79512026-08-25T01:07:26.532Z
79522026-08-25T01:07:26.532Zrunning 0 tests
79532026-08-25T01:07:26.532Z
79542026-08-25T01:07:26.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79552026-08-25T01:07:26.532Z
79562026-08-25T01:07:26.532Z Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c)
79572026-08-25T01:07:26.532Z
79582026-08-25T01:07:26.532Zrunning 6 tests
79592026-08-25T01:07:26.532Ztest tests::test_parse_client_port_id ... ok
79602026-08-25T01:07:26.532Ztest tests::test_port_id_cmp ... ok
79612026-08-25T01:07:26.532Ztest tests::test_full_lot_id_neither_present ... ok
79622026-08-25T01:07:26.532Ztest tests::test_full_lot_id_lotnum_only ... ok
79632026-08-25T01:07:26.533Ztest tests::test_full_lot_id_lot_only ... ok
79642026-08-25T01:07:26.533Ztest tests::test_full_lot_id_both_present ... ok
79652026-08-25T01:07:26.533Z
79662026-08-25T01:07:26.533Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79672026-08-25T01:07:26.533Z
79682026-08-25T01:07:26.533Z Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c)
79692026-08-25T01:07:26.533Z
79702026-08-25T01:07:26.533Zrunning 0 tests
79712026-08-25T01:07:26.533Z
79722026-08-25T01:07:26.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79732026-08-25T01:07:26.533Z
79742026-08-25T01:07:26.533Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
79752026-08-25T01:07:26.533Z
79762026-08-25T01:07:26.533Zrunning 0 tests
79772026-08-25T01:07:26.534Z
79782026-08-25T01:07:26.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79792026-08-25T01:07:26.534Z
79802026-08-25T01:07:26.534Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
79812026-08-25T01:07:26.534Z
79822026-08-25T01:07:26.534Zrunning 15 tests
79832026-08-25T01:07:26.534Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79842026-08-25T01:07:26.534Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79852026-08-25T01:07:26.534Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79862026-08-25T01:07:26.534Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79872026-08-25T01:07:26.534Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79882026-08-25T01:07:26.535Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79892026-08-25T01:07:26.535Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79902026-08-25T01:07:26.535Ztest v1::network::tests::test_equal ... ok
79912026-08-25T01:07:26.535Ztest v1::network::tests::test_eui64 ... ok
79922026-08-25T01:07:26.535Ztest v1::network::tests::test_into ... ok
79932026-08-25T01:07:26.535Ztest v1::network::tests::test_not_equal ... ok
79942026-08-25T01:07:26.535Ztest v1::network::tests::test_to_string ... ok
79952026-08-25T01:07:26.535Ztest v1::network::tests::test_parse ... ok
79962026-08-25T01:07:26.535Ztest v1::port::tests::port_ids_are_ascii ... ok
79972026-08-25T01:07:26.535Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79982026-08-25T01:07:26.535Z
79992026-08-25T01:07:26.535Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80002026-08-25T01:07:26.535Z
80012026-08-25T01:07:26.535Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
80022026-08-25T01:07:26.535Z
80032026-08-25T01:07:26.535Zrunning 12 tests
80042026-08-25T01:07:26.535Ztest pbuf::test_byte ... ok
80052026-08-25T01:07:26.535Ztest ipv6::test_ipv6_parse ... ok
80062026-08-25T01:07:26.536Ztest icmp::test_v6_checksum ... ok
80072026-08-25T01:07:26.536Ztest icmp::test_v4_checksum ... ok
80082026-08-25T01:07:26.536Ztest lldp::test_lldp_parse ... ok
80092026-08-25T01:07:26.536Ztest pbuf::test_nibble ... ok
80102026-08-25T01:07:26.536Ztest pbuf::test_short ... ok
80112026-08-25T01:07:26.536Ztest pbuf::test_overflow ... ok
80122026-08-25T01:07:26.536Ztest pbuf::test_twelve ... ok
80132026-08-25T01:07:26.536Ztest pbuf::test_word ... ok
80142026-08-25T01:07:26.536Ztest tcp::test_checksum_syn_nodata ... ok
80152026-08-25T01:07:26.536Ztest tcp::test_checksum_ack_data ... ok
80162026-08-25T01:07:26.536Z
80172026-08-25T01:07:26.536Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80182026-08-25T01:07:26.536Z
80192026-08-25T01:07:26.536Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80202026-08-25T01:07:26.541Z
80212026-08-25T01:07:26.541Zrunning 0 tests
80222026-08-25T01:07:26.541Z
80232026-08-25T01:07:26.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80242026-08-25T01:07:26.541Z
80252026-08-25T01:07:26.541Z Running unittests src/main.rs (target/debug/deps/swadm-c8f56b646933e200)
80262026-08-25T01:07:26.541Z
80272026-08-25T01:07:26.541Zrunning 5 tests
80282026-08-25T01:07:26.541Ztest switchport::test::test_compute_lanes ... ok
80292026-08-25T01:07:26.541Ztest switchport::test::port_id_ordering ... ok
80302026-08-25T01:07:26.541Ztest link::test_filter ... ok
80312026-08-25T01:07:26.541Z Lane 0 Lane 1 Lane 2 Lane 3
80322026-08-25T01:07:26.541Z Rx Loss-of-lock: Yes Yes Yes Yes
80332026-08-25T01:07:26.541Z Rx Loss-of-signal: Yes Yes Yes Yes
80342026-08-25T01:07:26.541Z Rx CDR Enabled: Yes Yes Yes Yes
80352026-08-25T01:07:26.542Z Tx Enabled: Yes Yes Yes Yes
80362026-08-25T01:07:26.542Z Tx Loss-of-lock: No No No No
80372026-08-25T01:07:26.542Z Tx Loss-of-signal: No No No No
80382026-08-25T01:07:26.542Z Lane 0 Tx CDR Enabled: No No Lane 1No NoLane 2
80392026-08-25T01:07:26.542Z Tx Adaptive EQ Fault: NoLane 3 No
80402026-08-25T01:07:26.542Z No State: ActivatedNo
80412026-08-25T01:07:26.542ZActivated Tx Fault: Yes ActivatedYes ActivatedYes
80422026-08-25T01:07:26.542Z Rx Output Enabled: falseYes
80432026-08-25T01:07:26.542Zfalse false false
80442026-08-25T01:07:26.542Z Rx Output Status: valid valid valid valid
80452026-08-25T01:07:26.542Z Rx Loss-of-lock: true true true true
80462026-08-25T01:07:26.542Z Rx Loss-of-signal: false false false false
80472026-08-25T01:07:26.542ZRx Auto-squelch Disable: true true true true
80482026-08-25T01:07:26.542Z Tx Output Enabled: true true true true
80492026-08-25T01:07:26.542Z Tx Output Status: invalid invalid invalid invalid
80502026-08-25T01:07:26.542Z Tx Loss-of-lock: false false false false
80512026-08-25T01:07:26.543Z Tx Loss-of-signal: true true true true
80522026-08-25T01:07:26.543ZTx Auto-squelch Disable: false false false false
80532026-08-25T01:07:26.543Z Tx Adaptive EQ Fail: true true true true
80542026-08-25T01:07:26.543Z Tx Failure: false false false false
80552026-08-25T01:07:26.543Z Tx Force Squelch: true true true true
80562026-08-25T01:07:26.543Z Tx Input Polarity: normal normal normal normal
80572026-08-25T01:07:26.543Ztest switchport::test::test_print_cmis_datapath ... ok
80582026-08-25T01:07:26.543Ztest switchport::test::test_print_sff_datapath ... ok
80592026-08-25T01:07:26.543Z
80602026-08-25T01:07:26.543Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80612026-08-25T01:07:26.543Z
80622026-08-25T01:07:26.543Z Running tests/counters.rs (target/debug/deps/counters-cb8596ee5b0e526f)
80632026-08-25T01:07:26.543Z
80642026-08-25T01:07:26.543Zrunning 1 test
80652026-08-25T01:07:26.543Ztest test_p4_counter_list ... ignored
80662026-08-25T01:07:26.543Z
80672026-08-25T01:07:26.543Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80682026-08-25T01:07:26.543Z
80692026-08-25T01:07:26.543Z Running tests/link_apply.rs (target/debug/deps/link_apply-830aa419773ce0c7)
80702026-08-25T01:07:26.543Z
80712026-08-25T01:07:26.543Zrunning 4 tests
80722026-08-25T01:07:26.544Ztest apply_tx_eq_all ... ignored
80732026-08-25T01:07:26.544Ztest apply_tx_eq_custom ... ignored
80742026-08-25T01:07:26.544Ztest tx_eq_exclusive ... ignored
80752026-08-25T01:07:26.544Ztest cmd::test::output_txeq ... ok
80762026-08-25T01:07:26.544Z
80772026-08-25T01:07:26.544Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
80782026-08-25T01:07:26.544Z
80792026-08-25T01:07:26.544Z Running tests/tx_eq.rs (target/debug/deps/tx_eq-e08fe517af08374d)
80802026-08-25T01:07:26.544Z Running unittests src/main.rs (target/debug/deps/tfportd-764680ca705f256a)
80812026-08-25T01:07:26.544Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
80822026-08-25T01:07:26.544Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
80832026-08-25T01:07:26.544Z Doc-tests aal
80842026-08-25T01:07:26.544Z
80852026-08-25T01:07:26.545Zrunning 3 tests
80862026-08-25T01:07:26.545Ztest set_all_taps ... ignored
80872026-08-25T01:07:26.545Ztest set_partial_taps ... ignored
80882026-08-25T01:07:26.545Ztest cmd::test::output_txeq ... ok
80892026-08-25T01:07:26.545Z
80902026-08-25T01:07:26.545Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
80912026-08-25T01:07:26.545Z
80922026-08-25T01:07:26.545Z
80932026-08-25T01:07:26.545Zrunning 3 tests
80942026-08-25T01:07:26.545Ztest linklocal::test_parse_ipadm ... ok
80952026-08-25T01:07:26.545Ztest tfport::test_parse_tfport ... ok
80962026-08-25T01:07:26.545Ztest config::tests::test_updates ... ok
80972026-08-25T01:07:26.545Z
80982026-08-25T01:07:26.545Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80992026-08-25T01:07:26.545Z
81002026-08-25T01:07:26.545Z
81012026-08-25T01:07:26.545Zrunning 0 tests
81022026-08-25T01:07:26.546Z
81032026-08-25T01:07:26.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81042026-08-25T01:07:26.546Z
81052026-08-25T01:07:26.546Z
81062026-08-25T01:07:26.546Zrunning 0 tests
81072026-08-25T01:07:26.546Z
81082026-08-25T01:07:26.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092026-08-25T01:07:26.546Z
81102026-08-25T01:07:26.717Z
81112026-08-25T01:07:26.717Zrunning 0 tests
81122026-08-25T01:07:26.717Z
81132026-08-25T01:07:26.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-08-25T01:07:26.721Z
81152026-08-25T01:07:26.743Z Doc-tests aal_macros
81162026-08-25T01:07:26.814Z
81172026-08-25T01:07:26.814Zrunning 0 tests
81182026-08-25T01:07:26.814Z
81192026-08-25T01:07:26.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81202026-08-25T01:07:26.815Z
81212026-08-25T01:07:26.825Z Doc-tests common
81222026-08-25T01:07:27.054Z
81232026-08-25T01:07:27.055Zrunning 0 tests
81242026-08-25T01:07:27.055Z
81252026-08-25T01:07:27.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81262026-08-25T01:07:27.055Z
81272026-08-25T01:07:27.081Z Doc-tests dpd_api
81282026-08-25T01:07:27.788Z
81292026-08-25T01:07:27.788Zrunning 2 tests
81302026-08-25T01:07:27.788Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81312026-08-25T01:07:27.788Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81322026-08-25T01:07:27.788Z
81332026-08-25T01:07:27.788Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81342026-08-25T01:07:27.788Z
81352026-08-25T01:07:27.818Z Doc-tests dpd_client
81362026-08-25T01:07:29.185Z
81372026-08-25T01:07:29.186Zrunning 0 tests
81382026-08-25T01:07:29.186Z
81392026-08-25T01:07:29.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81402026-08-25T01:07:29.186Z
81412026-08-25T01:07:29.242Z Doc-tests dpd_types
81422026-08-25T01:07:29.428Z
81432026-08-25T01:07:29.428Zrunning 0 tests
81442026-08-25T01:07:29.428Z
81452026-08-25T01:07:29.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81462026-08-25T01:07:29.428Z
81472026-08-25T01:07:29.450Z Doc-tests dpd_types_versions
81482026-08-25T01:07:30.945Z
81492026-08-25T01:07:30.945Zrunning 1 test
81502026-08-25T01:07:30.945Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81512026-08-25T01:07:30.945Z
81522026-08-25T01:07:30.945Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-25T01:07:30.945Z
81542026-08-25T01:07:30.996Z Doc-tests packet
81552026-08-25T01:07:31.215Z
81562026-08-25T01:07:31.215Zrunning 0 tests
81572026-08-25T01:07:31.216Z
81582026-08-25T01:07:31.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-25T01:07:31.216Z
81602026-08-25T01:07:31.242Z Doc-tests pcap
81612026-08-25T01:07:31.293Z
81622026-08-25T01:07:31.293Zrunning 0 tests
81632026-08-25T01:07:31.293Z
81642026-08-25T01:07:31.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-08-25T01:07:31.293Z
81662026-08-25T01:07:31.344Z+ for feat in tofino_stub tofino_asic softnpu chaos
81672026-08-25T01:07:31.344Z+ RUST_BACKTRACE=full
81682026-08-25T01:07:31.344Z+ cargo test --features chaos --no-fail-fast
81692026-08-25T01:07:31.948Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81702026-08-25T01:07:32.027Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81712026-08-25T01:07:32.036Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81722026-08-25T01:07:40.518Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81732026-08-25T01:07:40.711Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81742026-08-25T01:08:19.019Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.65s
81752026-08-25T01:08:19.133Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
81762026-08-25T01:08:19.141Z
81772026-08-25T01:08:19.142Zrunning 0 tests
81782026-08-25T01:08:19.142Z
81792026-08-25T01:08:19.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81802026-08-25T01:08:19.148Z
81812026-08-25T01:08:19.148Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81822026-08-25T01:08:19.149Z
81832026-08-25T01:08:19.149Zrunning 0 tests
81842026-08-25T01:08:19.149Z
81852026-08-25T01:08:19.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81862026-08-25T01:08:19.149Z
81872026-08-25T01:08:19.149Z Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c)
81882026-08-25T01:08:19.156Z
81892026-08-25T01:08:19.156Zrunning 0 tests
81902026-08-25T01:08:19.157Z
81912026-08-25T01:08:19.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81922026-08-25T01:08:19.157Z
81932026-08-25T01:08:19.163Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
81942026-08-25T01:08:19.186Z
81952026-08-25T01:08:19.186Zrunning 4 tests
81962026-08-25T01:08:19.196Ztest nat::tests::test_vni ... ok
81972026-08-25T01:08:19.197Ztest network::tests::test_generate_ipv6_link_local ... ok
81982026-08-25T01:08:19.197Ztest test_purge ... ok
81992026-08-25T01:08:19.197Ztest illumos::test::address_exists_handles_missing_object ... ok
82002026-08-25T01:08:19.197Z
82012026-08-25T01:08:19.197Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
82022026-08-25T01:08:19.197Z
82032026-08-25T01:08:19.204Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
82042026-08-25T01:08:19.214Z
82052026-08-25T01:08:19.215Zrunning 1 test
82062026-08-25T01:08:19.220Z -------
82072026-08-25T01:08:19.221Z Generating OpenAPI documents from API definitions ...
82082026-08-25T01:08:19.367Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
82092026-08-25T01:08:19.444Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
82102026-08-25T01:08:20.512Z -------
82112026-08-25T01:08:20.512Z Checking 13 OpenAPI documents...
82122026-08-25T01:08:20.512Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
82132026-08-25T01:08:20.512Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
82142026-08-25T01:08:20.512Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
82152026-08-25T01:08:20.512Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
82162026-08-25T01:08:20.516Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
82172026-08-25T01:08:20.516Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
82182026-08-25T01:08:20.516Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
82192026-08-25T01:08:20.516Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
82202026-08-25T01:08:20.516Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82212026-08-25T01:08:20.516Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82222026-08-25T01:08:20.516Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82232026-08-25T01:08:20.516Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82242026-08-25T01:08:20.516Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82252026-08-25T01:08:20.516Z Fresh dpd "latest" symlink
82262026-08-25T01:08:20.516Z -------
82272026-08-25T01:08:20.516Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82282026-08-25T01:08:20.580Ztest test::test_apis_up_to_date ... ok
82292026-08-25T01:08:20.580Z
82302026-08-25T01:08:20.584Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
82312026-08-25T01:08:20.584Z
82322026-08-25T01:08:20.640Z Running unittests src/main.rs (target/debug/deps/dpd-33fbf1c126320551)
82332026-08-25T01:08:20.647Z
82342026-08-25T01:08:20.647Zrunning 34 tests
82352026-08-25T01:08:20.651Ztest freemap::test_ordering ... ok
82362026-08-25T01:08:20.651Ztest config::tests::test_updates ... ok
82372026-08-25T01:08:20.651Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82382026-08-25T01:08:20.651Ztest freemap::test_split ... ok
82392026-08-25T01:08:20.651Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82402026-08-25T01:08:20.653Ztest macaddrs::tests::test_mac_offset ... ok
82412026-08-25T01:08:20.658Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82422026-08-25T01:08:20.658Ztest macaddrs::tests::test_parse_port_id ... ok
82432026-08-25T01:08:20.658Ztest nat::test_mapping ... ok
82442026-08-25T01:08:20.658ZAug 25 01:08:19.183 DEBG created new freemapAug 25 01:08:19.183 DEBG , created new freemapunit:, unitfreemap_test: freemap_test
82452026-08-25T01:08:20.658Z
82462026-08-25T01:08:20.658ZAug 25 01:08:19.183Aug 25 01:08:19.183 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82472026-08-25T01:08:20.658Z
82482026-08-25T01:08:20.658ZAug 25 01:08:19.183 DEBG Aug 25 01:08:19.183Aug 25 01:08:19.183 created new freemap DEBGDEBG , reset freemapreset freemapunit, :, unitunit:: freemap_testfreemap_testfreemap_test
82492026-08-25T01:08:20.658Z
82502026-08-25T01:08:20.658Z
82512026-08-25T01:08:20.658ZAug 25 01:08:19.183 DEBG initted freemap. size: 128, unit: freemap_test
82522026-08-25T01:08:20.658ZAug 25 01:08:19.183 DEBG reset freemapAug 25 01:08:19.183, unitDEBG: created new freemapfreemap_test
82532026-08-25T01:08:20.658Z, unit: freemap_test
82542026-08-25T01:08:20.658ZAug 25 01:08:19.183 DEBG initted freemap. size: 128, unit: freemap_test
82552026-08-25T01:08:20.659ZAug 25 01:08:19.183 DEBG reset freemap, unit: freemap_test
82562026-08-25T01:08:20.659Ztest freemap::test_basic ... ok
82572026-08-25T01:08:20.659Ztest freemap::test_exhaustion ... ok
82582026-08-25T01:08:20.659Ztest freemap::test_reclaim ... ok
82592026-08-25T01:08:20.659Ztest freemap::test_free ... ok
82602026-08-25T01:08:20.660Ztest port_map::tests::test_backplane_group ... ok
82612026-08-25T01:08:20.660Ztest port_map::tests::test_port_map ... ok
82622026-08-25T01:08:20.660Ztest port_map::tests::dump_map ... ok
82632026-08-25T01:08:20.660ZAug 25 01:08:19.184 DEBG created new freemap, unit: freemap_test
82642026-08-25T01:08:20.660ZAug 25 01:08:19.184 DEBG initted freemap. size: 8, unit: freemap_test
82652026-08-25T01:08:20.660ZAug 25 01:08:19.184 DEBG reset freemap, unit: freemap_test
82662026-08-25T01:08:20.661Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82672026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG created new freemap, unit:Aug 25 01:08:19.184 freemap_testDEBG
82682026-08-25T01:08:20.661Z created new freemap, unitAug 25 01:08:19.184: DEBGfreemap_route_ipv4 initted freemap. size: 128
82692026-08-25T01:08:20.661Z, unit: freemap_test
82702026-08-25T01:08:20.661ZAug 25 01:08:19.184 Aug 25 01:08:19.184DEBG DEBGcreated new freemap , reset freemapunit, :unit :freemap_route_ipv6
82712026-08-25T01:08:20.661Zfreemap_test
82722026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82732026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG reset freemap, unit: freemap_route_ipv4
82742026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82752026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG reset freemap, unit: freemap_route_ipv6
82762026-08-25T01:08:20.661ZAug 25 01:08:19.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82772026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82782026-08-25T01:08:20.661ZAug 25 01:08:19.184 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82792026-08-25T01:08:20.661ZAug 25 01:08:19.184 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82802026-08-25T01:08:20.661ZAug 25 01:08:19.184 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82812026-08-25T01:08:20.662ZAug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82822026-08-25T01:08:20.662ZAug 25 01:08:19.184 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82832026-08-25T01:08:20.662ZAug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82842026-08-25T01:08:20.662ZAug 25 01:08:19.184 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82852026-08-25T01:08:20.662ZAug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82862026-08-25T01:08:20.662ZAug 25 01:08:19.184 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82872026-08-25T01:08:20.662ZAug 25 01:08:19.184 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82882026-08-25T01:08:20.662ZAug 25 01:08:19.184 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82892026-08-25T01:08:20.663ZAug 25 01:08:19.184 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 } }]
82902026-08-25T01:08:20.663ZAug 25 01:08:19.184 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82912026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
82922026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82932026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
82942026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82952026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
82962026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82972026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
82982026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82992026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
83002026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83012026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
83022026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83032026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
83042026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83052026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
83062026-08-25T01:08:20.663ZAug 25 01:08:19.185 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83072026-08-25T01:08:20.663ZAug 25 01:08:19.185 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 } }]
83082026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83092026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83102026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83112026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83122026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83132026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83142026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83152026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83162026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83172026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83182026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83192026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83202026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83212026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83222026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83232026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83242026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83252026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83262026-08-25T01:08:20.664ZAug 25 01:08:19.185 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83272026-08-25T01:08:20.664ZAug 25 01:08:19.185 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 } }]
83282026-08-25T01:08:20.665ZAug 25 01:08:19.185 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83292026-08-25T01:08:20.665ZAug 25 01:08:19.185 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 } }]
83302026-08-25T01:08:20.665ZAug 25 01:08:19.185 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83312026-08-25T01:08:20.665ZAug 25 01:08:19.185 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 } }]
83322026-08-25T01:08:20.665ZAug 25 01:08:19.185 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83332026-08-25T01:08:20.666ZAug 25 01:08:19.185 Aug 25 01:08:19.185DEBG 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 } }]
83342026-08-25T01:08:20.666Zcreated new freemap, unit:Aug 25 01:08:19.185 freemap_route_ipv4INFO
83352026-08-25T01:08:20.667Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83362026-08-25T01:08:20.667ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG created new freemapreplacing 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 } }],
83372026-08-25T01:08:20.667Zunit: freemap_route_ipv6
83382026-08-25T01:08:20.667ZAug 25 01:08:19.185 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 01:08:19.185
83392026-08-25T01:08:20.667Z DEBG initted freemap. size: 64, Aug 25 01:08:19.185unit :DEBG 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 } }]
83402026-08-25T01:08:20.667Z
83412026-08-25T01:08:20.672Ztest freemap::test_span ... ok
83422026-08-25T01:08:20.673ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreset freemap
83432026-08-25T01:08:20.673Z, unit: freemap_route_ipv4Aug 25 01:08:19.185
83442026-08-25T01:08:20.673Z 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 } }]
83452026-08-25T01:08:20.673Ztest api_server::tests::test_build_info ... ok
83462026-08-25T01:08:20.673ZAug 25 01:08:19.185 DEBG initted freemap. size: 64Aug 25 01:08:19.185, unitINFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6
83472026-08-25T01:08:20.673Z
83482026-08-25T01:08:20.673ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
83492026-08-25T01:08:20.673Z, unit: freemap_route_ipv6Aug 25 01:08:19.185
83502026-08-25T01:08:20.673Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83512026-08-25T01:08:20.673ZAug 25 01:08:19.185 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:08:19.185
83522026-08-25T01:08:20.673Z 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 } }]
83532026-08-25T01:08:20.673ZAug 25 01:08:19.185 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.185Aug 25 01:08:19.185
83542026-08-25T01:08:20.673Z INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:08:19.185
83552026-08-25T01:08:20.673Z created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
83562026-08-25T01:08:20.673Z Aug 25 01:08:19.185freemap_route_ipv4
83572026-08-25T01:08:20.673ZDEBG 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 } }]
83582026-08-25T01:08:20.673ZAug 25 01:08:19.185 DEBGAug 25 01:08:19.185 Aug 25 01:08:19.185 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 INFO
83592026-08-25T01:08:20.673Zcreated new freemap , adding route 3fff:beef:22::/64 -> 2001:db8::55:ffunit
83602026-08-25T01:08:20.673Z:Aug 25 01:08:19.185 freemap_route_ipv6INFO
83612026-08-25T01:08:20.674Z Aug 25 01:08:19.185 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
83622026-08-25T01:08:20.674Ztest port_map::tests::parse_softnpu_revision ... ok
83632026-08-25T01:08:20.674Z Aug 25 01:08:19.185replacing 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 } }]
83642026-08-25T01:08:20.674ZDEBG Aug 25 01:08:19.185initted freemap. size: 64 , DEBGAug 25 01:08:19.185unit : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
83652026-08-25T01:08:20.674ZINFO
83662026-08-25T01:08:20.674Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
83672026-08-25T01:08:20.674ZAug 25 01:08:19.185 INFOAug 25 01:08:19.185 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
83682026-08-25T01:08:20.674Z reset freemapAug 25 01:08:19.185, unitDEBGAug 25 01:08:19.185: DEBG freemap_route_ipv4replacing 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 } }]
83692026-08-25T01:08:20.674Z
83702026-08-25T01:08:20.674Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
83712026-08-25T01:08:20.675ZAug 25 01:08:19.185Aug 25 01:08:19.185 Aug 25 01:08:19.185INFODEBG INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83722026-08-25T01:08:20.675Zadding route 3fff:beef::/64 -> 2001:db8::55:ffinitted freemap. size: 64
83732026-08-25T01:08:20.675Z, unit:Aug 25 01:08:19.185 Aug 25 01:08:19.185freemap_route_ipv6
83742026-08-25T01:08:20.675ZDEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83752026-08-25T01:08:20.675ZAug 25 01:08:19.185replacing 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-08-25T01:08:20.675ZDEBG reset freemapAug 25 01:08:19.185, unitAug 25 01:08:19.185:INFO freemap_route_ipv6INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
83772026-08-25T01:08:20.675Z
83782026-08-25T01:08:20.675Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83792026-08-25T01:08:20.675ZAug 25 01:08:19.185Aug 25 01:08:19.185 Aug 25 01:08:19.185INFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
83802026-08-25T01:08:20.675Z
83812026-08-25T01:08:20.675Zreplacing 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 } }]
83822026-08-25T01:08:20.675ZAug 25 01:08:19.185Aug 25 01:08:19.185 Aug 25 01:08:19.185INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG
83832026-08-25T01:08:20.675Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83842026-08-25T01:08:20.675Z
83852026-08-25T01:08:20.675ZAug 25 01:08:19.185 DEBGAug 25 01:08:19.185 Aug 25 01:08:19.185replacing 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
83862026-08-25T01:08:20.676ZINFO 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:dead::/64 -> 2001:db8::55:2
83872026-08-25T01:08:20.677Z
83882026-08-25T01:08:20.677ZAug 25 01:08:19.185 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 01:08:19.185Aug 25 01:08:19.185
83892026-08-25T01:08:20.677ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 25 01:08:19.185
83902026-08-25T01:08:20.677Z DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83912026-08-25T01:08:20.677Zreplacing 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 } }]
83922026-08-25T01:08:20.677ZAug 25 01:08:19.185 Aug 25 01:08:19.185INFOAug 25 01:08:19.185 adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBGINFO
83932026-08-25T01:08:20.677Zadding route 3fff:beef:28::/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 } }]
83942026-08-25T01:08:20.677Z
83952026-08-25T01:08:20.677ZAug 25 01:08:19.185 Aug 25 01:08:19.185DEBGAug 25 01:08:19.185 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 } }]DEBGINFO
83962026-08-25T01:08:20.677Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83972026-08-25T01:08:20.677Z
83982026-08-25T01:08:20.677ZAug 25 01:08:19.185 Aug 25 01:08:19.185Aug 25 01:08:19.185 DEBGINFOINFO 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:29::/64 -> 2001:db8::55:ff
83992026-08-25T01:08:20.677Z
84002026-08-25T01:08:20.677Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84012026-08-25T01:08:20.677ZAug 25 01:08:19.185 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 } }]
84022026-08-25T01:08:20.677ZAug 25 01:08:19.185 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84032026-08-25T01:08:20.677ZAug 25 01:08:19.185 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 } }]
84042026-08-25T01:08:20.677ZAug 25 01:08:19.185 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84052026-08-25T01:08:20.677ZAug 25 01:08:19.185 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 } }]
84062026-08-25T01:08:20.678ZAug 25 01:08:19.185 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84072026-08-25T01:08:20.678ZAug 25 01:08:19.185 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 } }]
84082026-08-25T01:08:20.678ZAug 25 01:08:19.185 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:08:19.185
84092026-08-25T01:08:20.678Z DEBG Aug 25 01:08:19.185created new freemap DEBG, unitreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
84102026-08-25T01:08:20.678Z freemap_route_ipv4
84112026-08-25T01:08:20.678ZAug 25 01:08:19.185 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84122026-08-25T01:08:20.678ZAug 25 01:08:19.185 DEBG Aug 25 01:08:19.185created new freemap , DEBGunit :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 } }]
84132026-08-25T01:08:20.678Zfreemap_route_ipv6
84142026-08-25T01:08:20.678ZAug 25 01:08:19.185 Aug 25 01:08:19.185INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84152026-08-25T01:08:20.678Zinitted freemap. size: 64, unit: Aug 25 01:08:19.185freemap_route_ipv4
84162026-08-25T01:08:20.678ZDEBG 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 } }]
84172026-08-25T01:08:20.678ZAug 25 01:08:19.185 DEBG reset freemapAug 25 01:08:19.185, unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:fffreemap_route_ipv4
84182026-08-25T01:08:20.678Z
84192026-08-25T01:08:20.678ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
84202026-08-25T01:08:20.678Z, unit: freemap_route_ipv6Aug 25 01:08:19.185
84212026-08-25T01:08:20.678Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84222026-08-25T01:08:20.678ZAug 25 01:08:19.185 DEBG reset freemapAug 25 01:08:19.185, 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_ipv6
84232026-08-25T01:08:20.678Z
84242026-08-25T01:08:20.678ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
84252026-08-25T01:08:20.678Z
84262026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
84272026-08-25T01:08:20.679Z
84282026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
84292026-08-25T01:08:20.679Z
84302026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 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: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 } }]
84312026-08-25T01:08:20.679Z
84322026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
84332026-08-25T01:08:20.679Z
84342026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 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: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 } }]
84352026-08-25T01:08:20.679Z
84362026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
84372026-08-25T01:08:20.679Z
84382026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff: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 } }]
84392026-08-25T01:08:20.679Z
84402026-08-25T01:08:20.679ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
84412026-08-25T01:08:20.684Z
84422026-08-25T01:08:20.684ZAug 25 01:08:19.185Aug 25 01:08:19.185 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84432026-08-25T01:08:20.684Z
84442026-08-25T01:08:20.684ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84452026-08-25T01:08:20.684Z
84462026-08-25T01:08:20.685ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84472026-08-25T01:08:20.685Z
84482026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84492026-08-25T01:08:20.686Z
84502026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84512026-08-25T01:08:20.686Z
84522026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84532026-08-25T01:08:20.686Z
84542026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84552026-08-25T01:08:20.686Z
84562026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84572026-08-25T01:08:20.686Z
84582026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84592026-08-25T01:08:20.686Z
84602026-08-25T01:08:20.686ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84612026-08-25T01:08:20.686Z
84622026-08-25T01:08:20.687ZAug 25 01:08:19.185Aug 25 01:08:19.185 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84632026-08-25T01:08:20.687Z
84642026-08-25T01:08:20.687ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84652026-08-25T01:08:20.687Z
84662026-08-25T01:08:20.687ZAug 25 01:08:19.185Aug 25 01:08:19.185 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: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 } }]
84672026-08-25T01:08:20.687Z
84682026-08-25T01:08:20.687ZAug 25 01:08:19.185Aug 25 01:08:19.185 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84692026-08-25T01:08:20.687Z
84702026-08-25T01:08:20.687ZAug 25 01:08:19.186Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84712026-08-25T01:08:20.687Z
84722026-08-25T01:08:20.687ZAug 25 01:08:19.186Aug 25 01:08:19.186 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84732026-08-25T01:08:20.687Z
84742026-08-25T01:08:20.687ZAug 25 01:08:19.186Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84752026-08-25T01:08:20.687Z
84762026-08-25T01:08:20.687ZAug 25 01:08:19.185Aug 25 01:08:19.186Aug 25 01:08:19.186 INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff 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 } }]
84772026-08-25T01:08:20.687Z
84782026-08-25T01:08:20.687Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84792026-08-25T01:08:20.687ZAug 25 01:08:19.186Aug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84802026-08-25T01:08:20.687Z
84812026-08-25T01:08:20.687ZAug 25 01:08:19.186Aug 25 01:08:19.186 INFOINFOAug 25 01:08:19.186 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84822026-08-25T01:08:20.688ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84832026-08-25T01:08:20.688Z
84842026-08-25T01:08:20.688ZAug 25 01:08:19.186 DEBG Aug 25 01:08:19.186replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
84852026-08-25T01:08:20.688Z 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: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 } }]
84862026-08-25T01:08:20.688Z
84872026-08-25T01:08:20.688ZAug 25 01:08:19.186 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
84882026-08-25T01:08:20.688Z Aug 25 01:08:19.186INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
84892026-08-25T01:08:20.688ZDEBG
84902026-08-25T01:08:20.688Z Aug 25 01:08:19.185replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
84912026-08-25T01:08:20.688Z DEBG Aug 25 01:08:19.186INFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 01:08:19.186
84922026-08-25T01:08:20.688Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
84932026-08-25T01:08:20.688Zreplacing 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:c::/64 -> 2001:db8::55:ff
84942026-08-25T01:08:20.688Z
84952026-08-25T01:08:20.688ZAug 25 01:08:19.186 INFOAug 25 01:08:19.186 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
84962026-08-25T01:08:20.688Z INFODEBG adding route 3fff:beef:2c::/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 } }]
84972026-08-25T01:08:20.688Z
84982026-08-25T01:08:20.688ZAug 25 01:08:19.186 Aug 25 01:08:19.186DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
84992026-08-25T01:08:20.688ZAug 25 01:08:19.186 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 } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
85002026-08-25T01:08:20.688Z
85012026-08-25T01:08:20.688Z DEBGINFO Aug 25 01:08:19.186replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
85022026-08-25T01:08:20.688Z 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 } }]Aug 25 01:08:19.186
85032026-08-25T01:08:20.688Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85042026-08-25T01:08:20.688ZINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
85052026-08-25T01:08:20.688ZAug 25 01:08:19.186adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186
85062026-08-25T01:08:20.688ZDEBGAug 25 01:08:19.186 INFO 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
85072026-08-25T01:08:20.690ZAug 25 01:08:19.186adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85082026-08-25T01:08:20.690ZDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85092026-08-25T01:08:20.690ZAug 25 01:08:19.186Aug 25 01:08:19.186
85102026-08-25T01:08:20.690Z DEBGINFOAug 25 01:08:19.186 Aug 25 01:08:19.186DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85112026-08-25T01:08:20.690ZINFOcreated new freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85122026-08-25T01:08:20.690Z , Aug 25 01:08:19.186adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186DEBG
85132026-08-25T01:08:20.690Z unit replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
85142026-08-25T01:08:20.690Z freemap_route_ipv4 Aug 25 01:08:19.186adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85152026-08-25T01:08:20.690Z
85162026-08-25T01:08:20.690ZAug 25 01:08:19.186 INFOAug 25 01:08:19.186 Aug 25 01:08:19.186adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85172026-08-25T01:08:20.690Z INFODEBGAug 25 01:08:19.186DEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85182026-08-25T01:08:20.690Z Aug 25 01:08:19.186
85192026-08-25T01:08:20.690Zreplacing 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 } }]
85202026-08-25T01:08:20.690Zcreated new freemapDEBGAug 25 01:08:19.186Aug 25 01:08:19.186 , Aug 25 01:08:19.186 DEBGunitreplacing 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 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 } }]
85212026-08-25T01:08:20.690Zfreemap_route_ipv6adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
85222026-08-25T01:08:20.690Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85232026-08-25T01:08:20.690Z
85242026-08-25T01:08:20.690Z
85252026-08-25T01:08:20.690ZAug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186 DEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
85262026-08-25T01:08:20.690Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO 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:1e::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 25 01:08:19.186,
85272026-08-25T01:08:20.690Z
85282026-08-25T01:08:20.690ZINFO
85292026-08-25T01:08:20.690Zunit: adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 01:08:19.186freemap_route_ipv4
85302026-08-25T01:08:20.690Z
85312026-08-25T01:08:20.690ZAug 25 01:08:19.186 Aug 25 01:08:19.186 INFODEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
85322026-08-25T01:08:20.690ZAug 25 01:08:19.186 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: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: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 } }]
85332026-08-25T01:08:20.690ZAug 25 01:08:19.186DEBG
85342026-08-25T01:08:20.690Z DEBGreset freemap 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 } }],
85352026-08-25T01:08:20.690ZAug 25 01:08:19.186
85362026-08-25T01:08:20.691ZAug 25 01:08:19.186 unit :Aug 25 01:08:19.186INFO INFOINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85372026-08-25T01:08:20.691Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85382026-08-25T01:08:20.691Zfreemap_route_ipv4Aug 25 01:08:19.186adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186
85392026-08-25T01:08:20.691Z
85402026-08-25T01:08:20.691Z DEBG INFOAug 25 01:08:19.186 Aug 25 01:08:19.186replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85412026-08-25T01:08:20.704ZDEBGAug 25 01:08:19.186 DEBG
85422026-08-25T01:08:20.704Z DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85432026-08-25T01:08:20.704ZAug 25 01:08:19.186replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186initted freemap. size: 64 ,
85442026-08-25T01:08:20.704ZDEBG 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 } }]
85452026-08-25T01:08:20.704Z:INFO Aug 25 01:08:19.186freemap_route_ipv6 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
85462026-08-25T01:08:20.704Z
85472026-08-25T01:08:20.704ZAug 25 01:08:19.186Aug 25 01:08:19.186INFO INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 01:08:19.186 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
85482026-08-25T01:08:20.704ZINFO
85492026-08-25T01:08:20.705Z DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreset freemapDEBG
85502026-08-25T01:08:20.705Z 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 } }],
85512026-08-25T01:08:20.705ZunitAug 25 01:08:19.186Aug 25 01:08:19.186 :Aug 25 01:08:19.186 DEBGfreemap_route_ipv6 DEBGDEBG
85522026-08-25T01:08:20.705Zreplacing 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: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 } }]
85532026-08-25T01:08:20.705Zreplacing 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 } }]
85542026-08-25T01:08:20.705ZAug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186
85552026-08-25T01:08:20.705ZINFOAug 25 01:08:19.186 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85562026-08-25T01:08:20.705Z
85572026-08-25T01:08:20.705Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85582026-08-25T01:08:20.705ZAug 25 01:08:19.186adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 01:08:19.186Aug 25 01:08:19.186
85592026-08-25T01:08:20.705Z INFODEBG Aug 25 01:08:19.186 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85602026-08-25T01:08:20.705Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85612026-08-25T01:08:20.705Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 25 01:08:19.186
85622026-08-25T01:08:20.705Z 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 } }]
85632026-08-25T01:08:20.705Z DEBG Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.186 INFO
85642026-08-25T01:08:20.705ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFO
85652026-08-25T01:08:20.705Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:08:19.186DEBG
85662026-08-25T01:08:20.705Z
85672026-08-25T01:08:20.705Z Aug 25 01:08:19.186replacing 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
85682026-08-25T01:08:20.705Z DEBG Aug 25 01:08:19.186replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
85692026-08-25T01:08:20.705Z DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:08:19.186Aug 25 01:08:19.186 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85702026-08-25T01:08:20.705ZINFO INFO
85712026-08-25T01:08:20.705Z
85722026-08-25T01:08:20.706Z Aug 25 01:08:19.186adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85732026-08-25T01:08:20.706ZINFO
85742026-08-25T01:08:20.706Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
85752026-08-25T01:08:20.706Z Aug 25 01:08:19.186 INFODEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing 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 } }]
85762026-08-25T01:08:20.706Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85772026-08-25T01:08:20.706ZDEBG Aug 25 01:08:19.186DEBGreplacing 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 } }] INFOAug 25 01:08:19.186replacing 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
85782026-08-25T01:08:20.706Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85792026-08-25T01:08:20.706Z
85802026-08-25T01:08:20.706Z Aug 25 01:08:19.186replacing 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 } }]
85812026-08-25T01:08:20.706ZAug 25 01:08:19.186Aug 25 01:08:19.186 INFO DEBGINFOAug 25 01:08:19.186 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85822026-08-25T01:08:20.706Z
85832026-08-25T01:08:20.706ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85842026-08-25T01:08:20.706Z
85852026-08-25T01:08:20.706ZAug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186DEBG Aug 25 01:08:19.186DEBG 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 } }]INFO
85862026-08-25T01:08:20.706Z 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: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 } }]
85872026-08-25T01:08:20.706ZAug 25 01:08:19.186
85882026-08-25T01:08:20.706Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85892026-08-25T01:08:20.706Z
85902026-08-25T01:08:20.706ZAug 25 01:08:19.186Aug 25 01:08:19.186 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:08:19.186adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
85912026-08-25T01:08:20.706Z
85922026-08-25T01:08:20.706Z DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.186replacing 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 } }]
85932026-08-25T01:08:20.706ZAug 25 01:08:19.186 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186replacing 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 } }]
85942026-08-25T01:08:20.706Z
85952026-08-25T01:08:20.706Z INFO
85962026-08-25T01:08:20.707Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
85972026-08-25T01:08:20.707ZAug 25 01:08:19.186 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85982026-08-25T01:08:20.707Z
85992026-08-25T01:08:20.707ZAug 25 01:08:19.186 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 } }]Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186
86002026-08-25T01:08:20.707Z DEBGINFO DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 25 01:08:19.186
86012026-08-25T01:08:20.707Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86022026-08-25T01:08:20.707Z
86032026-08-25T01:08:20.707Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 01:08:19.186
86042026-08-25T01:08:20.707ZAug 25 01:08:19.186Aug 25 01:08:19.186 DEBG INFOINFOAug 25 01:08:19.186 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86052026-08-25T01:08:20.707Z
86062026-08-25T01:08:20.707Zreplacing 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: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 } }]
86072026-08-25T01:08:20.707Z
86082026-08-25T01:08:20.707ZAug 25 01:08:19.186 DEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186DEBG INFO
86092026-08-25T01:08:20.707Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86102026-08-25T01:08:20.707Z
86112026-08-25T01:08:20.707Z
86122026-08-25T01:08:20.707ZAug 25 01:08:19.186 INFO Aug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186 INFODEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86132026-08-25T01:08:20.707Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86142026-08-25T01:08:20.707Z
86152026-08-25T01:08:20.707Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
86162026-08-25T01:08:20.707Z DEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.186
86172026-08-25T01:08:20.707Z INFODEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86182026-08-25T01:08:20.707Z
86192026-08-25T01:08:20.707Z
86202026-08-25T01:08:20.708ZAug 25 01:08:19.186 INFO Aug 25 01:08:19.186Aug 25 01:08:19.186adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86212026-08-25T01:08:20.708Z INFOAug 25 01:08:19.186 DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86222026-08-25T01:08:20.708ZAug 25 01:08:19.186 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86232026-08-25T01:08:20.708Z Aug 25 01:08:19.186 DEBGDEBG Aug 25 01:08:19.186 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: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 } }]
86242026-08-25T01:08:20.708ZINFO
86252026-08-25T01:08:20.708Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86262026-08-25T01:08:20.708Z
86272026-08-25T01:08:20.708ZAug 25 01:08:19.186 Aug 25 01:08:19.186INFO Aug 25 01:08:19.186adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:08:19.186INFO
86282026-08-25T01:08:20.708Z DEBGINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:08:19.186replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86292026-08-25T01:08:20.708Z
86302026-08-25T01:08:20.708Z
86312026-08-25T01:08:20.708ZDEBGAug 25 01:08:19.186 Aug 25 01:08:19.186replacing 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 } }]
86322026-08-25T01:08:20.708ZAug 25 01:08:19.186DEBG DEBG INFOAug 25 01:08:19.186 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 } }]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 } }]
86332026-08-25T01:08:20.708Z
86342026-08-25T01:08:20.708Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86352026-08-25T01:08:20.708Z
86362026-08-25T01:08:20.708ZAug 25 01:08:19.186Aug 25 01:08:19.186Aug 25 01:08:19.186 Aug 25 01:08:19.186 DEBG INFODEBG INFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
86372026-08-25T01:08:20.708Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86382026-08-25T01:08:20.708Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86392026-08-25T01:08:20.708Z
86402026-08-25T01:08:20.708ZAug 25 01:08:19.187Aug 25 01:08:19.187 Aug 25 01:08:19.187DEBGAug 25 01:08:19.187 INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86412026-08-25T01:08:20.713ZDEBGINFO adding route 3fff:beef:3e::/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 } }]
86422026-08-25T01:08:20.713Z
86432026-08-25T01:08:20.714Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86442026-08-25T01:08:20.714ZAug 25 01:08:19.187Aug 25 01:08:19.187Aug 25 01:08:19.187 INFO DEBGINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 01:08:19.187
86452026-08-25T01:08:20.714Z DEBGreplacing 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 } }]
86462026-08-25T01:08:20.714Zreplacing 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:2c::/64 -> 2001:db8::55:ff
86472026-08-25T01:08:20.714Z
86482026-08-25T01:08:20.714ZAug 25 01:08:19.187 INFO Aug 25 01:08:19.187Aug 25 01:08:19.187 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG
86492026-08-25T01:08:20.714ZAug 25 01:08:19.187replacing 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
86502026-08-25T01:08:20.714ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 25 01:08:19.187
86512026-08-25T01:08:20.714ZAug 25 01:08:19.187 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 } }]INFO 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 } }]
86522026-08-25T01:08:20.715Z
86532026-08-25T01:08:20.715Z Aug 25 01:08:19.187adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86542026-08-25T01:08:20.715ZAug 25 01:08:19.187DEBGAug 25 01:08:19.187 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 } }]
86552026-08-25T01:08:20.715ZDEBG Aug 25 01:08:19.187 Aug 25 01:08:19.187DEBGfailed to allocate space for the new target list INFO 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
86562026-08-25T01:08:20.715Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86572026-08-25T01:08:20.715Z
86582026-08-25T01:08:20.715Z
86592026-08-25T01:08:20.715ZAug 25 01:08:19.187Aug 25 01:08:19.187Aug 25 01:08:19.187 Aug 25 01:08:19.187DEBG DEBGINFODEBG 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:17::/64 -> 2001:db8::55:ff
86602026-08-25T01:08:20.716Z
86612026-08-25T01:08:20.716Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
86622026-08-25T01:08:20.716Z
86632026-08-25T01:08:20.716ZAug 25 01:08:19.187 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 01:08:19.187Aug 25 01:08:19.187 Aug 25 01:08:19.187
86642026-08-25T01:08:20.717Z INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187
86652026-08-25T01:08:20.717Z
86662026-08-25T01:08:20.717Zfailed to allocate space for the new target list
86672026-08-25T01:08:20.717ZDEBGAug 25 01:08:19.187 Aug 25 01:08:19.187replacing 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
86682026-08-25T01:08:20.717Z DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 25 01:08:19.187
86692026-08-25T01:08:20.717Z INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86702026-08-25T01:08:20.717ZAug 25 01:08:19.187adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86712026-08-25T01:08:20.717ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187
86722026-08-25T01:08:20.717Z INFOAug 25 01:08:19.187 Aug 25 01:08:19.187 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
86732026-08-25T01:08:20.717ZINFO adding route 3fff:beef:19::/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 } }]
86742026-08-25T01:08:20.718Z
86752026-08-25T01:08:20.718ZAug 25 01:08:19.187 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187Aug 25 01:08:19.187
86762026-08-25T01:08:20.718Z DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 01:08:19.187
86772026-08-25T01:08:20.718Z
86782026-08-25T01:08:20.718Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86792026-08-25T01:08:20.718ZAug 25 01:08:19.187Aug 25 01:08:19.187 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86802026-08-25T01:08:20.718ZAug 25 01:08:19.187
86812026-08-25T01:08:20.718ZDEBG Aug 25 01:08:19.187replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.187
86822026-08-25T01:08:20.718ZINFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86832026-08-25T01:08:20.718Zreplacing 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 } }]
86842026-08-25T01:08:20.718ZAug 25 01:08:19.187 Aug 25 01:08:19.187INFOAug 25 01:08:19.187 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86852026-08-25T01:08:20.718Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86862026-08-25T01:08:20.718Z
86872026-08-25T01:08:20.718ZAug 25 01:08:19.187 DEBGAug 25 01:08:19.187Aug 25 01:08:19.187 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 } }]
86882026-08-25T01:08:20.718ZINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86892026-08-25T01:08:20.718Z
86902026-08-25T01:08:20.718ZAug 25 01:08:19.187 INFO Aug 25 01:08:19.187adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 25 01:08:19.187DEBG INFO
86912026-08-25T01:08:20.718Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86922026-08-25T01:08:20.719Z
86932026-08-25T01:08:20.719ZAug 25 01:08:19.187Aug 25 01:08:19.187 DEBGAug 25 01:08:19.187INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
86942026-08-25T01:08:20.719Z 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:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86952026-08-25T01:08:20.719Z
86962026-08-25T01:08:20.719ZAug 25 01:08:19.187 DEBGAug 25 01:08:19.187 Aug 25 01:08:19.187 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 } }]
86972026-08-25T01:08:20.719ZINFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86982026-08-25T01:08:20.719Z
86992026-08-25T01:08:20.719ZAug 25 01:08:19.187 INFO Aug 25 01:08:19.187Aug 25 01:08:19.187 DEBGDEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }]
87002026-08-25T01:08:20.719Z
87012026-08-25T01:08:20.719Zreplacing 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 } }]
87022026-08-25T01:08:20.719ZAug 25 01:08:19.187Aug 25 01:08:19.187 INFOAug 25 01:08:19.187 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
87032026-08-25T01:08:20.719Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87042026-08-25T01:08:20.719Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87052026-08-25T01:08:20.719Z
87062026-08-25T01:08:20.719ZAug 25 01:08:19.187 DEBGAug 25 01:08:19.187Aug 25 01:08:19.187 INFOreplacing 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 } }]
87072026-08-25T01:08:20.719Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
87082026-08-25T01:08:20.720Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.187
87092026-08-25T01:08:20.720Z Aug 25 01:08:19.187INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
87102026-08-25T01:08:20.720Z Aug 25 01:08:19.187replacing 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 Aug 25 01:08:19.188adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 01:08:19.188 DEBG
87112026-08-25T01:08:20.720Zcreated new freemap, DEBG unitcreated new freemapAug 25 01:08:19.189:, unitfreemap_route_ipv4: freemap_route_ipv4DEBG
87122026-08-25T01:08:20.720Z 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 } }]
87132026-08-25T01:08:20.720ZAug 25 01:08:19.187Aug 25 01:08:19.189 Aug 25 01:08:19.189DEBG DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87142026-08-25T01:08:20.720ZINFOcreated new freemap , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit
87152026-08-25T01:08:20.720Z: Aug 25 01:08:19.189
87162026-08-25T01:08:20.720Zfreemap_route_ipv6
87172026-08-25T01:08:20.720Z INFOAug 25 01:08:19.189 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 01:08:19.187DEBGAug 25 01:08:19.189
87182026-08-25T01:08:20.720ZDEBG 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 } }]DEBGcreated new freemap
87192026-08-25T01:08:20.720Z , unitAug 25 01:08:19.189initted freemap. size: 64:, Aug 25 01:08:19.189Aug 25 01:08:19.189unit :INFO DEBGfreemap_route_ipv4
87202026-08-25T01:08:20.720Zfreemap_route_ipv4replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87212026-08-25T01:08:20.720Z
87222026-08-25T01:08:20.720Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFOAug 25 01:08:19.189
87232026-08-25T01:08:20.720Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 01:08:19.189DEBG Aug 25 01:08:19.189 DEBG
87242026-08-25T01:08:20.720Z Aug 25 01:08:19.189DEBGreset freemap , created new freemapreplacing 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 } }]unitINFO
87252026-08-25T01:08:20.720Z , unit:adding route 3fff:beef:21::/64 -> 2001:db8::55:ff: Aug 25 01:08:19.189Aug 25 01:08:19.189 freemap_route_ipv6freemap_route_ipv4
87262026-08-25T01:08:20.720Z
87272026-08-25T01:08:20.721ZINFO
87282026-08-25T01:08:20.721Z DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:08:19.189replacing 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 } }]
87292026-08-25T01:08:20.721Z
87302026-08-25T01:08:20.721ZAug 25 01:08:19.189DEBG initted freemap. size: 64 , DEBGunitAug 25 01:08:19.189: DEBG Aug 25 01:08:19.189freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
87312026-08-25T01:08:20.721ZAug 25 01:08:19.189
87322026-08-25T01:08:20.721Z INFODEBG
87332026-08-25T01:08:20.721Z initted freemap. size: 64adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, Aug 25 01:08:19.189unitAug 25 01:08:19.189: INFOfreemap_route_ipv6
87342026-08-25T01:08:20.721Z DEBG
87352026-08-25T01:08:20.721Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 25 01:08:19.189
87362026-08-25T01:08:20.721Z Aug 25 01:08:19.189INFOreset freemap, DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 01:08:19.189
87372026-08-25T01:08:20.721Z Aug 25 01:08:19.189DEBGunit :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 } }]
87382026-08-25T01:08:20.722Z DEBG reset freemapfreemap_route_ipv4 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 } }],
87392026-08-25T01:08:20.722ZAug 25 01:08:19.189unit
87402026-08-25T01:08:20.722ZAug 25 01:08:19.189 INFO : Aug 25 01:08:19.189 freemap_route_ipv6
87412026-08-25T01:08:20.727ZDEBGAug 25 01:08:19.189 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64INFO,
87422026-08-25T01:08:20.727Z unitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
87432026-08-25T01:08:20.727ZAug 25 01:08:19.189: freemap_route_ipv6INFO
87442026-08-25T01:08:20.728Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.189 Aug 25 01:08:19.189 adding route 3fff:dead::/64 -> 2001:db8::55:1
87452026-08-25T01:08:20.728ZDEBG
87462026-08-25T01:08:20.728ZAug 25 01:08:19.189replacing 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 } }] DEBGDEBG
87472026-08-25T01:08:20.728Zreplacing 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 } }]
87482026-08-25T01:08:20.728Zreset freemap, Aug 25 01:08:19.189unit Aug 25 01:08:19.189:Aug 25 01:08:19.189 INFOfreemap_route_ipv6
87492026-08-25T01:08:20.728ZINFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87502026-08-25T01:08:20.728Z adding route 3fff:beef:3b::/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 } }]
87512026-08-25T01:08:20.728ZAug 25 01:08:19.189
87522026-08-25T01:08:20.728ZAug 25 01:08:19.189INFOAug 25 01:08:19.189 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOAug 25 01:08:19.189
87532026-08-25T01:08:20.729ZAug 25 01:08:19.189 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
87542026-08-25T01:08:20.729Z 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: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 } }]
87552026-08-25T01:08:20.729Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:08:19.189
87562026-08-25T01:08:20.729Z DEBG
87572026-08-25T01:08:20.729Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 01:08:19.189
87582026-08-25T01:08:20.729ZAug 25 01:08:19.189Aug 25 01:08:19.189 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 } }]INFO
87592026-08-25T01:08:20.729Z Aug 25 01:08:19.189replacing 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 } }]
87602026-08-25T01:08:20.729Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOAug 25 01:08:19.189
87612026-08-25T01:08:20.729Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87622026-08-25T01:08:20.730ZAug 25 01:08:19.189 INFO
87632026-08-25T01:08:20.730Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:08:19.189
87642026-08-25T01:08:20.730Z Aug 25 01:08:19.189Aug 25 01:08:19.189 INFODEBG Aug 25 01:08:19.189DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
87652026-08-25T01:08:20.730ZAug 25 01:08:19.189DEBG
87662026-08-25T01:08:20.730Z 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
87672026-08-25T01:08:20.730Zreplacing 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:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.189
87682026-08-25T01:08:20.730Z
87692026-08-25T01:08:20.730ZAug 25 01:08:19.189 DEBGINFOAug 25 01:08:19.189 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 01:08:19.189
87702026-08-25T01:08:20.731ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 25 01:08:19.189INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87712026-08-25T01:08:20.731Z INFOAug 25 01:08:19.189
87722026-08-25T01:08:20.731Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 01:08:19.189
87732026-08-25T01:08:20.731Z
87742026-08-25T01:08:20.731ZDEBG 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
87752026-08-25T01:08:20.731Z Aug 25 01:08:19.189Aug 25 01:08:19.189adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGDEBG Aug 25 01:08:19.189Aug 25 01:08:19.189 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 } }]DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87762026-08-25T01:08:20.731Z
87772026-08-25T01:08:20.731Z
87782026-08-25T01:08:20.731ZINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.189
87792026-08-25T01:08:20.731ZAug 25 01:08:19.189adding route 3fff:dead::/64 -> 2001:db8::55:2
87802026-08-25T01:08:20.731Z DEBG Aug 25 01:08:19.189INFOAug 25 01:08:19.189 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
87812026-08-25T01:08:20.731Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
87822026-08-25T01:08:20.731Z Aug 25 01:08:19.189adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 01:08:19.189 DEBG
87832026-08-25T01:08:20.732Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:08:19.189
87842026-08-25T01:08:20.732Zreplacing 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 } }] DEBGAug 25 01:08:19.189
87852026-08-25T01:08:20.732Z Aug 25 01:08:19.189DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
87862026-08-25T01:08:20.732ZAug 25 01:08:19.189replacing 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::/64 -> 2001:db8::55:ff
87872026-08-25T01:08:20.732ZDEBG
87882026-08-25T01:08:20.732Z failed to allocate space for the new target list
87892026-08-25T01:08:20.732ZAug 25 01:08:19.189 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87902026-08-25T01:08:20.732ZAug 25 01:08:19.189Aug 25 01:08:19.189Aug 25 01:08:19.189Aug 25 01:08:19.189 DEBGDEBGWARN 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 } }]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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
87912026-08-25T01:08:20.732Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
87922026-08-25T01:08:20.732Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87932026-08-25T01:08:20.732Z
87942026-08-25T01:08:20.732Z
87952026-08-25T01:08:20.732ZAug 25 01:08:19.189 Aug 25 01:08:19.189Aug 25 01:08:19.189 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 } }]
87962026-08-25T01:08:20.732ZERRO Aug 25 01:08:19.189INFOAug 25 01:08:19.189 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
87972026-08-25T01:08:20.732Z
87982026-08-25T01:08:20.734Z INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87992026-08-25T01:08:20.734Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
88002026-08-25T01:08:20.734ZAug 25 01:08:19.189Aug 25 01:08:19.189 DEBGERRO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.189
88012026-08-25T01:08:20.734Zshrink-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 DEBGAug 25 01:08:19.189
88022026-08-25T01:08:20.734Ztest route::tests::grow_succeeds ... ok
88032026-08-25T01:08:20.734Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.189DEBG
88042026-08-25T01:08:20.734ZINFOreplacing 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 } }]
88052026-08-25T01:08:20.734Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
88062026-08-25T01:08:20.734ZAug 25 01:08:19.189Aug 25 01:08:19.189 Aug 25 01:08:19.189 INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG
88072026-08-25T01:08:20.734Z adding route 3fff:beef:28::/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 } }]
88082026-08-25T01:08:20.734Z
88092026-08-25T01:08:20.734ZAug 25 01:08:19.189 DEBG Aug 25 01:08:19.189replacing 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 } }]
88102026-08-25T01:08:20.734ZDEBGAug 25 01:08:19.189 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 } }]
88112026-08-25T01:08:20.734ZINFO Aug 25 01:08:19.189adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
88122026-08-25T01:08:20.734Z Aug 25 01:08:19.189INFO Aug 25 01:08:19.189INFOAug 25 01:08:19.187 DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
88132026-08-25T01:08:20.735Zreplacing 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 } }]created new freemap, Aug 25 01:08:19.190unit :DEBG freemap_route_ipv4created new freemap
88142026-08-25T01:08:20.735ZAug 25 01:08:19.190
88152026-08-25T01:08:20.735ZDEBG, unit:created new freemap freemap_route_ipv4,
88162026-08-25T01:08:20.735Zunit:Aug 25 01:08:19.203Aug 25 01:08:19.203 freemap_route_ipv4INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffcreated new freemap
88172026-08-25T01:08:20.735Z,
88182026-08-25T01:08:20.735Zunit:Aug 25 01:08:19.203 freemap_route_ipv6DEBG
88192026-08-25T01:08:20.735Z Aug 25 01:08:19.203created new freemap , DEBGunit :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 } }]
88202026-08-25T01:08:20.735Zfreemap_route_ipv6Aug 25 01:08:19.203
88212026-08-25T01:08:20.735Z DEBGAug 25 01:08:19.203
88222026-08-25T01:08:20.735Z initted freemap. size: 64, unit: INFOAug 25 01:08:19.203freemap_route_ipv4
88232026-08-25T01:08:20.735ZDEBG initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Aug 25 01:08:19.203unit
88242026-08-25T01:08:20.735Z :DEBG freemap_route_ipv4reset freemapAug 25 01:08:19.203Aug 25 01:08:19.203 DEBGDEBG
88252026-08-25T01:08:20.735Z created new freemap, 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 } }]unit
88262026-08-25T01:08:20.735Z:Aug 25 01:08:19.203 freemap_route_ipv4DEBG,
88272026-08-25T01:08:20.735Zunit reset freemap:Aug 25 01:08:19.203 freemap_route_ipv6Aug 25 01:08:19.203INFO, unitDEBG :initted freemap. size: 64adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
88282026-08-25T01:08:20.735Z , unit:
88292026-08-25T01:08:20.735Zfreemap_route_ipv4 freemap_route_ipv6
88302026-08-25T01:08:20.735ZAug 25 01:08:19.203
88312026-08-25T01:08:20.736Z DEBGAug 25 01:08:19.203Aug 25 01:08:19.203 initted freemap. size: 64 Aug 25 01:08:19.203DEBG , DEBGunit 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 } }]reset freemap
88322026-08-25T01:08:20.736Z: , unit:DEBG freemap_route_ipv6Aug 25 01:08:19.203initted freemap. size: 64
88332026-08-25T01:08:20.736Z, INFOunit :freemap_route_ipv4 adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
88342026-08-25T01:08:20.736Zfreemap_route_ipv6Aug 25 01:08:19.203
88352026-08-25T01:08:20.736Z
88362026-08-25T01:08:20.736Z INFOAug 25 01:08:19.203 Aug 25 01:08:19.203 DEBG reset freemap , adding route 172.16.0.0/32 -> 10.0.0.1DEBG
88372026-08-25T01:08:20.736Zunit Aug 25 01:08:19.203reset freemap , :unitDEBG: 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 } }]
88382026-08-25T01:08:20.736Zfreemap_route_ipv4freemap_route_ipv6
88392026-08-25T01:08:20.736Z
88402026-08-25T01:08:20.736ZAug 25 01:08:19.203Aug 25 01:08:19.203 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 01:08:19.187
88412026-08-25T01:08:20.741ZAug 25 01:08:19.203DEBG Aug 25 01:08:19.203 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGINFO created new freemap
88422026-08-25T01:08:20.741Z, adding route 172.16.0.0/32 -> 10.0.0.1unit
88432026-08-25T01:08:20.742Z: Aug 25 01:08:19.203Aug 25 01:08:19.203DEBGfreemap_route_ipv4
88442026-08-25T01:08:20.742ZDEBGinitted freemap. size: 64, unitAug 25 01:08:19.203 :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 } }]
88452026-08-25T01:08:20.742Z Aug 25 01:08:19.203freemap_route_ipv6 DEBG
88462026-08-25T01:08:20.742Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
88472026-08-25T01:08:20.742Zreplacing 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 } }]
88482026-08-25T01:08:20.742Z created new freemap, Aug 25 01:08:19.203Aug 25 01:08:19.203 DEBGINFO reset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, unitunitAug 25 01:08:19.203: :INFO freemap_route_ipv6
88492026-08-25T01:08:20.743Zadding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6
88502026-08-25T01:08:20.743Z
88512026-08-25T01:08:20.743Z
88522026-08-25T01:08:20.743ZAug 25 01:08:19.203Aug 25 01:08:19.203 Aug 25 01:08:19.203DEBGAug 25 01:08:19.203 initted freemap. size: 64INFODEBG , unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:1
88532026-08-25T01:08:20.743Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
88542026-08-25T01:08:20.743Z
88552026-08-25T01:08:20.743Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.203 Aug 25 01:08:19.203DEBG 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 } }]
88562026-08-25T01:08:20.743Zreset freemap
88572026-08-25T01:08:20.743Z, Aug 25 01:08:19.203 unitINFO:Aug 25 01:08:19.203 Aug 25 01:08:19.203adding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv4
88582026-08-25T01:08:20.743Z INFO INFO
88592026-08-25T01:08:20.743Zadding route 3fff:dead::/64 -> 2001:db8::55:2
88602026-08-25T01:08:20.744ZAug 25 01:08:19.203adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
88612026-08-25T01:08:20.744ZDEBG Aug 25 01:08:19.203replacing 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 } }]
88622026-08-25T01:08:20.744ZDEBGAug 25 01:08:19.203Aug 25 01:08:19.203 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
88632026-08-25T01:08:20.744Z 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 } }]initted freemap. size: 64
88642026-08-25T01:08:20.744Z, Aug 25 01:08:19.203unit :INFO Aug 25 01:08:19.203 Aug 25 01:08:19.203freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255
88652026-08-25T01:08:20.744Z
88662026-08-25T01:08:20.744Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
88672026-08-25T01:08:20.744Z
88682026-08-25T01:08:20.744ZAug 25 01:08:19.203Aug 25 01:08:19.203 DEBGAug 25 01:08:19.203DEBG DEBGAug 25 01:08:19.203reset freemap replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88692026-08-25T01:08:20.744Z
88702026-08-25T01:08:20.744Z: freemap_route_ipv6DEBG
88712026-08-25T01:08:20.744Z Aug 25 01:08:19.203replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.203
88722026-08-25T01:08:20.744Z Aug 25 01:08:19.203INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255INFO
88732026-08-25T01:08:20.744Z adding route 172.16.0.0/32 -> 10.0.0.1
88742026-08-25T01:08:20.744Zadding route 3fff:dead::/64 -> 2001:db8::55:4
88752026-08-25T01:08:20.744ZAug 25 01:08:19.203Aug 25 01:08:19.203 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 } }]Aug 25 01:08:19.203
88762026-08-25T01:08:20.744Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 01:08:19.203DEBG
88772026-08-25T01:08:20.744Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Aug 25 01:08:19.203
88782026-08-25T01:08:20.744Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
88792026-08-25T01:08:20.744Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 01:08:19.203
88802026-08-25T01:08:20.744Z Aug 25 01:08:19.203 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.203Aug 25 01:08:19.203 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88812026-08-25T01:08:20.744Z INFO
88822026-08-25T01:08:20.744Zreplacing 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 } }]
88832026-08-25T01:08:20.744Zadding route 172.17.0.0/32 -> 10.0.0.255
88842026-08-25T01:08:20.744ZAug 25 01:08:19.203Aug 25 01:08:19.203 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88852026-08-25T01:08:20.744Z Aug 25 01:08:19.203INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
88862026-08-25T01:08:20.745Zfailed to allocate space for the new target list
88872026-08-25T01:08:20.745Z
88882026-08-25T01:08:20.745ZAug 25 01:08:19.203 DEBG Aug 25 01:08:19.204replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.204 DEBGDEBG
88892026-08-25T01:08:20.745Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 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 } }]
88902026-08-25T01:08:20.745Z
88912026-08-25T01:08:20.745ZAug 25 01:08:19.204 INFO Aug 25 01:08:19.204adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 01:08:19.204
88922026-08-25T01:08:20.745Z INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:08:19.204
88932026-08-25T01:08:20.745Z DEBG
88942026-08-25T01:08:20.745Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.204 DEBG Aug 25 01:08:19.204replacing 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 } }]
88952026-08-25T01:08:20.745Z
88962026-08-25T01:08:20.745ZAug 25 01:08:19.204DEBG 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 } }]DEBGAug 25 01:08:19.204
88972026-08-25T01:08:20.745ZINFO created new freemapAug 25 01:08:19.204adding route 172.17.0.6/32 -> 10.0.0.255
88982026-08-25T01:08:20.745ZINFOAug 25 01:08:19.204 , adding route 172.17.0.2/32 -> 10.0.0.255unit :
88992026-08-25T01:08:20.745ZAug 25 01:08:19.204INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
89002026-08-25T01:08:20.745Zreplacing 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 } }]
89012026-08-25T01:08:20.745Zfreemap_route_ipv6
89022026-08-25T01:08:20.745ZAug 25 01:08:19.204 Aug 25 01:08:19.204DEBG Aug 25 01:08:19.204INFOAug 25 01:08:19.204 DEBGadding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89032026-08-25T01:08:20.745Z 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 } }]
89042026-08-25T01:08:20.745Z
89052026-08-25T01:08:20.745Z DEBGAug 25 01:08:19.204 initted freemap. size: 64DEBGAug 25 01:08:19.204Aug 25 01:08:19.204 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
89062026-08-25T01:08:20.745Ztest route::tests::identity_replace_is_noop ... ok
89072026-08-25T01:08:20.745Z INFO adding route 172.17.0.3/32 -> 10.0.0.255,
89082026-08-25T01:08:20.745Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunitAug 25 01:08:19.204:
89092026-08-25T01:08:20.745ZINFO freemap_route_ipv4 adding route 172.17.0.8/32 -> 10.0.0.255
89102026-08-25T01:08:20.745Z
89112026-08-25T01:08:20.745ZAug 25 01:08:19.204 DEBG Aug 25 01:08:19.204Aug 25 01:08:19.204replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.204
89122026-08-25T01:08:20.745Z DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
89132026-08-25T01:08:20.745ZAug 25 01:08:19.204replacing 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 } }]
89142026-08-25T01:08:20.745Zreset freemapINFO, unit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:08:19.204
89152026-08-25T01:08:20.745Zfreemap_route_ipv4
89162026-08-25T01:08:20.745ZINFOAug 25 01:08:19.204 INFOadding route 172.17.0.4/32 -> 10.0.0.255
89172026-08-25T01:08:20.745Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:08:19.204
89182026-08-25T01:08:20.745ZAug 25 01:08:19.204 DEBG DEBGAug 25 01:08:19.204initted freemap. size: 64Aug 25 01:08:19.204 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
89192026-08-25T01:08:20.745Zunit 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 } }]
89202026-08-25T01:08:20.745ZAug 25 01:08:19.204freemap_route_ipv6replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89212026-08-25T01:08:20.746Z
89222026-08-25T01:08:20.746ZAug 25 01:08:19.204 INFOAug 25 01:08:19.204 INFOadding route 172.17.0.10/32 -> 10.0.0.255 INFO
89232026-08-25T01:08:20.746Z adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
89242026-08-25T01:08:20.746Z
89252026-08-25T01:08:20.746ZAug 25 01:08:19.204 DEBG Aug 25 01:08:19.204Aug 25 01:08:19.204reset freemap Aug 25 01:08:19.204DEBG , DEBGunit replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]:
89262026-08-25T01:08:20.746Z freemap_route_ipv6DEBG
89272026-08-25T01:08:20.746Zreplacing 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 } }]
89282026-08-25T01:08:20.746ZAug 25 01:08:19.204
89292026-08-25T01:08:20.746Z INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 01:08:19.204
89302026-08-25T01:08:20.746ZAug 25 01:08:19.204Aug 25 01:08:19.204 INFO INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255Aug 25 01:08:19.204
89312026-08-25T01:08:20.746Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
89322026-08-25T01:08:20.746Z Aug 25 01:08:19.204replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
89332026-08-25T01:08:20.746Z
89342026-08-25T01:08:20.746Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.204
89352026-08-25T01:08:20.746ZAug 25 01:08:19.204Aug 25 01:08:19.204Aug 25 01:08:19.215 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255 created new freemap
89362026-08-25T01:08:20.746ZDEBG , created new freemapunit, Aug 25 01:08:19.215: unitDEBG : freemap_route_ipv4replacing 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 } }]
89372026-08-25T01:08:20.746Z
89382026-08-25T01:08:20.746Zfreemap_route_ipv4
89392026-08-25T01:08:20.746ZAug 25 01:08:19.204 DEBGDEBG created new freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.215,
89402026-08-25T01:08:20.746ZAug 25 01:08:19.215 Aug 25 01:08:19.215INFO DEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 25 01:08:19.215created new freemap
89412026-08-25T01:08:20.751Zunit INFO, :adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemapAug 25 01:08:19.215unit, :unit : freemap_route_ipv6DEBG
89422026-08-25T01:08:20.751Zreplacing 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 } }]
89432026-08-25T01:08:20.751Z freemap_route_ipv6freemap_route_ipv4
89442026-08-25T01:08:20.751Z
89452026-08-25T01:08:20.751Z
89462026-08-25T01:08:20.751ZAug 25 01:08:19.215 DEBGAug 25 01:08:19.215Aug 25 01:08:19.215 initted freemap. size: 64Aug 25 01:08:19.215 , INFODEBG Aug 25 01:08:19.215replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 01:08:19.204unitadding route 172.17.0.14/32 -> 10.0.0.255 DEBGDEBG:
89472026-08-25T01:08:20.751Z INFO
89482026-08-25T01:08:20.752Zfreemap_route_ipv4initted freemap. size: 64created new freemap
89492026-08-25T01:08:20.752Z, adding route 172.17.0.7/32 -> 10.0.0.255, unit:Aug 25 01:08:19.215 DEBG
89502026-08-25T01:08:20.752Z unitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215
89512026-08-25T01:08:20.752Z:Aug 25 01:08:19.215freemap_route_ipv6
89522026-08-25T01:08:20.752Z INFOAug 25 01:08:19.215 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv4
89532026-08-25T01:08:20.752Z
89542026-08-25T01:08:20.752ZAug 25 01:08:19.215Aug 25 01:08:19.215 INFO DEBG DEBGadding route 172.17.0.15/32 -> 10.0.0.255
89552026-08-25T01:08:20.752Z reset freemapreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215Aug 25 01:08:19.215,
89562026-08-25T01:08:20.752Zunit DEBG:DEBG Aug 25 01:08:19.215 initted freemap. size: 64DEBG freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89572026-08-25T01:08:20.752Z
89582026-08-25T01:08:20.752Z
89592026-08-25T01:08:20.752ZAug 25 01:08:19.215, reset freemap, unitINFOAug 25 01:08:19.215unit Aug 25 01:08:19.215 :INFOadding route 172.17.0.8/32 -> 10.0.0.255 INFO
89602026-08-25T01:08:20.752Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 01:08:19.215
89612026-08-25T01:08:20.752Z: adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4
89622026-08-25T01:08:20.752Zfreemap_route_ipv4
89632026-08-25T01:08:20.752Z
89642026-08-25T01:08:20.752Z Aug 25 01:08:19.215DEBG Aug 25 01:08:19.215DEBGAug 25 01:08:19.215 Aug 25 01:08:19.215DEBGAug 25 01:08:19.215 initted freemap. size: 64DEBG , initted freemap. size: 64replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89652026-08-25T01:08:20.752ZDEBG unit, DEBG
89662026-08-25T01:08:20.752Zunit :replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215Aug 25 01:08:19.215 reset freemap: INFO,
89672026-08-25T01:08:20.752Zfreemap_route_ipv6freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255INFO
89682026-08-25T01:08:20.752Zunit
89692026-08-25T01:08:20.752Z
89702026-08-25T01:08:20.752Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff:
89712026-08-25T01:08:20.753Z freemap_route_ipv4Aug 25 01:08:19.215Aug 25 01:08:19.215 Aug 25 01:08:19.215DEBGAug 25 01:08:19.215 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 } }]
89722026-08-25T01:08:20.753Z INFO
89732026-08-25T01:08:20.753Z DEBGDEBGAug 25 01:08:19.215 adding route 172.17.0.9/32 -> 10.0.0.255reset freemapAug 25 01:08:19.215 Aug 25 01:08:19.215 DEBG
89742026-08-25T01:08:20.753Z , 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 } }]unit
89752026-08-25T01:08:20.753Z reset freemapINFO : Aug 25 01:08:19.215Aug 25 01:08:19.215adding route 172.17.0.18/32 -> 10.0.0.255 freemap_route_ipv6DEBGDEBG
89762026-08-25T01:08:20.753Z initted freemap. size: 64INFO
89772026-08-25T01:08:20.753Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff, 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 } }]
89782026-08-25T01:08:20.753Zunit
89792026-08-25T01:08:20.753Z, unit:: Aug 25 01:08:19.215 freemap_route_ipv6Aug 25 01:08:19.215freemap_route_ipv6Aug 25 01:08:19.215
89802026-08-25T01:08:20.753Z INFO
89812026-08-25T01:08:20.753Z adding route 172.17.0.10/32 -> 10.0.0.255DEBG
89822026-08-25T01:08:20.753ZAug 25 01:08:19.215 DEBGAug 25 01:08:19.215replacing 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 } }]
89832026-08-25T01:08:20.753ZINFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:08:19.215
89842026-08-25T01:08:20.753Z
89852026-08-25T01:08:20.754Zreset freemapAug 25 01:08:19.215Aug 25 01:08:19.215, INFO unitDEBG :adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 01:08:19.215replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215
89862026-08-25T01:08:20.754ZINFO INFO freemap_route_ipv6DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
89872026-08-25T01:08:20.754Z
89882026-08-25T01:08:20.754Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
89892026-08-25T01:08:20.754ZAug 25 01:08:19.215
89902026-08-25T01:08:20.754ZDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.215Aug 25 01:08:19.215
89912026-08-25T01:08:20.754Z INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:08:19.215
89922026-08-25T01:08:20.754Z Aug 25 01:08:19.215DEBG INFOadding route 172.17.0.11/32 -> 10.0.0.255 INFO adding route 172.16.0.0/32 -> 10.0.0.2
89932026-08-25T01:08:20.754Zreplacing 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 } }]
89942026-08-25T01:08:20.754Z
89952026-08-25T01:08:20.754ZAug 25 01:08:19.215 INFO adding route 172.17.0.20/32 -> 10.0.0.255
89962026-08-25T01:08:20.754Zadding route 3fff:dead::/64 -> 2001:db8::55:1
89972026-08-25T01:08:20.754ZAug 25 01:08:19.215Aug 25 01:08:19.215Aug 25 01:08:19.215 DEBGDEBGAug 25 01:08:19.215 INFODEBG Aug 25 01:08:19.215replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:08:19.215replacing 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 } }]
89982026-08-25T01:08:20.754Z
89992026-08-25T01:08:20.754ZDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
90002026-08-25T01:08:20.755Z 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 } }]Aug 25 01:08:19.215
90012026-08-25T01:08:20.755Ztest route::tests::rollback_on_compact_delete_failure ... ok
90022026-08-25T01:08:20.755Ztest route::tests::rollback_on_compact_write_failure ... ok
90032026-08-25T01:08:20.755Z Aug 25 01:08:19.215 Aug 25 01:08:19.215INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.21/32 -> 10.0.0.255
90042026-08-25T01:08:20.755Z
90052026-08-25T01:08:20.755ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
90062026-08-25T01:08:20.755Z
90072026-08-25T01:08:20.755Z
90082026-08-25T01:08:20.755ZAug 25 01:08:19.215Aug 25 01:08:19.215Aug 25 01:08:19.215 Aug 25 01:08:19.215Aug 25 01:08:19.215Aug 25 01:08:19.215DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
90092026-08-25T01:08:20.755Z adding route 172.16.0.0/32 -> 10.0.0.1
90102026-08-25T01:08:20.755Z
90112026-08-25T01:08:20.755Z adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.12/32 -> 10.0.0.255DEBGAug 25 01:08:19.216
90122026-08-25T01:08:20.755Z
90132026-08-25T01:08:20.755ZDEBGAug 25 01:08:19.216 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Aug 25 01:08:19.216
90142026-08-25T01:08:20.755Z DEBG
90152026-08-25T01:08:20.755Z Aug 25 01:08:19.216 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
90162026-08-25T01:08:20.755ZDEBG Aug 25 01:08:19.216replacing 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.22/32 -> 10.0.0.255Aug 25 01:08:19.216
90172026-08-25T01:08:20.755Z
90182026-08-25T01:08:20.755Z INFOAug 25 01:08:19.216 Aug 25 01:08:19.216Aug 25 01:08:19.216adding route 172.16.0.0/32 -> 10.0.0.1
90192026-08-25T01:08:20.755Z INFOAug 25 01:08:19.216 DEBG DEBGINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90202026-08-25T01:08:20.755Z
90212026-08-25T01:08:20.755Zadding route 172.17.0.13/32 -> 10.0.0.255
90222026-08-25T01:08:20.755Z Aug 25 01:08:19.216 Aug 25 01:08:19.216DEBGINFOAug 25 01:08:19.216Aug 25 01:08:19.216 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBG
90232026-08-25T01:08:20.755Zadding route 172.16.0.0/32 -> 10.0.0.4INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.23/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 } }]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 } }]
90242026-08-25T01:08:20.756Z
90252026-08-25T01:08:20.756Z
90262026-08-25T01:08:20.756ZAug 25 01:08:19.216
90272026-08-25T01:08:20.756Z
90282026-08-25T01:08:20.756Z INFOAug 25 01:08:19.216Aug 25 01:08:19.216Aug 25 01:08:19.216 Aug 25 01:08:19.216 DEBG INFOAug 25 01:08:19.216DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] 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 } }]INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
90292026-08-25T01:08:20.756Zadding route 3fff:dead::/64 -> 2001:db8::55:3
90302026-08-25T01:08:20.757Z
90312026-08-25T01:08:20.757Zadding route 172.17.0.14/32 -> 10.0.0.255
90322026-08-25T01:08:20.757Z
90332026-08-25T01:08:20.757Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 01:08:19.216Aug 25 01:08:19.216 Aug 25 01:08:19.216Aug 25 01:08:19.216 DEBGINFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90342026-08-25T01:08:20.757Z
90352026-08-25T01:08:20.757Z
90362026-08-25T01:08:20.757Z
90372026-08-25T01:08:20.757ZAug 25 01:08:19.216 Aug 25 01:08:19.216INFO Aug 25 01:08:19.216 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Aug 25 01:08:19.216
90382026-08-25T01:08:20.757Z 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
90392026-08-25T01:08:20.757Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
90402026-08-25T01:08:20.757ZDEBG 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.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 } }]
90412026-08-25T01:08:20.763ZAug 25 01:08:19.216
90422026-08-25T01:08:20.763Z Aug 25 01:08:19.216INFO Aug 25 01:08:19.216INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 25 01:08:19.216
90432026-08-25T01:08:20.763Zadding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.216 Aug 25 01:08:19.216 INFODEBG
90442026-08-25T01:08:20.763Z Aug 25 01:08:19.204created new freemapadding route 172.17.0.15/32 -> 10.0.0.255,
90452026-08-25T01:08:20.763Zunit :DEBGAug 25 01:08:19.227 freemap_route_ipv4Aug 25 01:08:19.227
90462026-08-25T01:08:20.763Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
90472026-08-25T01:08:20.763Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 01:08:19.227
90482026-08-25T01:08:20.763Z
90492026-08-25T01:08:20.763Z DEBGAug 25 01:08:19.227 created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 01:08:19.227
90502026-08-25T01:08:20.763Z: Aug 25 01:08:19.227 DEBGINFOfreemap_route_ipv6 Aug 25 01:08:19.227
90512026-08-25T01:08:20.763Z DEBGadding route 172.17.0.16/32 -> 10.0.0.255
90522026-08-25T01:08:20.763Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90532026-08-25T01:08:20.763ZAug 25 01:08:19.227
90542026-08-25T01:08:20.763Z DEBG initted freemap. size: 64Aug 25 01:08:19.227Aug 25 01:08:19.227, unit: DEBGAug 25 01:08:19.227freemap_route_ipv4
90552026-08-25T01:08:20.763Z INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:08:19.227
90562026-08-25T01:08:20.763Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
90572026-08-25T01:08:20.763Z
90582026-08-25T01:08:20.763Z DEBG Aug 25 01:08:19.227Aug 25 01:08:19.227reset freemap, DEBGAug 25 01:08:19.227unit INFODEBG 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 } }]
90592026-08-25T01:08:20.763Zreplacing 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 } }]:
90602026-08-25T01:08:20.764Z freemap_route_ipv4
90612026-08-25T01:08:20.764Z
90622026-08-25T01:08:20.764ZAug 25 01:08:19.227 Aug 25 01:08:19.227DEBG DEBGAug 25 01:08:19.227Aug 25 01:08:19.227 failed to allocate space for the new target listDEBGINFOreplacing 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 } }]
90632026-08-25T01:08:20.764Z initted freemap. size: 64
90642026-08-25T01:08:20.764Zadding route 3fff:dead::/64 -> 2001:db8::55:4, unit:Aug 25 01:08:19.227
90652026-08-25T01:08:20.764Zfreemap_route_ipv6Aug 25 01:08:19.227
90662026-08-25T01:08:20.764Z INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBG
90672026-08-25T01:08:20.764ZAug 25 01:08:19.227Aug 25 01:08:19.227 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
90682026-08-25T01:08:20.765Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
90692026-08-25T01:08:20.765Zreset freemap, Aug 25 01:08:19.227unit: freemap_route_ipv6
90702026-08-25T01:08:20.765ZDEBG 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 } }]
90712026-08-25T01:08:20.765Z Aug 25 01:08:19.227INFOAug 25 01:08:19.227 INFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 25 01:08:19.227 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
90722026-08-25T01:08:20.765Z
90732026-08-25T01:08:20.765Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:08:19.227
90742026-08-25T01:08:20.765Z INFO
90752026-08-25T01:08:20.765ZAug 25 01:08:19.227adding route 172.17.0.19/32 -> 10.0.0.255 DEBG
90762026-08-25T01:08:20.765Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90772026-08-25T01:08:20.766ZAug 25 01:08:19.227Aug 25 01:08:19.227Aug 25 01:08:19.227 WARNDEBGDEBGAug 25 01:08:19.227 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]
90782026-08-25T01:08:20.766Zadding route 3fff:dead::/64 -> 2001:db8::55:2
90792026-08-25T01:08:20.766Zreplacing targets for 3fff:dead::/64 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 } }]
90802026-08-25T01:08:20.766Z
90812026-08-25T01:08:20.766ZAug 25 01:08:19.227 Aug 25 01:08:19.227DEBG Aug 25 01:08:19.227DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90822026-08-25T01:08:20.766ZAug 25 01:08:19.227adding route 172.17.0.20/32 -> 10.0.0.255
90832026-08-25T01:08:20.766Z
90842026-08-25T01:08:20.766Z WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 01:08:19.227
90852026-08-25T01:08:20.766Z
90862026-08-25T01:08:20.766ZAug 25 01:08:19.227 INFOAug 25 01:08:19.227 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
90872026-08-25T01:08:20.766ZDEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.227 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 } }]
90882026-08-25T01:08:20.766ZAug 25 01:08:19.228Aug 25 01:08:19.228
90892026-08-25T01:08:20.766ZDEBG created new freemapDEBGAug 25 01:08:19.245 created new freemap, Aug 25 01:08:19.245, INFOunitunit adding route 172.17.0.26/32 -> 10.0.0.255:
90902026-08-25T01:08:20.766Z : freemap_route_ipv4freemap_route_ipv4
90912026-08-25T01:08:20.766Z
90922026-08-25T01:08:20.767ZINFOAug 25 01:08:19.245 Aug 25 01:08:19.245adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 01:08:19.245 DEBGDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapcreated new freemap
90932026-08-25T01:08:20.767Z
90942026-08-25T01:08:20.767Z, unit, :unitAug 25 01:08:19.245 Aug 25 01:08:19.245freemap_route_ipv6INFO:
90952026-08-25T01:08:20.767Zfreemap_route_ipv6 adding route 172.17.0.27/32 -> 10.0.0.255
90962026-08-25T01:08:20.767ZDEBGAug 25 01:08:19.245
90972026-08-25T01:08:20.767Z 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 } }]
90982026-08-25T01:08:20.767Zinitted freemap. size: 64Aug 25 01:08:19.245Aug 25 01:08:19.245 , DEBG unitinitted freemap. size: 64: DEBG, freemap_route_ipv4 unit
90992026-08-25T01:08:20.767Ztest route::tests::rollback_on_index_readd_failure ... ok
91002026-08-25T01:08:20.767Z: freemap_route_ipv4Aug 25 01:08:19.245
91012026-08-25T01:08:20.767Z INFOAug 25 01:08:19.245 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.22/32 -> 10.0.0.255Aug 25 01:08:19.245DEBG
91022026-08-25T01:08:20.767Z
91032026-08-25T01:08:20.767Z reset freemap, DEBGunit :reset freemap , freemap_route_ipv4Aug 25 01:08:19.245unit
91042026-08-25T01:08:20.767Z :INFOAug 25 01:08:19.245 freemap_route_ipv4
91052026-08-25T01:08:20.767Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 25 01:08:19.245
91062026-08-25T01:08:20.767Z DEBGDEBGAug 25 01:08:19.245 Aug 25 01:08:19.245DEBGinitted freemap. size: 64 initted freemap. size: 64DEBG, 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
91072026-08-25T01:08:20.767Z 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 } }]:
91082026-08-25T01:08:20.768Z, unitfreemap_route_ipv6:
91092026-08-25T01:08:20.768Z Aug 25 01:08:19.245Aug 25 01:08:19.245 INFOfreemap_route_ipv6INFO
91102026-08-25T01:08:20.768Zadding route 172.17.0.23/32 -> 10.0.0.255
91112026-08-25T01:08:20.768ZAug 25 01:08:19.245adding route 172.17.0.29/32 -> 10.0.0.255
91122026-08-25T01:08:20.768ZAug 25 01:08:19.245DEBG Aug 25 01:08:19.245 reset freemapDEBG , Aug 25 01:08:19.245 DEBG reset freemapunit 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 } }]: 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 } }]
91132026-08-25T01:08:20.768Zfreemap_route_ipv6,
91142026-08-25T01:08:20.768Zunit: freemap_route_ipv6
91152026-08-25T01:08:20.768Z
91162026-08-25T01:08:20.768ZAug 25 01:08:19.245 Aug 25 01:08:19.245Aug 25 01:08:19.245INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255
91172026-08-25T01:08:20.768Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 25 01:08:19.245
91182026-08-25T01:08:20.768Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 01:08:19.227
91192026-08-25T01:08:20.768ZAug 25 01:08:19.245 Aug 25 01:08:19.245
91202026-08-25T01:08:20.768ZDEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 172.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.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 } }]
91212026-08-25T01:08:20.768Z
91222026-08-25T01:08:20.768ZAug 25 01:08:19.245Aug 25 01:08:19.245
91232026-08-25T01:08:20.768Z DEBGAug 25 01:08:19.245DEBGAug 25 01:08:19.245 Aug 25 01:08:19.245INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91242026-08-25T01:08:20.768Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.31/32 -> 10.0.0.255INFO
91252026-08-25T01:08:20.768Z adding route 172.17.0.25/32 -> 10.0.0.255
91262026-08-25T01:08:20.768Z
91272026-08-25T01:08:20.768Z
91282026-08-25T01:08:20.768ZAug 25 01:08:19.245Aug 25 01:08:19.245 Aug 25 01:08:19.245INFO Aug 25 01:08:19.245INFO adding route 172.16.0.0/32 -> 10.0.0.2DEBG
91292026-08-25T01:08:20.768Z DEBGAug 25 01:08:19.245replacing 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 } }]
91302026-08-25T01:08:20.769Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
91312026-08-25T01:08:20.769Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
91322026-08-25T01:08:20.769ZAug 25 01:08:19.245
91332026-08-25T01:08:20.769ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 01:08:19.245
91342026-08-25T01:08:20.769ZAug 25 01:08:19.245Aug 25 01:08:19.245Aug 25 01:08:19.245 DEBG DEBG Aug 25 01:08:19.245INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
91352026-08-25T01:08:20.769ZINFO
91362026-08-25T01:08:20.769Z adding route 172.16.0.0/32 -> 10.0.0.3INFO
91372026-08-25T01:08:20.769ZAug 25 01:08:19.245
91382026-08-25T01:08:20.769ZDEBG adding route 172.17.0.26/32 -> 10.0.0.255
91392026-08-25T01:08:20.769Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245
91402026-08-25T01:08:20.769Z Aug 25 01:08:19.245DEBG Aug 25 01:08:19.245 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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
91412026-08-25T01:08:20.773Z adding route 3fff:dead::/64 -> 2001:db8::55:3
91422026-08-25T01:08:20.773ZAug 25 01:08:19.245Aug 25 01:08:19.245WARN Aug 25 01:08:19.245Aug 25 01:08:19.245 INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGINFO
91432026-08-25T01:08:20.774Z adding route 172.16.0.0/32 -> 10.0.0.4DEBG
91442026-08-25T01:08:20.774Zadding route 172.17.0.33/32 -> 10.0.0.255
91452026-08-25T01:08:20.774Zreplacing 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91462026-08-25T01:08:20.774Z
91472026-08-25T01:08:20.774ZAug 25 01:08:19.245 Aug 25 01:08:19.245DEBG Aug 25 01:08:19.245replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFO
91482026-08-25T01:08:20.774Zreplacing 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 } }]
91492026-08-25T01:08:20.774ZAug 25 01:08:19.245adding route 172.17.0.27/32 -> 10.0.0.255
91502026-08-25T01:08:20.774ZINFOAug 25 01:08:19.245 Aug 25 01:08:19.245 Aug 25 01:08:19.245INFOINFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
91512026-08-25T01:08:20.774Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255
91522026-08-25T01:08:20.774Z
91532026-08-25T01:08:20.774Z
91542026-08-25T01:08:20.774ZAug 25 01:08:19.245Aug 25 01:08:19.245 DEBGDEBGAug 25 01:08:19.245 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
91552026-08-25T01:08:20.774Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:08:19.245
91562026-08-25T01:08:20.774Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245INFO
91572026-08-25T01:08:20.775Z INFOadding route 172.17.0.28/32 -> 10.0.0.255 Aug 25 01:08:19.245adding route 172.17.0.35/32 -> 10.0.0.255
91582026-08-25T01:08:20.775ZDEBGAug 25 01:08:19.245
91592026-08-25T01:08:20.775Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
91602026-08-25T01:08:20.775Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 01:08:19.245
91612026-08-25T01:08:20.775Z DEBGAug 25 01:08:19.245 Aug 25 01:08:19.245 DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91622026-08-25T01:08:20.775ZDEBGreplacing 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 } }]
91632026-08-25T01:08:20.775Zreplacing 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 } }]
91642026-08-25T01:08:20.775ZAug 25 01:08:19.245 INFOAug 25 01:08:19.228Aug 25 01:08:19.245 INFOadding route 172.17.0.36/32 -> 10.0.0.255
91652026-08-25T01:08:20.775Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 25 01:08:19.245
91662026-08-25T01:08:20.775Z INFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG
91672026-08-25T01:08:20.775ZAug 25 01:08:19.245 Aug 25 01:08:19.245DEBGcreated new freemap , 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 } }]
91682026-08-25T01:08:20.775Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245
91692026-08-25T01:08:20.775Z DEBGunit :replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245 Aug 25 01:08:19.245
91702026-08-25T01:08:20.775Z freemap_route_ipv4INFO
91712026-08-25T01:08:20.776Z INFOadding route 172.17.0.37/32 -> 10.0.0.255
91722026-08-25T01:08:20.776Zadding route 172.17.0.3/32 -> 10.0.0.255
91732026-08-25T01:08:20.776ZAug 25 01:08:19.245 DEBG Aug 25 01:08:19.245replacing 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 } }]
91742026-08-25T01:08:20.776ZDEBGAug 25 01:08:19.245Aug 25 01:08:19.245 created new freemap
91752026-08-25T01:08:20.776Z, unitDEBGINFO : adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 01:08:19.245replacing 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 } }]freemap_route_ipv6
91762026-08-25T01:08:20.776Z
91772026-08-25T01:08:20.776ZINFO
91782026-08-25T01:08:20.776Z adding route 172.17.0.4/32 -> 10.0.0.255
91792026-08-25T01:08:20.776ZAug 25 01:08:19.245 Aug 25 01:08:19.245INFOAug 25 01:08:19.245 Aug 25 01:08:19.245adding route 172.17.0.38/32 -> 10.0.0.255
91802026-08-25T01:08:20.776ZDEBGDEBGAug 25 01:08:19.245 DEBG initted freemap. size: 64replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245replacing 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 } }]
91812026-08-25T01:08:20.777Z,
91822026-08-25T01:08:20.777ZunitDEBG :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 } }]
91832026-08-25T01:08:20.777Zfreemap_route_ipv4Aug 25 01:08:19.245DEBG
91842026-08-25T01:08:20.777Z INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 01:08:19.245
91852026-08-25T01:08:20.777Z Aug 25 01:08:19.245INFO Aug 25 01:08:19.245 adding route 172.17.0.39/32 -> 10.0.0.255INFODEBGAug 25 01:08:19.245 reset freemap
91862026-08-25T01:08:20.777Z, adding route 172.17.0.2/32 -> 10.0.0.255 unit
91872026-08-25T01:08:20.777ZDEBG: 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 } }]
91882026-08-25T01:08:20.778Zfreemap_route_ipv4Aug 25 01:08:19.245
91892026-08-25T01:08:20.778Z DEBGAug 25 01:08:19.245Aug 25 01:08:19.245 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.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91902026-08-25T01:08:20.778ZAug 25 01:08:19.245DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBGreplacing 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 } }]
91912026-08-25T01:08:20.778Z
91922026-08-25T01:08:20.778Zinitted freemap. size: 64Aug 25 01:08:19.245, unitINFOAug 25 01:08:19.245:Aug 25 01:08:19.245
91932026-08-25T01:08:20.778Z adding route 172.17.0.3/32 -> 10.0.0.255 INFO
91942026-08-25T01:08:20.778Zadding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv6DEBG
91952026-08-25T01:08:20.778Z
91962026-08-25T01:08:20.778Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.245
91972026-08-25T01:08:20.779Z DEBG Aug 25 01:08:19.245Aug 25 01:08:19.245replacing 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 } }]
91982026-08-25T01:08:20.779Z Aug 25 01:08:19.245 DEBGAug 25 01:08:19.245INFO Aug 25 01:08:19.245reset freemap INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255 DEBG adding route 172.17.0.4/32 -> 10.0.0.255
91992026-08-25T01:08:20.779Z, adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92002026-08-25T01:08:20.779Z
92012026-08-25T01:08:20.779Zunit
92022026-08-25T01:08:20.779Z: freemap_route_ipv6
92032026-08-25T01:08:20.779Ztest route::tests::shrink_preserves_compacted_order ... ok
92042026-08-25T01:08:20.779ZAug 25 01:08:19.245Aug 25 01:08:19.245 Aug 25 01:08:19.245Aug 25 01:08:19.245DEBG INFOINFO 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 3fff:dead::/64 -> 2001:db8::55:1
92052026-08-25T01:08:20.779Z
92062026-08-25T01:08:20.779ZAug 25 01:08:19.246 Aug 25 01:08:19.258DEBG DEBGcreated new 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 } }]Aug 25 01:08:19.258unit
92072026-08-25T01:08:20.779Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
92082026-08-25T01:08:20.779ZAug 25 01:08:19.258 INFO Aug 25 01:08:19.258adding route 3fff:dead::/64 -> 2001:db8::55:2
92092026-08-25T01:08:20.779Z:DEBG freemap_route_ipv4
92102026-08-25T01:08:20.779ZAug 25 01:08:19.258Aug 25 01:08:19.258 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
92112026-08-25T01:08:20.779ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.258
92122026-08-25T01:08:20.780Z
92132026-08-25T01:08:20.780Z DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258INFO INFOcreated new freemapadding route 172.17.0.9/32 -> 10.0.0.255
92142026-08-25T01:08:20.780Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 01:08:19.258
92152026-08-25T01:08:20.780Z , Aug 25 01:08:19.258 unitDEBGAug 25 01:08:19.258:DEBG freemap_route_ipv6replacing 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
92162026-08-25T01:08:20.780Z
92172026-08-25T01:08:20.780Z
92182026-08-25T01:08:20.780Z DEBGAug 25 01:08:19.258 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 } }]
92192026-08-25T01:08:20.780ZINFOAug 25 01:08:19.258 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 172.17.0.10/32 -> 10.0.0.255
92202026-08-25T01:08:20.780Z
92212026-08-25T01:08:20.780Z DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258Aug 25 01:08:19.258initted freemap. size: 64 INFO, unitDEBG: 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.32/32 -> 10.0.0.255freemap_route_ipv4
92222026-08-25T01:08:20.780Z
92232026-08-25T01:08:20.780Z
92242026-08-25T01:08:20.780ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 01:08:19.258
92252026-08-25T01:08:20.780Z Aug 25 01:08:19.258Aug 25 01:08:19.258DEBG reset freemapDEBGAug 25 01:08:19.258INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92262026-08-25T01:08:20.780Z,
92272026-08-25T01:08:20.780Zreplacing 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:
92282026-08-25T01:08:20.780Zfreemap_route_ipv4Aug 25 01:08:19.258
92292026-08-25T01:08:20.780ZAug 25 01:08:19.258 DEBGINFOAug 25 01:08:19.258 Aug 25 01:08:19.258INFOadding route 172.17.0.33/32 -> 10.0.0.255
92302026-08-25T01:08:20.780Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
92312026-08-25T01:08:20.781Z
92322026-08-25T01:08:20.781Z Aug 25 01:08:19.258Aug 25 01:08:19.258Aug 25 01:08:19.258 DEBGINFO 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 } }]
92332026-08-25T01:08:20.781Z DEBGadding route 172.17.0.12/32 -> 10.0.0.255
92342026-08-25T01:08:20.781Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.258initted freemap. size: 64
92352026-08-25T01:08:20.781Z, Aug 25 01:08:19.258unit :INFO DEBG freemap_route_ipv6replacing 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:7::/64 -> 2001:db8::55:ff
92362026-08-25T01:08:20.781Z
92372026-08-25T01:08:20.781ZAug 25 01:08:19.258
92382026-08-25T01:08:20.781ZINFO Aug 25 01:08:19.258adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 01:08:19.258
92392026-08-25T01:08:20.781Z INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255reset freemap
92402026-08-25T01:08:20.781Z, Aug 25 01:08:19.258unit:Aug 25 01:08:19.258 DEBG freemap_route_ipv6Aug 25 01:08:19.258
92412026-08-25T01:08:20.786Z 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 } }]DEBGDEBG
92422026-08-25T01:08:20.787Zreplacing 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 } }]
92432026-08-25T01:08:20.787Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258
92442026-08-25T01:08:20.787ZAug 25 01:08:19.258 Aug 25 01:08:19.258INFO INFOINFOAug 25 01:08:19.258adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 172.17.0.14/32 -> 10.0.0.255
92452026-08-25T01:08:20.787ZINFO
92462026-08-25T01:08:20.787Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.35/32 -> 10.0.0.255
92472026-08-25T01:08:20.787Z
92482026-08-25T01:08:20.787ZAug 25 01:08:19.258Aug 25 01:08:19.258Aug 25 01:08:19.258 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 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.258DEBG DEBG
92492026-08-25T01:08:20.787Z
92502026-08-25T01:08:20.787Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
92512026-08-25T01:08:20.788Z
92522026-08-25T01:08:20.788ZAug 25 01:08:19.258Aug 25 01:08:19.258 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
92532026-08-25T01:08:20.788Z
92542026-08-25T01:08:20.788ZAug 25 01:08:19.258 Aug 25 01:08:19.258INFO Aug 25 01:08:19.258INFOAug 25 01:08:19.258 DEBG adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
92552026-08-25T01:08:20.788Z
92562026-08-25T01:08:20.788Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92572026-08-25T01:08:20.788Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.258
92582026-08-25T01:08:20.788Z Aug 25 01:08:19.258DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
92592026-08-25T01:08:20.788Z Aug 25 01:08:19.258replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258
92602026-08-25T01:08:20.788Z Aug 25 01:08:19.245INFO INFOAug 25 01:08:19.258 adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 01:08:19.258 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
92612026-08-25T01:08:20.788Z INFOINFO
92622026-08-25T01:08:20.788Z adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.16/32 -> 10.0.0.255
92632026-08-25T01:08:20.788Z
92642026-08-25T01:08:20.788ZAug 25 01:08:19.258 Aug 25 01:08:19.258DEBGAug 25 01:08:19.258 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258DEBG
92652026-08-25T01:08:20.788Zreplacing 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
92662026-08-25T01:08:20.788Z
92672026-08-25T01:08:20.789Zreplacing 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 } }]
92682026-08-25T01:08:20.789Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258Aug 25 01:08:19.258
92692026-08-25T01:08:20.789Z Aug 25 01:08:19.258 INFOINFOINFO Aug 25 01:08:19.258 adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 01:08:19.258INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
92702026-08-25T01:08:20.789Z
92712026-08-25T01:08:20.789Z adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
92722026-08-25T01:08:20.789Z
92732026-08-25T01:08:20.789ZAug 25 01:08:19.258 INFODEBG Aug 25 01:08:19.258 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 } }]DEBGAug 25 01:08:19.258
92742026-08-25T01:08:20.789Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
92752026-08-25T01:08:20.789ZDEBG
92762026-08-25T01:08:20.789ZAug 25 01:08:19.258 INFOAug 25 01:08:19.258 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.258 Aug 25 01:08:19.258 DEBGDEBG
92772026-08-25T01:08:20.789Z 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 } }]
92782026-08-25T01:08:20.789Zadding route 172.17.0.18/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 } }]
92792026-08-25T01:08:20.789Z
92802026-08-25T01:08:20.789Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
92812026-08-25T01:08:20.789ZAug 25 01:08:19.258 DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258 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
92822026-08-25T01:08:20.789Z adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 01:08:19.258
92832026-08-25T01:08:20.790ZAug 25 01:08:19.258 DEBGAug 25 01:08:19.258 Aug 25 01:08:19.258DEBGreplacing targets for 172.16.0.0/32 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 } }] INFODEBGINFO
92842026-08-25T01:08:20.790Zadding route 172.17.0.19/32 -> 10.0.0.255
92852026-08-25T01:08:20.790Zreplacing 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 } }]
92862026-08-25T01:08:20.790Zadding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92872026-08-25T01:08:20.790Z
92882026-08-25T01:08:20.790ZAug 25 01:08:19.258 DEBGAug 25 01:08:19.258 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92892026-08-25T01:08:20.790Z adding route 172.17.0.40/32 -> 10.0.0.255
92902026-08-25T01:08:20.790ZAug 25 01:08:19.258 Aug 25 01:08:19.258Aug 25 01:08:19.258 Aug 25 01:08:19.258INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 172.17.0.20/32 -> 10.0.0.255DEBG
92912026-08-25T01:08:20.790Z
92922026-08-25T01:08:20.790Z 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 } }]
92932026-08-25T01:08:20.790ZAug 25 01:08:19.258Aug 25 01:08:19.258 DEBGDEBG Aug 25 01:08:19.259replacing 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.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 } }]
92942026-08-25T01:08:20.790Z INFO
92952026-08-25T01:08:20.790Zreplacing 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 } }]
92962026-08-25T01:08:20.790Zadding route 172.17.0.7/32 -> 10.0.0.255
92972026-08-25T01:08:20.790ZAug 25 01:08:19.259 Aug 25 01:08:19.259INFO INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
92982026-08-25T01:08:20.790Ztest route::tests::same_size_non_subset_replace ... ok
92992026-08-25T01:08:20.790ZAug 25 01:08:19.259
93002026-08-25T01:08:20.791ZAug 25 01:08:19.259 DEBGINFOAug 25 01:08:19.259Aug 25 01:08:19.259 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 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGDEBG
93012026-08-25T01:08:20.792Z 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.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 } }]
93022026-08-25T01:08:20.792Z
93032026-08-25T01:08:20.792Z
93042026-08-25T01:08:20.792ZAug 25 01:08:19.259 DEBGAug 25 01:08:19.259 Aug 25 01:08:19.259INFO INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:08:19.259
93052026-08-25T01:08:20.792Z
93062026-08-25T01:08:20.792Z adding route 172.17.0.42/32 -> 10.0.0.255INFO
93072026-08-25T01:08:20.792ZAug 25 01:08:19.259 DEBG adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 01:08:19.259replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.259
93082026-08-25T01:08:20.792Z DEBG
93092026-08-25T01:08:20.792Zreplacing 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
93102026-08-25T01:08:20.792ZAug 25 01:08:19.259 INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
93112026-08-25T01:08:20.792ZAug 25 01:08:19.259Aug 25 01:08:19.259adding route 172.17.0.23/32 -> 10.0.0.255
93122026-08-25T01:08:20.793Z DEBGINFOAug 25 01:08:19.259 adding route 172.17.0.43/32 -> 10.0.0.255DEBGAug 25 01:08:19.259 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 } }]
93132026-08-25T01:08:20.793Z
93142026-08-25T01:08:20.793ZDEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.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 } }]
93152026-08-25T01:08:20.793ZAug 25 01:08:19.259 Aug 25 01:08:19.272DEBG INFO
93162026-08-25T01:08:20.793Z adding route 172.17.0.41/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 01:08:19.272created new freemap
93172026-08-25T01:08:20.793ZINFO, unit
93182026-08-25T01:08:20.793Zadding route 172.17.0.24/32 -> 10.0.0.255:
93192026-08-25T01:08:20.793Z freemap_route_ipv4Aug 25 01:08:19.272
93202026-08-25T01:08:20.793Z DEBGAug 25 01:08:19.259 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 } }]
93212026-08-25T01:08:20.793ZINFOAug 25 01:08:19.272 adding route 172.17.0.9/32 -> 10.0.0.255Aug 25 01:08:19.259DEBG
93222026-08-25T01:08:20.793Z Aug 25 01:08:19.272replacing 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 } }]
93232026-08-25T01:08:20.793Z DEBGAug 25 01:08:19.272 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 } }]INFOAug 25 01:08:19.272Aug 25 01:08:19.272 Aug 25 01:08:19.272adding route 172.17.0.25/32 -> 10.0.0.255 INFO
93242026-08-25T01:08:20.793ZDEBG adding route 172.17.0.42/32 -> 10.0.0.255
93252026-08-25T01:08:20.793Z Aug 25 01:08:19.272replacing 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 DEBG
93262026-08-25T01:08:20.793Z created new freemapDEBG
93272026-08-25T01:08:20.793Z 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 } }]
93282026-08-25T01:08:20.793Z, Aug 25 01:08:19.272Aug 25 01:08:19.272unit Aug 25 01:08:19.272DEBG: INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
93292026-08-25T01:08:20.793Zfreemap_route_ipv6
93302026-08-25T01:08:20.794ZAug 25 01:08:19.272replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.272INFO
93312026-08-25T01:08:20.794Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 25 01:08:19.272 DEBG
93322026-08-25T01:08:20.794Z DEBGadding route 172.17.0.10/32 -> 10.0.0.255
93332026-08-25T01:08:20.794Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.272
93342026-08-25T01:08:20.794Z Aug 25 01:08:19.272 initted freemap. size: 64DEBG, Aug 25 01:08:19.272unit Aug 25 01:08:19.272replacing 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.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
93352026-08-25T01:08:20.794Z INFOINFOreplacing 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 } }]
93362026-08-25T01:08:20.794Z
93372026-08-25T01:08:20.794Z:adding route 172.17.0.43/32 -> 10.0.0.255
93382026-08-25T01:08:20.794ZAug 25 01:08:19.272adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
93392026-08-25T01:08:20.794ZAug 25 01:08:19.272Aug 25 01:08:19.272 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:08:19.272adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4Aug 25 01:08:19.272
93402026-08-25T01:08:20.794Z
93412026-08-25T01:08:20.799Z
93422026-08-25T01:08:20.799ZINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255Aug 25 01:08:19.272Aug 25 01:08:19.272
93432026-08-25T01:08:20.799ZDEBGAug 25 01:08:19.272DEBGDEBG 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 } }] Aug 25 01:08:19.272reset freemap
93442026-08-25T01:08:20.799Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , 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 } }]
93452026-08-25T01:08:20.799Zunit:
93462026-08-25T01:08:20.799Z freemap_route_ipv4Aug 25 01:08:19.272
93472026-08-25T01:08:20.799Z
93482026-08-25T01:08:20.800ZAug 25 01:08:19.272Aug 25 01:08:19.272 INFO INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 25 01:08:19.272adding route 172.17.0.12/32 -> 10.0.0.255
93492026-08-25T01:08:20.800Z
93502026-08-25T01:08:20.800Z INFOAug 25 01:08:19.272
93512026-08-25T01:08:20.800ZINFOAug 25 01:08:19.272 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
93522026-08-25T01:08:20.800Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
93532026-08-25T01:08:20.800Z
93542026-08-25T01:08:20.800ZAug 25 01:08:19.272 DEBGINFOAug 25 01:08:19.272 Aug 25 01:08:19.272adding route 172.17.0.44/32 -> 10.0.0.255 INFO
93552026-08-25T01:08:20.800Z Aug 25 01:08:19.272adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64
93562026-08-25T01:08:20.801ZAug 25 01:08:19.272 DEBG, 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 } }]
93572026-08-25T01:08:20.801Z:Aug 25 01:08:19.273DEBG Aug 25 01:08:19.273DEBGDEBG freemap_route_ipv6Aug 25 01:08:19.273 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 } }]
93582026-08-25T01:08:20.801Z
93592026-08-25T01:08:20.801ZDEBGreplacing 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
93602026-08-25T01:08:20.801Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
93612026-08-25T01:08:20.801ZAug 25 01:08:19.273Aug 25 01:08:19.273 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255 Aug 25 01:08:19.273adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 01:08:19.273
93622026-08-25T01:08:20.801Z
93632026-08-25T01:08:20.801ZINFODEBG
93642026-08-25T01:08:20.801Zreplacing 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 } }] reset freemapadding route 172.17.0.45/32 -> 10.0.0.255,
93652026-08-25T01:08:20.801Zunit
93662026-08-25T01:08:20.801Z:Aug 25 01:08:19.273Aug 25 01:08:19.273 Aug 25 01:08:19.273 DEBG freemap_route_ipv6replacing 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
93672026-08-25T01:08:20.801ZAug 25 01:08:19.273DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
93682026-08-25T01:08:20.802Z
93692026-08-25T01:08:20.802Z
93702026-08-25T01:08:20.802ZAug 25 01:08:19.273 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 } }]Aug 25 01:08:19.273
93712026-08-25T01:08:20.802Zadding route 172.17.0.46/32 -> 10.0.0.255
93722026-08-25T01:08:20.802Z Aug 25 01:08:19.273Aug 25 01:08:19.273INFOAug 25 01:08:19.273 INFOAug 25 01:08:19.273 adding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 172.17.0.31/32 -> 10.0.0.255INFO
93732026-08-25T01:08:20.802Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 25 01:08:19.273
93742026-08-25T01:08:20.802ZINFO DEBG
93752026-08-25T01:08:20.802Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 01:08:19.273
93762026-08-25T01:08:20.802Zadding route 172.17.0.14/32 -> 10.0.0.255
93772026-08-25T01:08:20.802Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273Aug 25 01:08:19.273
93782026-08-25T01:08:20.802Z
93792026-08-25T01:08:20.802ZAug 25 01:08:19.273 DEBGDEBG Aug 25 01:08:19.273replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG
93802026-08-25T01:08:20.802Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
93812026-08-25T01:08:20.802Z
93822026-08-25T01:08:20.803ZINFO 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 } }]
93832026-08-25T01:08:20.803Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:08:19.273
93842026-08-25T01:08:20.803Z Aug 25 01:08:19.273Aug 25 01:08:19.273 Aug 25 01:08:19.273 INFOAug 25 01:08:19.273Aug 25 01:08:19.273 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
93852026-08-25T01:08:20.803ZINFOadding route 172.17.0.15/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 } }] INFO
93862026-08-25T01:08:20.803Z
93872026-08-25T01:08:20.804ZAug 25 01:08:19.273 adding route 172.17.0.47/32 -> 10.0.0.255
93882026-08-25T01:08:20.804ZAug 25 01:08:19.273Aug 25 01:08:19.273adding route 172.17.0.47/32 -> 10.0.0.255DEBG DEBGINFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93892026-08-25T01:08:20.804ZINFOAug 25 01:08:19.273
93902026-08-25T01:08:20.804Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.273 adding route 172.16.0.0/32 -> 10.0.0.2
93912026-08-25T01:08:20.804ZINFO DEBG
93922026-08-25T01:08:20.804ZAug 25 01:08:19.273adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 01:08:19.273
93932026-08-25T01:08:20.804Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
93942026-08-25T01:08:20.804Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93952026-08-25T01:08:20.804Z Aug 25 01:08:19.273Aug 25 01:08:19.273 adding route 172.17.0.16/32 -> 10.0.0.255
93962026-08-25T01:08:20.804ZDEBGDEBGAug 25 01:08:19.273Aug 25 01:08:19.273 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93972026-08-25T01:08:20.804Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 01:08:19.273 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 25 01:08:19.273DEBG
93982026-08-25T01:08:20.804Z INFO
93992026-08-25T01:08:20.804Zadding route 172.17.0.48/32 -> 10.0.0.255 DEBG
94002026-08-25T01:08:20.804Zreplacing 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.34/32 -> 10.0.0.255
94012026-08-25T01:08:20.804Z
94022026-08-25T01:08:20.804Zreplacing 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 } }]
94032026-08-25T01:08:20.805ZAug 25 01:08:19.273 Aug 25 01:08:19.273Aug 25 01:08:19.273Aug 25 01:08:19.273 Aug 25 01:08:19.273INFO DEBG 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 } }]
94042026-08-25T01:08:20.805ZINFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.273adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
94052026-08-25T01:08:20.805ZINFOAug 25 01:08:19.273 DEBG
94062026-08-25T01:08:20.805Z
94072026-08-25T01:08:20.805Zadding route 172.17.0.35/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 } }]
94082026-08-25T01:08:20.805Z
94092026-08-25T01:08:20.805Z Aug 25 01:08:19.273INFO Aug 25 01:08:19.273 adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 01:08:19.273Aug 25 01:08:19.273
94102026-08-25T01:08:20.805Z INFODEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94112026-08-25T01:08:20.805Zadding route 172.17.0.49/32 -> 10.0.0.255
94122026-08-25T01:08:20.805ZDEBG 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 } }]
94132026-08-25T01:08:20.805Zreplacing 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 } }]
94142026-08-25T01:08:20.806ZAug 25 01:08:19.273Aug 25 01:08:19.273Aug 25 01:08:19.273 INFODEBGAug 25 01:08:19.273 adding route 172.17.0.36/32 -> 10.0.0.255DEBG
94152026-08-25T01:08:20.806ZINFO Aug 25 01:08:19.273adding route 172.17.0.18/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 } }]Aug 25 01:08:19.273
94162026-08-25T01:08:20.806Z
94172026-08-25T01:08:20.806Zreplacing 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 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 } }]
94182026-08-25T01:08:20.806Z
94192026-08-25T01:08:20.806ZAug 25 01:08:19.273 Aug 25 01:08:19.273 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.50/32 -> 10.0.0.255
94202026-08-25T01:08:20.806Z
94212026-08-25T01:08:20.806ZAug 25 01:08:19.273DEBGAug 25 01:08:19.273 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
94222026-08-25T01:08:20.806ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
94232026-08-25T01:08:20.806Z Aug 25 01:08:19.273 adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:08:19.273
94242026-08-25T01:08:20.806ZAug 25 01:08:19.273INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 01:08:19.273
94252026-08-25T01:08:20.806ZDEBGDEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
94262026-08-25T01:08:20.806Z
94272026-08-25T01:08:20.806ZAug 25 01:08:19.273 Aug 25 01:08:19.273DEBGreplacing 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 } }]
94282026-08-25T01:08:20.807ZAug 25 01:08:19.273 Aug 25 01:08:19.273DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94292026-08-25T01:08:20.807ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.51/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 } }]Aug 25 01:08:19.273
94302026-08-25T01:08:20.807Z
94312026-08-25T01:08:20.807Z Aug 25 01:08:19.273INFO
94322026-08-25T01:08:20.807Z Aug 25 01:08:19.273INFOAug 25 01:08:19.273adding route 172.17.0.38/32 -> 10.0.0.255
94332026-08-25T01:08:20.807ZAug 25 01:08:19.282 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 } }]
94342026-08-25T01:08:20.807Z Aug 25 01:08:19.282 INFODEBG Aug 25 01:08:19.282adding route 172.17.0.39/32 -> 10.0.0.255
94352026-08-25T01:08:20.807Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.246
94362026-08-25T01:08:20.808ZDEBG INFOAug 25 01:08:19.282 adding route 172.17.0.50/32 -> 10.0.0.255created new freemap
94372026-08-25T01:08:20.808ZDEBG, unitreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 25 01:08:19.282
94382026-08-25T01:08:20.808Z Aug 25 01:08:19.282freemap_route_ipv4
94392026-08-25T01:08:20.808ZDEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.282Aug 25 01:08:19.282adding route 172.17.0.20/32 -> 10.0.0.255
94402026-08-25T01:08:20.808Z
94412026-08-25T01:08:20.814ZDEBG adding route 172.17.0.52/32 -> 10.0.0.255created new freemapINFO,
94422026-08-25T01:08:20.814Z unitAug 25 01:08:19.282adding route 172.17.0.40/32 -> 10.0.0.255 :
94432026-08-25T01:08:20.814ZDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 25 01:08:19.282
94442026-08-25T01:08:20.815ZAug 25 01:08:19.282
94452026-08-25T01:08:20.815ZAug 25 01:08:19.282 DEBG INFOAug 25 01:08:19.282replacing 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
94462026-08-25T01:08:20.815Z Aug 25 01:08:19.282replacing 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 INFO
94472026-08-25T01:08:20.815Zadding route 172.17.0.51/32 -> 10.0.0.255 Aug 25 01:08:19.282adding route 172.17.0.21/32 -> 10.0.0.255
94482026-08-25T01:08:20.815ZINFOinitted freemap. size: 64 , adding route 172.17.0.41/32 -> 10.0.0.255unit
94492026-08-25T01:08:20.815Z:
94502026-08-25T01:08:20.815ZAug 25 01:08:19.282 freemap_route_ipv4
94512026-08-25T01:08:20.815ZDEBG Aug 25 01:08:19.282replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.282DEBG
94522026-08-25T01:08:20.815Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.282
94532026-08-25T01:08:20.815ZINFOAug 25 01:08:19.282Aug 25 01:08:19.282 DEBGDEBGadding route 172.17.0.53/32 -> 10.0.0.255 Aug 25 01:08:19.282
94542026-08-25T01:08:20.815Z INFO adding route 172.17.0.42/32 -> 10.0.0.255INFO
94552026-08-25T01:08:20.815Zreset freemap , adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 01:08:19.282
94562026-08-25T01:08:20.815Zreplacing 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 } }] unitDEBGAug 25 01:08:19.282
94572026-08-25T01:08:20.815ZAug 25 01:08:19.282: 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 } }]freemap_route_ipv4
94582026-08-25T01:08:20.815Zreplacing 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
94592026-08-25T01:08:20.815Z
94602026-08-25T01:08:20.815ZAug 25 01:08:19.282replacing 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 } }]
94612026-08-25T01:08:20.816ZAug 25 01:08:19.282 Aug 25 01:08:19.282INFOAug 25 01:08:19.282 INFODEBG INFOAug 25 01:08:19.282 initted freemap. size: 64adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255, unit
94622026-08-25T01:08:20.816ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
94632026-08-25T01:08:20.816Z
94642026-08-25T01:08:20.816Z: Aug 25 01:08:19.282freemap_route_ipv6
94652026-08-25T01:08:20.816Zadding route 172.17.0.52/32 -> 10.0.0.255Aug 25 01:08:19.282Aug 25 01:08:19.282 DEBG
94662026-08-25T01:08:20.816Z 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 } }]DEBG
94672026-08-25T01:08:20.816Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94682026-08-25T01:08:20.816Z
94692026-08-25T01:08:20.816ZAug 25 01:08:19.282Aug 25 01:08:19.282 Aug 25 01:08:19.282INFO DEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255reset freemap
94702026-08-25T01:08:20.816ZAug 25 01:08:19.282Aug 25 01:08:19.282 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255
94712026-08-25T01:08:20.816Z
94722026-08-25T01:08:20.816Z , unitreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 25 01:08:19.282
94732026-08-25T01:08:20.817Z Aug 25 01:08:19.282 freemap_route_ipv6
94742026-08-25T01:08:20.817ZDEBGDEBG Aug 25 01:08:19.282replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283replacing 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 } }]
94752026-08-25T01:08:20.817ZINFO
94762026-08-25T01:08:20.817Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283
94772026-08-25T01:08:20.817Zadding route 3fff:dead::/64 -> 2001:db8::55:1
94782026-08-25T01:08:20.817ZAug 25 01:08:19.283Aug 25 01:08:19.283 INFOAug 25 01:08:19.283INFO adding route 172.17.0.45/32 -> 10.0.0.255INFOadding route 172.17.0.56/32 -> 10.0.0.255
94792026-08-25T01:08:20.817Z adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 01:08:19.283
94802026-08-25T01:08:20.817ZINFOAug 25 01:08:19.283 DEBGadding route 172.17.0.53/32 -> 10.0.0.255
94812026-08-25T01:08:20.817Z
94822026-08-25T01:08:20.817ZAug 25 01:08:19.283replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG
94832026-08-25T01:08:20.817ZAug 25 01:08:19.283 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 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 } }]
94842026-08-25T01:08:20.817Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283
94852026-08-25T01:08:20.817Z
94862026-08-25T01:08:20.817Z Aug 25 01:08:19.283Aug 25 01:08:19.283INFO adding route 172.17.0.46/32 -> 10.0.0.255
94872026-08-25T01:08:20.818ZAug 25 01:08:19.283INFO INFO DEBG Aug 25 01:08:19.283 Aug 25 01:08:19.283 adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]INFODEBG
94882026-08-25T01:08:20.818Zadding route 172.17.0.26/32 -> 10.0.0.255
94892026-08-25T01:08:20.818Zreplacing 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 } }]
94902026-08-25T01:08:20.818Z
94912026-08-25T01:08:20.818Z
94922026-08-25T01:08:20.818ZAug 25 01:08:19.283Aug 25 01:08:19.283 Aug 25 01:08:19.283DEBGDEBG 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 } }] DEBGAug 25 01:08:19.283
94932026-08-25T01:08:20.818Z INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 01:08:19.283
94942026-08-25T01:08:20.818Z adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 01:08:19.283INFO
94952026-08-25T01:08:20.818Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 25 01:08:19.283
94962026-08-25T01:08:20.818Z
94972026-08-25T01:08:20.818Z INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255
94982026-08-25T01:08:20.818Ztest route::tests::delete_target_full ... ok
94992026-08-25T01:08:20.818Ztest route::tests::delete_target_fragmented ... ok
95002026-08-25T01:08:20.818Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
95012026-08-25T01:08:20.819Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 01:08:19.283
95022026-08-25T01:08:20.819ZAug 25 01:08:19.283 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95032026-08-25T01:08:20.819Z
95042026-08-25T01:08:20.819ZAug 25 01:08:19.283 INFO Aug 25 01:08:19.283adding route 172.17.0.58/32 -> 10.0.0.255
95052026-08-25T01:08:20.819ZAug 25 01:08:19.283INFO adding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 01:08:19.283DEBGAug 25 01:08:19.283
95062026-08-25T01:08:20.819Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG
95072026-08-25T01:08:20.819Z Aug 25 01:08:19.283Aug 25 01:08:19.283replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
95082026-08-25T01:08:20.820ZDEBG
95092026-08-25T01:08:20.820Z Aug 25 01:08:19.283DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95102026-08-25T01:08:20.820Z
95112026-08-25T01:08:20.820Z DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283
95122026-08-25T01:08:20.820Z INFO Aug 25 01:08:19.283Aug 25 01:08:19.283Aug 25 01:08:19.283adding route 172.17.0.55/32 -> 10.0.0.255 Aug 25 01:08:19.283
95132026-08-25T01:08:20.820ZINFOINFO adding route 172.17.0.59/32 -> 10.0.0.255 INFOadding route 172.17.0.49/32 -> 10.0.0.255INFO adding route 172.17.0.29/32 -> 10.0.0.255
95142026-08-25T01:08:20.820Z
95152026-08-25T01:08:20.820Z
95162026-08-25T01:08:20.820Zadding route 3fff:dead::/64 -> 2001:db8::55:4
95172026-08-25T01:08:20.820ZAug 25 01:08:19.283Aug 25 01:08:19.283 Aug 25 01:08:19.283DEBG DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 01:08:19.283replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.283
95182026-08-25T01:08:20.820ZDEBG
95192026-08-25T01:08:20.820ZDEBG 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 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.283replacing 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 } }]
95202026-08-25T01:08:20.820ZINFOAug 25 01:08:19.283
95212026-08-25T01:08:20.820ZINFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG
95222026-08-25T01:08:20.820Z adding route 172.17.0.30/32 -> 10.0.0.255
95232026-08-25T01:08:20.821Z
95242026-08-25T01:08:20.821Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 01:08:19.283 INFOAug 25 01:08:19.283
95252026-08-25T01:08:20.821Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 25 01:08:19.283
95262026-08-25T01:08:20.821ZDEBG 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 } }]
95272026-08-25T01:08:20.821ZAug 25 01:08:19.283Aug 25 01:08:19.283 DEBGINFODEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.60/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 } }]Aug 25 01:08:19.283
95282026-08-25T01:08:20.821Z
95292026-08-25T01:08:20.821ZAug 25 01:08:19.283
95302026-08-25T01:08:20.821Z INFO Aug 25 01:08:19.283Aug 25 01:08:19.283 Aug 25 01:08:19.283INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBG
95312026-08-25T01:08:20.821ZINFOadding route 172.17.0.56/32 -> 10.0.0.255
95322026-08-25T01:08:20.821Z Aug 25 01:08:19.283adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGAug 25 01:08:19.283 INFO
95332026-08-25T01:08:20.821ZDEBGadding route 172.17.0.31/32 -> 10.0.0.255 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 } }]
95342026-08-25T01:08:20.821Zreplacing 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 } }]
95352026-08-25T01:08:20.821Z
95362026-08-25T01:08:20.821Zreplacing targets for 3fff:dead::/64 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 } }]
95372026-08-25T01:08:20.822ZAug 25 01:08:19.283 Aug 25 01:08:19.283Aug 25 01:08:19.283 DEBG INFOINFO Aug 25 01:08:19.283replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255DEBGadding route 172.17.0.61/32 -> 10.0.0.255
95382026-08-25T01:08:20.822Z
95392026-08-25T01:08:20.822Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.283
95402026-08-25T01:08:20.822Z
95412026-08-25T01:08:20.828Z DEBGAug 25 01:08:19.283 Aug 25 01:08:19.283replacing 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 } }]
95422026-08-25T01:08:20.828ZDEBG 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
95432026-08-25T01:08:20.828Z Aug 25 01:08:19.283 adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 01:08:19.283
95442026-08-25T01:08:20.828ZINFO Aug 25 01:08:19.283 Aug 25 01:08:19.283 INFODEBG Aug 25 01:08:19.283INFOreplacing 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 3fff:beef:1d::/64 -> 2001:db8::55:ff
95452026-08-25T01:08:20.828Z
95462026-08-25T01:08:20.828Zadding route 172.17.0.53/32 -> 10.0.0.255
95472026-08-25T01:08:20.828ZDEBG 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.57/32 -> 10.0.0.255
95482026-08-25T01:08:20.828Z
95492026-08-25T01:08:20.828ZAug 25 01:08:19.283Aug 25 01:08:19.283 DEBG Aug 25 01:08:19.283INFO DEBG Aug 25 01:08:19.283replacing 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 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 } }]
95502026-08-25T01:08:20.828Z DEBG
95512026-08-25T01:08:20.828ZAug 25 01:08:19.294created new freemap , INFOunit :adding route 172.17.0.54/32 -> 10.0.0.255 freemap_route_ipv4
95522026-08-25T01:08:20.828Z
95532026-08-25T01:08:20.828ZAug 25 01:08:19.294 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 01:08:19.294
95542026-08-25T01:08:20.828Z DEBGAug 25 01:08:19.294 created new freemapDEBGAug 25 01:08:19.294 , 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 } }]
95552026-08-25T01:08:20.828ZunitDEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.294
95562026-08-25T01:08:20.828Z freemap_route_ipv6INFO
95572026-08-25T01:08:20.828Z Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBG initted freemap. size: 64adding route 172.17.0.55/32 -> 10.0.0.255,
95582026-08-25T01:08:20.828Zunit :INFO freemap_route_ipv4adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
95592026-08-25T01:08:20.828ZAug 25 01:08:19.294
95602026-08-25T01:08:20.828Z 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 } }]
95612026-08-25T01:08:20.829ZAug 25 01:08:19.294 adding route 172.17.0.62/32 -> 10.0.0.255DEBG
95622026-08-25T01:08:20.829ZAug 25 01:08:19.294Aug 25 01:08:19.294 DEBGreset freemapINFO Aug 25 01:08:19.294adding route 172.17.0.56/32 -> 10.0.0.255, 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 } }]
95632026-08-25T01:08:20.829ZunitDEBG:
95642026-08-25T01:08:20.829Zreplacing 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 } }] freemap_route_ipv4
95652026-08-25T01:08:20.829Z
95662026-08-25T01:08:20.829ZAug 25 01:08:19.294 DEBG Aug 25 01:08:19.294replacing 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 } }]
95672026-08-25T01:08:20.829ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
95682026-08-25T01:08:20.829ZAug 25 01:08:19.294Aug 25 01:08:19.294Aug 25 01:08:19.294 DEBGAug 25 01:08:19.294 DEBGINFO DEBG failed to allocate space for the new target listinitted freemap. size: 64 , 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 } }]
95692026-08-25T01:08:20.830Z
95702026-08-25T01:08:20.830Zunitadding route 172.17.0.57/32 -> 10.0.0.255:
95712026-08-25T01:08:20.830Zfreemap_route_ipv6
95722026-08-25T01:08:20.830ZAug 25 01:08:19.294Aug 25 01:08:19.294 INFODEBG adding route 3fff:beef:21::/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 } }]
95732026-08-25T01:08:20.830Z
95742026-08-25T01:08:20.830ZAug 25 01:08:19.294 DEBG Aug 25 01:08:19.294replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95752026-08-25T01:08:20.831ZDEBGAug 25 01:08:19.294 reset freemapDEBGAug 25 01:08:19.294 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
95762026-08-25T01:08:20.831Z , adding route 172.17.0.58/32 -> 10.0.0.255unit
95772026-08-25T01:08:20.831Z: Aug 25 01:08:19.294 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
95782026-08-25T01:08:20.831ZAug 25 01:08:19.294Aug 25 01:08:19.294 DEBGfreemap_route_ipv6DEBG
95792026-08-25T01:08:20.831Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
95802026-08-25T01:08:20.831Z
95812026-08-25T01:08:20.831ZAug 25 01:08:19.294 INFO Aug 25 01:08:19.294Aug 25 01:08:19.283adding route 172.16.0.0/32 -> 10.0.0.1 INFO INFOAug 25 01:08:19.294
95822026-08-25T01:08:20.831Zadding route 172.17.0.33/32 -> 10.0.0.255INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
95832026-08-25T01:08:20.831Z
95842026-08-25T01:08:20.831Zadding route 172.17.0.59/32 -> 10.0.0.255
95852026-08-25T01:08:20.831ZAug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294DEBG DEBG 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 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 } }]
95862026-08-25T01:08:20.831Zreplacing 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 } }]
95872026-08-25T01:08:20.831ZAug 25 01:08:19.294
95882026-08-25T01:08:20.831Z DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.294
95892026-08-25T01:08:20.831Z Aug 25 01:08:19.294 INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
95902026-08-25T01:08:20.831Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 01:08:19.294 Aug 25 01:08:19.294
95912026-08-25T01:08:20.831ZINFO Aug 25 01:08:19.294adding route 172.17.0.34/32 -> 10.0.0.255
95922026-08-25T01:08:20.831ZDEBG INFOAug 25 01:08:19.294 Aug 25 01:08:19.294DEBGreplacing 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.16.0.0/32 -> 10.0.0.2
95932026-08-25T01:08:20.831Z DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95942026-08-25T01:08:20.831Zreplacing 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 } }]
95952026-08-25T01:08:20.831Z
95962026-08-25T01:08:20.831ZAug 25 01:08:19.294 DEBGAug 25 01:08:19.294 Aug 25 01:08:19.294failed to allocate space for the new target list
95972026-08-25T01:08:20.831ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOAug 25 01:08:19.294
95982026-08-25T01:08:20.831Ztest route::tests::add_target_fails_full ... ok
95992026-08-25T01:08:20.831ZINFOadding route 172.17.0.35/32 -> 10.0.0.255Aug 25 01:08:19.294
96002026-08-25T01:08:20.832ZDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
96012026-08-25T01:08:20.832Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96022026-08-25T01:08:20.832ZAug 25 01:08:19.294 DEBGAug 25 01:08:19.294 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96032026-08-25T01:08:20.832Z 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 } }]
96042026-08-25T01:08:20.832ZAug 25 01:08:19.294Aug 25 01:08:19.294 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.36/32 -> 10.0.0.255
96052026-08-25T01:08:20.832Z
96062026-08-25T01:08:20.832ZAug 25 01:08:19.294 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
96072026-08-25T01:08:20.832ZAug 25 01:08:19.294 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 01:08:19.294
96082026-08-25T01:08:20.832Z DEBG Aug 25 01:08:19.294replacing 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 } }]
96092026-08-25T01:08:20.832ZAug 25 01:08:19.294DEBG 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 } }]
96102026-08-25T01:08:20.832ZAug 25 01:08:19.294adding route 172.16.0.0/32 -> 10.0.0.4
96112026-08-25T01:08:20.832ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
96122026-08-25T01:08:20.832ZAug 25 01:08:19.294 Aug 25 01:08:19.294INFOAug 25 01:08:19.294 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
96132026-08-25T01:08:20.832Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
96142026-08-25T01:08:20.832Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 01:08:19.294
96152026-08-25T01:08:20.832Z DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.294
96162026-08-25T01:08:20.832ZAug 25 01:08:19.294 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.3, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 01:08:19.294
96172026-08-25T01:08:20.832Z
96182026-08-25T01:08:20.832ZINFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 25 01:08:19.294
96192026-08-25T01:08:20.832Z 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 } }]
96202026-08-25T01:08:20.832ZAug 25 01:08:19.294 DEBG Aug 25 01:08:19.294Aug 25 01:08:19.294replacing 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 } }]
96212026-08-25T01:08:20.832ZINFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
96222026-08-25T01:08:20.832Zreplacing 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 } }]
96232026-08-25T01:08:20.833ZAug 25 01:08:19.294 INFOAug 25 01:08:19.294 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
96242026-08-25T01:08:20.833Z Aug 25 01:08:19.294replacing 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 } }]
96252026-08-25T01:08:20.833ZINFO Aug 25 01:08:19.294adding route 172.17.0.58/32 -> 10.0.0.255
96262026-08-25T01:08:20.833ZAug 25 01:08:19.294DEBG 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 } }]
96272026-08-25T01:08:20.833Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 01:08:19.294
96282026-08-25T01:08:20.833Z 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 } }]
96292026-08-25T01:08:20.833ZAug 25 01:08:19.294Aug 25 01:08:19.294 DEBGINFO Aug 25 01:08:19.294adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }]
96302026-08-25T01:08:20.833ZINFO
96312026-08-25T01:08:20.833Z adding route 172.17.0.59/32 -> 10.0.0.255
96322026-08-25T01:08:20.833ZAug 25 01:08:19.294 Aug 25 01:08:19.294DEBGAug 25 01:08:19.294 INFODEBGreplacing 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 } }]
96332026-08-25T01:08:20.833Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
96342026-08-25T01:08:20.833Zreplacing 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 } }]
96352026-08-25T01:08:20.835ZAug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294INFO INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96362026-08-25T01:08:20.835Z
96372026-08-25T01:08:20.835Z
96382026-08-25T01:08:20.835ZAug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294 DEBG 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.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 } }]
96392026-08-25T01:08:20.835Z
96402026-08-25T01:08:20.835Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
96412026-08-25T01:08:20.841ZAug 25 01:08:19.294Aug 25 01:08:19.294 INFOINFOAug 25 01:08:19.294 adding route 172.17.0.61/32 -> 10.0.0.255DEBGadding route 172.17.0.42/32 -> 10.0.0.255
96422026-08-25T01:08:20.841Z
96432026-08-25T01:08:20.841Z 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 } }]
96442026-08-25T01:08:20.841ZAug 25 01:08:19.294Aug 25 01:08:19.294 Aug 25 01:08:19.294DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96452026-08-25T01:08:20.841Z 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 } }]
96462026-08-25T01:08:20.841Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 01:08:19.294
96472026-08-25T01:08:20.841Z INFO adding route 172.17.0.62/32 -> 10.0.0.255
96482026-08-25T01:08:20.841ZAug 25 01:08:19.294Aug 25 01:08:19.294 INFODEBG Aug 25 01:08:19.294adding route 172.17.0.43/32 -> 10.0.0.255
96492026-08-25T01:08:20.841ZDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
96502026-08-25T01:08:20.841ZAug 25 01:08:19.294
96512026-08-25T01:08:20.842Z 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 } }]
96522026-08-25T01:08:20.842ZAug 25 01:08:19.294Aug 25 01:08:19.294 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.63/32 -> 10.0.0.255
96532026-08-25T01:08:20.842Z
96542026-08-25T01:08:20.842ZAug 25 01:08:19.294 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 25 01:08:19.294
96552026-08-25T01:08:20.842ZAug 25 01:08:19.294 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96562026-08-25T01:08:20.842Zreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.294
96572026-08-25T01:08:20.842Z 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 } }]
96582026-08-25T01:08:20.843ZAug 25 01:08:19.294Aug 25 01:08:19.294 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
96592026-08-25T01:08:20.843Z
96602026-08-25T01:08:20.843ZAug 25 01:08:19.294 INFO Aug 25 01:08:19.294Aug 25 01:08:19.294 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 } }]
96612026-08-25T01:08:20.843ZDEBG 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 } }]
96622026-08-25T01:08:20.843ZAug 25 01:08:19.305 DEBG failed to allocate space for the new target list
96632026-08-25T01:08:20.843ZAug 25 01:08:19.305 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
96642026-08-25T01:08:20.843ZAug 25 01:08:19.305 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
96652026-08-25T01:08:20.843Zreplacing 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 } }]
96662026-08-25T01:08:20.843ZAug 25 01:08:19.305 INFO Aug 25 01:08:19.305adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
96672026-08-25T01:08:20.843ZDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96682026-08-25T01:08:20.843ZAug 25 01:08:19.305 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 } }]Aug 25 01:08:19.305
96692026-08-25T01:08:20.843Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
96702026-08-25T01:08:20.843ZAug 25 01:08:19.305 DEBGAug 25 01:08:19.305 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 } }]INFO
96712026-08-25T01:08:20.843Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
96722026-08-25T01:08:20.843ZAug 25 01:08:19.305 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 01:08:19.305
96732026-08-25T01:08:20.844Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
96742026-08-25T01:08:20.844ZAug 25 01:08:19.305 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
96752026-08-25T01:08:20.844ZAug 25 01:08:19.305 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 } }]Aug 25 01:08:19.305
96762026-08-25T01:08:20.844Z 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 } }]
96772026-08-25T01:08:20.844ZAug 25 01:08:19.305 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 01:08:19.305
96782026-08-25T01:08:20.844Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
96792026-08-25T01:08:20.844ZAug 25 01:08:19.305 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.305
96802026-08-25T01:08:20.844Z 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 } }]
96812026-08-25T01:08:20.845ZAug 25 01:08:19.305 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 01:08:19.305
96822026-08-25T01:08:20.845Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
96832026-08-25T01:08:20.845ZAug 25 01:08:19.305 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 01:08:19.305
96842026-08-25T01:08:20.845Z 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 } }]
96852026-08-25T01:08:20.845ZAug 25 01:08:19.305 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 01:08:19.305
96862026-08-25T01:08:20.845Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
96872026-08-25T01:08:20.845ZAug 25 01:08:19.305 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 } }]Aug 25 01:08:19.305
96882026-08-25T01:08:20.845Z 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 } }]
96892026-08-25T01:08:20.845ZAug 25 01:08:19.305 INFO adding route 172.17.0.51/32 -> 10.0.0.255
96902026-08-25T01:08:20.845ZAug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
96912026-08-25T01:08:20.845ZAug 25 01:08:19.305 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 } }]
96922026-08-25T01:08:20.845Z Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96932026-08-25T01:08:20.845Zadding route 172.17.0.52/32 -> 10.0.0.255
96942026-08-25T01:08:20.845ZAug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
96952026-08-25T01:08:20.845Zreplacing 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 } }]
96962026-08-25T01:08:20.845ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG 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 } }]
96972026-08-25T01:08:20.845Zadding route 172.17.0.53/32 -> 10.0.0.255
96982026-08-25T01:08:20.845Ztest route::tests::delete_targets_full ... ok
96992026-08-25T01:08:20.845ZAug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
97002026-08-25T01:08:20.845Zreplacing 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 } }]
97012026-08-25T01:08:20.846ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97022026-08-25T01:08:20.846Zadding route 172.17.0.54/32 -> 10.0.0.255
97032026-08-25T01:08:20.846ZAug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
97042026-08-25T01:08:20.846Zreplacing 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 } }]
97052026-08-25T01:08:20.846ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97062026-08-25T01:08:20.846Zadding route 172.17.0.55/32 -> 10.0.0.255
97072026-08-25T01:08:20.846ZAug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
97082026-08-25T01:08:20.846Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97092026-08-25T01:08:20.846ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97102026-08-25T01:08:20.846Zadding route 172.17.0.56/32 -> 10.0.0.255
97112026-08-25T01:08:20.846ZAug 25 01:08:19.305 Aug 25 01:08:19.305INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
97122026-08-25T01:08:20.846Zreplacing 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 } }]
97132026-08-25T01:08:20.847ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
97142026-08-25T01:08:20.847Zadding route 172.17.0.57/32 -> 10.0.0.255
97152026-08-25T01:08:20.847ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG DEBGfailed to allocate space for the new target list
97162026-08-25T01:08:20.847Zreplacing 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 } }]
97172026-08-25T01:08:20.847ZAug 25 01:08:19.305 Aug 25 01:08:19.305DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.58/32 -> 10.0.0.255
97182026-08-25T01:08:20.847ZAug 25 01:08:19.317 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 } }]
97192026-08-25T01:08:20.847ZAug 25 01:08:19.317 INFO adding route 172.17.0.59/32 -> 10.0.0.255
97202026-08-25T01:08:20.847ZAug 25 01:08:19.317 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 } }]
97212026-08-25T01:08:20.847ZAug 25 01:08:19.317 INFO adding route 172.17.0.60/32 -> 10.0.0.255
97222026-08-25T01:08:20.847Z
97232026-08-25T01:08:20.847ZAug 25 01:08:19.317 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 } }]
97242026-08-25T01:08:20.847ZAug 25 01:08:19.317 DEBG failed to allocate space for the new target list
97252026-08-25T01:08:20.847ZAug 25 01:08:19.317 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 } }]
97262026-08-25T01:08:20.847ZAug 25 01:08:19.318 DEBG created new freemap, unit: freemap_route_ipv4
97272026-08-25T01:08:20.847ZAug 25 01:08:19.318 DEBG created new freemap, unit: freemap_route_ipv6
97282026-08-25T01:08:20.848ZAug 25 01:08:19.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
97292026-08-25T01:08:20.848ZAug 25 01:08:19.318 DEBG reset freemap, unit: freemap_route_ipv4
97302026-08-25T01:08:20.848ZAug 25 01:08:19.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
97312026-08-25T01:08:20.849ZAug 25 01:08:19.318 DEBG reset freemap, unit: freemap_route_ipv6
97322026-08-25T01:08:20.849ZAug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97332026-08-25T01:08:20.849ZAug 25 01:08:19.318 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 } }]
97342026-08-25T01:08:20.849ZAug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97352026-08-25T01:08:20.849ZAug 25 01:08:19.318 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 } }]
97362026-08-25T01:08:20.849ZAug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97372026-08-25T01:08:20.849ZAug 25 01:08:19.318 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 } }]
97382026-08-25T01:08:20.849ZAug 25 01:08:19.318 INFO adding route 172.16.0.0/32 -> 10.0.0.2
97392026-08-25T01:08:20.849ZAug 25 01:08:19.318 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97402026-08-25T01:08:20.849ZAug 25 01:08:19.318 INFO adding route 172.17.0.0/32 -> 10.0.0.255
97412026-08-25T01:08:20.855ZAug 25 01:08:19.318 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97422026-08-25T01:08:20.855ZAug 25 01:08:19.318 INFO adding route 172.17.0.1/32 -> 10.0.0.255
97432026-08-25T01:08:20.855ZAug 25 01:08:19.318 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 } }]
97442026-08-25T01:08:20.855ZAug 25 01:08:19.318 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97452026-08-25T01:08:20.855ZAug 25 01:08:19.318 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97462026-08-25T01:08:20.855ZAug 25 01:08:19.318 INFO adding route 172.17.0.3/32 -> 10.0.0.255
97472026-08-25T01:08:20.855ZAug 25 01:08:19.318 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 } }]
97482026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97492026-08-25T01:08:20.856ZAug 25 01:08:19.318 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97502026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.5/32 -> 10.0.0.255
97512026-08-25T01:08:20.856ZAug 25 01:08:19.318 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97522026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.6/32 -> 10.0.0.255
97532026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97542026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.7/32 -> 10.0.0.255
97552026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97562026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97572026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97582026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97592026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97602026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.10/32 -> 10.0.0.255
97612026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97622026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.11/32 -> 10.0.0.255
97632026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97642026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97652026-08-25T01:08:20.856ZAug 25 01:08:19.318 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 } }]
97662026-08-25T01:08:20.856ZAug 25 01:08:19.318 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97672026-08-25T01:08:20.856ZAug 25 01:08:19.318 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97682026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97692026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97702026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97712026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97722026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97732026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97742026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97752026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97762026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97772026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97782026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97792026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97802026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97812026-08-25T01:08:20.857ZAug 25 01:08:19.318 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 } }]
97822026-08-25T01:08:20.857ZAug 25 01:08:19.318 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97832026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97842026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97852026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97862026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97872026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97882026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97892026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97902026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97912026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97922026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97932026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97942026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97952026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97962026-08-25T01:08:20.858ZAug 25 01:08:19.318 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97972026-08-25T01:08:20.858ZAug 25 01:08:19.318 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 } }]
97982026-08-25T01:08:20.858Ztest route::tests::delete_targets_fragmented ... ok
97992026-08-25T01:08:20.858Z
98002026-08-25T01:08:20.859Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
98012026-08-25T01:08:20.859Z
98022026-08-25T01:08:20.859Z
98032026-08-25T01:08:20.859Zrunning 0 tests
98042026-08-25T01:08:20.859Z
98052026-08-25T01:08:20.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98062026-08-25T01:08:20.859Z
98072026-08-25T01:08:20.859ZAug 25 01:08:19.318 INFO adding route 172.17.0.29/32 -> 10.0.0.255
98082026-08-25T01:08:20.859ZAug 25 01:08:19.318 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 } }]
98092026-08-25T01:08:20.859ZAug 25 01:08:19.318 INFO adding route 172.17.0.30/32 -> 10.0.0.255
98102026-08-25T01:08:20.859ZAug 25 01:08:19.318 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 } }]
98112026-08-25T01:08:20.859ZAug 25 01:08:19.318 INFO adding route 172.17.0.31/32 -> 10.0.0.255
98122026-08-25T01:08:20.859ZAug 25 01:08:19.318 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 } }]
98132026-08-25T01:08:20.859ZAug 25 01:08:19.318 INFO adding route 172.17.0.32/32 -> 10.0.0.255
98142026-08-25T01:08:20.859ZAug 25 01:08:19.318 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 } }]
98152026-08-25T01:08:20.859ZAug 25 01:08:19.318 INFO adding route 172.17.0.33/32 -> 10.0.0.255
98162026-08-25T01:08:20.859ZAug 25 01:08:19.318 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 } }]
98172026-08-25T01:08:20.859ZAug 25 01:08:19.318 INFO adding route 172.17.0.34/32 -> 10.0.0.255
98182026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98192026-08-25T01:08:20.860ZAug 25 01:08:19.318 INFO adding route 172.17.0.35/32 -> 10.0.0.255
98202026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98212026-08-25T01:08:20.860ZAug 25 01:08:19.318 INFO adding route 172.17.0.36/32 -> 10.0.0.255
98222026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98232026-08-25T01:08:20.860ZAug 25 01:08:19.318 INFO adding route 172.17.0.37/32 -> 10.0.0.255
98242026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98252026-08-25T01:08:20.860ZAug 25 01:08:19.318 INFO adding route 172.17.0.38/32 -> 10.0.0.255
98262026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98272026-08-25T01:08:20.860ZAug 25 01:08:19.318 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98282026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98292026-08-25T01:08:20.860ZAug 25 01:08:19.318 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98302026-08-25T01:08:20.860ZAug 25 01:08:19.318 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 } }]
98312026-08-25T01:08:20.863ZAug 25 01:08:19.319 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98322026-08-25T01:08:20.863ZAug 25 01:08:19.319 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 } }]
98332026-08-25T01:08:20.863ZAug 25 01:08:19.319 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98342026-08-25T01:08:20.863ZAug 25 01:08:19.319 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 } }]
98352026-08-25T01:08:20.863ZAug 25 01:08:19.319 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98362026-08-25T01:08:20.863ZAug 25 01:08:19.319 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 } }]
98372026-08-25T01:08:20.863ZAug 25 01:08:19.319 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98382026-08-25T01:08:20.863ZAug 25 01:08:19.319 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 } }]
98392026-08-25T01:08:20.863ZAug 25 01:08:19.319 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98402026-08-25T01:08:20.863ZAug 25 01:08:19.319 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 } }]
98412026-08-25T01:08:20.867ZAug 25 01:08:19.319 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98422026-08-25T01:08:20.867ZAug 25 01:08:19.330 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 } }]
98432026-08-25T01:08:20.867ZAug 25 01:08:19.330 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98442026-08-25T01:08:20.867ZAug 25 01:08:19.330 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 } }]
98452026-08-25T01:08:20.867ZAug 25 01:08:19.330 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98462026-08-25T01:08:20.867ZAug 25 01:08:19.330 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 } }]
98472026-08-25T01:08:20.867ZAug 25 01:08:19.330 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98482026-08-25T01:08:20.867ZAug 25 01:08:19.330 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 } }]
98492026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98502026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98512026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98522026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98532026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98542026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98552026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98562026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98572026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98582026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98592026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98602026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98612026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98622026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98632026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98642026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98652026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98662026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98672026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98682026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98692026-08-25T01:08:20.868ZAug 25 01:08:19.330 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98702026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98712026-08-25T01:08:20.868ZAug 25 01:08:19.330 DEBG failed to allocate space for the new target list
98722026-08-25T01:08:20.868ZAug 25 01:08:19.330 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 } }]
98732026-08-25T01:08:20.868Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-3db66be9ed50a70a)
98742026-08-25T01:08:20.868Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
98752026-08-25T01:08:20.869Z
98762026-08-25T01:08:20.869Zrunning 0 tests
98772026-08-25T01:08:20.869Z
98782026-08-25T01:08:20.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98792026-08-25T01:08:20.869Z
98802026-08-25T01:08:20.869Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9)
98812026-08-25T01:08:20.869Z
98822026-08-25T01:08:20.870Zrunning 6 tests
98832026-08-25T01:08:20.870Ztest tests::test_full_lot_id_neither_present ... ok
98842026-08-25T01:08:20.870Ztest tests::test_full_lot_id_lot_only ... ok
98852026-08-25T01:08:20.870Ztest tests::test_full_lot_id_lotnum_only ... ok
98862026-08-25T01:08:20.870Ztest tests::test_full_lot_id_both_present ... ok
98872026-08-25T01:08:20.870Ztest tests::test_port_id_cmp ... ok
98882026-08-25T01:08:20.870Ztest tests::test_parse_client_port_id ... ok
98892026-08-25T01:08:20.870Z
98902026-08-25T01:08:20.870Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912026-08-25T01:08:20.870Z
98922026-08-25T01:08:20.870Z Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68)
98932026-08-25T01:08:20.870Z
98942026-08-25T01:08:20.870Zrunning 6 tests
98952026-08-25T01:08:23.844Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98962026-08-25T01:08:23.849Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98972026-08-25T01:08:23.849Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98982026-08-25T01:08:23.853Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98992026-08-25T01:08:24.184Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
99002026-08-25T01:08:27.213Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
99012026-08-25T01:08:27.213Z
99022026-08-25T01:08:27.213Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.37s
99032026-08-25T01:08:27.213Z
99042026-08-25T01:08:27.217Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
99052026-08-25T01:08:27.221Z
99062026-08-25T01:08:27.221Zrunning 0 tests
99072026-08-25T01:08:27.221Z
99082026-08-25T01:08:27.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99092026-08-25T01:08:27.221Z
99102026-08-25T01:08:27.221Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
99112026-08-25T01:08:27.242Z
99122026-08-25T01:08:27.243Zrunning 15 tests
99132026-08-25T01:08:27.247Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
99142026-08-25T01:08:27.247Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
99152026-08-25T01:08:27.247Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
99162026-08-25T01:08:27.247Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
99172026-08-25T01:08:27.247Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
99182026-08-25T01:08:27.247Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
99192026-08-25T01:08:27.247Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
99202026-08-25T01:08:27.247Ztest v1::network::tests::test_equal ... ok
99212026-08-25T01:08:27.247Ztest v1::network::tests::test_eui64 ... ok
99222026-08-25T01:08:27.247Ztest v1::network::tests::test_into ... ok
99232026-08-25T01:08:27.248Ztest v1::network::tests::test_not_equal ... ok
99242026-08-25T01:08:27.248Ztest v1::network::tests::test_to_string ... ok
99252026-08-25T01:08:27.248Ztest v1::network::tests::test_parse ... ok
99262026-08-25T01:08:27.248Ztest v1::port::tests::port_ids_are_ascii ... ok
99272026-08-25T01:08:27.251Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99282026-08-25T01:08:27.251Z
99292026-08-25T01:08:27.252Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99302026-08-25T01:08:27.252Z
99312026-08-25T01:08:27.252Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
99322026-08-25T01:08:27.283Z
99332026-08-25T01:08:27.283Zrunning 12 tests
99342026-08-25T01:08:27.288Ztest icmp::test_v6_checksum ... ok
99352026-08-25T01:08:27.288Ztest icmp::test_v4_checksum ... ok
99362026-08-25T01:08:27.288Ztest ipv6::test_ipv6_parse ... ok
99372026-08-25T01:08:27.288Ztest lldp::test_lldp_parse ... ok
99382026-08-25T01:08:27.288Ztest pbuf::test_byte ... ok
99392026-08-25T01:08:27.288Ztest pbuf::test_nibble ... ok
99402026-08-25T01:08:27.288Ztest pbuf::test_short ... ok
99412026-08-25T01:08:27.288Ztest pbuf::test_overflow ... ok
99422026-08-25T01:08:27.288Ztest pbuf::test_twelve ... ok
99432026-08-25T01:08:27.288Ztest pbuf::test_word ... ok
99442026-08-25T01:08:27.288Ztest tcp::test_checksum_syn_nodata ... ok
99452026-08-25T01:08:27.288Ztest tcp::test_checksum_ack_data ... ok
99462026-08-25T01:08:27.288Z
99472026-08-25T01:08:27.288Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99482026-08-25T01:08:27.288Z
99492026-08-25T01:08:27.289Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99502026-08-25T01:08:27.289Z
99512026-08-25T01:08:27.289Zrunning 0 tests
99522026-08-25T01:08:27.289Z
99532026-08-25T01:08:27.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542026-08-25T01:08:27.289Z
99552026-08-25T01:08:27.289Z Running unittests src/main.rs (target/debug/deps/swadm-45912e85e8b0f635)
99562026-08-25T01:08:27.293Z
99572026-08-25T01:08:27.293Zrunning 5 tests
99582026-08-25T01:08:27.293Ztest switchport::test::test_compute_lanes ... ok
99592026-08-25T01:08:27.293Ztest switchport::test::port_id_ordering ... ok
99602026-08-25T01:08:27.293Z Lane 0 Lane 1 Lane 2 Lane 3
99612026-08-25T01:08:27.293Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Yes
99622026-08-25T01:08:27.293ZLane 2 Rx Loss-of-signal: Yes Lane 3
99632026-08-25T01:08:27.293ZYes State: ActivatedYes ActivatedYes
99642026-08-25T01:08:27.293ZActivated Rx CDR Enabled: Yes Activated
99652026-08-25T01:08:27.293ZYes Rx Output Enabled: false Yes false Yes
99662026-08-25T01:08:27.293Zfalse Tx Enabled: Yesfalse
99672026-08-25T01:08:27.293Z Rx Output Status: validYes validYes Yes
99682026-08-25T01:08:27.293Zvalid Tx Loss-of-lock: Novalid
99692026-08-25T01:08:27.294ZNo Rx Loss-of-lock: true Notrue No
99702026-08-25T01:08:27.294Ztrue Tx Loss-of-signal: Notrue
99712026-08-25T01:08:27.294Z Rx Loss-of-signal: false No false No falseNo
99722026-08-25T01:08:27.294Zfalse
99732026-08-25T01:08:27.294Z Tx CDR Enabled: No Rx Auto-squelch Disable: trueNo trueNo No
99742026-08-25T01:08:27.294Ztrue Tx Adaptive EQ Fault: No true
99752026-08-25T01:08:27.294ZNo Tx Output Enabled: trueNo trueNo
99762026-08-25T01:08:27.294Ztrue Tx Fault: Yes true
99772026-08-25T01:08:27.294ZYes Tx Output Status: invalid Yes invalid Yes
99782026-08-25T01:08:27.294Zinvalid invalid
99792026-08-25T01:08:27.294Z Tx Loss-of-lock: false false false false
99802026-08-25T01:08:27.294Z Tx Loss-of-signal: true true true true
99812026-08-25T01:08:27.294ZTx Auto-squelch Disable: false false false false
99822026-08-25T01:08:27.294Z Tx Adaptive EQ Fail: true true true true
99832026-08-25T01:08:27.294Z Tx Failure: false false false false
99842026-08-25T01:08:27.294Z Tx Force Squelch: true true true true
99852026-08-25T01:08:27.294Z Tx Input Polarity: normal normal normal normal
99862026-08-25T01:08:27.294Ztest switchport::test::test_print_sff_datapath ... ok
99872026-08-25T01:08:27.294Ztest switchport::test::test_print_cmis_datapath ... ok
99882026-08-25T01:08:27.294Ztest link::test_filter ... ok
99892026-08-25T01:08:27.294Z
99902026-08-25T01:08:27.294Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912026-08-25T01:08:27.294Z
99922026-08-25T01:08:27.299Z Running tests/counters.rs (target/debug/deps/counters-8c4365e3eacdd62f)
99932026-08-25T01:08:27.299Z
99942026-08-25T01:08:27.299Zrunning 1 test
99952026-08-25T01:08:27.299Ztest test_p4_counter_list ... ignored
99962026-08-25T01:08:27.299Z
99972026-08-25T01:08:27.299Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99982026-08-25T01:08:27.299Z
99992026-08-25T01:08:27.300Z Running tests/link_apply.rs (target/debug/deps/link_apply-79ee781b579c2ad6)
100002026-08-25T01:08:27.303Z
100012026-08-25T01:08:27.303Zrunning 4 tests
100022026-08-25T01:08:27.303Ztest apply_tx_eq_all ... ignored
100032026-08-25T01:08:27.303Ztest apply_tx_eq_custom ... ignored
100042026-08-25T01:08:27.304Ztest tx_eq_exclusive ... ignored
100052026-08-25T01:08:27.327Ztest cmd::test::output_txeq ... ok
100062026-08-25T01:08:27.327Z
100072026-08-25T01:08:27.331Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
100082026-08-25T01:08:27.332Z
100092026-08-25T01:08:27.332Z Running tests/tx_eq.rs (target/debug/deps/tx_eq-8205622c8ea5a4d0)
100102026-08-25T01:08:27.332Z
100112026-08-25T01:08:27.332Zrunning 3 tests
100122026-08-25T01:08:27.332Ztest set_all_taps ... ignored
100132026-08-25T01:08:27.333Ztest set_partial_taps ... ignored
100142026-08-25T01:08:27.336Ztest cmd::test::output_txeq ... ok
100152026-08-25T01:08:27.336Z
100162026-08-25T01:08:27.336Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
100172026-08-25T01:08:27.337Z
100182026-08-25T01:08:27.337Z Running unittests src/main.rs (target/debug/deps/tfportd-4ce352188da0d171)
100192026-08-25T01:08:27.340Z
100202026-08-25T01:08:27.340Zrunning 3 tests
100212026-08-25T01:08:27.341Ztest linklocal::test_parse_ipadm ... ok
100222026-08-25T01:08:27.341Ztest tfport::test_parse_tfport ... ok
100232026-08-25T01:08:27.341Ztest config::tests::test_updates ... ok
100242026-08-25T01:08:27.341Z
100252026-08-25T01:08:27.341Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100262026-08-25T01:08:27.341Z
100272026-08-25T01:08:27.347Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
100282026-08-25T01:08:27.351Z
100292026-08-25T01:08:27.351Zrunning 0 tests
100302026-08-25T01:08:27.351Z
100312026-08-25T01:08:27.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-08-25T01:08:27.351Z
100332026-08-25T01:08:27.351Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
100342026-08-25T01:08:27.351Z
100352026-08-25T01:08:27.351Zrunning 0 tests
100362026-08-25T01:08:27.351Z
100372026-08-25T01:08:27.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-25T01:08:27.351Z
100392026-08-25T01:08:27.355Z Doc-tests aal
100402026-08-25T01:08:27.932Z
100412026-08-25T01:08:27.932Zrunning 0 tests
100422026-08-25T01:08:27.933Z
100432026-08-25T01:08:27.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-25T01:08:27.938Z
100452026-08-25T01:08:27.960Z Doc-tests aal_macros
100462026-08-25T01:08:28.032Z
100472026-08-25T01:08:28.032Zrunning 0 tests
100482026-08-25T01:08:28.032Z
100492026-08-25T01:08:28.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-08-25T01:08:28.032Z
100512026-08-25T01:08:28.043Z Doc-tests common
100522026-08-25T01:08:28.277Z
100532026-08-25T01:08:28.277Zrunning 0 tests
100542026-08-25T01:08:28.277Z
100552026-08-25T01:08:28.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100562026-08-25T01:08:28.277Z
100572026-08-25T01:08:28.301Z Doc-tests dpd_api
100582026-08-25T01:08:29.122Z
100592026-08-25T01:08:29.122Zrunning 2 tests
100602026-08-25T01:08:29.122Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100612026-08-25T01:08:29.122Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100622026-08-25T01:08:29.126Z
100632026-08-25T01:08:29.126Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100642026-08-25T01:08:29.126Z
100652026-08-25T01:08:29.154Z Doc-tests dpd_client
100662026-08-25T01:08:30.650Z
100672026-08-25T01:08:30.650Zrunning 0 tests
100682026-08-25T01:08:30.650Z
100692026-08-25T01:08:30.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100702026-08-25T01:08:30.650Z
100712026-08-25T01:08:30.707Z Doc-tests dpd_types
100722026-08-25T01:08:30.886Z
100732026-08-25T01:08:30.886Zrunning 0 tests
100742026-08-25T01:08:30.886Z
100752026-08-25T01:08:30.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100762026-08-25T01:08:30.886Z
100772026-08-25T01:08:30.911Z Doc-tests dpd_types_versions
100782026-08-25T01:08:32.418Z
100792026-08-25T01:08:32.418Zrunning 1 test
100802026-08-25T01:08:32.418Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100812026-08-25T01:08:32.418Z
100822026-08-25T01:08:32.418Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100832026-08-25T01:08:32.418Z
100842026-08-25T01:08:32.470Z Doc-tests packet
100852026-08-25T01:08:32.686Z
100862026-08-25T01:08:32.686Zrunning 0 tests
100872026-08-25T01:08:32.686Z
100882026-08-25T01:08:32.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100892026-08-25T01:08:32.686Z
100902026-08-25T01:08:32.715Z Doc-tests pcap
100912026-08-25T01:08:32.767Z
100922026-08-25T01:08:32.767Zrunning 0 tests
100932026-08-25T01:08:32.767Z
100942026-08-25T01:08:32.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100952026-08-25T01:08:32.767Z
100962026-08-25T01:08:32.817Zprocess exited: duration 605785 ms, exit code 0
 
100972026-08-25T01:08:32.827Zfound 0 output files