01M10RF0KYGWDCWAB2X7KX5ACP: test

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

Buildomat Job: 01M10RFBV2VGJDJ1PQHZ78DEDR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T04:44:13.874Zjob assigned to worker 01M10RFHATE0RC36BQBXV6J8MA [factory aws, i-0a266cddcf6d0d839] (queued for 47 s)
 
22026-08-27T04:44:20.750Zstarting task 0: "setup"
32026-08-27T04:44:20.767Z++ uname -s
42026-08-27T04:44:20.767Z+ kern=SunOS
52026-08-27T04:44:20.767Z+ build_user=build
62026-08-27T04:44:20.767Z+ build_uid=12345
72026-08-27T04:44:20.767Z+ work_dir=/work
82026-08-27T04:44:20.767Z+ input_dir=/input
92026-08-27T04:44:20.767Z+ [[ 0 == 12345 ]]
102026-08-27T04:44:20.767Z+ case "$kern" in
112026-08-27T04:44:20.767Z+ groupadd -g 12345 build
122026-08-27T04:44:20.768Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T04:44:22.749Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T04:44:22.819Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T04:44:22.822Z+ home_fs=zfs
162026-08-27T04:44:22.822Z+ [[ zfs == autofs ]]
172026-08-27T04:44:22.822Z+ mkdir -p /home/build
182026-08-27T04:44:22.822Z+ chown build:build /home/build /work
192026-08-27T04:44:24.823Z+ chmod 0700 /home/build /work
202026-08-27T04:44:24.826Zprocess exited: duration 4089 ms, exit code 0
 
212026-08-27T04:44:24.832Zstarting task 1: "rust-toolchain"
222026-08-27T04:44:24.835Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-27T04:44:24.835Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T04:44:24.835Z * rust toolchain channel = "1.90.0"
252026-08-27T04:44:24.835Z * rust toolchain profile = "default"
262026-08-27T04:44:24.835Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T04:44:24.835Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T04:44:24.838Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T04:44:24.838Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-27T04:44:24.941Zinfo: downloading installer
312026-08-27T04:44:26.601Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T04:44:26.601Zwarn: /home/build/.rustup/settings.toml
332026-08-27T04:44:26.601Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T04:44:26.601Zwarn: instead of the one inferred from the default host triple.
352026-08-27T04:44:26.613Zinfo: profile set to default
362026-08-27T04:44:26.613Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T04:44:26.616Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-27T04:44:26.777Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-27T04:44:26.780Zinfo: downloading 6 components
402026-08-27T04:44:40.184Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-27T04:44:40.184Z
422026-08-27T04:44:40.216Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-27T04:44:40.216Z
442026-08-27T04:44:40.216Z
452026-08-27T04:44:40.216ZRust is installed now. Great!
462026-08-27T04:44:40.216Z
472026-08-27T04:44:40.216ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T04:44:40.216Zenvironment variable. This has not been done automatically.
492026-08-27T04:44:40.216Z
502026-08-27T04:44:40.216ZTo configure your current shell, you need to source
512026-08-27T04:44:40.216Zthe corresponding env file under $HOME/.cargo.
522026-08-27T04:44:40.216Z
532026-08-27T04:44:40.216ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T04:44:40.217Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T04:44:40.217Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T04:44:40.217Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T04:44:40.217Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T04:44:40.217Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T04:44:40.217Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T04:44:40.221Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T04:44:40.221Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T04:44:40.294Z+ rustup --version
632026-08-27T04:44:40.303Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T04:44:40.306Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T04:44:40.325Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-27T04:44:40.328Z+ cargo --version
672026-08-27T04:44:40.340Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-27T04:44:40.344Z+ rustc --version
692026-08-27T04:44:40.362Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-27T04:44:40.364Zprocess exited: duration 15532 ms, exit code 0
 
712026-08-27T04:44:40.370Zstarting task 2: "authentication"
722026-08-27T04:44:40.386Zprocess exited: duration 15 ms, exit code 0
 
732026-08-27T04:44:40.393Zstarting task 3: "clone repository"
742026-08-27T04:44:40.396Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-27T04:44:40.398Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-27T04:44:40.425ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-27T04:44:41.232Z+ cd /work/oxidecomputer/dendrite
782026-08-27T04:44:41.232Z+ git fetch origin dec63f52a7a80dbeda2a6ff97907fd0a4cbc0d2a
792026-08-27T04:44:41.500ZFrom https://github.com/oxidecomputer/dendrite
802026-08-27T04:44:41.500Z * branch dec63f52a7a80dbeda2a6ff97907fd0a4cbc0d2a -> FETCH_HEAD
812026-08-27T04:44:41.506Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T04:44:41.506Z++ git branch --show-current
832026-08-27T04:44:41.507Z+ current=main
842026-08-27T04:44:41.507Z+ [[ main != renovate/uuid-1.x-lockfile ]]
852026-08-27T04:44:41.507Z+ git branch -f renovate/uuid-1.x-lockfile dec63f52a7a80dbeda2a6ff97907fd0a4cbc0d2a
862026-08-27T04:44:41.511Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T04:44:41.524ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T04:44:41.527Z+ git reset --hard dec63f52a7a80dbeda2a6ff97907fd0a4cbc0d2a
892026-08-27T04:44:41.542ZHEAD is now at dec63f5 Update Rust crate uuid to v1.26.0
902026-08-27T04:44:41.545Zprocess exited: duration 1151 ms, exit code 0
 
912026-08-27T04:44:41.550Zstarting task 4: "build"
922026-08-27T04:44:41.554Z+ source .github/buildomat/common.sh
932026-08-27T04:44:41.557Z++ TOFINO_STAGES=20
942026-08-27T04:44:41.557Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-27T04:44:41.557Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-27T04:44:41.557Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-27T04:44:41.557Z+++ uname -s
982026-08-27T04:44:41.557Z++ '[' SunOS == SunOS ']'
992026-08-27T04:44:41.557Z++ SERIES=illumos
1002026-08-27T04:44:41.557Z+++ uname -s
1012026-08-27T04:44:41.560Z++ '[' SunOS == SunOS ']'
1022026-08-27T04:44:41.560Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-27T04:44:41.560Z++ rustup show active-toolchain
1042026-08-27T04:44:41.562Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-27T04:44:41.565Z+ source .github/buildomat/illumos.sh
1062026-08-27T04:44:41.565Z++ banner 'sde setup'
1072026-08-27T04:44:41.565Z
1082026-08-27T04:44:41.565Z #### ##### ###### #### ###### ##### # # #####
1092026-08-27T04:44:41.565Z # # # # # # # # # # #
1102026-08-27T04:44:41.565Z #### # # ##### #### ##### # # # # #
1112026-08-27T04:44:41.565Z # # # # # # # # # #####
1122026-08-27T04:44:41.565Z # # # # # # # # # # # #
1132026-08-27T04:44:41.565Z #### ##### ###### #### ###### # #### #
1142026-08-27T04:44:41.565Z
1152026-08-27T04:44:41.565Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-27T04:44:41.565Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-27T04:44:41.566Z++ export PKG=tofino_sde.p5p
1182026-08-27T04:44:41.566Z++ PKG=tofino_sde.p5p
1192026-08-27T04:44:41.566Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-27T04:44:41.572Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-27T04:44:41.572Z Dload Upload Total Spent Left Speed
1222026-08-27T04:44:43.113Z 0 0 0 0 0 0 0 0 0 65 76.03M 65 50.11M 0 0 44.09M 0 00:01 00:01 44.10M 100 76.03M 100 76.03M 0 0 49.35M 0 00:01 00:01 44.10M 100 76.03M 100 76.03M 0 0 49.35M 0 00:01 00:01 44.10M 100 76.03M 100 76.03M 0 0 49.35M 0 00:01 00:01 44.10M
1232026-08-27T04:44:43.117Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-27T04:44:43.164Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-27T04:44:43.166Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-27T04:44:43.166Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-27T04:44:44.535Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-27T04:44:44.937Z Startup: Caching catalogs ... Done
1292026-08-27T04:44:44.993Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-27T04:44:47.574ZPlanning: Solver setup ... Done
1312026-08-27T04:44:47.643ZPlanning: Running solver ... Done
1322026-08-27T04:44:47.694ZPlanning: Finding local manifests ... Done
1332026-08-27T04:44:47.696ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-27T04:44:47.700ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-27T04:44:47.714ZPlanning: Package planning ... Done
1362026-08-27T04:44:47.717ZPlanning: Merging actions ... Done
1372026-08-27T04:44:47.880ZPlanning: Checking for conflicting actions ... Done
1382026-08-27T04:44:47.883ZPlanning: Consolidating action changes ... Done
1392026-08-27T04:44:48.598ZPlanning: Evaluating mediators ... Done
1402026-08-27T04:44:48.601ZPlanning: Planning completed in 3.60 seconds
1412026-08-27T04:44:48.605Z Packages to install: 1
1422026-08-27T04:44:48.605Z Create boot environment: No
1432026-08-27T04:44:48.605ZCreate backup boot environment: No
1442026-08-27T04:44:48.631Z
1452026-08-27T04:44:48.631ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-27T04:44:48.768ZDownload: Completed 75.30 MB in 0.14 seconds (552M/s)
1472026-08-27T04:44:48.970Z Actions: 1/293 actions (Installing new actions)
1482026-08-27T04:44:49.952Z Actions: Completed 293 actions in 0.98 seconds.
1492026-08-27T04:44:49.954ZFinalize: Updating package state database ... Done
1502026-08-27T04:44:49.997ZFinalize: Updating package cache ... Done
1512026-08-27T04:44:50.093ZFinalize: Updating image state ... Done
1522026-08-27T04:44:52.644ZFinalize: Creating fast lookup database ... Done
1532026-08-27T04:44:52.716ZFinalize: Reading search index ... Done
1542026-08-27T04:44:52.719ZFinalize: Updating search index ... Done
1552026-08-27T04:44:52.931ZFinalize: Updating package cache ... Done
1562026-08-27T04:44:53.097Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-27T04:44:53.097Z++ SDE=/opt/oxide/tofino_sde
1582026-08-27T04:44:53.097Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-27T04:44:53.097Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-27T04:44:53.097Z++ banner packages
1612026-08-27T04:44:53.101Z
1622026-08-27T04:44:53.101Z ##### ## #### # # ## #### ###### ####
1632026-08-27T04:44:53.101Z # # # # # # # # # # # # # #
1642026-08-27T04:44:53.101Z # # # # # #### # # # ##### ####
1652026-08-27T04:44:53.101Z ##### ###### # # # ###### # ### # #
1662026-08-27T04:44:53.101Z # # # # # # # # # # # # # #
1672026-08-27T04:44:53.101Z # # # #### # # # # #### ###### ####
1682026-08-27T04:44:53.101Z
1692026-08-27T04:44:53.101Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-27T04:44:53.373Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-27T04:44:53.376Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-27T04:44:55.588ZPlanning: Solver setup ... Done
1732026-08-27T04:44:55.658ZPlanning: Running solver ... Done
1742026-08-27T04:44:55.708ZPlanning: Consolidating action changes ... Done
1752026-08-27T04:44:55.708ZPlanning: Evaluating mediators ... Done
1762026-08-27T04:44:55.711ZPlanning: Planning completed in 2.33 seconds
1772026-08-27T04:44:55.726ZNo updates necessary for this image.
1782026-08-27T04:44:55.866Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-27T04:44:56.085ZPlanning: Evaluating mediator changes ... Done
1802026-08-27T04:44:56.199ZPlanning: Checking for conflicting actions ... Done
1812026-08-27T04:44:56.202ZPlanning: Consolidating action changes ... Done
1822026-08-27T04:44:56.366ZPlanning: Evaluating mediators ... Done
1832026-08-27T04:44:56.369ZPlanning: Planning completed in 0.28 seconds
1842026-08-27T04:44:56.391Z Mediators to change: 2
1852026-08-27T04:44:56.391Z Create boot environment: No
1862026-08-27T04:44:56.395ZCreate backup boot environment: No
1872026-08-27T04:44:56.429ZFinalize: Updating package state database ... Done
1882026-08-27T04:44:56.429ZFinalize: Updating package cache ... Done
1892026-08-27T04:44:56.482ZFinalize: Updating image state ... Done
1902026-08-27T04:44:58.533ZFinalize: Creating fast lookup database ... Done
1912026-08-27T04:44:58.601ZFinalize: Reading search index ... Done
1922026-08-27T04:44:58.605ZFinalize: Updating search index ... Done
1932026-08-27T04:44:58.675ZFinalize: Updating package cache ... Done
1942026-08-27T04:44:58.752Z++ cargo --version
1952026-08-27T04:44:58.762Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-27T04:44:58.765Z++ rustc --version
1972026-08-27T04:44:58.785Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-27T04:44:58.788Z+ banner copyrights
1992026-08-27T04:44:58.791Z
2002026-08-27T04:44:58.791Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-27T04:44:58.791Z # # # # # # # # # # # # # # # # #
2022026-08-27T04:44:58.791Z # # # # # # # # # # ###### # ####
2032026-08-27T04:44:58.791Z # # # ##### # ##### # # ### # # # #
2042026-08-27T04:44:58.791Z # # # # # # # # # # # # # # # #
2052026-08-27T04:44:58.791Z #### #### # # # # # #### # # # ####
2062026-08-27T04:44:58.791Z
2072026-08-27T04:44:58.791Z+ ./tools/check_copyrights.sh
2082026-08-27T04:44:59.079Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-27T04:44:59.967Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-27T04:45:00.379Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-27T04:45:00.437Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-27T04:45:00.530Zpcap/build.rs: Copyright with wrong year
2132026-08-27T04:45:00.703Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-27T04:45:00.937Z+ banner clippy
2152026-08-27T04:45:00.940Z
2162026-08-27T04:45:00.940Z #### # # ##### ##### # #
2172026-08-27T04:45:00.940Z # # # # # # # # # #
2182026-08-27T04:45:00.940Z # # # # # # # #
2192026-08-27T04:45:00.940Z # # # ##### ##### #
2202026-08-27T04:45:00.940Z # # # # # # #
2212026-08-27T04:45:00.940Z #### ###### # # # #
2222026-08-27T04:45:00.940Z
2232026-08-27T04:45:00.940Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-27T04:45:00.940Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-27T04:45:01.090Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-27T04:45:11.024Z Updating crates.io index
2272026-08-27T04:45:11.064Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-27T04:45:11.350Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-27T04:45:12.347Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-27T04:45:12.662Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-27T04:45:12.992Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-27T04:45:13.581Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-27T04:45:14.619Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-27T04:45:15.087Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-27T04:45:15.538Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-27T04:45:15.917Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-27T04:45:16.536Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-27T04:45:17.151Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-27T04:45:17.558Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-27T04:45:18.037Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-27T04:45:18.335Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-27T04:45:19.010Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-27T04:45:19.518Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-27T04:45:19.830Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-27T04:45:20.734Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-27T04:45:21.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-27T04:45:21.512Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-27T04:45:21.933Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-27T04:45:23.297Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-27T04:45:23.980Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-27T04:45:25.376Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-27T04:45:26.081Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-27T04:45:26.420Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-27T04:45:26.835Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-27T04:45:28.846Z Downloading crates ...
2562026-08-27T04:45:28.939Z Downloaded adler2 v2.0.1
2572026-08-27T04:45:28.955Z Downloaded dyn-clone v1.0.20
2582026-08-27T04:45:28.958Z Downloaded dtrace-parser v0.2.0
2592026-08-27T04:45:28.961Z Downloaded dropshot-api-manager-types v0.7.2
2602026-08-27T04:45:28.965Z Downloaded dunce v1.0.5
2612026-08-27T04:45:28.965Z Downloaded embedded-io v0.6.1
2622026-08-27T04:45:28.968Z Downloaded backoff v0.4.0
2632026-08-27T04:45:28.971Z Downloaded async-recursion v1.1.1
2642026-08-27T04:45:28.974Z Downloaded generic-array v0.14.7
2652026-08-27T04:45:28.977Z Downloaded foreign-types-shared v0.3.1
2662026-08-27T04:45:28.977Z Downloaded anyhow v1.0.102
2672026-08-27T04:45:28.980Z Downloaded equivalent v1.0.2
2682026-08-27T04:45:28.983Z Downloaded futures-io v0.3.32
2692026-08-27T04:45:28.986Z Downloaded cookie v0.18.1
2702026-08-27T04:45:28.989Z Downloaded autocfg v1.5.0
2712026-08-27T04:45:28.992Z Downloaded hostname v0.4.2
2722026-08-27T04:45:28.995Z Downloaded ff v0.13.1
2732026-08-27T04:45:28.995Z Downloaded git-stub v1.0.0
2742026-08-27T04:45:28.998Z Downloaded base64 v0.22.1
2752026-08-27T04:45:29.002Z Downloaded allocator-api2 v0.2.21
2762026-08-27T04:45:29.005Z Downloaded defmt-parser v1.0.0
2772026-08-27T04:45:29.009Z Downloaded async-stream-impl v0.3.6
2782026-08-27T04:45:29.009Z Downloaded fixedbitset v0.4.2
2792026-08-27T04:45:29.012Z Downloaded bindgen v0.72.1
2802026-08-27T04:45:29.015Z Downloaded http-body-util v0.1.3
2812026-08-27T04:45:29.019Z Downloaded hex v0.4.3
2822026-08-27T04:45:29.021Z Downloaded futures-sink v0.3.32
2832026-08-27T04:45:29.024Z Downloaded heck v0.5.0
2842026-08-27T04:45:29.027Z Downloaded hash32 v0.3.1
2852026-08-27T04:45:29.027Z Downloaded hubpack v0.1.2
2862026-08-27T04:45:29.030Z Downloaded fs-err v3.1.2
2872026-08-27T04:45:29.035Z Downloaded displaydoc v0.2.5
2882026-08-27T04:45:29.038Z Downloaded colorchoice v1.0.4
2892026-08-27T04:45:29.038Z Downloaded ciborium-io v0.2.2
2902026-08-27T04:45:29.041Z Downloaded base16ct v0.2.0
2912026-08-27T04:45:29.044Z Downloaded foreign-types v0.3.2
2922026-08-27T04:45:29.044Z Downloaded hubpack_derive v0.1.1
2932026-08-27T04:45:29.047Z Downloaded futures-channel v0.3.32
2942026-08-27T04:45:29.050Z Downloaded darling_macro v0.21.3
2952026-08-27T04:45:29.050Z Downloaded futures-executor v0.3.32
2962026-08-27T04:45:29.053Z Downloaded either v1.15.0
2972026-08-27T04:45:29.056Z Downloaded block-buffer v0.10.4
2982026-08-27T04:45:29.056Z Downloaded fastrand v2.3.0
2992026-08-27T04:45:29.059Z Downloaded crc8 v0.1.1
3002026-08-27T04:45:29.063Z Downloaded http-body v1.0.1
3012026-08-27T04:45:29.063Z Downloaded futures-task v0.3.32
3022026-08-27T04:45:29.065Z Downloaded enum-as-inner v0.6.1
3032026-08-27T04:45:29.068Z Downloaded async-stream v0.3.6
3042026-08-27T04:45:29.068Z Downloaded critical-section v1.2.0
3052026-08-27T04:45:29.071Z Downloaded foreign-types-shared v0.1.1
3062026-08-27T04:45:29.074Z Downloaded daft v0.1.5
3072026-08-27T04:45:29.077Z Downloaded dof v0.3.0
3082026-08-27T04:45:29.077Z Downloaded gethostname v0.5.0
3092026-08-27T04:45:29.080Z Downloaded block-buffer v0.12.0
3102026-08-27T04:45:29.084Z Downloaded ciborium-ll v0.2.2
3112026-08-27T04:45:29.084Z Downloaded foldhash v0.2.0
3122026-08-27T04:45:29.087Z Downloaded compression-core v0.4.32
3132026-08-27T04:45:29.087Z Downloaded hyper-tls v0.6.0
3142026-08-27T04:45:29.090Z Downloaded heck v0.4.1
3152026-08-27T04:45:29.094Z Downloaded httpdate v1.0.3
3162026-08-27T04:45:29.094Z Downloaded crucible-workspace-hack v0.1.0
3172026-08-27T04:45:29.096Z Downloaded indent_write v2.2.0
3182026-08-27T04:45:29.097Z Downloaded foreign-types-macros v0.2.3
3192026-08-27T04:45:29.100Z Downloaded convert_case v0.4.0
3202026-08-27T04:45:29.100Z Downloaded bitflags v2.11.1
3212026-08-27T04:45:29.103Z Downloaded httparse v1.10.1
3222026-08-27T04:45:29.106Z Downloaded inout v0.1.4
3232026-08-27T04:45:29.109Z Downloaded instant v0.1.13
3242026-08-27T04:45:29.112Z Downloaded ident_case v1.0.1
3252026-08-27T04:45:29.112Z Downloaded cfg-if v1.0.4
3262026-08-27T04:45:29.115Z Downloaded atomic-waker v1.1.2
3272026-08-27T04:45:29.120Z Downloaded fixedbitset v0.5.7
3282026-08-27T04:45:29.124Z Downloaded drift v0.2.0
3292026-08-27T04:45:29.127Z Downloaded is_terminal_polyfill v1.70.1
3302026-08-27T04:45:29.130Z Downloaded keccak v0.1.6
3312026-08-27T04:45:29.130Z Downloaded clang-sys v1.8.1
3322026-08-27T04:45:29.133Z Downloaded is-terminal v0.4.16
3332026-08-27T04:45:29.137Z Downloaded kstat-rs v0.2.4
3342026-08-27T04:45:29.137Z Downloaded lazy_static v1.5.0
3352026-08-27T04:45:29.140Z Downloaded globset v0.4.16
3362026-08-27T04:45:29.144Z Downloaded chacha20poly1305 v0.10.1
3372026-08-27T04:45:29.144Z Downloaded filetime v0.2.26
3382026-08-27T04:45:29.147Z Downloaded defmt v0.3.100
3392026-08-27T04:45:29.147Z Downloaded internet-checksum v0.2.1
3402026-08-27T04:45:29.150Z Downloaded is_ci v1.2.0
3412026-08-27T04:45:29.150Z Downloaded camino-tempfile v1.4.1
3422026-08-27T04:45:29.153Z Downloaded itoa v1.0.15
3432026-08-27T04:45:29.153Z Downloaded idna_adapter v1.2.1
3442026-08-27T04:45:29.156Z Downloaded match_cfg v0.1.0
3452026-08-27T04:45:29.156Z Downloaded macaddr v1.0.1
3462026-08-27T04:45:29.159Z Downloaded glob v0.3.3
3472026-08-27T04:45:29.162Z Downloaded managed v0.8.0
3482026-08-27T04:45:29.162Z Downloaded lru-slab v0.1.2
3492026-08-27T04:45:29.165Z Downloaded memmap v0.7.0
3502026-08-27T04:45:29.168Z Downloaded dropshot_endpoint v0.17.1
3512026-08-27T04:45:29.171Z Downloaded memoffset v0.9.1
3522026-08-27T04:45:29.171Z Downloaded find-msvc-tools v0.1.9
3532026-08-27T04:45:29.174Z Downloaded hyper-rustls v0.27.7
3542026-08-27T04:45:29.177Z Downloaded dropshot_endpoint v0.16.7
3552026-08-27T04:45:29.180Z Downloaded mime v0.3.17
3562026-08-27T04:45:29.183Z Downloaded newline-converter v0.3.0
3572026-08-27T04:45:29.183Z Downloaded linked-hash-map v0.5.6
3582026-08-27T04:45:29.186Z Downloaded newtype_derive v0.1.6
3592026-08-27T04:45:29.186Z Downloaded num-conv v0.2.1
3602026-08-27T04:45:29.190Z Downloaded num v0.4.3
3612026-08-27T04:45:29.190Z Downloaded colored v3.1.1
3622026-08-27T04:45:29.193Z Downloaded group v0.13.0
3632026-08-27T04:45:29.196Z Downloaded openssl-macros v0.1.1
3642026-08-27T04:45:29.196Z Downloaded ipnetwork v0.21.1
3652026-08-27T04:45:29.199Z Downloaded num_threads v0.1.7
3662026-08-27T04:45:29.201Z Downloaded newtype-uuid-macros v0.1.0
3672026-08-27T04:45:29.202Z Downloaded crossbeam-epoch v0.9.18
3682026-08-27T04:45:29.205Z Downloaded ipnet v2.11.0
3692026-08-27T04:45:29.208Z Downloaded num_enum_derive v0.5.11
3702026-08-27T04:45:29.208Z Downloaded lru-cache v0.1.2
3712026-08-27T04:45:29.211Z Downloaded litemap v0.8.0
3722026-08-27T04:45:29.214Z Downloaded omicron-workspace-hack v0.1.0
3732026-08-27T04:45:29.214Z Downloaded hybrid-array v0.4.12
3742026-08-27T04:45:29.217Z Downloaded curve25519-dalek v4.1.3
3752026-08-27T04:45:29.222Z Downloaded defmt v1.0.1
3762026-08-27T04:45:29.225Z Downloaded olpc-cjson v0.1.4
3772026-08-27T04:45:29.228Z Downloaded opaque-debug v0.3.1
3782026-08-27T04:45:29.231Z Downloaded lock_api v0.4.14
3792026-08-27T04:45:29.231Z Downloaded libsw v3.5.0
3802026-08-27T04:45:29.239Z Downloaded compression-codecs v0.4.32
3812026-08-27T04:45:29.243Z Downloaded parse-display v0.10.0
3822026-08-27T04:45:29.243Z Downloaded num-rational v0.4.2
3832026-08-27T04:45:29.243Z Downloaded phf_shared v0.12.1
3842026-08-27T04:45:29.243Z Downloaded num-integer v0.1.46
3852026-08-27T04:45:29.246Z Downloaded libsw-core v0.3.2
3862026-08-27T04:45:29.246Z Downloaded erased-serde v0.3.31
3872026-08-27T04:45:29.249Z Downloaded iana-time-zone v0.1.64
3882026-08-27T04:45:29.250Z Downloaded num-complex v0.4.6
3892026-08-27T04:45:29.255Z Downloaded native-tls v0.2.14
3902026-08-27T04:45:29.258Z Downloaded highway v1.3.0
3912026-08-27T04:45:29.258Z Downloaded ingot v0.1.1
3922026-08-27T04:45:29.258Z Downloaded getrandom v0.4.2
3932026-08-27T04:45:29.261Z Downloaded paste v1.0.15
3942026-08-27T04:45:29.264Z Downloaded const_format v0.2.34
3952026-08-27T04:45:29.267Z Downloaded openssl-probe v0.1.6
3962026-08-27T04:45:29.271Z Downloaded newtype-uuid v1.3.2
3972026-08-27T04:45:29.273Z Downloaded jobserver v0.1.34
3982026-08-27T04:45:29.273Z Downloaded num_enum v0.7.5
3992026-08-27T04:45:29.277Z Downloaded proc-macro-error-attr2 v2.0.0
4002026-08-27T04:45:29.280Z Downloaded proc-macro-error-attr v1.0.4
4012026-08-27T04:45:29.280Z Downloaded libloading v0.8.9
4022026-08-27T04:45:29.283Z Downloaded plain v0.2.3
4032026-08-27T04:45:29.286Z Downloaded powerfmt v0.2.0
4042026-08-27T04:45:29.286Z Downloaded potential_utf v0.1.3
4052026-08-27T04:45:29.289Z Downloaded pin-project-internal v1.1.10
4062026-08-27T04:45:29.289Z Downloaded progenitor-macro v0.11.1
4072026-08-27T04:45:29.293Z Downloaded proc-macro-crate v1.3.1
4082026-08-27T04:45:29.293Z Downloaded progenitor-client v0.10.0
4092026-08-27T04:45:29.296Z Downloaded bit-set v0.8.0
4102026-08-27T04:45:29.296Z Downloaded darling_core v0.21.3
4112026-08-27T04:45:29.310Z Downloaded pin-project-lite v0.2.16
4122026-08-27T04:45:29.315Z Downloaded percent-encoding v2.3.2
4132026-08-27T04:45:29.315Z Downloaded parse-display-derive v0.10.0
4142026-08-27T04:45:29.315Z Downloaded pretty-hex v0.4.1
4152026-08-27T04:45:29.315Z Downloaded const-oid v0.10.2
4162026-08-27T04:45:29.315Z Downloaded quick-error v1.2.3
4172026-08-27T04:45:29.315Z Downloaded arrayvec v0.7.6
4182026-08-27T04:45:29.315Z Downloaded progenitor-macro v0.14.0
4192026-08-27T04:45:29.318Z Downloaded memmap2 v0.9.8
4202026-08-27T04:45:29.318Z Downloaded progenitor-client v0.11.1
4212026-08-27T04:45:29.321Z Downloaded indexmap v2.14.0
4222026-08-27T04:45:29.324Z Downloaded hyper-util v0.1.20
4232026-08-27T04:45:29.327Z Downloaded hyper v1.10.1
4242026-08-27T04:45:29.331Z Downloaded poly1305 v0.8.0
4252026-08-27T04:45:29.334Z Downloaded constant_time_eq v0.3.1
4262026-08-27T04:45:29.338Z Downloaded num-traits v0.2.19
4272026-08-27T04:45:29.341Z Downloaded ref-cast v1.0.25
4282026-08-27T04:45:29.341Z Downloaded proc-macro-error2 v2.0.1
4292026-08-27T04:45:29.344Z Downloaded icu_normalizer v2.0.0
4302026-08-27T04:45:29.347Z Downloaded rand_xorshift v0.4.0
4312026-08-27T04:45:29.347Z Downloaded papergrid v0.11.0
4322026-08-27T04:45:29.350Z Downloaded rustc_version v0.4.1
4332026-08-27T04:45:29.353Z Downloaded bit-vec v0.8.0
4342026-08-27T04:45:29.356Z Downloaded rustc_version v0.1.7
4352026-08-27T04:45:29.356Z Downloaded rustc-hash v2.1.1
4362026-08-27T04:45:29.359Z Downloaded ref-cast-impl v1.0.25
4372026-08-27T04:45:29.359Z Downloaded hashbrown v0.12.3
4382026-08-27T04:45:29.362Z Downloaded postcard v1.1.3
4392026-08-27T04:45:29.365Z Downloaded quote v1.0.45
4402026-08-27T04:45:29.368Z Downloaded flate2 v1.1.2
4412026-08-27T04:45:29.371Z Downloaded password-hash v0.5.0
4422026-08-27T04:45:29.374Z Downloaded darling v0.21.3
4432026-08-27T04:45:29.380Z Downloaded secrecy v0.10.3
4442026-08-27T04:45:29.381Z Downloaded progenitor v0.11.1
4452026-08-27T04:45:29.384Z Downloaded rand_core v0.9.3
4462026-08-27T04:45:29.385Z Downloaded rand_core v0.6.4
4472026-08-27T04:45:29.385Z Downloaded quinn-udp v0.5.14
4482026-08-27T04:45:29.385Z Downloaded parking_lot v0.12.5
4492026-08-27T04:45:29.388Z Downloaded pest_derive v2.8.2
4502026-08-27T04:45:29.388Z Downloaded serde-big-array v0.5.1
4512026-08-27T04:45:29.392Z Downloaded rustversion v1.0.22
4522026-08-27T04:45:29.394Z Downloaded rand_chacha v0.3.1
4532026-08-27T04:45:29.395Z Downloaded scopeguard v1.2.0
4542026-08-27T04:45:29.397Z Downloaded scroll_derive v0.12.1
4552026-08-27T04:45:29.397Z Downloaded scroll_derive v0.13.1
4562026-08-27T04:45:29.398Z Downloaded same-file v1.0.6
4572026-08-27T04:45:29.400Z Downloaded icu_locale_core v2.0.0
4582026-08-27T04:45:29.403Z Downloaded icu_normalizer_data v2.0.0
4592026-08-27T04:45:29.406Z Downloaded hickory-resolver v0.24.4
4602026-08-27T04:45:29.411Z Downloaded heapless v0.8.0
4612026-08-27T04:45:29.414Z Downloaded rand_chacha v0.9.0
4622026-08-27T04:45:29.414Z Downloaded search_path v0.1.4
4632026-08-27T04:45:29.418Z Downloaded sigpipe v0.1.3
4642026-08-27T04:45:29.418Z Downloaded num-derive v0.4.2
4652026-08-27T04:45:29.421Z Downloaded siphasher v1.0.1
4662026-08-27T04:45:29.421Z Downloaded minimal-lexical v0.2.1
4672026-08-27T04:45:29.424Z Downloaded serde_urlencoded v0.7.1
4682026-08-27T04:45:29.424Z Downloaded phf v0.12.1
4692026-08-27T04:45:29.427Z Downloaded curl v0.4.50
4702026-08-27T04:45:29.430Z Downloaded serde_spanned v0.6.9
4712026-08-27T04:45:29.430Z Downloaded signal-hook-tokio v0.4.0
4722026-08-27T04:45:29.433Z Downloaded smawk v0.3.2
4732026-08-27T04:45:29.433Z Downloaded serde_path_to_error v0.1.20
4742026-08-27T04:45:29.436Z Downloaded rusty-fork v0.3.0
4752026-08-27T04:45:29.436Z Downloaded bytecount v0.6.9
4762026-08-27T04:45:29.440Z Downloaded pest_meta v2.8.2
4772026-08-27T04:45:29.440Z Downloaded clap_lex v1.1.0
4782026-08-27T04:45:29.443Z Downloaded progenitor v0.14.0
4792026-08-27T04:45:29.443Z Downloaded crossbeam-utils v0.8.21
4802026-08-27T04:45:29.445Z Downloaded parking_lot_core v0.9.12
4812026-08-27T04:45:29.451Z Downloaded csv-core v0.1.12
4822026-08-27T04:45:29.451Z Downloaded proc-macro-error v1.0.4
4832026-08-27T04:45:29.454Z Downloaded strum v0.26.3
4842026-08-27T04:45:29.454Z Downloaded ppv-lite86 v0.2.21
4852026-08-27T04:45:29.454Z Downloaded once_cell v1.21.3
4862026-08-27T04:45:29.457Z Downloaded ciborium v0.2.2
4872026-08-27T04:45:29.457Z Downloaded base64ct v1.8.0
4882026-08-27T04:45:29.460Z Downloaded semver v0.1.20
4892026-08-27T04:45:29.460Z Downloaded ingot-types v0.1.2
4902026-08-27T04:45:29.463Z Downloaded resolv-conf v0.7.5
4912026-08-27T04:45:29.463Z Downloaded humantime v2.3.0
4922026-08-27T04:45:29.466Z Downloaded icu_collections v2.0.0
4932026-08-27T04:45:29.470Z Downloaded sha2 v0.10.9
4942026-08-27T04:45:29.473Z Downloaded progenitor-client v0.14.0
4952026-08-27T04:45:29.473Z Downloaded pkg-config v0.3.32
4962026-08-27T04:45:29.476Z Downloaded owo-colors v4.3.0
4972026-08-27T04:45:29.476Z Downloaded cc v1.2.64
4982026-08-27T04:45:29.479Z Downloaded scroll v0.12.0
4992026-08-27T04:45:29.482Z Downloaded argon2 v0.5.3
5002026-08-27T04:45:29.482Z Downloaded strsim v0.11.1
5012026-08-27T04:45:29.485Z Downloaded slog-dtrace v0.3.0
5022026-08-27T04:45:29.485Z Downloaded strum v0.27.2
5032026-08-27T04:45:29.488Z Downloaded testing_table v0.3.0
5042026-08-27T04:45:29.488Z Downloaded structmeta-derive v0.3.0
5052026-08-27T04:45:29.488Z Downloaded scroll v0.13.0
5062026-08-27T04:45:29.491Z Downloaded linear-map v1.2.0
5072026-08-27T04:45:29.491Z Downloaded crossbeam-channel v0.5.15
5082026-08-27T04:45:29.494Z Downloaded pin-project v1.1.10
5092026-08-27T04:45:29.503Z Downloaded terminal_size v0.4.3
5102026-08-27T04:45:29.506Z Downloaded smf v0.2.3
5112026-08-27T04:45:29.506Z Downloaded bcs v0.1.6
5122026-08-27T04:45:29.506Z Downloaded async-compression v0.4.33
5132026-08-27T04:45:29.509Z Downloaded serde_tokenstream v0.2.3
5142026-08-27T04:45:29.512Z Downloaded subtle v2.6.1
5152026-08-27T04:45:29.512Z Downloaded strum v0.28.0
5162026-08-27T04:45:29.515Z Downloaded iddqd v0.3.18
5172026-08-27T04:45:29.519Z Downloaded tabwriter v1.4.1
5182026-08-27T04:45:29.522Z Downloaded strum_macros v0.28.0
5192026-08-27T04:45:29.522Z Downloaded num-iter v0.1.45
5202026-08-27T04:45:29.522Z Downloaded serde_derive_internals v0.29.1
5212026-08-27T04:45:29.525Z Downloaded bytes v1.12.0
5222026-08-27T04:45:29.530Z Downloaded clap_builder v4.6.0
5232026-08-27T04:45:29.533Z Downloaded schemars v0.8.22
5242026-08-27T04:45:29.538Z Downloaded rustls-pki-types v1.12.0
5252026-08-27T04:45:29.543Z Downloaded smallvec v1.15.1
5262026-08-27T04:45:29.546Z Downloaded serde_derive v1.0.228
5272026-08-27T04:45:29.546Z Downloaded progenitor-impl v0.11.1
5282026-08-27T04:45:29.549Z Downloaded thread-id v4.2.2
5292026-08-27T04:45:29.549Z Downloaded slog-json v2.6.1
5302026-08-27T04:45:29.552Z Downloaded shlex v2.0.1
5312026-08-27T04:45:29.552Z Downloaded proc-macro2 v1.0.106
5322026-08-27T04:45:29.555Z Downloaded tabled_derive v0.7.0
5332026-08-27T04:45:29.555Z Downloaded tokio-macros v2.7.0
5342026-08-27T04:45:29.558Z Downloaded thiserror-impl-no-std v2.0.2
5352026-08-27T04:45:29.558Z Downloaded icu_properties_data v2.0.1
5362026-08-27T04:45:29.563Z Downloaded signal-hook-registry v1.4.6
5372026-08-27T04:45:29.565Z Downloaded tokio-dtrace v0.1.1
5382026-08-27T04:45:29.565Z Downloaded tinyvec_macros v0.1.1
5392026-08-27T04:45:29.568Z Downloaded openssl-sys v0.9.117
5402026-08-27T04:45:29.573Z Downloaded memchr v2.7.5
5412026-08-27T04:45:29.577Z Downloaded spin v0.9.8
5422026-08-27T04:45:29.577Z Downloaded itertools v0.12.1
5432026-08-27T04:45:29.580Z Downloaded static_assertions v1.1.0
5442026-08-27T04:45:29.584Z Downloaded tower-layer v0.3.3
5452026-08-27T04:45:29.584Z Downloaded toml_write v0.1.2
5462026-08-27T04:45:29.587Z Downloaded toml_datetime v0.6.11
5472026-08-27T04:45:29.587Z Downloaded strum_macros v0.26.4
5482026-08-27T04:45:29.588Z Downloaded aho-corasick v1.1.3
5492026-08-27T04:45:29.591Z Downloaded serde_repr v0.1.20
5502026-08-27T04:45:29.594Z Downloaded try-lock v0.2.5
5512026-08-27T04:45:29.594Z Downloaded hickory-resolver v0.25.2
5522026-08-27T04:45:29.597Z Downloaded semver v1.0.28
5532026-08-27T04:45:29.600Z Downloaded papergrid v0.18.0
5542026-08-27T04:45:29.603Z Downloaded socket2 v0.5.10
5552026-08-27T04:45:29.603Z Downloaded serde_with_macros v3.14.1
5562026-08-27T04:45:29.606Z Downloaded jiff-static v0.2.15
5572026-08-27T04:45:29.610Z Downloaded tokio-native-tls v0.3.1
5582026-08-27T04:45:29.610Z Downloaded prettyplease v0.2.37
5592026-08-27T04:45:29.615Z Downloaded expectorate v1.2.0
5602026-08-27T04:45:29.615Z Downloaded tokio-rustls v0.25.0
5612026-08-27T04:45:29.617Z Downloaded crypto-bigint v0.5.5
5622026-08-27T04:45:29.620Z Downloaded omicron-zone-package v0.12.2
5632026-08-27T04:45:29.620Z Downloaded rustls-pemfile v2.2.0
5642026-08-27T04:45:29.624Z Downloaded miniz_oxide v0.8.9
5652026-08-27T04:45:29.626Z Downloaded topological-sort v0.2.2
5662026-08-27T04:45:29.626Z Downloaded itertools v0.15.0
5672026-08-27T04:45:29.629Z Downloaded thiserror-impl v1.0.69
5682026-08-27T04:45:29.632Z Downloaded http v1.4.2
5692026-08-27T04:45:29.635Z Downloaded progenitor-impl v0.14.0
5702026-08-27T04:45:29.638Z Downloaded progenitor-impl v0.10.0
5712026-08-27T04:45:29.638Z Downloaded structmeta v0.3.0
5722026-08-27T04:45:29.643Z Downloaded thiserror-no-std v2.0.2
5732026-08-27T04:45:29.643Z Downloaded typify-macro v0.4.3
5742026-08-27T04:45:29.645Z Downloaded tower-service v0.3.3
5752026-08-27T04:45:29.645Z Downloaded thiserror-impl v2.0.18
5762026-08-27T04:45:29.646Z Downloaded thiserror v2.0.18
5772026-08-27T04:45:29.648Z Downloaded sha1 v0.10.6
5782026-08-27T04:45:29.651Z Downloaded sync_wrapper v1.0.2
5792026-08-27T04:45:29.651Z Downloaded stable_deref_trait v1.2.0
5802026-08-27T04:45:29.651Z Downloaded schemars_derive v0.8.22
5812026-08-27T04:45:29.654Z Downloaded oxnet v0.1.6
5822026-08-27T04:45:29.654Z Downloaded oxide-tokio-rt v0.1.2
5832026-08-27T04:45:29.657Z Downloaded unarray v0.1.4
5842026-08-27T04:45:29.657Z Downloaded typify-macro v0.6.2
5852026-08-27T04:45:29.657Z Downloaded termtree v0.5.1
5862026-08-27T04:45:29.660Z Downloaded swrite v0.1.0
5872026-08-27T04:45:29.660Z Downloaded slog-bunyan v2.5.0
5882026-08-27T04:45:29.660Z Downloaded tinystr v0.8.1
5892026-08-27T04:45:29.664Z Downloaded usdt-attr-macro v0.6.0
5902026-08-27T04:45:29.664Z Downloaded dropshot-api-manager v0.7.2
5912026-08-27T04:45:29.666Z Downloaded log v0.4.29
5922026-08-27T04:45:29.669Z Downloaded strum_macros v0.27.2
5932026-08-27T04:45:29.672Z Downloaded usdt-attr-macro v0.5.0
5942026-08-27T04:45:29.672Z Downloaded untrusted v0.9.0
5952026-08-27T04:45:29.672Z Downloaded universal-hash v0.5.1
5962026-08-27T04:45:29.675Z Downloaded usdt v0.5.0
5972026-08-27T04:45:29.675Z Downloaded untrusted v0.7.1
5982026-08-27T04:45:29.675Z Downloaded serde_core v1.0.228
5992026-08-27T04:45:29.678Z Downloaded tracing-attributes v0.1.30
6002026-08-27T04:45:29.681Z Downloaded hashbrown v0.17.1
6012026-08-27T04:45:29.684Z Downloaded toml_parser v1.1.2+spec-1.1.0
6022026-08-27T04:45:29.687Z Downloaded slab v0.4.11
6032026-08-27T04:45:29.687Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6042026-08-27T04:45:29.687Z Downloaded serde_yaml v0.9.34+deprecated
6052026-08-27T04:45:29.690Z Downloaded usdt-macro v0.5.0
6062026-08-27T04:45:29.690Z Downloaded rayon-core v1.13.0
6072026-08-27T04:45:29.693Z Downloaded utf8_iter v1.0.4
6082026-08-27T04:45:29.693Z Downloaded indexmap v1.9.3
6092026-08-27T04:45:29.696Z Downloaded term v1.2.0
6102026-08-27T04:45:29.699Z Downloaded signal-hook v0.4.4
6112026-08-27T04:45:29.699Z Downloaded shlex v1.3.0
6122026-08-27T04:45:29.702Z Downloaded wait-timeout v0.2.1
6132026-08-27T04:45:29.702Z Downloaded usdt v0.6.0
6142026-08-27T04:45:29.705Z Downloaded toml_writer v1.1.1+spec-1.1.0
6152026-08-27T04:45:29.705Z Downloaded thiserror v1.0.69
6162026-08-27T04:45:29.708Z Downloaded similar v2.7.0
6172026-08-27T04:45:29.711Z Downloaded toml v0.9.12+spec-1.1.0
6182026-08-27T04:45:29.714Z Downloaded usdt-macro v0.6.0
6192026-08-27T04:45:29.714Z Downloaded time-core v0.1.8
6202026-08-27T04:45:29.714Z Downloaded chrono v0.4.45
6212026-08-27T04:45:29.719Z Downloaded want v0.3.1
6222026-08-27T04:45:29.721Z Downloaded socket2 v0.6.4
6232026-08-27T04:45:29.721Z Downloaded utf8parse v0.2.2
6242026-08-27T04:45:29.724Z Downloaded qorb v0.4.1
6252026-08-27T04:45:29.727Z Downloaded typify v0.6.2
6262026-08-27T04:45:29.728Z Downloaded schemars v0.9.0
6272026-08-27T04:45:29.735Z Downloaded ucd-trie v0.1.7
6282026-08-27T04:45:29.738Z Downloaded progenitor-macro v0.10.0
6292026-08-27T04:45:29.738Z Downloaded mio v1.2.1
6302026-08-27T04:45:29.741Z Downloaded unicode-linebreak v0.1.5
6312026-08-27T04:45:29.741Z Downloaded tokio-stream v0.1.17
6322026-08-27T04:45:29.744Z Downloaded yoke-derive v0.8.0
6332026-08-27T04:45:29.747Z Downloaded usdt-impl v0.6.0
6342026-08-27T04:45:29.747Z Downloaded serde_plain v1.0.2
6352026-08-27T04:45:29.747Z Downloaded pem v3.0.5
6362026-08-27T04:45:29.750Z Downloaded nom v7.1.3
6372026-08-27T04:45:29.752Z Downloaded zerofrom-derive v0.1.6
6382026-08-27T04:45:29.752Z Downloaded zerofrom v0.1.6
6392026-08-27T04:45:29.752Z Downloaded vsss-rs v3.3.4
6402026-08-27T04:45:29.756Z Downloaded toml v0.8.23
6412026-08-27T04:45:29.756Z Downloaded usdt-impl v0.5.0
6422026-08-27T04:45:29.758Z Downloaded slog-term v2.9.2
6432026-08-27T04:45:29.758Z Downloaded tracing-core v0.1.34
6442026-08-27T04:45:29.763Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6452026-08-27T04:45:29.763Z Downloaded snafu-derive v0.8.9
6462026-08-27T04:45:29.765Z Downloaded num_enum_derive v0.7.5
6472026-08-27T04:45:29.765Z Downloaded tempfile v3.27.0
6482026-08-27T04:45:29.765Z Downloaded hkdf v0.12.4
6492026-08-27T04:45:29.768Z Downloaded hashbrown v0.15.5
6502026-08-27T04:45:29.771Z Downloaded thread-id v5.0.0
6512026-08-27T04:45:29.771Z Downloaded unicode-xid v0.2.6
6522026-08-27T04:45:29.774Z Downloaded tokio-rustls v0.26.4
6532026-08-27T04:45:29.774Z Downloaded textwrap v0.16.2
6542026-08-27T04:45:29.777Z Downloaded zone v0.3.1
6552026-08-27T04:45:29.777Z Downloaded toml_edit v0.22.27
6562026-08-27T04:45:29.780Z Downloaded test-strategy v0.4.3
6572026-08-27T04:45:29.782Z Downloaded supports-color v3.0.2
6582026-08-27T04:45:29.782Z Downloaded hmac v0.12.1
6592026-08-27T04:45:29.786Z Downloaded hashbrown v0.16.1
6602026-08-27T04:45:29.788Z Downloaded futures v0.3.32
6612026-08-27T04:45:29.791Z Downloaded portable-atomic v1.11.1
6622026-08-27T04:45:29.795Z Downloaded zone_cfg_derive v0.3.1
6632026-08-27T04:45:29.798Z Downloaded whoami v1.6.1
6642026-08-27T04:45:29.798Z Downloaded walkdir v2.5.0
6652026-08-27T04:45:29.798Z Downloaded tinyvec v1.10.0
6662026-08-27T04:45:29.801Z Downloaded rand v0.9.3
6672026-08-27T04:45:29.804Z Downloaded zeroize_derive v1.4.3
6682026-08-27T04:45:29.804Z Downloaded h2 v0.4.14
6692026-08-27T04:45:29.807Z Downloaded scuffle v0.1.0
6702026-08-27T04:45:29.810Z Downloaded progenitor v0.10.0
6712026-08-27T04:45:29.810Z Downloaded pest_generator v2.8.2
6722026-08-27T04:45:29.813Z Downloaded icu_provider v2.0.0
6732026-08-27T04:45:29.813Z Downloaded icu_properties v2.0.1
6742026-08-27T04:45:29.816Z Downloaded num_enum v0.5.11
6752026-08-27T04:45:29.819Z Downloaded multer v3.1.0
6762026-08-27T04:45:29.819Z Downloaded tagptr v0.2.0
6772026-08-27T04:45:29.821Z Downloaded toml v1.1.2+spec-1.1.0
6782026-08-27T04:45:29.824Z Downloaded zeroize v1.8.1
6792026-08-27T04:45:29.824Z Downloaded tar v0.4.45
6802026-08-27T04:45:29.827Z Downloaded goblin v0.8.2
6812026-08-27T04:45:29.830Z Downloaded writeable v0.6.1
6822026-08-27T04:45:29.830Z Downloaded uuid v1.26.0
6832026-08-27T04:45:29.833Z Downloaded idna v1.1.0
6842026-08-27T04:45:29.836Z Downloaded unsafe-libyaml v0.2.11
6852026-08-27T04:45:29.838Z Downloaded regex v1.12.4
6862026-08-27T04:45:29.841Z Downloaded sha1 v0.11.0
6872026-08-27T04:45:29.841Z Downloaded half v2.7.1
6882026-08-27T04:45:29.844Z Downloaded time-macros v0.2.27
6892026-08-27T04:45:29.844Z Downloaded vergen v8.3.2
6902026-08-27T04:45:29.848Z Downloaded rustls-webpki v0.103.6
6912026-08-27T04:45:29.850Z Downloaded blake2 v0.10.6
6922026-08-27T04:45:29.850Z Downloaded schemars v1.2.0
6932026-08-27T04:45:29.858Z Downloaded snafu v0.8.9
6942026-08-27T04:45:29.862Z Downloaded yoke v0.8.0
6952026-08-27T04:45:29.865Z Downloaded ryu v1.0.20
6962026-08-27T04:45:29.865Z Downloaded unicode-ident v1.0.24
6972026-08-27T04:45:29.868Z Downloaded toml v0.7.8
6982026-08-27T04:45:29.871Z Downloaded zerocopy-derive v0.7.35
6992026-08-27T04:45:29.874Z Downloaded take_mut v0.2.2
7002026-08-27T04:45:29.874Z Downloaded itertools v0.14.0
7012026-08-27T04:45:29.877Z Downloaded synstructure v0.13.2
7022026-08-27T04:45:29.877Z Downloaded slog-async v2.8.0
7032026-08-27T04:45:29.880Z Downloaded zmij v1.0.17
7042026-08-27T04:45:29.880Z Downloaded iri-string v0.7.8
7052026-08-27T04:45:29.883Z Downloaded slog v2.8.2
7062026-08-27T04:45:29.886Z Downloaded serde_spanned v1.1.1
7072026-08-27T04:45:29.889Z Downloaded futures-util v0.3.32
7082026-08-27T04:45:29.893Z Downloaded pest v2.8.2
7092026-08-27T04:45:29.896Z Downloaded thread_local v1.1.9
7102026-08-27T04:45:29.899Z Downloaded getrandom v0.3.3
7112026-08-27T04:45:29.902Z Downloaded serde_json v1.0.150
7122026-08-27T04:45:29.905Z Downloaded waitgroup v0.1.2
7132026-08-27T04:45:29.905Z Downloaded clap v4.6.1
7142026-08-27T04:45:29.909Z Downloaded xattr v1.6.1
7152026-08-27T04:45:29.912Z Downloaded url v2.5.7
7162026-08-27T04:45:29.916Z Downloaded zerovec-derive v0.11.1
7172026-08-27T04:45:29.916Z Downloaded steno v0.4.1
7182026-08-27T04:45:29.919Z Downloaded git-stub-vcs v0.1.0
7192026-08-27T04:45:29.919Z Downloaded getrandom v0.2.16
7202026-08-27T04:45:29.919Z Downloaded fs_extra v1.3.0
7212026-08-27T04:45:29.922Z Downloaded ingot-macros v0.1.1
7222026-08-27T04:45:29.922Z Downloaded derive-where v1.6.0
7232026-08-27T04:45:29.925Z Downloaded quinn v0.11.9
7242026-08-27T04:45:29.925Z Downloaded cipher v0.4.4
7252026-08-27T04:45:29.928Z Downloaded tracing v0.1.41
7262026-08-27T04:45:29.931Z Downloaded libm v0.2.15
7272026-08-27T04:45:29.935Z Downloaded typenum v1.20.1
7282026-08-27T04:45:29.938Z Downloaded iddqd v0.4.5
7292026-08-27T04:45:29.942Z Downloaded elliptic-curve v0.13.8
7302026-08-27T04:45:29.945Z Downloaded digest v0.10.7
7312026-08-27T04:45:29.948Z Downloaded derive_more v0.99.20
7322026-08-27T04:45:29.951Z Downloaded unicode-segmentation v1.12.0
7332026-08-27T04:45:29.951Z Downloaded zerotrie v0.2.2
7342026-08-27T04:45:29.954Z Downloaded libscf-sys v1.2.0
7352026-08-27T04:45:29.954Z Downloaded cexpr v0.6.0
7362026-08-27T04:45:29.957Z Downloaded const_format_proc_macros v0.2.34
7372026-08-27T04:45:29.957Z Downloaded camino v1.2.3
7382026-08-27T04:45:29.960Z Downloaded byteorder v1.5.0
7392026-08-27T04:45:29.960Z Downloaded curve25519-dalek-derive v0.1.1
7402026-08-27T04:45:29.960Z Downloaded cstr-argument v0.1.2
7412026-08-27T04:45:29.960Z Downloaded cfg_aliases v0.2.1
7422026-08-27T04:45:29.965Z Downloaded digest v0.11.3
7432026-08-27T04:45:29.965Z Downloaded cpufeatures v0.3.0
7442026-08-27T04:45:29.965Z Downloaded version_check v0.9.5
7452026-08-27T04:45:29.968Z Downloaded derive-ex v0.1.8
7462026-08-27T04:45:29.968Z Downloaded git2 v0.19.0
7472026-08-27T04:45:29.971Z Downloaded crypto-common v0.1.6
7482026-08-27T04:45:29.971Z Downloaded cpufeatures v0.2.17
7492026-08-27T04:45:29.973Z Downloaded cargo-platform v0.1.9
7502026-08-27T04:45:29.973Z Downloaded clap_derive v4.6.1
7512026-08-27T04:45:29.974Z Downloaded blake3 v1.8.2
7522026-08-27T04:45:29.978Z Downloaded reqwest v0.13.2
7532026-08-27T04:45:29.982Z Downloaded reqwest v0.12.23
7542026-08-27T04:45:29.986Z Downloaded cancel-safe-futures v0.1.5
7552026-08-27T04:45:29.989Z Downloaded unicode-normalization v0.1.24
7562026-08-27T04:45:29.992Z Downloaded chacha20 v0.9.1
7572026-08-27T04:45:29.992Z Downloaded futures-macro v0.3.32
7582026-08-27T04:45:29.994Z Downloaded crossbeam-deque v0.8.6
7592026-08-27T04:45:29.995Z Downloaded hostname v0.3.1
7602026-08-27T04:45:29.995Z Downloaded typify v0.4.3
7612026-08-27T04:45:29.997Z Downloaded futures-core v0.3.32
7622026-08-27T04:45:29.997Z Downloaded typed-path v0.9.3
7632026-08-27T04:45:30.002Z Downloaded toml_edit v0.19.15
7642026-08-27T04:45:30.010Z Downloaded form_urlencoded v1.2.2
7652026-08-27T04:45:30.013Z Downloaded anstream v1.0.0
7662026-08-27T04:45:30.013Z Downloaded crypto-common v0.2.2
7672026-08-27T04:45:30.013Z Downloaded arrayref v0.3.9
7682026-08-27T04:45:30.016Z Downloaded anstyle-query v1.1.4
7692026-08-27T04:45:30.016Z Downloaded fnv v1.0.7
7702026-08-27T04:45:30.016Z Downloaded dof v0.4.0
7712026-08-27T04:45:30.016Z Downloaded float-ord v0.3.2
7722026-08-27T04:45:30.019Z Downloaded cobs v0.3.0
7732026-08-27T04:45:30.019Z Downloaded foldhash v0.1.5
7742026-08-27T04:45:30.019Z Downloaded errno v0.3.14
7752026-08-27T04:45:30.019Z Downloaded atomicwrites v0.4.4
7762026-08-27T04:45:30.022Z Downloaded deranged v0.5.3
7772026-08-27T04:45:30.022Z Downloaded rand v0.8.5
7782026-08-27T04:45:30.025Z Downloaded defmt-macros v1.0.1
7792026-08-27T04:45:30.025Z Downloaded data-encoding v2.9.0
7802026-08-27T04:45:30.028Z Downloaded console v0.15.11
7812026-08-27T04:45:30.028Z Downloaded async-trait v0.1.89
7822026-08-27T04:45:30.032Z Downloaded anstyle-parse v1.0.0
7832026-08-27T04:45:30.032Z Downloaded dtrace-parser v0.3.0
7842026-08-27T04:45:30.032Z Downloaded debug-ignore v1.0.5
7852026-08-27T04:45:30.035Z Downloaded embedded-io v0.4.0
7862026-08-27T04:45:30.035Z Downloaded daft-derive v0.1.5
7872026-08-27T04:45:30.038Z Downloaded tower v0.5.2
7882026-08-27T04:45:30.041Z Downloaded tower-http v0.6.8
7892026-08-27T04:45:30.045Z Downloaded rayon v1.11.0
7902026-08-27T04:45:30.050Z Downloaded aws-lc-rs v1.16.2
7912026-08-27T04:45:30.056Z Downloaded tough v0.20.0
7922026-08-27T04:45:30.061Z Downloaded bstr v1.12.0
7932026-08-27T04:45:30.066Z Downloaded zerovec v0.11.4
7942026-08-27T04:45:30.069Z Downloaded serde v1.0.228
7952026-08-27T04:45:30.072Z Downloaded crc32fast v1.5.0
7962026-08-27T04:45:30.075Z Downloaded serde_with v3.14.1
7972026-08-27T04:45:30.079Z Downloaded anstyle v1.0.14
7982026-08-27T04:45:30.082Z Downloaded goblin v0.10.1
7992026-08-27T04:45:30.085Z Downloaded tokio-util v0.7.16
8002026-08-27T04:45:30.089Z Downloaded foreign-types v0.5.0
8012026-08-27T04:45:30.091Z Downloaded cmake v0.1.54
8022026-08-27T04:45:30.091Z Downloaded cargo_metadata v0.18.1
8032026-08-27T04:45:30.091Z Downloaded bitflags v1.3.2
8042026-08-27T04:45:30.094Z Downloaded aead v0.5.2
8052026-08-27T04:45:30.107Z Downloaded rustls-webpki v0.102.8
8062026-08-27T04:45:30.118Z Downloaded zerocopy v0.7.35
8072026-08-27T04:45:30.127Z Downloaded winnow v0.5.40
8082026-08-27T04:45:30.136Z Downloaded moka v0.12.11
8092026-08-27T04:45:30.139Z Downloaded zerocopy-derive v0.8.27
8102026-08-27T04:45:30.143Z Downloaded time v0.3.47
8112026-08-27T04:45:30.150Z Downloaded nix v0.31.3
8122026-08-27T04:45:30.158Z Downloaded syn v1.0.109
8132026-08-27T04:45:30.164Z Downloaded winnow v0.7.14
8142026-08-27T04:45:30.169Z Downloaded tabled v0.15.0
8152026-08-27T04:45:30.178Z Downloaded winnow v1.0.3
8162026-08-27T04:45:30.184Z Downloaded tabled v0.21.0
8172026-08-27T04:45:30.194Z Downloaded regress v0.10.5
8182026-08-27T04:45:30.198Z Downloaded vcpkg v0.2.15
8192026-08-27T04:45:30.222Z Downloaded rustls v0.22.4
8202026-08-27T04:45:30.228Z Downloaded regress v0.11.1
8212026-08-27T04:45:30.235Z Downloaded rustix v0.38.44
8222026-08-27T04:45:30.248Z Downloaded zerocopy v0.8.27
8232026-08-27T04:45:30.261Z Downloaded webpki-roots v1.0.2
8242026-08-27T04:45:30.264Z Downloaded nix v0.30.1
8252026-08-27T04:45:30.272Z Downloaded unicode-width v0.1.14
8262026-08-27T04:45:30.275Z Downloaded regex-syntax v0.8.11
8272026-08-27T04:45:30.279Z Downloaded hickory-proto v0.24.4
8282026-08-27T04:45:30.289Z Downloaded unicode-width v0.2.1
8292026-08-27T04:45:30.292Z Downloaded smoltcp v0.11.0
8302026-08-27T04:45:30.300Z Downloaded rustls v0.23.40
8312026-08-27T04:45:30.308Z Downloaded hickory-proto v0.25.2
8322026-08-27T04:45:30.317Z Downloaded openapiv3 v2.2.0
8332026-08-27T04:45:30.325Z Downloaded dropshot v0.17.1
8342026-08-27T04:45:30.338Z Downloaded syn v2.0.118
8352026-08-27T04:45:30.345Z Downloaded proptest v1.8.0
8362026-08-27T04:45:30.352Z Downloaded openssl v0.10.81
8372026-08-27T04:45:30.356Z Downloaded dropshot v0.16.7
8382026-08-27T04:45:30.369Z Downloaded quinn-proto v0.11.14
8392026-08-27T04:45:30.413Z Downloaded typify-impl v0.6.2
8402026-08-27T04:45:30.418Z Downloaded rustix v1.1.4
8412026-08-27T04:45:30.426Z Downloaded typify-impl v0.4.3
8422026-08-27T04:45:30.435Z Downloaded jiff v0.2.15
8432026-08-27T04:45:30.447Z Downloaded petgraph v0.6.5
8442026-08-27T04:45:30.476Z Downloaded libc v0.2.186
8452026-08-27T04:45:30.514Z Downloaded chrono-tz v0.10.4
8462026-08-27T04:45:30.547Z Downloaded petgraph v0.8.2
8472026-08-27T04:45:30.559Z Downloaded csv v1.4.0
8482026-08-27T04:45:30.572Z Downloaded regex-automata v0.4.13
8492026-08-27T04:45:30.580Z Downloaded libz-sys v1.1.22
8502026-08-27T04:45:30.606Z Downloaded sha3 v0.10.8
8512026-08-27T04:45:30.610Z Downloaded encoding_rs v0.8.35
8522026-08-27T04:45:30.623Z Downloaded ring v0.17.14
8532026-08-27T04:45:30.647Z Downloaded tokio v1.52.3
8542026-08-27T04:45:30.677Z Downloaded libgit2-sys v0.17.0+1.8.1
8552026-08-27T04:45:30.768Z Downloaded curl-sys v0.4.89+curl-8.20.0
8562026-08-27T04:45:31.288Z Downloaded aws-lc-sys v0.39.1
8572026-08-27T04:45:31.609Z Compiling proc-macro2 v1.0.106
8582026-08-27T04:45:31.610Z Compiling quote v1.0.45
8592026-08-27T04:45:31.610Z Compiling unicode-ident v1.0.24
8602026-08-27T04:45:31.612Z Compiling serde_core v1.0.228
8612026-08-27T04:45:31.612Z Compiling serde v1.0.228
8622026-08-27T04:45:31.612Z Compiling libc v0.2.186
8632026-08-27T04:45:31.782Z Checking cfg-if v1.0.4
8642026-08-27T04:45:31.869Z Compiling zmij v1.0.17
8652026-08-27T04:45:31.932Z Compiling autocfg v1.5.0
8662026-08-27T04:45:32.218Z Compiling memchr v2.7.5
8672026-08-27T04:45:32.288Z Compiling libm v0.2.15
8682026-08-27T04:45:32.641Z Compiling jobserver v0.1.34
8692026-08-27T04:45:32.677Z Compiling find-msvc-tools v0.1.9
8702026-08-27T04:45:32.694Z Compiling shlex v2.0.1
8712026-08-27T04:45:32.754Z Compiling version_check v0.9.5
8722026-08-27T04:45:32.819Z Checking smallvec v1.15.1
8732026-08-27T04:45:32.905Z Compiling cc v1.2.64
8742026-08-27T04:45:32.948Z Compiling thiserror v2.0.18
8752026-08-27T04:45:33.002Z Checking itoa v1.0.15
8762026-08-27T04:45:33.031Z Compiling getrandom v0.4.2
8772026-08-27T04:45:33.110Z Compiling syn v2.0.118
8782026-08-27T04:45:33.127Z Compiling icu_normalizer_data v2.0.0
8792026-08-27T04:45:33.194Z Compiling icu_properties_data v2.0.1
8802026-08-27T04:45:33.330Z Compiling parking_lot_core v0.9.12
8812026-08-27T04:45:33.380Z Checking stable_deref_trait v1.2.0
8822026-08-27T04:45:33.442Z Compiling serde_json v1.0.150
8832026-08-27T04:45:33.669Z Compiling heck v0.5.0
8842026-08-27T04:45:33.769Z Checking litemap v0.8.0
8852026-08-27T04:45:33.846Z Checking writeable v0.6.1
8862026-08-27T04:45:33.900Z Compiling num-traits v0.2.19
8872026-08-27T04:45:33.924Z Checking percent-encoding v2.3.2
8882026-08-27T04:45:34.194Z Checking form_urlencoded v1.2.2
8892026-08-27T04:45:34.197Z Checking utf8_iter v1.0.4
8902026-08-27T04:45:34.243Z Compiling zerocopy v0.8.27
8912026-08-27T04:45:34.302Z Checking pin-project-lite v0.2.16
8922026-08-27T04:45:34.321Z Compiling log v0.4.29
8932026-08-27T04:45:34.336Z Compiling equivalent v1.0.2
8942026-08-27T04:45:34.399Z Compiling semver v1.0.28
8952026-08-27T04:45:34.425Z Checking iana-time-zone v0.1.64
8962026-08-27T04:45:34.442Z Compiling rustversion v1.0.22
8972026-08-27T04:45:34.498Z Checking getrandom v0.2.16
8982026-08-27T04:45:34.651Z Checking socket2 v0.6.4
8992026-08-27T04:45:34.670Z Checking uuid v1.26.0
9002026-08-27T04:45:34.702Z Checking scopeguard v1.2.0
9012026-08-27T04:45:34.821Z Checking lock_api v0.4.14
9022026-08-27T04:45:34.942Z Checking bitflags v2.11.1
9032026-08-27T04:45:34.979Z Checking signal-hook-registry v1.4.6
9042026-08-27T04:45:34.996Z Checking mio v1.2.1
9052026-08-27T04:45:35.090Z Checking parking_lot v0.12.5
9062026-08-27T04:45:35.138Z Compiling schemars v0.8.22
9072026-08-27T04:45:35.204Z Checking dyn-clone v1.0.20
9082026-08-27T04:45:35.282Z Compiling portable-atomic v1.11.1
9092026-08-27T04:45:35.314Z Checking futures-core v0.3.32
9102026-08-27T04:45:35.403Z Compiling ring v0.17.14
9112026-08-27T04:45:35.434Z Checking critical-section v1.2.0
9122026-08-27T04:45:35.449Z Compiling hashbrown v0.17.1
9132026-08-27T04:45:35.452Z Compiling getrandom v0.3.3
9142026-08-27T04:45:35.537Z Compiling httparse v1.10.1
9152026-08-27T04:45:35.840Z Checking subtle v2.6.1
9162026-08-27T04:45:35.953Z Checking futures-sink v0.3.32
9172026-08-27T04:45:36.031Z Compiling indexmap v2.14.0
9182026-08-27T04:45:36.051Z Compiling regex-syntax v0.8.11
9192026-08-27T04:45:36.089Z Compiling synstructure v0.13.2
9202026-08-27T04:45:36.242Z Compiling serde_derive_internals v0.29.1
9212026-08-27T04:45:36.260Z Checking once_cell v1.21.3
9222026-08-27T04:45:36.624Z Checking slab v0.4.11
9232026-08-27T04:45:36.691Z Compiling aho-corasick v1.1.3
9242026-08-27T04:45:36.758Z Compiling rustix v1.1.4
9252026-08-27T04:45:36.801Z Compiling thiserror v1.0.69
9262026-08-27T04:45:36.832Z Checking rand_core v0.6.4
9272026-08-27T04:45:37.005Z Checking typenum v1.20.1
9282026-08-27T04:45:37.307Z Checking futures-channel v0.3.32
9292026-08-27T04:45:37.340Z Compiling ucd-trie v0.1.7
9302026-08-27T04:45:37.360Z Compiling serde_derive v1.0.228
9312026-08-27T04:45:37.490Z Compiling zerofrom-derive v0.1.6
9322026-08-27T04:45:37.507Z Compiling yoke-derive v0.8.0
9332026-08-27T04:45:37.566Z Compiling zerovec-derive v0.11.1
9342026-08-27T04:45:37.772Z Compiling displaydoc v0.2.5
9352026-08-27T04:45:38.137Z Compiling thiserror-impl v2.0.18
9362026-08-27T04:45:38.164Z Compiling schemars_derive v0.8.22
9372026-08-27T04:45:38.498Z Compiling tokio-macros v2.7.0
9382026-08-27T04:45:38.515Z Compiling zerocopy-derive v0.8.27
9392026-08-27T04:45:38.637Z Compiling futures-macro v0.3.32
9402026-08-27T04:45:38.695Z Checking zerofrom v0.1.6
9412026-08-27T04:45:38.820Z Checking yoke v0.8.0
9422026-08-27T04:45:39.000Z Checking zerovec v0.11.4
9432026-08-27T04:45:39.271Z Checking zerotrie v0.2.2
9442026-08-27T04:45:39.470Z Compiling zeroize_derive v1.4.3
9452026-08-27T04:45:39.486Z Compiling regex-automata v0.4.13
9462026-08-27T04:45:39.503Z Compiling thiserror-impl v1.0.69
9472026-08-27T04:45:39.731Z Checking tinystr v0.8.1
9482026-08-27T04:45:39.767Z Checking potential_utf v0.1.3
9492026-08-27T04:45:39.904Z Checking icu_collections v2.0.0
9502026-08-27T04:45:39.921Z Checking icu_locale_core v2.0.0
9512026-08-27T04:45:40.134Z Checking zeroize v1.8.1
9522026-08-27T04:45:40.206Z Compiling pest v2.8.2
9532026-08-27T04:45:40.293Z Checking futures-io v0.3.32
9542026-08-27T04:45:40.365Z Checking icu_provider v2.0.0
9552026-08-27T04:45:40.404Z Checking bytes v1.12.0
9562026-08-27T04:45:40.422Z Checking chrono v0.4.45
9572026-08-27T04:45:40.605Z Checking icu_properties v2.0.1
9582026-08-27T04:45:40.644Z Checking icu_normalizer v2.0.0
9592026-08-27T04:45:40.833Z Compiling serde_tokenstream v0.2.3
9602026-08-27T04:45:40.950Z Checking tokio v1.52.3
9612026-08-27T04:45:41.137Z Compiling regex v1.12.4
9622026-08-27T04:45:41.268Z Checking futures-task v0.3.32
9632026-08-27T04:45:41.411Z Checking futures-util v0.3.32
9642026-08-27T04:45:41.415Z Checking idna_adapter v1.2.1
9652026-08-27T04:45:41.430Z Compiling pest_meta v2.8.2
9662026-08-27T04:45:41.446Z Compiling pkg-config v0.3.32
9672026-08-27T04:45:41.536Z Compiling anyhow v1.0.102
9682026-08-27T04:45:41.553Z Checking idna v1.1.0
9692026-08-27T04:45:41.801Z Checking url v2.5.7
9702026-08-27T04:45:41.902Z Compiling tracing-attributes v0.1.30
9712026-08-27T04:45:42.018Z Compiling pest_generator v2.8.2
9722026-08-27T04:45:42.402Z Checking tracing-core v0.1.34
9732026-08-27T04:45:42.643Z Compiling generic-array v0.14.7
9742026-08-27T04:45:42.704Z Compiling allocator-api2 v0.2.21
9752026-08-27T04:45:42.755Z Compiling pest_derive v2.8.2
9762026-08-27T04:45:42.866Z Compiling foldhash v0.2.0
9772026-08-27T04:45:42.883Z Compiling vcpkg v0.2.15
9782026-08-27T04:45:43.029Z Compiling fnv v1.0.7
9792026-08-27T04:45:43.072Z Compiling hashbrown v0.16.1
9802026-08-27T04:45:43.105Z Checking tracing v0.1.41
9812026-08-27T04:45:43.264Z Checking http v1.4.2
9822026-08-27T04:45:43.314Z Compiling byteorder v1.5.0
9832026-08-27T04:45:43.541Z Compiling camino v1.2.3
9842026-08-27T04:45:43.642Z Checking crypto-common v0.1.6
9852026-08-27T04:45:43.820Z Checking errno v0.3.14
9862026-08-27T04:45:43.856Z Checking base64 v0.22.1
9872026-08-27T04:45:43.872Z Checking ipnet v2.11.0
9882026-08-27T04:45:43.948Z Compiling num-conv v0.2.1
9892026-08-27T04:45:43.975Z Compiling time-core v0.1.8
9902026-08-27T04:45:44.094Z Compiling scroll_derive v0.13.1
9912026-08-27T04:45:44.110Z Compiling paste v1.0.15
9922026-08-27T04:45:44.113Z Checking http-body v1.0.1
9932026-08-27T04:45:44.142Z Checking rustls-pki-types v1.12.0
9942026-08-27T04:45:44.158Z Compiling time-macros v0.2.27
9952026-08-27T04:45:44.177Z Checking tokio-util v0.7.16
9962026-08-27T04:45:44.421Z Checking atomic-waker v1.1.2
9972026-08-27T04:45:44.668Z Checking tower-service v0.3.3
9982026-08-27T04:45:44.739Z Checking tower-layer v0.3.3
9992026-08-27T04:45:44.765Z Checking untrusted v0.9.0
10002026-08-27T04:45:44.884Z Checking try-lock v0.2.5
10012026-08-27T04:45:44.919Z Checking h2 v0.4.14
10022026-08-27T04:45:44.959Z Checking ryu v1.0.20
10032026-08-27T04:45:44.962Z Checking httpdate v1.0.3
10042026-08-27T04:45:44.991Z Checking want v0.3.1
10052026-08-27T04:45:45.104Z Compiling openssl-sys v0.9.117
10062026-08-27T04:45:45.121Z Compiling async-trait v0.1.89
10072026-08-27T04:45:45.124Z Compiling cmake v0.1.54
10082026-08-27T04:45:45.173Z Checking socket2 v0.5.10
10092026-08-27T04:45:45.324Z Compiling dunce v1.0.5
10102026-08-27T04:45:45.417Z Checking pretty-hex v0.4.1
10112026-08-27T04:45:45.434Z Compiling crossbeam-utils v0.8.21
10122026-08-27T04:45:45.476Z Compiling strsim v0.11.1
10132026-08-27T04:45:45.538Z Compiling fs_extra v1.3.0
10142026-08-27T04:45:45.722Z Compiling scroll v0.13.0
10152026-08-27T04:45:45.770Z Checking block-buffer v0.10.4
10162026-08-27T04:45:45.786Z Compiling regress v0.10.5
10172026-08-27T04:45:45.801Z Compiling aws-lc-sys v0.39.1
10182026-08-27T04:45:45.817Z Checking ppv-lite86 v0.2.21
10192026-08-27T04:45:45.911Z Compiling slog v2.8.2
10202026-08-27T04:45:45.980Z Compiling plain v0.2.3
10212026-08-27T04:45:45.996Z Compiling usdt-impl v0.6.0
10222026-08-27T04:45:46.101Z Compiling goblin v0.10.1
10232026-08-27T04:45:46.116Z Checking digest v0.10.7
10242026-08-27T04:45:46.259Z Checking http-body-util v0.1.3
10252026-08-27T04:45:46.278Z Checking ipnetwork v0.21.1
10262026-08-27T04:45:46.309Z Checking erased-serde v0.3.31
10272026-08-27T04:45:46.614Z Compiling ident_case v1.0.1
10282026-08-27T04:45:46.617Z Compiling omicron-workspace-hack v0.1.0
10292026-08-27T04:45:46.739Z Compiling darling_core v0.21.3
10302026-08-27T04:45:46.771Z Checking serde_urlencoded v0.7.1
10312026-08-27T04:45:46.787Z Checking hyper v1.10.1
10322026-08-27T04:45:46.862Z Compiling dtrace-parser v0.3.0
10332026-08-27T04:45:46.936Z Compiling openapiv3 v2.2.0
10342026-08-27T04:45:46.969Z Compiling daft-derive v0.1.5
10352026-08-27T04:45:47.459Z Compiling typify-impl v0.4.3
10362026-08-27T04:45:47.672Z Compiling thread-id v5.0.0
10372026-08-27T04:45:47.675Z Checking hyper-util v0.1.20
10382026-08-27T04:45:47.899Z Compiling aws-lc-rs v1.16.2
10392026-08-27T04:45:48.684Z Checking encoding_rs v0.8.35
10402026-08-27T04:45:48.761Z Compiling dof v0.4.0
10412026-08-27T04:45:48.864Z Compiling darling_macro v0.21.3
10422026-08-27T04:45:49.447Z Compiling darling v0.21.3
10432026-08-27T04:45:49.531Z Compiling slog-async v2.8.0
10442026-08-27T04:45:49.547Z Checking cpufeatures v0.2.17
10452026-08-27T04:45:49.550Z Checking mime v0.3.17
10462026-08-27T04:45:49.621Z Checking untrusted v0.7.1
10472026-08-27T04:45:49.739Z Checking oxnet v0.1.6
10482026-08-27T04:45:49.775Z Checking rand_core v0.9.3
10492026-08-27T04:45:49.865Z Compiling structmeta-derive v0.3.0
10502026-08-27T04:45:49.921Z Compiling usdt-attr-macro v0.6.0
10512026-08-27T04:45:49.943Z Compiling usdt-macro v0.6.0
10522026-08-27T04:45:49.998Z Compiling multer v3.1.0
10532026-08-27T04:45:50.150Z Compiling rustls v0.22.4
10542026-08-27T04:45:50.222Z Compiling rustls v0.23.40
10552026-08-27T04:45:50.269Z Compiling unsafe-libyaml v0.2.11
10562026-08-27T04:45:50.679Z Compiling async-stream-impl v0.3.6
10572026-08-27T04:45:50.728Z Checking sync_wrapper v1.0.2
10582026-08-27T04:45:50.835Z Compiling serde_yaml v0.9.34+deprecated
10592026-08-27T04:45:50.873Z Compiling typify-macro v0.4.3
10602026-08-27T04:45:50.889Z Compiling structmeta v0.3.0
10612026-08-27T04:45:50.952Z Checking hex v0.4.3
10622026-08-27T04:45:51.089Z Checking foreign-types-shared v0.1.1
10632026-08-27T04:45:51.170Z Compiling openssl v0.10.81
10642026-08-27T04:45:51.296Z Checking fastrand v2.3.0
10652026-08-27T04:45:51.391Z Checking foreign-types v0.3.2
10662026-08-27T04:45:51.458Z Checking tower v0.5.2
10672026-08-27T04:45:51.486Z Checking rand_chacha v0.9.0
10682026-08-27T04:45:51.490Z Checking tempfile v3.27.0
10692026-08-27T04:45:51.658Z Checking futures-executor v0.3.32
10702026-08-27T04:45:51.684Z Compiling strum_macros v0.26.4
10712026-08-27T04:45:51.699Z Compiling openssl-macros v0.1.1
10722026-08-27T04:45:51.803Z Compiling native-tls v0.2.14
10732026-08-27T04:45:51.831Z Checking openssl-probe v0.1.6
10742026-08-27T04:45:51.941Z Checking iri-string v0.7.8
10752026-08-27T04:45:52.047Z Checking powerfmt v0.2.0
10762026-08-27T04:45:52.105Z Checking futures v0.3.32
10772026-08-27T04:45:52.187Z Checking rand v0.9.3
10782026-08-27T04:45:52.204Z Checking deranged v0.5.3
10792026-08-27T04:45:52.350Z Compiling typify v0.4.3
10802026-08-27T04:45:52.445Z Compiling newtype-uuid-macros v0.1.0
10812026-08-27T04:45:52.636Z Checking num_threads v0.1.7
10822026-08-27T04:45:52.729Z Compiling ref-cast v1.0.25
10832026-08-27T04:45:52.958Z Checking tower-http v0.6.8
10842026-08-27T04:45:53.106Z Compiling ref-cast-impl v1.0.25
10852026-08-27T04:45:53.189Z Checking time v0.3.47
10862026-08-27T04:45:53.206Z Compiling dropshot v0.16.7
10872026-08-27T04:45:53.227Z Checking memmap2 v0.9.8
10882026-08-27T04:45:53.263Z Checking unicode-width v0.2.1
10892026-08-27T04:45:53.478Z Compiling derive-ex v0.1.8
10902026-08-27T04:45:53.529Z Checking crossbeam-channel v0.5.15
10912026-08-27T04:45:53.726Z Checking webpki-roots v1.0.2
10922026-08-27T04:45:53.743Z Compiling dropshot_endpoint v0.16.7
10932026-08-27T04:45:53.850Z Compiling strum_macros v0.27.2
10942026-08-27T04:45:53.916Z Checking winnow v0.7.14
10952026-08-27T04:45:54.336Z Compiling progenitor-impl v0.11.1
10962026-08-27T04:45:54.500Z Checking tokio-native-tls v0.3.1
10972026-08-27T04:45:54.662Z Checking hyper-tls v0.6.0
10982026-08-27T04:45:55.049Z Compiling test-strategy v0.4.3
10992026-08-27T04:45:55.102Z Checking newtype-uuid v1.3.2
11002026-08-27T04:45:55.248Z Checking thread_local v1.1.9
11012026-08-27T04:45:55.294Z Checking winnow v1.0.3
11022026-08-27T04:45:55.370Z Checking daft v0.1.5
11032026-08-27T04:45:55.415Z Compiling serde_with_macros v3.14.1
11042026-08-27T04:45:55.576Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-08-27T04:45:55.600Z Checking serde_spanned v1.1.1
11062026-08-27T04:45:55.643Z Checking is-terminal v0.4.16
11072026-08-27T04:45:55.733Z Checking either v1.15.0
11082026-08-27T04:45:55.750Z Checking debug-ignore v1.0.5
11092026-08-27T04:45:55.852Z Checking term v1.2.0
11102026-08-27T04:45:55.905Z Checking take_mut v0.2.2
11112026-08-27T04:45:55.921Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-08-27T04:45:56.014Z Checking match_cfg v0.1.0
11132026-08-27T04:45:56.071Z Checking slog-term v2.9.2
11142026-08-27T04:45:56.090Z Checking hostname v0.3.1
11152026-08-27T04:45:56.185Z Checking slog-json v2.6.1
11162026-08-27T04:45:56.327Z Compiling syn v1.0.109
11172026-08-27T04:45:56.343Z Checking spin v0.9.8
11182026-08-27T04:45:56.373Z Checking slog-bunyan v2.5.0
11192026-08-27T04:45:56.404Z Compiling progenitor-macro v0.11.1
11202026-08-27T04:45:56.441Z Checking usdt v0.6.0
11212026-08-27T04:45:56.487Z Checking async-stream v0.3.6
11222026-08-27T04:45:56.503Z Compiling parse-display-derive v0.10.0
11232026-08-27T04:45:56.616Z Checking rustls-webpki v0.102.8
11242026-08-27T04:45:56.667Z Checking waitgroup v0.1.2
11252026-08-27T04:45:56.684Z Checking rustls-pemfile v2.2.0
11262026-08-27T04:45:56.701Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11272026-08-27T04:45:56.768Z Checking serde_path_to_error v0.1.20
11282026-08-27T04:45:56.823Z Checking hostname v0.4.2
11292026-08-27T04:45:56.925Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11302026-08-27T04:45:57.033Z Checking strum v0.26.3
11312026-08-27T04:45:57.139Z Checking rand_chacha v0.3.1
11322026-08-27T04:45:57.157Z Checking macaddr v1.0.1
11332026-08-27T04:45:57.238Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-27T04:45:57.332Z Checking wait-timeout v0.2.1
11352026-08-27T04:45:57.349Z Checking quick-error v1.2.3
11362026-08-27T04:45:57.438Z Checking lazy_static v1.5.0
11372026-08-27T04:45:57.457Z Checking bit-vec v0.8.0
11382026-08-27T04:45:57.457Z Checking rusty-fork v0.3.0
11392026-08-27T04:45:57.538Z Checking toml v0.9.12+spec-1.1.0
11402026-08-27T04:45:57.640Z Checking rand v0.8.5
11412026-08-27T04:45:57.658Z Checking bit-set v0.8.0
11422026-08-27T04:45:57.805Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-27T04:45:58.014Z Checking rand_xorshift v0.4.0
11442026-08-27T04:45:58.103Z Checking sha1 v0.10.6
11452026-08-27T04:45:58.154Z Checking unarray v0.1.4
11462026-08-27T04:45:58.266Z Checking proptest v1.8.0
11472026-08-27T04:45:58.271Z Checking strum v0.27.2
11482026-08-27T04:45:58.377Z Checking tabwriter v1.4.1
11492026-08-27T04:45:58.393Z Checking tokio-rustls v0.25.0
11502026-08-27T04:45:58.440Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-08-27T04:45:58.523Z Checking colored v3.1.1
11522026-08-27T04:45:58.581Z Checking serde_with v3.14.1
11532026-08-27T04:45:59.077Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11542026-08-27T04:45:59.316Z Checking instant v0.1.13
11552026-08-27T04:45:59.408Z Checking rustc-hash v2.1.1
11562026-08-27T04:45:59.739Z Checking iddqd v0.3.18
11572026-08-27T04:45:59.764Z Checking backoff v0.4.0
11582026-08-27T04:45:59.921Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-08-27T04:45:59.940Z Checking parse-display v0.10.0
11602026-08-27T04:45:59.968Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11612026-08-27T04:46:00.079Z Checking itertools v0.14.0
11622026-08-27T04:46:00.097Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11632026-08-27T04:46:00.525Z Compiling toml_datetime v0.6.11
11642026-08-27T04:46:00.543Z Compiling clap_derive v4.6.1
11652026-08-27T04:46:00.576Z Checking utf8parse v0.2.2
11662026-08-27T04:46:00.685Z Checking anstyle-parse v1.0.0
11672026-08-27T04:46:00.844Z Checking terminal_size v0.4.3
11682026-08-27T04:46:01.021Z Checking anstyle v1.0.14
11692026-08-27T04:46:01.039Z Checking anstyle-query v1.1.4
11702026-08-27T04:46:01.129Z Checking colorchoice v1.0.4
11712026-08-27T04:46:01.146Z Checking is_terminal_polyfill v1.70.1
11722026-08-27T04:46:01.232Z Checking anstream v1.0.0
11732026-08-27T04:46:01.520Z Checking clap_lex v1.1.0
11742026-08-27T04:46:01.718Z Checking clap_builder v4.6.0
11752026-08-27T04:46:02.950Z Checking clap v4.6.1
11762026-08-27T04:46:04.242Z Compiling num-derive v0.4.2
11772026-08-27T04:46:04.625Z Compiling rustls-webpki v0.103.6
11782026-08-27T04:46:05.199Z Compiling prettyplease v0.2.37
11792026-08-27T04:46:06.747Z Checking crossbeam-epoch v0.9.18
11802026-08-27T04:46:06.831Z Compiling winnow v0.5.40
11812026-08-27T04:46:06.888Z Compiling cfg_aliases v0.2.1
11822026-08-27T04:46:07.664Z Checking serde_spanned v0.6.9
11832026-08-27T04:46:07.707Z Compiling memoffset v0.9.1
11842026-08-27T04:46:08.088Z Compiling tokio-rustls v0.26.4
11852026-08-27T04:46:08.156Z Compiling toml_edit v0.19.15
11862026-08-27T04:46:08.173Z Compiling rayon-core v1.13.0
11872026-08-27T04:46:09.464Z Compiling proc-macro-crate v1.3.1
11882026-08-27T04:46:09.502Z Compiling zerocopy-derive v0.7.35
11892026-08-27T04:46:10.064Z Compiling crc32fast v1.5.0
11902026-08-27T04:46:10.196Z Compiling hyper-rustls v0.27.7
11912026-08-27T04:46:10.420Z Compiling reqwest v0.12.23
11922026-08-27T04:46:10.783Z Checking crossbeam-deque v0.8.6
11932026-08-27T04:46:11.130Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11942026-08-27T04:46:11.168Z Checking adler2 v2.0.1
11952026-08-27T04:46:11.543Z Compiling progenitor-client v0.11.1
11962026-08-27T04:46:11.810Z Compiling progenitor v0.11.1
11972026-08-27T04:46:12.575Z Checking miniz_oxide v0.8.9
11982026-08-27T04:46:13.299Z Compiling num-integer v0.1.46
11992026-08-27T04:46:13.356Z Compiling proc-macro-error-attr v1.0.4
12002026-08-27T04:46:13.546Z Compiling heapless v0.8.0
12012026-08-27T04:46:13.597Z Compiling heck v0.4.1
12022026-08-27T04:46:13.717Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12032026-08-27T04:46:14.040Z Checking flate2 v1.1.2
12042026-08-27T04:46:14.095Z Compiling progenitor-client v0.10.0
12052026-08-27T04:46:14.469Z Compiling ingot-macros v0.1.1
12062026-08-27T04:46:14.965Z Checking hash32 v0.3.1
12072026-08-27T04:46:15.095Z Checking hybrid-array v0.4.12
12082026-08-27T04:46:15.122Z Compiling proc-macro-error v1.0.4
12092026-08-27T04:46:15.349Z Compiling smoltcp v0.11.0
12102026-08-27T04:46:15.366Z Checking toml_write v0.1.2
12112026-08-27T04:46:15.639Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12122026-08-27T04:46:15.705Z Checking toml_edit v0.22.27
12132026-08-27T04:46:16.125Z Checking num-rational v0.4.2
12142026-08-27T04:46:16.273Z Checking num-iter v0.1.45
12152026-08-27T04:46:16.408Z Compiling zerocopy v0.7.35
12162026-08-27T04:46:16.518Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-08-27T04:46:16.784Z Compiling num_enum_derive v0.7.5
12182026-08-27T04:46:16.968Z Compiling hubpack_derive v0.1.1
12192026-08-27T04:46:17.071Z Checking ingot-types v0.1.2
12202026-08-27T04:46:17.071Z Checking cobs v0.3.0
12212026-08-27T04:46:17.187Z Compiling foreign-types-macros v0.2.3
12222026-08-27T04:46:17.205Z Compiling scroll_derive v0.12.1
12232026-08-27T04:46:17.233Z Compiling num-complex v0.4.6
12242026-08-27T04:46:17.476Z Compiling usdt-impl v0.5.0
12252026-08-27T04:46:17.613Z Checking bitflags v1.3.2
12262026-08-27T04:46:17.733Z Checking managed v0.8.0
12272026-08-27T04:46:17.814Z Checking foreign-types-shared v0.3.1
12282026-08-27T04:46:17.831Z Compiling crucible-workspace-hack v0.1.0
12292026-08-27T04:46:17.906Z Checking scroll v0.12.0
12302026-08-27T04:46:17.910Z Checking foreign-types v0.5.0
12312026-08-27T04:46:18.000Z Checking num_enum v0.7.5
12322026-08-27T04:46:18.068Z Checking num v0.4.3
12332026-08-27T04:46:18.151Z Checking hubpack v0.1.2
12342026-08-27T04:46:18.212Z Checking ingot v0.1.1
12352026-08-27T04:46:18.230Z Checking postcard v1.1.3
12362026-08-27T04:46:18.311Z Compiling dof v0.3.0
12372026-08-27T04:46:18.512Z Checking toml v0.8.23
12382026-08-27T04:46:18.962Z Checking block-buffer v0.12.0
12392026-08-27T04:46:18.978Z Checking crypto-common v0.2.2
12402026-08-27T04:46:19.145Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12412026-08-27T04:46:19.226Z Compiling dtrace-parser v0.2.0
12422026-08-27T04:46:19.467Z Checking camino-tempfile v1.4.1
12432026-08-27T04:46:19.614Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-08-27T04:46:19.631Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-08-27T04:46:19.646Z Checking cstr-argument v0.1.2
12462026-08-27T04:46:19.776Z Compiling thread-id v4.2.2
12472026-08-27T04:46:19.824Z Checking compression-core v0.4.32
12482026-08-27T04:46:19.853Z Checking static_assertions v1.1.0
12492026-08-27T04:46:19.869Z Compiling float-ord v0.3.2
12502026-08-27T04:46:19.872Z Checking const-oid v0.10.2
12512026-08-27T04:46:19.931Z Compiling minimal-lexical v0.2.1
12522026-08-27T04:46:19.988Z Checking compression-codecs v0.4.32
12532026-08-27T04:46:20.047Z Checking digest v0.11.3
12542026-08-27T04:46:20.161Z Compiling nom v7.1.3
12552026-08-27T04:46:20.178Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12562026-08-27T04:46:20.204Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-08-27T04:46:20.282Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-08-27T04:46:20.440Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-08-27T04:46:20.461Z Checking goblin v0.8.2
12602026-08-27T04:46:20.657Z Checking rayon v1.11.0
12612026-08-27T04:46:20.925Z Compiling num_enum_derive v0.5.11
12622026-08-27T04:46:20.944Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-08-27T04:46:21.166Z Compiling rustc_version v0.4.1
12642026-08-27T04:46:21.439Z Checking toml_datetime v1.1.1+spec-1.1.0
12652026-08-27T04:46:21.473Z Compiling dropshot v0.17.1
12662026-08-27T04:46:21.642Z Checking cpufeatures v0.3.0
12672026-08-27T04:46:21.704Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12682026-08-27T04:46:21.722Z Checking tinyvec_macros v0.1.1
12692026-08-27T04:46:21.725Z Compiling convert_case v0.4.0
12702026-08-27T04:46:21.813Z Compiling rustix v0.38.44
12712026-08-27T04:46:21.909Z Checking num_enum v0.5.11
12722026-08-27T04:46:21.951Z Checking tinyvec v1.10.0
12732026-08-27T04:46:22.025Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12742026-08-27T04:46:22.041Z Compiling derive_more v0.99.20
12752026-08-27T04:46:22.175Z Checking sha1 v0.11.0
12762026-08-27T04:46:22.274Z Checking toml v1.1.2+spec-1.1.0
12772026-08-27T04:46:22.354Z Checking async-compression v0.4.33
12782026-08-27T04:46:22.528Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-27T04:46:22.600Z Compiling nix v0.30.1
12802026-08-27T04:46:22.683Z Checking libscf-sys v1.2.0
12812026-08-27T04:46:22.847Z Compiling libz-sys v1.1.22
12822026-08-27T04:46:22.993Z Compiling dropshot_endpoint v0.17.1
12832026-08-27T04:46:23.059Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12842026-08-27T04:46:23.225Z Checking bytecount v0.6.9
12852026-08-27T04:46:23.383Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-08-27T04:46:23.619Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12872026-08-27T04:46:23.828Z Compiling usdt-macro v0.5.0
12882026-08-27T04:46:24.084Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-08-27T04:46:24.295Z Compiling usdt-attr-macro v0.5.0
12902026-08-27T04:46:24.315Z Compiling zone_cfg_derive v0.3.1
12912026-08-27T04:46:24.410Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-08-27T04:46:24.510Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-08-27T04:46:24.587Z Checking itertools v0.12.1
12942026-08-27T04:46:24.626Z Checking sigpipe v0.1.3
12952026-08-27T04:46:24.714Z Checking memmap v0.7.0
12962026-08-27T04:46:24.851Z Checking glob v0.3.3
12972026-08-27T04:46:24.869Z Checking jiff v0.2.15
12982026-08-27T04:46:24.974Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12992026-08-27T04:46:25.016Z Checking usdt v0.5.0
13002026-08-27T04:46:25.033Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13012026-08-27T04:46:25.073Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13022026-08-27T04:46:25.233Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13032026-08-27T04:46:25.249Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13042026-08-27T04:46:25.269Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13052026-08-27T04:46:25.322Z Checking smf v0.2.3
13062026-08-27T04:46:25.428Z Checking secrecy v0.10.3
13072026-08-27T04:46:25.483Z Checking bstr v1.12.0
13082026-08-27T04:46:25.548Z Checking whoami v1.6.1
13092026-08-27T04:46:25.565Z Checking zone v0.3.1
13102026-08-27T04:46:25.717Z Compiling curve25519-dalek v4.1.3
13112026-08-27T04:46:25.815Z Checking hmac v0.12.1
13122026-08-27T04:46:25.887Z Compiling clang-sys v1.8.1
13132026-08-27T04:46:25.928Z Checking inout v0.1.4
13142026-08-27T04:46:25.952Z Compiling enum-as-inner v0.6.1
13152026-08-27T04:46:25.999Z Checking ff v0.13.1
13162026-08-27T04:46:26.032Z Compiling semver v0.1.20
13172026-08-27T04:46:26.064Z Checking data-encoding v2.9.0
13182026-08-27T04:46:26.125Z Checking group v0.13.0
13192026-08-27T04:46:26.239Z Compiling rustc_version v0.1.7
13202026-08-27T04:46:26.279Z Checking cipher v0.4.4
13212026-08-27T04:46:26.329Z Checking hkdf v0.12.4
13222026-08-27T04:46:26.376Z Checking atomicwrites v0.4.4
13232026-08-27T04:46:26.442Z Compiling thiserror-impl-no-std v2.0.2
13242026-08-27T04:46:26.460Z Checking universal-hash v0.5.1
13252026-08-27T04:46:26.475Z Checking crypto-bigint v0.5.5
13262026-08-27T04:46:26.494Z Compiling regress v0.11.1
13272026-08-27T04:46:26.511Z Checking half v2.7.1
13282026-08-27T04:46:26.583Z Compiling curve25519-dalek-derive v0.1.1
13292026-08-27T04:46:26.761Z Checking opaque-debug v0.3.1
13302026-08-27T04:46:26.838Z Checking ciborium-io v0.2.2
13312026-08-27T04:46:26.935Z Checking base64ct v1.8.0
13322026-08-27T04:46:27.173Z Checking indent_write v2.2.0
13332026-08-27T04:46:27.246Z Checking base16ct v0.2.0
13342026-08-27T04:46:27.271Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13352026-08-27T04:46:27.373Z Checking password-hash v0.5.0
13362026-08-27T04:46:27.432Z Checking ciborium-ll v0.2.2
13372026-08-27T04:46:27.479Z Checking elliptic-curve v0.13.8
13382026-08-27T04:46:27.496Z Checking thiserror-no-std v2.0.2
13392026-08-27T04:46:27.590Z Checking poly1305 v0.8.0
13402026-08-27T04:46:27.607Z Checking chacha20 v0.9.1
13412026-08-27T04:46:27.610Z Compiling newtype_derive v0.1.6
13422026-08-27T04:46:27.725Z Checking similar v2.7.0
13432026-08-27T04:46:27.814Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13442026-08-27T04:46:27.831Z Compiling nix v0.31.3
13452026-08-27T04:46:27.849Z Checking blake2 v0.10.6
13462026-08-27T04:46:27.999Z Compiling typify-impl v0.6.2
13472026-08-27T04:46:28.062Z Checking aead v0.5.2
13482026-08-27T04:46:28.065Z Compiling libloading v0.8.9
13492026-08-27T04:46:28.065Z Checking resolv-conf v0.7.5
13502026-08-27T04:46:28.203Z Compiling bindgen v0.72.1
13512026-08-27T04:46:28.221Z Compiling owo-colors v4.3.0
13522026-08-27T04:46:28.275Z Checking keccak v0.1.6
13532026-08-27T04:46:28.279Z Checking linked-hash-map v0.5.6
13542026-08-27T04:46:28.441Z Checking sha3 v0.10.8
13552026-08-27T04:46:28.467Z Checking lru-cache v0.1.2
13562026-08-27T04:46:28.616Z Checking chacha20poly1305 v0.10.1
13572026-08-27T04:46:28.654Z Checking argon2 v0.5.3
13582026-08-27T04:46:28.729Z Checking vsss-rs v3.3.4
13592026-08-27T04:46:28.844Z Checking ciborium v0.2.2
13602026-08-27T04:46:28.917Z Checking hickory-proto v0.24.4
13612026-08-27T04:46:29.012Z Checking tokio-dtrace v0.1.1
13622026-08-27T04:46:29.155Z Checking papergrid v0.18.0
13632026-08-27T04:46:29.192Z Compiling cexpr v0.6.0
13642026-08-27T04:46:29.266Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13652026-08-27T04:46:29.580Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13662026-08-27T04:46:29.825Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13672026-08-27T04:46:29.927Z Checking serde-big-array v0.5.1
13682026-08-27T04:46:30.065Z Compiling serde_repr v0.1.20
13692026-08-27T04:46:30.085Z Compiling derive-where v1.6.0
13702026-08-27T04:46:30.359Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13712026-08-27T04:46:30.447Z Checking siphasher v1.0.1
13722026-08-27T04:46:30.603Z Checking same-file v1.0.6
13732026-08-27T04:46:30.622Z Checking unicode-segmentation v1.12.0
13742026-08-27T04:46:30.656Z Compiling shlex v1.3.0
13752026-08-27T04:46:30.695Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-08-27T04:46:30.728Z Checking walkdir v2.5.0
13772026-08-27T04:46:30.900Z Checking phf_shared v0.12.1
13782026-08-27T04:46:30.942Z Checking newline-converter v0.3.0
13792026-08-27T04:46:31.061Z Checking hickory-resolver v0.24.4
13802026-08-27T04:46:31.098Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13812026-08-27T04:46:31.321Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-27T04:46:31.522Z Compiling typify-macro v0.6.2
13832026-08-27T04:46:31.566Z Checking tabled v0.21.0
13842026-08-27T04:46:31.728Z Checking oxide-tokio-rt v0.1.2
13852026-08-27T04:46:31.877Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-08-27T04:46:32.562Z Checking itertools v0.15.0
13872026-08-27T04:46:32.614Z Checking console v0.15.11
13882026-08-27T04:46:32.672Z Compiling progenitor-impl v0.10.0
13892026-08-27T04:46:32.868Z Checking tokio-stream v0.1.17
13902026-08-27T04:46:32.871Z Compiling pin-project-internal v1.1.10
13912026-08-27T04:46:32.901Z Compiling slog-dtrace v0.3.0
13922026-08-27T04:46:33.048Z Checking csv-core v0.1.12
13932026-08-27T04:46:33.139Z Checking swrite v0.1.0
13942026-08-27T04:46:33.232Z Checking foldhash v0.1.5
13952026-08-27T04:46:33.248Z Checking unicode-linebreak v0.1.5
13962026-08-27T04:46:33.251Z Checking unicode-width v0.1.14
13972026-08-27T04:46:33.372Z Compiling unicode-xid v0.2.6
13982026-08-27T04:46:33.467Z Checking smawk v0.3.2
13992026-08-27T04:46:33.501Z Compiling chrono-tz v0.10.4
14002026-08-27T04:46:33.518Z Compiling cancel-safe-futures v0.1.5
14012026-08-27T04:46:33.597Z Checking textwrap v0.16.2
14022026-08-27T04:46:33.847Z Compiling const_format_proc_macros v0.2.34
14032026-08-27T04:46:33.865Z Checking hashbrown v0.15.5
14042026-08-27T04:46:33.966Z Checking pin-project v1.1.10
14052026-08-27T04:46:34.074Z Checking qorb v0.4.1
14062026-08-27T04:46:34.341Z Checking csv v1.4.0
14072026-08-27T04:46:34.508Z Checking expectorate v1.2.0
14082026-08-27T04:46:34.647Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-08-27T04:46:34.651Z Checking phf v0.12.1
14102026-08-27T04:46:34.775Z Compiling progenitor-macro v0.10.0
14112026-08-27T04:46:34.810Z Checking unicode-normalization v0.1.24
14122026-08-27T04:46:34.921Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-27T04:46:35.070Z Compiling snafu-derive v0.8.9
14142026-08-27T04:46:35.449Z Checking libsw-core v0.3.2
14152026-08-27T04:46:35.599Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-27T04:46:35.719Z Compiling async-recursion v1.1.1
14172026-08-27T04:46:36.034Z Compiling cookie v0.18.1
14182026-08-27T04:46:36.101Z Checking fixedbitset v0.5.7
14192026-08-27T04:46:36.272Z Checking fixedbitset v0.4.2
14202026-08-27T04:46:36.303Z Compiling moka v0.12.11
14212026-08-27T04:46:36.333Z Checking highway v1.3.0
14222026-08-27T04:46:36.433Z Checking petgraph v0.6.5
14232026-08-27T04:46:36.550Z Checking petgraph v0.8.2
14242026-08-27T04:46:36.624Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-08-27T04:46:36.773Z Checking snafu v0.8.9
14262026-08-27T04:46:37.014Z Checking libsw v3.5.0
14272026-08-27T04:46:37.194Z Checking olpc-cjson v0.1.4
14282026-08-27T04:46:37.453Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-08-27T04:46:37.662Z Checking const_format v0.2.34
14302026-08-27T04:46:37.893Z Checking papergrid v0.11.0
14312026-08-27T04:46:37.995Z Compiling typify v0.6.2
14322026-08-27T04:46:38.068Z Checking globset v0.4.16
14332026-08-27T04:46:38.095Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-27T04:46:38.113Z Checking gethostname v0.5.0
14352026-08-27T04:46:38.314Z Compiling tabled_derive v0.7.0
14362026-08-27T04:46:38.330Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-27T04:46:38.493Z Checking reqwest v0.13.2
14382026-08-27T04:46:38.577Z Checking bcs v0.1.6
14392026-08-27T04:46:38.675Z Checking pem v3.0.5
14402026-08-27T04:46:38.850Z Checking serde_plain v1.0.2
14412026-08-27T04:46:38.867Z Checking linear-map v1.2.0
14422026-08-27T04:46:38.870Z Checking progenitor v0.10.0
14432026-08-27T04:46:39.001Z Checking crc8 v0.1.1
14442026-08-27T04:46:39.004Z Checking termtree v0.5.1
14452026-08-27T04:46:39.059Z Checking typed-path v0.9.3
14462026-08-27T04:46:39.086Z Checking tagptr v0.2.0
14472026-08-27T04:46:39.104Z Compiling signal-hook v0.4.4
14482026-08-27T04:46:39.155Z Checking humantime v2.3.0
14492026-08-27T04:46:39.267Z Checking tabled v0.15.0
14502026-08-27T04:46:39.340Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-27T04:46:39.360Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-27T04:46:39.830Z Checking tough v0.20.0
14532026-08-27T04:46:39.864Z Compiling progenitor-impl v0.14.0
14542026-08-27T04:46:40.505Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-27T04:46:40.553Z Checking steno v0.4.1
14562026-08-27T04:46:40.906Z Checking hickory-proto v0.25.2
14572026-08-27T04:46:41.459Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-27T04:46:41.543Z Compiling cargo-platform v0.1.9
14592026-08-27T04:46:41.634Z Compiling vergen v8.3.2
14602026-08-27T04:46:41.739Z Compiling fs-err v3.1.2
14612026-08-27T04:46:41.788Z Compiling cargo_metadata v0.18.1
14622026-08-27T04:46:41.920Z Compiling progenitor-macro v0.14.0
14632026-08-27T04:46:42.080Z Checking progenitor-client v0.14.0
14642026-08-27T04:46:42.097Z Checking dropshot-api-manager-types v0.7.2
14652026-08-27T04:46:42.263Z Checking sha2 v0.10.9
14662026-08-27T04:46:42.300Z Compiling blake3 v1.8.2
14672026-08-27T04:46:42.482Z Checking hickory-resolver v0.25.2
14682026-08-27T04:46:42.688Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14692026-08-27T04:46:42.878Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-27T04:46:43.117Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-27T04:46:43.419Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-27T04:46:43.870Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-27T04:46:44.219Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-27T04:46:44.443Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-27T04:46:44.482Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-27T04:46:44.842Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-27T04:46:44.947Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-27T04:46:44.964Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-27T04:46:45.086Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14802026-08-27T04:46:45.130Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14812026-08-27T04:46:45.715Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-27T04:46:45.944Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14832026-08-27T04:46:45.963Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14842026-08-27T04:46:46.060Z Checking progenitor v0.14.0
14852026-08-27T04:46:46.087Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-27T04:46:46.306Z Checking git-stub v1.0.0
14872026-08-27T04:46:46.434Z Compiling strum_macros v0.28.0
14882026-08-27T04:46:46.463Z Checking filetime v0.2.26
14892026-08-27T04:46:46.605Z Checking is_ci v1.2.0
14902026-08-27T04:46:46.715Z Checking arrayvec v0.7.6
14912026-08-27T04:46:46.907Z Checking xattr v1.6.1
14922026-08-27T04:46:46.939Z Checking constant_time_eq v0.3.1
14932026-08-27T04:46:47.039Z Compiling curl v0.4.50
14942026-08-27T04:46:47.042Z Checking arrayref v0.3.9
14952026-08-27T04:46:47.120Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14962026-08-27T04:46:47.372Z Checking tar v0.4.45
14972026-08-27T04:46:47.409Z Checking supports-color v3.0.2
14982026-08-27T04:46:47.541Z Checking git-stub-vcs v0.1.0
14992026-08-27T04:46:47.776Z Checking toml v0.7.8
15002026-08-27T04:46:48.071Z Checking drift v0.2.0
15012026-08-27T04:46:48.088Z Checking kstat-rs v0.2.4
15022026-08-27T04:46:48.228Z Checking strum v0.28.0
15032026-08-27T04:46:48.246Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15042026-08-27T04:46:48.273Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15052026-08-27T04:46:48.344Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-27T04:46:48.376Z Checking topological-sort v0.2.2
15072026-08-27T04:46:48.474Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15082026-08-27T04:46:48.514Z Checking omicron-zone-package v0.12.2
15092026-08-27T04:46:48.581Z Checking dropshot-api-manager v0.7.2
15102026-08-27T04:46:48.803Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-08-27T04:46:49.230Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15122026-08-27T04:46:49.313Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15132026-08-27T04:46:49.391Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15142026-08-27T04:46:50.122Z Checking signal-hook-tokio v0.4.0
15152026-08-27T04:46:50.255Z Checking scuffle v0.1.0
15162026-08-27T04:46:50.434Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-08-27T04:46:50.602Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15182026-08-27T04:46:50.673Z Checking iddqd v0.4.5
15192026-08-27T04:46:50.793Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15202026-08-27T04:46:50.992Z Checking search_path v0.1.4
15212026-08-27T04:46:51.135Z Checking internet-checksum v0.2.1
15222026-08-27T04:46:51.260Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15232026-08-27T04:46:51.305Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-08-27T04:46:51.326Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-27T04:46:51.385Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15262026-08-27T04:46:51.559Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-27T04:46:51.705Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-27T04:46:52.226Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-08-27T04:46:53.842Z Compiling git2 v0.19.0
15302026-08-27T04:46:56.132Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-27T04:46:57.266Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15322026-08-27T04:47:03.231Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-27T04:47:04.550Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-27T04:47:09.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15352026-08-27T04:47:09.863Z+ for feat in tofino_stub tofino_asic softnpu chaos
15362026-08-27T04:47:09.863Z+ cargo clippy --features tofino_asic -- --deny warnings
15372026-08-27T04:47:10.354Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15382026-08-27T04:47:10.354Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15392026-08-27T04:47:10.431Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-27T04:47:10.431Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15412026-08-27T04:47:17.684Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15422026-08-27T04:47:17.687Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15432026-08-27T04:47:20.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
15442026-08-27T04:47:20.531Z+ for feat in tofino_stub tofino_asic softnpu chaos
15452026-08-27T04:47:20.532Z+ cargo clippy --features softnpu -- --deny warnings
15462026-08-27T04:47:20.834Z Downloading crates ...
15472026-08-27T04:47:20.966Z Downloaded bitstruct v0.1.1
15482026-08-27T04:47:20.986Z Downloaded ascii v1.1.0
15492026-08-27T04:47:20.990Z Downloaded tap v1.0.1
15502026-08-27T04:47:21.006Z Downloaded bitstruct_derive v0.1.0
15512026-08-27T04:47:21.006Z Downloaded funty v2.0.0
15522026-08-27T04:47:21.006Z Downloaded serde_arrays v0.1.0
15532026-08-27T04:47:21.006Z Downloaded radium v0.7.0
15542026-08-27T04:47:21.006Z Downloaded wyz v0.5.1
15552026-08-27T04:47:21.006Z Downloaded typeid v1.0.3
15562026-08-27T04:47:21.006Z Downloaded libloading v0.7.4
15572026-08-27T04:47:21.006Z Downloaded erased-serde v0.4.8
15582026-08-27T04:47:21.010Z Downloaded bitvec v1.0.1
15592026-08-27T04:47:21.017Z Downloaded num-bigint v0.4.6
15602026-08-27T04:47:21.133Z Checking num-integer v0.1.46
15612026-08-27T04:47:21.210Z Checking num-complex v0.4.6
15622026-08-27T04:47:21.219Z Compiling radium v0.7.0
15632026-08-27T04:47:21.226Z Checking tap v1.0.1
15642026-08-27T04:47:21.231Z Checking funty v2.0.0
15652026-08-27T04:47:21.238Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-27T04:47:21.241Z Compiling typeid v1.0.3
15672026-08-27T04:47:21.251Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-08-27T04:47:21.310Z Checking wyz v0.5.1
15692026-08-27T04:47:21.403Z Checking num-bigint v0.4.6
15702026-08-27T04:47:21.403Z Checking num-iter v0.1.45
15712026-08-27T04:47:21.457Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-08-27T04:47:21.475Z Compiling erased-serde v0.4.8
15732026-08-27T04:47:21.527Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-27T04:47:21.530Z Compiling bitstruct_derive v0.1.0
15752026-08-27T04:47:21.566Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-08-27T04:47:21.601Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-27T04:47:21.646Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-27T04:47:21.654Z Checking bitvec v1.0.1
15792026-08-27T04:47:21.665Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-08-27T04:47:21.668Z Checking ascii v1.1.0
15812026-08-27T04:47:21.721Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15822026-08-27T04:47:21.750Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-27T04:47:21.846Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-27T04:47:21.858Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-27T04:47:21.867Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15862026-08-27T04:47:21.881Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15872026-08-27T04:47:22.137Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-08-27T04:47:22.165Z Checking bitstruct v0.1.1
15892026-08-27T04:47:22.168Z Checking serde_arrays v0.1.0
15902026-08-27T04:47:22.209Z Checking num-rational v0.4.2
15912026-08-27T04:47:22.247Z Checking libloading v0.7.4
15922026-08-27T04:47:22.270Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15932026-08-27T04:47:22.473Z Checking num v0.4.3
15942026-08-27T04:47:22.540Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-08-27T04:47:23.083Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15962026-08-27T04:47:23.382Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15972026-08-27T04:47:23.382Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15982026-08-27T04:47:23.575Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15992026-08-27T04:47:23.777Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-27T04:47:23.780Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-27T04:47:24.246Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-27T04:47:24.468Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-27T04:47:24.471Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-27T04:47:24.471Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16052026-08-27T04:47:24.471Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-27T04:47:25.259Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-27T04:47:26.058Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-27T04:47:30.229Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-08-27T04:47:30.347Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-08-27T04:47:36.676Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-27T04:47:37.936Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-08-27T04:47:38.472Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-08-27T04:47:42.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s
16142026-08-27T04:47:42.989Z+ for feat in tofino_stub tofino_asic softnpu chaos
16152026-08-27T04:47:42.989Z+ cargo clippy --features chaos -- --deny warnings
16162026-08-27T04:47:43.472Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16172026-08-27T04:47:43.475Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16182026-08-27T04:47:43.475Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16192026-08-27T04:47:50.796Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16202026-08-27T04:47:50.799Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16212026-08-27T04:47:53.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s
16222026-08-27T04:47:53.598Z+ banner fmt
16232026-08-27T04:47:53.601Z
16242026-08-27T04:47:53.601Z ###### # # #####
16252026-08-27T04:47:53.601Z # ## ## #
16262026-08-27T04:47:53.601Z ##### # ## # #
16272026-08-27T04:47:53.601Z # # # #
16282026-08-27T04:47:53.601Z # # # #
16292026-08-27T04:47:53.601Z # # # #
16302026-08-27T04:47:53.601Z
16312026-08-27T04:47:53.601Z+ cargo fmt -- --check
16322026-08-27T04:47:54.065Z+ banner test
16332026-08-27T04:47:54.069Z
16342026-08-27T04:47:54.069Z ##### ###### #### #####
16352026-08-27T04:47:54.069Z # # # #
16362026-08-27T04:47:54.069Z # ##### #### #
16372026-08-27T04:47:54.069Z # # # #
16382026-08-27T04:47:54.069Z # # # # #
16392026-08-27T04:47:54.069Z # ###### #### #
16402026-08-27T04:47:54.069Z
16412026-08-27T04:47:54.069Z+ for feat in tofino_stub tofino_asic softnpu chaos
16422026-08-27T04:47:54.069Z+ RUST_BACKTRACE=full
16432026-08-27T04:47:54.069Z+ cargo test --features tofino_stub --no-fail-fast
16442026-08-27T04:47:54.918Z Compiling unicode-ident v1.0.24
16452026-08-27T04:47:54.918Z Compiling cfg-if v1.0.4
16462026-08-27T04:47:54.921Z Compiling memchr v2.7.5
16472026-08-27T04:47:55.022Z Compiling serde_core v1.0.228
16482026-08-27T04:47:55.039Z Compiling itoa v1.0.15
16492026-08-27T04:47:55.042Z Compiling libc v0.2.186
16502026-08-27T04:47:55.055Z Compiling zmij v1.0.17
16512026-08-27T04:47:55.080Z Compiling libm v0.2.15
16522026-08-27T04:47:55.134Z Compiling proc-macro2 v1.0.106
16532026-08-27T04:47:55.159Z Compiling equivalent v1.0.2
16542026-08-27T04:47:55.250Z Compiling log v0.4.29
16552026-08-27T04:47:55.321Z Compiling heck v0.5.0
16562026-08-27T04:47:55.539Z Compiling quote v1.0.45
16572026-08-27T04:47:55.551Z Compiling iana-time-zone v0.1.64
16582026-08-27T04:47:55.594Z Compiling smallvec v1.15.1
16592026-08-27T04:47:55.772Z Compiling syn v2.0.118
16602026-08-27T04:47:55.803Z Compiling dyn-clone v1.0.20
16612026-08-27T04:47:55.803Z Compiling hashbrown v0.17.1
16622026-08-27T04:47:55.827Z Compiling fnv v1.0.7
16632026-08-27T04:47:55.840Z Compiling stable_deref_trait v1.2.0
16642026-08-27T04:47:55.920Z Compiling regex-syntax v0.8.11
16652026-08-27T04:47:55.933Z Compiling pin-project-lite v0.2.16
16662026-08-27T04:47:55.954Z Compiling percent-encoding v2.3.2
16672026-08-27T04:47:56.031Z Compiling writeable v0.6.1
16682026-08-27T04:47:56.160Z Compiling litemap v0.8.0
16692026-08-27T04:47:56.193Z Compiling num-traits v0.2.19
16702026-08-27T04:47:56.333Z Compiling icu_normalizer_data v2.0.0
16712026-08-27T04:47:56.365Z Compiling icu_properties_data v2.0.1
16722026-08-27T04:47:56.378Z Compiling form_urlencoded v1.2.2
16732026-08-27T04:47:56.413Z Compiling utf8_iter v1.0.4
16742026-08-27T04:47:56.498Z Compiling aho-corasick v1.1.3
16752026-08-27T04:47:56.562Z Compiling byteorder v1.5.0
16762026-08-27T04:47:56.562Z Compiling ucd-trie v0.1.7
16772026-08-27T04:47:56.791Z Compiling semver v1.0.28
16782026-08-27T04:47:56.803Z Compiling serde_json v1.0.150
16792026-08-27T04:47:56.816Z Compiling indexmap v2.14.0
16802026-08-27T04:47:56.866Z Compiling scopeguard v1.2.0
16812026-08-27T04:47:56.979Z Compiling lock_api v0.4.14
16822026-08-27T04:47:57.134Z Compiling getrandom v0.4.2
16832026-08-27T04:47:57.208Z Compiling allocator-api2 v0.2.21
16842026-08-27T04:47:57.222Z Compiling foldhash v0.2.0
16852026-08-27T04:47:57.282Z Compiling uuid v1.26.0
16862026-08-27T04:47:57.437Z Compiling regex-automata v0.4.13
16872026-08-27T04:47:57.450Z Compiling futures-core v0.3.32
16882026-08-27T04:47:57.532Z Compiling hashbrown v0.16.1
16892026-08-27T04:47:57.717Z Compiling ryu v1.0.20
16902026-08-27T04:47:57.911Z Compiling pretty-hex v0.4.1
16912026-08-27T04:47:57.914Z Compiling strsim v0.11.1
16922026-08-27T04:47:58.054Z Compiling futures-sink v0.3.32
16932026-08-27T04:47:58.117Z Compiling plain v0.2.3
16942026-08-27T04:47:58.165Z Compiling time-core v0.1.8
16952026-08-27T04:47:58.230Z Compiling num-conv v0.2.1
16962026-08-27T04:47:58.257Z Compiling slab v0.4.11
16972026-08-27T04:47:58.331Z Compiling futures-channel v0.3.32
16982026-08-27T04:47:58.386Z Compiling time-macros v0.2.27
16992026-08-27T04:47:58.435Z Compiling futures-io v0.3.32
17002026-08-27T04:47:58.556Z Compiling synstructure v0.13.2
17012026-08-27T04:47:58.570Z Compiling serde_derive_internals v0.29.1
17022026-08-27T04:47:58.599Z Compiling futures-task v0.3.32
17032026-08-27T04:47:58.916Z Compiling regress v0.10.5
17042026-08-27T04:47:58.962Z Compiling darling_core v0.21.3
17052026-08-27T04:47:59.085Z Compiling thread-id v5.0.0
17062026-08-27T04:47:59.150Z Compiling regex v1.12.4
17072026-08-27T04:47:59.175Z Compiling getrandom v0.2.16
17082026-08-27T04:47:59.370Z Compiling socket2 v0.6.4
17092026-08-27T04:47:59.416Z Compiling parking_lot_core v0.9.12
17102026-08-27T04:47:59.630Z Compiling parking_lot v0.12.5
17112026-08-27T04:47:59.719Z Compiling bitflags v2.11.1
17122026-08-27T04:47:59.760Z Compiling serde_derive v1.0.228
17132026-08-27T04:47:59.825Z Compiling zerofrom-derive v0.1.6
17142026-08-27T04:47:59.950Z Compiling yoke-derive v0.8.0
17152026-08-27T04:47:59.966Z Compiling zerovec-derive v0.11.1
17162026-08-27T04:48:00.044Z Compiling displaydoc v0.2.5
17172026-08-27T04:48:00.062Z Compiling thiserror-impl v2.0.18
17182026-08-27T04:48:00.800Z Compiling schemars_derive v0.8.22
17192026-08-27T04:48:01.001Z Compiling tokio-macros v2.7.0
17202026-08-27T04:48:01.055Z Compiling zeroize_derive v1.4.3
17212026-08-27T04:48:01.058Z Compiling zerocopy-derive v0.8.27
17222026-08-27T04:48:01.115Z Compiling futures-macro v0.3.32
17232026-08-27T04:48:01.307Z Compiling thiserror v2.0.18
17242026-08-27T04:48:01.421Z Compiling zerofrom v0.1.6
17252026-08-27T04:48:01.559Z Compiling yoke v0.8.0
17262026-08-27T04:48:01.752Z Compiling zerovec v0.11.4
17272026-08-27T04:48:01.755Z Compiling tracing-attributes v0.1.30
17282026-08-27T04:48:01.755Z Compiling zerotrie v0.2.2
17292026-08-27T04:48:01.965Z Compiling thiserror-impl v1.0.69
17302026-08-27T04:48:02.032Z Compiling pest v2.8.2
17312026-08-27T04:48:02.081Z Compiling scroll_derive v0.13.1
17322026-08-27T04:48:02.334Z Compiling zerocopy v0.8.27
17332026-08-27T04:48:02.455Z Compiling serde v1.0.228
17342026-08-27T04:48:02.773Z Compiling tinystr v0.8.1
17352026-08-27T04:48:02.926Z Compiling bytes v1.12.0
17362026-08-27T04:48:02.974Z Compiling serde_tokenstream v0.2.3
17372026-08-27T04:48:02.987Z Compiling icu_locale_core v2.0.0
17382026-08-27T04:48:03.021Z Compiling potential_utf v0.1.3
17392026-08-27T04:48:03.112Z Compiling chrono v0.4.45
17402026-08-27T04:48:03.147Z Compiling icu_collections v2.0.0
17412026-08-27T04:48:03.196Z Compiling pest_meta v2.8.2
17422026-08-27T04:48:03.260Z Compiling async-trait v0.1.89
17432026-08-27T04:48:03.334Z Compiling scroll v0.13.0
17442026-08-27T04:48:03.569Z Compiling icu_provider v2.0.0
17452026-08-27T04:48:03.604Z Compiling http v1.4.2
17462026-08-27T04:48:03.663Z Compiling goblin v0.10.1
17472026-08-27T04:48:03.855Z Compiling pest_generator v2.8.2
17482026-08-27T04:48:03.869Z Compiling daft-derive v0.1.5
17492026-08-27T04:48:03.961Z Compiling icu_normalizer v2.0.0
17502026-08-27T04:48:04.321Z Compiling icu_properties v2.0.1
17512026-08-27T04:48:04.492Z Compiling schemars v0.8.22
17522026-08-27T04:48:04.601Z Compiling pest_derive v2.8.2
17532026-08-27T04:48:04.615Z Compiling darling_macro v0.21.3
17542026-08-27T04:48:04.634Z Compiling openssl-macros v0.1.1
17552026-08-27T04:48:05.121Z Compiling openapiv3 v2.2.0
17562026-08-27T04:48:05.168Z Compiling dtrace-parser v0.3.0
17572026-08-27T04:48:05.205Z Compiling idna_adapter v1.2.1
17582026-08-27T04:48:05.209Z Compiling darling v0.21.3
17592026-08-27T04:48:05.292Z Compiling typify-impl v0.4.3
17602026-08-27T04:48:05.370Z Compiling idna v1.1.0
17612026-08-27T04:48:05.549Z Compiling structmeta-derive v0.3.0
17622026-08-27T04:48:05.605Z Compiling async-stream-impl v0.3.6
17632026-08-27T04:48:06.057Z Compiling url v2.5.7
17642026-08-27T04:48:06.139Z Compiling newtype-uuid-macros v0.1.0
17652026-08-27T04:48:06.222Z Compiling serde_yaml v0.9.34+deprecated
17662026-08-27T04:48:06.258Z Compiling zeroize v1.8.1
17672026-08-27T04:48:06.469Z Compiling dof v0.4.0
17682026-08-27T04:48:06.616Z Compiling structmeta v0.3.0
17692026-08-27T04:48:06.730Z Compiling strum_macros v0.26.4
17702026-08-27T04:48:06.825Z Compiling signal-hook-registry v1.4.6
17712026-08-27T04:48:06.935Z Compiling usdt-impl v0.6.0
17722026-08-27T04:48:06.953Z Compiling untrusted v0.9.0
17732026-08-27T04:48:07.082Z Compiling thiserror v1.0.69
17742026-08-27T04:48:07.194Z Compiling mio v1.2.1
17752026-08-27T04:48:07.231Z Compiling omicron-workspace-hack v0.1.0
17762026-08-27T04:48:07.308Z Compiling base64 v0.22.1
17772026-08-27T04:48:07.584Z Compiling tokio v1.52.3
17782026-08-27T04:48:07.633Z Compiling http-body v1.0.1
17792026-08-27T04:48:07.651Z Compiling dropshot_endpoint v0.16.7
17802026-08-27T04:48:07.708Z Compiling ref-cast-impl v1.0.25
17812026-08-27T04:48:07.793Z Compiling ipnet v2.11.0
17822026-08-27T04:48:08.346Z Compiling atomic-waker v1.1.2
17832026-08-27T04:48:08.389Z Compiling derive-ex v0.1.8
17842026-08-27T04:48:08.421Z Compiling strum_macros v0.27.2
17852026-08-27T04:48:08.476Z Compiling httparse v1.10.1
17862026-08-27T04:48:08.495Z Compiling usdt-attr-macro v0.6.0
17872026-08-27T04:48:08.838Z Compiling usdt-macro v0.6.0
17882026-08-27T04:48:09.011Z Compiling portable-atomic v1.11.1
17892026-08-27T04:48:09.394Z Compiling tower-service v0.3.3
17902026-08-27T04:48:09.501Z Compiling tower-layer v0.3.3
17912026-08-27T04:48:09.673Z Compiling try-lock v0.2.5
17922026-08-27T04:48:09.687Z Compiling critical-section v1.2.0
17932026-08-27T04:48:09.788Z Compiling once_cell v1.21.3
17942026-08-27T04:48:09.804Z Compiling want v0.3.1
17952026-08-27T04:48:09.938Z Compiling httpdate v1.0.3
17962026-08-27T04:48:09.981Z Compiling serde_with_macros v3.14.1
17972026-08-27T04:48:10.051Z Compiling test-strategy v0.4.3
17982026-08-27T04:48:10.188Z Compiling ppv-lite86 v0.2.21
17992026-08-27T04:48:10.344Z Compiling erased-serde v0.3.31
18002026-08-27T04:48:10.517Z Compiling subtle v2.6.1
18012026-08-27T04:48:10.692Z Compiling parse-display-derive v0.10.0
18022026-08-27T04:48:10.857Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-08-27T04:48:11.375Z Compiling http-body-util v0.1.3
18042026-08-27T04:48:11.426Z Compiling anyhow v1.0.102
18052026-08-27T04:48:11.513Z Compiling typify-macro v0.4.3
18062026-08-27T04:48:11.669Z Compiling serde_urlencoded v0.7.1
18072026-08-27T04:48:11.725Z Compiling rand_core v0.6.4
18082026-08-27T04:48:11.963Z Compiling typenum v1.20.1
18092026-08-27T04:48:12.124Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18102026-08-27T04:48:12.561Z Compiling futures-util v0.3.32
18112026-08-27T04:48:12.609Z Compiling sync_wrapper v1.0.2
18122026-08-27T04:48:12.801Z Compiling powerfmt v0.2.0
18132026-08-27T04:48:12.945Z Compiling deranged v0.5.3
18142026-08-27T04:48:13.020Z Compiling num_threads v0.1.7
18152026-08-27T04:48:13.033Z Compiling tracing-core v0.1.34
18162026-08-27T04:48:13.124Z Compiling camino v1.2.3
18172026-08-27T04:48:13.425Z Compiling iri-string v0.7.8
18182026-08-27T04:48:13.543Z Compiling tracing v0.1.41
18192026-08-27T04:48:13.558Z Compiling typify v0.4.3
18202026-08-27T04:48:13.618Z Compiling encoding_rs v0.8.35
18212026-08-27T04:48:13.653Z Compiling progenitor-impl v0.11.1
18222026-08-27T04:48:13.860Z Compiling fastrand v2.3.0
18232026-08-27T04:48:14.140Z Compiling mime v0.3.17
18242026-08-27T04:48:14.281Z Compiling cpufeatures v0.2.17
18252026-08-27T04:48:14.315Z Compiling generic-array v0.14.7
18262026-08-27T04:48:14.412Z Compiling hex v0.4.3
18272026-08-27T04:48:14.912Z Compiling crypto-common v0.1.6
18282026-08-27T04:48:14.915Z Compiling getrandom v0.3.3
18292026-08-27T04:48:15.063Z Compiling errno v0.3.14
18302026-08-27T04:48:15.121Z Compiling tokio-util v0.7.16
18312026-08-27T04:48:15.219Z Compiling thread_local v1.1.9
18322026-08-27T04:48:15.322Z Compiling unicode-width v0.2.1
18332026-08-27T04:48:15.348Z Compiling syn v1.0.109
18342026-08-27T04:48:15.486Z Compiling rustls-pki-types v1.12.0
18352026-08-27T04:48:15.536Z Compiling match_cfg v0.1.0
18362026-08-27T04:48:15.622Z Compiling winnow v0.7.14
18372026-08-27T04:48:15.830Z Compiling rustix v1.1.4
18382026-08-27T04:48:16.267Z Compiling take_mut v0.2.2
18392026-08-27T04:48:16.308Z Compiling winnow v1.0.3
18402026-08-27T04:48:16.382Z Compiling term v1.2.0
18412026-08-27T04:48:16.662Z Compiling toml_parser v1.1.2+spec-1.1.0
18422026-08-27T04:48:16.889Z Compiling h2 v0.4.14
18432026-08-27T04:48:17.028Z Compiling ring v0.17.14
18442026-08-27T04:48:17.183Z Compiling progenitor-macro v0.11.1
18452026-08-27T04:48:17.290Z Compiling serde_spanned v1.1.1
18462026-08-27T04:48:17.454Z Compiling spin v0.9.8
18472026-08-27T04:48:17.576Z Compiling toml_writer v1.1.1+spec-1.1.0
18482026-08-27T04:48:17.593Z Compiling debug-ignore v1.0.5
18492026-08-27T04:48:17.796Z Compiling socket2 v0.5.10
18502026-08-27T04:48:17.956Z Compiling quick-error v1.2.3
18512026-08-27T04:48:18.268Z Compiling block-buffer v0.10.4
18522026-08-27T04:48:18.425Z Compiling waitgroup v0.1.2
18532026-08-27T04:48:18.578Z Compiling async-stream v0.3.6
18542026-08-27T04:48:18.709Z Compiling serde_path_to_error v0.1.20
18552026-08-27T04:48:18.773Z Compiling lazy_static v1.5.0
18562026-08-27T04:48:18.884Z Compiling bit-vec v0.8.0
18572026-08-27T04:48:19.085Z Compiling hyper v1.10.1
18582026-08-27T04:48:19.108Z Compiling bit-set v0.8.0
18592026-08-27T04:48:19.121Z Compiling digest v0.10.7
18602026-08-27T04:48:19.137Z Compiling strum v0.26.3
18612026-08-27T04:48:19.267Z Compiling ipnetwork v0.21.1
18622026-08-27T04:48:19.282Z Compiling crossbeam-utils v0.8.21
18632026-08-27T04:48:19.341Z Compiling toml_datetime v0.7.5+spec-1.1.0
18642026-08-27T04:48:19.719Z Compiling unarray v0.1.4
18652026-08-27T04:48:19.750Z Compiling toml v0.9.12+spec-1.1.0
18662026-08-27T04:48:19.807Z Compiling slog v2.8.2
18672026-08-27T04:48:19.833Z Compiling macaddr v1.0.1
18682026-08-27T04:48:19.852Z Compiling tabwriter v1.4.1
18692026-08-27T04:48:20.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18702026-08-27T04:48:20.094Z Compiling ref-cast v1.0.25
18712026-08-27T04:48:20.106Z Compiling colored v3.1.1
18722026-08-27T04:48:20.200Z Compiling hyper-util v0.1.20
18732026-08-27T04:48:20.254Z Compiling strum v0.27.2
18742026-08-27T04:48:20.310Z Compiling aws-lc-sys v0.39.1
18752026-08-27T04:48:20.505Z Compiling untrusted v0.7.1
18762026-08-27T04:48:20.638Z Compiling oxnet v0.1.6
18772026-08-27T04:48:20.841Z Compiling aws-lc-rs v1.16.2
18782026-08-27T04:48:20.905Z Compiling rand_core v0.9.3
18792026-08-27T04:48:20.977Z Compiling openssl-sys v0.9.117
18802026-08-27T04:48:21.440Z Compiling instant v0.1.13
18812026-08-27T04:48:21.455Z Compiling foreign-types-shared v0.1.1
18822026-08-27T04:48:21.549Z Compiling foreign-types v0.3.2
18832026-08-27T04:48:21.561Z Compiling rand_chacha v0.9.0
18842026-08-27T04:48:21.637Z Compiling tempfile v3.27.0
18852026-08-27T04:48:21.912Z Compiling rustls-webpki v0.103.6
18862026-08-27T04:48:22.059Z Compiling tower v0.5.2
18872026-08-27T04:48:22.072Z Compiling futures-executor v0.3.32
18882026-08-27T04:48:22.346Z Compiling openssl-probe v0.1.6
18892026-08-27T04:48:22.358Z Compiling futures v0.3.32
18902026-08-27T04:48:22.443Z Compiling rustls v0.23.40
18912026-08-27T04:48:22.540Z Compiling tower-http v0.6.8
18922026-08-27T04:48:22.544Z Compiling rand v0.9.3
18932026-08-27T04:48:22.753Z Compiling openssl v0.10.81
18942026-08-27T04:48:22.963Z Compiling toml_datetime v0.6.11
18952026-08-27T04:48:23.098Z Compiling time v0.3.47
18962026-08-27T04:48:23.243Z Compiling clap_derive v4.6.1
18972026-08-27T04:48:23.327Z Compiling memmap2 v0.9.8
18982026-08-27T04:48:23.994Z Compiling crossbeam-channel v0.5.15
18992026-08-27T04:48:24.474Z Compiling webpki-roots v1.0.2
19002026-08-27T04:48:24.535Z Compiling newtype-uuid v1.3.2
19012026-08-27T04:48:24.735Z Compiling daft v0.1.5
19022026-08-27T04:48:25.018Z Compiling is-terminal v0.4.16
19032026-08-27T04:48:25.036Z Compiling either v1.15.0
19042026-08-27T04:48:25.120Z Compiling native-tls v0.2.14
19052026-08-27T04:48:25.254Z Compiling slog-term v2.9.2
19062026-08-27T04:48:25.449Z Compiling tokio-native-tls v0.3.1
19072026-08-27T04:48:25.630Z Compiling tokio-rustls v0.26.4
19082026-08-27T04:48:25.725Z Compiling hyper-tls v0.6.0
19092026-08-27T04:48:25.837Z Compiling usdt v0.6.0
19102026-08-27T04:48:25.862Z Compiling hyper-rustls v0.27.7
19112026-08-27T04:48:25.886Z Compiling slog-json v2.6.1
19122026-08-27T04:48:25.907Z Compiling slog-async v2.8.0
19132026-08-27T04:48:25.965Z Compiling hostname v0.3.1
19142026-08-27T04:48:26.107Z Compiling reqwest v0.12.23
19152026-08-27T04:48:26.120Z Compiling slog-bunyan v2.5.0
19162026-08-27T04:48:26.124Z Compiling rustls-webpki v0.102.8
19172026-08-27T04:48:26.148Z Compiling multer v3.1.0
19182026-08-27T04:48:26.264Z Compiling rustls-pemfile v2.2.0
19192026-08-27T04:48:26.459Z Compiling hostname v0.4.2
19202026-08-27T04:48:26.614Z Compiling rustls v0.22.4
19212026-08-27T04:48:26.656Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19222026-08-27T04:48:27.033Z Compiling rand_chacha v0.3.1
19232026-08-27T04:48:27.227Z Compiling wait-timeout v0.2.1
19242026-08-27T04:48:27.539Z Compiling rusty-fork v0.3.0
19252026-08-27T04:48:27.539Z Compiling rand v0.8.5
19262026-08-27T04:48:27.653Z Compiling rand_xorshift v0.4.0
19272026-08-27T04:48:27.813Z Compiling sha1 v0.10.6
19282026-08-27T04:48:28.054Z Compiling proptest v1.8.0
19292026-08-27T04:48:28.467Z Compiling tokio-rustls v0.25.0
19302026-08-27T04:48:28.737Z Compiling dropshot v0.16.7
19312026-08-27T04:48:28.945Z Compiling itertools v0.14.0
19322026-08-27T04:48:30.119Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19332026-08-27T04:48:30.651Z Compiling progenitor-client v0.11.1
19342026-08-27T04:48:30.713Z Compiling progenitor-client v0.10.0
19352026-08-27T04:48:30.968Z Compiling serde_with v3.14.1
19362026-08-27T04:48:31.022Z Compiling num-derive v0.4.2
19372026-08-27T04:48:31.241Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19382026-08-27T04:48:31.593Z Compiling progenitor v0.11.1
19392026-08-27T04:48:31.748Z Compiling rustc-hash v2.1.1
19402026-08-27T04:48:31.889Z Compiling iddqd v0.3.18
19412026-08-27T04:48:31.989Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-08-27T04:48:32.003Z Compiling backoff v0.4.0
19432026-08-27T04:48:32.468Z Compiling parse-display v0.10.0
19442026-08-27T04:48:32.638Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452026-08-27T04:48:32.781Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19462026-08-27T04:48:32.817Z Compiling anstyle v1.0.14
19472026-08-27T04:48:33.298Z Compiling utf8parse v0.2.2
19482026-08-27T04:48:33.391Z Compiling anstyle-parse v1.0.0
19492026-08-27T04:48:33.557Z Compiling colorchoice v1.0.4
19502026-08-27T04:48:33.583Z Compiling is_terminal_polyfill v1.70.1
19512026-08-27T04:48:33.653Z Compiling anstyle-query v1.1.4
19522026-08-27T04:48:33.752Z Compiling anstream v1.0.0
19532026-08-27T04:48:33.871Z Compiling clap_lex v1.1.0
19542026-08-27T04:48:34.956Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-08-27T04:48:37.776Z Compiling winnow v0.5.40
19562026-08-27T04:48:42.321Z Compiling terminal_size v0.4.3
19572026-08-27T04:48:43.699Z Compiling clap_builder v4.6.0
19582026-08-27T04:48:43.895Z Compiling toml_edit v0.19.15
19592026-08-27T04:48:44.313Z Compiling dropshot_endpoint v0.17.1
19602026-08-27T04:48:45.903Z Compiling clap v4.6.1
19612026-08-27T04:48:46.140Z Compiling proc-macro-crate v1.3.1
19622026-08-27T04:48:52.042Z Compiling serde_spanned v0.6.9
19632026-08-27T04:48:52.129Z Compiling adler2 v2.0.1
19642026-08-27T04:48:52.264Z Compiling miniz_oxide v0.8.9
19652026-08-27T04:48:52.624Z Compiling prettyplease v0.2.37
19662026-08-27T04:48:52.730Z Compiling crc32fast v1.5.0
19672026-08-27T04:48:52.930Z Compiling zerocopy-derive v0.7.35
19682026-08-27T04:48:52.951Z Compiling flate2 v1.1.2
19692026-08-27T04:48:53.025Z Compiling ingot-macros v0.1.1
19702026-08-27T04:48:53.368Z Compiling hubpack_derive v0.1.1
19712026-08-27T04:48:53.406Z Compiling hybrid-array v0.4.12
19722026-08-27T04:48:55.303Z Compiling scroll_derive v0.12.1
19732026-08-27T04:48:56.383Z Compiling block-buffer v0.12.0
19742026-08-27T04:48:56.411Z Compiling crypto-common v0.2.2
19752026-08-27T04:48:56.784Z Compiling compression-core v0.4.32
19762026-08-27T04:48:56.852Z Compiling const-oid v0.10.2
19772026-08-27T04:48:56.878Z Compiling toml_write v0.1.2
19782026-08-27T04:48:56.989Z Compiling compression-codecs v0.4.32
19792026-08-27T04:48:57.057Z Compiling toml_edit v0.22.27
19802026-08-27T04:48:57.195Z Compiling digest v0.11.3
19812026-08-27T04:48:58.073Z Compiling zerocopy v0.7.35
19822026-08-27T04:48:58.450Z Compiling num_enum_derive v0.7.5
19832026-08-27T04:48:59.460Z Compiling foreign-types-macros v0.2.3
19842026-08-27T04:48:59.535Z Compiling num-integer v0.1.46
19852026-08-27T04:48:59.629Z Compiling toml_datetime v1.1.1+spec-1.1.0
19862026-08-27T04:48:59.855Z Compiling float-ord v0.3.2
19872026-08-27T04:48:59.874Z Compiling cpufeatures v0.3.0
19882026-08-27T04:48:59.957Z Compiling sha1 v0.11.0
19892026-08-27T04:48:59.983Z Compiling toml v1.1.2+spec-1.1.0
19902026-08-27T04:49:00.344Z Compiling toml v0.8.23
19912026-08-27T04:49:00.702Z Compiling async-compression v0.4.33
19922026-08-27T04:49:01.574Z Compiling glob v0.3.3
19932026-08-27T04:49:01.758Z Compiling dropshot v0.17.1
19942026-08-27T04:49:01.851Z Compiling proc-macro-error-attr v1.0.4
19952026-08-27T04:49:02.032Z Compiling num-iter v0.1.45
19962026-08-27T04:49:02.162Z Compiling num-rational v0.4.2
19972026-08-27T04:49:02.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982026-08-27T04:49:02.457Z Compiling dtrace-parser v0.2.0
19992026-08-27T04:49:02.692Z Compiling num-complex v0.4.6
20002026-08-27T04:49:02.966Z Compiling proc-macro-error v1.0.4
20012026-08-27T04:49:03.092Z Compiling num v0.4.3
20022026-08-27T04:49:03.178Z Compiling dof v0.3.0
20032026-08-27T04:49:03.355Z Compiling num_enum_derive v0.5.11
20042026-08-27T04:49:03.546Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20052026-08-27T04:49:04.152Z Compiling thread-id v4.2.2
20062026-08-27T04:49:04.251Z Compiling usdt-impl v0.5.0
20072026-08-27T04:49:04.607Z Compiling derive_more v0.99.20
20082026-08-27T04:49:04.697Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20092026-08-27T04:49:05.036Z Compiling minimal-lexical v0.2.1
20102026-08-27T04:49:05.305Z Compiling nom v7.1.3
20112026-08-27T04:49:05.617Z Compiling usdt-attr-macro v0.5.0
20122026-08-27T04:49:06.451Z Compiling usdt-macro v0.5.0
20132026-08-27T04:49:06.527Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20142026-08-27T04:49:06.874Z Compiling zone_cfg_derive v0.3.1
20152026-08-27T04:49:06.924Z Compiling libscf-sys v1.2.0
20162026-08-27T04:49:07.100Z Compiling memoffset v0.9.1
20172026-08-27T04:49:07.213Z Compiling rustc_version v0.4.1
20182026-08-27T04:49:07.217Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20192026-08-27T04:49:07.224Z Compiling crossbeam-epoch v0.9.18
20202026-08-27T04:49:07.577Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20212026-08-27T04:49:07.600Z Compiling enum-as-inner v0.6.1
20222026-08-27T04:49:07.603Z Compiling regress v0.11.1
20232026-08-27T04:49:08.076Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20242026-08-27T04:49:08.111Z Compiling curve25519-dalek v4.1.3
20252026-08-27T04:49:08.151Z Compiling hubpack v0.1.2
20262026-08-27T04:49:08.192Z Compiling static_assertions v1.1.0
20272026-08-27T04:49:08.275Z Compiling crossbeam-deque v0.8.6
20282026-08-27T04:49:08.474Z Compiling thiserror-impl-no-std v2.0.2
20292026-08-27T04:49:08.491Z Compiling curve25519-dalek-derive v0.1.1
20302026-08-27T04:49:09.854Z Compiling typify-impl v0.6.2
20312026-08-27T04:49:09.868Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20322026-08-27T04:49:10.370Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20332026-08-27T04:49:10.641Z Compiling rayon-core v1.13.0
20342026-08-27T04:49:10.912Z Compiling clang-sys v1.8.1
20352026-08-27T04:49:11.320Z Compiling bytecount v0.6.9
20362026-08-27T04:49:11.489Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20372026-08-27T04:49:11.576Z Compiling scroll v0.12.0
20382026-08-27T04:49:11.708Z Compiling hash32 v0.3.1
20392026-08-27T04:49:11.852Z Compiling heapless v0.8.0
20402026-08-27T04:49:11.871Z Compiling goblin v0.8.2
20412026-08-27T04:49:11.886Z Compiling ingot-types v0.1.2
20422026-08-27T04:49:12.202Z Compiling cobs v0.3.0
20432026-08-27T04:49:12.279Z Compiling libloading v0.8.9
20442026-08-27T04:49:12.298Z Compiling managed v0.8.0
20452026-08-27T04:49:12.417Z Compiling foreign-types-shared v0.3.1
20462026-08-27T04:49:12.488Z Compiling bitflags v1.3.2
20472026-08-27T04:49:12.521Z Compiling foreign-types v0.5.0
20482026-08-27T04:49:12.574Z Compiling smoltcp v0.11.0
20492026-08-27T04:49:12.607Z Compiling bindgen v0.72.1
20502026-08-27T04:49:12.620Z Compiling postcard v1.1.3
20512026-08-27T04:49:12.636Z Compiling ingot v0.1.1
20522026-08-27T04:49:13.082Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20532026-08-27T04:49:13.123Z Compiling cexpr v0.6.0
20542026-08-27T04:49:13.398Z Compiling num_enum v0.7.5
20552026-08-27T04:49:13.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20562026-08-27T04:49:13.958Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572026-08-27T04:49:14.086Z Compiling camino-tempfile v1.4.1
20582026-08-27T04:49:14.346Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-08-27T04:49:14.381Z Compiling derive-where v1.6.0
20602026-08-27T04:49:14.565Z Compiling serde_repr v0.1.20
20612026-08-27T04:49:14.746Z Compiling cstr-argument v0.1.2
20622026-08-27T04:49:15.188Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632026-08-27T04:49:15.523Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-08-27T04:49:16.178Z Compiling typify-macro v0.6.2
20652026-08-27T04:49:16.190Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-27T04:49:16.377Z Compiling rayon v1.11.0
20672026-08-27T04:49:16.672Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682026-08-27T04:49:16.803Z Compiling crucible-workspace-hack v0.1.0
20692026-08-27T04:49:17.511Z Compiling memmap v0.7.0
20702026-08-27T04:49:17.710Z Compiling tinyvec_macros v0.1.1
20712026-08-27T04:49:17.790Z Compiling tinyvec v1.10.0
20722026-08-27T04:49:17.863Z Compiling usdt v0.5.0
20732026-08-27T04:49:18.152Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-27T04:49:18.297Z Compiling typify v0.6.2
20752026-08-27T04:49:18.402Z Compiling num_enum v0.5.11
20762026-08-27T04:49:18.964Z Compiling pin-project-internal v1.1.10
20772026-08-27T04:49:19.806Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20782026-08-27T04:49:19.868Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20792026-08-27T04:49:19.966Z Compiling progenitor-impl v0.14.0
20802026-08-27T04:49:20.115Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20812026-08-27T04:49:20.215Z Compiling papergrid v0.18.0
20822026-08-27T04:49:20.231Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20832026-08-27T04:49:20.668Z Compiling rustix v0.38.44
20842026-08-27T04:49:21.220Z Compiling itertools v0.12.1
20852026-08-27T04:49:21.235Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20862026-08-27T04:49:21.388Z Compiling progenitor-impl v0.10.0
20872026-08-27T04:49:21.435Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-08-27T04:49:21.574Z Compiling sigpipe v0.1.3
20892026-08-27T04:49:21.700Z Compiling jiff v0.2.15
20902026-08-27T04:49:21.772Z Compiling const_format_proc_macros v0.2.34
20912026-08-27T04:49:22.157Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20922026-08-27T04:49:22.357Z Compiling zone v0.3.1
20932026-08-27T04:49:22.429Z Compiling tabled v0.21.0
20942026-08-27T04:49:22.581Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20952026-08-27T04:49:22.733Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-08-27T04:49:23.461Z Compiling progenitor-macro v0.14.0
20972026-08-27T04:49:23.572Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-08-27T04:49:23.924Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-27T04:49:24.255Z Compiling nix v0.31.3
21002026-08-27T04:49:24.352Z Compiling nix v0.30.1
21012026-08-27T04:49:24.897Z Compiling progenitor-macro v0.10.0
21022026-08-27T04:49:24.912Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21032026-08-27T04:49:24.977Z Compiling snafu-derive v0.8.9
21042026-08-27T04:49:25.326Z Compiling itertools v0.15.0
21052026-08-27T04:49:25.655Z Compiling smf v0.2.3
21062026-08-27T04:49:25.680Z Compiling secrecy v0.10.3
21072026-08-27T04:49:26.265Z Compiling async-recursion v1.1.1
21082026-08-27T04:49:26.602Z Compiling bstr v1.12.0
21092026-08-27T04:49:26.884Z Compiling whoami v1.6.1
21102026-08-27T04:49:27.071Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-08-27T04:49:27.104Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21122026-08-27T04:49:29.283Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-08-27T04:49:29.854Z Compiling hmac v0.12.1
21142026-08-27T04:49:30.007Z Compiling inout v0.1.4
21152026-08-27T04:49:30.073Z Compiling ff v0.13.1
21162026-08-27T04:49:30.168Z Compiling crc8 v0.1.1
21172026-08-27T04:49:30.293Z Compiling data-encoding v2.9.0
21182026-08-27T04:49:30.306Z Compiling group v0.13.0
21192026-08-27T04:49:30.472Z Compiling cipher v0.4.4
21202026-08-27T04:49:30.520Z Compiling hkdf v0.12.4
21212026-08-27T04:49:30.551Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-27T04:49:31.244Z Compiling atomicwrites v0.4.4
21232026-08-27T04:49:31.269Z Compiling tokio-dtrace v0.1.1
21242026-08-27T04:49:31.355Z Compiling tabled_derive v0.7.0
21252026-08-27T04:49:31.604Z Compiling reqwest v0.13.2
21262026-08-27T04:49:31.711Z Compiling universal-hash v0.5.1
21272026-08-27T04:49:31.722Z Compiling crypto-bigint v0.5.5
21282026-08-27T04:49:31.853Z Compiling half v2.7.1
21292026-08-27T04:49:31.902Z Compiling base16ct v0.2.0
21302026-08-27T04:49:32.153Z Compiling ciborium-io v0.2.2
21312026-08-27T04:49:32.264Z Compiling base64ct v1.8.0
21322026-08-27T04:49:32.316Z Compiling indent_write v2.2.0
21332026-08-27T04:49:32.467Z Compiling opaque-debug v0.3.1
21342026-08-27T04:49:32.584Z Compiling poly1305 v0.8.0
21352026-08-27T04:49:32.915Z Compiling elliptic-curve v0.13.8
21362026-08-27T04:49:33.022Z Compiling progenitor-client v0.14.0
21372026-08-27T04:49:33.044Z Compiling password-hash v0.5.0
21382026-08-27T04:49:33.504Z Compiling ciborium-ll v0.2.2
21392026-08-27T04:49:34.177Z Compiling oxide-tokio-rt v0.1.2
21402026-08-27T04:49:34.352Z Compiling chacha20 v0.9.1
21412026-08-27T04:49:34.387Z Compiling similar v2.7.0
21422026-08-27T04:49:34.599Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-08-27T04:49:35.015Z Compiling thiserror-no-std v2.0.2
21442026-08-27T04:49:35.410Z Compiling blake2 v0.10.6
21452026-08-27T04:49:35.529Z Compiling aead v0.5.2
21462026-08-27T04:49:35.685Z Compiling strum_macros v0.28.0
21472026-08-27T04:49:35.960Z Compiling resolv-conf v0.7.5
21482026-08-27T04:49:36.193Z Compiling linked-hash-map v0.5.6
21492026-08-27T04:49:36.284Z Compiling keccak v0.1.6
21502026-08-27T04:49:36.430Z Compiling lru-cache v0.1.2
21512026-08-27T04:49:36.560Z Compiling sha3 v0.10.8
21522026-08-27T04:49:36.634Z Compiling vsss-rs v3.3.4
21532026-08-27T04:49:36.831Z Compiling chacha20poly1305 v0.10.1
21542026-08-27T04:49:36.863Z Compiling argon2 v0.5.3
21552026-08-27T04:49:36.875Z Compiling progenitor v0.14.0
21562026-08-27T04:49:36.974Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-08-27T04:49:37.018Z Compiling ciborium v0.2.2
21582026-08-27T04:49:37.213Z Compiling hickory-proto v0.24.4
21592026-08-27T04:49:37.607Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21602026-08-27T04:49:37.771Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21612026-08-27T04:49:38.352Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21622026-08-27T04:49:38.388Z Compiling serde-big-array v0.5.1
21632026-08-27T04:49:38.539Z Compiling same-file v1.0.6
21642026-08-27T04:49:38.767Z Compiling siphasher v1.0.1
21652026-08-27T04:49:38.972Z Compiling unicode-segmentation v1.12.0
21662026-08-27T04:49:38.992Z Compiling phf_shared v0.12.1
21672026-08-27T04:49:39.088Z Compiling hickory-resolver v0.24.4
21682026-08-27T04:49:39.145Z Compiling walkdir v2.5.0
21692026-08-27T04:49:39.186Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21702026-08-27T04:49:39.399Z Compiling newline-converter v0.3.0
21712026-08-27T04:49:39.477Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-08-27T04:49:39.935Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-08-27T04:49:40.547Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-08-27T04:49:41.196Z Compiling newtype_derive v0.1.6
21752026-08-27T04:49:41.285Z Compiling owo-colors v4.3.0
21762026-08-27T04:49:41.613Z Compiling tokio-stream v0.1.17
21772026-08-27T04:49:41.613Z Compiling console v0.15.11
21782026-08-27T04:49:41.759Z Compiling csv-core v0.1.12
21792026-08-27T04:49:41.852Z Compiling swrite v0.1.0
21802026-08-27T04:49:42.037Z Compiling unicode-linebreak v0.1.5
21812026-08-27T04:49:42.053Z Compiling foldhash v0.1.5
21822026-08-27T04:49:42.108Z Compiling smawk v0.3.2
21832026-08-27T04:49:42.243Z Compiling humantime v2.3.0
21842026-08-27T04:49:42.259Z Compiling termtree v0.5.1
21852026-08-27T04:49:42.293Z Compiling unicode-width v0.1.14
21862026-08-27T04:49:42.317Z Compiling textwrap v0.16.2
21872026-08-27T04:49:42.499Z Compiling hashbrown v0.15.5
21882026-08-27T04:49:42.521Z Compiling qorb v0.4.1
21892026-08-27T04:49:42.535Z Compiling expectorate v1.2.0
21902026-08-27T04:49:42.591Z Compiling csv v1.4.0
21912026-08-27T04:49:42.665Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-08-27T04:49:43.061Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-08-27T04:49:44.755Z Compiling phf v0.12.1
21942026-08-27T04:49:44.912Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21952026-08-27T04:49:45.115Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21962026-08-27T04:49:45.173Z Compiling pin-project v1.1.10
21972026-08-27T04:49:45.286Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21982026-08-27T04:49:45.828Z Compiling libz-sys v1.1.22
21992026-08-27T04:49:45.881Z Compiling unicode-normalization v0.1.24
22002026-08-27T04:49:46.517Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-08-27T04:49:46.859Z Compiling libsw-core v0.3.2
22022026-08-27T04:49:47.285Z Compiling highway v1.3.0
22032026-08-27T04:49:47.625Z Compiling fixedbitset v0.5.7
22042026-08-27T04:49:47.696Z Compiling fixedbitset v0.4.2
22052026-08-27T04:49:47.903Z Compiling petgraph v0.6.5
22062026-08-27T04:49:47.952Z Compiling petgraph v0.8.2
22072026-08-27T04:49:47.971Z Compiling progenitor v0.10.0
22082026-08-27T04:49:49.236Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-27T04:49:49.453Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-08-27T04:49:50.288Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-27T04:49:50.357Z Compiling libsw v3.5.0
22122026-08-27T04:49:51.404Z Compiling olpc-cjson v0.1.4
22132026-08-27T04:49:51.603Z Compiling libgit2-sys v0.17.0+1.8.1
22142026-08-27T04:49:52.537Z Compiling snafu v0.8.9
22152026-08-27T04:49:52.584Z Compiling chrono-tz v0.10.4
22162026-08-27T04:49:52.931Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-08-27T04:49:52.942Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-27T04:49:53.131Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-27T04:49:53.707Z Compiling papergrid v0.11.0
22202026-08-27T04:49:53.863Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-27T04:49:54.164Z Compiling strum v0.28.0
22222026-08-27T04:49:54.312Z Compiling globset v0.4.16
22232026-08-27T04:49:54.411Z Compiling const_format v0.2.34
22242026-08-27T04:49:54.617Z Compiling slog-dtrace v0.3.0
22252026-08-27T04:49:54.754Z Compiling cancel-safe-futures v0.1.5
22262026-08-27T04:49:54.966Z Compiling gethostname v0.5.0
22272026-08-27T04:49:55.200Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22282026-08-27T04:49:55.958Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-08-27T04:49:56.185Z Compiling dropshot-api-manager-types v0.7.2
22302026-08-27T04:49:56.226Z Compiling pem v3.0.5
22312026-08-27T04:49:56.552Z Compiling bcs v0.1.6
22322026-08-27T04:49:56.575Z Compiling serde_plain v1.0.2
22332026-08-27T04:49:56.619Z Compiling cargo-platform v0.1.9
22342026-08-27T04:49:56.877Z Compiling linear-map v1.2.0
22352026-08-27T04:49:56.891Z Compiling tagptr v0.2.0
22362026-08-27T04:49:57.045Z Compiling typed-path v0.9.3
22372026-08-27T04:49:57.071Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-08-27T04:49:58.386Z Compiling tough v0.20.0
22392026-08-27T04:49:58.493Z Compiling moka v0.12.11
22402026-08-27T04:49:58.925Z Compiling cargo_metadata v0.18.1
22412026-08-27T04:49:59.479Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-27T04:50:00.258Z Compiling tabled v0.15.0
22432026-08-27T04:50:00.269Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-08-27T04:50:00.477Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-27T04:50:00.536Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-27T04:50:00.737Z Compiling git2 v0.19.0
22472026-08-27T04:50:03.071Z Compiling steno v0.4.1
22482026-08-27T04:50:03.534Z Compiling hickory-proto v0.25.2
22492026-08-27T04:50:03.712Z Compiling cookie v0.18.1
22502026-08-27T04:50:05.488Z Compiling hickory-resolver v0.25.2
22512026-08-27T04:50:06.400Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-08-27T04:50:09.233Z Compiling vergen v8.3.2
22532026-08-27T04:50:09.969Z Compiling signal-hook v0.4.4
22542026-08-27T04:50:10.332Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22552026-08-27T04:50:10.463Z Compiling mockall_derive v0.14.0
22562026-08-27T04:50:10.705Z Compiling predicates-core v1.0.9
22572026-08-27T04:50:10.912Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22582026-08-27T04:50:10.925Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22592026-08-27T04:50:10.982Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22602026-08-27T04:50:11.506Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-08-27T04:50:11.828Z Compiling sha2 v0.10.9
22622026-08-27T04:50:12.252Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22632026-08-27T04:50:13.065Z Compiling yansi v1.0.1
22642026-08-27T04:50:13.284Z Compiling diff v0.1.13
22652026-08-27T04:50:13.400Z Compiling mockall v0.14.0
22662026-08-27T04:50:13.480Z Compiling pretty_assertions v1.4.1
22672026-08-27T04:50:13.656Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22682026-08-27T04:50:14.532Z Compiling predicates-tree v1.0.12
22692026-08-27T04:50:14.755Z Compiling predicates v3.1.3
22702026-08-27T04:50:14.811Z Compiling fs-err v3.1.2
22712026-08-27T04:50:15.890Z Compiling git-stub v1.0.0
22722026-08-27T04:50:16.182Z Compiling filetime v0.2.26
22732026-08-27T04:50:16.215Z Compiling constant_time_eq v0.3.1
22742026-08-27T04:50:16.344Z Compiling fragile v2.0.1
22752026-08-27T04:50:16.385Z Compiling xattr v1.6.1
22762026-08-27T04:50:16.580Z Compiling arrayvec v0.7.6
22772026-08-27T04:50:16.659Z Compiling arrayref v0.3.9
22782026-08-27T04:50:16.747Z Compiling downcast v0.11.0
22792026-08-27T04:50:16.792Z Compiling is_ci v1.2.0
22802026-08-27T04:50:16.840Z Compiling blake3 v1.8.2
22812026-08-27T04:50:16.902Z Compiling supports-color v3.0.2
22822026-08-27T04:50:17.094Z Compiling toml v0.7.8
22832026-08-27T04:50:17.156Z Compiling tar v0.4.45
22842026-08-27T04:50:17.424Z Compiling git-stub-vcs v0.1.0
22852026-08-27T04:50:17.811Z Compiling curl-sys v0.4.89+curl-8.20.0
22862026-08-27T04:50:18.195Z Compiling signal-hook-tokio v0.4.0
22872026-08-27T04:50:18.493Z Compiling scuffle v0.1.0
22882026-08-27T04:50:19.509Z Compiling drift v0.2.0
22892026-08-27T04:50:19.844Z Compiling kstat-rs v0.2.4
22902026-08-27T04:50:20.069Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-08-27T04:50:20.170Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-08-27T04:50:20.382Z Compiling topological-sort v0.2.2
22932026-08-27T04:50:20.490Z Compiling hex-literal v1.1.0
22942026-08-27T04:50:20.538Z Compiling omicron-zone-package v0.12.2
22952026-08-27T04:50:20.696Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-08-27T04:50:20.974Z Compiling dropshot-api-manager v0.7.2
22972026-08-27T04:50:22.288Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-08-27T04:50:22.792Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-27T04:50:23.406Z Compiling curl v0.4.50
23002026-08-27T04:50:23.965Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-08-27T04:50:24.223Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23022026-08-27T04:50:24.315Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-08-27T04:50:24.486Z Compiling iddqd v0.4.5
23042026-08-27T04:50:25.066Z Compiling internet-checksum v0.2.1
23052026-08-27T04:50:25.226Z Compiling search_path v0.1.4
23062026-08-27T04:50:25.271Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23072026-08-27T04:50:25.635Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23082026-08-27T04:50:28.611Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-08-27T04:50:28.808Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-08-27T04:51:17.776Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s
23112026-08-27T04:51:17.901Z Running unittests src/lib.rs (target/debug/deps/aal-82a1f74d3ac69fbb)
23122026-08-27T04:51:17.904Z
23132026-08-27T04:51:17.904Zrunning 0 tests
23142026-08-27T04:51:17.904Z
23152026-08-27T04:51:17.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162026-08-27T04:51:17.904Z
23172026-08-27T04:51:17.905Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23182026-08-27T04:51:17.908Z
23192026-08-27T04:51:17.908Zrunning 0 tests
23202026-08-27T04:51:17.908Z
23212026-08-27T04:51:17.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23222026-08-27T04:51:17.912Z
23232026-08-27T04:51:17.912Z Running unittests src/lib.rs (target/debug/deps/asic-2a637d6b322e6498)
23242026-08-27T04:51:17.912Z
23252026-08-27T04:51:17.912Zrunning 0 tests
23262026-08-27T04:51:17.912Z
23272026-08-27T04:51:17.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23282026-08-27T04:51:17.912Z
23292026-08-27T04:51:17.912Z Running unittests src/lib.rs (target/debug/deps/common-6597333c7fe7fdd6)
23302026-08-27T04:51:17.916Z
23312026-08-27T04:51:17.916Zrunning 4 tests
23322026-08-27T04:51:17.920Ztest nat::tests::test_vni ... ok
23332026-08-27T04:51:17.920Ztest network::tests::test_generate_ipv6_link_local ... ok
23342026-08-27T04:51:17.920Ztest test_purge ... ok
23352026-08-27T04:51:17.923Ztest illumos::test::address_exists_handles_missing_object ... ok
23362026-08-27T04:51:17.923Z
23372026-08-27T04:51:17.924Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-08-27T04:51:17.924Z
23392026-08-27T04:51:17.924Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5fa23a032ec3e709)
23402026-08-27T04:51:17.927Z
23412026-08-27T04:51:17.927Zrunning 1 test
23422026-08-27T04:51:17.927Z -------
23432026-08-27T04:51:17.927Z Generating OpenAPI documents from API definitions ...
23442026-08-27T04:51:18.067Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23452026-08-27T04:51:18.142Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23462026-08-27T04:51:19.228Z -------
23472026-08-27T04:51:19.228Z Checking 13 OpenAPI documents...
23482026-08-27T04:51:19.228Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-27T04:51:19.229Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-27T04:51:19.229Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-27T04:51:19.229Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-27T04:51:19.229Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-27T04:51:19.232Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-27T04:51:19.232Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-27T04:51:19.232Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-27T04:51:19.232Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-27T04:51:19.232Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-27T04:51:19.232Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-27T04:51:19.232Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-27T04:51:19.232Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-27T04:51:19.232Z Fresh dpd "latest" symlink
23622026-08-27T04:51:19.232Z -------
23632026-08-27T04:51:19.232Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23642026-08-27T04:51:19.299Ztest test::test_apis_up_to_date ... ok
23652026-08-27T04:51:19.299Z
23662026-08-27T04:51:19.299Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
23672026-08-27T04:51:19.299Z
23682026-08-27T04:51:19.356Z Running unittests src/main.rs (target/debug/deps/dpd-b1780fb65b021867)
23692026-08-27T04:51:19.363Z
23702026-08-27T04:51:19.363Zrunning 34 tests
23712026-08-27T04:51:19.368Ztest freemap::test_ordering ... ok
23722026-08-27T04:51:19.368Ztest config::tests::test_updates ... ok
23732026-08-27T04:51:19.368Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23742026-08-27T04:51:19.368Ztest freemap::test_split ... ok
23752026-08-27T04:51:19.368Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23762026-08-27T04:51:19.368Ztest macaddrs::tests::test_mac_offset ... ok
23772026-08-27T04:51:19.383Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23782026-08-27T04:51:19.383ZAug 27 04:51:18.462 DEBG created new freemapAug 27 04:51:18.462 DEBG created new freemap, unit: freemap_test
23792026-08-27T04:51:19.383Z, unit: Aug 27 04:51:18.462freemap_test DEBG
23802026-08-27T04:51:19.383Z initted freemap. size: 128, unit: freemap_testAug 27 04:51:18.462
23812026-08-27T04:51:19.383Z DEBG initted freemap. size: 128, Aug 27 04:51:18.462unit :DEBG freemap_testreset freemap
23822026-08-27T04:51:19.384Z, unit: freemap_test
23832026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG reset freemap, unit: freemap_test
23842026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG created new freemap, unit: freemap_test
23852026-08-27T04:51:19.384Ztest macaddrs::tests::test_parse_port_id ... ok
23862026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG initted freemap. size: 128, unit: freemap_test
23872026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG reset freemap, unit: freemap_test
23882026-08-27T04:51:19.384Ztest freemap::test_basic ... ok
23892026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG created new freemap, unit: freemap_test
23902026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG initted freemap. size: 128, unit: freemap_test
23912026-08-27T04:51:19.384ZAug 27 04:51:18.462 DEBG reset freemap, unit: freemap_test
23922026-08-27T04:51:19.384Ztest freemap::test_free ... ok
23932026-08-27T04:51:19.384Ztest freemap::test_exhaustion ... ok
23942026-08-27T04:51:19.384Ztest nat::test_mapping ... ok
23952026-08-27T04:51:19.384Ztest freemap::test_reclaim ... ok
23962026-08-27T04:51:19.384Ztest port_map::tests::test_backplane_group ... ok
23972026-08-27T04:51:19.384Ztest port_map::tests::test_port_map ... ok
23982026-08-27T04:51:19.384Ztest port_map::tests::dump_map ... ok
23992026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG created new freemap, unit: freemap_test
24002026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG initted freemap. size: 8, unit: freemap_test
24012026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG reset freemap, unit: freemap_test
24022026-08-27T04:51:19.384Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24032026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG created new freemap, unit: freemap_test
24042026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG initted freemap. size: 128, unit: freemap_test
24052026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG reset freemap, unit: freemap_test
24062026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG created new freemap, unit: freemap_route_ipv4
24072026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG created new freemap, unit: freemap_route_ipv6
24082026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24092026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG reset freemap, unit: freemap_route_ipv4
24102026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24112026-08-27T04:51:19.384ZAug 27 04:51:18.463 DEBG reset freemap, unit: freemap_route_ipv6
24122026-08-27T04:51:19.384ZAug 27 04:51:18.463 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24132026-08-27T04:51:19.384ZAug 27 04:51:18.463 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 } }]
24142026-08-27T04:51:19.384ZAug 27 04:51:18.463 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24152026-08-27T04:51:19.384ZAug 27 04:51:18.463 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 } }]
24162026-08-27T04:51:19.384ZAug 27 04:51:18.463 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24172026-08-27T04:51:19.384ZAug 27 04:51:18.463 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 } }]
24182026-08-27T04:51:19.384ZAug 27 04:51:18.463 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24192026-08-27T04:51:19.384ZAug 27 04:51:18.463 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 } }]
24202026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24212026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24222026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24232026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24242026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24252026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24262026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24272026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24282026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24292026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24302026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24312026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24322026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24332026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24342026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24352026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24362026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24372026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24382026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24392026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24402026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24412026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24422026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24432026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24442026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24452026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24462026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24472026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24482026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24492026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24502026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24512026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24522026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24532026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24542026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24552026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24562026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24572026-08-27T04:51:19.385ZAug 27 04:51:18.463 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 } }]
24582026-08-27T04:51:19.385ZAug 27 04:51:18.463 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24592026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24602026-08-27T04:51:19.386ZAug 27 04:51:18.463 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24612026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24622026-08-27T04:51:19.386ZAug 27 04:51:18.463 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24632026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24642026-08-27T04:51:19.386ZAug 27 04:51:18.463 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24652026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24662026-08-27T04:51:19.386ZAug 27 04:51:18.463 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
24672026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24682026-08-27T04:51:19.386ZAug 27 04:51:18.463 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24692026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24702026-08-27T04:51:19.386ZAug 27 04:51:18.463 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24712026-08-27T04:51:19.386ZAug 27 04:51:18.463 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 } }]
24722026-08-27T04:51:19.386ZAug 27 04:51:18.464 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
24732026-08-27T04:51:19.386ZAug 27 04:51:18.464 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 } }]
24742026-08-27T04:51:19.386ZAug 27 04:51:18.464 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
24752026-08-27T04:51:19.386ZAug 27 04:51:18.464 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 } }]
24762026-08-27T04:51:19.386ZAug 27 04:51:18.464 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
24772026-08-27T04:51:19.391ZAug 27 04:51:18.464 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 } }]
24782026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
24792026-08-27T04:51:19.391ZAug 27 04:51:18.464 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 } }]
24802026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
24812026-08-27T04:51:19.391ZAug 27 04:51:18.464 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24822026-08-27T04:51:19.391Ztest freemap::test_span ... ok
24832026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
24842026-08-27T04:51:19.391ZAug 27 04:51:18.464 DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24852026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
24862026-08-27T04:51:19.391ZAug 27 04:51:18.464 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24872026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
24882026-08-27T04:51:19.391ZAug 27 04:51:18.464 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 } }]
24892026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
24902026-08-27T04:51:19.391ZAug 27 04:51:18.464 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 } }]
24912026-08-27T04:51:19.391Ztest port_map::tests::parse_softnpu_revision ... ok
24922026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
24932026-08-27T04:51:19.391ZAug 27 04:51:18.464 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 } }]
24942026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
24952026-08-27T04:51:19.391ZAug 27 04:51:18.464 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24962026-08-27T04:51:19.391ZAug 27 04:51:18.464 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
24972026-08-27T04:51:19.391ZAug 27 04:51:18.464 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 } }]
24982026-08-27T04:51:19.391ZAug 27 04:51:18.464 Aug 27 04:51:18.464INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
24992026-08-27T04:51:19.391Zcreated new freemap, Aug 27 04:51:18.464unit :DEBG freemap_route_ipv4replacing 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 } }]
25002026-08-27T04:51:19.391Z
25012026-08-27T04:51:19.391ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGAug 27 04:51:18.464 INFOcreated new freemap DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
25022026-08-27T04:51:19.391Z, created new freemapunit, :unit :freemap_route_ipv4Aug 27 04:51:18.464
25032026-08-27T04:51:19.391Zfreemap_route_ipv6
25042026-08-27T04:51:19.391ZDEBG 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 } }]
25052026-08-27T04:51:19.391Ztest api_server::tests::test_build_info ... ok
25062026-08-27T04:51:19.391ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBG DEBGAug 27 04:51:18.464created new freemap , INFOunit : adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff initted freemap. size: 64
25072026-08-27T04:51:19.391Z, freemap_route_ipv6unit
25082026-08-27T04:51:19.391Z: freemap_route_ipv4Aug 27 04:51:18.464
25092026-08-27T04:51:19.392Z Aug 27 04:51:18.464DEBG 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 } }]DEBGAug 27 04:51:18.464
25102026-08-27T04:51:19.392Z initted freemap. size: 64DEBG, reset freemapunit, :unitAug 27 04:51:18.464 : freemap_route_ipv4INFO
25112026-08-27T04:51:19.392Z freemap_route_ipv4adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
25122026-08-27T04:51:19.392Z
25132026-08-27T04:51:19.392ZAug 27 04:51:18.464 DEBG Aug 27 04:51:18.464reset freemap Aug 27 04:51:18.464, unitDEBG: DEBGinitted freemap. size: 64freemap_route_ipv4,
25142026-08-27T04:51:19.392Zreplacing 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 } }]unit
25152026-08-27T04:51:19.392Z: freemap_route_ipv6Aug 27 04:51:18.464
25162026-08-27T04:51:19.392Z Aug 27 04:51:18.464DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffunitAug 27 04:51:18.464
25172026-08-27T04:51:19.392Z :DEBG freemap_route_ipv6reset freemap
25182026-08-27T04:51:19.392ZAug 27 04:51:18.464, unit: freemap_route_ipv6
25192026-08-27T04:51:19.392ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemap
25202026-08-27T04:51:19.392Z, unit: freemap_route_ipv4Aug 27 04:51:18.464
25212026-08-27T04:51:19.392Z DEBG Aug 27 04:51:18.464replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25222026-08-27T04:51:19.392ZDEBG created new freemap, Aug 27 04:51:18.464unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
25232026-08-27T04:51:19.392Z
25242026-08-27T04:51:19.392ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
25252026-08-27T04:51:19.392Zunit: freemap_route_ipv4
25262026-08-27T04:51:19.392ZAug 27 04:51:18.464 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 27 04:51:18.464
25272026-08-27T04:51:19.392Z DEBG reset freemapAug 27 04:51:18.464, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
25282026-08-27T04:51:19.392Z
25292026-08-27T04:51:19.392ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4initted freemap. size: 64
25302026-08-27T04:51:19.392Z, unitAug 27 04:51:18.464 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 } }]
25312026-08-27T04:51:19.392ZAug 27 04:51:18.464: INFOfreemap_route_ipv6
25322026-08-27T04:51:19.392Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
25332026-08-27T04:51:19.392ZAug 27 04:51:18.464 Aug 27 04:51:18.464DEBG 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
25342026-08-27T04:51:19.392Z: freemap_route_ipv6
25352026-08-27T04:51:19.392ZAug 27 04:51:18.464 INFO Aug 27 04:51:18.464adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25362026-08-27T04:51:19.392ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25372026-08-27T04:51:19.392ZAug 27 04:51:18.464 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 } }]Aug 27 04:51:18.464
25382026-08-27T04:51:19.392Z 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 27 04:51:18.464
25392026-08-27T04:51:19.392Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 27 04:51:18.464
25402026-08-27T04:51:19.392Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
25412026-08-27T04:51:19.392ZAug 27 04:51:18.464 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 27 04:51:18.464
25422026-08-27T04:51:19.392Z 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 } }]
25432026-08-27T04:51:19.392ZAug 27 04:51:18.464 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25442026-08-27T04:51:19.392ZAug 27 04:51:18.464 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
25452026-08-27T04:51:19.392ZAug 27 04:51:18.464 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.464
25462026-08-27T04:51:19.392Z DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.464
25472026-08-27T04:51:19.392Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 27 04:51:18.464
25482026-08-27T04:51:19.393Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25492026-08-27T04:51:19.393ZAug 27 04:51:18.464 DEBG Aug 27 04:51:18.464replacing 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 } }]
25502026-08-27T04:51:19.393ZDEBG 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 } }]
25512026-08-27T04:51:19.393ZAug 27 04:51:18.464 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 27 04:51:18.464
25522026-08-27T04:51:19.393Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25532026-08-27T04:51:19.393ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
25542026-08-27T04:51:19.393Z
25552026-08-27T04:51:19.393ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25562026-08-27T04:51:19.393Z
25572026-08-27T04:51:19.393ZAug 27 04:51:18.464Aug 27 04:51:18.464 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: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 } }]
25582026-08-27T04:51:19.393Z
25592026-08-27T04:51:19.393ZAug 27 04:51:18.464 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 27 04:51:18.464
25602026-08-27T04:51:19.393Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 27 04:51:18.464Aug 27 04:51:18.464
25612026-08-27T04:51:19.393Z DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
25622026-08-27T04:51:19.393ZAug 27 04:51:18.464, unitDEBG: Aug 27 04:51:18.464 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
25632026-08-27T04:51:19.393Zfreemap_route_ipv6 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25642026-08-27T04:51:19.393Z
25652026-08-27T04:51:19.393ZAug 27 04:51:18.464 INFOAug 27 04:51:18.464 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
25662026-08-27T04:51:19.393Z 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 27 04:51:18.464
25672026-08-27T04:51:19.393Z 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 } }]Aug 27 04:51:18.464
25682026-08-27T04:51:19.393ZAug 27 04:51:18.464 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25692026-08-27T04:51:19.393Z
25702026-08-27T04:51:19.393ZAug 27 04:51:18.464 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25712026-08-27T04:51:19.393ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGDEBG Aug 27 04:51:18.464replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25722026-08-27T04:51:19.393Z
25732026-08-27T04:51:19.393Z DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.464
25742026-08-27T04:51:19.393Z Aug 27 04:51:18.464 INFOINFOAug 27 04:51:18.464 adding route 3fff:dead::/64 -> 2001:db8::55:1
25752026-08-27T04:51:19.393ZINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25762026-08-27T04:51:19.393Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25772026-08-27T04:51:19.400ZAug 27 04:51:18.464Aug 27 04:51:18.464 Aug 27 04:51:18.464DEBG 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 } }]
25782026-08-27T04:51:19.400Zreplacing 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
25792026-08-27T04:51:19.400Z 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 } }]
25802026-08-27T04:51:19.400ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25812026-08-27T04:51:19.400Z
25822026-08-27T04:51:19.400ZAug 27 04:51:18.464 Aug 27 04:51:18.464Aug 27 04:51:18.464 INFODEBG adding route 3fff:beef:b::/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 } }]
25832026-08-27T04:51:19.400Z
25842026-08-27T04:51:19.400ZDEBG 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 } }]
25852026-08-27T04:51:19.400ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFOAug 27 04:51:18.464DEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25862026-08-27T04:51:19.400Z
25872026-08-27T04:51:19.400Zadding route 3fff:dead::/64 -> 2001:db8::55:2
25882026-08-27T04:51:19.400ZAug 27 04:51:18.464Aug 27 04:51:18.464 Aug 27 04:51:18.464INFO DEBG adding route 3fff:beef:c::/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 } }]
25892026-08-27T04:51:19.400ZDEBG
25902026-08-27T04:51:19.400Z 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 } }]
25912026-08-27T04:51:19.400ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25922026-08-27T04:51:19.400Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 27 04:51:18.464
25932026-08-27T04:51:19.400Z INFOAug 27 04:51:18.464 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 27 04:51:18.464INFO
25942026-08-27T04:51:19.400Z DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25952026-08-27T04:51:19.401Zreplacing 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 } }]
25962026-08-27T04:51:19.401ZAug 27 04:51:18.464 Aug 27 04:51:18.464DEBG DEBGAug 27 04:51:18.464 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: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 } }]
25972026-08-27T04:51:19.401Z
25982026-08-27T04:51:19.401ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25992026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 27 04:51:18.464
26002026-08-27T04:51:19.401Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26012026-08-27T04:51:19.401ZDEBG 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 } }]
26022026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGDEBG Aug 27 04:51:18.464replacing 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 } }]
26032026-08-27T04:51:19.401Zreplacing 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
26042026-08-27T04:51:19.401Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26052026-08-27T04:51:19.401ZAug 27 04:51:18.464 Aug 27 04:51:18.464INFOAug 27 04:51:18.464 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
26062026-08-27T04:51:19.401Z INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26072026-08-27T04:51:19.401ZAug 27 04:51:18.464adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26082026-08-27T04:51:19.401ZDEBG 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 27 04:51:18.464
26092026-08-27T04:51:19.401Z Aug 27 04:51:18.464INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 27 04:51:18.464replacing 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 } }]
26102026-08-27T04:51:19.401Z
26112026-08-27T04:51:19.401ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26122026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464 DEBGINFOAug 27 04:51:18.464 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
26132026-08-27T04:51:19.401Zreplacing 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 } }]
26142026-08-27T04:51:19.401Zreplacing 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 } }]
26152026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464 INFODEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26162026-08-27T04:51:19.401Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26172026-08-27T04:51:19.401Z
26182026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464 DEBGDEBG INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]
26192026-08-27T04:51:19.401Z
26202026-08-27T04:51:19.401Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26212026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464 Aug 27 04:51:18.464INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26222026-08-27T04:51:19.401Zreplacing 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
26232026-08-27T04:51:19.401Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26242026-08-27T04:51:19.401ZAug 27 04:51:18.464 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.464
26252026-08-27T04:51:19.401Z 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 27 04:51:18.464Aug 27 04:51:18.464
26262026-08-27T04:51:19.401ZINFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26272026-08-27T04:51:19.401Z
26282026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464 INFO DEBGDEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26292026-08-27T04:51:19.401Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26302026-08-27T04:51:19.401Z
26312026-08-27T04:51:19.401ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26322026-08-27T04:51:19.401Z
26332026-08-27T04:51:19.401Zreplacing 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 } }]
26342026-08-27T04:51:19.402ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464 INFODEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26352026-08-27T04:51:19.402Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26362026-08-27T04:51:19.402Z
26372026-08-27T04:51:19.402ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464 DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26382026-08-27T04:51:19.402Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
26392026-08-27T04:51:19.402Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26402026-08-27T04:51:19.402ZAug 27 04:51:18.464Aug 27 04:51:18.464 INFODEBGAug 27 04:51:18.464 adding route 3fff:beef:8::/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 } }]
26412026-08-27T04:51:19.402Z
26422026-08-27T04:51:19.402ZDEBG 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 } }]
26432026-08-27T04:51:19.402ZAug 27 04:51:18.464 Aug 27 04:51:18.464INFO DEBGAug 27 04:51:18.464adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26442026-08-27T04:51:19.402Z 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
26452026-08-27T04:51:19.402Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26462026-08-27T04:51:19.402ZAug 27 04:51:18.464Aug 27 04:51:18.464Aug 27 04:51:18.464DEBG 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 } }]DEBGDEBG
26472026-08-27T04:51:19.402Z created new freemap , unit : freemap_route_ipv4Aug 27 04:51:18.464
26482026-08-27T04:51:19.402ZDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.465replacing 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 } }]
26492026-08-27T04:51:19.402ZDEBG created new freemap, Aug 27 04:51:18.465unitAug 27 04:51:18.465: INFOfreemap_route_ipv6
26502026-08-27T04:51:19.402Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
26512026-08-27T04:51:19.402ZINFOAug 27 04:51:18.465 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
26522026-08-27T04:51:19.402Z
26532026-08-27T04:51:19.402Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26542026-08-27T04:51:19.402ZINFOAug 27 04:51:18.465Aug 27 04:51:18.465 DEBG reset freemap, unit: freemap_route_ipv4Aug 27 04:51:18.465
26552026-08-27T04:51:19.402Z DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 27 04:51:18.465 DEBG initted freemap. size: 64
26562026-08-27T04:51:19.402Z, 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 } }]unit
26572026-08-27T04:51:19.402Z: freemap_route_ipv6
26582026-08-27T04:51:19.402ZAug 27 04:51:18.465 DEBG reset freemapDEBG, unit: freemap_route_ipv6
26592026-08-27T04:51:19.402ZAug 27 04:51:18.465 Aug 27 04:51:18.465Aug 27 04:51:18.465 INFOINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
26602026-08-27T04:51:19.402Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
26612026-08-27T04:51:19.402Z Aug 27 04:51:18.465 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 } }]
26622026-08-27T04:51:19.402Z
26632026-08-27T04:51:19.402Zreplacing 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 27 04:51:18.465
26642026-08-27T04:51:19.402Z INFOAug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 27 04:51:18.465
26652026-08-27T04:51:19.402Z 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 } }]
26662026-08-27T04:51:19.402Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26672026-08-27T04:51:19.402ZAug 27 04:51:18.465 INFO Aug 27 04:51:18.465adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
26682026-08-27T04:51:19.402ZDEBG 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 } }]
26692026-08-27T04:51:19.402ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465DEBG INFOINFOreplacing 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 } }]
26702026-08-27T04:51:19.402Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26712026-08-27T04:51:19.402Z
26722026-08-27T04:51:19.402ZAug 27 04:51:18.465Aug 27 04:51:18.465Aug 27 04:51:18.465 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 } }]DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
26732026-08-27T04:51:19.403Z
26742026-08-27T04:51:19.403Zreplacing 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 } }]
26752026-08-27T04:51:19.403ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26762026-08-27T04:51:19.403Z
26772026-08-27T04:51:19.407Z 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 } }]
26782026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
26792026-08-27T04:51:19.407Z
26802026-08-27T04:51:19.407ZDEBG 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 } }]
26812026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465 INFODEBG INFOreplacing 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 } }]
26822026-08-27T04:51:19.407Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26832026-08-27T04:51:19.407Z
26842026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465INFODEBG adding route 3fff:beef:33::/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 } }]
26852026-08-27T04:51:19.407Z
26862026-08-27T04:51:19.407Z 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 27 04:51:18.465
26872026-08-27T04:51:19.407Z 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 } }]
26882026-08-27T04:51:19.407ZAug 27 04:51:18.465 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 27 04:51:18.465
26892026-08-27T04:51:19.407Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
26902026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465 INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26912026-08-27T04:51:19.407Zreplacing 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 27 04:51:18.465
26922026-08-27T04:51:19.407Z 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 } }]
26932026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.465
26942026-08-27T04:51:19.407ZINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26952026-08-27T04:51:19.407Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
26962026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26972026-08-27T04:51:19.407Z
26982026-08-27T04:51:19.407Z 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 } }]
26992026-08-27T04:51:19.407ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFOAug 27 04:51:18.465 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 } }]
27002026-08-27T04:51:19.407Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
27012026-08-27T04:51:19.407Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
27022026-08-27T04:51:19.407ZAug 27 04:51:18.465 Aug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG adding route 3fff:beef:1d::/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 } }]
27032026-08-27T04:51:19.408ZDEBG
27042026-08-27T04:51:19.408Zreplacing 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 } }]
27052026-08-27T04:51:19.408ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465 INFOINFODEBG adding route 3fff:beef:37::/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 } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27062026-08-27T04:51:19.408Z
27072026-08-27T04:51:19.408Z
27082026-08-27T04:51:19.408ZAug 27 04:51:18.465Aug 27 04:51:18.465 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 3fff:beef:1e::/64 -> 2001:db8::55:ff
27092026-08-27T04:51:19.408Z
27102026-08-27T04:51:19.408ZAug 27 04:51:18.465Aug 27 04:51:18.465 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 } }]
27112026-08-27T04:51:19.408ZAug 27 04:51:18.465 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27122026-08-27T04:51:19.408ZAug 27 04:51:18.465 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 } }]
27132026-08-27T04:51:19.408ZAug 27 04:51:18.465 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27142026-08-27T04:51:19.408Z Aug 27 04:51:18.465INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27152026-08-27T04:51:19.408ZAug 27 04:51:18.465replacing 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 } }]
27162026-08-27T04:51:19.408ZDEBG Aug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFOreplacing 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 } }]
27172026-08-27T04:51:19.408Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27182026-08-27T04:51:19.408Z
27192026-08-27T04:51:19.408ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
27202026-08-27T04:51:19.408Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27212026-08-27T04:51:19.408Zreplacing 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 } }]
27222026-08-27T04:51:19.408ZAug 27 04:51:18.465 Aug 27 04:51:18.465DEBGAug 27 04:51:18.465 DEBGINFOreplacing 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 } }]
27232026-08-27T04:51:19.408Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27242026-08-27T04:51:19.408Zreplacing 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 } }]
27252026-08-27T04:51:19.408ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465INFO DEBGINFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
27262026-08-27T04:51:19.408Z 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:1d::/64 -> 2001:db8::55:ff
27272026-08-27T04:51:19.408Z
27282026-08-27T04:51:19.408ZAug 27 04:51:18.465 DEBG Aug 27 04:51:18.465Aug 27 04:51:18.465 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 } }]INFODEBG
27292026-08-27T04:51:19.408Z adding route 3fff:beef:23::/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 } }]
27302026-08-27T04:51:19.408Z
27312026-08-27T04:51:19.408ZAug 27 04:51:18.465 INFO Aug 27 04:51:18.465Aug 27 04:51:18.465 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
27322026-08-27T04:51:19.408Z 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 } }]
27332026-08-27T04:51:19.408ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 27 04:51:18.465Aug 27 04:51:18.465
27342026-08-27T04:51:19.408Z INFODEBG adding route 3fff:beef:24::/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 } }]
27352026-08-27T04:51:19.408Ztest route::tests::grow_succeeds ... ok
27362026-08-27T04:51:19.408Z
27372026-08-27T04:51:19.408ZAug 27 04:51:18.465 DEBG Aug 27 04:51:18.465Aug 27 04:51:18.465 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 } }]
27382026-08-27T04:51:19.408ZINFODEBG adding route 3fff:beef:3b::/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 } }]
27392026-08-27T04:51:19.408Z
27402026-08-27T04:51:19.408ZAug 27 04:51:18.465 Aug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27412026-08-27T04:51:19.409Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27422026-08-27T04:51:19.409Z
27432026-08-27T04:51:19.409ZAug 27 04:51:18.465 DEBGAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
27442026-08-27T04:51:19.409Z
27452026-08-27T04:51:19.409Zreplacing 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 } }]
27462026-08-27T04:51:19.409ZAug 27 04:51:18.465 Aug 27 04:51:18.465DEBG Aug 27 04:51:18.465INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27472026-08-27T04:51:19.409Z
27482026-08-27T04:51:19.409Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27492026-08-27T04:51:19.409ZAug 27 04:51:18.465 Aug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO 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 } }]adding route 3fff:beef:3d::/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 } }]
27502026-08-27T04:51:19.409Z
27512026-08-27T04:51:19.409Z
27522026-08-27T04:51:19.409ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFOAug 27 04:51:18.465 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:21::/64 -> 2001:db8::55:ff
27532026-08-27T04:51:19.409Z
27542026-08-27T04:51:19.409ZINFO Aug 27 04:51:18.465adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 27 04:51:18.465
27552026-08-27T04:51:19.409Z 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:3e::/64 -> 2001:db8::55:ff
27562026-08-27T04:51:19.409Z
27572026-08-27T04:51:19.409ZAug 27 04:51:18.465 DEBGAug 27 04:51:18.465Aug 27 04:51:18.465 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 } }]DEBGINFO
27582026-08-27T04:51:19.409Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }]
27592026-08-27T04:51:19.409Z
27602026-08-27T04:51:19.409ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465INFO INFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27612026-08-27T04:51:19.409Z
27622026-08-27T04:51:19.409Z
27632026-08-27T04:51:19.409ZAug 27 04:51:18.465Aug 27 04:51:18.465 Aug 27 04:51:18.465DEBG DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
27642026-08-27T04:51:19.409Z
27652026-08-27T04:51:19.409Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27662026-08-27T04:51:19.409ZAug 27 04:51:18.465 INFOAug 27 04:51:18.465 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 27 04:51:18.465DEBG
27672026-08-27T04:51:19.409Zfailed to allocate space for the new target listDEBG
27682026-08-27T04:51:19.409Z 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 } }]
27692026-08-27T04:51:19.409ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.465replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
27702026-08-27T04:51:19.409ZINFO
27712026-08-27T04:51:19.409Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27722026-08-27T04:51:19.409ZAug 27 04:51:18.465Aug 27 04:51:18.465Aug 27 04:51:18.465 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27732026-08-27T04:51:19.409Zfailed to allocate space for the new target list adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27742026-08-27T04:51:19.409Z
27752026-08-27T04:51:19.409ZAug 27 04:51:18.465 Aug 27 04:51:18.465INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27762026-08-27T04:51:19.409Zreplacing 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 } }]
27772026-08-27T04:51:19.416ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27782026-08-27T04:51:19.416Z
27792026-08-27T04:51:19.416ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27802026-08-27T04:51:19.416Z
27812026-08-27T04:51:19.416ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27822026-08-27T04:51:19.417Z
27832026-08-27T04:51:19.417ZAug 27 04:51:18.465 Aug 27 04:51:18.465DEBG 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 } }]
27842026-08-27T04:51:19.417Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27852026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG adding route 3fff:beef:2d::/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 } }]
27862026-08-27T04:51:19.417Z
27872026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27882026-08-27T04:51:19.417Z
27892026-08-27T04:51:19.417ZAug 27 04:51:18.465 Aug 27 04:51:18.465INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27902026-08-27T04:51:19.417Zreplacing 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 } }]
27912026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG adding route 3fff:beef:29::/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 } }]
27922026-08-27T04:51:19.417Z
27932026-08-27T04:51:19.417ZAug 27 04:51:18.465 Aug 27 04:51:18.465INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27942026-08-27T04:51:19.417Zreplacing 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 } }]
27952026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27962026-08-27T04:51:19.417Z
27972026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27982026-08-27T04:51:19.417Z
27992026-08-27T04:51:19.417ZAug 27 04:51:18.465 Aug 27 04:51:18.465INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28002026-08-27T04:51:19.417Zreplacing 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 } }]
28012026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28022026-08-27T04:51:19.417Z
28032026-08-27T04:51:19.417ZAug 27 04:51:18.465Aug 27 04:51:18.465 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28042026-08-27T04:51:19.417Z
28052026-08-27T04:51:19.417ZAug 27 04:51:18.465 Aug 27 04:51:18.465DEBG 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 } }]
28062026-08-27T04:51:19.417Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28072026-08-27T04:51:19.417ZAug 27 04:51:18.465 Aug 27 04:51:18.465INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28082026-08-27T04:51:19.417Zreplacing 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 27 04:51:18.465
28092026-08-27T04:51:19.417Z DEBG created new freemapAug 27 04:51:18.465Aug 27 04:51:18.465, DEBGINFO 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 } }]
28102026-08-27T04:51:19.417Zadding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4
28112026-08-27T04:51:19.417Z
28122026-08-27T04:51:19.417ZAug 27 04:51:18.465 INFOAug 27 04:51:18.466Aug 27 04:51:18.466 DEBGDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28132026-08-27T04:51:19.417Zcreated new freemapreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
28142026-08-27T04:51:19.417Z: Aug 27 04:51:18.466freemap_route_ipv6 Aug 27 04:51:18.466DEBG
28152026-08-27T04:51:19.417Z 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 } }]
28162026-08-27T04:51:19.417Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28172026-08-27T04:51:19.417ZAug 27 04:51:18.466 Aug 27 04:51:18.466DEBGAug 27 04:51:18.466 DEBGINFO initted freemap. size: 64 , replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
28182026-08-27T04:51:19.417Z
28192026-08-27T04:51:19.418Z: freemap_route_ipv4Aug 27 04:51:18.466
28202026-08-27T04:51:19.418Z INFO Aug 27 04:51:18.466adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 27 04:51:18.466
28212026-08-27T04:51:19.418ZDEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapAug 27 04:51:18.466
28222026-08-27T04:51:19.418Z, unitDEBG :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 } }]
28232026-08-27T04:51:19.418ZAug 27 04:51:18.466freemap_route_ipv4
28242026-08-27T04:51:19.418ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 27 04:51:18.466
28252026-08-27T04:51:19.418Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 27 04:51:18.466
28262026-08-27T04:51:19.418Z Aug 27 04:51:18.466DEBG initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 27 04:51:18.466 freemap_route_ipv6DEBG
28272026-08-27T04:51:19.418Z
28282026-08-27T04:51:19.418Z 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 } }]
28292026-08-27T04:51:19.418ZAug 27 04:51:18.466 Aug 27 04:51:18.466Aug 27 04:51:18.466DEBG INFOreset freemap , adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28302026-08-27T04:51:19.418ZINFOunit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28312026-08-27T04:51:19.418ZAug 27 04:51:18.466freemap_route_ipv6
28322026-08-27T04:51:19.418ZDEBG 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 } }]
28332026-08-27T04:51:19.418ZAug 27 04:51:18.466Aug 27 04:51:18.466 Aug 27 04:51:18.466 INFODEBG 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 } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
28342026-08-27T04:51:19.418Z
28352026-08-27T04:51:19.418Z
28362026-08-27T04:51:19.418ZAug 27 04:51:18.466Aug 27 04:51:18.466Aug 27 04:51:18.466 DEBGDEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28372026-08-27T04:51:19.418Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28382026-08-27T04:51:19.418Z
28392026-08-27T04:51:19.418ZAug 27 04:51:18.466 Aug 27 04:51:18.466INFO Aug 27 04:51:18.466DEBG adding route 3fff:beef:39::/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 } }]
28402026-08-27T04:51:19.418Z
28412026-08-27T04:51:19.418ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
28422026-08-27T04:51:19.418ZAug 27 04:51:18.466 DEBGAug 27 04:51:18.466 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28432026-08-27T04:51:19.418Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28442026-08-27T04:51:19.418ZAug 27 04:51:18.466Aug 27 04:51:18.466 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28452026-08-27T04:51:19.418Z
28462026-08-27T04:51:19.418ZAug 27 04:51:18.466 Aug 27 04:51:18.466INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28472026-08-27T04:51:19.418Zreplacing 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 } }]
28482026-08-27T04:51:19.418ZAug 27 04:51:18.466Aug 27 04:51:18.466 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28492026-08-27T04:51:19.418ZAug 27 04:51:18.466 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 } }]
28502026-08-27T04:51:19.418ZAug 27 04:51:18.466 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28512026-08-27T04:51:19.419ZAug 27 04:51:18.466Aug 27 04:51:18.466 DEBGDEBG created new freemapreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
28522026-08-27T04:51:19.419Z
28532026-08-27T04:51:19.419Zunit: freemap_route_ipv4
28542026-08-27T04:51:19.419ZAug 27 04:51:18.466 DEBG failed to allocate space for the new target list
28552026-08-27T04:51:19.419ZAug 27 04:51:18.466 Aug 27 04:51:18.466DEBG 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 } }]
28562026-08-27T04:51:19.419Zcreated new freemap, unit: freemap_route_ipv4
28572026-08-27T04:51:19.419ZAug 27 04:51:18.466 Aug 27 04:51:18.466 DEBGINFO created new freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, unit
28582026-08-27T04:51:19.419Z: freemap_route_ipv6
28592026-08-27T04:51:19.419ZAug 27 04:51:18.466 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
28602026-08-27T04:51:19.419ZAug 27 04:51:18.466 DEBGAug 27 04:51:18.466 DEBG reset freemap, unit: freemap_route_ipv4
28612026-08-27T04:51:19.419Zreplacing 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 } }]
28622026-08-27T04:51:19.419ZAug 27 04:51:18.466 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
28632026-08-27T04:51:19.419ZAug 27 04:51:18.466 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 27 04:51:18.466
28642026-08-27T04:51:19.419Z DEBG reset freemapAug 27 04:51:18.466, unitDEBG: replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
28652026-08-27T04:51:19.419Z
28662026-08-27T04:51:19.419ZAug 27 04:51:18.466Aug 27 04:51:18.466 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
28672026-08-27T04:51:19.419Z
28682026-08-27T04:51:19.419ZAug 27 04:51:18.466Aug 27 04:51:18.466 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
28692026-08-27T04:51:19.419Z
28702026-08-27T04:51:19.419ZAug 27 04:51:18.466Aug 27 04:51:18.466 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
28712026-08-27T04:51:19.419Z
28722026-08-27T04:51:19.419ZAug 27 04:51:18.466Aug 27 04:51:18.466 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: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 } }]
28732026-08-27T04:51:19.419Z
28742026-08-27T04:51:19.419ZAug 27 04:51:18.466Aug 27 04:51:18.466 INFOINFOAug 27 04:51:18.466 adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
28752026-08-27T04:51:19.419Z
28762026-08-27T04:51:19.419Zcreated new freemap, Aug 27 04:51:18.466unit :Aug 27 04:51:18.466 freemap_route_ipv6DEBGDEBG
28772026-08-27T04:51:19.424Z 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 } }]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 } }]
28782026-08-27T04:51:19.424Z
28792026-08-27T04:51:19.424ZAug 27 04:51:18.466 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28802026-08-27T04:51:19.424ZAug 27 04:51:18.467 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 } }]Aug 27 04:51:18.466
28812026-08-27T04:51:19.424Z DEBG Aug 27 04:51:18.467initted freemap. size: 64 , Aug 27 04:51:18.467unit INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
28822026-08-27T04:51:19.424Z
28832026-08-27T04:51:19.424Zfreemap_route_ipv4
28842026-08-27T04:51:19.424ZAug 27 04:51:18.467Aug 27 04:51:18.467 Aug 27 04:51:18.467 DEBGDEBG 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 } }]
28852026-08-27T04:51:19.424Zreset freemapreplacing 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 } }],
28862026-08-27T04:51:19.424Zunit: freemap_route_ipv4
28872026-08-27T04:51:19.424ZAug 27 04:51:18.467Aug 27 04:51:18.467 INFOINFO Aug 27 04:51:18.467adding route 3fff:beef::/64 -> 2001:db8::55:ff
28882026-08-27T04:51:19.424ZDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64
28892026-08-27T04:51:19.424Z, unit: Aug 27 04:51:18.467freemap_route_ipv6
28902026-08-27T04:51:19.424ZDEBGAug 27 04:51:18.467 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28912026-08-27T04:51:19.424Z Aug 27 04:51:18.467replacing 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 } }]
28922026-08-27T04:51:19.424ZDEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
28932026-08-27T04:51:19.424Zreset freemapAug 27 04:51:18.467, unitINFO :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 27 04:51:18.467
28942026-08-27T04:51:19.424Zfreemap_route_ipv6Aug 27 04:51:18.467
28952026-08-27T04:51:19.424Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
28962026-08-27T04:51:19.424Z Aug 27 04:51:18.467replacing 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 27 04:51:18.467
28972026-08-27T04:51:19.424Z INFOAug 27 04:51:18.467DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
28982026-08-27T04:51:19.424Z
28992026-08-27T04:51:19.424Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.467
29002026-08-27T04:51:19.424ZINFO Aug 27 04:51:18.467Aug 27 04:51:18.467 Aug 27 04:51:18.467DEBGINFO 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 } }]
29012026-08-27T04:51:19.424Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29022026-08-27T04:51:19.424Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
29032026-08-27T04:51:19.424Z
29042026-08-27T04:51:19.424ZAug 27 04:51:18.467Aug 27 04:51:18.467 INFOAug 27 04:51:18.467DEBGAug 27 04:51:18.467 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29052026-08-27T04:51:19.424Zadding route 172.17.0.0/32 -> 10.0.0.255
29062026-08-27T04:51:19.424ZDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 27 04:51:18.467Aug 27 04:51:18.467
29072026-08-27T04:51:19.424Z DEBGDEBG
29082026-08-27T04:51:19.424Z failed to allocate space for the new target list
29092026-08-27T04:51:19.424Zreplacing 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 } }]
29102026-08-27T04:51:19.424ZAug 27 04:51:18.467 Aug 27 04:51:18.467Aug 27 04:51:18.467Aug 27 04:51:18.467 INFODEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
29112026-08-27T04:51:19.424Zadding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
29122026-08-27T04:51:19.424Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
29132026-08-27T04:51:19.424Z
29142026-08-27T04:51:19.424ZAug 27 04:51:18.467Aug 27 04:51:18.467Aug 27 04:51:18.467 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 } }]
29152026-08-27T04:51:19.425Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
29162026-08-27T04:51:19.425Z 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 27 04:51:18.467
29172026-08-27T04:51:19.425Z Aug 27 04:51:18.467INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
29182026-08-27T04:51:19.425Zadding route 172.17.0.2/32 -> 10.0.0.255
29192026-08-27T04:51:19.425ZAug 27 04:51:18.467 INFOAug 27 04:51:18.467 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 27 04:51:18.467
29202026-08-27T04:51:19.425Z DEBGAug 27 04:51:18.467 DEBG Aug 27 04:51:18.467created new freemapDEBG , 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 } }]unitreplacing 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 } }]:
29212026-08-27T04:51:19.425Z freemap_route_ipv4
29222026-08-27T04:51:19.425Z
29232026-08-27T04:51:19.425ZAug 27 04:51:18.467 Aug 27 04:51:18.467DEBG created new freemap, unit:DEBG Aug 27 04:51:18.467freemap_route_ipv6
29242026-08-27T04:51:19.425Z INFO adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29252026-08-27T04:51:19.425ZAug 27 04:51:18.467 DEBG
29262026-08-27T04:51:19.425Zinitted freemap. size: 64, unit: freemap_route_ipv4
29272026-08-27T04:51:19.425ZAug 27 04:51:18.467Aug 27 04:51:18.467Aug 27 04:51:18.467Aug 27 04:51:18.467 DEBGDEBG reset freemap, unitINFO: freemap_route_ipv4DEBG
29282026-08-27T04:51:19.425Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
29292026-08-27T04:51:19.425Z Aug 27 04:51:18.467 DEBGAug 27 04:51:18.467 initted freemap. size: 64created new freemap, , unitDEBGreplacing 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 } }]:
29302026-08-27T04:51:19.425Z unitfreemap_route_ipv6:
29312026-08-27T04:51:19.425ZAug 27 04:51:18.467 Aug 27 04:51:18.467replacing 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 } }]
29322026-08-27T04:51:19.425ZDEBG reset freemap, unit: freemap_route_ipv6
29332026-08-27T04:51:19.425ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
29342026-08-27T04:51:19.425Z Aug 27 04:51:18.467freemap_route_ipv4Aug 27 04:51:18.467 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
29352026-08-27T04:51:19.425Z
29362026-08-27T04:51:19.425ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
29372026-08-27T04:51:19.425ZAug 27 04:51:18.467 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 } }]
29382026-08-27T04:51:19.425ZAug 27 04:51:18.467 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
29392026-08-27T04:51:19.425ZAug 27 04:51:18.467Aug 27 04:51:18.467 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:51:18.467
29402026-08-27T04:51:19.425Ztest route::tests::identity_replace_is_noop ... ok
29412026-08-27T04:51:19.425Z DEBGDEBGAug 27 04:51:18.467 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 } }]
29422026-08-27T04:51:19.425Ztest route::tests::rollback_on_compact_delete_failure ... ok
29432026-08-27T04:51:19.425Zreplacing 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 } }]
29442026-08-27T04:51:19.425Zreplacing 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 } }]
29452026-08-27T04:51:19.425Zcreated new freemapAug 27 04:51:18.467Aug 27 04:51:18.467 Aug 27 04:51:18.467INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
29462026-08-27T04:51:19.425ZINFOAug 27 04:51:18.467 DEBGadding route 172.17.0.5/32 -> 10.0.0.255
29472026-08-27T04:51:19.425Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
29482026-08-27T04:51:19.425Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff, Aug 27 04:51:18.467 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:51:18.467
29492026-08-27T04:51:19.425Zunit: freemap_route_ipv6 Aug 27 04:51:18.467
29502026-08-27T04:51:19.425Z 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 27 04:51:18.467
29512026-08-27T04:51:19.425Z 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 } }]DEBGAug 27 04:51:18.467 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
29522026-08-27T04:51:19.425Z INFO Aug 27 04:51:18.467
29532026-08-27T04:51:19.425Z 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 } }]Aug 27 04:51:18.467 DEBG
29542026-08-27T04:51:19.426Z created new freemap, Aug 27 04:51:18.467 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 27 04:51:18.467
29552026-08-27T04:51:19.426Z unitDEBG: Aug 27 04:51:18.467replacing 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 } }]
29562026-08-27T04:51:19.426Zfreemap_route_ipv4DEBG
29572026-08-27T04:51:19.426Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.467 Aug 27 04:51:18.468INFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255created new freemap
29582026-08-27T04:51:19.426ZAug 27 04:51:18.467, unit :DEBG freemap_route_ipv4created new freemap
29592026-08-27T04:51:19.426ZAug 27 04:51:18.485, unitDEBG: freemap_route_ipv4
29602026-08-27T04:51:19.426ZAug 27 04:51:18.485
29612026-08-27T04:51:19.426ZDEBG created new freemap
29622026-08-27T04:51:19.426Z, unit:Aug 27 04:51:18.467 freemap_route_ipv6Aug 27 04:51:18.485
29632026-08-27T04:51:19.426ZDEBG Aug 27 04:51:18.485created new freemap INFO, DEBGAug 27 04:51:18.485 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGunitinitted freemap. size: 64
29642026-08-27T04:51:19.426Z:, unitfreemap_route_ipv4Aug 27 04:51:18.485: Aug 27 04:51:18.485
29652026-08-27T04:51:19.426Z DEBGDEBG freemap_route_ipv4initted freemap. size: 64
29662026-08-27T04:51:19.426Z, unitreplacing 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 } }]created new freemap
29672026-08-27T04:51:19.426ZAug 27 04:51:18.485 , :unit :freemap_route_ipv4DEBG
29682026-08-27T04:51:19.426Z Aug 27 04:51:18.485created new freemap Aug 27 04:51:18.485freemap_route_ipv6DEBGAug 27 04:51:18.485
29692026-08-27T04:51:19.426Z , reset freemapunitDEBGINFO :adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
29702026-08-27T04:51:19.426ZAug 27 04:51:18.485freemap_route_ipv6
29712026-08-27T04:51:19.426ZDEBG , reset freemapAug 27 04:51:18.485unitinitted freemap. size: 64, Aug 27 04:51:18.485 unit: , freemap_route_ipv4DEBG
29722026-08-27T04:51:19.426Z initted freemap. size: 64unitDEBG, ::unit Aug 27 04:51:18.485replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4:
29732026-08-27T04:51:19.426Zfreemap_route_ipv4 freemap_route_ipv4
29742026-08-27T04:51:19.426Z
29752026-08-27T04:51:19.426ZDEBG
29762026-08-27T04:51:19.426Z Aug 27 04:51:18.485initted freemap. size: 64 Aug 27 04:51:18.485DEBG Aug 27 04:51:18.485DEBG reset freemapinitted freemap. size: 64, INFO, , unitunitunit:adding route 3fff:beef:13::/64 -> 2001:db8::55:ff :
29772026-08-27T04:51:19.430Zfreemap_route_ipv6 :Aug 27 04:51:18.485 freemap_route_ipv6
29782026-08-27T04:51:19.430ZDEBGAug 27 04:51:18.485
29792026-08-27T04:51:19.430Zfreemap_route_ipv4
29802026-08-27T04:51:19.431ZDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
29812026-08-27T04:51:19.431ZAug 27 04:51:18.485Aug 27 04:51:18.485 DEBG, DEBGunitAug 27 04:51:18.485: freemap_route_ipv4 reset freemapAug 27 04:51:18.485reset freemap,
29822026-08-27T04:51:19.431ZunitDEBG, INFOinitted freemap. size: 64unit: freemap_route_ipv6adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, Aug 27 04:51:18.485:
29832026-08-27T04:51:19.431Zunit freemap_route_ipv6:
29842026-08-27T04:51:19.431Zfreemap_route_ipv6
29852026-08-27T04:51:19.431Z
29862026-08-27T04:51:19.431ZDEBGAug 27 04:51:18.485 initted freemap. size: 64DEBG, Aug 27 04:51:18.485 unitAug 27 04:51:18.485INFOreplacing 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 } }]
29872026-08-27T04:51:19.431Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:51:18.485
29882026-08-27T04:51:19.431ZINFO DEBG: freemap_route_ipv6Aug 27 04:51:18.485
29892026-08-27T04:51:19.431Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:51:18.485 DEBGINFOreset freemap adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29902026-08-27T04:51:19.431Z
29912026-08-27T04:51:19.431Z Aug 27 04:51:18.485 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 27 04:51:18.485
29922026-08-27T04:51:19.431Z reset freemapAug 27 04:51:18.485unit , DEBGunit: 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 27 04:51:18.485
29932026-08-27T04:51:19.431ZDEBGfreemap_route_ipv6: freemap_route_ipv6INFO
29942026-08-27T04:51:19.431ZAug 27 04:51:18.485 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
29952026-08-27T04:51:19.431ZINFO
29962026-08-27T04:51:19.431Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
29972026-08-27T04:51:19.431ZAug 27 04:51:18.485
29982026-08-27T04:51:19.431ZAug 27 04:51:18.485 INFOAug 27 04:51:18.485 INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:51:18.485
29992026-08-27T04:51:19.431Z
30002026-08-27T04:51:19.431ZDEBG
30012026-08-27T04:51:19.431Zreplacing 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 27 04:51:18.485
30022026-08-27T04:51:19.431Z DEBGAug 27 04:51:18.485 Aug 27 04:51:18.485replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30032026-08-27T04:51:19.431ZDEBGAug 27 04:51:18.485Aug 27 04:51:18.485 DEBGINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 3fff:beef:17::/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 } }]
30042026-08-27T04:51:19.431Z
30052026-08-27T04:51:19.431Z
30062026-08-27T04:51:19.431Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
30072026-08-27T04:51:19.431ZAug 27 04:51:18.485Aug 27 04:51:18.485Aug 27 04:51:18.485 Aug 27 04:51:18.485INFODEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3
30082026-08-27T04:51:19.431Z
30092026-08-27T04:51:19.431ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 27 04:51:18.485INFO Aug 27 04:51:18.485 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
30102026-08-27T04:51:19.431Z
30112026-08-27T04:51:19.431Z adding route 172.16.0.0/32 -> 10.0.0.2
30122026-08-27T04:51:19.431ZAug 27 04:51:18.485
30132026-08-27T04:51:19.431Z Aug 27 04:51:18.485 DEBGAug 27 04:51:18.485 Aug 27 04:51:18.485DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30142026-08-27T04:51:19.431ZDEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30152026-08-27T04:51:19.431ZAug 27 04:51:18.485replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30162026-08-27T04:51:19.431Z DEBG
30172026-08-27T04:51:19.431Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:51:18.485Aug 27 04:51:18.485 INFOINFO
30182026-08-27T04:51:19.431Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
30192026-08-27T04:51:19.432ZAug 27 04:51:18.485Aug 27 04:51:18.485
30202026-08-27T04:51:19.432Z INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 27 04:51:18.485
30212026-08-27T04:51:19.432Z DEBG
30222026-08-27T04:51:19.432ZAug 27 04:51:18.485Aug 27 04:51:18.485 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:51:18.485INFO
30232026-08-27T04:51:19.432Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:51:18.485DEBG DEBG
30242026-08-27T04:51:19.432Zreplacing 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 27 04:51:18.485DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:beef: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
30252026-08-27T04:51:19.432Z
30262026-08-27T04:51:19.432Z
30272026-08-27T04:51:19.432Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30282026-08-27T04:51:19.432ZAug 27 04:51:18.485 Aug 27 04:51:18.485Aug 27 04:51:18.485DEBG 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 } }]INFO
30292026-08-27T04:51:19.432Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 27 04:51:18.485adding route 172.17.0.1/32 -> 10.0.0.255
30302026-08-27T04:51:19.432Z
30312026-08-27T04:51:19.432ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 27 04:51:18.485Aug 27 04:51:18.485 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 } }]
30322026-08-27T04:51:19.432Z
30332026-08-27T04:51:19.432ZAug 27 04:51:18.485Aug 27 04:51:18.485 DEBGAug 27 04:51:18.485 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGWARN
30342026-08-27T04:51:19.432Zreplacing 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 } }]
30352026-08-27T04:51:19.432Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
30362026-08-27T04:51:19.432Z Aug 27 04:51:18.485Aug 27 04:51:18.485replacing 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
30372026-08-27T04:51:19.432Z INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
30382026-08-27T04:51:19.432Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 27 04:51:18.486
30392026-08-27T04:51:19.432ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 27 04:51:18.486 DEBG
30402026-08-27T04:51:19.432ZAug 27 04:51:18.486 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30412026-08-27T04:51:19.432Zreplacing 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 27 04:51:18.486
30422026-08-27T04:51:19.432Z 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 } }]
30432026-08-27T04:51:19.432ZAug 27 04:51:18.486 Aug 27 04:51:18.486INFO Aug 27 04:51:18.486INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
30442026-08-27T04:51:19.432Ztest route::tests::rollback_on_index_readd_failure ... ok
30452026-08-27T04:51:19.432Zadding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
30462026-08-27T04:51:19.432Z
30472026-08-27T04:51:19.432ZAug 27 04:51:18.486Aug 27 04:51:18.486 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 } }]
30482026-08-27T04:51:19.432Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 27 04:51:18.486Aug 27 04:51:18.486 DEBGINFO
30492026-08-27T04:51:19.432Z adding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }]
30502026-08-27T04:51:19.432Z
30512026-08-27T04:51:19.432Z 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 } }]
30522026-08-27T04:51:19.432ZAug 27 04:51:18.486Aug 27 04:51:18.486 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30532026-08-27T04:51:19.432Z
30542026-08-27T04:51:19.432ZAug 27 04:51:18.486Aug 27 04:51:18.486 INFODEBGAug 27 04:51:18.486 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 } }]
30552026-08-27T04:51:19.432Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 27 04:51:18.486INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255
30562026-08-27T04:51:19.432Zreplacing 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 27 04:51:18.486
30572026-08-27T04:51:19.432Z
30582026-08-27T04:51:19.433Z INFOAug 27 04:51:18.486 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 27 04:51:18.486DEBG Aug 27 04:51:18.486INFO
30592026-08-27T04:51:19.433Zreplacing 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
30602026-08-27T04:51:19.433Zadding route 3fff:beef:1e::/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 } }]
30612026-08-27T04:51:19.433ZAug 27 04:51:18.486 DEBG created new freemapAug 27 04:51:18.493, unitDEBG: 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 27 04:51:18.493
30622026-08-27T04:51:19.433Zfreemap_route_ipv4
30632026-08-27T04:51:19.433ZINFO adding route 172.17.0.6/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 } }]
30642026-08-27T04:51:19.433Z
30652026-08-27T04:51:19.433ZAug 27 04:51:18.493 Aug 27 04:51:18.493Aug 27 04:51:18.493DEBGAug 27 04:51:18.493 INFO DEBGcreated new freemapINFO , 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 } }]unit
30662026-08-27T04:51:19.433Z:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
30672026-08-27T04:51:19.433Zadding route 172.17.0.7/32 -> 10.0.0.255 freemap_route_ipv6Aug 27 04:51:18.493
30682026-08-27T04:51:19.433Z
30692026-08-27T04:51:19.433ZAug 27 04:51:18.493INFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
30702026-08-27T04:51:19.433ZAug 27 04:51:18.493Aug 27 04:51:18.493 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBGinitted freemap. size: 64
30712026-08-27T04:51:19.433Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.493
30722026-08-27T04:51:19.433Z, unitDEBGAug 27 04:51:18.493: replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.493freemap_route_ipv4INFO
30732026-08-27T04:51:19.433ZINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 172.17.0.8/32 -> 10.0.0.255
30742026-08-27T04:51:19.433Z
30752026-08-27T04:51:19.433Z
30762026-08-27T04:51:19.433ZAug 27 04:51:18.493 Aug 27 04:51:18.493Aug 27 04:51:18.493INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBG
30772026-08-27T04:51:19.437Z Aug 27 04:51:18.493replacing 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 } }]
30782026-08-27T04:51:19.437ZAug 27 04:51:18.486 DEBG DEBG DEBGAug 27 04:51:18.493Aug 27 04:51:18.493reset freemap INFODEBG , adding route 3fff:beef:21::/64 -> 2001:db8::55:ff created new freemapunit 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 } }],
30792026-08-27T04:51:19.437Zunit:
30802026-08-27T04:51:19.437Z: freemap_route_ipv4freemap_route_ipv4
30812026-08-27T04:51:19.437Z
30822026-08-27T04:51:19.437Zreplacing 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 27 04:51:18.493Aug 27 04:51:18.493
30832026-08-27T04:51:19.437Z DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.493INFOAug 27 04:51:18.493
30842026-08-27T04:51:19.437Z DEBGAug 27 04:51:18.493 adding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 27 04:51:18.493
30852026-08-27T04:51:19.438Z initted freemap. size: 64INFOINFO, unitadding route 172.17.0.9/32 -> 10.0.0.255:adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
30862026-08-27T04:51:19.438Zcreated new freemapfreemap_route_ipv6
30872026-08-27T04:51:19.438ZAug 27 04:51:18.493
30882026-08-27T04:51:19.438Z, unitAug 27 04:51:18.493: DEBGDEBG Aug 27 04:51:18.493freemap_route_ipv6Aug 27 04:51:18.493 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 } }]
30892026-08-27T04:51:19.438Z DEBG
30902026-08-27T04:51:19.438Z 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 } }]
30912026-08-27T04:51:19.438ZDEBG 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 } }]reset freemap
30922026-08-27T04:51:19.438Z, unitAug 27 04:51:18.493: INFOAug 27 04:51:18.493 freemap_route_ipv6Aug 27 04:51:18.493
30932026-08-27T04:51:19.438Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG
30942026-08-27T04:51:19.438ZINFOAug 27 04:51:18.493Aug 27 04:51:18.493 initted freemap. size: 64adding route 172.17.0.10/32 -> 10.0.0.255 , unitINFO:Aug 27 04:51:18.493 adding route 3fff:dead::/64 -> 2001:db8::55:1
30952026-08-27T04:51:19.438Z DEBG
30962026-08-27T04:51:19.438ZINFO 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 172.17.0.10/32 -> 10.0.0.255
30972026-08-27T04:51:19.438Z
30982026-08-27T04:51:19.438Zfreemap_route_ipv4
30992026-08-27T04:51:19.438ZAug 27 04:51:18.493Aug 27 04:51:18.493Aug 27 04:51:18.493 Aug 27 04:51:18.493INFO DEBG Aug 27 04:51:18.493replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31002026-08-27T04:51:19.438ZDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff 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
31012026-08-27T04:51:19.438Z
31022026-08-27T04:51:19.438Z Aug 27 04:51:18.493 DEBGreset freemapINFO, Aug 27 04:51:18.493 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 } }]
31032026-08-27T04:51:19.438ZAug 27 04:51:18.493: DEBG freemap_route_ipv4replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31042026-08-27T04:51:19.438Z adding route 172.17.0.11/32 -> 10.0.0.255Aug 27 04:51:18.493
31052026-08-27T04:51:19.438Z Aug 27 04:51:18.493 INFO INFO
31062026-08-27T04:51:19.438Zadding route 172.17.0.11/32 -> 10.0.0.255 Aug 27 04:51:18.493
31072026-08-27T04:51:19.438Z DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
31082026-08-27T04:51:19.438Z
31092026-08-27T04:51:19.438ZAug 27 04:51:18.493Aug 27 04:51:18.493 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 } }] replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31102026-08-27T04:51:19.438Z
31112026-08-27T04:51:19.438ZAug 27 04:51:18.493Aug 27 04:51:18.493 DEBGinitted freemap. size: 64 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG,
31122026-08-27T04:51:19.438Zreplacing 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 27 04:51:18.493Aug 27 04:51:18.493
31132026-08-27T04:51:19.438Z INFOINFOunit Aug 27 04:51:18.493: adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6adding route 172.17.0.12/32 -> 10.0.0.255
31142026-08-27T04:51:19.438Z
31152026-08-27T04:51:19.438ZAug 27 04:51:18.493
31162026-08-27T04:51:19.438ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 27 04:51:18.493
31172026-08-27T04:51:19.438Z DEBGAug 27 04:51:18.493 INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
31182026-08-27T04:51:19.438Z
31192026-08-27T04:51:19.438ZAug 27 04:51:18.493Aug 27 04:51:18.493 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 } }]
31202026-08-27T04:51:19.438Zreset freemapreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.493, Aug 27 04:51:18.493 Aug 27 04:51:18.493unitINFO INFO
31212026-08-27T04:51:19.438Z: adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255DEBG
31222026-08-27T04:51:19.438Z
31232026-08-27T04:51:19.438Z freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31242026-08-27T04:51:19.439ZAug 27 04:51:18.493
31252026-08-27T04:51:19.439Z Aug 27 04:51:18.493INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
31262026-08-27T04:51:19.439Zreplacing 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 27 04:51:18.493 Aug 27 04:51:18.493INFO
31272026-08-27T04:51:19.439ZAug 27 04:51:18.493 adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 27 04:51:18.493DEBG
31282026-08-27T04:51:19.439Z Aug 27 04:51:18.493replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
31292026-08-27T04:51:19.439ZINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
31302026-08-27T04:51:19.439Z
31312026-08-27T04:51:19.439ZDEBGAug 27 04:51:18.493Aug 27 04:51:18.493 DEBGINFO Aug 27 04:51:18.493replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31322026-08-27T04:51:19.439ZDEBGreplacing 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 } }]
31332026-08-27T04:51:19.439ZAug 27 04:51:18.493replacing 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 } }]
31342026-08-27T04:51:19.439Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
31352026-08-27T04:51:19.439ZAug 27 04:51:18.493 Aug 27 04:51:18.493 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 } }] Aug 27 04:51:18.493
31362026-08-27T04:51:19.439Zadding route 3fff:dead::/64 -> 2001:db8::55:2
31372026-08-27T04:51:19.439ZDEBG INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.493adding route 172.17.0.15/32 -> 10.0.0.255
31382026-08-27T04:51:19.439Z
31392026-08-27T04:51:19.439ZINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 27 04:51:18.493
31402026-08-27T04:51:19.439Ztest route::tests::rollback_on_compact_write_failure ... ok
31412026-08-27T04:51:19.439ZAug 27 04:51:18.493Aug 27 04:51:18.493Aug 27 04:51:18.493 DEBG 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 } }] DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
31422026-08-27T04:51:19.439ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
31432026-08-27T04:51:19.439Z
31442026-08-27T04:51:19.439ZAug 27 04:51:18.493Aug 27 04:51:18.493
31452026-08-27T04:51:19.439Z DEBG DEBG Aug 27 04:51:18.493 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31462026-08-27T04:51:19.439Zreplacing 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 27 04:51:18.493 INFOAug 27 04:51:18.493 adding route 172.17.0.16/32 -> 10.0.0.255
31472026-08-27T04:51:19.439ZAug 27 04:51:18.493adding route 3fff:dead::/64 -> 2001:db8::55:3
31482026-08-27T04:51:19.439Z INFO
31492026-08-27T04:51:19.439Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
31502026-08-27T04:51:19.439ZWARN Aug 27 04:51:18.493shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31512026-08-27T04:51:19.439ZDEBGAug 27 04:51:18.493 Aug 27 04:51:18.493replacing 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 } }]
31522026-08-27T04:51:19.439Z INFO DEBGAug 27 04:51:18.493adding route 172.17.0.15/32 -> 10.0.0.255
31532026-08-27T04:51:19.439Zreplacing 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 } }]
31542026-08-27T04:51:19.439ZDEBGAug 27 04:51:18.493 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOAug 27 04:51:18.493 Aug 27 04:51:18.493 adding route 172.17.0.17/32 -> 10.0.0.255
31552026-08-27T04:51:19.439Z
31562026-08-27T04:51:19.439Z DEBG 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 } }]
31572026-08-27T04:51:19.439ZAug 27 04:51:18.493Aug 27 04:51:18.493adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
31582026-08-27T04:51:19.439ZDEBG 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 } }]
31592026-08-27T04:51:19.439ZINFOAug 27 04:51:18.493 DEBG Aug 27 04:51:18.493replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
31602026-08-27T04:51:19.439ZAug 27 04:51:18.493
31612026-08-27T04:51:19.439Z adding route 172.17.0.16/32 -> 10.0.0.255INFO
31622026-08-27T04:51:19.439Z Aug 27 04:51:18.493adding route 172.17.0.18/32 -> 10.0.0.255 Aug 27 04:51:18.493INFO
31632026-08-27T04:51:19.440Z 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 } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
31642026-08-27T04:51:19.440Z
31652026-08-27T04:51:19.440ZAug 27 04:51:18.493Aug 27 04:51:18.493 DEBGDEBG Aug 27 04:51:18.493replacing 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 27 04:51:18.493
31662026-08-27T04:51:19.440Z DEBGDEBG Aug 27 04:51:18.493replacing 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 } }]
31672026-08-27T04:51:19.440ZINFOreplacing targets for 3fff:dead::/64 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.19/32 -> 10.0.0.255
31682026-08-27T04:51:19.440ZAug 27 04:51:18.494replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
31692026-08-27T04:51:19.440Z Aug 27 04:51:18.502created new freemap DEBG, unitreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
31702026-08-27T04:51:19.440Z freemap_route_ipv4Aug 27 04:51:18.502
31712026-08-27T04:51:19.440Z Aug 27 04:51:18.502Aug 27 04:51:18.502INFO adding route 172.17.0.17/32 -> 10.0.0.255
31722026-08-27T04:51:19.440ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
31732026-08-27T04:51:19.440Z
31742026-08-27T04:51:19.440ZAug 27 04:51:18.502Aug 27 04:51:18.502 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
31752026-08-27T04:51:19.440Z
31762026-08-27T04:51:19.440ZAug 27 04:51:18.502Aug 27 04:51:18.502 Aug 27 04:51:18.502DEBGWARNAug 27 04:51:18.502 created new freemapINFO INFO, adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.18/32 -> 10.0.0.255unit
31772026-08-27T04:51:19.444Z:
31782026-08-27T04:51:19.444Z freemap_route_ipv6
31792026-08-27T04:51:19.444Z
31802026-08-27T04:51:19.444ZAug 27 04:51:18.502 DEBG Aug 27 04:51:18.502replacing 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 } }]
31812026-08-27T04:51:19.444ZDEBG 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 27 04:51:18.502
31822026-08-27T04:51:19.444Z Aug 27 04:51:18.502DEBG Aug 27 04:51:18.502initted freemap. size: 64 , INFOunit INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:
31832026-08-27T04:51:19.444Z adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv4
31842026-08-27T04:51:19.444Z
31852026-08-27T04:51:19.444ZAug 27 04:51:18.502 Aug 27 04:51:18.502 DEBGDEBG Aug 27 04:51:18.502replacing 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 } }]
31862026-08-27T04:51:19.444Zreplacing 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
31872026-08-27T04:51:19.444Z reset freemapAug 27 04:51:18.502, unit:Aug 27 04:51:18.502 INFOINFO freemap_route_ipv4 adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
31882026-08-27T04:51:19.444Z
31892026-08-27T04:51:19.444Z
31902026-08-27T04:51:19.444ZAug 27 04:51:18.502Aug 27 04:51:18.502 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 } }]
31912026-08-27T04:51:19.444Z Aug 27 04:51:18.502DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31922026-08-27T04:51:19.445ZAug 27 04:51:18.502initted freemap. size: 64 , INFO unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff:Aug 27 04:51:18.502
31932026-08-27T04:51:19.445Z freemap_route_ipv6
31942026-08-27T04:51:19.445ZINFO Aug 27 04:51:18.502adding route 172.17.0.21/32 -> 10.0.0.255
31952026-08-27T04:51:19.445ZDEBG 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 27 04:51:18.502
31962026-08-27T04:51:19.445Z DEBG reset freemap, Aug 27 04:51:18.502unit :Aug 27 04:51:18.502Aug 27 04:51:18.467INFO 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 } }]freemap_route_ipv6
31972026-08-27T04:51:19.445Z
31982026-08-27T04:51:19.445Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
31992026-08-27T04:51:19.445Zcreated new freemap, Aug 27 04:51:18.502unit :INFO freemap_route_ipv6adding route 172.17.0.22/32 -> 10.0.0.255
32002026-08-27T04:51:19.445ZAug 27 04:51:18.502Aug 27 04:51:18.502
32012026-08-27T04:51:19.445ZDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
32022026-08-27T04:51:19.445Z Aug 27 04:51:18.502adding route 3fff:dead::/64 -> 2001:db8::55:1
32032026-08-27T04:51:19.445ZDEBG Aug 27 04:51:18.502Aug 27 04:51:18.502 DEBGINFO initted freemap. size: 64replacing 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:beef:33::/64 -> 2001:db8::55:ff, Aug 27 04:51:18.502
32042026-08-27T04:51:19.445Zunit
32052026-08-27T04:51:19.445Z :DEBG Aug 27 04:51:18.502replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32062026-08-27T04:51:19.445ZDEBGfreemap_route_ipv4 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:51:18.502
32072026-08-27T04:51:19.445Z
32082026-08-27T04:51:19.445ZAug 27 04:51:18.502INFO Aug 27 04:51:18.502INFOadding route 172.17.0.23/32 -> 10.0.0.255 Aug 27 04:51:18.502DEBG
32092026-08-27T04:51:19.445Z adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap
32102026-08-27T04:51:19.445ZINFO, adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit
32112026-08-27T04:51:19.445ZAug 27 04:51:18.502: freemap_route_ipv4DEBG
32122026-08-27T04:51:19.445ZAug 27 04:51:18.502Aug 27 04:51:18.502 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 } }]DEBGDEBG Aug 27 04:51:18.502replacing 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 } }]
32132026-08-27T04:51:19.445Z
32142026-08-27T04:51:19.445ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] initted freemap. size: 64
32152026-08-27T04:51:19.445Z, unitAug 27 04:51:18.502Aug 27 04:51:18.502 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
32162026-08-27T04:51:19.445Z:
32172026-08-27T04:51:19.445ZAug 27 04:51:18.502 freemap_route_ipv6Aug 27 04:51:18.502
32182026-08-27T04:51:19.445Z DEBGDEBG INFOAug 27 04:51:18.502Aug 27 04:51:18.502 DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.20/32 -> 10.0.0.255DEBGreplacing 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 } }]
32192026-08-27T04:51:19.445Z
32202026-08-27T04:51:19.445Z
32212026-08-27T04:51:19.445Zreset freemap
32222026-08-27T04:51:19.445Z, unit: Aug 27 04:51:18.502Aug 27 04:51:18.502freemap_route_ipv6 INFOAug 27 04:51:18.502 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
32232026-08-27T04:51:19.445Z
32242026-08-27T04:51:19.445Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
32252026-08-27T04:51:19.445Z 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 27 04:51:18.502 Aug 27 04:51:18.502
32262026-08-27T04:51:19.445ZDEBG 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
32272026-08-27T04:51:19.445Z Aug 27 04:51:18.502adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 27 04:51:18.502
32282026-08-27T04:51:19.445Z DEBGINFOAug 27 04:51:18.502 adding route 172.17.0.21/32 -> 10.0.0.255
32292026-08-27T04:51:19.445ZINFO 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 27 04:51:18.502
32302026-08-27T04:51:19.445Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
32312026-08-27T04:51:19.445ZDEBG Aug 27 04:51:18.502replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32322026-08-27T04:51:19.446ZAug 27 04:51:18.502DEBG 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 } }]
32332026-08-27T04:51:19.446ZAug 27 04:51:18.502 DEBGadding route 172.17.0.26/32 -> 10.0.0.255
32342026-08-27T04:51:19.446Zreplacing 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 27 04:51:18.502Aug 27 04:51:18.502
32352026-08-27T04:51:19.446Z INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255
32362026-08-27T04:51:19.446Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:51:18.502Aug 27 04:51:18.502
32372026-08-27T04:51:19.446Z INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 27 04:51:18.502
32382026-08-27T04:51:19.446Zreplacing 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 27 04:51:18.502
32392026-08-27T04:51:19.446Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
32402026-08-27T04:51:19.446Z DEBGDEBGAug 27 04:51:18.502 Aug 27 04:51:18.502DEBG 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 } }]
32412026-08-27T04:51:19.446ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
32422026-08-27T04:51:19.446Z
32432026-08-27T04:51:19.446Zadding route 172.17.0.27/32 -> 10.0.0.255
32442026-08-27T04:51:19.446Ztest route::tests::same_size_non_subset_replace ... ok
32452026-08-27T04:51:19.446ZAug 27 04:51:18.502 Aug 27 04:51:18.502INFO Aug 27 04:51:18.502adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
32462026-08-27T04:51:19.446Z DEBGAug 27 04:51:18.502 adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32472026-08-27T04:51:19.446ZAug 27 04:51:18.502
32482026-08-27T04:51:19.446Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
32492026-08-27T04:51:19.446Z 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 27 04:51:18.502
32502026-08-27T04:51:19.446Z Aug 27 04:51:18.502DEBG Aug 27 04:51:18.502Aug 27 04:51:18.502DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32512026-08-27T04:51:19.446Z 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:3a::/64 -> 2001:db8::55:ff
32522026-08-27T04:51:19.446Z
32532026-08-27T04:51:19.446Zadding route 172.17.0.28/32 -> 10.0.0.255
32542026-08-27T04:51:19.446ZAug 27 04:51:18.502 Aug 27 04:51:18.502INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255 Aug 27 04:51:18.502adding route 3fff:dead::/64 -> 2001:db8::55:4
32552026-08-27T04:51:19.446Z
32562026-08-27T04:51:19.446ZDEBG Aug 27 04:51:18.502Aug 27 04:51:18.486 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 Aug 27 04:51:18.502Aug 27 04:51:18.502 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 } }] DEBGDEBG
32572026-08-27T04:51:19.446Zreplacing 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 } }]
32582026-08-27T04:51:19.446Z 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
32592026-08-27T04:51:19.446Z
32602026-08-27T04:51:19.446Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:51:18.502
32612026-08-27T04:51:19.446Z Aug 27 04:51:18.502Aug 27 04:51:18.502INFO INFOAug 27 04:51:18.502INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32622026-08-27T04:51:19.446Zadding route 172.17.0.25/32 -> 10.0.0.255
32632026-08-27T04:51:19.446Z
32642026-08-27T04:51:19.446ZAug 27 04:51:18.502replacing targets for 3fff:dead::/64 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 27 04:51:18.502
32652026-08-27T04:51:19.446Z Aug 27 04:51:18.502 INFODEBG DEBGAug 27 04:51:18.502Aug 27 04:51:18.502 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBGWARN
32662026-08-27T04:51:19.446Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
32672026-08-27T04:51:19.446Z
32682026-08-27T04:51:19.446Z
32692026-08-27T04:51:19.446Zreplacing 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 27 04:51:18.502 INFO
32702026-08-27T04:51:19.447Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 27 04:51:18.502
32712026-08-27T04:51:19.447Z Aug 27 04:51:18.502DEBGAug 27 04:51:18.502 Aug 27 04:51:18.502 INFODEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
32722026-08-27T04:51:19.447Zadding route 172.17.0.26/32 -> 10.0.0.255
32732026-08-27T04:51:19.447ZAug 27 04:51:18.502
32742026-08-27T04:51:19.447Z INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 27 04:51:18.502ERRO
32752026-08-27T04:51:19.447ZAug 27 04:51:18.502 DEBG failed to allocate space for the new target listAug 27 04:51:18.502INFO
32762026-08-27T04:51:19.447Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 27 04:51:18.502adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
32772026-08-27T04:51:19.452Z
32782026-08-27T04:51:19.452Z 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 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 27 04:51:18.503 DEBG
32792026-08-27T04:51:19.452Z
32802026-08-27T04:51:19.452Z created new freemapAug 27 04:51:18.502, Aug 27 04:51:18.509unit Aug 27 04:51:18.509INFO: DEBGINFO freemap_route_ipv4 replacing targets for 3fff:dead::/64 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 } }]
32812026-08-27T04:51:19.452Zadding route 172.17.0.31/32 -> 10.0.0.255
32822026-08-27T04:51:19.452Zadding route 172.17.0.27/32 -> 10.0.0.255
32832026-08-27T04:51:19.452Z
32842026-08-27T04:51:19.452ZAug 27 04:51:18.509Aug 27 04:51:18.502Aug 27 04:51:18.509 DEBGERRO Aug 27 04:51:18.509 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 } }]DEBG
32852026-08-27T04:51:19.452Zshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing targets for 172.17.0.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 } }]
32862026-08-27T04:51:19.452Z
32872026-08-27T04:51:19.452Zcreated new freemap, Aug 27 04:51:18.509unit :INFO freemap_route_ipv6
32882026-08-27T04:51:19.452Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 27 04:51:18.509
32892026-08-27T04:51:19.452Z INFO Aug 27 04:51:18.509adding route 172.17.0.28/32 -> 10.0.0.255Aug 27 04:51:18.509
32902026-08-27T04:51:19.452Z DEBG DEBGinitted freemap. size: 64 , 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 } }]unitAug 27 04:51:18.509
32912026-08-27T04:51:19.452Z :DEBG freemap_route_ipv4replacing 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 27 04:51:18.509
32922026-08-27T04:51:19.452Z
32932026-08-27T04:51:19.452Z INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 27 04:51:18.509
32942026-08-27T04:51:19.452ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
32952026-08-27T04:51:19.452ZAug 27 04:51:18.509Aug 27 04:51:18.509 Aug 27 04:51:18.509DEBG DEBG 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 } }]reset freemap , 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 } }]unit
32962026-08-27T04:51:19.452Z
32972026-08-27T04:51:19.453Z: freemap_route_ipv4
32982026-08-27T04:51:19.453ZAug 27 04:51:18.503Aug 27 04:51:18.509Aug 27 04:51:18.509Aug 27 04:51:18.509 DEBGDEBG INFOcreated new freemapINFO , unitinitted freemap. size: 64adding route 172.17.0.30/32 -> 10.0.0.255, :
32992026-08-27T04:51:19.453Z adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv4unit
33002026-08-27T04:51:19.453Z: freemap_route_ipv6Aug 27 04:51:18.509
33012026-08-27T04:51:19.453Z
33022026-08-27T04:51:19.453Z DEBGAug 27 04:51:18.509 Aug 27 04:51:18.509 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
33032026-08-27T04:51:19.453Z Aug 27 04:51:18.509 created new freemapDEBG, 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 } }]unit
33042026-08-27T04:51:19.453Z Aug 27 04:51:18.509DEBG :INFO freemap_route_ipv6 reset freemap
33052026-08-27T04:51:19.453Z, adding route 172.17.0.31/32 -> 10.0.0.255unit
33062026-08-27T04:51:19.453Z:Aug 27 04:51:18.509 freemap_route_ipv6Aug 27 04:51:18.509INFO
33072026-08-27T04:51:19.453Z DEBGadding route 172.17.0.35/32 -> 10.0.0.255
33082026-08-27T04:51:19.453Zinitted freemap. size: 64Aug 27 04:51:18.509, Aug 27 04:51:18.509unit :DEBGINFO freemap_route_ipv4
33092026-08-27T04:51:19.453Zadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 27 04:51:18.509
33102026-08-27T04:51:19.453Z
33112026-08-27T04:51:19.453ZAug 27 04:51:18.509DEBG 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 } }]
33122026-08-27T04:51:19.453ZAug 27 04:51:18.509 reset freemapDEBG, unitAug 27 04:51:18.509: 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 27 04:51:18.509freemap_route_ipv4
33132026-08-27T04:51:19.453Zadding route 172.17.0.32/32 -> 10.0.0.255
33142026-08-27T04:51:19.453Z
33152026-08-27T04:51:19.453Z INFOAug 27 04:51:18.509 Aug 27 04:51:18.509 adding route 172.17.0.36/32 -> 10.0.0.255DEBGAug 27 04:51:18.509
33162026-08-27T04:51:19.453ZDEBG INFOinitted freemap. size: 64 , adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
33172026-08-27T04:51:19.453Z
33182026-08-27T04:51:19.453Zunit: Aug 27 04:51:18.509Aug 27 04:51:18.509 freemap_route_ipv6Aug 27 04:51:18.509
33192026-08-27T04:51:19.453ZDEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33202026-08-27T04:51:19.453Zadding route 172.17.0.33/32 -> 10.0.0.255 Aug 27 04:51:18.509DEBG
33212026-08-27T04:51:19.453Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:51:18.509
33222026-08-27T04:51:19.453Z DEBGAug 27 04:51:18.509 Aug 27 04:51:18.509DEBGINFO reset freemap , unitadding route 172.17.0.37/32 -> 10.0.0.255replacing 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 } }]DEBGAug 27 04:51:18.509
33232026-08-27T04:51:19.453Z 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 } }] :
33242026-08-27T04:51:19.453Z DEBG
33252026-08-27T04:51:19.453Zfreemap_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.3, vlan_id: None } }]
33262026-08-27T04:51:19.453ZAug 27 04:51:18.509
33272026-08-27T04:51:19.453ZAug 27 04:51:18.509Aug 27 04:51:18.509 Aug 27 04:51:18.509 INFOINFODEBG INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
33282026-08-27T04:51:19.453Z
33292026-08-27T04:51:19.453Zreplacing 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.34/32 -> 10.0.0.255
33302026-08-27T04:51:19.453Z
33312026-08-27T04:51:19.453ZAug 27 04:51:18.509 Aug 27 04:51:18.509Aug 27 04:51:18.509DEBGAug 27 04:51:18.509 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 } }]
33322026-08-27T04:51:19.453Z
33332026-08-27T04:51:19.453Zreplacing 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 } }]DEBGINFO
33342026-08-27T04:51:19.453Z Aug 27 04:51:18.509replacing 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 } }]
33352026-08-27T04:51:19.453ZINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:51:18.509
33362026-08-27T04:51:19.454Z
33372026-08-27T04:51:19.454Z Aug 27 04:51:18.509Aug 27 04:51:18.509 INFO INFO Aug 27 04:51:18.509INFOAug 27 04:51:18.509adding route 172.17.0.3/32 -> 10.0.0.255
33382026-08-27T04:51:19.454Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
33392026-08-27T04:51:19.454ZDEBG DEBGAug 27 04:51:18.509 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33402026-08-27T04:51:19.454Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 27 04:51:18.509
33412026-08-27T04:51:19.454Z
33422026-08-27T04:51:19.454Z 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 27 04:51:18.509
33432026-08-27T04:51:19.454ZAug 27 04:51:18.509Aug 27 04:51:18.509 DEBG INFODEBG Aug 27 04:51:18.509adding route 3fff:dead::/64 -> 2001:db8::55:3
33442026-08-27T04:51:19.454ZINFO 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:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255INFOAug 27 04:51:18.509
33452026-08-27T04:51:19.454Z
33462026-08-27T04:51:19.454Z
33472026-08-27T04:51:19.454ZDEBGadding route 172.17.0.4/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
33482026-08-27T04:51:19.454Z
33492026-08-27T04:51:19.454ZAug 27 04:51:18.509 Aug 27 04:51:18.509DEBG INFOAug 27 04:51:18.509Aug 27 04:51:18.509 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 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
33502026-08-27T04:51:19.454Z
33512026-08-27T04:51:19.454Zreplacing 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.36/32 -> 10.0.0.255Aug 27 04:51:18.509
33522026-08-27T04:51:19.454ZINFO
33532026-08-27T04:51:19.454Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
33542026-08-27T04:51:19.454ZAug 27 04:51:18.509Aug 27 04:51:18.509 Aug 27 04:51:18.509Aug 27 04:51:18.509DEBG 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 } }]DEBG
33552026-08-27T04:51:19.454Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 27 04:51:18.509replacing 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 } }]
33562026-08-27T04:51:19.454Z
33572026-08-27T04:51:19.454Z DEBG Aug 27 04:51:18.509 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33582026-08-27T04:51:19.454ZAug 27 04:51:18.509Aug 27 04:51:18.509DEBG replacing targets for 3fff:dead::/64 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
33592026-08-27T04:51:19.454Z adding route 172.17.0.37/32 -> 10.0.0.255
33602026-08-27T04:51:19.454Zadding route 172.17.0.5/32 -> 10.0.0.255 DEBG
33612026-08-27T04:51:19.454Z 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 } }]
33622026-08-27T04:51:19.454ZAug 27 04:51:18.509 Aug 27 04:51:18.509INFOAug 27 04:51:18.509 DEBGAug 27 04:51:18.509adding route 3fff:beef:e::/64 -> 2001:db8::55:ff 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 } }]
33632026-08-27T04:51:19.454Z
33642026-08-27T04:51:19.454ZINFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 27 04:51:18.509
33652026-08-27T04:51:19.454Zreplacing 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 27 04:51:18.509
33662026-08-27T04:51:19.454Z INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
33672026-08-27T04:51:19.454Z 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 27 04:51:18.509
33682026-08-27T04:51:19.454ZAug 27 04:51:18.509 INFOAug 27 04:51:18.509 DEBG DEBGAug 27 04:51:18.509replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
33692026-08-27T04:51:19.455ZINFO
33702026-08-27T04:51:19.455Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33712026-08-27T04:51:19.455Z
33722026-08-27T04:51:19.455ZAug 27 04:51:18.509Aug 27 04:51:18.509 INFODEBGAug 27 04:51:18.509 Aug 27 04:51:18.509DEBG 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
33732026-08-27T04:51:19.455Z adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 172.17.0.42/32 -> 10.0.0.255
33742026-08-27T04:51:19.455Z
33752026-08-27T04:51:19.455Z
33762026-08-27T04:51:19.455ZAug 27 04:51:18.509Aug 27 04:51:18.509Aug 27 04:51:18.509 INFOINFOAug 27 04:51:18.509 DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
33772026-08-27T04:51:19.459Z adding route 172.17.0.39/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 } }]
33782026-08-27T04:51:19.459Z
33792026-08-27T04:51:19.459Z 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 } }]
33802026-08-27T04:51:19.459ZAug 27 04:51:18.509Aug 27 04:51:18.509Aug 27 04:51:18.509Aug 27 04:51:18.509 INFODEBGINFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing 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 } }]
33812026-08-27T04:51:19.459Zadding route 172.17.0.8/32 -> 10.0.0.255
33822026-08-27T04:51:19.459Z
33832026-08-27T04:51:19.459Zreplacing 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 } }]
33842026-08-27T04:51:19.459ZAug 27 04:51:18.509 INFOAug 27 04:51:18.509 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGAug 27 04:51:18.509 Aug 27 04:51:18.509
33852026-08-27T04:51:19.459Z 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 } }]INFO
33862026-08-27T04:51:19.459Zreplacing 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 27 04:51:18.509
33872026-08-27T04:51:19.459Z adding route 172.17.0.40/32 -> 10.0.0.255DEBG
33882026-08-27T04:51:19.459Z Aug 27 04:51:18.509replacing 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 27 04:51:18.509
33892026-08-27T04:51:19.459Z Aug 27 04:51:18.509INFO DEBGINFOadding route 172.17.0.9/32 -> 10.0.0.255 Aug 27 04:51:18.509
33902026-08-27T04:51:19.459Zadding route 172.17.0.44/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 } }]
33912026-08-27T04:51:19.459ZAug 27 04:51:18.509Aug 27 04:51:18.510 Aug 27 04:51:18.519DEBGDEBG DEBGcreated new freemap replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], created new freemapunit
33922026-08-27T04:51:19.459Z:, unitfreemap_route_ipv4:
33932026-08-27T04:51:19.459ZAug 27 04:51:18.519 INFOfreemap_route_ipv4
33942026-08-27T04:51:19.459Zadding route 172.17.0.45/32 -> 10.0.0.255
33952026-08-27T04:51:19.459ZAug 27 04:51:18.509Aug 27 04:51:18.519 Aug 27 04:51:18.519DEBG DEBGDEBG Aug 27 04:51:18.519 created new freemapreplacing 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,
33962026-08-27T04:51:19.459Zcreated new freemapunitAug 27 04:51:18.519, Aug 27 04:51:18.519DEBG unitINFO : 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 } }]
33972026-08-27T04:51:19.459Zfreemap_route_ipv6:created new freemap
33982026-08-27T04:51:19.459Zadding route 172.17.0.46/32 -> 10.0.0.255freemap_route_ipv6,
33992026-08-27T04:51:19.459ZAug 27 04:51:18.519
34002026-08-27T04:51:19.459ZINFOunitAug 27 04:51:18.519:Aug 27 04:51:18.519 DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 27 04:51:18.519 freemap_route_ipv4DEBGinitted freemap. size: 64
34012026-08-27T04:51:19.459Z
34022026-08-27T04:51:19.459Z, DEBGunitinitted freemap. size: 64 :, 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_ipv4unit
34032026-08-27T04:51:19.459Z
34042026-08-27T04:51:19.459Z:Aug 27 04:51:18.519Aug 27 04:51:18.519 Aug 27 04:51:18.519DEBG DEBGINFO adding route 172.17.0.47/32 -> 10.0.0.255created new freemapAug 27 04:51:18.519
34052026-08-27T04:51:19.459Z freemap_route_ipv4
34062026-08-27T04:51:19.460Zreplacing 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 } }],
34072026-08-27T04:51:19.460ZunitDEBGAug 27 04:51:18.519: reset freemapDEBG Aug 27 04:51:18.519reset freemapfreemap_route_ipv6,
34082026-08-27T04:51:19.460Zunit, :unit Aug 27 04:51:18.519:freemap_route_ipv4 DEBG
34092026-08-27T04:51:19.460Z Aug 27 04:51:18.519INFOinitted freemap. size: 64 freemap_route_ipv4 DEBG,
34102026-08-27T04:51:19.460Z 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 27 04:51:18.519
34112026-08-27T04:51:19.460Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG
34122026-08-27T04:51:19.460Z Aug 27 04:51:18.519initted freemap. size: 64 unit, DEBGunit initted freemap. size: 64:, : unitfreemap_route_ipv6:
34132026-08-27T04:51:19.460ZAug 27 04:51:18.519 freemap_route_ipv6Aug 27 04:51:18.519
34142026-08-27T04:51:19.460Z Aug 27 04:51:18.519DEBG INFODEBG 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 freemapadding route 172.17.0.48/32 -> 10.0.0.255 ,
34152026-08-27T04:51:19.460Zunit:
34162026-08-27T04:51:19.460Zfreemap_route_ipv4 freemap_route_ipv6Aug 27 04:51:18.519
34172026-08-27T04:51:19.460ZAug 27 04:51:18.519 DEBGDEBGAug 27 04:51:18.519
34182026-08-27T04:51:19.460Z Aug 27 04:51:18.519INFO 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 } }] reset freemap
34192026-08-27T04:51:19.460ZINFO, unit adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1:
34202026-08-27T04:51:19.460Z
34212026-08-27T04:51:19.460Z freemap_route_ipv6
34222026-08-27T04:51:19.460ZAug 27 04:51:18.519Aug 27 04:51:18.519Aug 27 04:51:18.519 DEBGINFO Aug 27 04:51:18.519adding route 172.17.0.49/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 } }] DEBG
34232026-08-27T04:51:19.460Z
34242026-08-27T04:51:19.460ZAug 27 04:51:18.519 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 27 04:51:18.519DEBGINFO Aug 27 04:51:18.519 INFO
34252026-08-27T04:51:19.460ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
34262026-08-27T04:51:19.460Z
34272026-08-27T04:51:19.460Z
34282026-08-27T04:51:19.460Zreset freemapAug 27 04:51:18.519, unitAug 27 04:51:18.519:INFOAug 27 04:51:18.519 Aug 27 04:51:18.519 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255
34292026-08-27T04:51:19.460Z
34302026-08-27T04:51:19.460ZINFOfreemap_route_ipv4 adding route 172.17.0.50/32 -> 10.0.0.255
34312026-08-27T04:51:19.460Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34322026-08-27T04:51:19.460Z
34332026-08-27T04:51:19.460ZAug 27 04:51:18.519Aug 27 04:51:18.519 Aug 27 04:51:18.519INFODEBG 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 3fff:dead::/64 -> 2001:db8::55:3
34342026-08-27T04:51:19.460Z
34352026-08-27T04:51:19.460ZAug 27 04:51:18.519 INFO DEBGAug 27 04:51:18.519 adding route 172.16.0.0/32 -> 10.0.0.2 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 27 04:51:18.519
34362026-08-27T04:51:19.460Z
34372026-08-27T04:51:19.460Z 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 } }]
34382026-08-27T04:51:19.460Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 27 04:51:18.519Aug 27 04:51:18.519
34392026-08-27T04:51:19.460Z INFOAug 27 04:51:18.519Aug 27 04:51:18.519 Aug 27 04:51:18.519INFO DEBG DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
34402026-08-27T04:51:19.460Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34412026-08-27T04:51:19.460Z
34422026-08-27T04:51:19.460Z initted freemap. size: 64adding route 172.17.0.14/32 -> 10.0.0.255Aug 27 04:51:18.519Aug 27 04:51:18.519 Aug 27 04:51:18.519
34432026-08-27T04:51:19.460Ztest route::tests::shrink_preserves_compacted_order ... ok
34442026-08-27T04:51:19.460Z DEBG, INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
34452026-08-27T04:51:19.461Z
34462026-08-27T04:51:19.461ZINFOunit Aug 27 04:51:18.519adding route 172.17.0.52/32 -> 10.0.0.255Aug 27 04:51:18.519
34472026-08-27T04:51:19.461Z:Aug 27 04:51:18.519 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 27 04:51:18.519 DEBG
34482026-08-27T04:51:19.461Z freemap_route_ipv6
34492026-08-27T04:51:19.461ZDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34502026-08-27T04:51:19.461ZAug 27 04:51:18.525
34512026-08-27T04:51:19.461Z DEBG reset freemapAug 27 04:51:18.525, Aug 27 04:51:18.525unitINFO Aug 27 04:51:18.525:INFO adding route 172.17.0.15/32 -> 10.0.0.255
34522026-08-27T04:51:19.461ZINFO freemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.4
34532026-08-27T04:51:19.461Z
34542026-08-27T04:51:19.461ZAug 27 04:51:18.525Aug 27 04:51:18.525 DEBGAug 27 04:51:18.525DEBG 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 } }] adding route 172.17.0.53/32 -> 10.0.0.255
34552026-08-27T04:51:19.461Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.1
34562026-08-27T04:51:19.461Z
34572026-08-27T04:51:19.461Z
34582026-08-27T04:51:19.461ZAug 27 04:51:18.525Aug 27 04:51:18.525 DEBGAug 27 04:51:18.525Aug 27 04:51:18.525 DEBG INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34592026-08-27T04:51:19.461Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
34602026-08-27T04:51:19.461Zreplacing 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 27 04:51:18.525
34612026-08-27T04:51:19.461Z
34622026-08-27T04:51:19.461Z
34632026-08-27T04:51:19.461Z INFO Aug 27 04:51:18.525adding route 172.16.0.0/32 -> 10.0.0.1 Aug 27 04:51:18.525DEBG
34642026-08-27T04:51:19.461ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
34652026-08-27T04:51:19.461ZAug 27 04:51:18.525 DEBG Aug 27 04:51:18.525replacing 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 } }]
34662026-08-27T04:51:19.461ZDEBG 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 } }]
34672026-08-27T04:51:19.461ZAug 27 04:51:18.526 INFO Aug 27 04:51:18.526adding route 172.16.0.0/32 -> 10.0.0.1
34682026-08-27T04:51:19.461ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
34692026-08-27T04:51:19.461ZAug 27 04:51:18.526 DEBG Aug 27 04:51:18.526replacing 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 } }]
34702026-08-27T04:51:19.461ZDEBG 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 } }]
34712026-08-27T04:51:19.461ZAug 27 04:51:18.526 INFOAug 27 04:51:18.526 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
34722026-08-27T04:51:19.461Z
34732026-08-27T04:51:19.461ZINFO Aug 27 04:51:18.526adding route 172.17.0.56/32 -> 10.0.0.255
34742026-08-27T04:51:19.461ZAug 27 04:51:18.526
34752026-08-27T04:51:19.461Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 27 04:51:18.526adding route 172.17.0.17/32 -> 10.0.0.255
34762026-08-27T04:51:19.461Z
34772026-08-27T04:51:19.466ZDEBG 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 } }]
34782026-08-27T04:51:19.466ZAug 27 04:51:18.526 DEBG Aug 27 04:51:18.526INFO Aug 27 04:51:18.526 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 3fff:beef:12::/64 -> 2001:db8::55:ff
34792026-08-27T04:51:19.466ZAug 27 04:51:18.526INFO INFO adding route 172.17.0.57/32 -> 10.0.0.255
34802026-08-27T04:51:19.466Zadding route 172.17.0.0/32 -> 10.0.0.255
34812026-08-27T04:51:19.466ZINFO
34822026-08-27T04:51:19.466Zadding route 172.17.0.41/32 -> 10.0.0.255
34832026-08-27T04:51:19.466ZAug 27 04:51:18.526 Aug 27 04:51:18.526Aug 27 04:51:18.526INFO Aug 27 04:51:18.526adding route 172.17.0.18/32 -> 10.0.0.255DEBGAug 27 04:51:18.526
34842026-08-27T04:51:19.466Z 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 } }]DEBGDEBG
34852026-08-27T04:51:19.466Z 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
34862026-08-27T04:51:19.466Zreplacing 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 27 04:51:18.526replacing 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 } }]
34872026-08-27T04:51:19.466Z Aug 27 04:51:18.526DEBGAug 27 04:51:18.526 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
34882026-08-27T04:51:19.466Z
34892026-08-27T04:51:19.466Zadding route 172.17.0.42/32 -> 10.0.0.255 INFO adding route 172.17.0.1/32 -> 10.0.0.255
34902026-08-27T04:51:19.466ZAug 27 04:51:18.526 INFOAug 27 04:51:18.526
34912026-08-27T04:51:19.466ZAug 27 04:51:18.526Aug 27 04:51:18.526INFOadding route 172.17.0.19/32 -> 10.0.0.255
34922026-08-27T04:51:19.466Z DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
34932026-08-27T04:51:19.466Z
34942026-08-27T04:51:19.466ZAug 27 04:51:18.526adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG
34952026-08-27T04:51:19.466Z Aug 27 04:51:18.526 Aug 27 04:51:18.526replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 27 04:51:18.526 INFO
34962026-08-27T04:51:19.466ZDEBG 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.43/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.526
34972026-08-27T04:51:19.466Z Aug 27 04:51:18.526DEBG
34982026-08-27T04:51:19.466ZINFO 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.20/32 -> 10.0.0.255Aug 27 04:51:18.526
34992026-08-27T04:51:19.466Z Aug 27 04:51:18.526
35002026-08-27T04:51:19.466Z
35012026-08-27T04:51:19.466ZDEBG 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 27 04:51:18.526
35022026-08-27T04:51:19.466Z 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 } }]
35032026-08-27T04:51:19.466ZAug 27 04:51:18.526INFOAug 27 04:51:18.526 Aug 27 04:51:18.526adding route 172.17.0.59/32 -> 10.0.0.255 Aug 27 04:51:18.526INFO
35042026-08-27T04:51:19.466Z INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255INFO
35052026-08-27T04:51:19.466Zadding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
35062026-08-27T04:51:19.466Z
35072026-08-27T04:51:19.466Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 27 04:51:18.526
35082026-08-27T04:51:19.466ZAug 27 04:51:18.526Aug 27 04:51:18.526 Aug 27 04:51:18.526 DEBG 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.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 } }]
35092026-08-27T04:51:19.466Z
35102026-08-27T04:51:19.466ZDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
35112026-08-27T04:51:19.466Z
35122026-08-27T04:51:19.466ZAug 27 04:51:18.526Aug 27 04:51:18.526 Aug 27 04:51:18.526INFO Aug 27 04:51:18.526 INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255
35132026-08-27T04:51:19.466Zadding route 172.17.0.45/32 -> 10.0.0.255INFO
35142026-08-27T04:51:19.466Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 27 04:51:18.526adding route 172.17.0.60/32 -> 10.0.0.255
35152026-08-27T04:51:19.467ZDEBG Aug 27 04:51:18.526Aug 27 04:51:18.526replacing 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 } }]
35162026-08-27T04:51:19.467Z
35172026-08-27T04:51:19.467Z DEBGDEBGAug 27 04:51:18.526 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.526
35182026-08-27T04:51:19.467Z
35192026-08-27T04:51:19.467ZAug 27 04:51:18.526 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 } }]Aug 27 04:51:18.526 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 27 04:51:18.526INFO
35202026-08-27T04:51:19.467Z adding route 172.17.0.46/32 -> 10.0.0.255
35212026-08-27T04:51:19.467Z
35222026-08-27T04:51:19.467ZINFO INFOadding route 172.17.0.3/32 -> 10.0.0.255 Aug 27 04:51:18.526Aug 27 04:51:18.526Aug 27 04:51:18.526
35232026-08-27T04:51:19.467Z DEBGINFOadding route 172.17.0.23/32 -> 10.0.0.255
35242026-08-27T04:51:19.467Z Aug 27 04:51:18.526 DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35252026-08-27T04:51:19.467ZAug 27 04:51:18.526 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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.61/32 -> 10.0.0.255Aug 27 04:51:18.526INFO
35262026-08-27T04:51:19.467Z
35272026-08-27T04:51:19.467Z
35282026-08-27T04:51:19.467ZINFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
35292026-08-27T04:51:19.467ZAug 27 04:51:18.526 Aug 27 04:51:18.526INFOadding route 172.17.0.47/32 -> 10.0.0.255
35302026-08-27T04:51:19.467Zadding route 172.17.0.24/32 -> 10.0.0.255 Aug 27 04:51:18.526
35312026-08-27T04:51:19.467ZDEBG 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
35322026-08-27T04:51:19.467Z Aug 27 04:51:18.526replacing 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 27 04:51:18.526
35332026-08-27T04:51:19.467Z 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 } }]Aug 27 04:51:18.526 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 } }]
35342026-08-27T04:51:19.467Z
35352026-08-27T04:51:19.467ZAug 27 04:51:18.526Aug 27 04:51:18.526 INFOINFOAug 27 04:51:18.526 Aug 27 04:51:18.526 adding route 172.17.0.62/32 -> 10.0.0.255INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFO
35362026-08-27T04:51:19.467Z adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255INFO
35372026-08-27T04:51:19.467Z
35382026-08-27T04:51:19.467Z
35392026-08-27T04:51:19.467Zadding route 172.17.0.4/32 -> 10.0.0.255Aug 27 04:51:18.526
35402026-08-27T04:51:19.467Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
35412026-08-27T04:51:19.467Ztest route::tests::add_target_fails_full ... ok
35422026-08-27T04:51:19.467Z Aug 27 04:51:18.526 DEBGAug 27 04:51:18.526Aug 27 04:51:18.526 DEBGAug 27 04:51:18.526replacing 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 } }]
35432026-08-27T04:51:19.467ZDEBG 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 } }]DEBGDEBG
35442026-08-27T04:51:19.467Z 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 27 04:51:18.526 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 } }]
35452026-08-27T04:51:19.467ZINFO
35462026-08-27T04:51:19.467Z adding route 172.17.0.26/32 -> 10.0.0.255
35472026-08-27T04:51:19.467Zreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.526 Aug 27 04:51:18.526INFO
35482026-08-27T04:51:19.467ZAug 27 04:51:18.526adding route 3fff:beef:18::/64 -> 2001:db8::55:ff DEBGINFO
35492026-08-27T04:51:19.467Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255Aug 27 04:51:18.526
35502026-08-27T04:51:19.467Z INFO adding route 172.17.0.63/32 -> 10.0.0.255
35512026-08-27T04:51:19.467Z
35522026-08-27T04:51:19.467ZAug 27 04:51:18.526Aug 27 04:51:18.526 INFOAug 27 04:51:18.526DEBGAug 27 04:51:18.526 Aug 27 04:51:18.526 INFODEBG 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 } }]adding route 172.17.0.27/32 -> 10.0.0.255
35532026-08-27T04:51:19.467Z
35542026-08-27T04:51:19.468Zreplacing 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 } }]
35552026-08-27T04:51:19.468Zreplacing 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 27 04:51:18.526
35562026-08-27T04:51:19.468Z Aug 27 04:51:18.526 adding route 172.17.0.5/32 -> 10.0.0.255DEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35572026-08-27T04:51:19.468Z
35582026-08-27T04:51:19.468Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 27 04:51:18.526
35592026-08-27T04:51:19.468Z INFOAug 27 04:51:18.526Aug 27 04:51:18.526 DEBGAug 27 04:51:18.526 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target listcreated new freemap
35602026-08-27T04:51:19.468Z
35612026-08-27T04:51:19.468Z, unitAug 27 04:51:18.532 INFO: adding route 172.17.0.6/32 -> 10.0.0.255freemap_route_ipv4
35622026-08-27T04:51:19.468Z
35632026-08-27T04:51:19.468ZAug 27 04:51:18.526 INFOAug 27 04:51:18.532 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
35642026-08-27T04:51:19.468Z created new freemap, unit: freemap_route_ipv6
35652026-08-27T04:51:19.468ZAug 27 04:51:18.532 Aug 27 04:51:18.532Aug 27 04:51:18.532 Aug 27 04:51:18.532DEBG DEBG initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35662026-08-27T04:51:19.468ZDEBG: 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 } }]freemap_route_ipv4
35672026-08-27T04:51:19.468Z
35682026-08-27T04:51:19.468ZAug 27 04:51:18.532 Aug 27 04:51:18.532Aug 27 04:51:18.532INFO DEBG
35692026-08-27T04:51:19.468Zadding route 172.17.0.29/32 -> 10.0.0.255
35702026-08-27T04:51:19.468Zreset freemap INFO, Aug 27 04:51:18.533adding route 172.17.0.51/32 -> 10.0.0.255unit
35712026-08-27T04:51:19.468ZAug 27 04:51:18.533: freemap_route_ipv4DEBG
35722026-08-27T04:51:19.468Z INFOAug 27 04:51:18.533 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 27 04:51:18.533
35732026-08-27T04:51:19.468Zadding route 172.17.0.7/32 -> 10.0.0.255DEBG
35742026-08-27T04:51:19.468ZDEBG initted freemap. size: 64replacing 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 27 04:51:18.533, unitAug 27 04:51:18.533:INFO freemap_route_ipv6DEBG
35752026-08-27T04:51:19.468Zreplacing 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.30/32 -> 10.0.0.255
35762026-08-27T04:51:19.468Z
35772026-08-27T04:51:19.472Z
35782026-08-27T04:51:19.472ZAug 27 04:51:18.533Aug 27 04:51:18.533 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 27 04:51:18.533
35792026-08-27T04:51:19.472Zadding route 172.17.0.8/32 -> 10.0.0.255 Aug 27 04:51:18.533DEBG
35802026-08-27T04:51:19.472Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.533
35812026-08-27T04:51:19.472Z DEBGDEBG reset freemapreplacing 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 27 04:51:18.533, Aug 27 04:51:18.533unit : DEBGINFO
35822026-08-27T04:51:19.472Z freemap_route_ipv6
35832026-08-27T04:51:19.472Zreplacing 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.31/32 -> 10.0.0.255
35842026-08-27T04:51:19.472Z
35852026-08-27T04:51:19.472ZAug 27 04:51:18.533 Aug 27 04:51:18.533INFO Aug 27 04:51:18.533 INFOINFOAug 27 04:51:18.533adding route 172.16.0.0/32 -> 10.0.0.1
35862026-08-27T04:51:19.472Zadding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
35872026-08-27T04:51:19.472Z
35882026-08-27T04:51:19.472ZDEBG Aug 27 04:51:18.533replacing 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 27 04:51:18.533DEBG
35892026-08-27T04:51:19.473Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
35902026-08-27T04:51:19.473Z 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 } }]
35912026-08-27T04:51:19.473ZAug 27 04:51:18.533Aug 27 04:51:18.533 INFODEBGAug 27 04:51:18.533 Aug 27 04:51:18.533 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 } }]INFOadding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.10/32 -> 10.0.0.255
35922026-08-27T04:51:19.473ZINFO
35932026-08-27T04:51:19.473Z
35942026-08-27T04:51:19.473Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 27 04:51:18.533 Aug 27 04:51:18.533DEBGAug 27 04:51:18.533 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 } }]INFODEBG
35952026-08-27T04:51:19.473Z
35962026-08-27T04:51:19.473Z adding route 172.17.0.54/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 } }]
35972026-08-27T04:51:19.473Z
35982026-08-27T04:51:19.473ZAug 27 04:51:18.533 Aug 27 04:51:18.533DEBG 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 27 04:51:18.533
35992026-08-27T04:51:19.473Z INFO adding route 172.17.0.33/32 -> 10.0.0.255
36002026-08-27T04:51:19.473Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 27 04:51:18.533Aug 27 04:51:18.533
36012026-08-27T04:51:19.473Z INFOAug 27 04:51:18.533 DEBG adding route 172.16.0.0/32 -> 10.0.0.3
36022026-08-27T04:51:19.473ZDEBGreplacing 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 } }]
36032026-08-27T04:51:19.473ZAug 27 04:51:18.533replacing 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 27 04:51:18.533
36042026-08-27T04:51:19.473Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 27 04:51:18.533
36052026-08-27T04:51:19.473ZAug 27 04:51:18.533 INFO INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255Aug 27 04:51:18.533
36062026-08-27T04:51:19.473Z
36072026-08-27T04:51:19.473ZINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
36082026-08-27T04:51:19.473Z
36092026-08-27T04:51:19.473ZAug 27 04:51:18.533 Aug 27 04:51:18.533INFO DEBGAug 27 04:51:18.533 Aug 27 04:51:18.533DEBG adding route 172.17.0.12/32 -> 10.0.0.255DEBGreplacing 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 } }]
36102026-08-27T04:51:19.473Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36112026-08-27T04:51:19.473Zreplacing 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 } }]
36122026-08-27T04:51:19.473Z
36132026-08-27T04:51:19.473ZAug 27 04:51:18.533Aug 27 04:51:18.533Aug 27 04:51:18.533Aug 27 04:51:18.532 INFODEBGDEBG Aug 27 04:51:18.533replacing 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 } }]
36142026-08-27T04:51:19.473ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
36152026-08-27T04:51:19.473Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 27 04:51:18.533
36162026-08-27T04:51:19.473ZINFO Aug 27 04:51:18.533adding route 172.17.0.13/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 } }]
36172026-08-27T04:51:19.473Z
36182026-08-27T04:51:19.473ZDEBGAug 27 04:51:18.533 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
36192026-08-27T04:51:19.473ZDEBG Aug 27 04:51:18.533replacing targets for 172.16.0.0/32 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.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 } }]
36202026-08-27T04:51:19.473Z DEBG
36212026-08-27T04:51:19.473ZAug 27 04:51:18.533replacing 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 27 04:51:18.533
36222026-08-27T04:51:19.473Z DEBG INFOAug 27 04:51:18.533failed to allocate space for the new target list
36232026-08-27T04:51:19.473Z INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
36242026-08-27T04:51:19.473Z
36252026-08-27T04:51:19.473ZAug 27 04:51:18.533 INFO adding route 172.17.0.14/32 -> 10.0.0.255
36262026-08-27T04:51:19.473ZAug 27 04:51:18.533 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.533
36272026-08-27T04:51:19.473Z DEBGAug 27 04:51:18.533 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
36282026-08-27T04:51:19.474Z Aug 27 04:51:18.533replacing 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 } }]
36292026-08-27T04:51:19.474ZINFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 27 04:51:18.533
36302026-08-27T04:51:19.474Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
36312026-08-27T04:51:19.474ZAug 27 04:51:18.533 DEBG Aug 27 04:51:18.533replacing 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 27 04:51:18.533
36322026-08-27T04:51:19.474ZDEBGINFO 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.58/32 -> 10.0.0.255
36332026-08-27T04:51:19.474Z
36342026-08-27T04:51:19.474ZAug 27 04:51:18.533 INFO Aug 27 04:51:18.533adding route 172.17.0.38/32 -> 10.0.0.255
36352026-08-27T04:51:19.474ZDEBG 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 } }]
36362026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 Aug 27 04:51:18.533INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255INFO
36372026-08-27T04:51:19.474Zreplacing 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 } }]
36382026-08-27T04:51:19.474Zadding route 172.17.0.59/32 -> 10.0.0.255
36392026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 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.39/32 -> 10.0.0.255
36402026-08-27T04:51:19.474Z
36412026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 INFODEBG adding route 172.17.0.17/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 } }]
36422026-08-27T04:51:19.474Ztest route::tests::delete_target_full ... ok
36432026-08-27T04:51:19.474Z
36442026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36452026-08-27T04:51:19.474Z
36462026-08-27T04:51:19.474ZAug 27 04:51:18.533 DEBG Aug 27 04:51:18.533replacing 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 } }]
36472026-08-27T04:51:19.474ZDEBGAug 27 04:51:18.533 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36482026-08-27T04:51:19.474Ztest route::tests::delete_target_fragmented ... ok
36492026-08-27T04:51:19.474Z adding route 172.17.0.18/32 -> 10.0.0.255Aug 27 04:51:18.533
36502026-08-27T04:51:19.474Z INFOAug 27 04:51:18.533 adding route 172.17.0.60/32 -> 10.0.0.255INFO
36512026-08-27T04:51:19.474Z adding route 172.17.0.41/32 -> 10.0.0.255
36522026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 Aug 27 04:51:18.533 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 } }] DEBG
36532026-08-27T04:51:19.474Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36542026-08-27T04:51:19.474Z
36552026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255Aug 27 04:51:18.533
36562026-08-27T04:51:19.474Z
36572026-08-27T04:51:19.474ZINFO adding route 172.17.0.61/32 -> 10.0.0.255
36582026-08-27T04:51:19.474ZAug 27 04:51:18.533 Aug 27 04:51:18.533DEBG Aug 27 04:51:18.533 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 } }]
36592026-08-27T04:51:19.474Z 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
36602026-08-27T04:51:19.474Z 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 27 04:51:18.533
36612026-08-27T04:51:19.474Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
36622026-08-27T04:51:19.474ZAug 27 04:51:18.533 INFOAug 27 04:51:18.533 Aug 27 04:51:18.533adding route 172.17.0.62/32 -> 10.0.0.255 INFODEBG
36632026-08-27T04:51:19.474Z adding route 172.17.0.20/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 } }]
36642026-08-27T04:51:19.474Z
36652026-08-27T04:51:19.474ZAug 27 04:51:18.533Aug 27 04:51:18.533 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.44/32 -> 10.0.0.255
36662026-08-27T04:51:19.474ZAug 27 04:51:18.533
36672026-08-27T04:51:19.475Z 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 27 04:51:18.533
36682026-08-27T04:51:19.475ZAug 27 04:51:18.533 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 27 04:51:18.533replacing 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 } }]
36692026-08-27T04:51:19.475ZINFO DEBG
36702026-08-27T04:51:19.475Z adding route 172.17.0.21/32 -> 10.0.0.255failed to allocate space for the new target list
36712026-08-27T04:51:19.475ZAug 27 04:51:18.533
36722026-08-27T04:51:19.475Z INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 27 04:51:18.533
36732026-08-27T04:51:19.475ZAug 27 04:51:18.533 Aug 27 04:51:18.533DEBG DEBGDEBG Aug 27 04:51:18.533 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
36742026-08-27T04:51:19.475Z Aug 27 04:51:18.539DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36752026-08-27T04:51:19.475Zadding route 172.17.0.22/32 -> 10.0.0.255
36762026-08-27T04:51:19.475ZAug 27 04:51:18.539 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 } }]
36772026-08-27T04:51:19.479Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 27 04:51:18.539
36782026-08-27T04:51:19.479Z INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 27 04:51:18.539
36792026-08-27T04:51:19.479Z INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 27 04:51:18.539
36802026-08-27T04:51:19.479Z DEBG
36812026-08-27T04:51:19.479Z 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 27 04:51:18.539
36822026-08-27T04:51:19.479Z 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 } }]
36832026-08-27T04:51:19.479ZAug 27 04:51:18.539Aug 27 04:51:18.539 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 27 04:51:18.539adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
36842026-08-27T04:51:19.479Z
36852026-08-27T04:51:19.479ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
36862026-08-27T04:51:19.479ZAug 27 04:51:18.539Aug 27 04:51:18.539 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 27 04:51:18.539
36872026-08-27T04:51:19.479Z
36882026-08-27T04:51:19.479ZDEBG 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 } }]
36892026-08-27T04:51:19.479ZAug 27 04:51:18.539Aug 27 04:51:18.539 INFOAug 27 04:51:18.539 INFOadding route 172.17.0.48/32 -> 10.0.0.255
36902026-08-27T04:51:19.479ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255
36912026-08-27T04:51:19.479Z
36922026-08-27T04:51:19.479ZAug 27 04:51:18.539 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 27 04:51:18.539
36932026-08-27T04:51:19.479Z Aug 27 04:51:18.539DEBG 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 } }]DEBGAug 27 04:51:18.539
36942026-08-27T04:51:19.479Zreplacing 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 } }]
36952026-08-27T04:51:19.479ZINFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 27 04:51:18.539
36962026-08-27T04:51:19.479Z INFOAug 27 04:51:18.539 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 27 04:51:18.539INFO DEBG
36972026-08-27T04:51:19.479Z adding route 172.17.0.26/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 } }]
36982026-08-27T04:51:19.479Z
36992026-08-27T04:51:19.479ZAug 27 04:51:18.539 Aug 27 04:51:18.539Aug 27 04:51:18.539 DEBGDEBG INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.50/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 } }]
37002026-08-27T04:51:19.479Z
37012026-08-27T04:51:19.480Z
37022026-08-27T04:51:19.480ZAug 27 04:51:18.539Aug 27 04:51:18.539Aug 27 04:51:18.539 DEBGINFO 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 } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255
37032026-08-27T04:51:19.480Z
37042026-08-27T04:51:19.480Z
37052026-08-27T04:51:19.480ZAug 27 04:51:18.539Aug 27 04:51:18.539Aug 27 04:51:18.539 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
37062026-08-27T04:51:19.480Z
37072026-08-27T04:51:19.480Zreplacing 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 } }]
37082026-08-27T04:51:19.480ZAug 27 04:51:18.539Aug 27 04:51:18.539Aug 27 04:51:18.539 DEBGINFO INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
37092026-08-27T04:51:19.480Z
37102026-08-27T04:51:19.480Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
37112026-08-27T04:51:19.480ZAug 27 04:51:18.539Aug 27 04:51:18.539 INFODEBG Aug 27 04:51:18.539 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
37122026-08-27T04:51:19.480Z adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37132026-08-27T04:51:19.480Z
37142026-08-27T04:51:19.480ZAug 27 04:51:18.539 INFO Aug 27 04:51:18.539Aug 27 04:51:18.539adding route 172.17.0.29/32 -> 10.0.0.255
37152026-08-27T04:51:19.480ZINFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing 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 } }]
37162026-08-27T04:51:19.480Z
37172026-08-27T04:51:19.480ZAug 27 04:51:18.539 Aug 27 04:51:18.539DEBG Aug 27 04:51:18.539 INFODEBGreplacing 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 } }]
37182026-08-27T04:51:19.480Zreplacing 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 } }]
37192026-08-27T04:51:19.480Zadding route 172.17.0.53/32 -> 10.0.0.255
37202026-08-27T04:51:19.480ZAug 27 04:51:18.539 Aug 27 04:51:18.539Aug 27 04:51:18.539INFO adding route 172.17.0.30/32 -> 10.0.0.255INFO
37212026-08-27T04:51:19.480Z DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing 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 } }]
37222026-08-27T04:51:19.480Z
37232026-08-27T04:51:19.480ZAug 27 04:51:18.539 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.539
37242026-08-27T04:51:19.480ZAug 27 04:51:18.539 DEBGINFO adding route 172.17.0.54/32 -> 10.0.0.255replacing 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 } }]
37252026-08-27T04:51:19.480Z
37262026-08-27T04:51:19.480ZAug 27 04:51:18.539 INFOAug 27 04:51:18.539 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 27 04:51:18.539
37272026-08-27T04:51:19.480Z 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
37282026-08-27T04:51:19.480ZAug 27 04:51:18.539 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
37292026-08-27T04:51:19.480Z Aug 27 04:51:18.539replacing 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 } }]
37302026-08-27T04:51:19.480ZINFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 27 04:51:18.539
37312026-08-27T04:51:19.480Z Aug 27 04:51:18.539DEBG 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 } }]INFOAug 27 04:51:18.539
37322026-08-27T04:51:19.480Z adding route 172.17.0.32/32 -> 10.0.0.255DEBG
37332026-08-27T04:51:19.480Z 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 } }]
37342026-08-27T04:51:19.480ZAug 27 04:51:18.539Aug 27 04:51:18.539 INFODEBGAug 27 04:51:18.539 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
37352026-08-27T04:51:19.480Zadding route 172.17.0.56/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 } }]
37362026-08-27T04:51:19.480Z
37372026-08-27T04:51:19.480ZAug 27 04:51:18.539 Aug 27 04:51:18.539DEBG Aug 27 04:51:18.539INFO 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 172.17.0.33/32 -> 10.0.0.255
37382026-08-27T04:51:19.480Z
37392026-08-27T04:51:19.481ZDEBG 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 } }]
37402026-08-27T04:51:19.481Ztest route::tests::delete_targets_full ... ok
37412026-08-27T04:51:19.481ZAug 27 04:51:18.539Aug 27 04:51:18.539 Aug 27 04:51:18.539INFO DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37422026-08-27T04:51:19.481Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.57/32 -> 10.0.0.255
37432026-08-27T04:51:19.481Z
37442026-08-27T04:51:19.481ZAug 27 04:51:18.539 INFOAug 27 04:51:18.539Aug 27 04:51:18.539 DEBGadding route 172.17.0.34/32 -> 10.0.0.255DEBG
37452026-08-27T04:51:19.481Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
37462026-08-27T04:51:19.481Z
37472026-08-27T04:51:19.481ZAug 27 04:51:18.539Aug 27 04:51:18.539Aug 27 04:51:18.539 INFOINFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
37482026-08-27T04:51:19.481Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.58/32 -> 10.0.0.255
37492026-08-27T04:51:19.481Z
37502026-08-27T04:51:19.481ZAug 27 04:51:18.539 Aug 27 04:51:18.539DEBGAug 27 04:51:18.539 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 } }]DEBG
37512026-08-27T04:51:19.481Z adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37522026-08-27T04:51:19.481Z
37532026-08-27T04:51:19.481ZAug 27 04:51:18.539Aug 27 04:51:18.539Aug 27 04:51:18.539 DEBGINFO 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 } }]adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
37542026-08-27T04:51:19.481Z
37552026-08-27T04:51:19.481Z
37562026-08-27T04:51:19.481ZAug 27 04:51:18.539Aug 27 04:51:18.539Aug 27 04:51:18.539 INFODEBG DEBG adding route 172.17.0.36/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 } }]
37572026-08-27T04:51:19.481Z
37582026-08-27T04:51:19.481Zreplacing 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 } }]
37592026-08-27T04:51:19.481ZAug 27 04:51:18.539Aug 27 04:51:18.539 Aug 27 04:51:18.539DEBG 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 } }] INFOadding route 172.17.0.60/32 -> 10.0.0.255
37602026-08-27T04:51:19.481Z
37612026-08-27T04:51:19.481Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
37622026-08-27T04:51:19.481ZAug 27 04:51:18.539Aug 27 04:51:18.539 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
37632026-08-27T04:51:19.481ZAug 27 04:51:18.540
37642026-08-27T04:51:19.481Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
37652026-08-27T04:51:19.481ZAug 27 04:51:18.540 Aug 27 04:51:18.540DEBG INFOfailed to allocate space for the new target listAug 27 04:51:18.540
37662026-08-27T04:51:19.481Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
37672026-08-27T04:51:19.481Z 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 27 04:51:18.540
37682026-08-27T04:51:19.481Z Aug 27 04:51:18.540DEBG 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 27 04:51:18.540
37692026-08-27T04:51:19.481Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
37702026-08-27T04:51:19.481Z adding route 172.17.0.38/32 -> 10.0.0.255
37712026-08-27T04:51:19.481ZAug 27 04:51:18.540 INFOAug 27 04:51:18.540 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
37722026-08-27T04:51:19.481Z 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 } }]
37732026-08-27T04:51:19.481ZAug 27 04:51:18.540 DEBGAug 27 04:51:18.540 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
37742026-08-27T04:51:19.481Z adding route 172.17.0.39/32 -> 10.0.0.255
37752026-08-27T04:51:19.481ZAug 27 04:51:18.540 INFOAug 27 04:51:18.540 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
37762026-08-27T04:51:19.481Z 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 } }]
37772026-08-27T04:51:19.485ZAug 27 04:51:18.540 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 } }]
37782026-08-27T04:51:19.485ZAug 27 04:51:18.540 INFO adding route 172.17.0.40/32 -> 10.0.0.255
37792026-08-27T04:51:19.485ZAug 27 04:51:18.540 Aug 27 04:51:18.540 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 } }]
37802026-08-27T04:51:19.485ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
37812026-08-27T04:51:19.485ZAug 27 04:51:18.540 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 27 04:51:18.540
37822026-08-27T04:51:19.485Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37832026-08-27T04:51:19.485ZAug 27 04:51:18.540 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 } }]Aug 27 04:51:18.540
37842026-08-27T04:51:19.486Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
37852026-08-27T04:51:19.486ZAug 27 04:51:18.540 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 27 04:51:18.540
37862026-08-27T04:51:19.486Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37872026-08-27T04:51:19.486ZAug 27 04:51:18.540 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:51:18.540
37882026-08-27T04:51:19.486Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
37892026-08-27T04:51:19.486ZAug 27 04:51:18.540 INFO adding route 172.17.0.43/32 -> 10.0.0.255
37902026-08-27T04:51:19.486ZAug 27 04:51:18.546 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 } }]
37912026-08-27T04:51:19.486ZAug 27 04:51:18.546 INFO adding route 172.17.0.44/32 -> 10.0.0.255
37922026-08-27T04:51:19.486ZAug 27 04:51:18.546 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 } }]
37932026-08-27T04:51:19.486ZAug 27 04:51:18.540 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 } }]
37942026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
37952026-08-27T04:51:19.486Z
37962026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
37972026-08-27T04:51:19.486Z
37982026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
37992026-08-27T04:51:19.486Z
38002026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
38012026-08-27T04:51:19.486Z
38022026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
38032026-08-27T04:51:19.486Z
38042026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 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 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 } }]
38052026-08-27T04:51:19.486Z
38062026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
38072026-08-27T04:51:19.486Z
38082026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38092026-08-27T04:51:19.486Z
38102026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
38112026-08-27T04:51:19.486Z
38122026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38132026-08-27T04:51:19.486Z
38142026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
38152026-08-27T04:51:19.486Z
38162026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38172026-08-27T04:51:19.486Z
38182026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
38192026-08-27T04:51:19.486Z
38202026-08-27T04:51:19.486ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
38212026-08-27T04:51:19.487Z
38222026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
38232026-08-27T04:51:19.487Z
38242026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38252026-08-27T04:51:19.487Z
38262026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
38272026-08-27T04:51:19.487Z
38282026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38292026-08-27T04:51:19.487Z
38302026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
38312026-08-27T04:51:19.487Z
38322026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38332026-08-27T04:51:19.487Z
38342026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255
38352026-08-27T04:51:19.487Z
38362026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38372026-08-27T04:51:19.487Z
38382026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255
38392026-08-27T04:51:19.487Z
38402026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 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 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 } }]
38412026-08-27T04:51:19.487Z
38422026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.57/32 -> 10.0.0.255
38432026-08-27T04:51:19.487Z
38442026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
38452026-08-27T04:51:19.487Z
38462026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
38472026-08-27T04:51:19.487Z
38482026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38492026-08-27T04:51:19.487Z
38502026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.59/32 -> 10.0.0.255
38512026-08-27T04:51:19.487Z
38522026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 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 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 } }]
38532026-08-27T04:51:19.487Z
38542026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
38552026-08-27T04:51:19.487Z
38562026-08-27T04:51:19.487ZAug 27 04:51:18.546Aug 27 04:51:18.546 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 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 } }]
38572026-08-27T04:51:19.487Z
38582026-08-27T04:51:19.488ZAug 27 04:51:18.546Aug 27 04:51:18.546 DEBGDEBG failed to allocate space for the new target listfailed to allocate space for the new target list
38592026-08-27T04:51:19.488Z
38602026-08-27T04:51:19.488ZAug 27 04:51:18.546Aug 27 04:51:18.546 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.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
38612026-08-27T04:51:19.488Z
38622026-08-27T04:51:19.488ZAug 27 04:51:18.547 DEBG created new freemap, unit: freemap_route_ipv4
38632026-08-27T04:51:19.488ZAug 27 04:51:18.547 DEBG created new freemap, unit: freemap_route_ipv6
38642026-08-27T04:51:19.488ZAug 27 04:51:18.547 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
38652026-08-27T04:51:19.488ZAug 27 04:51:18.547 DEBG reset freemap, unit: freemap_route_ipv4
38662026-08-27T04:51:19.488ZAug 27 04:51:18.547 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
38672026-08-27T04:51:19.488ZAug 27 04:51:18.547 DEBG reset freemap, unit: freemap_route_ipv6
38682026-08-27T04:51:19.488ZAug 27 04:51:18.547 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38692026-08-27T04:51:19.488ZAug 27 04:51:18.547 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 } }]
38702026-08-27T04:51:19.488ZAug 27 04:51:18.547 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38712026-08-27T04:51:19.488ZAug 27 04:51:18.547 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 } }]
38722026-08-27T04:51:19.488ZAug 27 04:51:18.547 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38732026-08-27T04:51:19.488ZAug 27 04:51:18.547 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 } }]
38742026-08-27T04:51:19.488ZAug 27 04:51:18.547 INFO adding route 172.16.0.0/32 -> 10.0.0.2
38752026-08-27T04:51:19.488ZAug 27 04:51:18.547 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 } }]
38762026-08-27T04:51:19.488ZAug 27 04:51:18.547 INFO adding route 172.17.0.0/32 -> 10.0.0.255
38772026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38782026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.1/32 -> 10.0.0.255
38792026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38802026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.2/32 -> 10.0.0.255
38812026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38822026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.3/32 -> 10.0.0.255
38832026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38842026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.4/32 -> 10.0.0.255
38852026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38862026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.5/32 -> 10.0.0.255
38872026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38882026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.6/32 -> 10.0.0.255
38892026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38902026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.7/32 -> 10.0.0.255
38912026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38922026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.8/32 -> 10.0.0.255
38932026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38942026-08-27T04:51:19.492ZAug 27 04:51:18.547 INFO adding route 172.17.0.9/32 -> 10.0.0.255
38952026-08-27T04:51:19.492ZAug 27 04:51:18.547 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 } }]
38962026-08-27T04:51:19.493ZAug 27 04:51:18.547 INFO adding route 172.17.0.10/32 -> 10.0.0.255
38972026-08-27T04:51:19.493ZAug 27 04:51:18.547 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 } }]
38982026-08-27T04:51:19.493ZAug 27 04:51:18.547 INFO adding route 172.17.0.11/32 -> 10.0.0.255
38992026-08-27T04:51:19.493ZAug 27 04:51:18.547 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 } }]
39002026-08-27T04:51:19.493ZAug 27 04:51:18.547 INFO adding route 172.17.0.12/32 -> 10.0.0.255
39012026-08-27T04:51:19.493ZAug 27 04:51:18.547 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 } }]
39022026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.13/32 -> 10.0.0.255
39032026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39042026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39052026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39062026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39072026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39082026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39092026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39102026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39112026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39122026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39132026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39142026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39152026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39162026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39172026-08-27T04:51:19.493ZAug 27 04:51:18.554 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39182026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39192026-08-27T04:51:19.493ZAug 27 04:51:18.554 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39202026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39212026-08-27T04:51:19.493ZAug 27 04:51:18.554 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39222026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39232026-08-27T04:51:19.493ZAug 27 04:51:18.554 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39242026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39252026-08-27T04:51:19.493ZAug 27 04:51:18.554 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39262026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39272026-08-27T04:51:19.493ZAug 27 04:51:18.554 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39282026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39292026-08-27T04:51:19.493ZAug 27 04:51:18.554 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 } }]
39302026-08-27T04:51:19.493ZAug 27 04:51:18.554 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39312026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39322026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39332026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39342026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39352026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39362026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39372026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39382026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39392026-08-27T04:51:19.494ZAug 27 04:51:18.554 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-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39412026-08-27T04:51:19.494Ztest route::tests::delete_targets_fragmented ... ok
39422026-08-27T04:51:19.494ZAug 27 04:51:18.554 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-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39442026-08-27T04:51:19.494ZAug 27 04:51:18.554 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-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39462026-08-27T04:51:19.494Z
39472026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39482026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39492026-08-27T04:51:19.494Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
39502026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39512026-08-27T04:51:19.494Z
39522026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39532026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39542026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39552026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39562026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39572026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39582026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39592026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39602026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39612026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39622026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39632026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39642026-08-27T04:51:19.494ZAug 27 04:51:18.554 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39652026-08-27T04:51:19.494ZAug 27 04:51:18.554 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 } }]
39662026-08-27T04:51:19.494ZAug 27 04:51:18.561 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39672026-08-27T04:51:19.494ZAug 27 04:51:18.561 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 } }]
39682026-08-27T04:51:19.494ZAug 27 04:51:18.561 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39692026-08-27T04:51:19.494ZAug 27 04:51:18.561 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 } }]
39702026-08-27T04:51:19.494ZAug 27 04:51:18.561 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39712026-08-27T04:51:19.495ZAug 27 04:51:18.561 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 } }]
39722026-08-27T04:51:19.495ZAug 27 04:51:18.561 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39732026-08-27T04:51:19.495ZAug 27 04:51:18.561 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 } }]
39742026-08-27T04:51:19.495ZAug 27 04:51:18.561 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39752026-08-27T04:51:19.495ZAug 27 04:51:18.561 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 } }]
39762026-08-27T04:51:19.495ZAug 27 04:51:18.561 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39772026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39782026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39792026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39802026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39812026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39822026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39832026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39842026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39852026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39862026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39872026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39882026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39892026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39902026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39912026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39922026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.56/32 -> 10.0.0.255
39932026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39942026-08-27T04:51:19.499ZAug 27 04:51:18.561 INFO adding route 172.17.0.57/32 -> 10.0.0.255
39952026-08-27T04:51:19.499ZAug 27 04:51:18.561 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 } }]
39962026-08-27T04:51:19.500ZAug 27 04:51:18.561 INFO adding route 172.17.0.58/32 -> 10.0.0.255
39972026-08-27T04:51:19.500ZAug 27 04:51:18.561 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 } }]
39982026-08-27T04:51:19.500ZAug 27 04:51:18.561 INFO adding route 172.17.0.59/32 -> 10.0.0.255
39992026-08-27T04:51:19.500ZAug 27 04:51:18.561 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 } }]
40002026-08-27T04:51:19.500ZAug 27 04:51:18.561 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40012026-08-27T04:51:19.500ZAug 27 04:51:18.561 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 } }]
40022026-08-27T04:51:19.500ZAug 27 04:51:18.561 DEBG failed to allocate space for the new target list
40032026-08-27T04:51:19.500ZAug 27 04:51:18.561 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 } }]
40042026-08-27T04:51:19.500Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-48417435774739a9)
40052026-08-27T04:51:19.500Z
40062026-08-27T04:51:19.500Zrunning 0 tests
40072026-08-27T04:51:19.500Z
40082026-08-27T04:51:19.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40092026-08-27T04:51:19.500Z
40102026-08-27T04:51:19.500Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2bcd009761197a81)
40112026-08-27T04:51:19.500Z
40122026-08-27T04:51:19.500Zrunning 0 tests
40132026-08-27T04:51:19.500Z
40142026-08-27T04:51:19.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40152026-08-27T04:51:19.500Z
40162026-08-27T04:51:19.500Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7c3d7088f409e5fe)
40172026-08-27T04:51:19.500Z
40182026-08-27T04:51:19.500Zrunning 6 tests
40192026-08-27T04:51:19.500Ztest tests::test_parse_client_port_id ... ok
40202026-08-27T04:51:19.500Ztest tests::test_full_lot_id_lotnum_only ... ok
40212026-08-27T04:51:19.500Ztest tests::test_full_lot_id_lot_only ... ok
40222026-08-27T04:51:19.500Ztest tests::test_full_lot_id_neither_present ... ok
40232026-08-27T04:51:19.500Ztest tests::test_port_id_cmp ... ok
40242026-08-27T04:51:19.500Ztest tests::test_full_lot_id_both_present ... ok
40252026-08-27T04:51:19.500Z
40262026-08-27T04:51:19.500Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40272026-08-27T04:51:19.500Z
40282026-08-27T04:51:19.500Z Running tests/test_all.rs (target/debug/deps/test_all-69be3ff93b26a14b)
40292026-08-27T04:51:19.500Z
40302026-08-27T04:51:19.500Zrunning 0 tests
40312026-08-27T04:51:19.500Z
40322026-08-27T04:51:19.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40332026-08-27T04:51:19.500Z
40342026-08-27T04:51:19.501Z Running unittests src/lib.rs (target/debug/deps/dpd_types-135a2dfe1b875f47)
40352026-08-27T04:51:19.501Z
40362026-08-27T04:51:19.501Zrunning 0 tests
40372026-08-27T04:51:19.501Z
40382026-08-27T04:51:19.501Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40392026-08-27T04:51:19.501Z
40402026-08-27T04:51:19.501Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8d43961aef230eda)
40412026-08-27T04:51:19.501Z
40422026-08-27T04:51:19.501Zrunning 15 tests
40432026-08-27T04:51:19.501Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40442026-08-27T04:51:19.501Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40452026-08-27T04:51:19.501Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40462026-08-27T04:51:19.501Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40472026-08-27T04:51:19.501Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40482026-08-27T04:51:19.501Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40492026-08-27T04:51:19.501Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40502026-08-27T04:51:19.501Ztest v1::network::tests::test_equal ... ok
40512026-08-27T04:51:19.501Ztest v1::network::tests::test_eui64 ... ok
40522026-08-27T04:51:19.501Ztest v1::network::tests::test_into ... ok
40532026-08-27T04:51:19.501Ztest v1::network::tests::test_not_equal ... ok
40542026-08-27T04:51:19.501Ztest v1::port::tests::port_ids_are_ascii ... ok
40552026-08-27T04:51:19.501Ztest v1::network::tests::test_to_string ... ok
40562026-08-27T04:51:19.501Ztest v1::network::tests::test_parse ... ok
40572026-08-27T04:51:19.501Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40582026-08-27T04:51:19.501Z
40592026-08-27T04:51:19.501Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40602026-08-27T04:51:19.501Z
40612026-08-27T04:51:19.501Z Running unittests src/lib.rs (target/debug/deps/packet-872789a0cadcc4ec)
40622026-08-27T04:51:19.501Z
40632026-08-27T04:51:19.501Zrunning 12 tests
40642026-08-27T04:51:19.501Ztest icmp::test_v6_checksum ... ok
40652026-08-27T04:51:19.501Ztest ipv6::test_ipv6_parse ... ok
40662026-08-27T04:51:19.501Ztest icmp::test_v4_checksum ... ok
40672026-08-27T04:51:19.501Ztest lldp::test_lldp_parse ... ok
40682026-08-27T04:51:19.501Ztest pbuf::test_byte ... ok
40692026-08-27T04:51:19.501Ztest pbuf::test_nibble ... ok
40702026-08-27T04:51:19.501Ztest pbuf::test_overflow ... ok
40712026-08-27T04:51:19.501Ztest pbuf::test_short ... ok
40722026-08-27T04:51:19.501Ztest pbuf::test_twelve ... ok
40732026-08-27T04:51:19.501Ztest pbuf::test_word ... ok
40742026-08-27T04:51:19.501Ztest tcp::test_checksum_ack_data ... ok
40752026-08-27T04:51:19.502Ztest tcp::test_checksum_syn_nodata ... ok
40762026-08-27T04:51:19.502Z
40772026-08-27T04:51:19.507Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40782026-08-27T04:51:19.507Z
40792026-08-27T04:51:19.507Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40802026-08-27T04:51:19.507Z
40812026-08-27T04:51:19.507Zrunning 0 tests
40822026-08-27T04:51:19.507Z
40832026-08-27T04:51:19.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40842026-08-27T04:51:19.507Z
40852026-08-27T04:51:19.507Z Running unittests src/main.rs (target/debug/deps/swadm-345ac09f6d50183b)
40862026-08-27T04:51:19.507Z
40872026-08-27T04:51:19.507Zrunning 5 tests
40882026-08-27T04:51:19.507Ztest switchport::test::test_compute_lanes ... ok
40892026-08-27T04:51:19.510Ztest switchport::test::port_id_ordering ... ok
40902026-08-27T04:51:19.510Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
40912026-08-27T04:51:19.510Z Rx Loss-of-lock: YesLane 2 Lane 3Yes
40922026-08-27T04:51:19.510Z Yes State: Activated YesActivated
40932026-08-27T04:51:19.510Z Activated Rx Loss-of-signal: Yes Activated
40942026-08-27T04:51:19.511Z Rx Output Enabled: falseYes falseYes falseYes
40952026-08-27T04:51:19.511Zfalse
40962026-08-27T04:51:19.511Z Rx CDR Enabled: Yes Rx Output Status: valid Yes valid Yesvalid Yes
40972026-08-27T04:51:19.511Zvalid
40982026-08-27T04:51:19.511Z Tx Enabled: Yes Rx Loss-of-lock: trueYes trueYes Yestrue
40992026-08-27T04:51:19.511Z true
41002026-08-27T04:51:19.511Z Tx Loss-of-lock: No Rx Loss-of-signal: false Nofalse Nofalse Nofalse
41012026-08-27T04:51:19.511Z
41022026-08-27T04:51:19.511Z Tx Loss-of-signal: NoRx Auto-squelch Disable: true Notrue Notrue Notrue
41032026-08-27T04:51:19.511Z
41042026-08-27T04:51:19.511Z Tx CDR Enabled: No Tx Output Enabled: true No trueNo trueNo
41052026-08-27T04:51:19.511Ztrue
41062026-08-27T04:51:19.511Z Tx Adaptive EQ Fault: No Tx Output Status: invalid invalidNo invalid Noinvalid
41072026-08-27T04:51:19.511ZNo
41082026-08-27T04:51:19.511Z Tx Loss-of-lock: false Tx Fault: Yesfalse Yes false falseYes
41092026-08-27T04:51:19.511Z Tx Loss-of-signal: trueYes
41102026-08-27T04:51:19.511Ztrue true true
41112026-08-27T04:51:19.511ZTx Auto-squelch Disable: false false false false
41122026-08-27T04:51:19.511Z Tx Adaptive EQ Fail: true true true true
41132026-08-27T04:51:19.511Z Tx Failure: false false false false
41142026-08-27T04:51:19.511Z Tx Force Squelch: true true true true
41152026-08-27T04:51:19.511Z Tx Input Polarity: normal normal normal normal
41162026-08-27T04:51:19.511Ztest switchport::test::test_print_sff_datapath ... ok
41172026-08-27T04:51:19.511Ztest switchport::test::test_print_cmis_datapath ... ok
41182026-08-27T04:51:19.511Ztest link::test_filter ... ok
41192026-08-27T04:51:19.511Z
41202026-08-27T04:51:19.511Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41212026-08-27T04:51:19.511Z
41222026-08-27T04:51:19.511Z Running tests/counters.rs (target/debug/deps/counters-5e671607b5277de1)
41232026-08-27T04:51:19.511Z
41242026-08-27T04:51:19.511Zrunning 1 test
41252026-08-27T04:51:19.511Ztest test_p4_counter_list ... ignored
41262026-08-27T04:51:19.511Z
41272026-08-27T04:51:19.511Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41282026-08-27T04:51:19.511Z
41292026-08-27T04:51:19.511Z Running tests/port-link.rs (target/debug/deps/port_link-fdee62c46d72b32e)
41302026-08-27T04:51:19.515Z
41312026-08-27T04:51:19.515Zrunning 5 tests
41322026-08-27T04:51:19.515Ztest test_an ... ignored
41332026-08-27T04:51:19.515Ztest test_enable ... ignored
41342026-08-27T04:51:19.515Ztest test_ip_addresses ... ignored
41352026-08-27T04:51:19.515Ztest test_kr ... ignored
41362026-08-27T04:51:19.515Ztest test_mac ... ignored
41372026-08-27T04:51:19.515Z
41382026-08-27T04:51:19.515Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41392026-08-27T04:51:19.515Z
41402026-08-27T04:51:19.515Z Running unittests src/main.rs (target/debug/deps/tfportd-e24f569396066aaa)
41412026-08-27T04:51:19.519Z
41422026-08-27T04:51:19.519Zrunning 3 tests
41432026-08-27T04:51:19.519Ztest linklocal::test_parse_ipadm ... ok
41442026-08-27T04:51:19.519Ztest tfport::test_parse_tfport ... ok
41452026-08-27T04:51:19.519Ztest config::tests::test_updates ... ok
41462026-08-27T04:51:19.519Z
41472026-08-27T04:51:19.519Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41482026-08-27T04:51:19.519Z
41492026-08-27T04:51:19.519Z Running unittests src/main.rs (target/debug/deps/uplinkd-33cedc10e468ee04)
41502026-08-27T04:51:19.519Z
41512026-08-27T04:51:19.519Zrunning 0 tests
41522026-08-27T04:51:19.519Z
41532026-08-27T04:51:19.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41542026-08-27T04:51:19.519Z
41552026-08-27T04:51:19.519Z Running unittests src/main.rs (target/debug/deps/xtask-5cb6d513503f44c8)
41562026-08-27T04:51:19.524Z
41572026-08-27T04:51:19.524Zrunning 0 tests
41582026-08-27T04:51:19.524Z
41592026-08-27T04:51:19.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41602026-08-27T04:51:19.524Z
41612026-08-27T04:51:19.524Z Doc-tests aal
41622026-08-27T04:51:19.742Z
41632026-08-27T04:51:19.742Zrunning 0 tests
41642026-08-27T04:51:19.742Z
41652026-08-27T04:51:19.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-08-27T04:51:19.745Z
41672026-08-27T04:51:19.768Z Doc-tests aal_macros
41682026-08-27T04:51:19.838Z
41692026-08-27T04:51:19.838Zrunning 0 tests
41702026-08-27T04:51:19.838Z
41712026-08-27T04:51:19.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41722026-08-27T04:51:19.838Z
41732026-08-27T04:51:19.847Z Doc-tests common
41742026-08-27T04:51:20.084Z
41752026-08-27T04:51:20.084Zrunning 0 tests
41762026-08-27T04:51:20.084Z
41772026-08-27T04:51:20.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41782026-08-27T04:51:20.084Z
41792026-08-27T04:51:20.111Z Doc-tests dpd_api
41802026-08-27T04:51:20.822Z
41812026-08-27T04:51:20.822Zrunning 2 tests
41822026-08-27T04:51:20.823Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41832026-08-27T04:51:20.823Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41842026-08-27T04:51:20.823Z
41852026-08-27T04:51:20.823Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-27T04:51:20.823Z
41872026-08-27T04:51:20.854Z Doc-tests dpd_client
41882026-08-27T04:51:22.224Z
41892026-08-27T04:51:22.224Zrunning 0 tests
41902026-08-27T04:51:22.224Z
41912026-08-27T04:51:22.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41922026-08-27T04:51:22.224Z
41932026-08-27T04:51:22.278Z Doc-tests dpd_types
41942026-08-27T04:51:22.468Z
41952026-08-27T04:51:22.468Zrunning 0 tests
41962026-08-27T04:51:22.468Z
41972026-08-27T04:51:22.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41982026-08-27T04:51:22.468Z
41992026-08-27T04:51:22.490Z Doc-tests dpd_types_versions
42002026-08-27T04:51:24.004Z
42012026-08-27T04:51:24.004Zrunning 1 test
42022026-08-27T04:51:24.004Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42032026-08-27T04:51:24.004Z
42042026-08-27T04:51:24.004Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-08-27T04:51:24.004Z
42062026-08-27T04:51:24.055Z Doc-tests packet
42072026-08-27T04:51:24.281Z
42082026-08-27T04:51:24.281Zrunning 0 tests
42092026-08-27T04:51:24.281Z
42102026-08-27T04:51:24.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42112026-08-27T04:51:24.281Z
42122026-08-27T04:51:24.308Z Doc-tests pcap
42132026-08-27T04:51:24.360Z
42142026-08-27T04:51:24.360Zrunning 0 tests
42152026-08-27T04:51:24.360Z
42162026-08-27T04:51:24.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42172026-08-27T04:51:24.360Z
42182026-08-27T04:51:24.431Z+ for feat in tofino_stub tofino_asic softnpu chaos
42192026-08-27T04:51:24.431Z+ RUST_BACKTRACE=full
42202026-08-27T04:51:24.431Z+ cargo test --features tofino_asic --no-fail-fast
42212026-08-27T04:51:25.044Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42222026-08-27T04:51:25.123Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42232026-08-27T04:51:25.130Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42242026-08-27T04:51:25.138Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42252026-08-27T04:51:33.941Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42262026-08-27T04:51:34.857Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42272026-08-27T04:52:15.971Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.52s
42282026-08-27T04:52:16.091Z Running unittests src/lib.rs (target/debug/deps/aal-82a1f74d3ac69fbb)
42292026-08-27T04:52:16.094Z
42302026-08-27T04:52:16.094Zrunning 0 tests
42312026-08-27T04:52:16.094Z
42322026-08-27T04:52:16.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42332026-08-27T04:52:16.094Z
42342026-08-27T04:52:16.094Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42352026-08-27T04:52:16.097Z
42362026-08-27T04:52:16.097Zrunning 0 tests
42372026-08-27T04:52:16.097Z
42382026-08-27T04:52:16.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42392026-08-27T04:52:16.097Z
42402026-08-27T04:52:16.097Z Running unittests src/lib.rs (target/debug/deps/asic-c171708e3ec18270)
42412026-08-27T04:52:16.197Z
42422026-08-27T04:52:16.197Zrunning 8 tests
42432026-08-27T04:52:16.200Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42442026-08-27T04:52:16.200Ztest tofino_asic::qsfp::tests::fix_link ... ok
42452026-08-27T04:52:16.200Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42462026-08-27T04:52:16.200Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42472026-08-27T04:52:16.200Ztest tofino_asic::stats::constants_sanity_check ... ok
42482026-08-27T04:52:16.200Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42492026-08-27T04:52:16.207Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42502026-08-27T04:52:16.698Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42512026-08-27T04:52:16.698Z
42522026-08-27T04:52:16.698Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42532026-08-27T04:52:16.698Z
42542026-08-27T04:52:16.707Z Running unittests src/lib.rs (target/debug/deps/common-6597333c7fe7fdd6)
42552026-08-27T04:52:16.712Z
42562026-08-27T04:52:16.712Zrunning 4 tests
42572026-08-27T04:52:16.714Ztest network::tests::test_generate_ipv6_link_local ... ok
42582026-08-27T04:52:16.714Ztest nat::tests::test_vni ... ok
42592026-08-27T04:52:16.714Ztest test_purge ... ok
42602026-08-27T04:52:16.717Ztest illumos::test::address_exists_handles_missing_object ... ok
42612026-08-27T04:52:16.717Z
42622026-08-27T04:52:16.718Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42632026-08-27T04:52:16.718Z
42642026-08-27T04:52:16.718Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5fa23a032ec3e709)
42652026-08-27T04:52:16.721Z
42662026-08-27T04:52:16.721Zrunning 1 test
42672026-08-27T04:52:16.723Z -------
42682026-08-27T04:52:16.723Z Generating OpenAPI documents from API definitions ...
42692026-08-27T04:52:16.865Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42702026-08-27T04:52:16.938Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42712026-08-27T04:52:18.001Z -------
42722026-08-27T04:52:18.002Z Checking 13 OpenAPI documents...
42732026-08-27T04:52:18.002Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42742026-08-27T04:52:18.002Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-27T04:52:18.002Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-27T04:52:18.002Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-27T04:52:18.002Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-27T04:52:18.005Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-27T04:52:18.005Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-27T04:52:18.005Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-27T04:52:18.005Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-27T04:52:18.005Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-27T04:52:18.005Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-27T04:52:18.005Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-27T04:52:18.005Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-27T04:52:18.005Z Fresh dpd "latest" symlink
42872026-08-27T04:52:18.005Z -------
42882026-08-27T04:52:18.005Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42892026-08-27T04:52:18.072Ztest test::test_apis_up_to_date ... ok
42902026-08-27T04:52:18.072Z
42912026-08-27T04:52:18.072Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
42922026-08-27T04:52:18.072Z
42932026-08-27T04:52:18.124Z Running unittests src/main.rs (target/debug/deps/dpd-37b83345dcadb94f)
42942026-08-27T04:52:18.189Z
42952026-08-27T04:52:18.189Zrunning 66 tests
42962026-08-27T04:52:18.192Ztest freemap::test_ordering ... ok
42972026-08-27T04:52:18.192Ztest config::tests::test_updates ... ok
42982026-08-27T04:52:18.192Ztest dhcpv6::tests::test_create_duid_bytes ... ok
42992026-08-27T04:52:18.192Ztest freemap::test_split ... ok
43002026-08-27T04:52:18.192Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43012026-08-27T04:52:18.192Ztest macaddrs::tests::test_mac_offset ... ok
43022026-08-27T04:52:18.196Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43032026-08-27T04:52:18.196Ztest macaddrs::tests::test_parse_port_id ... ok
43042026-08-27T04:52:18.196Ztest nat::test_mapping ... ok
43052026-08-27T04:52:18.196ZAug 27 04:52:17.288 DEBG created new freemap, unit: freemap_test
43062026-08-27T04:52:18.196ZAug 27 04:52:17.288 DEBG created new freemap, Aug 27 04:52:17.288unit :DEBG freemap_testinitted freemap. size: 128
43072026-08-27T04:52:18.196Z, unit: Aug 27 04:52:17.288freemap_test DEBG
43082026-08-27T04:52:18.196Z initted freemap. size: 128, unitAug 27 04:52:17.288: DEBGfreemap_test
43092026-08-27T04:52:18.196Zreset freemap, unit: Aug 27 04:52:17.288freemap_test
43102026-08-27T04:52:18.196ZDEBG reset freemap, unit: freemap_test
43112026-08-27T04:52:18.196ZAug 27 04:52:17.288 DEBG created new freemap, unit: freemap_test
43122026-08-27T04:52:18.196ZAug 27 04:52:17.288 DEBG initted freemap. size: 128, unit: freemap_test
43132026-08-27T04:52:18.196ZAug 27 04:52:17.288 DEBG reset freemap, unit: freemap_test
43142026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG created new freemap, unit: freemap_test
43152026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG initted freemap. size: 8, unit: freemap_test
43162026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG reset freemap, unit: freemap_test
43172026-08-27T04:52:18.197Ztest freemap::test_basic ... ok
43182026-08-27T04:52:18.197Ztest freemap::test_exhaustion ... ok
43192026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG created new freemap, unit: freemap_test
43202026-08-27T04:52:18.197Ztest freemap::test_free ... ok
43212026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG initted freemap. size: 128, unit: freemap_test
43222026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG reset freemap, unit: freemap_test
43232026-08-27T04:52:18.197Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43242026-08-27T04:52:18.197Ztest port_map::tests::test_backplane_group ... ok
43252026-08-27T04:52:18.197Ztest freemap::test_reclaim ... ok
43262026-08-27T04:52:18.197Ztest port_map::tests::test_port_map ... ok
43272026-08-27T04:52:18.197Ztest port_map::tests::dump_map ... ok
43282026-08-27T04:52:18.197ZAug 27 04:52:17.288 DEBG created new freemap, unit: freemap_test
43292026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG initted freemap. size: 128, unit: freemap_test
43302026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG reset freemap, unit: freemap_test
43312026-08-27T04:52:18.197Ztest freemap::test_span ... ok
43322026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG created new freemap, unit: freemap_route_ipv4
43332026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG created new freemap, unit: freemap_route_ipv6
43342026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43352026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG reset freemap, unit: freemap_route_ipv4
43362026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43372026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG reset freemap, unit: freemap_route_ipv6
43382026-08-27T04:52:18.197ZAug 27 04:52:17.289 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43392026-08-27T04:52:18.197ZAug 27 04:52:17.289 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 } }]
43402026-08-27T04:52:18.197ZAug 27 04:52:17.289 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43412026-08-27T04:52:18.197ZAug 27 04:52:17.289 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 } }]
43422026-08-27T04:52:18.197ZAug 27 04:52:17.289 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43432026-08-27T04:52:18.197ZAug 27 04:52:17.289 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 } }]
43442026-08-27T04:52:18.197ZAug 27 04:52:17.289 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43452026-08-27T04:52:18.197ZAug 27 04:52:17.289 Aug 27 04:52:17.289DEBG DEBG created new freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43462026-08-27T04:52:18.197Z, unit: Aug 27 04:52:17.289freemap_route_ipv4 INFO
43472026-08-27T04:52:18.197Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43482026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG created new freemap, unit: freemap_route_ipv6
43492026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43502026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG reset freemap, unit: freemap_route_ipv4
43512026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43522026-08-27T04:52:18.197ZAug 27 04:52:17.289 DEBG reset freemap, unit: freemap_route_ipv6
43532026-08-27T04:52:18.198ZAug 27 04:52:17.289 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43542026-08-27T04:52:18.198ZAug 27 04:52:17.289 DEBG Aug 27 04:52:17.289replacing 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 } }]
43552026-08-27T04:52:18.198ZDEBG 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 } }]
43562026-08-27T04:52:18.198ZAug 27 04:52:17.289 INFOAug 27 04:52:17.289 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
43572026-08-27T04:52:18.198Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43582026-08-27T04:52:18.198ZAug 27 04:52:17.289 Aug 27 04:52:17.289DEBG 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 } }]
43592026-08-27T04:52:18.198Zreplacing 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 } }]
43602026-08-27T04:52:18.198ZAug 27 04:52:17.289 Aug 27 04:52:17.289INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
43612026-08-27T04:52:18.198Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43622026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 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 } }]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 } }]
43632026-08-27T04:52:18.198Z
43642026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
43652026-08-27T04:52:18.198Z
43662026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 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: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 } }]
43672026-08-27T04:52:18.198Z
43682026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
43692026-08-27T04:52:18.198Z
43702026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 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: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 } }]
43712026-08-27T04:52:18.198Z
43722026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43732026-08-27T04:52:18.198Z
43742026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 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: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-27T04:52:18.198Z
43762026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43772026-08-27T04:52:18.198Z
43782026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 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 } }]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 } }]
43792026-08-27T04:52:18.198Z
43802026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43812026-08-27T04:52:18.198Z
43822026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 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: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 } }]
43832026-08-27T04:52:18.198Z
43842026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43852026-08-27T04:52:18.198Z
43862026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
43872026-08-27T04:52:18.198Z
43882026-08-27T04:52:18.198ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43892026-08-27T04:52:18.199Z
43902026-08-27T04:52:18.199ZAug 27 04:52:17.289Aug 27 04:52:17.289 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
43912026-08-27T04:52:18.199Z
43922026-08-27T04:52:18.199ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43932026-08-27T04:52:18.199Z
43942026-08-27T04:52:18.199ZAug 27 04:52:17.289Aug 27 04:52:17.289 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
43952026-08-27T04:52:18.199Z
43962026-08-27T04:52:18.199ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43972026-08-27T04:52:18.199Z
43982026-08-27T04:52:18.199Ztest api_server::tests::test_build_info ... ok
43992026-08-27T04:52:18.199ZAug 27 04:52:17.289Aug 27 04:52:17.289 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44002026-08-27T04:52:18.199Z
44012026-08-27T04:52:18.199ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44022026-08-27T04:52:18.203Z
44032026-08-27T04:52:18.203ZAug 27 04:52:17.289Aug 27 04:52:17.289 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: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 } }]
44042026-08-27T04:52:18.203Z
44052026-08-27T04:52:18.203ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44062026-08-27T04:52:18.203Z
44072026-08-27T04:52:18.203Ztest port_map::tests::parse_softnpu_revision ... ok
44082026-08-27T04:52:18.203ZAug 27 04:52:17.289Aug 27 04:52:17.289 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: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 } }]
44092026-08-27T04:52:18.203Z
44102026-08-27T04:52:18.203ZAug 27 04:52:17.289Aug 27 04:52:17.289 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44112026-08-27T04:52:18.203Z
44122026-08-27T04:52:18.203ZAug 27 04:52:17.289 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 } }]
44132026-08-27T04:52:18.203ZAug 27 04:52:17.289 Aug 27 04:52:17.290DEBG INFO 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:11::/64 -> 2001:db8::55:ff
44142026-08-27T04:52:18.203Z
44152026-08-27T04:52:18.203ZAug 27 04:52:17.290 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 } }]
44162026-08-27T04:52:18.203ZAug 27 04:52:17.290 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44172026-08-27T04:52:18.203ZAug 27 04:52:17.290 INFOAug 27 04:52:17.290 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
44182026-08-27T04:52:18.203Z 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 } }]
44192026-08-27T04:52:18.203ZAug 27 04:52:17.290 Aug 27 04:52:17.290DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44202026-08-27T04:52:18.203Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44212026-08-27T04:52:18.203ZAug 27 04:52:17.290Aug 27 04:52:17.290 INFODEBG adding route 3fff:beef:c::/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 } }]
44222026-08-27T04:52:18.203Z
44232026-08-27T04:52:18.203ZAug 27 04:52:17.290Aug 27 04:52:17.290 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44242026-08-27T04:52:18.203Z
44252026-08-27T04:52:18.203ZAug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290 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 } }]DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44262026-08-27T04:52:18.203Z
44272026-08-27T04:52:18.203Z created new freemap, Aug 27 04:52:17.290unitAug 27 04:52:17.290Aug 27 04:52:17.290 :DEBG INFO 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:15::/64 -> 2001:db8::55:ff
44282026-08-27T04:52:18.203Zfreemap_route_ipv4Aug 27 04:52:17.290
44292026-08-27T04:52:18.204Z
44302026-08-27T04:52:18.204Z DEBG DEBGAug 27 04:52:17.290 Aug 27 04:52:17.290Aug 27 04:52:17.290INFO created new freemapcreated new freemap DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
44312026-08-27T04:52:18.204Z 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 } }], unit
44322026-08-27T04:52:18.204Zcreated new freemap: Aug 27 04:52:17.290Aug 27 04:52:17.290 , DEBGunit, freemap_route_ipv4:
44332026-08-27T04:52:18.204ZINFO unitreplacing 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 27 04:52:17.290
44342026-08-27T04:52:18.204Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBG
44352026-08-27T04:52:18.204Z :freemap_route_ipv4created new freemap , Aug 27 04:52:17.290freemap_route_ipv6 Aug 27 04:52:17.290INFOunit
44362026-08-27T04:52:18.204Z
44372026-08-27T04:52:18.204Z: freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
44382026-08-27T04:52:18.204Z DEBG
44392026-08-27T04:52:18.204Z DEBGinitted freemap. size: 64 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 } }],
44402026-08-27T04:52:18.204ZAug 27 04:52:17.290Aug 27 04:52:17.290 unitDEBG Aug 27 04:52:17.290: DEBG Aug 27 04:52:17.290 freemap_route_ipv4 initted freemap. size: 64replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44412026-08-27T04:52:18.204Z
44422026-08-27T04:52:18.204Z, INFOunit :adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44432026-08-27T04:52:18.204Z Aug 27 04:52:17.290Aug 27 04:52:17.290freemap_route_ipv4DEBG created new freemap INFO
44442026-08-27T04:52:18.204Z DEBGAug 27 04:52:17.290adding route 3fff:beef:10::/64 -> 2001:db8::55:ff , DEBGunit
44452026-08-27T04:52:18.204Z reset freemapreplacing 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 27 04:52:17.290,
44462026-08-27T04:52:18.204ZDEBG: reset freemapAug 27 04:52:17.290unit , DEBGAug 27 04:52:17.290 unit:replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
44472026-08-27T04:52:18.204Z INFO freemap_route_ipv4: adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44482026-08-27T04:52:18.204Zfreemap_route_ipv4
44492026-08-27T04:52:18.204Z
44502026-08-27T04:52:18.204ZAug 27 04:52:17.290
44512026-08-27T04:52:18.204Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
44522026-08-27T04:52:18.204ZAug 27 04:52:17.290 Aug 27 04:52:17.290DEBG DEBG DEBG initted freemap. size: 64replacing 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 27 04:52:17.290
44532026-08-27T04:52:18.204Z, unitinitted freemap. size: 64Aug 27 04:52:17.290, Aug 27 04:52:17.290 : INFODEBGunit :replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv6
44542026-08-27T04:52:18.204Z
44552026-08-27T04:52:18.204Zfreemap_route_ipv6
44562026-08-27T04:52:18.204Z
44572026-08-27T04:52:18.204ZDEBG Aug 27 04:52:17.290Aug 27 04:52:17.290 initted freemap. size: 64Aug 27 04:52:17.290Aug 27 04:52:17.290 INFO DEBGDEBG DEBG adding route 3fff:beef:12::/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 } }]
44582026-08-27T04:52:18.204Z
44592026-08-27T04:52:18.204Zreset freemap reset freemap, unit, : Aug 27 04:52:17.290unit :, Aug 27 04:52:17.290freemap_route_ipv6freemap_route_ipv4unit :DEBG
44602026-08-27T04:52:18.204ZINFO 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:1a::/64 -> 2001:db8::55:ff Aug 27 04:52:17.290
44612026-08-27T04:52:18.204Z INFO
44622026-08-27T04:52:18.204Z
44632026-08-27T04:52:18.204Z adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 27 04:52:17.290
44642026-08-27T04:52:18.204ZAug 27 04:52:17.290
44652026-08-27T04:52:18.204ZDEBG 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 } }]
44662026-08-27T04:52:18.204ZAug 27 04:52:17.290adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG
44672026-08-27T04:52:18.204Z Aug 27 04:52:17.290 Aug 27 04:52:17.290reset freemapDEBG, Aug 27 04:52:17.290INFO Aug 27 04:52:17.290DEBGadding route 3fff:beef:1b::/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 } }]INFOunit 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 } }]
44682026-08-27T04:52:18.204Z
44692026-08-27T04:52:18.205Z
44702026-08-27T04:52:18.205Z:adding route 3fff:dead::/64 -> 2001:db8::55:1
44712026-08-27T04:52:18.205ZAug 27 04:52:17.290 freemap_route_ipv4Aug 27 04:52:17.290INFOAug 27 04:52:17.290
44722026-08-27T04:52:18.205Z Aug 27 04:52:17.290 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44732026-08-27T04:52:18.205Z
44742026-08-27T04:52:18.205ZDEBG 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
44752026-08-27T04:52:18.205ZAug 27 04:52:17.290 Aug 27 04:52:17.290 DEBGAug 27 04:52:17.290 DEBG Aug 27 04:52:17.290replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44762026-08-27T04:52:18.205Z
44772026-08-27T04:52:18.205Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff 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 } }]initted freemap. size: 64
44782026-08-27T04:52:18.205Z
44792026-08-27T04:52:18.205ZAug 27 04:52:17.290, unitINFOAug 27 04:52:17.290Aug 27 04:52:17.290Aug 27 04:52:17.290 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFODEBG :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44802026-08-27T04:52:18.205Zfreemap_route_ipv6
44812026-08-27T04:52:18.205ZDEBG
44822026-08-27T04:52:18.205Zreplacing 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 } }]
44832026-08-27T04:52:18.205Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.290Aug 27 04:52:17.290Aug 27 04:52:17.290
44842026-08-27T04:52:18.205ZDEBGDEBGAug 27 04:52:17.290 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: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
44852026-08-27T04:52:18.205Z
44862026-08-27T04:52:18.205Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
44872026-08-27T04:52:18.205Z Aug 27 04:52:17.290reset freemap INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff, Aug 27 04:52:17.290
44882026-08-27T04:52:18.205Z INFO unitAug 27 04:52:17.290:Aug 27 04:52:17.290adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv6
44892026-08-27T04:52:18.205Z
44902026-08-27T04:52:18.205Z DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
44912026-08-27T04:52:18.205Z
44922026-08-27T04:52:18.205ZAug 27 04:52:17.290 DEBG Aug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44932026-08-27T04:52:18.205Z
44942026-08-27T04:52:18.205Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
44952026-08-27T04:52:18.205ZINFOAug 27 04:52:17.290 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
44962026-08-27T04:52:18.205ZAug 27 04:52:17.290 Aug 27 04:52:17.290 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 } }]
44972026-08-27T04:52:18.205ZDEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44982026-08-27T04:52:18.205Z
44992026-08-27T04:52:18.205ZAug 27 04:52:17.290 Aug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290 INFODEBGDEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45002026-08-27T04:52:18.205Z adding route 3fff:beef:18::/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 } }]
45012026-08-27T04:52:18.205Z
45022026-08-27T04:52:18.209ZAug 27 04:52:17.290replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
45032026-08-27T04:52:18.209Z Aug 27 04:52:17.290replacing 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 } }]
45042026-08-27T04:52:18.209ZAug 27 04:52:17.290DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45052026-08-27T04:52:18.209Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
45062026-08-27T04:52:18.209ZAug 27 04:52:17.290 INFOINFOAug 27 04:52:17.290 INFOAug 27 04:52:17.290adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
45072026-08-27T04:52:18.209Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45082026-08-27T04:52:18.209Z
45092026-08-27T04:52:18.209Zreplacing 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 27 04:52:17.290
45102026-08-27T04:52:18.209ZDEBG Aug 27 04:52:17.290replacing 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 } }]
45112026-08-27T04:52:18.209ZDEBGAug 27 04:52:17.290Aug 27 04:52:17.290 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 27 04:52:17.290
45122026-08-27T04:52:18.209Z INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45132026-08-27T04:52:18.209ZDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45142026-08-27T04:52:18.209Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.290 INFO
45152026-08-27T04:52:18.209Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
45162026-08-27T04:52:18.209ZAug 27 04:52:17.290 DEBGAug 27 04:52:17.290 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45172026-08-27T04:52:18.209ZINFOAug 27 04:52:17.290 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 } }]
45182026-08-27T04:52:18.209ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
45192026-08-27T04:52:18.209Z
45202026-08-27T04:52:18.209ZAug 27 04:52:17.290 INFO Aug 27 04:52:17.290adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45212026-08-27T04:52:18.209ZINFO Aug 27 04:52:17.290adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 27 04:52:17.290DEBG
45222026-08-27T04:52:18.209ZDEBG 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 } }]
45232026-08-27T04:52:18.209Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.290
45242026-08-27T04:52:18.209Z Aug 27 04:52:17.290 DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.290
45252026-08-27T04:52:18.210Z Aug 27 04:52:17.290adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45262026-08-27T04:52:18.210ZINFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45272026-08-27T04:52:18.210Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:52:17.290
45282026-08-27T04:52:18.210Z INFOAug 27 04:52:17.290 Aug 27 04:52:17.290adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45292026-08-27T04:52:18.210Z DEBGDEBG Aug 27 04:52:17.290replacing 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: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
45302026-08-27T04:52:18.210Z
45312026-08-27T04:52:18.210ZAug 27 04:52:17.290replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
45322026-08-27T04:52:18.210ZDEBG Aug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290INFOreplacing 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 } }]
45332026-08-27T04:52:18.210ZINFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45342026-08-27T04:52:18.210Z
45352026-08-27T04:52:18.210Z
45362026-08-27T04:52:18.210ZAug 27 04:52:17.290 INFO Aug 27 04:52:17.290adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 27 04:52:17.290Aug 27 04:52:17.290
45372026-08-27T04:52:18.210Z 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 } }]
45382026-08-27T04:52:18.210Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45392026-08-27T04:52:18.210Z Aug 27 04:52:17.290Aug 27 04:52:17.290 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
45402026-08-27T04:52:18.210ZDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 27 04:52:17.290Aug 27 04:52:17.290
45412026-08-27T04:52:18.210Z
45422026-08-27T04:52:18.210ZINFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45432026-08-27T04:52:18.210ZAug 27 04:52:17.290
45442026-08-27T04:52:18.210Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
45452026-08-27T04:52:18.210ZAug 27 04:52:17.290 Aug 27 04:52:17.290 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 } }]DEBG Aug 27 04:52:17.290replacing 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 } }]
45462026-08-27T04:52:18.210Z
45472026-08-27T04:52:18.210Z 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 } }]
45482026-08-27T04:52:18.210Zreplacing 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 } }]
45492026-08-27T04:52:18.210ZAug 27 04:52:17.290 Aug 27 04:52:17.290INFOAug 27 04:52:17.290 Aug 27 04:52:17.290 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO INFO
45502026-08-27T04:52:18.210Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45512026-08-27T04:52:18.210Z
45522026-08-27T04:52:18.210Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45532026-08-27T04:52:18.210ZAug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290Aug 27 04:52:17.290DEBG 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 } }]DEBGDEBGDEBG
45542026-08-27T04:52:18.210Z 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: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 } }]
45552026-08-27T04:52:18.210Z
45562026-08-27T04:52:18.210ZAug 27 04:52:17.290 Aug 27 04:52:17.290INFO INFOAug 27 04:52:17.290adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
45572026-08-27T04:52:18.210Z 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:20::/64 -> 2001:db8::55:ff
45582026-08-27T04:52:18.210Z
45592026-08-27T04:52:18.211ZAug 27 04:52:17.290 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 } }]
45602026-08-27T04:52:18.211ZAug 27 04:52:17.290 INFOAug 27 04:52:17.290 Aug 27 04:52:17.290INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/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 } }]
45612026-08-27T04:52:18.211Z
45622026-08-27T04:52:18.211Z
45632026-08-27T04:52:18.211ZAug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290DEBG 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:28::/64 -> 2001:db8::55:ff
45642026-08-27T04:52:18.211Z
45652026-08-27T04:52:18.211Z 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 } }]
45662026-08-27T04:52:18.211ZAug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290DEBG INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45672026-08-27T04:52:18.211Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45682026-08-27T04:52:18.211Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
45692026-08-27T04:52:18.211Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
45702026-08-27T04:52:18.211Z Aug 27 04:52:17.290 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 } }]Aug 27 04:52:17.290
45712026-08-27T04:52:18.211Zreplacing 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 } }]
45722026-08-27T04:52:18.211ZDEBG 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 } }]
45732026-08-27T04:52:18.211ZAug 27 04:52:17.290Aug 27 04:52:17.290 INFOAug 27 04:52:17.290 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45742026-08-27T04:52:18.211Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45752026-08-27T04:52:18.211Z
45762026-08-27T04:52:18.211ZAug 27 04:52:17.290 Aug 27 04:52:17.290Aug 27 04:52:17.290 DEBGDEBGDEBG 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: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 } }]
45772026-08-27T04:52:18.211Z
45782026-08-27T04:52:18.211Z 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 } }]
45792026-08-27T04:52:18.211ZAug 27 04:52:17.290Aug 27 04:52:17.290 Aug 27 04:52:17.290INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
45802026-08-27T04:52:18.211Z
45812026-08-27T04:52:18.211Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 27 04:52:17.290
45822026-08-27T04:52:18.211Z DEBG Aug 27 04:52:17.290replacing 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 } }]
45832026-08-27T04:52:18.211ZAug 27 04:52:17.290DEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45842026-08-27T04:52:18.211Zreplacing 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 27 04:52:17.290
45852026-08-27T04:52:18.211Z INFOAug 27 04:52:17.290 Aug 27 04:52:17.290INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45862026-08-27T04:52:18.211Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
45872026-08-27T04:52:18.211Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45882026-08-27T04:52:18.211ZAug 27 04:52:17.290 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 } }]Aug 27 04:52:17.291
45892026-08-27T04:52:18.211Z 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 } }]Aug 27 04:52:17.291Aug 27 04:52:17.291
45902026-08-27T04:52:18.211Z DEBGAug 27 04:52:17.291INFO INFOadding route 3fff:beef:2d::/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 } }]
45912026-08-27T04:52:18.211Z
45922026-08-27T04:52:18.211Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45932026-08-27T04:52:18.211ZAug 27 04:52:17.291Aug 27 04:52:17.291 Aug 27 04:52:17.291 DEBGINFO 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 } }]
45942026-08-27T04:52:18.211Zadding route 3fff:beef:26::/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 } }]
45952026-08-27T04:52:18.211Z
45962026-08-27T04:52:18.211ZAug 27 04:52:17.291Aug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
45972026-08-27T04:52:18.212Z
45982026-08-27T04:52:18.212Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45992026-08-27T04:52:18.212ZAug 27 04:52:17.291Aug 27 04:52:17.291 Aug 27 04:52:17.291INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGDEBG
46002026-08-27T04:52:18.212Zreplacing 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: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 } }]
46012026-08-27T04:52:18.212Z
46022026-08-27T04:52:18.218ZAug 27 04:52:17.291 DEBG Aug 27 04:52:17.291replacing 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 27 04:52:17.291
46032026-08-27T04:52:18.219Z INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46042026-08-27T04:52:18.219ZAug 27 04:52:17.291adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46052026-08-27T04:52:18.219ZINFO Aug 27 04:52:17.291adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46062026-08-27T04:52:18.219ZDEBGAug 27 04:52:17.291 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
46072026-08-27T04:52:18.219Z 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 } }]
46082026-08-27T04:52:18.219ZAug 27 04:52:17.291 Aug 27 04:52:17.291DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 27 04:52:17.291adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46092026-08-27T04:52:18.219ZINFO
46102026-08-27T04:52:18.219Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46112026-08-27T04:52:18.219ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 27 04:52:17.291
46122026-08-27T04:52:18.219Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46132026-08-27T04:52:18.219ZDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.291
46142026-08-27T04:52:18.219ZAug 27 04:52:17.291 INFODEBG adding route 3fff:beef:31::/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 } }]
46152026-08-27T04:52:18.219Z
46162026-08-27T04:52:18.219ZAug 27 04:52:17.291 INFO Aug 27 04:52:17.291adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 27 04:52:17.291
46172026-08-27T04:52:18.219Z DEBG 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 } }]Aug 27 04:52:17.291
46182026-08-27T04:52:18.219Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG Aug 27 04:52:17.291
46192026-08-27T04:52:18.219Zreplacing 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 } }]
46202026-08-27T04:52:18.219ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 27 04:52:17.291Aug 27 04:52:17.291 DEBG
46212026-08-27T04:52:18.219Z 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 } }]
46222026-08-27T04:52:18.219Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 27 04:52:17.291
46232026-08-27T04:52:18.219Z 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 27 04:52:17.291
46242026-08-27T04:52:18.219ZAug 27 04:52:17.291 INFODEBG Aug 27 04:52:17.291 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46252026-08-27T04:52:18.219Z
46262026-08-27T04:52:18.219Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46272026-08-27T04:52:18.219ZAug 27 04:52:17.291 Aug 27 04:52:17.291DEBG Aug 27 04:52:17.291replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46282026-08-27T04:52:18.219Z DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.291
46292026-08-27T04:52:18.219Z
46302026-08-27T04:52:18.219ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46312026-08-27T04:52:18.219ZAug 27 04:52:17.291 Aug 27 04:52:17.291DEBG 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 } }]Aug 27 04:52:17.291
46322026-08-27T04:52:18.219Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
46332026-08-27T04:52:18.219Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.291
46342026-08-27T04:52:18.219ZAug 27 04:52:17.291 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46352026-08-27T04:52:18.219Z
46362026-08-27T04:52:18.219ZAug 27 04:52:17.291 INFO Aug 27 04:52:17.291adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 27 04:52:17.291
46372026-08-27T04:52:18.219Z INFODEBG adding route 3fff:beef:35::/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 } }]Aug 27 04:52:17.291
46382026-08-27T04:52:18.219Z
46392026-08-27T04:52:18.220ZDEBG 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 27 04:52:17.291
46402026-08-27T04:52:18.220ZAug 27 04:52:17.291 INFODEBG Aug 27 04:52:17.291 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46412026-08-27T04:52:18.220Z
46422026-08-27T04:52:18.220ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46432026-08-27T04:52:18.220ZAug 27 04:52:17.291Aug 27 04:52:17.291 Aug 27 04:52:17.291INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
46442026-08-27T04:52:18.220Z 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: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 } }]
46452026-08-27T04:52:18.220Z
46462026-08-27T04:52:18.220ZAug 27 04:52:17.291 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.291
46472026-08-27T04:52:18.220ZAug 27 04:52:17.291 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 27 04:52:17.291
46482026-08-27T04:52:18.220Z
46492026-08-27T04:52:18.220ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
46502026-08-27T04:52:18.220ZAug 27 04:52:17.291Aug 27 04:52:17.291 Aug 27 04:52:17.291DEBG 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 } }]
46512026-08-27T04:52:18.220Z 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 } }]
46522026-08-27T04:52:18.220Zreplacing 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 } }]
46532026-08-27T04:52:18.220ZAug 27 04:52:17.291 INFOAug 27 04:52:17.291 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 27 04:52:17.291
46542026-08-27T04:52:18.220ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 27 04:52:17.291
46552026-08-27T04:52:18.220Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46562026-08-27T04:52:18.220Zreplacing 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 } }]
46572026-08-27T04:52:18.220ZAug 27 04:52:17.291Aug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFODEBG 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: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 } }]
46582026-08-27T04:52:18.220Z
46592026-08-27T04:52:18.220Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46602026-08-27T04:52:18.220ZAug 27 04:52:17.291Aug 27 04:52:17.291 Aug 27 04:52:17.291 INFOINFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46612026-08-27T04:52:18.220Z
46622026-08-27T04:52:18.220Zreplacing 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 } }]
46632026-08-27T04:52:18.220ZAug 27 04:52:17.291 Aug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFODEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46642026-08-27T04:52:18.220Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46652026-08-27T04:52:18.220Z
46662026-08-27T04:52:18.220ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFOAug 27 04:52:17.291 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
46672026-08-27T04:52:18.220Z DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46682026-08-27T04:52:18.220Z
46692026-08-27T04:52:18.220ZAug 27 04:52:17.291 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 } }]
46702026-08-27T04:52:18.220ZAug 27 04:52:17.291 Aug 27 04:52:17.291INFO Aug 27 04:52:17.291adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46712026-08-27T04:52:18.221ZDEBG 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 27 04:52:17.291
46722026-08-27T04:52:18.221Z DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.291
46732026-08-27T04:52:18.221Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
46742026-08-27T04:52:18.221ZAug 27 04:52:17.291 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
46752026-08-27T04:52:18.221ZAug 27 04:52:17.291 DEBGAug 27 04:52:17.291 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46762026-08-27T04:52:18.221Z
46772026-08-27T04:52:18.221Z DEBGAug 27 04:52:17.291 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
46782026-08-27T04:52:18.221Z Aug 27 04:52:17.291replacing 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 } }]
46792026-08-27T04:52:18.221ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
46802026-08-27T04:52:18.221ZAug 27 04:52:17.291Aug 27 04:52:17.291 Aug 27 04:52:17.291INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
46812026-08-27T04:52:18.221Z 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 } }]
46822026-08-27T04:52:18.221ZAug 27 04:52:17.291Aug 27 04:52:17.291 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46832026-08-27T04:52:18.221ZINFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
46842026-08-27T04:52:18.221Zreplacing 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 } }]
46852026-08-27T04:52:18.221ZAug 27 04:52:17.291 DEBGAug 27 04:52:17.291 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
46862026-08-27T04:52:18.221Z Aug 27 04:52:17.291replacing 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 } }]
46872026-08-27T04:52:18.221ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
46882026-08-27T04:52:18.221ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFOINFOAug 27 04:52:17.291 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
46892026-08-27T04:52:18.221Z
46902026-08-27T04:52:18.221Zreplacing 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 } }]
46912026-08-27T04:52:18.221ZAug 27 04:52:17.291Aug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBGDEBG 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 } }]
46922026-08-27T04:52:18.221Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing 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 } }]
46932026-08-27T04:52:18.221Z
46942026-08-27T04:52:18.221ZAug 27 04:52:17.291Aug 27 04:52:17.291 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 } }]failed to allocate space for the new target list
46952026-08-27T04:52:18.221Z
46962026-08-27T04:52:18.221ZAug 27 04:52:17.291 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 27 04:52:17.291
46972026-08-27T04:52:18.221Z Aug 27 04:52:17.291INFOAug 27 04:52:17.291 Aug 27 04:52:17.291adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
46982026-08-27T04:52:18.221Z DEBGDEBG DEBGAug 27 04:52:17.291 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] created new freemap
46992026-08-27T04:52:18.221ZDEBG ,
47002026-08-27T04:52:18.221ZunitAug 27 04:52:17.291: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 } }]
47012026-08-27T04:52:18.221ZINFOfreemap_route_ipv4
47022026-08-27T04:52:18.225Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47032026-08-27T04:52:18.225ZAug 27 04:52:17.291 INFO Aug 27 04:52:17.291adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 27 04:52:17.291DEBG DEBGcreated new freemap
47042026-08-27T04:52:18.225Z , 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 } }]unit
47052026-08-27T04:52:18.225Z: freemap_route_ipv6Aug 27 04:52:17.291
47062026-08-27T04:52:18.225Z DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47072026-08-27T04:52:18.226ZAug 27 04:52:17.291 DEBGAug 27 04:52:17.291 Aug 27 04:52:17.291initted freemap. size: 64 , unitINFO:INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv4
47082026-08-27T04:52:18.226Z
47092026-08-27T04:52:18.226Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47102026-08-27T04:52:18.226ZAug 27 04:52:17.291 DEBGAug 27 04:52:17.291 Aug 27 04:52:17.291replacing 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
47112026-08-27T04:52:18.226Z DEBG reset freemapreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 27 04:52:17.291unit
47122026-08-27T04:52:18.226ZINFO: freemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47132026-08-27T04:52:18.226Z
47142026-08-27T04:52:18.226ZAug 27 04:52:17.291 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 27 04:52:17.291
47152026-08-27T04:52:18.226Z Aug 27 04:52:17.291DEBG initted freemap. size: 64DEBGAug 27 04:52:17.291 , 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 } }]unitDEBG:
47162026-08-27T04:52:18.226Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
47172026-08-27T04:52:18.226Z
47182026-08-27T04:52:18.226ZAug 27 04:52:17.291 Aug 27 04:52:17.291Aug 27 04:52:17.291INFO DEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreset freemap
47192026-08-27T04:52:18.226Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff,
47202026-08-27T04:52:18.226Zunit:Aug 27 04:52:17.291 freemap_route_ipv6DEBG
47212026-08-27T04:52:18.226Z Aug 27 04:52:17.291replacing 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 27 04:52:17.291
47222026-08-27T04:52:18.226Z INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:52:17.291
47232026-08-27T04:52:18.226Z 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
47242026-08-27T04:52:18.226Z Aug 27 04:52:17.291failed to allocate space for the new target list
47252026-08-27T04:52:18.226ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 27 04:52:17.291Aug 27 04:52:17.291
47262026-08-27T04:52:18.226Z DEBGINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
47272026-08-27T04:52:18.226Z
47282026-08-27T04:52:18.226ZAug 27 04:52:17.291 DEBGAug 27 04:52:17.291 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
47292026-08-27T04:52:18.226Z 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 } }]
47302026-08-27T04:52:18.226ZINFOAug 27 04:52:17.291 INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47312026-08-27T04:52:18.226Z
47322026-08-27T04:52:18.226ZAug 27 04:52:17.291 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 } }]
47332026-08-27T04:52:18.226ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:26::/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 } }]
47342026-08-27T04:52:18.226Z
47352026-08-27T04:52:18.226ZAug 27 04:52:17.291 Aug 27 04:52:17.291DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47362026-08-27T04:52:18.226Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
47372026-08-27T04:52:18.226ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:27::/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 } }]
47382026-08-27T04:52:18.226Z
47392026-08-27T04:52:18.226ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
47402026-08-27T04:52:18.226Z
47412026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:28::/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 } }]
47422026-08-27T04:52:18.227Z
47432026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
47442026-08-27T04:52:18.227Z
47452026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:29::/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 } }]
47462026-08-27T04:52:18.227Z
47472026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 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:7::/64 -> 2001:db8::55:ff
47482026-08-27T04:52:18.227Z
47492026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47502026-08-27T04:52:18.227Z
47512026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
47522026-08-27T04:52:18.227Z
47532026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:2b::/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 } }]
47542026-08-27T04:52:18.227Z
47552026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
47562026-08-27T04:52:18.227Z
47572026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:2c::/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 } }]
47582026-08-27T04:52:18.227Z
47592026-08-27T04:52:18.227Ztest route::tests::grow_succeeds ... ok
47602026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47612026-08-27T04:52:18.227Z
47622026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:2d::/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 } }]
47632026-08-27T04:52:18.227Z
47642026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 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:b::/64 -> 2001:db8::55:ff
47652026-08-27T04:52:18.227Z
47662026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47672026-08-27T04:52:18.227Z
47682026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47692026-08-27T04:52:18.227Z
47702026-08-27T04:52:18.227ZAug 27 04:52:17.291Aug 27 04:52:17.291 INFODEBG adding route 3fff:beef:2f::/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 } }]
47712026-08-27T04:52:18.227Z
47722026-08-27T04:52:18.227ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
47732026-08-27T04:52:18.227Z
47742026-08-27T04:52:18.227ZAug 27 04:52:17.292Aug 27 04:52:17.292 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:30::/64 -> 2001:db8::55:ff
47752026-08-27T04:52:18.227Z
47762026-08-27T04:52:18.227ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47772026-08-27T04:52:18.227Z
47782026-08-27T04:52:18.227ZAug 27 04:52:17.292 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 } }]
47792026-08-27T04:52:18.227ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
47802026-08-27T04:52:18.228Z
47812026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47822026-08-27T04:52:18.228Z
47832026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47842026-08-27T04:52:18.228Z
47852026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47862026-08-27T04:52:18.228Z
47872026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47882026-08-27T04:52:18.228Z
47892026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47902026-08-27T04:52:18.228Z
47912026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47922026-08-27T04:52:18.228Z
47932026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 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: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 } }]
47942026-08-27T04:52:18.228Z
47952026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47962026-08-27T04:52:18.228Z
47972026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47982026-08-27T04:52:18.228Z
47992026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
48002026-08-27T04:52:18.228Z
48012026-08-27T04:52:18.228ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48022026-08-27T04:52:18.232Z
48032026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
48042026-08-27T04:52:18.232Z
48052026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 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: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 } }]
48062026-08-27T04:52:18.232Z
48072026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
48082026-08-27T04:52:18.232Z
48092026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 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: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 } }]
48102026-08-27T04:52:18.232Z
48112026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
48122026-08-27T04:52:18.232Z
48132026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48142026-08-27T04:52:18.232Z
48152026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48162026-08-27T04:52:18.232Z
48172026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48182026-08-27T04:52:18.232Z
48192026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
48202026-08-27T04:52:18.232Z
48212026-08-27T04:52:18.232ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48222026-08-27T04:52:18.233Z
48232026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
48242026-08-27T04:52:18.233Z
48252026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48262026-08-27T04:52:18.233Z
48272026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
48282026-08-27T04:52:18.233Z
48292026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48302026-08-27T04:52:18.233Z
48312026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
48322026-08-27T04:52:18.233Z
48332026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48342026-08-27T04:52:18.233Z
48352026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48362026-08-27T04:52:18.233Z
48372026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48382026-08-27T04:52:18.233Z
48392026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
48402026-08-27T04:52:18.233Z
48412026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48422026-08-27T04:52:18.233Z
48432026-08-27T04:52:18.233ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
48442026-08-27T04:52:18.233Z
48452026-08-27T04:52:18.233ZAug 27 04:52:17.292 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 } }]
48462026-08-27T04:52:18.233ZAug 27 04:52:17.292 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
48472026-08-27T04:52:18.233ZAug 27 04:52:17.292 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 } }]
48482026-08-27T04:52:18.233ZAug 27 04:52:17.292 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
48492026-08-27T04:52:18.233ZAug 27 04:52:17.292 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48502026-08-27T04:52:18.233ZAug 27 04:52:17.292 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
48512026-08-27T04:52:18.233ZAug 27 04:52:17.292 DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48522026-08-27T04:52:18.233ZAug 27 04:52:17.292 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
48532026-08-27T04:52:18.233ZAug 27 04:52:17.292 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48542026-08-27T04:52:18.233ZAug 27 04:52:17.292 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
48552026-08-27T04:52:18.233ZAug 27 04:52:17.292 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 } }]
48562026-08-27T04:52:18.233ZAug 27 04:52:17.292 DEBG Aug 27 04:52:17.292created new freemap , INFOunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48572026-08-27T04:52:18.234Zfreemap_route_ipv4
48582026-08-27T04:52:18.234ZAug 27 04:52:17.292 Aug 27 04:52:17.292DEBG 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 } }]
48592026-08-27T04:52:18.234Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48602026-08-27T04:52:18.234Zcreated new freemap, unit:Aug 27 04:52:17.292 freemap_route_ipv6INFO
48612026-08-27T04:52:18.234Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48622026-08-27T04:52:18.234ZAug 27 04:52:17.292 Aug 27 04:52:17.292DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
48632026-08-27T04:52:18.234Z: freemap_route_ipv4
48642026-08-27T04:52:18.234ZAug 27 04:52:17.292 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 27 04:52:17.292
48652026-08-27T04:52:18.234Z DEBG reset freemap, Aug 27 04:52:17.292unit :DEBG freemap_route_ipv4replacing 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 } }]
48662026-08-27T04:52:18.234Z
48672026-08-27T04:52:18.234ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGINFO initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff,
48682026-08-27T04:52:18.234Zunit: freemap_route_ipv6Aug 27 04:52:17.292
48692026-08-27T04:52:18.234Z 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 } }]Aug 27 04:52:17.292
48702026-08-27T04:52:18.234Z DEBG reset freemap, Aug 27 04:52:17.292unit :INFO freemap_route_ipv6adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48712026-08-27T04:52:18.234Z
48722026-08-27T04:52:18.234ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
48732026-08-27T04:52:18.234Z
48742026-08-27T04:52:18.234ZAug 27 04:52:17.292Aug 27 04:52:17.292 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48752026-08-27T04:52:18.234Z
48762026-08-27T04:52:18.234ZAug 27 04:52:17.292Aug 27 04:52:17.292 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
48772026-08-27T04:52:18.234ZAug 27 04:52:17.293Aug 27 04:52:17.297 DEBGAug 27 04:52:17.293 Aug 27 04:52:17.293DEBG DEBG created new freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit
48782026-08-27T04:52:18.234Z: DEBGfreemap_route_ipv4 Aug 27 04:52:17.297
48792026-08-27T04:52:18.234Z created new freemapINFO Aug 27 04:52:17.292, adding route 172.17.0.0/32 -> 10.0.0.255unit :
48802026-08-27T04:52:18.234ZDEBG freemap_route_ipv4Aug 27 04:52:17.297created new freemap
48812026-08-27T04:52:18.234ZAug 27 04:52:17.297, DEBGunit :DEBG freemap_route_ipv4created new freemapreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
48822026-08-27T04:52:18.234ZAug 27 04:52:17.297, unit
48832026-08-27T04:52:18.234Z: freemap_route_ipv6DEBG
48842026-08-27T04:52:18.234Z Aug 27 04:52:17.297created new freemap , INFOAug 27 04:52:17.297unit : adding route 172.17.0.1/32 -> 10.0.0.255 Aug 27 04:52:17.297
48852026-08-27T04:52:18.234Z freemap_route_ipv6DEBGDEBG
48862026-08-27T04:52:18.234Z initted freemap. size: 64 , created new freemapunitAug 27 04:52:17.297, Aug 27 04:52:17.297:unit DEBG:freemap_route_ipv4
48872026-08-27T04:52:18.234Zinitted freemap. size: 64DEBG , freemap_route_ipv6replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
48882026-08-27T04:52:18.234Z:
48892026-08-27T04:52:18.234Zfreemap_route_ipv4Aug 27 04:52:17.297
48902026-08-27T04:52:18.234Z DEBG Aug 27 04:52:17.297reset freemap Aug 27 04:52:17.297, unitDEBG:INFO freemap_route_ipv4adding route 172.17.0.2/32 -> 10.0.0.255
48912026-08-27T04:52:18.234Z
48922026-08-27T04:52:18.234ZAug 27 04:52:17.297initted freemap. size: 64 , DEBGunit :reset freemapAug 27 04:52:17.298Aug 27 04:52:17.298, freemap_route_ipv4unit :DEBG
48932026-08-27T04:52:18.234Z 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
48942026-08-27T04:52:18.234Zfreemap_route_ipv4 Aug 27 04:52:17.298
48952026-08-27T04:52:18.235Z DEBGinitted freemap. size: 64 , Aug 27 04:52:17.298Aug 27 04:52:17.298 reset freemapunitINFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255
48962026-08-27T04:52:18.235Zinitted freemap. size: 64, :, unit :freemap_route_ipv6unit freemap_route_ipv4:
48972026-08-27T04:52:18.235Z freemap_route_ipv6Aug 27 04:52:17.298
48982026-08-27T04:52:18.235Z DEBG
48992026-08-27T04:52:18.235Z Aug 27 04:52:17.298replacing 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 27 04:52:17.298Aug 27 04:52:17.298DEBG
49002026-08-27T04:52:18.235ZDEBG initted freemap. size: 64 , reset freemapunitDEBG: reset freemapfreemap_route_ipv6,
49012026-08-27T04:52:18.235Z, unitunit::Aug 27 04:52:17.298 Aug 27 04:52:17.298 INFOfreemap_route_ipv6
49022026-08-27T04:52:18.240ZDEBGfreemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255
49032026-08-27T04:52:18.240Zreset freemap
49042026-08-27T04:52:18.240Z, unitAug 27 04:52:17.298:Aug 27 04:52:17.298Aug 27 04:52:17.298 freemap_route_ipv6DEBGINFO
49052026-08-27T04:52:18.240Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
49062026-08-27T04:52:18.240Z Aug 27 04:52:17.298adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
49072026-08-27T04:52:18.240ZAug 27 04:52:17.298
49082026-08-27T04:52:18.240Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.5/32 -> 10.0.0.255
49092026-08-27T04:52:18.240ZAug 27 04:52:17.298
49102026-08-27T04:52:18.240Z Aug 27 04:52:17.298DEBG DEBGAug 27 04:52:17.298 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 27 04:52:17.298replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49112026-08-27T04:52:18.240Z
49122026-08-27T04:52:18.240ZDEBGDEBG 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 } }]
49132026-08-27T04:52:18.240Zreplacing 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 27 04:52:17.298
49142026-08-27T04:52:18.240Z INFOAug 27 04:52:17.298Aug 27 04:52:17.298 adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO
49152026-08-27T04:52:18.240Z INFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 27 04:52:17.298adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 27 04:52:17.292
49162026-08-27T04:52:18.241ZAug 27 04:52:17.298
49172026-08-27T04:52:18.241ZINFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
49182026-08-27T04:52:18.241Z Aug 27 04:52:17.298 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 } }]
49192026-08-27T04:52:18.241ZDEBGAug 27 04:52:17.298 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 } }]created new freemapAug 27 04:52:17.298Aug 27 04:52:17.298 , INFOunit
49202026-08-27T04:52:18.241Z : DEBGfreemap_route_ipv4
49212026-08-27T04:52:18.241Z 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:3Aug 27 04:52:17.298
49222026-08-27T04:52:18.241Z
49232026-08-27T04:52:18.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 } }]INFO
49242026-08-27T04:52:18.241ZAug 27 04:52:17.298Aug 27 04:52:17.298 DEBG INFOcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1, adding route 172.17.0.7/32 -> 10.0.0.255Aug 27 04:52:17.298Aug 27 04:52:17.298
49252026-08-27T04:52:18.241ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
49262026-08-27T04:52:18.241Z:Aug 27 04:52:17.298 DEBGINFO
49272026-08-27T04:52:18.241Z freemap_route_ipv6replacing 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 } }]
49282026-08-27T04:52:18.241Zadding route 172.17.0.1/32 -> 10.0.0.255
49292026-08-27T04:52:18.241ZAug 27 04:52:17.298
49302026-08-27T04:52:18.241Z INFO Aug 27 04:52:17.298Aug 27 04:52:17.298 Aug 27 04:52:17.298DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
49312026-08-27T04:52:18.241Z initted freemap. size: 64 Aug 27 04:52:17.298, unitreplacing 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 } }]INFOAug 27 04:52:17.298:
49322026-08-27T04:52:18.241Z freemap_route_ipv4
49332026-08-27T04:52:18.241Zreplacing 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 } }]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 } }]
49342026-08-27T04:52:18.241ZAug 27 04:52:17.298adding route 172.17.0.8/32 -> 10.0.0.255
49352026-08-27T04:52:18.241ZAug 27 04:52:17.298 DEBG
49362026-08-27T04:52:18.241Z Aug 27 04:52:17.298reset freemapAug 27 04:52:17.298, INFOunit DEBG: INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
49372026-08-27T04:52:18.241Z
49382026-08-27T04:52:18.241Z adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4Aug 27 04:52:17.298Aug 27 04:52:17.298Aug 27 04:52:17.298
49392026-08-27T04:52:18.241ZDEBGDEBGWARN 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 } }]
49402026-08-27T04:52:18.241Z
49412026-08-27T04:52:18.241Zreplacing 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49422026-08-27T04:52:18.241Z
49432026-08-27T04:52:18.241ZAug 27 04:52:17.298 Aug 27 04:52:17.298Aug 27 04:52:17.298 Aug 27 04:52:17.298INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255
49442026-08-27T04:52:18.241ZDEBGERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49452026-08-27T04:52:18.241Zinitted freemap. size: 64adding route 3fff:beef::/64 -> 2001:db8::55:ff, Aug 27 04:52:17.298
49462026-08-27T04:52:18.241Z unitDEBG:Aug 27 04:52:17.298 Aug 27 04:52:17.298 DEBG freemap_route_ipv6ERRO
49472026-08-27T04:52:18.241Z 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 } }]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 it
49482026-08-27T04:52:18.241Zreplacing 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 } }]
49492026-08-27T04:52:18.241ZAug 27 04:52:17.298 Aug 27 04:52:17.298
49502026-08-27T04:52:18.241ZDEBG reset freemapDEBG, unitAug 27 04:52:17.298replacing 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 27 04:52:17.298 freemap_route_ipv6 INFO
49512026-08-27T04:52:18.241Z
49522026-08-27T04:52:18.241Z adding route 172.17.0.10/32 -> 10.0.0.255INFO
49532026-08-27T04:52:18.241Z Aug 27 04:52:17.298adding route 172.17.0.3/32 -> 10.0.0.255 Aug 27 04:52:17.298INFO
49542026-08-27T04:52:18.241Z Aug 27 04:52:17.298INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
49552026-08-27T04:52:18.242Zadding route 172.16.0.0/32 -> 10.0.0.1
49562026-08-27T04:52:18.242ZDEBG 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 27 04:52:17.298Aug 27 04:52:17.298 Aug 27 04:52:17.298 DEBGDEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49572026-08-27T04:52:18.242Z
49582026-08-27T04:52:18.242Zreplacing 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 } }]
49592026-08-27T04:52:18.242Ztest route::tests::rollback_on_compact_write_failure ... ok
49602026-08-27T04:52:18.242Zreplacing 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 } }]
49612026-08-27T04:52:18.242ZAug 27 04:52:17.298Aug 27 04:52:17.298 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:52:17.298Aug 27 04:52:17.298
49622026-08-27T04:52:18.242Z
49632026-08-27T04:52:18.242ZINFO INFOAug 27 04:52:17.298adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
49642026-08-27T04:52:18.242ZAug 27 04:52:17.298 DEBGadding route 172.17.0.4/32 -> 10.0.0.255 DEBG
49652026-08-27T04:52:18.242Zreplacing 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 27 04:52:17.298
49662026-08-27T04:52:18.242Zreplacing 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 } }]
49672026-08-27T04:52:18.242ZDEBG 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 27 04:52:17.298
49682026-08-27T04:52:18.242Z Aug 27 04:52:17.298INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
49692026-08-27T04:52:18.242Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 27 04:52:17.298
49702026-08-27T04:52:18.242Z Aug 27 04:52:17.298 DEBGINFO Aug 27 04:52:17.298Aug 27 04:52:17.298adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG
49712026-08-27T04:52:18.242Z
49722026-08-27T04:52:18.242Zreplacing 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.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 } }]
49732026-08-27T04:52:18.242Z
49742026-08-27T04:52:18.242ZAug 27 04:52:17.298Aug 27 04:52:17.298Aug 27 04:52:17.298 INFO INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255 adding route 172.17.0.13/32 -> 10.0.0.255Aug 27 04:52:17.298replacing 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 } }]
49752026-08-27T04:52:18.242ZINFO
49762026-08-27T04:52:18.242Z
49772026-08-27T04:52:18.242Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 27 04:52:17.298
49782026-08-27T04:52:18.242Z Aug 27 04:52:17.298DEBG Aug 27 04:52:17.298INFO 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 } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
49792026-08-27T04:52:18.242Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 27 04:52:17.298
49802026-08-27T04:52:18.242Z DEBG
49812026-08-27T04:52:18.242Z Aug 27 04:52:17.298replacing 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 } }] INFOAug 27 04:52:17.298Aug 27 04:52:17.298
49822026-08-27T04:52:18.242ZDEBGINFO 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.0/32 -> 10.0.0.255
49832026-08-27T04:52:18.242Zadding route 172.17.0.6/32 -> 10.0.0.255
49842026-08-27T04:52:18.242ZAug 27 04:52:17.299
49852026-08-27T04:52:18.242Z DEBGcreated new freemap , created new freemapunitAug 27 04:52:17.304, DEBG unitreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]::Aug 27 04:52:17.304 freemap_route_ipv4 freemap_route_ipv4
49862026-08-27T04:52:18.242Z
49872026-08-27T04:52:18.242Z
49882026-08-27T04:52:18.242ZDEBG Aug 27 04:52:17.304replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:52:17.304Aug 27 04:52:17.304 DEBG
49892026-08-27T04:52:18.243Z INFOcreated new freemap , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
49902026-08-27T04:52:18.243Z:Aug 27 04:52:17.304 Aug 27 04:52:17.304freemap_route_ipv6
49912026-08-27T04:52:18.243ZDEBG Aug 27 04:52:17.304created new freemap , DEBGunit Aug 27 04:52:17.304replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6
49922026-08-27T04:52:18.243ZINFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
49932026-08-27T04:52:18.243Z
49942026-08-27T04:52:18.243Zinitted freemap. size: 64INFO, Aug 27 04:52:17.304 unitAug 27 04:52:17.304 :Aug 27 04:52:17.304DEBG DEBGfreemap_route_ipv4INFO
49952026-08-27T04:52:18.243Z initted freemap. size: 64 , adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitAug 27 04:52:17.304:
49962026-08-27T04:52:18.243Z DEBG freemap_route_ipv4reset freemap
49972026-08-27T04:52:18.243Zreplacing 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 27 04:52:17.304
49982026-08-27T04:52:18.243Z , Aug 27 04:52:17.304unitDEBG Aug 27 04:52:17.304DEBG: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 } }]
49992026-08-27T04:52:18.243Zfreemap_route_ipv4 reset freemap
50002026-08-27T04:52:18.243Z , Aug 27 04:52:17.304unitINFO adding route 172.17.0.2/32 -> 10.0.0.255:INFO freemap_route_ipv4
50012026-08-27T04:52:18.243Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
50022026-08-27T04:52:18.247ZAug 27 04:52:17.304
50032026-08-27T04:52:18.247Z Aug 27 04:52:17.304DEBG DEBGAug 27 04:52:17.304Aug 27 04:52:17.304 initted freemap. size: 64 , 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 } }]unit 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 } }]
50042026-08-27T04:52:18.247Z
50052026-08-27T04:52:18.247ZDEBG :initted freemap. size: 64 , freemap_route_ipv6Aug 27 04:52:17.304unitAug 27 04:52:17.304 INFOINFO
50062026-08-27T04:52:18.247Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255:
50072026-08-27T04:52:18.247Z
50082026-08-27T04:52:18.247Zfreemap_route_ipv6
50092026-08-27T04:52:18.247ZAug 27 04:52:17.304Aug 27 04:52:17.304 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 } }]
50102026-08-27T04:52:18.247ZAug 27 04:52:17.304Aug 27 04:52:17.304 DEBG DEBGDEBG Aug 27 04:52:17.304 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 } }]
50112026-08-27T04:52:18.248ZINFOreset freemapreset freemap, , unitunit ::adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 27 04:52:17.304
50122026-08-27T04:52:18.248Z freemap_route_ipv6 INFO
50132026-08-27T04:52:18.248Z freemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255Aug 27 04:52:17.304
50142026-08-27T04:52:18.248Z DEBG
50152026-08-27T04:52:18.248Zreplacing 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 } }]
50162026-08-27T04:52:18.248ZAug 27 04:52:17.304Aug 27 04:52:17.304 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
50172026-08-27T04:52:18.248Z
50182026-08-27T04:52:18.248ZAug 27 04:52:17.304 INFOAug 27 04:52:17.304Aug 27 04:52:17.304Aug 27 04:52:17.304adding route 172.17.0.7/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOINFO
50192026-08-27T04:52:18.248Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.5/32 -> 10.0.0.255
50202026-08-27T04:52:18.248Z
50212026-08-27T04:52:18.248Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 27 04:52:17.304
50222026-08-27T04:52:18.248Z DEBGAug 27 04:52:17.304Aug 27 04:52:17.304
50232026-08-27T04:52:18.248Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 27 04:52:17.304DEBG INFO
50242026-08-27T04:52:18.248Zreplacing 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 } }]
50252026-08-27T04:52:18.248Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 27 04:52:17.304
50262026-08-27T04:52:18.248Z 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 27 04:52:17.304
50272026-08-27T04:52:18.248ZINFO Aug 27 04:52:17.304 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.6/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 } }]
50282026-08-27T04:52:18.248Z
50292026-08-27T04:52:18.248Z
50302026-08-27T04:52:18.248ZAug 27 04:52:17.304Aug 27 04:52:17.304Aug 27 04:52:17.304Aug 27 04:52:17.304 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 27 04:52:17.304
50312026-08-27T04:52:18.248Z DEBG DEBGDEBGreplacing 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:3replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.304
50322026-08-27T04:52:18.248Z
50332026-08-27T04:52:18.248Z
50342026-08-27T04:52:18.248ZDEBG
50352026-08-27T04:52:18.248Z Aug 27 04:52:17.304replacing 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 27 04:52:17.304 Aug 27 04:52:17.304INFO
50362026-08-27T04:52:18.248ZINFO Aug 27 04:52:17.304adding route 172.17.0.7/32 -> 10.0.0.255
50372026-08-27T04:52:18.248ZAug 27 04:52:17.304 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
50382026-08-27T04:52:18.248Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGAug 27 04:52:17.304INFO
50392026-08-27T04:52:18.248ZAug 27 04:52:17.304DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGAug 27 04:52:17.304
50402026-08-27T04:52:18.248Zreplacing 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 } }]
50412026-08-27T04:52:18.248ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50422026-08-27T04:52:18.248Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255Aug 27 04:52:17.304
50432026-08-27T04:52:18.248ZINFO
50442026-08-27T04:52:18.248Z adding route 172.17.0.8/32 -> 10.0.0.255Aug 27 04:52:17.304
50452026-08-27T04:52:18.248Z Aug 27 04:52:17.304Aug 27 04:52:17.304 INFOINFO Aug 27 04:52:17.304INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
50462026-08-27T04:52:18.248Zreplacing 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:dead::/64 -> 2001:db8::55:4
50472026-08-27T04:52:18.248Z
50482026-08-27T04:52:18.248Z
50492026-08-27T04:52:18.249ZAug 27 04:52:17.304Aug 27 04:52:17.304Aug 27 04:52:17.304 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 27 04:52:17.304
50502026-08-27T04:52:18.249Z DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.304Aug 27 04:52:17.304
50512026-08-27T04:52:18.249Z DEBGDEBG
50522026-08-27T04:52:18.249ZINFO Aug 27 04:52:17.304replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
50532026-08-27T04:52:18.249ZDEBG 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 27 04:52:17.304adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
50542026-08-27T04:52:18.249Z
50552026-08-27T04:52:18.249Z Aug 27 04:52:17.304DEBG 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 27 04:52:17.304replacing targets for 3fff:dead::/64 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 } }]
50562026-08-27T04:52:18.249Z INFO
50572026-08-27T04:52:18.249ZAug 27 04:52:17.304DEBG adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
50582026-08-27T04:52:18.249ZAug 27 04:52:17.304
50592026-08-27T04:52:18.249Ztest route::tests::rollback_on_compact_delete_failure ... ok
50602026-08-27T04:52:18.249Ztest route::tests::identity_replace_is_noop ... ok
50612026-08-27T04:52:18.249Z DEBGWARN Aug 27 04:52:17.304shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
50622026-08-27T04:52:18.249Z
50632026-08-27T04:52:18.249ZINFO Aug 27 04:52:17.304adding route 172.17.0.9/32 -> 10.0.0.255
50642026-08-27T04:52:18.249ZDEBG 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 27 04:52:17.304
50652026-08-27T04:52:18.249ZINFO Aug 27 04:52:17.304adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
50662026-08-27T04:52:18.249ZAug 27 04:52:17.292Aug 27 04:52:17.304DEBG INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50672026-08-27T04:52:18.249Z
50682026-08-27T04:52:18.249ZAug 27 04:52:17.304 created new freemapDEBG, Aug 27 04:52:17.304unit : 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
50692026-08-27T04:52:18.249Zfreemap_route_ipv4 Aug 27 04:52:17.304replacing 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 } }]
50702026-08-27T04:52:18.249Z
50712026-08-27T04:52:18.249Z INFOAug 27 04:52:17.304 adding route 172.17.0.10/32 -> 10.0.0.255Aug 27 04:52:17.304
50722026-08-27T04:52:18.249Z INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 27 04:52:17.304
50732026-08-27T04:52:18.249ZAug 27 04:52:17.304adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
50742026-08-27T04:52:18.249Z DEBGDEBG 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 } }]created new freemap
50752026-08-27T04:52:18.249ZAug 27 04:52:17.304, Aug 27 04:52:17.304unitDEBG : 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 } }]
50762026-08-27T04:52:18.249Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
50772026-08-27T04:52:18.249Z
50782026-08-27T04:52:18.249ZAug 27 04:52:17.304Aug 27 04:52:17.304Aug 27 04:52:17.304 INFO DEBGAug 27 04:52:17.304INFO initted freemap. size: 64adding route 3fff:beef:11::/64 -> 2001:db8::55:ff, adding route 172.17.0.13/32 -> 10.0.0.255unit
50792026-08-27T04:52:18.249Z: freemap_route_ipv4
50802026-08-27T04:52:18.249Z
50812026-08-27T04:52:18.249ZAug 27 04:52:17.304 INFOAug 27 04:52:17.304DEBGAug 27 04:52:17.304 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 } }]
50822026-08-27T04:52:18.249Z DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
50832026-08-27T04:52:18.249Z
50842026-08-27T04:52:18.249Z Aug 27 04:52:17.304reset freemap , INFOunit: adding route 172.17.0.14/32 -> 10.0.0.255Aug 27 04:52:17.304freemap_route_ipv4
50852026-08-27T04:52:18.249Z
50862026-08-27T04:52:18.250ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 27 04:52:17.304Aug 27 04:52:17.304
50872026-08-27T04:52:18.250Z DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
50882026-08-27T04:52:18.250Z
50892026-08-27T04:52:18.250ZAug 27 04:52:17.304Aug 27 04:52:17.304 DEBGDEBG Aug 27 04:52:17.304initted freemap. size: 64 Aug 27 04:52:17.304, unitreplacing 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: INFO adding route 172.17.0.15/32 -> 10.0.0.255
50902026-08-27T04:52:18.250Z
50912026-08-27T04:52:18.250Zadding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6
50922026-08-27T04:52:18.250Z
50932026-08-27T04:52:18.250ZAug 27 04:52:17.304Aug 27 04:52:17.304 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 27 04:52:17.304 DEBGAug 27 04:52:17.305 reset freemapDEBG, unit:created new freemap ,
50942026-08-27T04:52:18.250Zfreemap_route_ipv6unit
50952026-08-27T04:52:18.250Z: Aug 27 04:52:17.311 Aug 27 04:52:17.304freemap_route_ipv4DEBG
50962026-08-27T04:52:18.250Z 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 27 04:52:17.311
50972026-08-27T04:52:18.250ZDEBG INFOAug 27 04:52:17.311 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
50982026-08-27T04:52:18.250Zcreated new freemap, replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
50992026-08-27T04:52:18.250ZAug 27 04:52:17.311 DEBGfreemap_route_ipv6
51002026-08-27T04:52:18.250Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51012026-08-27T04:52:18.250Z
51022026-08-27T04:52:18.254ZAug 27 04:52:17.305Aug 27 04:52:17.311Aug 27 04:52:17.311 DEBG INFODEBG created new freemapAug 27 04:52:17.311 , Aug 27 04:52:17.311INFOadding route 172.17.0.13/32 -> 10.0.0.255 unit
51032026-08-27T04:52:18.254Z adding route 3fff:dead::/64 -> 2001:db8::55:2:INFO
51042026-08-27T04:52:18.254Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4
51052026-08-27T04:52:18.254ZAug 27 04:52:17.311
51062026-08-27T04:52:18.254Z initted freemap. size: 64DEBG, Aug 27 04:52:17.311 unitAug 27 04:52:17.311DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:52:17.311replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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
51072026-08-27T04:52:18.255Z created new freemapfreemap_route_ipv4,
51082026-08-27T04:52:18.255Z
51092026-08-27T04:52:18.255ZAug 27 04:52:17.311 unitINFO
51102026-08-27T04:52:18.255Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 27 04:52:17.311
51112026-08-27T04:52:18.255Z :INFO freemap_route_ipv6adding route 172.17.0.14/32 -> 10.0.0.255Aug 27 04:52:17.311Aug 27 04:52:17.311
51122026-08-27T04:52:18.255Z
51132026-08-27T04:52:18.255ZDEBGAug 27 04:52:17.311INFO 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 } }] DEBGAug 27 04:52:17.311adding route 3fff:dead::/64 -> 2001:db8::55:3
51142026-08-27T04:52:18.255ZDEBG
51152026-08-27T04:52:18.255Z initted freemap. size: 64, reset freemapunit, Aug 27 04:52:17.311Aug 27 04:52:17.311:Aug 27 04:52:17.311 INFOunit freemap_route_ipv4DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
51162026-08-27T04:52:18.255Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51172026-08-27T04:52:18.255Z
51182026-08-27T04:52:18.255Z: Aug 27 04:52:17.311DEBG Aug 27 04:52:17.311DEBG Aug 27 04:52:17.311replacing 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 } }]
51192026-08-27T04:52:18.255ZINFO DEBG freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:52:17.311replacing 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 } }]
51202026-08-27T04:52:18.255Z INFO
51212026-08-27T04:52:18.255Z reset freemapAug 27 04:52:17.311
51222026-08-27T04:52:18.255Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
51232026-08-27T04:52:18.255Z , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
51242026-08-27T04:52:18.255Z:Aug 27 04:52:17.311 Aug 27 04:52:17.311freemap_route_ipv4
51252026-08-27T04:52:18.255ZAug 27 04:52:17.311DEBGDEBG Aug 27 04:52:17.311 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 27 04:52:17.311
51262026-08-27T04:52:18.255Z
51272026-08-27T04:52:18.255Z adding route 172.17.0.15/32 -> 10.0.0.255
51282026-08-27T04:52:18.255Zinitted freemap. size: 64DEBGAug 27 04:52:17.311, Aug 27 04:52:17.311Aug 27 04:52:17.311 WARNINFO initted freemap. size: 64adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff, unitunitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
51292026-08-27T04:52:18.255Z:
51302026-08-27T04:52:18.255Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :Aug 27 04:52:17.311
51312026-08-27T04:52:18.255Z DEBGfreemap_route_ipv6 freemap_route_ipv6
51322026-08-27T04:52:18.255Zreplacing 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 } }]
51332026-08-27T04:52:18.255Z
51342026-08-27T04:52:18.255ZAug 27 04:52:17.311Aug 27 04:52:17.311Aug 27 04:52:17.311 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.16/32 -> 10.0.0.255
51352026-08-27T04:52:18.255Z reset freemap
51362026-08-27T04:52:18.255ZAug 27 04:52:17.311, unitAug 27 04:52:17.311DEBG Aug 27 04:52:17.311: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 } }]
51372026-08-27T04:52:18.255Zreset freemapfreemap_route_ipv6DEBG,
51382026-08-27T04:52:18.255Zreplacing 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 } }]unitAug 27 04:52:17.311
51392026-08-27T04:52:18.255Z: INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6
51402026-08-27T04:52:18.256Z
51412026-08-27T04:52:18.256ZAug 27 04:52:17.311Aug 27 04:52:17.311 INFOAug 27 04:52:17.311 adding route 172.17.0.17/32 -> 10.0.0.255DEBGAug 27 04:52:17.311
51422026-08-27T04:52:18.256Z INFO 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 } }]
51432026-08-27T04:52:18.256Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:52:17.311
51442026-08-27T04:52:18.256Z DEBGINFO Aug 27 04:52:17.311Aug 27 04:52:17.311replacing 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 } }]
51452026-08-27T04:52:18.256Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
51462026-08-27T04:52:18.256Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51472026-08-27T04:52:18.256Zadding route 3fff:dead::/64 -> 2001:db8::55:1
51482026-08-27T04:52:18.256ZAug 27 04:52:17.311Aug 27 04:52:17.298Aug 27 04:52:17.311 Aug 27 04:52:17.311 INFOAug 27 04:52:17.311INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
51492026-08-27T04:52:18.256Z
51502026-08-27T04:52:18.256Z
51512026-08-27T04:52:18.256Z 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 } }]
51522026-08-27T04:52:18.256ZDEBGAug 27 04:52:17.311 DEBGAug 27 04:52:17.311 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 } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 27 04:52:17.311
51532026-08-27T04:52:18.256Z Aug 27 04:52:17.311 INFO
51542026-08-27T04:52:18.256ZDEBG 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51552026-08-27T04:52:18.256Z
51562026-08-27T04:52:18.256ZAug 27 04:52:17.311 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
51572026-08-27T04:52:18.256Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 27 04:52:17.311
51582026-08-27T04:52:18.256Z INFOAug 27 04:52:17.311 adding route 172.16.0.0/32 -> 10.0.0.3Aug 27 04:52:17.311 Aug 27 04:52:17.311
51592026-08-27T04:52:18.256Z Aug 27 04:52:17.311DEBGINFO 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
51602026-08-27T04:52:18.256Z adding route 172.17.0.15/32 -> 10.0.0.255 DEBG
51612026-08-27T04:52:18.256Zreplacing 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 27 04:52:17.311adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:52:17.311 DEBGAug 27 04:52:17.311INFO
51622026-08-27T04:52:18.256Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51632026-08-27T04:52:18.256Z DEBG
51642026-08-27T04:52:18.256Z adding route 172.17.0.20/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 } }]
51652026-08-27T04:52:18.256Z
51662026-08-27T04:52:18.256ZAug 27 04:52:17.311 INFOAug 27 04:52:17.311Aug 27 04:52:17.311 Aug 27 04:52:17.311 INFODEBG INFO adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:52:17.311
51672026-08-27T04:52:18.256Z
51682026-08-27T04:52:18.256Ztest route::tests::rollback_on_index_readd_failure ... ok
51692026-08-27T04:52:18.256Zadding route 172.17.0.16/32 -> 10.0.0.255
51702026-08-27T04:52:18.256ZDEBGAug 27 04:52:17.311 Aug 27 04:52:17.311INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51712026-08-27T04:52:18.256Zadding route 172.17.0.21/32 -> 10.0.0.255
51722026-08-27T04:52:18.256ZDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
51732026-08-27T04:52:18.256Z
51742026-08-27T04:52:18.256ZAug 27 04:52:17.311Aug 27 04:52:17.311 Aug 27 04:52:17.311Aug 27 04:52:17.311Aug 27 04:52:17.311 DEBGDEBG INFODEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
51752026-08-27T04:52:18.257ZDEBG
51762026-08-27T04:52:18.257Zreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.311
51772026-08-27T04:52:18.257Z INFO
51782026-08-27T04:52:18.257Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
51792026-08-27T04:52:18.257Z
51802026-08-27T04:52:18.257ZAug 27 04:52:17.311 INFO Aug 27 04:52:17.311Aug 27 04:52:17.311 INFODEBG adding route 3fff:beef:35::/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 } }]adding route 172.17.0.17/32 -> 10.0.0.255
51812026-08-27T04:52:18.258Z
51822026-08-27T04:52:18.258Z
51832026-08-27T04:52:18.258ZAug 27 04:52:17.311 Aug 27 04:52:17.311DEBGAug 27 04:52:17.311Aug 27 04:52:17.311 DEBGAug 27 04:52:17.311 INFODEBGreplacing 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 } }]
51842026-08-27T04:52:18.258Zreplacing 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 } }]
51852026-08-27T04:52:18.258Z adding route 172.17.0.23/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 } }]INFO
51862026-08-27T04:52:18.258Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 27 04:52:17.311
51872026-08-27T04:52:18.258ZAug 27 04:52:17.311Aug 27 04:52:17.311
51882026-08-27T04:52:18.258ZDEBG INFO 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 } }] adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51892026-08-27T04:52:18.258Z
51902026-08-27T04:52:18.258ZAug 27 04:52:17.311
51912026-08-27T04:52:18.258ZDEBG Aug 27 04:52:17.311replacing 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 27 04:52:17.311
51922026-08-27T04:52:18.258ZAug 27 04:52:17.311 DEBGINFO adding route 172.17.0.24/32 -> 10.0.0.255INFO
51932026-08-27T04:52:18.258Zreplacing 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 27 04:52:17.311
51942026-08-27T04:52:18.258Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:52:17.311 INFODEBGAug 27 04:52:17.311Aug 27 04:52:17.311 INFODEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
51952026-08-27T04:52:18.258Z
51962026-08-27T04:52:18.258Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
51972026-08-27T04:52:18.258Zadding route 172.17.0.19/32 -> 10.0.0.255
51982026-08-27T04:52:18.258ZAug 27 04:52:17.320 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 27 04:52:17.320Aug 27 04:52:17.320 INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255
51992026-08-27T04:52:18.258Z
52002026-08-27T04:52:18.258Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 27 04:52:17.320
52012026-08-27T04:52:18.258ZAug 27 04:52:17.320 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
52022026-08-27T04:52:18.264Z
52032026-08-27T04:52:18.264ZAug 27 04:52:17.320 Aug 27 04:52:17.320DEBG INFO adding route 172.17.0.20/32 -> 10.0.0.255
52042026-08-27T04:52:18.264Z
52052026-08-27T04:52:18.264ZAug 27 04:52:17.320 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 27 04:52:17.320
52062026-08-27T04:52:18.264Z DEBGAug 27 04:52:17.320 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 27 04:52:17.312Aug 27 04:52:17.320replacing 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 27 04:52:17.312
52072026-08-27T04:52:18.264Z
52082026-08-27T04:52:18.264ZDEBG DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
52092026-08-27T04:52:18.264Z
52102026-08-27T04:52:18.264ZAug 27 04:52:17.320 Aug 27 04:52:17.320created new freemap Aug 27 04:52:17.320created new freemapAug 27 04:52:17.320INFO, unitadding route 172.17.0.21/32 -> 10.0.0.255:INFO, freemap_route_ipv4
52112026-08-27T04:52:18.264Zadding route 172.17.0.27/32 -> 10.0.0.255unit
52122026-08-27T04:52:18.264Z
52132026-08-27T04:52:18.264Z: freemap_route_ipv4
52142026-08-27T04:52:18.264Z Aug 27 04:52:17.320Aug 27 04:52:17.320Aug 27 04:52:17.320 DEBGDEBG Aug 27 04:52:17.320 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 } }]
52152026-08-27T04:52:18.264Zcreated new freemapreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:52:17.320WARN
52162026-08-27T04:52:18.264Z Aug 27 04:52:17.320 , INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
52172026-08-27T04:52:18.264Z: DEBGfreemap_route_ipv6Aug 27 04:52:17.320 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 27 04:52:17.320created new freemap
52182026-08-27T04:52:18.264Z , INFO
52192026-08-27T04:52:18.264ZDEBGunit 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 } }]:
52202026-08-27T04:52:18.264Z
52212026-08-27T04:52:18.264ZAug 27 04:52:17.320 freemap_route_ipv6adding route 172.17.0.22/32 -> 10.0.0.255
52222026-08-27T04:52:18.264ZAug 27 04:52:17.320
52232026-08-27T04:52:18.264ZINFO DEBG adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64
52242026-08-27T04:52:18.264ZAug 27 04:52:17.320 DEBG, unit:Aug 27 04:52:17.320 Aug 27 04:52:17.320freemap_route_ipv4DEBG
52252026-08-27T04:52:18.264Z 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 } }]Aug 27 04:52:17.320
52262026-08-27T04:52:18.264Zreplacing 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 27 04:52:17.320
52272026-08-27T04:52:18.264Z initted freemap. size: 64DEBGAug 27 04:52:17.320 , Aug 27 04:52:17.320DEBG unit :INFO INFOfreemap_route_ipv4 reset freemap , adding route 172.17.0.30/32 -> 10.0.0.255
52282026-08-27T04:52:18.264Zadding route 172.17.0.23/32 -> 10.0.0.255unit
52292026-08-27T04:52:18.264Z: freemap_route_ipv4
52302026-08-27T04:52:18.264Z
52312026-08-27T04:52:18.264ZAug 27 04:52:17.320replacing 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 27 04:52:17.320 DEBGDEBG Aug 27 04:52:17.320replacing 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 } }]
52322026-08-27T04:52:18.264Z
52332026-08-27T04:52:18.265ZAug 27 04:52:17.320 reset freemapDEBG , Aug 27 04:52:17.320initted freemap. size: 64 DEBG, INFO unitunit: :adding route 172.17.0.24/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 } }]
52342026-08-27T04:52:18.265Z
52352026-08-27T04:52:18.265Z freemap_route_ipv4freemap_route_ipv6
52362026-08-27T04:52:18.265Z
52372026-08-27T04:52:18.265ZAug 27 04:52:17.320Aug 27 04:52:17.320 Aug 27 04:52:17.320INFOAug 27 04:52:17.320 adding route 172.17.0.31/32 -> 10.0.0.255INFO
52382026-08-27T04:52:18.265Z DEBGDEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemapAug 27 04:52:17.320 , 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
52392026-08-27T04:52:18.265Z
52402026-08-27T04:52:18.265Z:DEBG Aug 27 04:52:17.320initted freemap. size: 64 freemap_route_ipv6,
52412026-08-27T04:52:18.265ZunitDEBG :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 } }]
52422026-08-27T04:52:18.265Zfreemap_route_ipv6
52432026-08-27T04:52:18.265ZAug 27 04:52:17.320 INFOAug 27 04:52:17.320 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:52:17.320
52442026-08-27T04:52:18.265Z INFOINFOAug 27 04:52:17.320 adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
52452026-08-27T04:52:18.265ZDEBG
52462026-08-27T04:52:18.265Z Aug 27 04:52:17.320reset freemap , unitAug 27 04:52:17.320: Aug 27 04:52:17.320DEBGAug 27 04:52:17.320 freemap_route_ipv6DEBGreplacing 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
52472026-08-27T04:52:18.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 } }]
52482026-08-27T04:52:18.265Z
52492026-08-27T04:52:18.265Z 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 27 04:52:17.320replacing 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 27 04:52:17.320
52502026-08-27T04:52:18.265ZAug 27 04:52:17.320 INFOINFO
52512026-08-27T04:52:18.265Z INFOadding route 172.17.0.33/32 -> 10.0.0.255
52522026-08-27T04:52:18.265Z Aug 27 04:52:17.320adding route 3fff:dead::/64 -> 2001:db8::55:2
52532026-08-27T04:52:18.265Zadding route 3fff:dead::/64 -> 2001:db8::55:1
52542026-08-27T04:52:18.265ZINFOAug 27 04:52:17.320 Aug 27 04:52:17.320adding route 172.17.0.26/32 -> 10.0.0.255Aug 27 04:52:17.320 Aug 27 04:52:17.320
52552026-08-27T04:52:18.265Z DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52562026-08-27T04:52:18.265Z
52572026-08-27T04:52:18.265ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 27 04:52:17.320
52582026-08-27T04:52:18.265ZAug 27 04:52:17.320Aug 27 04:52:17.320 DEBGDEBG INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 27 04:52:17.320replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255
52592026-08-27T04:52:18.265Ztest route::tests::same_size_non_subset_replace ... ok
52602026-08-27T04:52:18.265Z
52612026-08-27T04:52:18.265ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
52622026-08-27T04:52:18.265Z
52632026-08-27T04:52:18.265ZAug 27 04:52:17.320Aug 27 04:52:17.320
52642026-08-27T04:52:18.265Z INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255
52652026-08-27T04:52:18.265Zreplacing 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 27 04:52:17.320
52662026-08-27T04:52:18.265Ztest route::tests::shrink_preserves_compacted_order ... ok
52672026-08-27T04:52:18.265Z Aug 27 04:52:17.320DEBG DEBGAug 27 04:52:17.320Aug 27 04:52:17.320 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52682026-08-27T04:52:18.265Ztest transceivers::mpn_test::test_mpn_missing ... ok
52692026-08-27T04:52:18.266Ztest transceivers::mpn_test::test_mpn_present ... ok
52702026-08-27T04:52:18.266ZDEBG INFO 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 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 } }]
52712026-08-27T04:52:18.266Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52722026-08-27T04:52:18.266Z
52732026-08-27T04:52:18.266Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 27 04:52:17.320
52742026-08-27T04:52:18.266Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52752026-08-27T04:52:18.266Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52762026-08-27T04:52:18.266Z Aug 27 04:52:17.320INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 27 04:52:17.320adding route 172.17.0.28/32 -> 10.0.0.255Aug 27 04:52:17.320
52772026-08-27T04:52:18.266Z
52782026-08-27T04:52:18.266Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52792026-08-27T04:52:18.267ZDEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
52802026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52812026-08-27T04:52:18.267Z
52822026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52832026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52842026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52852026-08-27T04:52:18.267ZAug 27 04:52:17.320Aug 27 04:52:17.320 DEBGAug 27 04:52:17.320DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
52862026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52872026-08-27T04:52:18.267Z
52882026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52892026-08-27T04:52:18.267Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 27 04:52:17.320
52902026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52912026-08-27T04:52:18.267Z DEBG Aug 27 04:52:17.320 Aug 27 04:52:17.320INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
52922026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52932026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52942026-08-27T04:52:18.267Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
52952026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52962026-08-27T04:52:18.267Z
52972026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52982026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52992026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53002026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53012026-08-27T04:52:18.267Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53022026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53032026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53042026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53052026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53062026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53072026-08-27T04:52:18.271ZAug 27 04:52:17.320Aug 27 04:52:17.320 INFODEBGAug 27 04:52:17.320 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
53082026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53092026-08-27T04:52:18.271ZAug 27 04:52:17.320
53102026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53112026-08-27T04:52:18.271Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53122026-08-27T04:52:18.271Z INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255Aug 27 04:52:17.320
53132026-08-27T04:52:18.272Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53142026-08-27T04:52:18.272ZAug 27 04:52:17.320
53152026-08-27T04:52:18.272Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53162026-08-27T04:52:18.272Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53172026-08-27T04:52:18.272ZINFODEBG Aug 27 04:52:17.320adding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
53182026-08-27T04:52:18.272Z
53192026-08-27T04:52:18.272Zreplacing 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 } }]
53202026-08-27T04:52:18.272ZAug 27 04:52:17.320Aug 27 04:52:17.320 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: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 } }]
53212026-08-27T04:52:18.272ZAug 27 04:52:17.320Aug 27 04:52:17.320 DEBG
53222026-08-27T04:52:18.272Z 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 } }]
53232026-08-27T04:52:18.272Zadding route 172.17.0.38/32 -> 10.0.0.255
53242026-08-27T04:52:18.272ZAug 27 04:52:17.320 INFO adding route 172.17.0.31/32 -> 10.0.0.255
53252026-08-27T04:52:18.272ZAug 27 04:52:17.320Aug 27 04:52:17.320Aug 27 04:52:17.320 DEBG 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 } }]DEBG
53262026-08-27T04:52:18.272Zreplacing 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 } }]
53272026-08-27T04:52:18.272Zfailed to allocate space for the new target listreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53282026-08-27T04:52:18.272Z
53292026-08-27T04:52:18.272ZAug 27 04:52:17.320 Aug 27 04:52:17.320INFO Aug 27 04:52:17.320INFOAug 27 04:52:17.320adding route 172.17.0.16/32 -> 10.0.0.255
53302026-08-27T04:52:18.272Z INFOadding route 172.17.0.39/32 -> 10.0.0.255DEBG
53312026-08-27T04:52:18.272ZAug 27 04:52:17.320 adding route 172.17.0.32/32 -> 10.0.0.255
53322026-08-27T04:52:18.272ZDEBGAug 27 04:52:17.320 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53332026-08-27T04:52:18.272Z DEBG Aug 27 04:52:17.320replacing 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 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 } }]
53342026-08-27T04:52:18.272ZAug 27 04:52:17.321Aug 27 04:52:17.321
53352026-08-27T04:52:18.272ZDEBG DEBGcreated new freemap , unitAug 27 04:52:17.327: INFOfreemap_route_ipv4 created new freemapadding route 172.17.0.33/32 -> 10.0.0.255
53362026-08-27T04:52:18.272Z,
53372026-08-27T04:52:18.272Zunit:Aug 27 04:52:17.321Aug 27 04:52:17.327 DEBG created new freemap, unitfreemap_route_ipv4 Aug 27 04:52:17.327:DEBG
53382026-08-27T04:52:18.272ZDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapfreemap_route_ipv6
53392026-08-27T04:52:18.272Z
53402026-08-27T04:52:18.272Z, unit:Aug 27 04:52:17.327 freemap_route_ipv4 INFOAug 27 04:52:17.327
53412026-08-27T04:52:18.272ZAug 27 04:52:17.327 adding route 172.17.0.34/32 -> 10.0.0.255 DEBGDEBG
53422026-08-27T04:52:18.272Z created new freemapDEBGreplacing 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 } }],
53432026-08-27T04:52:18.272Zinitted freemap. size: 64unit, :Aug 27 04:52:17.327unit DEBGAug 27 04:52:17.327: freemap_route_ipv6replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53442026-08-27T04:52:18.272ZAug 27 04:52:17.327
53452026-08-27T04:52:18.272ZINFOcreated new freemap , adding route 3fff:beef:16::/64 -> 2001:db8::55:ff unitAug 27 04:52:17.327freemap_route_ipv4
53462026-08-27T04:52:18.272ZAug 27 04:52:17.327: INFO
53472026-08-27T04:52:18.272Z DEBGadding route 172.17.0.35/32 -> 10.0.0.255Aug 27 04:52:17.327
53482026-08-27T04:52:18.273Zfreemap_route_ipv6initted freemap. size: 64
53492026-08-27T04:52:18.273Z, DEBGunit replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.327Aug 27 04:52:17.327:Aug 27 04:52:17.327
53502026-08-27T04:52:18.273Z DEBG DEBGreset freemap DEBGfreemap_route_ipv4 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 } }]initted freemap. size: 64
53512026-08-27T04:52:18.273Z, Aug 27 04:52:17.327unit,
53522026-08-27T04:52:18.273ZINFOunit: adding route 3fff:beef:17::/64 -> 2001:db8::55:ff:freemap_route_ipv4
53532026-08-27T04:52:18.273ZAug 27 04:52:17.327 Aug 27 04:52:17.327DEBG
53542026-08-27T04:52:18.273Z reset freemapAug 27 04:52:17.327 freemap_route_ipv4, INFODEBG unitadding route 172.17.0.36/32 -> 10.0.0.255:
53552026-08-27T04:52:18.273Z freemap_route_ipv4replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53562026-08-27T04:52:18.273Z
53572026-08-27T04:52:18.273ZAug 27 04:52:17.327 DEBG Aug 27 04:52:17.327initted freemap. size: 64 Aug 27 04:52:17.327Aug 27 04:52:17.327
53582026-08-27T04:52:18.273Z DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFOunitinitted freemap. size: 64
53592026-08-27T04:52:18.273ZAug 27 04:52:17.327 , adding route 3fff:beef:18::/64 -> 2001:db8::55:ff unit:
53602026-08-27T04:52:18.273ZDEBG: Aug 27 04:52:17.327freemap_route_ipv6
53612026-08-27T04:52:18.273Zreset freemapfreemap_route_ipv6INFOAug 27 04:52:17.327 , adding route 172.17.0.37/32 -> 10.0.0.255DEBG
53622026-08-27T04:52:18.273Z 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 } }]
53632026-08-27T04:52:18.273Z
53642026-08-27T04:52:18.273ZunitAug 27 04:52:17.327Aug 27 04:52:17.327 :Aug 27 04:52:17.327 freemap_route_ipv4DEBGDEBG INFO
53652026-08-27T04:52:18.273Zreset freemap 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 27 04:52:17.327
53662026-08-27T04:52:18.273Z, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:DEBG reset freemap
53672026-08-27T04:52:18.273Z, unitAug 27 04:52:17.327 freemap_route_ipv6Aug 27 04:52:17.327
53682026-08-27T04:52:18.273Z:DEBG freemap_route_ipv6 initted freemap. size: 64 Aug 27 04:52:17.327INFO,
53692026-08-27T04:52:18.273ZAug 27 04:52:17.327 DEBG INFOadding route 172.17.0.38/32 -> 10.0.0.255 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitadding route 172.16.0.0/32 -> 10.0.0.1:
53702026-08-27T04:52:18.273Z
53712026-08-27T04:52:18.273Z
53722026-08-27T04:52:18.273Z freemap_route_ipv6Aug 27 04:52:17.327
53732026-08-27T04:52:18.273Z Aug 27 04:52:17.327 Aug 27 04:52:17.327 Aug 27 04:52:17.327DEBGINFO INFOAug 27 04:52:17.327DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53742026-08-27T04:52:18.273Z
53752026-08-27T04:52:18.273ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
53762026-08-27T04:52:18.273ZAug 27 04:52:17.327
53772026-08-27T04:52:18.273Z Aug 27 04:52:17.327reset freemap 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 } }],
53782026-08-27T04:52:18.273Zadding route 172.17.0.39/32 -> 10.0.0.255unit:
53792026-08-27T04:52:18.273ZAug 27 04:52:17.327 Aug 27 04:52:17.327INFO freemap_route_ipv6Aug 27 04:52:17.327Aug 27 04:52:17.327 DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.2
53802026-08-27T04:52:18.274Z
53812026-08-27T04:52:18.274Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53822026-08-27T04:52:18.274Z adding route 3fff:beef:1b::/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 } }]
53832026-08-27T04:52:18.274Z
53842026-08-27T04:52:18.274ZAug 27 04:52:17.327Aug 27 04:52:17.327 Aug 27 04:52:17.327INFODEBG adding route 172.17.0.40/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 } }]INFO
53852026-08-27T04:52:18.274Z
53862026-08-27T04:52:18.274ZAug 27 04:52:17.327adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:52:17.327
53872026-08-27T04:52:18.274Z DEBG Aug 27 04:52:17.327replacing 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 27 04:52:17.327Aug 27 04:52:17.327 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
53882026-08-27T04:52:18.274Z INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53892026-08-27T04:52:18.274ZDEBG
53902026-08-27T04:52:18.274Zadding route 172.16.0.0/32 -> 10.0.0.3 Aug 27 04:52:17.327replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
53912026-08-27T04:52:18.274ZINFO
53922026-08-27T04:52:18.274Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
53932026-08-27T04:52:18.274ZAug 27 04:52:17.327Aug 27 04:52:17.327 INFODEBGAug 27 04:52:17.327 DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 27 04:52:17.327 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53942026-08-27T04:52:18.274Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.327
53952026-08-27T04:52:18.274Z
53962026-08-27T04:52:18.274ZINFODEBG Aug 27 04:52:17.327adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:52:17.327
53972026-08-27T04:52:18.274Z INFODEBG
53982026-08-27T04:52:18.274ZAug 27 04:52:17.327replacing 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 } }]
53992026-08-27T04:52:18.274Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 27 04:52:17.327
54002026-08-27T04:52:18.274ZAug 27 04:52:17.327 Aug 27 04:52:17.327INFODEBGAug 27 04:52:17.327DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54012026-08-27T04:52:18.274Z
54022026-08-27T04:52:18.279Z 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.3, vlan_id: None } }]DEBG adding route 172.17.0.42/32 -> 10.0.0.255
54032026-08-27T04:52:18.279Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.327
54042026-08-27T04:52:18.279Z
54052026-08-27T04:52:18.279ZINFO Aug 27 04:52:17.327adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 27 04:52:17.327
54062026-08-27T04:52:18.279ZDEBG 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
54072026-08-27T04:52:18.279ZAug 27 04:52:17.327replacing targets for 172.16.0.0/32 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 } }] DEBGAug 27 04:52:17.327
54082026-08-27T04:52:18.279ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.327
54092026-08-27T04:52:18.279ZINFOreplacing 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 } }]
54102026-08-27T04:52:18.279Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
54112026-08-27T04:52:18.279ZAug 27 04:52:17.327Aug 27 04:52:17.327 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.43/32 -> 10.0.0.255
54122026-08-27T04:52:18.279ZAug 27 04:52:17.327
54132026-08-27T04:52:18.279Z 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 } }]Aug 27 04:52:17.327
54142026-08-27T04:52:18.279ZAug 27 04:52:17.327 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 } }]Aug 27 04:52:17.327replacing 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 } }]
54152026-08-27T04:52:18.279Z
54162026-08-27T04:52:18.279ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 27 04:52:17.327
54172026-08-27T04:52:18.279ZAug 27 04:52:17.327 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:3, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
54182026-08-27T04:52:18.279Z
54192026-08-27T04:52:18.279ZAug 27 04:52:17.327 Aug 27 04:52:17.327DEBG 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 } }] 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 } }]
54202026-08-27T04:52:18.279Z
54212026-08-27T04:52:18.279ZAug 27 04:52:17.327 Aug 27 04:52:17.327INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
54222026-08-27T04:52:18.279Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
54232026-08-27T04:52:18.279ZAug 27 04:52:17.320Aug 27 04:52:17.327
54242026-08-27T04:52:18.279ZAug 27 04:52:17.327 INFODEBGDEBG adding route 172.17.0.17/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 } }]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 } }]
54252026-08-27T04:52:18.280Z
54262026-08-27T04:52:18.280Z
54272026-08-27T04:52:18.280ZAug 27 04:52:17.327Aug 27 04:52:17.327 Aug 27 04:52:17.327INFO INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255Aug 27 04:52:17.327
54282026-08-27T04:52:18.280Z
54292026-08-27T04:52:18.280ZINFOreplacing 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 } }]
54302026-08-27T04:52:18.280Z adding route 172.17.0.40/32 -> 10.0.0.255
54312026-08-27T04:52:18.280ZAug 27 04:52:17.327 Aug 27 04:52:17.327Aug 27 04:52:17.327 DEBG INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 } }]
54322026-08-27T04:52:18.280Zreplacing 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 } }]
54332026-08-27T04:52:18.280Z
54342026-08-27T04:52:18.280ZAug 27 04:52:17.327 DEBG Aug 27 04:52:17.327Aug 27 04:52:17.327Aug 27 04:52:17.327 INFODEBGINFO 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.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 } }]
54352026-08-27T04:52:18.280Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
54362026-08-27T04:52:18.280Z
54372026-08-27T04:52:18.280Zadding route 172.17.0.47/32 -> 10.0.0.255
54382026-08-27T04:52:18.280ZAug 27 04:52:17.327Aug 27 04:52:17.327 Aug 27 04:52:17.327Aug 27 04:52:17.327 INFODEBG adding route 172.17.0.19/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 } }]
54392026-08-27T04:52:18.280ZINFODEBG
54402026-08-27T04:52:18.280Z adding route 172.17.0.41/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 } }]
54412026-08-27T04:52:18.280Z
54422026-08-27T04:52:18.280ZAug 27 04:52:17.327Aug 27 04:52:17.327 DEBG Aug 27 04:52:17.327Aug 27 04:52:17.327 INFOINFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
54432026-08-27T04:52:18.280ZAug 27 04:52:17.327
54442026-08-27T04:52:18.280Z DEBGadding route 172.17.0.48/32 -> 10.0.0.255Aug 27 04:52:17.334
54452026-08-27T04:52:18.281ZDEBG 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 } }]
54462026-08-27T04:52:18.281Zcreated new freemap, unit: freemap_route_ipv4
54472026-08-27T04:52:18.281ZDEBGAug 27 04:52:17.334Aug 27 04:52:17.334Aug 27 04:52:17.334 Aug 27 04:52:17.334 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG
54482026-08-27T04:52:18.281ZINFODEBG adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing 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 } }]
54492026-08-27T04:52:18.281Z
54502026-08-27T04:52:18.281Z created new freemap
54512026-08-27T04:52:18.281Z, unitAug 27 04:52:17.334 INFOAug 27 04:52:17.334Aug 27 04:52:17.334 adding route 172.17.0.49/32 -> 10.0.0.255DEBGDEBG
54522026-08-27T04:52:18.281Zreplacing 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 } }]
54532026-08-27T04:52:18.281ZAug 27 04:52:17.334replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54542026-08-27T04:52:18.281ZINFOAug 27 04:52:17.334 :Aug 27 04:52:17.334 DEBGINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
54552026-08-27T04:52:18.281Z
54562026-08-27T04:52:18.281Z Aug 27 04:52:17.334 INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6Aug 27 04:52:17.334adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
54572026-08-27T04:52:18.281Z
54582026-08-27T04:52:18.281ZDEBG Aug 27 04:52:17.334replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54592026-08-27T04:52:18.281ZDEBG Aug 27 04:52:17.334replacing 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 27 04:52:17.334
54602026-08-27T04:52:18.281Z DEBG
54612026-08-27T04:52:18.281Z Aug 27 04:52:17.334 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 27 04:52:17.334INFO
54622026-08-27T04:52:18.281ZINFO DEBGAug 27 04:52:17.334 adding route 172.17.0.43/32 -> 10.0.0.255
54632026-08-27T04:52:18.281Zinitted freemap. size: 64 , unitINFOAug 27 04:52:17.334: Aug 27 04:52:17.334INFOadding route 172.17.0.22/32 -> 10.0.0.255 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
54642026-08-27T04:52:18.281Z
54652026-08-27T04:52:18.281Zreplacing 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 } }]
54662026-08-27T04:52:18.281Zadding route 172.17.0.50/32 -> 10.0.0.255freemap_route_ipv4
54672026-08-27T04:52:18.281Z
54682026-08-27T04:52:18.281Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54692026-08-27T04:52:18.281ZAug 27 04:52:17.334Aug 27 04:52:17.334 Aug 27 04:52:17.334 DEBG DEBGAug 27 04:52:17.334 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 } }]INFO
54702026-08-27T04:52:18.281Z 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 27 04:52:17.334
54712026-08-27T04:52:18.281Zadding route 172.17.0.44/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 } }]
54722026-08-27T04:52:18.281Z Aug 27 04:52:17.334
54732026-08-27T04:52:18.281Z Aug 27 04:52:17.334 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 27 04:52:17.334adding route 172.17.0.23/32 -> 10.0.0.255
54742026-08-27T04:52:18.281Z
54752026-08-27T04:52:18.281ZDEBGAug 27 04:52:17.334DEBG Aug 27 04:52:17.334 Aug 27 04:52:17.334replacing 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
54762026-08-27T04:52:18.281Z DEBG DEBGreset freemapadding route 172.17.0.51/32 -> 10.0.0.255Aug 27 04:52:17.334 , 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 } }]
54772026-08-27T04:52:18.281Zreplacing 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 } }]
54782026-08-27T04:52:18.281Z
54792026-08-27T04:52:18.281Zunit :INFO Aug 27 04:52:17.334Aug 27 04:52:17.334Aug 27 04:52:17.334adding route 172.17.0.45/32 -> 10.0.0.255 INFOINFODEBG adding route 172.17.0.24/32 -> 10.0.0.255
54802026-08-27T04:52:18.281Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing 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 } }]
54812026-08-27T04:52:18.281Z
54822026-08-27T04:52:18.282Zfreemap_route_ipv4
54832026-08-27T04:52:18.282Z
54842026-08-27T04:52:18.282ZAug 27 04:52:17.334Aug 27 04:52:17.334Aug 27 04:52:17.334 DEBG DEBG DEBG Aug 27 04:52:17.334replacing 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.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
54852026-08-27T04:52:18.282Z
54862026-08-27T04:52:18.282Z
54872026-08-27T04:52:18.282ZAug 27 04:52:17.334 INFODEBGAug 27 04:52:17.334Aug 27 04:52:17.334 INFOadding route 172.17.0.52/32 -> 10.0.0.255INFO
54882026-08-27T04:52:18.282Z Aug 27 04:52:17.334 adding route 172.17.0.46/32 -> 10.0.0.255INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
54892026-08-27T04:52:18.282Z
54902026-08-27T04:52:18.282Zinitted freemap. size: 64Aug 27 04:52:17.334adding route 172.17.0.25/32 -> 10.0.0.255
54912026-08-27T04:52:18.282ZDEBG, Aug 27 04:52:17.334replacing 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 27 04:52:17.334 Aug 27 04:52:17.334 DEBGDEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54922026-08-27T04:52:18.282Z
54932026-08-27T04:52:18.282Zreplacing 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 } }]unitreplacing 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 } }]
54942026-08-27T04:52:18.282Z
54952026-08-27T04:52:18.282Z:Aug 27 04:52:17.334 Aug 27 04:52:17.334INFOAug 27 04:52:17.334Aug 27 04:52:17.334freemap_route_ipv6
54962026-08-27T04:52:18.282Z INFOINFOINFOadding route 172.17.0.47/32 -> 10.0.0.255
54972026-08-27T04:52:18.282Zadding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.53/32 -> 10.0.0.255
54982026-08-27T04:52:18.282Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
54992026-08-27T04:52:18.282Z
55002026-08-27T04:52:18.282ZAug 27 04:52:17.334 Aug 27 04:52:17.334DEBGAug 27 04:52:17.334 Aug 27 04:52:17.334 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55012026-08-27T04:52:18.282Z Aug 27 04:52:17.334 DEBGAug 27 04:52:17.328 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 27 04:52:17.334
55022026-08-27T04:52:18.286Z
55032026-08-27T04:52:18.286ZDEBG created new freemap 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 } }] adding route 172.17.0.48/32 -> 10.0.0.255
55042026-08-27T04:52:18.286Zreset freemap, Aug 27 04:52:17.334unit : INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 27 04:52:17.342
55052026-08-27T04:52:18.286Z 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 } }]
55062026-08-27T04:52:18.286Z
55072026-08-27T04:52:18.286Zfreemap_route_ipv6Aug 27 04:52:17.342
55082026-08-27T04:52:18.286Z Aug 27 04:52:17.342INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255
55092026-08-27T04:52:18.286Zreplacing 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 } }]
55102026-08-27T04:52:18.286ZAug 27 04:52:17.342Aug 27 04:52:17.342 Aug 27 04:52:17.342INFOAug 27 04:52:17.342INFO 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.28/32 -> 10.0.0.255
55112026-08-27T04:52:18.287Z
55122026-08-27T04:52:18.287Z adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
55132026-08-27T04:52:18.287ZAug 27 04:52:17.342Aug 27 04:52:17.342 INFODEBG
55142026-08-27T04:52:18.287ZAug 27 04:52:17.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 } }]adding route 172.17.0.50/32 -> 10.0.0.255
55152026-08-27T04:52:18.287Z
55162026-08-27T04:52:18.287Z, unitDEBG:Aug 27 04:52:17.342 Aug 27 04:52:17.342 DEBGfreemap_route_ipv4 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 } }]
55172026-08-27T04:52:18.287Zreplacing 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 } }]
55182026-08-27T04:52:18.287Zadding route 172.17.0.29/32 -> 10.0.0.255
55192026-08-27T04:52:18.287Z
55202026-08-27T04:52:18.287ZAug 27 04:52:17.342 Aug 27 04:52:17.342 Aug 27 04:52:17.342Aug 27 04:52:17.342INFO DEBG adding route 172.17.0.51/32 -> 10.0.0.255DEBG
55212026-08-27T04:52:18.287Z INFOAug 27 04:52:17.342Aug 27 04:52:17.334replacing 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 27 04:52:17.342
55222026-08-27T04:52:18.287ZDEBG DEBGadding route 172.17.0.55/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 } }]
55232026-08-27T04:52:18.287Zcreated new freemap
55242026-08-27T04:52:18.287ZINFOreplacing 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 } }],
55252026-08-27T04:52:18.287Zunit: freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
55262026-08-27T04:52:18.287ZAug 27 04:52:17.342
55272026-08-27T04:52:18.287ZINFOAug 27 04:52:17.342 Aug 27 04:52:17.342 adding route 172.17.0.52/32 -> 10.0.0.255DEBGAug 27 04:52:17.342DEBG INFO
55282026-08-27T04:52:18.287Z initted freemap. size: 64Aug 27 04:52:17.342adding route 172.17.0.30/32 -> 10.0.0.255, unit
55292026-08-27T04:52:18.287Z: Aug 27 04:52:17.342Aug 27 04:52:17.342replacing 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 } }] DEBGfreemap_route_ipv4
55302026-08-27T04:52:18.287Z DEBGAug 27 04:52:17.342 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 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 } }]
55312026-08-27T04:52:18.287Z
55322026-08-27T04:52:18.287ZDEBG Aug 27 04:52:17.342
55332026-08-27T04:52:18.287ZAug 27 04:52:17.342INFOreplacing 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 27 04:52:17.342
55342026-08-27T04:52:18.287ZDEBG reset freemapadding route 172.16.0.0/32 -> 10.0.0.2, INFOAug 27 04:52:17.342 adding route 172.17.0.53/32 -> 10.0.0.255 INFO
55352026-08-27T04:52:18.287Zunit:
55362026-08-27T04:52:18.287Z adding route 172.17.0.31/32 -> 10.0.0.255 freemap_route_ipv4INFO
55372026-08-27T04:52:18.287Z
55382026-08-27T04:52:18.287ZAug 27 04:52:17.342 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 27 04:52:17.342Aug 27 04:52:17.342
55392026-08-27T04:52:18.287ZAug 27 04:52:17.342 DEBGDEBG Aug 27 04:52:17.342initted freemap. size: 64replacing 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.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
55402026-08-27T04:52:18.287Z
55412026-08-27T04:52:18.287Zunit : 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 } }]
55422026-08-27T04:52:18.287ZAug 27 04:52:17.342Aug 27 04:52:17.342 freemap_route_ipv6 INFO
55432026-08-27T04:52:18.287Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFO
55442026-08-27T04:52:18.287Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 27 04:52:17.342
55452026-08-27T04:52:18.287Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 27 04:52:17.342 DEBG INFO
55462026-08-27T04:52:18.287ZAug 27 04:52:17.342reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, unit
55472026-08-27T04:52:18.287Z: DEBGAug 27 04:52:17.342freemap_route_ipv6
55482026-08-27T04:52:18.288ZAug 27 04:52:17.342replacing 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 } }]
55492026-08-27T04:52:18.288ZDEBGDEBG Aug 27 04:52:17.342 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 27 04:52:17.342
55502026-08-27T04:52:18.288Z Aug 27 04:52:17.342 INFO
55512026-08-27T04:52:18.288Z INFOadding route 172.16.0.0/32 -> 10.0.0.1
55522026-08-27T04:52:18.288ZAug 27 04:52:17.342 adding route 172.17.0.33/32 -> 10.0.0.255INFO
55532026-08-27T04:52:18.288ZAug 27 04:52:17.342adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
55542026-08-27T04:52:18.288ZINFO Aug 27 04:52:17.342Aug 27 04:52:17.342Aug 27 04:52:17.342 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
55552026-08-27T04:52:18.288ZDEBG 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.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
55562026-08-27T04:52:18.288ZAug 27 04:52:17.342
55572026-08-27T04:52:18.288ZINFO
55582026-08-27T04:52:18.288Z DEBGadding route 172.16.0.0/32 -> 10.0.0.3
55592026-08-27T04:52:18.288Zreplacing 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 27 04:52:17.342Aug 27 04:52:17.342 INFO adding route 172.16.0.0/32 -> 10.0.0.2
55602026-08-27T04:52:18.288ZAug 27 04:52:17.342Aug 27 04:52:17.342INFO
55612026-08-27T04:52:18.288Z adding route 172.17.0.34/32 -> 10.0.0.255INFO
55622026-08-27T04:52:18.288Z DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 27 04:52:17.342Aug 27 04:52:17.342
55632026-08-27T04:52:18.288Ztest route::tests::add_target_fails_full ... ok
55642026-08-27T04:52:18.288Ztest route::tests::delete_target_full ... ok
55652026-08-27T04:52:18.288Z 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 27 04:52:17.342 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55662026-08-27T04:52:18.288ZAug 27 04:52:17.342 DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55672026-08-27T04:52:18.288Zreplacing 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 27 04:52:17.342
55682026-08-27T04:52:18.288Z INFO
55692026-08-27T04:52:18.288Zadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3Aug 27 04:52:17.342
55702026-08-27T04:52:18.288Z
55712026-08-27T04:52:18.288ZINFO Aug 27 04:52:17.342adding route 172.17.0.35/32 -> 10.0.0.255
55722026-08-27T04:52:18.288ZINFOAug 27 04:52:17.342 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
55732026-08-27T04:52:18.288ZAug 27 04:52:17.342DEBG DEBGAug 27 04:52:17.342 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:52:17.342Aug 27 04:52:17.342DEBG
55742026-08-27T04:52:18.288ZDEBG 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 27 04:52:17.342replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
55752026-08-27T04:52:18.288Z 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 } }]
55762026-08-27T04:52:18.288ZINFO
55772026-08-27T04:52:18.288Zadding route 172.16.0.0/32 -> 10.0.0.4
55782026-08-27T04:52:18.288Zadding route 172.16.0.0/32 -> 10.0.0.4
55792026-08-27T04:52:18.288ZAug 27 04:52:17.342Aug 27 04:52:17.342 Aug 27 04:52:17.342 INFODEBG INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 172.17.0.57/32 -> 10.0.0.255
55802026-08-27T04:52:18.288ZAug 27 04:52:17.342replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55812026-08-27T04:52:18.288Z
55822026-08-27T04:52:18.288Z INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 27 04:52:17.342
55832026-08-27T04:52:18.288Z Aug 27 04:52:17.342DEBG 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 } }]
55842026-08-27T04:52:18.288Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 27 04:52:17.342Aug 27 04:52:17.342
55852026-08-27T04:52:18.288Z DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:52:17.342replacing 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 } }]
55862026-08-27T04:52:18.289ZINFO
55872026-08-27T04:52:18.289ZAug 27 04:52:17.342 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
55882026-08-27T04:52:18.289ZAug 27 04:52:17.342Aug 27 04:52:17.342 INFOINFO DEBGAug 27 04:52:17.342 adding route 172.17.0.37/32 -> 10.0.0.255
55892026-08-27T04:52:18.289Zadding route 172.17.0.58/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
55902026-08-27T04:52:18.289ZAug 27 04:52:17.342 DEBG
55912026-08-27T04:52:18.289Z 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 27 04:52:17.342
55922026-08-27T04:52:18.289Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55932026-08-27T04:52:18.289Z Aug 27 04:52:17.342 INFOAug 27 04:52:17.342 adding route 172.17.0.0/32 -> 10.0.0.255Aug 27 04:52:17.342replacing 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 } }]
55942026-08-27T04:52:18.289ZINFO
55952026-08-27T04:52:18.289ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.38/32 -> 10.0.0.255
55962026-08-27T04:52:18.289Z
55972026-08-27T04:52:18.289ZAug 27 04:52:17.342 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 27 04:52:17.342Aug 27 04:52:17.342
55982026-08-27T04:52:18.289ZAug 27 04:52:17.342Aug 27 04:52:17.342 DEBGDEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
55992026-08-27T04:52:18.289Z 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 } }]
56002026-08-27T04:52:18.289Zadding route 172.17.0.59/32 -> 10.0.0.255
56012026-08-27T04:52:18.289Zadding route 172.17.0.56/32 -> 10.0.0.255
56022026-08-27T04:52:18.293ZAug 27 04:52:17.342Aug 27 04:52:17.342Aug 27 04:52:17.342 INFOAug 27 04:52:17.342 Aug 27 04:52:17.342DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
56032026-08-27T04:52:18.293Zadding route 172.17.0.39/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 } }]
56042026-08-27T04:52:18.293Z
56052026-08-27T04:52:18.293ZINFODEBG Aug 27 04:52:17.342adding route 172.17.0.1/32 -> 10.0.0.255Aug 27 04:52:17.342
56062026-08-27T04:52:18.293Zreplacing 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 27 04:52:17.342DEBGDEBG
56072026-08-27T04:52:18.293Zreplacing 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 } }]INFOreplacing 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 27 04:52:17.342
56082026-08-27T04:52:18.293Z
56092026-08-27T04:52:18.293ZAug 27 04:52:17.342 INFOadding route 172.17.0.60/32 -> 10.0.0.255
56102026-08-27T04:52:18.293ZAug 27 04:52:17.342 INFOadding route 172.17.0.57/32 -> 10.0.0.255
56112026-08-27T04:52:18.293Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 27 04:52:17.342
56122026-08-27T04:52:18.293ZAug 27 04:52:17.342 DEBGDEBGINFO 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 3fff:beef:35::/64 -> 2001:db8::55:ffAug 27 04:52:17.342
56132026-08-27T04:52:18.293Z Aug 27 04:52:17.342DEBG
56142026-08-27T04:52:18.293Zreplacing 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 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56152026-08-27T04:52:18.294Z
56162026-08-27T04:52:18.294Z
56172026-08-27T04:52:18.294ZAug 27 04:52:17.349 INFO adding route 172.17.0.61/32 -> 10.0.0.255
56182026-08-27T04:52:18.294ZAug 27 04:52:17.349Aug 27 04:52:17.349 Aug 27 04:52:17.349INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255INFOAug 27 04:52:17.349
56192026-08-27T04:52:18.294Z DEBGadding route 172.17.0.58/32 -> 10.0.0.255 adding route 172.17.0.2/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 } }]Aug 27 04:52:17.349
56202026-08-27T04:52:18.294Z
56212026-08-27T04:52:18.294Z 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 } }]
56222026-08-27T04:52:18.294Z
56232026-08-27T04:52:18.294ZAug 27 04:52:17.349Aug 27 04:52:17.349 Aug 27 04:52:17.349INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255 DEBG
56242026-08-27T04:52:18.294Zadding route 172.17.0.42/32 -> 10.0.0.255 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56252026-08-27T04:52:18.294Z
56262026-08-27T04:52:18.294ZAug 27 04:52:17.349 DEBG Aug 27 04:52:17.349replacing 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 27 04:52:17.349
56272026-08-27T04:52:18.294Z DEBGINFO Aug 27 04:52:17.349replacing 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.59/32 -> 10.0.0.255
56282026-08-27T04:52:18.294Z DEBG
56292026-08-27T04:52:18.294Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:52:17.349
56302026-08-27T04:52:18.294ZAug 27 04:52:17.349 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 27 04:52:17.349Aug 27 04:52:17.349adding route 172.17.0.63/32 -> 10.0.0.255
56312026-08-27T04:52:18.294ZDEBG
56322026-08-27T04:52:18.294ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
56332026-08-27T04:52:18.294Zreplacing 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 27 04:52:17.349
56342026-08-27T04:52:18.294ZAug 27 04:52:17.349 Aug 27 04:52:17.349DEBG DEBGAug 27 04:52:17.349replacing 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 } }]
56352026-08-27T04:52:18.294Zreplacing 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
56362026-08-27T04:52:18.294ZINFO 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 27 04:52:17.349adding route 172.17.0.60/32 -> 10.0.0.255
56372026-08-27T04:52:18.294Z
56382026-08-27T04:52:18.294ZAug 27 04:52:17.349DEBG INFO failed to allocate space for the new target listadding route 172.17.0.44/32 -> 10.0.0.255
56392026-08-27T04:52:18.294ZAug 27 04:52:17.349
56402026-08-27T04:52:18.294Z DEBG Aug 27 04:52:17.349replacing 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 27 04:52:17.349
56412026-08-27T04:52:18.294Z DEBGDEBG Aug 27 04:52:17.349replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:52:17.349
56422026-08-27T04:52:18.294Z
56432026-08-27T04:52:18.294ZINFO adding route 172.17.0.4/32 -> 10.0.0.255INFOAug 27 04:52:17.349 Aug 27 04:52:17.349
56442026-08-27T04:52:18.294ZINFO adding route 172.17.0.61/32 -> 10.0.0.255DEBG
56452026-08-27T04:52:18.294Z adding route 172.17.0.45/32 -> 10.0.0.255
56462026-08-27T04:52:18.294Zfailed to allocate space for the new target list
56472026-08-27T04:52:18.294ZAug 27 04:52:17.349Aug 27 04:52:17.349 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56482026-08-27T04:52:18.294Z
56492026-08-27T04:52:18.294ZAug 27 04:52:17.349 DEBG Aug 27 04:52:17.349replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:52:17.349
56502026-08-27T04:52:18.294Z INFOINFO Aug 27 04:52:17.349adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
56512026-08-27T04:52:18.295Z
56522026-08-27T04:52:18.295ZINFOAug 27 04:52:17.349Aug 27 04:52:17.349 DEBGDEBG adding route 172.17.0.46/32 -> 10.0.0.255
56532026-08-27T04:52:18.295Zreplacing 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.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 } }]
56542026-08-27T04:52:18.295Z
56552026-08-27T04:52:18.295ZAug 27 04:52:17.349 Aug 27 04:52:17.349DEBG Aug 27 04:52:17.349INFOreplacing 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 } }]
56562026-08-27T04:52:18.295ZDEBGadding route 172.17.0.6/32 -> 10.0.0.255
56572026-08-27T04:52:18.295Zfailed to allocate space for the new target list
56582026-08-27T04:52:18.295ZAug 27 04:52:17.349 Aug 27 04:52:17.349INFO Aug 27 04:52:17.349 DEBG adding route 172.17.0.47/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 } }]DEBG
56592026-08-27T04:52:18.295Z
56602026-08-27T04:52:18.295Z 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 } }]
56612026-08-27T04:52:18.295ZAug 27 04:52:17.349 DEBGAug 27 04:52:17.342 Aug 27 04:52:17.349 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56622026-08-27T04:52:18.295Z 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 } }]
56632026-08-27T04:52:18.295Ztest route::tests::delete_targets_fragmented ... ok
56642026-08-27T04:52:18.295ZINFOAug 27 04:52:17.349 adding route 172.17.0.7/32 -> 10.0.0.255INFO
56652026-08-27T04:52:18.295Z adding route 172.17.0.48/32 -> 10.0.0.255
56662026-08-27T04:52:18.295ZAug 27 04:52:17.349Aug 27 04:52:17.349 Aug 27 04:52:17.349INFO DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
56672026-08-27T04:52:18.295Zreplacing 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 } }]
56682026-08-27T04:52:18.295Z
56692026-08-27T04:52:18.295ZAug 27 04:52:17.349Aug 27 04:52:17.349 Aug 27 04:52:17.349INFO DEBGINFOadding route 172.17.0.49/32 -> 10.0.0.255 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
56702026-08-27T04:52:18.295Z
56712026-08-27T04:52:18.295Z
56722026-08-27T04:52:18.295ZAug 27 04:52:17.349Aug 27 04:52:17.349 Aug 27 04:52:17.349DEBG 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 } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
56732026-08-27T04:52:18.295Z
56742026-08-27T04:52:18.295Z
56752026-08-27T04:52:18.295ZAug 27 04:52:17.357Aug 27 04:52:17.357 INFOINFO Aug 27 04:52:17.357adding route 172.17.0.9/32 -> 10.0.0.255
56762026-08-27T04:52:18.295Z DEBGadding route 172.17.0.50/32 -> 10.0.0.255
56772026-08-27T04:52:18.295Zreplacing 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 } }]
56782026-08-27T04:52:18.295ZAug 27 04:52:17.357Aug 27 04:52:17.357Aug 27 04:52:17.357 DEBGDEBG INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
56792026-08-27T04:52:18.295Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
56802026-08-27T04:52:18.295Z
56812026-08-27T04:52:18.295ZAug 27 04:52:17.357Aug 27 04:52:17.357Aug 27 04:52:17.357 INFOINFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
56822026-08-27T04:52:18.295Zadding route 172.17.0.51/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 } }]
56832026-08-27T04:52:18.295Z
56842026-08-27T04:52:18.295ZAug 27 04:52:17.357 Aug 27 04:52:17.357DEBG Aug 27 04:52:17.357INFO 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
56852026-08-27T04:52:18.295Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
56862026-08-27T04:52:18.295Zreplacing 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 } }]
56872026-08-27T04:52:18.295ZAug 27 04:52:17.357 Aug 27 04:52:17.357INFOAug 27 04:52:17.357 DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.11/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 } }]
56882026-08-27T04:52:18.296Z
56892026-08-27T04:52:18.296Z
56902026-08-27T04:52:18.296ZAug 27 04:52:17.357Aug 27 04:52:17.357 Aug 27 04:52:17.357INFO DEBGDEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
56912026-08-27T04:52:18.296Zreplacing 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.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 } }]
56922026-08-27T04:52:18.296Z
56932026-08-27T04:52:18.296ZAug 27 04:52:17.357Aug 27 04:52:17.357Aug 27 04:52:17.357 INFOINFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.12/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 } }]
56942026-08-27T04:52:18.296Z
56952026-08-27T04:52:18.296Z
56962026-08-27T04:52:18.296ZAug 27 04:52:17.357Aug 27 04:52:17.357Aug 27 04:52:17.357 DEBGINFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56972026-08-27T04:52:18.296Z
56982026-08-27T04:52:18.296Zreplacing 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 } }]
56992026-08-27T04:52:18.296ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGAug 27 04:52:17.357INFO adding route 172.17.0.13/32 -> 10.0.0.255INFOreplacing 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 } }]
57002026-08-27T04:52:18.296Z
57012026-08-27T04:52:18.296Zadding route 172.17.0.54/32 -> 10.0.0.255
57022026-08-27T04:52:18.300ZAug 27 04:52:17.357Aug 27 04:52:17.357 Aug 27 04:52:17.357INFO DEBGDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
57032026-08-27T04:52:18.300Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57042026-08-27T04:52:18.300Z
57052026-08-27T04:52:18.300ZAug 27 04:52:17.357 Aug 27 04:52:17.357Aug 27 04:52:17.357 DEBGINFO adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
57062026-08-27T04:52:18.300Z
57072026-08-27T04:52:18.300Zadding route 172.17.0.55/32 -> 10.0.0.255
57082026-08-27T04:52:18.300ZAug 27 04:52:17.357 Aug 27 04:52:17.357Aug 27 04:52:17.357 DEBGDEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57092026-08-27T04:52:18.300Zfailed to allocate space for the new target list
57102026-08-27T04:52:18.300Z
57112026-08-27T04:52:18.300ZAug 27 04:52:17.357Aug 27 04:52:17.357 Aug 27 04:52:17.357INFODEBG INFOadding route 172.17.0.15/32 -> 10.0.0.255
57122026-08-27T04:52:18.300Zadding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
57132026-08-27T04:52:18.300Z
57142026-08-27T04:52:18.300ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57152026-08-27T04:52:18.300Z
57162026-08-27T04:52:18.300ZAug 27 04:52:17.357Aug 27 04:52:17.357 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
57172026-08-27T04:52:18.301Z
57182026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57192026-08-27T04:52:18.301Z
57202026-08-27T04:52:18.301ZAug 27 04:52:17.357 INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 27 04:52:17.357
57212026-08-27T04:52:18.301Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 27 04:52:17.357 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 } }]
57222026-08-27T04:52:18.301Z
57232026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
57242026-08-27T04:52:18.301Z
57252026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 INFODEBG adding route 172.17.0.59/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 } }]
57262026-08-27T04:52:18.301Z
57272026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
57282026-08-27T04:52:18.301Z
57292026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57302026-08-27T04:52:18.301Z
57312026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 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.20/32 -> 10.0.0.255
57322026-08-27T04:52:18.301Z
57332026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
57342026-08-27T04:52:18.301Z
57352026-08-27T04:52:18.301ZAug 27 04:52:17.357Aug 27 04:52:17.357 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
57362026-08-27T04:52:18.301Z
57372026-08-27T04:52:18.301ZAug 27 04:52:17.357 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 } }]
57382026-08-27T04:52:18.301ZAug 27 04:52:17.357 INFO adding route 172.17.0.22/32 -> 10.0.0.255
57392026-08-27T04:52:18.301ZAug 27 04:52:17.357 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 } }]
57402026-08-27T04:52:18.301ZAug 27 04:52:17.357 INFO adding route 172.17.0.23/32 -> 10.0.0.255
57412026-08-27T04:52:18.301ZAug 27 04:52:17.357 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 } }]
57422026-08-27T04:52:18.301ZAug 27 04:52:17.358 INFO adding route 172.17.0.24/32 -> 10.0.0.255
57432026-08-27T04:52:18.301ZAug 27 04:52:17.358 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 } }]
57442026-08-27T04:52:18.301ZAug 27 04:52:17.358 INFO adding route 172.17.0.25/32 -> 10.0.0.255
57452026-08-27T04:52:18.301ZAug 27 04:52:17.358 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 } }]
57462026-08-27T04:52:18.301ZAug 27 04:52:17.358 INFO adding route 172.17.0.26/32 -> 10.0.0.255
57472026-08-27T04:52:18.301ZAug 27 04:52:17.358 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 } }]
57482026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.27/32 -> 10.0.0.255
57492026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57502026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.28/32 -> 10.0.0.255
57512026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57522026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.29/32 -> 10.0.0.255
57532026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57542026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.30/32 -> 10.0.0.255
57552026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57562026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.31/32 -> 10.0.0.255
57572026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57582026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.32/32 -> 10.0.0.255
57592026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57602026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.33/32 -> 10.0.0.255
57612026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57622026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.34/32 -> 10.0.0.255
57632026-08-27T04:52:18.302Ztest route::tests::delete_target_fragmented ... ok
57642026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57652026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.35/32 -> 10.0.0.255
57662026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57672026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.36/32 -> 10.0.0.255
57682026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57692026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.37/32 -> 10.0.0.255
57702026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57712026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.38/32 -> 10.0.0.255
57722026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57732026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.39/32 -> 10.0.0.255
57742026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57752026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.40/32 -> 10.0.0.255
57762026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57772026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.41/32 -> 10.0.0.255
57782026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57792026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.42/32 -> 10.0.0.255
57802026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57812026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.43/32 -> 10.0.0.255
57822026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57832026-08-27T04:52:18.302ZAug 27 04:52:17.358 INFO adding route 172.17.0.44/32 -> 10.0.0.255
57842026-08-27T04:52:18.302ZAug 27 04:52:17.358 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 } }]
57852026-08-27T04:52:18.303ZAug 27 04:52:17.358 INFO adding route 172.17.0.45/32 -> 10.0.0.255
57862026-08-27T04:52:18.303ZAug 27 04:52:17.358 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 } }]
57872026-08-27T04:52:18.303ZAug 27 04:52:17.358 INFO adding route 172.17.0.46/32 -> 10.0.0.255
57882026-08-27T04:52:18.303ZAug 27 04:52:17.358 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 } }]
57892026-08-27T04:52:18.303ZAug 27 04:52:17.358 INFO adding route 172.17.0.47/32 -> 10.0.0.255
57902026-08-27T04:52:18.303ZAug 27 04:52:17.358 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 } }]
57912026-08-27T04:52:18.303ZAug 27 04:52:17.366 INFO adding route 172.17.0.48/32 -> 10.0.0.255
57922026-08-27T04:52:18.303ZAug 27 04:52:17.358Aug 27 04:52:17.366 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 } }]
57932026-08-27T04:52:18.303Z DEBGAug 27 04:52:17.366 INFO adding route 172.17.0.49/32 -> 10.0.0.255
57942026-08-27T04:52:18.303ZAug 27 04:52:17.366 DEBGcreated new freemap 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 } }],
57952026-08-27T04:52:18.303Zunit: freemap_route_ipv4Aug 27 04:52:17.366
57962026-08-27T04:52:18.303Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
57972026-08-27T04:52:18.303ZAug 27 04:52:17.366 DEBGAug 27 04:52:17.366 created new freemapDEBG, unitreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
57982026-08-27T04:52:18.303Z freemap_route_ipv6
57992026-08-27T04:52:18.303ZAug 27 04:52:17.366 Aug 27 04:52:17.366INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
58002026-08-27T04:52:18.303Zinitted freemap. size: 64, unit: Aug 27 04:52:17.366freemap_route_ipv4
58012026-08-27T04:52:18.303ZDEBG 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 } }]
58022026-08-27T04:52:18.307ZAug 27 04:52:17.366 DEBGAug 27 04:52:17.366 reset freemapINFO, unitadding route 172.17.0.52/32 -> 10.0.0.255:
58032026-08-27T04:52:18.307Z freemap_route_ipv4
58042026-08-27T04:52:18.307ZAug 27 04:52:17.366 DEBGAug 27 04:52:17.366 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58052026-08-27T04:52:18.307Z initted freemap. size: 64, unit:Aug 27 04:52:17.366 freemap_route_ipv6INFO
58062026-08-27T04:52:18.307Z adding route 172.17.0.53/32 -> 10.0.0.255
58072026-08-27T04:52:18.307ZAug 27 04:52:17.366 DEBGAug 27 04:52:17.366 reset freemapDEBG, unitreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
58082026-08-27T04:52:18.307Z freemap_route_ipv6
58092026-08-27T04:52:18.307ZAug 27 04:52:17.366 INFOAug 27 04:52:17.366 adding route 172.17.0.54/32 -> 10.0.0.255INFO
58102026-08-27T04:52:18.307Z adding route 172.16.0.0/32 -> 10.0.0.1
58112026-08-27T04:52:18.307ZAug 27 04:52:17.366 DEBGAug 27 04:52:17.366 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58122026-08-27T04:52:18.307Z 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 } }]
58132026-08-27T04:52:18.307ZAug 27 04:52:17.366 INFOAug 27 04:52:17.366 adding route 172.17.0.55/32 -> 10.0.0.255INFO
58142026-08-27T04:52:18.307Z adding route 172.16.0.0/32 -> 10.0.0.1
58152026-08-27T04:52:18.308ZAug 27 04:52:17.366 DEBGAug 27 04:52:17.366 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
58162026-08-27T04:52:18.308Z 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 } }]
58172026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO Aug 27 04:52:17.366adding route 172.17.0.56/32 -> 10.0.0.255
58182026-08-27T04:52:18.308ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
58192026-08-27T04:52:18.308ZAug 27 04:52:17.366 DEBG Aug 27 04:52:17.366replacing 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 } }]
58202026-08-27T04:52:18.308ZDEBG 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 } }]
58212026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 27 04:52:17.366
58222026-08-27T04:52:18.308Z INFO adding route 172.16.0.0/32 -> 10.0.0.2
58232026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 27 04:52:17.366
58242026-08-27T04:52:18.308Z 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 } }]
58252026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 27 04:52:17.366
58262026-08-27T04:52:18.308Z INFO adding route 172.17.0.0/32 -> 10.0.0.255
58272026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 27 04:52:17.366
58282026-08-27T04:52:18.308Z 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 } }]
58292026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 27 04:52:17.366
58302026-08-27T04:52:18.308Z INFO adding route 172.17.0.1/32 -> 10.0.0.255
58312026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 } }]Aug 27 04:52:17.366
58322026-08-27T04:52:18.308Z 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 } }]
58332026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 27 04:52:17.366
58342026-08-27T04:52:18.308Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
58352026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 } }]Aug 27 04:52:17.366
58362026-08-27T04:52:18.308Z 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 } }]
58372026-08-27T04:52:18.308ZAug 27 04:52:17.366 DEBG failed to allocate space for the new target listAug 27 04:52:17.366
58382026-08-27T04:52:18.308Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
58392026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 27 04:52:17.366
58402026-08-27T04:52:18.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 } }]
58412026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.4/32 -> 10.0.0.255
58422026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 } }]
58432026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.5/32 -> 10.0.0.255
58442026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 } }]
58452026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.6/32 -> 10.0.0.255
58462026-08-27T04:52:18.308ZAug 27 04:52:17.366 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 } }]
58472026-08-27T04:52:18.308ZAug 27 04:52:17.366 INFO adding route 172.17.0.7/32 -> 10.0.0.255
58482026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58492026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.8/32 -> 10.0.0.255
58502026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58512026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.9/32 -> 10.0.0.255
58522026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58532026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.10/32 -> 10.0.0.255
58542026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58552026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.11/32 -> 10.0.0.255
58562026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58572026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.12/32 -> 10.0.0.255
58582026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58592026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58602026-08-27T04:52:18.309ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58612026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58622026-08-27T04:52:18.309ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58632026-08-27T04:52:18.309Ztest route::tests::delete_targets_full ... ok
58642026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58652026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58662026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58672026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58682026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58692026-08-27T04:52:18.309Z
58702026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58712026-08-27T04:52:18.309Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
58722026-08-27T04:52:18.309Z
58732026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58742026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58752026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58762026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58772026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58782026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58792026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58802026-08-27T04:52:18.309ZAug 27 04:52:17.366 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 } }]
58812026-08-27T04:52:18.309ZAug 27 04:52:17.366 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58822026-08-27T04:52:18.310ZAug 27 04:52:17.366 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 } }]
58832026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58842026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58852026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58862026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58872026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58882026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58892026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58902026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58912026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.27/32 -> 10.0.0.255
58922026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58932026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.28/32 -> 10.0.0.255
58942026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58952026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58962026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58972026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.30/32 -> 10.0.0.255
58982026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58992026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59002026-08-27T04:52:18.310ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59012026-08-27T04:52:18.310ZAug 27 04:52:17.366 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59022026-08-27T04:52:18.318ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59032026-08-27T04:52:18.318ZAug 27 04:52:17.366 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59042026-08-27T04:52:18.318ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59052026-08-27T04:52:18.318ZAug 27 04:52:17.366 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59062026-08-27T04:52:18.318ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59072026-08-27T04:52:18.318ZAug 27 04:52:17.366 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59082026-08-27T04:52:18.318ZAug 27 04:52:17.366 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59092026-08-27T04:52:18.318ZAug 27 04:52:17.373 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59102026-08-27T04:52:18.318ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59112026-08-27T04:52:18.318ZAug 27 04:52:17.373 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59122026-08-27T04:52:18.318ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59132026-08-27T04:52:18.318ZAug 27 04:52:17.373 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59142026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59152026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59162026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59172026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59182026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59192026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59202026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59212026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59222026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59232026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59242026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59252026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59262026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59272026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59282026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59292026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59302026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59312026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59322026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59332026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59342026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59352026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59362026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59372026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59382026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59392026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59402026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59412026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59422026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59432026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59442026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59452026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59462026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59472026-08-27T04:52:18.319ZAug 27 04:52:17.373 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59482026-08-27T04:52:18.319ZAug 27 04:52:17.373 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59492026-08-27T04:52:18.319ZAug 27 04:52:17.374 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59502026-08-27T04:52:18.319ZAug 27 04:52:17.374 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59512026-08-27T04:52:18.319ZAug 27 04:52:17.374 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59522026-08-27T04:52:18.319ZAug 27 04:52:17.374 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59532026-08-27T04:52:18.320ZAug 27 04:52:17.374 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59542026-08-27T04:52:18.320ZAug 27 04:52:17.374 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59552026-08-27T04:52:18.320ZAug 27 04:52:17.374 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59562026-08-27T04:52:18.320ZAug 27 04:52:17.374 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59572026-08-27T04:52:18.320ZAug 27 04:52:17.374 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59582026-08-27T04:52:18.320ZAug 27 04:52:17.374 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59592026-08-27T04:52:18.320ZAug 27 04:52:17.374 DEBG failed to allocate space for the new target list
59602026-08-27T04:52:18.320ZAug 27 04:52:17.374 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 } }]
59612026-08-27T04:52:18.320Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-027c68598feaf253)
59622026-08-27T04:52:18.320Z
59632026-08-27T04:52:18.320Zrunning 0 tests
59642026-08-27T04:52:18.320Z
59652026-08-27T04:52:18.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662026-08-27T04:52:18.320Z
59672026-08-27T04:52:18.320Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2bcd009761197a81)
59682026-08-27T04:52:18.320Z
59692026-08-27T04:52:18.320Zrunning 0 tests
59702026-08-27T04:52:18.320Z
59712026-08-27T04:52:18.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59722026-08-27T04:52:18.320Z
59732026-08-27T04:52:18.320Z Running unittests src/lib.rs (target/debug/deps/dpd_client-48f8c377178535ae)
59742026-08-27T04:52:18.320Z
59752026-08-27T04:52:18.320Zrunning 6 tests
59762026-08-27T04:52:18.320Ztest tests::test_full_lot_id_neither_present ... ok
59772026-08-27T04:52:18.320Ztest tests::test_full_lot_id_both_present ... ok
59782026-08-27T04:52:18.320Ztest tests::test_full_lot_id_lotnum_only ... ok
59792026-08-27T04:52:18.320Ztest tests::test_full_lot_id_lot_only ... ok
59802026-08-27T04:52:18.320Ztest tests::test_parse_client_port_id ... ok
59812026-08-27T04:52:18.320Ztest tests::test_port_id_cmp ... ok
59822026-08-27T04:52:18.320Z
59832026-08-27T04:52:18.320Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842026-08-27T04:52:18.320Z
59852026-08-27T04:52:18.320Z Running tests/test_all.rs (target/debug/deps/test_all-335928eec078431a)
59862026-08-27T04:52:18.320Z
59872026-08-27T04:52:18.320Zrunning 0 tests
59882026-08-27T04:52:18.320Z
59892026-08-27T04:52:18.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902026-08-27T04:52:18.320Z
59912026-08-27T04:52:18.320Z Running unittests src/lib.rs (target/debug/deps/dpd_types-135a2dfe1b875f47)
59922026-08-27T04:52:18.320Z
59932026-08-27T04:52:18.321Zrunning 0 tests
59942026-08-27T04:52:18.321Z
59952026-08-27T04:52:18.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59962026-08-27T04:52:18.321Z
59972026-08-27T04:52:18.321Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8d43961aef230eda)
59982026-08-27T04:52:18.321Z
59992026-08-27T04:52:18.321Zrunning 15 tests
60002026-08-27T04:52:18.321Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60012026-08-27T04:52:18.321Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60022026-08-27T04:52:18.325Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60032026-08-27T04:52:18.325Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60042026-08-27T04:52:18.325Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60052026-08-27T04:52:18.325Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60062026-08-27T04:52:18.325Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60072026-08-27T04:52:18.325Ztest v1::network::tests::test_equal ... ok
60082026-08-27T04:52:18.325Ztest v1::network::tests::test_eui64 ... ok
60092026-08-27T04:52:18.325Ztest v1::network::tests::test_into ... ok
60102026-08-27T04:52:18.325Ztest v1::network::tests::test_not_equal ... ok
60112026-08-27T04:52:18.325Ztest v1::network::tests::test_to_string ... ok
60122026-08-27T04:52:18.325Ztest v1::port::tests::port_ids_are_ascii ... ok
60132026-08-27T04:52:18.325Ztest v1::network::tests::test_parse ... ok
60142026-08-27T04:52:18.325Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60152026-08-27T04:52:18.325Z
60162026-08-27T04:52:18.326Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60172026-08-27T04:52:18.326Z
60182026-08-27T04:52:18.326Z Running unittests src/lib.rs (target/debug/deps/packet-872789a0cadcc4ec)
60192026-08-27T04:52:18.326Z
60202026-08-27T04:52:18.326Zrunning 12 tests
60212026-08-27T04:52:18.326Ztest icmp::test_v6_checksum ... ok
60222026-08-27T04:52:18.326Ztest lldp::test_lldp_parse ... ok
60232026-08-27T04:52:18.326Ztest icmp::test_v4_checksum ... ok
60242026-08-27T04:52:18.326Ztest ipv6::test_ipv6_parse ... ok
60252026-08-27T04:52:18.326Ztest pbuf::test_byte ... ok
60262026-08-27T04:52:18.326Ztest pbuf::test_nibble ... ok
60272026-08-27T04:52:18.326Ztest pbuf::test_short ... ok
60282026-08-27T04:52:18.326Ztest pbuf::test_overflow ... ok
60292026-08-27T04:52:18.326Ztest pbuf::test_twelve ... ok
60302026-08-27T04:52:18.326Ztest pbuf::test_word ... ok
60312026-08-27T04:52:18.326Ztest tcp::test_checksum_syn_nodata ... ok
60322026-08-27T04:52:18.326Ztest tcp::test_checksum_ack_data ... ok
60332026-08-27T04:52:18.326Z
60342026-08-27T04:52:18.326Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60352026-08-27T04:52:18.326Z
60362026-08-27T04:52:18.326Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60372026-08-27T04:52:18.326Z
60382026-08-27T04:52:18.326Zrunning 0 tests
60392026-08-27T04:52:18.326Z
60402026-08-27T04:52:18.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60412026-08-27T04:52:18.326Z
60422026-08-27T04:52:18.326Z Running unittests src/main.rs (target/debug/deps/swadm-911f481eb5f77c61)
60432026-08-27T04:52:18.331Z
60442026-08-27T04:52:18.331Zrunning 5 tests
60452026-08-27T04:52:18.331Ztest switchport::test::test_compute_lanes ... ok
60462026-08-27T04:52:18.331Ztest switchport::test::port_id_ordering ... ok
60472026-08-27T04:52:18.331Z Lane 0 Lane 0Lane 1 Lane 2Lane 1 Lane 3Lane 2
60482026-08-27T04:52:18.331Z Rx Loss-of-lock: YesLane 3
60492026-08-27T04:52:18.331ZYes State: Activated YesActivated Yes
60502026-08-27T04:52:18.331ZActivated Activated Rx Loss-of-signal: Yes
60512026-08-27T04:52:18.331Z Rx Output Enabled: falseYes false Yes falseYes
60522026-08-27T04:52:18.331Zfalse Rx CDR Enabled: Yes
60532026-08-27T04:52:18.331Z Yes Rx Output Status: valid Yesvalid Yes
60542026-08-27T04:52:18.331Zvalid Tx Enabled: Yesvalid
60552026-08-27T04:52:18.331ZYes Rx Loss-of-lock: true Yes true Yestrue
60562026-08-27T04:52:18.331Z true
60572026-08-27T04:52:18.331Z Tx Loss-of-lock: No Rx Loss-of-signal: false Nofalse No falseNo
60582026-08-27T04:52:18.331Zfalse
60592026-08-27T04:52:18.331Z Tx Loss-of-signal: No Rx Auto-squelch Disable: trueNo trueNo No
60602026-08-27T04:52:18.331Ztrue Tx CDR Enabled: No true
60612026-08-27T04:52:18.331ZNo Tx Output Enabled: trueNo No
60622026-08-27T04:52:18.331Ztrue Tx Adaptive EQ Fault: Notrue trueNo
60632026-08-27T04:52:18.331ZNo No Tx Output Status: invalid
60642026-08-27T04:52:18.331Z Tx Fault: Yesinvalid Yesinvalid invalidYes
60652026-08-27T04:52:18.331Z Yes Tx Loss-of-lock: false
60662026-08-27T04:52:18.331Z false false false
60672026-08-27T04:52:18.331Z Tx Loss-of-signal: true true true true
60682026-08-27T04:52:18.331ZTx Auto-squelch Disable: false false false false
60692026-08-27T04:52:18.331Z Tx Adaptive EQ Fail: true true true true
60702026-08-27T04:52:18.332Z Tx Failure: false false false false
60712026-08-27T04:52:18.332Z Tx Force Squelch: true true true true
60722026-08-27T04:52:18.332Z Tx Input Polarity: normal normal normal normal
60732026-08-27T04:52:18.332Ztest switchport::test::test_print_sff_datapath ... ok
60742026-08-27T04:52:18.332Ztest switchport::test::test_print_cmis_datapath ... ok
60752026-08-27T04:52:18.332Ztest link::test_filter ... ok
60762026-08-27T04:52:18.332Z
60772026-08-27T04:52:18.332Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-27T04:52:18.332Z
60792026-08-27T04:52:18.332Z Running tests/counters.rs (target/debug/deps/counters-303f4b99511ebed6)
60802026-08-27T04:52:18.332Z
60812026-08-27T04:52:18.332Zrunning 1 test
60822026-08-27T04:52:18.332Ztest test_p4_counter_list ... ignored
60832026-08-27T04:52:18.332Z
60842026-08-27T04:52:18.332Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60852026-08-27T04:52:18.332Z
60862026-08-27T04:52:18.332Z Running tests/port-link.rs (target/debug/deps/port_link-2cde2ac87f8c084e)
60872026-08-27T04:52:18.335Z
60882026-08-27T04:52:18.335Zrunning 5 tests
60892026-08-27T04:52:18.335Ztest test_an ... ignored
60902026-08-27T04:52:18.335Ztest test_enable ... ignored
60912026-08-27T04:52:18.335Ztest test_ip_addresses ... ignored
60922026-08-27T04:52:18.335Ztest test_kr ... ignored
60932026-08-27T04:52:18.335Ztest test_mac ... ignored
60942026-08-27T04:52:18.335Z
60952026-08-27T04:52:18.336Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60962026-08-27T04:52:18.336Z
60972026-08-27T04:52:18.336Z Running unittests src/main.rs (target/debug/deps/tfportd-d8af42bd6cb07a07)
60982026-08-27T04:52:18.339Z
60992026-08-27T04:52:18.339Zrunning 3 tests
61002026-08-27T04:52:18.339Ztest linklocal::test_parse_ipadm ... ok
61012026-08-27T04:52:18.339Ztest tfport::test_parse_tfport ... ok
61022026-08-27T04:52:18.339Ztest config::tests::test_updates ... ok
61032026-08-27T04:52:18.339Z
61042026-08-27T04:52:18.339Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052026-08-27T04:52:18.339Z
61062026-08-27T04:52:18.339Z Running unittests src/main.rs (target/debug/deps/uplinkd-33cedc10e468ee04)
61072026-08-27T04:52:18.342Z
61082026-08-27T04:52:18.342Zrunning 0 tests
61092026-08-27T04:52:18.342Z
61102026-08-27T04:52:18.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112026-08-27T04:52:18.342Z
61122026-08-27T04:52:18.343Z Running unittests src/main.rs (target/debug/deps/xtask-5cb6d513503f44c8)
61132026-08-27T04:52:18.343Z
61142026-08-27T04:52:18.343Zrunning 0 tests
61152026-08-27T04:52:18.343Z
61162026-08-27T04:52:18.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172026-08-27T04:52:18.343Z
61182026-08-27T04:52:18.343Z Doc-tests aal
61192026-08-27T04:52:18.553Z
61202026-08-27T04:52:18.553Zrunning 0 tests
61212026-08-27T04:52:18.553Z
61222026-08-27T04:52:18.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232026-08-27T04:52:18.553Z
61242026-08-27T04:52:18.579Z Doc-tests aal_macros
61252026-08-27T04:52:18.646Z
61262026-08-27T04:52:18.646Zrunning 0 tests
61272026-08-27T04:52:18.646Z
61282026-08-27T04:52:18.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292026-08-27T04:52:18.646Z
61302026-08-27T04:52:18.658Z Doc-tests common
61312026-08-27T04:52:18.892Z
61322026-08-27T04:52:18.893Zrunning 0 tests
61332026-08-27T04:52:18.893Z
61342026-08-27T04:52:18.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352026-08-27T04:52:18.893Z
61362026-08-27T04:52:18.920Z Doc-tests dpd_api
61372026-08-27T04:52:19.624Z
61382026-08-27T04:52:19.624Zrunning 2 tests
61392026-08-27T04:52:19.624Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61402026-08-27T04:52:19.624Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61412026-08-27T04:52:19.624Z
61422026-08-27T04:52:19.624Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61432026-08-27T04:52:19.624Z
61442026-08-27T04:52:19.654Z Doc-tests dpd_client
61452026-08-27T04:52:21.054Z
61462026-08-27T04:52:21.054Zrunning 0 tests
61472026-08-27T04:52:21.054Z
61482026-08-27T04:52:21.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-27T04:52:21.054Z
61502026-08-27T04:52:21.106Z Doc-tests dpd_types
61512026-08-27T04:52:21.295Z
61522026-08-27T04:52:21.295Zrunning 0 tests
61532026-08-27T04:52:21.295Z
61542026-08-27T04:52:21.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-27T04:52:21.295Z
61562026-08-27T04:52:21.318Z Doc-tests dpd_types_versions
61572026-08-27T04:52:22.806Z
61582026-08-27T04:52:22.806Zrunning 1 test
61592026-08-27T04:52:22.806Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61602026-08-27T04:52:22.806Z
61612026-08-27T04:52:22.806Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-27T04:52:22.806Z
61632026-08-27T04:52:22.857Z Doc-tests packet
61642026-08-27T04:52:23.082Z
61652026-08-27T04:52:23.082Zrunning 0 tests
61662026-08-27T04:52:23.082Z
61672026-08-27T04:52:23.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-27T04:52:23.082Z
61692026-08-27T04:52:23.109Z Doc-tests pcap
61702026-08-27T04:52:23.161Z
61712026-08-27T04:52:23.161Zrunning 0 tests
61722026-08-27T04:52:23.161Z
61732026-08-27T04:52:23.161Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61742026-08-27T04:52:23.161Z
61752026-08-27T04:52:23.208Z+ for feat in tofino_stub tofino_asic softnpu chaos
61762026-08-27T04:52:23.208Z+ RUST_BACKTRACE=full
61772026-08-27T04:52:23.208Z+ cargo test --features softnpu --no-fail-fast
61782026-08-27T04:52:23.855Z Compiling num-integer v0.1.46
61792026-08-27T04:52:23.938Z Compiling num-complex v0.4.6
61802026-08-27T04:52:23.979Z Compiling bitstruct_derive v0.1.0
61812026-08-27T04:52:23.982Z Compiling tap v1.0.1
61822026-08-27T04:52:24.092Z Compiling wyz v0.5.1
61832026-08-27T04:52:24.232Z Compiling num-iter v0.1.45
61842026-08-27T04:52:24.263Z Compiling num-rational v0.4.2
61852026-08-27T04:52:24.277Z Compiling num-bigint v0.4.6
61862026-08-27T04:52:24.370Z Compiling radium v0.7.0
61872026-08-27T04:52:24.374Z Compiling funty v2.0.0
61882026-08-27T04:52:24.406Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61892026-08-27T04:52:24.485Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-27T04:52:24.580Z Compiling num v0.4.3
61912026-08-27T04:52:24.658Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61922026-08-27T04:52:24.681Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-27T04:52:24.693Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-27T04:52:24.800Z Compiling bitvec v1.0.1
61952026-08-27T04:52:24.819Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-27T04:52:24.948Z Compiling typeid v1.0.3
61972026-08-27T04:52:24.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61982026-08-27T04:52:25.041Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-27T04:52:25.066Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-27T04:52:25.111Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-27T04:52:25.645Z Compiling ascii v1.1.0
62022026-08-27T04:52:25.894Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-27T04:52:25.921Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-27T04:52:25.965Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-27T04:52:26.320Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62062026-08-27T04:52:26.320Z Compiling erased-serde v0.4.8
62072026-08-27T04:52:26.384Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62082026-08-27T04:52:26.441Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-08-27T04:52:26.448Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62102026-08-27T04:52:26.640Z Compiling bitstruct v0.1.1
62112026-08-27T04:52:26.960Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62122026-08-27T04:52:27.016Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-27T04:52:27.042Z Compiling serde_arrays v0.1.0
62142026-08-27T04:52:27.054Z Compiling libloading v0.7.4
62152026-08-27T04:52:27.376Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62162026-08-27T04:52:27.835Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-27T04:52:27.944Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62182026-08-27T04:52:28.138Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-27T04:52:29.122Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62202026-08-27T04:52:29.974Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62212026-08-27T04:52:36.417Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-27T04:52:36.632Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62232026-08-27T04:52:36.635Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-27T04:52:36.697Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62252026-08-27T04:52:36.991Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-27T04:52:38.748Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62272026-08-27T04:52:38.930Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62282026-08-27T04:52:39.246Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-27T04:52:45.320Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-27T04:52:45.557Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-27T04:52:53.127Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-27T04:52:55.599Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-27T04:52:59.203Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62342026-08-27T04:53:39.395Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
62352026-08-27T04:53:39.514Z Running unittests src/lib.rs (target/debug/deps/aal-1bd4267ddc21c2e8)
62362026-08-27T04:53:39.520Z
62372026-08-27T04:53:39.520Zrunning 0 tests
62382026-08-27T04:53:39.520Z
62392026-08-27T04:53:39.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-08-27T04:53:39.523Z
62412026-08-27T04:53:39.523Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62422026-08-27T04:53:39.525Z
62432026-08-27T04:53:39.525Zrunning 0 tests
62442026-08-27T04:53:39.525Z
62452026-08-27T04:53:39.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-08-27T04:53:39.525Z
62472026-08-27T04:53:39.525Z Running unittests src/lib.rs (target/debug/deps/asic-963f6276187500f1)
62482026-08-27T04:53:39.534Z
62492026-08-27T04:53:39.534Zrunning 0 tests
62502026-08-27T04:53:39.534Z
62512026-08-27T04:53:39.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62522026-08-27T04:53:39.537Z
62532026-08-27T04:53:39.537Z Running unittests src/lib.rs (target/debug/deps/common-6597333c7fe7fdd6)
62542026-08-27T04:53:39.557Z
62552026-08-27T04:53:39.557Zrunning 4 tests
62562026-08-27T04:53:39.559Ztest nat::tests::test_vni ... ok
62572026-08-27T04:53:39.559Ztest network::tests::test_generate_ipv6_link_local ... ok
62582026-08-27T04:53:39.562Ztest test_purge ... ok
62592026-08-27T04:53:39.567Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-08-27T04:53:39.567Z
62612026-08-27T04:53:39.567Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-08-27T04:53:39.567Z
62632026-08-27T04:53:39.570Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5fa23a032ec3e709)
62642026-08-27T04:53:39.573Z
62652026-08-27T04:53:39.573Zrunning 1 test
62662026-08-27T04:53:39.573Z -------
62672026-08-27T04:53:39.573Z Generating OpenAPI documents from API definitions ...
62682026-08-27T04:53:39.722Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-08-27T04:53:39.792Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-08-27T04:53:40.873Z -------
62712026-08-27T04:53:40.873Z Checking 13 OpenAPI documents...
62722026-08-27T04:53:40.873Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-27T04:53:40.874Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-27T04:53:40.877Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-27T04:53:40.877Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-27T04:53:40.877Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-27T04:53:40.877Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-27T04:53:40.877Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-27T04:53:40.877Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-27T04:53:40.877Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-27T04:53:40.877Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-27T04:53:40.877Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-27T04:53:40.877Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-27T04:53:40.877Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-27T04:53:40.877Z Fresh dpd "latest" symlink
62862026-08-27T04:53:40.877Z -------
62872026-08-27T04:53:40.877Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62882026-08-27T04:53:40.948Ztest test::test_apis_up_to_date ... ok
62892026-08-27T04:53:40.948Z
62902026-08-27T04:53:40.948Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
62912026-08-27T04:53:40.948Z
62922026-08-27T04:53:41.009Z Running unittests src/main.rs (target/debug/deps/dpd-4e9c19a46e301d34)
62932026-08-27T04:53:41.015Z
62942026-08-27T04:53:41.015Zrunning 34 tests
62952026-08-27T04:53:41.018Ztest freemap::test_ordering ... ok
62962026-08-27T04:53:41.018Ztest config::tests::test_updates ... ok
62972026-08-27T04:53:41.018Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-08-27T04:53:41.018Ztest freemap::test_split ... ok
62992026-08-27T04:53:41.022Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63002026-08-27T04:53:41.022Ztest macaddrs::tests::test_mac_offset ... ok
63012026-08-27T04:53:41.022Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63022026-08-27T04:53:41.022Ztest macaddrs::tests::test_parse_port_id ... ok
63032026-08-27T04:53:41.022Ztest nat::test_mapping ... ok
63042026-08-27T04:53:41.022ZAug 27 04:53:40.113 DEBG created new freemap, unit: freemap_test
63052026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG initted freemap. size: 128, unit: freemap_test
63062026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG reset freemap, unit: freemap_test
63072026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG created new freemap, unit: freemap_test
63082026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG initted freemap. size: 128, unit: freemap_test
63092026-08-27T04:53:41.022ZAug 27 04:53:40.114Aug 27 04:53:40.114 DEBGDEBG reset freemapcreated new freemap, unit:, unitfreemap_test:
63102026-08-27T04:53:41.022Z freemap_test
63112026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG initted freemap. size: 128, unit: freemap_testAug 27 04:53:40.114
63122026-08-27T04:53:41.022Z DEBG Aug 27 04:53:40.114created new freemap DEBG, unitreset freemap:, unitfreemap_test:
63132026-08-27T04:53:41.022Zfreemap_test
63142026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG initted freemap. size: 128, unit: freemap_test
63152026-08-27T04:53:41.022ZAug 27 04:53:40.114 DEBG reset freemap, unit: freemap_test
63162026-08-27T04:53:41.023Ztest freemap::test_free ... ok
63172026-08-27T04:53:41.023Ztest freemap::test_reclaim ... ok
63182026-08-27T04:53:41.023Ztest freemap::test_basic ... ok
63192026-08-27T04:53:41.023Ztest freemap::test_exhaustion ... ok
63202026-08-27T04:53:41.023Ztest port_map::tests::test_backplane_group ... ok
63212026-08-27T04:53:41.023Ztest port_map::tests::dump_map ... ok
63222026-08-27T04:53:41.023Ztest port_map::tests::test_port_map ... ok
63232026-08-27T04:53:41.023ZAug 27 04:53:40.114 DEBG created new freemap, unit: freemap_test
63242026-08-27T04:53:41.023ZAug 27 04:53:40.114 DEBG initted freemap. size: 8, unit: freemap_test
63252026-08-27T04:53:41.023ZAug 27 04:53:40.114 DEBG reset freemap, unit: freemap_test
63262026-08-27T04:53:41.023Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63272026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG created new freemap, unit: freemap_test
63282026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG initted freemap. size: 128, unit: freemap_test
63292026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG reset freemap, unit: freemap_test
63302026-08-27T04:53:41.023Ztest freemap::test_span ... ok
63312026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG created new freemap, unit: freemap_route_ipv4
63322026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG created new freemap, unit: freemap_route_ipv6
63332026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63342026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG reset freemap, unit: freemap_route_ipv4
63352026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63362026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG reset freemap, unit: freemap_route_ipv6
63372026-08-27T04:53:41.023ZAug 27 04:53:40.115 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63382026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG created new freemap, unit: freemap_route_ipv4
63392026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG created new freemap, unit: freemap_route_ipv6
63402026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63412026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG reset freemap, unit: freemap_route_ipv4
63422026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63432026-08-27T04:53:41.023ZAug 27 04:53:40.115 DEBG reset freemap, unit: freemap_route_ipv6
63442026-08-27T04:53:41.023ZAug 27 04:53:40.115 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63452026-08-27T04:53:41.023ZAug 27 04:53:40.115 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 } }]
63462026-08-27T04:53:41.023ZAug 27 04:53:40.115 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63472026-08-27T04:53:41.023ZAug 27 04:53:40.115 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 } }]
63482026-08-27T04:53:41.023Ztest api_server::tests::test_build_info ... ok
63492026-08-27T04:53:41.023ZAug 27 04:53:40.115 Aug 27 04:53:40.115INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 27 04:53:40.115
63502026-08-27T04:53:41.023Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
63512026-08-27T04:53:41.023Z created new freemapAug 27 04:53:40.115, unitDEBG: Aug 27 04:53:40.115replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
63522026-08-27T04:53:41.023ZINFO freemap_route_ipv4adding route 3fff:beef::/64 -> 2001:db8::55:ff
63532026-08-27T04:53:41.023ZAug 27 04:53:40.115
63542026-08-27T04:53:41.024Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
63552026-08-27T04:53:41.024ZAug 27 04:53:40.115Aug 27 04:53:40.115 Aug 27 04:53:40.115DEBG 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 } }]DEBG
63562026-08-27T04:53:41.024Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
63572026-08-27T04:53:41.024Z, Aug 27 04:53:40.115unit :INFOAug 27 04:53:40.115 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63582026-08-27T04:53:41.024ZINFOfreemap_route_ipv6
63592026-08-27T04:53:41.024Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
63602026-08-27T04:53:41.024ZAug 27 04:53:40.115 DEBGAug 27 04:53:40.115 Aug 27 04:53:40.115 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 } }]
63612026-08-27T04:53:41.024ZDEBGDEBG initted freemap. size: 64replacing 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 } }],
63622026-08-27T04:53:41.024Zunit: freemap_route_ipv4
63632026-08-27T04:53:41.024ZAug 27 04:53:40.115 Aug 27 04:53:40.115INFO INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63642026-08-27T04:53:41.024ZAug 27 04:53:40.115
63652026-08-27T04:53:41.024Z DEBG reset freemap, Aug 27 04:53:40.115unitAug 27 04:53:40.115: DEBGDEBG freemap_route_ipv4
63662026-08-27T04:53:41.024Zreplacing 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: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 } }]
63672026-08-27T04:53:41.024Z
63682026-08-27T04:53:41.024ZAug 27 04:53:40.115 DEBG Aug 27 04:53:40.115Aug 27 04:53:40.115 INFOinitted freemap. size: 64 INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff ,
63692026-08-27T04:53:41.024Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit
63702026-08-27T04:53:41.024Z: freemap_route_ipv6
63712026-08-27T04:53:41.024ZAug 27 04:53:40.115Aug 27 04:53:40.115 Aug 27 04:53:40.115DEBGDEBG 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: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 } }]
63722026-08-27T04:53:41.024ZDEBG
63732026-08-27T04:53:41.024Zreset freemap, unit:Aug 27 04:53:40.115Aug 27 04:53:40.115 freemap_route_ipv6
63742026-08-27T04:53:41.024ZINFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 27 04:53:40.115
63752026-08-27T04:53:41.024Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
63762026-08-27T04:53:41.024Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:53:40.115
63772026-08-27T04:53:41.024ZAug 27 04:53:40.115 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 } }]DEBG
63782026-08-27T04:53:41.024ZAug 27 04:53:40.115 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
63792026-08-27T04:53:41.024Z Aug 27 04:53:40.115replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
63802026-08-27T04:53:41.024Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 27 04:53:40.115
63812026-08-27T04:53:41.024Ztest port_map::tests::parse_softnpu_revision ... ok
63822026-08-27T04:53:41.024Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63832026-08-27T04:53:41.024ZAug 27 04:53:40.115Aug 27 04:53:40.115 DEBGAug 27 04:53:40.115 INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
63842026-08-27T04:53:41.024Zadding route 3fff:dead::/64 -> 2001:db8::55:2
63852026-08-27T04:53:41.024Zreplacing 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 } }]
63862026-08-27T04:53:41.024ZAug 27 04:53:40.115Aug 27 04:53:40.115 INFOAug 27 04:53:40.115 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63872026-08-27T04:53:41.024Z DEBGadding route 3fff:beef:6::/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 } }]
63882026-08-27T04:53:41.024Z
63892026-08-27T04:53:41.024ZAug 27 04:53:40.115 DEBG Aug 27 04:53:40.115replacing 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 27 04:53:40.115
63902026-08-27T04:53:41.024ZINFO DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63912026-08-27T04:53:41.024Z
63922026-08-27T04:53:41.024ZAug 27 04:53:40.115 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63932026-08-27T04:53:41.024ZAug 27 04:53:40.115Aug 27 04:53:40.115 Aug 27 04:53:40.115INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]
63942026-08-27T04:53:41.025ZAug 27 04:53:40.115 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 } }]
63952026-08-27T04:53:41.025ZAug 27 04:53:40.115 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63962026-08-27T04:53:41.028ZAug 27 04:53:40.115 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 } }]
63972026-08-27T04:53:41.028ZAug 27 04:53:40.115 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63982026-08-27T04:53:41.028ZAug 27 04:53:40.115 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 } }]
63992026-08-27T04:53:41.028ZAug 27 04:53:40.115 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64002026-08-27T04:53:41.028ZAug 27 04:53:40.115 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 } }]
64012026-08-27T04:53:41.028ZAug 27 04:53:40.115 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64022026-08-27T04:53:41.028ZAug 27 04:53:40.115 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 } }]
64032026-08-27T04:53:41.028ZAug 27 04:53:40.116 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64042026-08-27T04:53:41.029ZAug 27 04:53:40.116 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 } }]
64052026-08-27T04:53:41.029ZAug 27 04:53:40.116 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64062026-08-27T04:53:41.029ZAug 27 04:53:40.116 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 } }]
64072026-08-27T04:53:41.029ZAug 27 04:53:40.116 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64082026-08-27T04:53:41.029ZAug 27 04:53:40.116 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 } }]
64092026-08-27T04:53:41.029ZAug 27 04:53:40.116 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64102026-08-27T04:53:41.029ZDEBGAug 27 04:53:40.116 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64112026-08-27T04:53:41.029Z 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 } }]
64122026-08-27T04:53:41.029ZAug 27 04:53:40.116 INFOAug 27 04:53:40.116 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
64132026-08-27T04:53:41.029Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64142026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 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: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 } }]
64152026-08-27T04:53:41.029Z
64162026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64172026-08-27T04:53:41.029Z
64182026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 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: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 } }]
64192026-08-27T04:53:41.029Z
64202026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64212026-08-27T04:53:41.029Z
64222026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 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: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 } }]
64232026-08-27T04:53:41.029Z
64242026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64252026-08-27T04:53:41.029Z
64262026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64272026-08-27T04:53:41.029Z
64282026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64292026-08-27T04:53:41.029Z
64302026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
64312026-08-27T04:53:41.029Z
64322026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 27 04:53:40.116
64332026-08-27T04:53:41.029Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
64342026-08-27T04:53:41.029Z Aug 27 04:53:40.116created new freemap DEBGAug 27 04:53:40.116, unit 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 } }] replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
64352026-08-27T04:53:41.029Z
64362026-08-27T04:53:41.029Z
64372026-08-27T04:53:41.029ZAug 27 04:53:40.116Aug 27 04:53:40.116 Aug 27 04:53:40.116INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64382026-08-27T04:53:41.029Zcreated new freemap
64392026-08-27T04:53:41.029Z, unit: freemap_route_ipv6Aug 27 04:53:40.116Aug 27 04:53:40.116
64402026-08-27T04:53:41.029ZDEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64412026-08-27T04:53:41.029Z
64422026-08-27T04:53:41.030ZAug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116DEBG INFOinitted freemap. size: 64 , INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
64432026-08-27T04:53:41.030Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff:
64442026-08-27T04:53:41.030Z freemap_route_ipv4
64452026-08-27T04:53:41.030ZAug 27 04:53:40.116 Aug 27 04:53:40.116DEBG Aug 27 04:53:40.116DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64462026-08-27T04:53:41.030Z reset 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 } }],
64472026-08-27T04:53:41.030ZunitAug 27 04:53:40.116: Aug 27 04:53:40.116INFO freemap_route_ipv4
64482026-08-27T04:53:41.030Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
64492026-08-27T04:53:41.030Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64502026-08-27T04:53:41.030ZAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGDEBG initted freemap. size: 64replacing 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 27 04:53:40.116,
64512026-08-27T04:53:41.030Zunit:DEBG freemap_route_ipv6Aug 27 04:53:40.116replacing 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 } }]
64522026-08-27T04:53:41.030Z
64532026-08-27T04:53:41.030ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64542026-08-27T04:53:41.030ZAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGINFO reset freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 27 04:53:40.116,
64552026-08-27T04:53:41.030Z unitDEBG: freemap_route_ipv6replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64562026-08-27T04:53:41.030Z
64572026-08-27T04:53:41.030ZAug 27 04:53:40.116 DEBG Aug 27 04:53:40.116replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64582026-08-27T04:53:41.030ZAug 27 04:53:40.116 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
64592026-08-27T04:53:41.030Z
64602026-08-27T04:53:41.030ZAug 27 04:53:40.116 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 27 04:53:40.116
64612026-08-27T04:53:41.030Z Aug 27 04:53:40.116DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64622026-08-27T04:53:41.030Zreplacing 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 } }]
64632026-08-27T04:53:41.030ZAug 27 04:53:40.116 DEBGAug 27 04:53:40.116 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 27 04:53:40.116
64642026-08-27T04:53:41.030Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64652026-08-27T04:53:41.030ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64662026-08-27T04:53:41.030ZAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.116
64672026-08-27T04:53:41.030Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
64682026-08-27T04:53:41.030Z 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 27 04:53:40.116
64692026-08-27T04:53:41.030Z INFOAug 27 04:53:40.116 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
64702026-08-27T04:53:41.030Z Aug 27 04:53:40.116replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64712026-08-27T04:53:41.030ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:53:40.116
64722026-08-27T04:53:41.030Z 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 } }]
64732026-08-27T04:53:41.030ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFOAug 27 04:53:40.116DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
64742026-08-27T04:53:41.030Z
64752026-08-27T04:53:41.030Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64762026-08-27T04:53:41.030ZAug 27 04:53:40.116Aug 27 04:53:40.116 Aug 27 04:53:40.116INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
64772026-08-27T04:53:41.030Z DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64782026-08-27T04:53:41.030Zreplacing 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 } }]
64792026-08-27T04:53:41.030ZAug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64802026-08-27T04:53:41.030Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
64812026-08-27T04:53:41.031Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64822026-08-27T04:53:41.031ZAug 27 04:53:40.116 INFOAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
64832026-08-27T04:53:41.031Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64842026-08-27T04:53:41.031Z 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-27T04:53:41.031ZAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGAug 27 04:53:40.116 INFO 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 } }] INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64862026-08-27T04:53:41.031Z
64872026-08-27T04:53:41.031Z
64882026-08-27T04:53:41.031Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64892026-08-27T04:53:41.031ZAug 27 04:53:40.116Aug 27 04:53:40.116Aug 27 04:53:40.116 DEBGINFODEBGAug 27 04:53:40.116 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
64902026-08-27T04:53:41.031Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]
64912026-08-27T04:53:41.031Z
64922026-08-27T04:53:41.031ZAug 27 04:53:40.116adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO
64932026-08-27T04:53:41.031Z Aug 27 04:53:40.116Aug 27 04:53:40.116 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
64942026-08-27T04:53:41.031Z Aug 27 04:53:40.116 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 } }]
64952026-08-27T04:53:41.031ZDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 27 04:53:40.116
64962026-08-27T04:53:41.035Z 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
64972026-08-27T04:53:41.035Z Aug 27 04:53:40.116replacing 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 } }]
64982026-08-27T04:53:41.035ZINFOAug 27 04:53:40.116 Aug 27 04:53:40.116adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64992026-08-27T04:53:41.035ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
65002026-08-27T04:53:41.035Z 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 27 04:53:40.116
65012026-08-27T04:53:41.035ZAug 27 04:53:40.116 Aug 27 04:53:40.116DEBG 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 } }]
65022026-08-27T04:53:41.035ZDEBGINFO Aug 27 04:53:40.116 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOreplacing 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 27 04:53:40.116
65032026-08-27T04:53:41.035Z
65042026-08-27T04:53:41.035Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
65052026-08-27T04:53:41.035Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65062026-08-27T04:53:41.035ZAug 27 04:53:40.116Aug 27 04:53:40.116Aug 27 04:53:40.116 DEBGINFO 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 } }] Aug 27 04:53:40.116replacing 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:3::/64 -> 2001:db8::55:ff
65072026-08-27T04:53:41.035ZDEBG
65082026-08-27T04:53:41.035Z
65092026-08-27T04:53:41.035Zreplacing 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 27 04:53:40.116
65102026-08-27T04:53:41.035Z Aug 27 04:53:40.116INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
65112026-08-27T04:53:41.035ZAug 27 04:53:40.116 Aug 27 04:53:40.116adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 27 04:53:40.116INFO DEBGDEBG
65122026-08-27T04:53:41.035Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65132026-08-27T04:53:41.035Zreplacing 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: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 } }]
65142026-08-27T04:53:41.035Z
65152026-08-27T04:53:41.035ZAug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116Aug 27 04:53:40.116 INFOINFODEBG DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65162026-08-27T04:53:41.035Z
65172026-08-27T04:53:41.035Z
65182026-08-27T04:53:41.035Zreplacing 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 } }]
65192026-08-27T04:53:41.036ZAug 27 04:53:40.116Aug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65202026-08-27T04:53:41.036ZDEBG
65212026-08-27T04:53:41.036Z INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.116adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 27 04:53:40.116
65222026-08-27T04:53:41.036ZINFO DEBG
65232026-08-27T04:53:41.036Z 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:24::/64 -> 2001:db8::55:ff
65242026-08-27T04:53:41.036ZAug 27 04:53:40.116 INFO
65252026-08-27T04:53:41.036Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65262026-08-27T04:53:41.036ZAug 27 04:53:40.116Aug 27 04:53:40.116 INFO DEBGAug 27 04:53:40.116adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65272026-08-27T04:53:41.036ZAug 27 04:53:40.116 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 27 04:53:40.116
65282026-08-27T04:53:41.036Z DEBG
65292026-08-27T04:53:41.036Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65302026-08-27T04:53:41.036ZAug 27 04:53:40.116 INFO
65312026-08-27T04:53:41.036Z Aug 27 04:53:40.116adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65322026-08-27T04:53:41.036ZINFO Aug 27 04:53:40.116adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 27 04:53:40.116
65332026-08-27T04:53:41.036ZINFO Aug 27 04:53:40.116DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65342026-08-27T04:53:41.036Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 27 04:53:40.116
65352026-08-27T04:53:41.036ZAug 27 04:53:40.116
65362026-08-27T04:53:41.036Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 27 04:53:40.116Aug 27 04:53:40.116
65372026-08-27T04:53:41.036ZDEBG 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 } }] DEBGAug 27 04:53:40.116replacing 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 } }]
65382026-08-27T04:53:41.036Z
65392026-08-27T04:53:41.036ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.116replacing 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 27 04:53:40.116
65402026-08-27T04:53:41.036Z INFO
65412026-08-27T04:53:41.036ZINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 27 04:53:40.116
65422026-08-27T04:53:41.036Z INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65432026-08-27T04:53:41.036Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 27 04:53:40.116
65442026-08-27T04:53:41.036Z DEBGAug 27 04:53:40.116Aug 27 04:53:40.116 INFOAug 27 04:53:40.116DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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: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 } }]
65452026-08-27T04:53:41.036Z
65462026-08-27T04:53:41.036Z
65472026-08-27T04:53:41.036Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65482026-08-27T04:53:41.036ZAug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116 Aug 27 04:53:40.116 INFODEBGINFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65492026-08-27T04:53:41.036Z
65502026-08-27T04:53:41.036Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65512026-08-27T04:53:41.036Z
65522026-08-27T04:53:41.036ZAug 27 04:53:40.116Aug 27 04:53:40.116 Aug 27 04:53:40.116INFO Aug 27 04:53:40.116DEBGDEBG DEBGadding route 3fff:beef:f::/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 } }]
65532026-08-27T04:53:41.036Zreplacing 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 } }]
65542026-08-27T04:53:41.036Zreplacing 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 } }]
65552026-08-27T04:53:41.036ZAug 27 04:53:40.116
65562026-08-27T04:53:41.036Z DEBG Aug 27 04:53:40.116replacing 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 } }]
65572026-08-27T04:53:41.036ZINFOAug 27 04:53:40.116Aug 27 04:53:40.116 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
65582026-08-27T04:53:41.037Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
65592026-08-27T04:53:41.037Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65602026-08-27T04:53:41.037ZAug 27 04:53:40.116 Aug 27 04:53:40.116 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 } }]
65612026-08-27T04:53:41.037ZAug 27 04:53:40.116 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65622026-08-27T04:53:41.037ZDEBGAug 27 04:53:40.116 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
65632026-08-27T04:53:41.037Zreplacing 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 } }]
65642026-08-27T04:53:41.037ZAug 27 04:53:40.116 Aug 27 04:53:40.116DEBG Aug 27 04:53:40.116 INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
65652026-08-27T04:53:41.037Z
65662026-08-27T04:53:41.037Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
65672026-08-27T04:53:41.037ZAug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116DEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65682026-08-27T04:53:41.037Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65692026-08-27T04:53:41.037Z
65702026-08-27T04:53:41.037ZAug 27 04:53:40.116 Aug 27 04:53:40.116Aug 27 04:53:40.116Aug 27 04:53:40.116 DEBG created new freemap , INFOINFOunit:Aug 27 04:53:40.116 DEBG adding route 3fff:beef:2b::/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 } }]
65712026-08-27T04:53:41.037Zfreemap_route_ipv4
65722026-08-27T04:53:41.037Z
65732026-08-27T04:53:41.037ZINFOAug 27 04:53:40.116Aug 27 04:53:40.116 DEBGDEBG created new freemapAug 27 04:53:40.116, unit: freemap_route_ipv6adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65742026-08-27T04:53:41.037ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65752026-08-27T04:53:41.037ZAug 27 04:53:40.116 DEBG
65762026-08-27T04:53:41.037Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unit: freemap_route_ipv4Aug 27 04:53:40.116
65772026-08-27T04:53:41.037Z 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 } }]
65782026-08-27T04:53:41.037ZAug 27 04:53:40.117 Aug 27 04:53:40.117DEBG INFO Aug 27 04:53:40.116DEBG 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 } }]reset freemap
65792026-08-27T04:53:41.037Z, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit: freemap_route_ipv4DEBG
65802026-08-27T04:53:41.037ZAug 27 04:53:40.117 INFO Aug 27 04:53:40.117adding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG initted freemap. size: 64,
65812026-08-27T04:53:41.037Zunit:
65822026-08-27T04:53:41.037Zfreemap_route_ipv6
65832026-08-27T04:53:41.037ZAug 27 04:53:40.117 Aug 27 04:53:40.117replacing 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 } }]
65842026-08-27T04:53:41.037ZDEBG DEBGreset freemap, unit:Aug 27 04:53:40.117 freemap_route_ipv6
65852026-08-27T04:53:41.037Z
65862026-08-27T04:53:41.037Zreplacing 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 27 04:53:40.117
65872026-08-27T04:53:41.037Z DEBGAug 27 04:53:40.117 Aug 27 04:53:40.117INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
65882026-08-27T04:53:41.037ZAug 27 04:53:40.117 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 } }]
65892026-08-27T04:53:41.037ZAug 27 04:53:40.117 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 } }]
65902026-08-27T04:53:41.037ZAug 27 04:53:40.117 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 } }]
65912026-08-27T04:53:41.037ZAug 27 04:53:40.117 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65922026-08-27T04:53:41.037ZAug 27 04:53:40.117 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 } }]
65932026-08-27T04:53:41.037ZAug 27 04:53:40.117 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65942026-08-27T04:53:41.037Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65952026-08-27T04:53:41.037Zreplacing 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 } }]
65962026-08-27T04:53:41.042ZAug 27 04:53:40.117Aug 27 04:53:40.117Aug 27 04:53:40.117 DEBG INFODEBG 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:2d::/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 } }]
65972026-08-27T04:53:41.042Z
65982026-08-27T04:53:41.042Z
65992026-08-27T04:53:41.042ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117INFODEBG INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff 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:14::/64 -> 2001:db8::55:ff
66002026-08-27T04:53:41.042Z
66012026-08-27T04:53:41.042Z
66022026-08-27T04:53:41.042ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66032026-08-27T04:53:41.042Z 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: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 } }]
66042026-08-27T04:53:41.042ZAug 27 04:53:40.117
66052026-08-27T04:53:41.042Z 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 } }]
66062026-08-27T04:53:41.042ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66072026-08-27T04:53:41.042Z
66082026-08-27T04:53:41.042ZAug 27 04:53:40.117 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 27 04:53:40.117
66092026-08-27T04:53:41.042Z DEBG Aug 27 04:53:40.117replacing 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 } }]
66102026-08-27T04:53:41.042ZAug 27 04:53:40.117DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66112026-08-27T04:53:41.042Zreplacing 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 27 04:53:40.117
66122026-08-27T04:53:41.042Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66132026-08-27T04:53:41.042ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
66142026-08-27T04:53:41.042ZINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66152026-08-27T04:53:41.042Z
66162026-08-27T04:53:41.042ZAug 27 04:53:40.117 DEBG Aug 27 04:53:40.117replacing 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 } }]
66172026-08-27T04:53:41.042ZINFO Aug 27 04:53:40.117adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66182026-08-27T04:53:41.042ZDEBGAug 27 04:53:40.117 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
66192026-08-27T04:53:41.042Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 27 04:53:40.117
66202026-08-27T04:53:41.042Z Aug 27 04:53:40.117INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 27 04:53:40.117
66212026-08-27T04:53:41.042Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66222026-08-27T04:53:41.042Z
66232026-08-27T04:53:41.042ZAug 27 04:53:40.117 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.117
66242026-08-27T04:53:41.042ZAug 27 04:53:40.117 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66252026-08-27T04:53:41.042Z
66262026-08-27T04:53:41.043ZAug 27 04:53:40.117 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 27 04:53:40.117Aug 27 04:53:40.117
66272026-08-27T04:53:41.043ZDEBG 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 } }]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 } }]
66282026-08-27T04:53:41.043ZAug 27 04:53:40.117
66292026-08-27T04:53:41.043Z DEBGAug 27 04:53:40.117Aug 27 04:53:40.117 INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66302026-08-27T04:53:41.043ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
66312026-08-27T04:53:41.043Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66322026-08-27T04:53:41.043ZAug 27 04:53:40.117 INFOAug 27 04:53:40.117 Aug 27 04:53:40.117adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG
66332026-08-27T04:53:41.043ZDEBG 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: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 } }]
66342026-08-27T04:53:41.043Z
66352026-08-27T04:53:41.043ZAug 27 04:53:40.117 Aug 27 04:53:40.117Aug 27 04:53:40.117DEBG INFOINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66362026-08-27T04:53:41.043Z
66372026-08-27T04:53:41.043Z
66382026-08-27T04:53:41.043ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
66392026-08-27T04:53:41.043Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66402026-08-27T04:53:41.043Z
66412026-08-27T04:53:41.043ZAug 27 04:53:40.117 Aug 27 04:53:40.117INFOAug 27 04:53:40.117 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
66422026-08-27T04:53:41.043Z DEBG adding route 3fff:beef:1b::/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 } }]
66432026-08-27T04:53:41.043ZAug 27 04:53:40.117
66442026-08-27T04:53:41.043Z 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 } }]Aug 27 04:53:40.117
66452026-08-27T04:53:41.043Z Aug 27 04:53:40.117DEBG 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 27 04:53:40.117
66462026-08-27T04:53:41.043ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66472026-08-27T04:53:41.043Z
66482026-08-27T04:53:41.043ZAug 27 04:53:40.117 INFOAug 27 04:53:40.117Aug 27 04:53:40.117 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66492026-08-27T04:53:41.043ZDEBGDEBG 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 } }]
66502026-08-27T04:53:41.043Zreplacing 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 27 04:53:40.117
66512026-08-27T04:53:41.043Z DEBGAug 27 04:53:40.117 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 27 04:53:40.117
66522026-08-27T04:53:41.043Z INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 27 04:53:40.117
66532026-08-27T04:53:41.043Z INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66542026-08-27T04:53:41.043Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 27 04:53:40.117
66552026-08-27T04:53:41.043Z DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.117
66562026-08-27T04:53:41.043Z DEBGAug 27 04:53:40.117 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 27 04:53:40.117
66572026-08-27T04:53:41.043ZINFOreplacing 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 } }]
66582026-08-27T04:53:41.043Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66592026-08-27T04:53:41.043ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117 INFOINFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66602026-08-27T04:53:41.043Z
66612026-08-27T04:53:41.043Z
66622026-08-27T04:53:41.043ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117DEBGINFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
66632026-08-27T04:53:41.043Zreplacing 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 } }]
66642026-08-27T04:53:41.043Zreplacing 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 } }]
66652026-08-27T04:53:41.044ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117DEBG INFO 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 } }]
66662026-08-27T04:53:41.044Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66672026-08-27T04:53:41.044Z
66682026-08-27T04:53:41.044ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117INFO DEBGDEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66692026-08-27T04:53:41.044Zreplacing 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: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 } }]
66702026-08-27T04:53:41.044Z
66712026-08-27T04:53:41.044ZAug 27 04:53:40.117 Aug 27 04:53:40.117DEBG Aug 27 04:53:40.117 INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
66722026-08-27T04:53:41.044Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66732026-08-27T04:53:41.044Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66742026-08-27T04:53:41.044ZAug 27 04:53:40.117 Aug 27 04:53:40.117INFO DEBGAug 27 04:53:40.117adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
66752026-08-27T04:53:41.044ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66762026-08-27T04:53:41.044Z
66772026-08-27T04:53:41.044ZAug 27 04:53:40.117 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 } }]
66782026-08-27T04:53:41.044ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFOINFO Aug 27 04:53:40.117adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
66792026-08-27T04:53:41.044Z
66802026-08-27T04:53:41.044Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
66812026-08-27T04:53:41.044ZAug 27 04:53:40.117Aug 27 04:53:40.117Aug 27 04:53:40.117 DEBGDEBG 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 } }]
66822026-08-27T04:53:41.044Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66832026-08-27T04:53:41.044Z
66842026-08-27T04:53:41.044ZAug 27 04:53:40.117 INFO Aug 27 04:53:40.117adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66852026-08-27T04:53:41.044ZAug 27 04:53:40.117INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
66862026-08-27T04:53:41.044ZINFOAug 27 04:53:40.117 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
66872026-08-27T04:53:41.044Z Aug 27 04:53:40.117replacing 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 } }]
66882026-08-27T04:53:41.044ZDEBGAug 27 04:53:40.117 DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66892026-08-27T04:53:41.044ZAug 27 04:53:40.117replacing 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 } }]
66902026-08-27T04:53:41.044ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66912026-08-27T04:53:41.044ZAug 27 04:53:40.117Aug 27 04:53:40.117Aug 27 04:53:40.117 INFOINFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
66922026-08-27T04:53:41.044Z
66932026-08-27T04:53:41.044Zreplacing 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 } }]
66942026-08-27T04:53:41.044ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117DEBG INFODEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66952026-08-27T04:53:41.044Z 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 } }]
66962026-08-27T04:53:41.049ZAug 27 04:53:40.117
66972026-08-27T04:53:41.049Z INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 27 04:53:40.117
66982026-08-27T04:53:41.049ZAug 27 04:53:40.117 DEBGINFO Aug 27 04:53:40.117replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66992026-08-27T04:53:41.049ZDEBG
67002026-08-27T04:53:41.050Z 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 } }]
67012026-08-27T04:53:41.050ZAug 27 04:53:40.117 Aug 27 04:53:40.117DEBGAug 27 04:53:40.117 DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67022026-08-27T04:53:41.050Z failed to allocate space for the new target listadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67032026-08-27T04:53:41.050Z
67042026-08-27T04:53:41.050ZAug 27 04:53:40.117 INFO Aug 27 04:53:40.117adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 27 04:53:40.117 DEBGDEBG
67052026-08-27T04:53:41.050Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
67062026-08-27T04:53:41.050Z
67072026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 DEBGAug 27 04:53:40.117 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 } }] DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67082026-08-27T04:53:41.050Z
67092026-08-27T04:53:41.050Z failed to allocate space for the new target list
67102026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFODEBG adding route 3fff:beef:1f::/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 } }]
67112026-08-27T04:53:41.050Z
67122026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFODEBG adding route 3fff:beef:27::/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 } }]
67132026-08-27T04:53:41.050Z
67142026-08-27T04:53:41.050ZAug 27 04:53:40.117 Aug 27 04:53:40.117INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67152026-08-27T04:53:41.050Zreplacing 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 } }]
67162026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 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:beef:28::/64 -> 2001:db8::55:ff
67172026-08-27T04:53:41.050Z
67182026-08-27T04:53:41.050ZAug 27 04:53:40.117 Aug 27 04:53:40.117DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67192026-08-27T04:53:41.050Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67202026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67212026-08-27T04:53:41.050Z
67222026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 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:22::/64 -> 2001:db8::55:ff
67232026-08-27T04:53:41.050Z
67242026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFODEBG adding route 3fff:beef:2a::/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 } }]
67252026-08-27T04:53:41.050Z
67262026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67272026-08-27T04:53:41.050Z
67282026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 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:2b::/64 -> 2001:db8::55:ff
67292026-08-27T04:53:41.050Z
67302026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 INFODEBG adding route 3fff:beef:24::/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 } }]
67312026-08-27T04:53:41.050Z
67322026-08-27T04:53:41.050ZAug 27 04:53:40.117Aug 27 04:53:40.117 DEBGINFOAug 27 04:53:40.117 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
67332026-08-27T04:53:41.050Z
67342026-08-27T04:53:41.051Z created new freemap, unitAug 27 04:53:40.117Aug 27 04:53:40.117 : DEBGfreemap_route_ipv4INFO
67352026-08-27T04:53:41.051Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67362026-08-27T04:53:41.051Z
67372026-08-27T04:53:41.051ZAug 27 04:53:40.117Aug 27 04:53:40.117 Aug 27 04:53:40.117DEBG INFOcreated new freemap , DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffunit
67382026-08-27T04:53:41.051Zreplacing 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 } }]:
67392026-08-27T04:53:41.051Zfreemap_route_ipv6
67402026-08-27T04:53:41.051ZAug 27 04:53:40.117Aug 27 04:53:40.117Aug 27 04:53:40.117 DEBGDEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:26::/64 -> 2001:db8::55:ffunit
67412026-08-27T04:53:41.051Z: freemap_route_ipv4
67422026-08-27T04:53:41.051ZAug 27 04:53:40.118 Aug 27 04:53:40.118DEBG DEBGreset freemap , replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
67432026-08-27T04:53:41.051Z: freemap_route_ipv4
67442026-08-27T04:53:41.051ZAug 27 04:53:40.118 INFOAug 27 04:53:40.118 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
67452026-08-27T04:53:41.051Z initted freemap. size: 64, Aug 27 04:53:40.118unit :DEBG freemap_route_ipv6replacing 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-27T04:53:41.051Z
67472026-08-27T04:53:41.051ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGINFO reset freemapadding route 3fff:beef:28::/64 -> 2001:db8::55:ff,
67482026-08-27T04:53:41.051Zunit:Aug 27 04:53:40.118 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 } }]
67492026-08-27T04:53:41.051Zreplacing 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 } }]
67502026-08-27T04:53:41.051Z Aug 27 04:53:40.118freemap_route_ipv6
67512026-08-27T04:53:41.051ZAug 27 04:53:40.118INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
67522026-08-27T04:53:41.051Z Aug 27 04:53:40.118adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67532026-08-27T04:53:41.051Ztest route::tests::grow_succeeds ... ok
67542026-08-27T04:53:41.051ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
67552026-08-27T04:53:41.051ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGAug 27 04:53:40.118DEBG DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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 } }]
67562026-08-27T04:53:41.051Z
67572026-08-27T04:53:41.051Z
67582026-08-27T04:53:41.051ZAug 27 04:53:40.118Aug 27 04:53:40.118Aug 27 04:53:40.118 INFODEBG adding route 3fff:beef:2f::/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 } }]INFO
67592026-08-27T04:53:41.051Z
67602026-08-27T04:53:41.051Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67612026-08-27T04:53:41.051ZAug 27 04:53:40.118Aug 27 04:53:40.118 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: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 } }]
67622026-08-27T04:53:41.051Z
67632026-08-27T04:53:41.051ZAug 27 04:53:40.118 Aug 27 04:53:40.118INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67642026-08-27T04:53:41.051Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67652026-08-27T04:53:41.051ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67662026-08-27T04:53:41.051Z
67672026-08-27T04:53:41.051ZAug 27 04:53:40.118 INFOAug 27 04:53:40.118 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOINFO
67682026-08-27T04:53:41.051Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67692026-08-27T04:53:41.051Z
67702026-08-27T04:53:41.051ZAug 27 04:53:40.118 DEBGAug 27 04:53:40.118 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67712026-08-27T04:53:41.051ZAug 27 04:53:40.118 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67722026-08-27T04:53:41.051ZAug 27 04:53:40.118 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 } }]
67732026-08-27T04:53:41.051Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67742026-08-27T04:53:41.052ZAug 27 04:53:40.118 Aug 27 04:53:40.118 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 } }]
67752026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67762026-08-27T04:53:41.052Z
67772026-08-27T04:53:41.052ZAug 27 04:53:40.118 Aug 27 04:53:40.118 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67782026-08-27T04:53:41.052Z
67792026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67802026-08-27T04:53:41.052Z
67812026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67822026-08-27T04:53:41.052Z
67832026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67842026-08-27T04:53:41.052Z
67852026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67862026-08-27T04:53:41.052Z
67872026-08-27T04:53:41.052ZAug 27 04:53:40.118 Aug 27 04:53:40.118INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67882026-08-27T04:53:41.052Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67892026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67902026-08-27T04:53:41.052Z
67912026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67922026-08-27T04:53:41.052Z
67932026-08-27T04:53:41.052ZAug 27 04:53:40.118Aug 27 04:53:40.118 Aug 27 04:53:40.118 DEBG created new freemapDEBG, unitINFO: freemap_route_ipv4
67942026-08-27T04:53:41.052ZDEBG Aug 27 04:53:40.118replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG created new freemap, unit
67952026-08-27T04:53:41.052Z: freemap_route_ipv6
67962026-08-27T04:53:41.057Zreplacing 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 } }]
67972026-08-27T04:53:41.058ZAug 27 04:53:40.118Aug 27 04:53:40.118Aug 27 04:53:40.118 DEBG initted freemap. size: 64adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, unit: freemap_route_ipv4INFO
67982026-08-27T04:53:41.058Z
67992026-08-27T04:53:41.058Z Aug 27 04:53:40.118 DEBG reset freemap, unit: freemap_route_ipv4
68002026-08-27T04:53:41.058ZAug 27 04:53:40.118 DEBGAug 27 04:53:40.118adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68012026-08-27T04:53:41.058ZDEBG initted freemap. size: 64Aug 27 04:53:40.118, unit :INFO freemap_route_ipv6
68022026-08-27T04:53:41.058Z Aug 27 04:53:40.118 DEBG reset freemapreplacing 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 } }],
68032026-08-27T04:53:41.058Z unit: freemap_route_ipv6
68042026-08-27T04:53:41.058Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68052026-08-27T04:53:41.058ZAug 27 04:53:40.118 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68062026-08-27T04:53:41.058Z Aug 27 04:53:40.118 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 27 04:53:40.118
68072026-08-27T04:53:41.058ZAug 27 04:53:40.118 INFOAug 27 04:53:40.118
68082026-08-27T04:53:41.058Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68092026-08-27T04:53:41.058ZAug 27 04:53:40.118Aug 27 04:53:40.118 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 } }]
68102026-08-27T04:53:41.058ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 27 04:53:40.118adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
68112026-08-27T04:53:41.058Z
68122026-08-27T04:53:41.058ZAug 27 04:53:40.118replacing 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
68132026-08-27T04:53:41.058Z 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 } }]
68142026-08-27T04:53:41.058ZAug 27 04:53:40.118 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
68152026-08-27T04:53:41.058ZAug 27 04:53:40.118 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68162026-08-27T04:53:41.058ZAug 27 04:53:40.118 INFO Aug 27 04:53:40.118 Aug 27 04:53:40.118INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 27 04:53:40.118adding route 3fff:beef::/64 -> 2001:db8::55:ff
68172026-08-27T04:53:41.058Z
68182026-08-27T04:53:41.058Z
68192026-08-27T04:53:41.058ZAug 27 04:53:40.118 Aug 27 04:53:40.118DEBG 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 } }]
68202026-08-27T04:53:41.058Z Aug 27 04:53:40.118 Aug 27 04:53:40.118 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
68212026-08-27T04:53:41.058Z 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 } }]
68222026-08-27T04:53:41.058ZAug 27 04:53:40.118DEBG 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 } }]
68232026-08-27T04:53:41.058ZAug 27 04:53:40.118Aug 27 04:53:40.118DEBG INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68242026-08-27T04:53:41.058Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.118 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 } }]
68252026-08-27T04:53:41.058ZINFO Aug 27 04:53:40.118replacing 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 } }]
68262026-08-27T04:53:41.058Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
68272026-08-27T04:53:41.058Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68282026-08-27T04:53:41.058ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBG
68292026-08-27T04:53:41.058Zreplacing 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 } }]
68302026-08-27T04:53:41.058Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68312026-08-27T04:53:41.059ZAug 27 04:53:40.118Aug 27 04:53:40.118 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
68322026-08-27T04:53:41.059ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68332026-08-27T04:53:41.059ZAug 27 04:53:40.118 DEBGcreated new freemap , 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 } }]unit
68342026-08-27T04:53:41.059ZAug 27 04:53:40.118 INFO: adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68352026-08-27T04:53:41.059ZAug 27 04:53:40.118 freemap_route_ipv4DEBG
68362026-08-27T04:53:41.059Z 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 27 04:53:40.118 DEBG Aug 27 04:53:40.118replacing 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 } }]
68372026-08-27T04:53:41.059Z
68382026-08-27T04:53:41.059ZAug 27 04:53:40.118Aug 27 04:53:40.118 DEBGINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
68392026-08-27T04:53:41.059ZINFOAug 27 04:53:40.118 Aug 27 04:53:40.118replacing 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 } }]
68402026-08-27T04:53:41.059ZDEBG 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 } }]
68412026-08-27T04:53:41.059ZAug 27 04:53:40.118 Aug 27 04:53:40.118DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
68422026-08-27T04:53:41.059Z
68432026-08-27T04:53:41.059Z
68442026-08-27T04:53:41.059ZAug 27 04:53:40.118 Aug 27 04:53:40.118DEBG 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 } }]
68452026-08-27T04:53:41.059Z DEBG Aug 27 04:53:40.118 Aug 27 04:53:40.118INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
68462026-08-27T04:53:41.059Z Aug 27 04:53:40.118 DEBGDEBG INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68472026-08-27T04:53:41.059Z created new freemapreplacing 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 27 04:53:40.118 Aug 27 04:53:40.118INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
68482026-08-27T04:53:41.059Z
68492026-08-27T04:53:41.059Z
68502026-08-27T04:53:41.059ZAug 27 04:53:40.118 DEBG Aug 27 04:53:40.118replacing 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 } }]
68512026-08-27T04:53:41.059ZDEBG 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 } }]
68522026-08-27T04:53:41.059ZAug 27 04:53:40.118 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
68532026-08-27T04:53:41.059ZunitAug 27 04:53:40.118Aug 27 04:53:40.118Aug 27 04:53:40.118 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 } }]:
68542026-08-27T04:53:41.059Z INFOfreemap_route_ipv6
68552026-08-27T04:53:41.059Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 27 04:53:40.118 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
68562026-08-27T04:53:41.059Z
68572026-08-27T04:53:41.059Z
68582026-08-27T04:53:41.059ZAug 27 04:53:40.118 DEBGAug 27 04:53:40.118 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68592026-08-27T04:53:41.059Z DEBG initted freemap. size: 64Aug 27 04:53:40.118 INFOAug 27 04:53:40.118 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
68602026-08-27T04:53:41.059Z
68612026-08-27T04:53:41.059ZDEBG 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 } }]
68622026-08-27T04:53:41.059Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68632026-08-27T04:53:41.059ZAug 27 04:53:40.118Aug 27 04:53:40.118Aug 27 04:53:40.118 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 } }] DEBGAug 27 04:53:40.119 Aug 27 04:53:40.118replacing 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 } }]
68642026-08-27T04:53:41.059Z
68652026-08-27T04:53:41.059ZDEBGINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffcreated new freemap
68662026-08-27T04:53:41.059Z, Aug 27 04:53:40.122unitAug 27 04:53:40.122: INFOfreemap_route_ipv4 Aug 27 04:53:40.122
68672026-08-27T04:53:41.059Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68682026-08-27T04:53:41.059ZINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
68692026-08-27T04:53:41.059Zreplacing 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 27 04:53:40.122
68702026-08-27T04:53:41.059ZDEBG 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 27 04:53:40.122
68712026-08-27T04:53:41.060Z 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 } }]
68722026-08-27T04:53:41.060ZAug 27 04:53:40.122 INFO Aug 27 04:53:40.122adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 27 04:53:40.122
68732026-08-27T04:53:41.060Z Aug 27 04:53:40.122 DEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:fffailed to allocate space for the new target listAug 27 04:53:40.122
68742026-08-27T04:53:41.060Z DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68752026-08-27T04:53:41.060ZAug 27 04:53:40.122
68762026-08-27T04:53:41.060Z DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }],
68772026-08-27T04:53:41.060ZAug 27 04:53:40.122unit :Aug 27 04:53:40.122DEBG INFO freemap_route_ipv6adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68782026-08-27T04:53:41.060Z
68792026-08-27T04:53:41.060Zreplacing 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 } }]
68802026-08-27T04:53:41.060ZAug 27 04:53:40.123Aug 27 04:53:40.123 Aug 27 04:53:40.123DEBGDEBG initted freemap. size: 64INFO , 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 } }]unit
68812026-08-27T04:53:41.060Z:adding route 3fff:beef:f::/64 -> 2001:db8::55:ff freemap_route_ipv4
68822026-08-27T04:53:41.060Z
68832026-08-27T04:53:41.060ZAug 27 04:53:40.123Aug 27 04:53:40.123 Aug 27 04:53:40.118 INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
68842026-08-27T04:53:41.060Z, Aug 27 04:53:40.123 unitDEBG: created new freemapfreemap_route_ipv4Aug 27 04:53:40.123
68852026-08-27T04:53:41.060Z, DEBG unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap:
68862026-08-27T04:53:41.060ZAug 27 04:53:40.123, replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit freemap_route_ipv4DEBGAug 27 04:53:40.123 :INFO
68872026-08-27T04:53:41.060Zfreemap_route_ipv4reset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68882026-08-27T04:53:41.060Z, unit
68892026-08-27T04:53:41.060Z
68902026-08-27T04:53:41.060Z: freemap_route_ipv4Aug 27 04:53:40.123
68912026-08-27T04:53:41.060Z Aug 27 04:53:40.123Aug 27 04:53:40.123Aug 27 04:53:40.123DEBG Aug 27 04:53:40.123replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
68922026-08-27T04:53:41.060ZINFODEBG DEBGcreated new freemap adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 27 04:53:40.123 initted freemap. size: 64 , INFOinitted freemap. size: 64 , , unit
68932026-08-27T04:53:41.060Zunitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff::
68942026-08-27T04:53:41.060Z freemap_route_ipv6unit:
68952026-08-27T04:53:41.060Z Aug 27 04:53:40.123freemap_route_ipv6freemap_route_ipv6 Aug 27 04:53:40.123Aug 27 04:53:40.123DEBG
68962026-08-27T04:53:41.065Z 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 } }]
68972026-08-27T04:53:41.065Z
68982026-08-27T04:53:41.065Z Aug 27 04:53:40.123 DEBGAug 27 04:53:40.123 Aug 27 04:53:40.123reset freemapDEBG, unit 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 } }] DEBG
68992026-08-27T04:53:41.065Zfailed to allocate space for the new target list:
69002026-08-27T04:53:41.065Z freemap_route_ipv6 initted freemap. size: 64
69012026-08-27T04:53:41.065Z, reset freemapAug 27 04:53:40.123unit , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69022026-08-27T04:53:41.065ZAug 27 04:53:40.123 Aug 27 04:53:40.123freemap_route_ipv6
69032026-08-27T04:53:41.065ZINFOINFO :adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 27 04:53:40.123
69042026-08-27T04:53:41.065Z
69052026-08-27T04:53:41.065Z INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1
69062026-08-27T04:53:41.065Z
69072026-08-27T04:53:41.065ZAug 27 04:53:40.123 Aug 27 04:53:40.123DEBGAug 27 04:53:40.123 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
69082026-08-27T04:53:41.065Z Aug 27 04:53:40.123 reset freemap DEBG, Aug 27 04:53:40.123unit DEBG: INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69092026-08-27T04:53:41.065Z
69102026-08-27T04:53:41.065Zadding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv4
69112026-08-27T04:53:41.065Z
69122026-08-27T04:53:41.065ZAug 27 04:53:40.123Aug 27 04:53:40.123 Aug 27 04:53:40.123 INFODEBG Aug 27 04:53:40.123adding route 3fff:dead::/64 -> 2001:db8::55:2 initted freemap. size: 64INFO , DEBG
69132026-08-27T04:53:41.065Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69142026-08-27T04:53:41.066ZDEBG
69152026-08-27T04:53:41.066Z 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 } }]unit
69162026-08-27T04:53:41.066Z: freemap_route_ipv6Aug 27 04:53:40.123
69172026-08-27T04:53:41.066Z Aug 27 04:53:40.123DEBGAug 27 04:53:40.123 INFOINFOAug 27 04:53:40.123 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
69182026-08-27T04:53:41.066Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
69192026-08-27T04:53:41.066Z
69202026-08-27T04:53:41.066ZAug 27 04:53:40.123 Aug 27 04:53:40.123 DEBGDEBGAug 27 04:53:40.123 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreset freemap ,
69212026-08-27T04:53:41.066Zunitreplacing 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 } }]:
69222026-08-27T04:53:41.066Z
69232026-08-27T04:53:41.066ZAug 27 04:53:40.123 INFOfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 27 04:53:40.123
69242026-08-27T04:53:41.066ZAug 27 04:53:40.123INFO INFO
69252026-08-27T04:53:41.066Z Aug 27 04:53:40.123adding route 172.17.0.2/32 -> 10.0.0.255
69262026-08-27T04:53:41.066Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO
69272026-08-27T04:53:41.066Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 27 04:53:40.123Aug 27 04:53:40.123
69282026-08-27T04:53:41.066Z DEBG INFO Aug 27 04:53:40.123Aug 27 04:53:40.123 Aug 27 04:53:40.123 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
69292026-08-27T04:53:41.066ZDEBG DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69302026-08-27T04:53:41.066ZAug 27 04:53:40.123replacing 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 } }]
69312026-08-27T04:53:41.066Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO Aug 27 04:53:40.123
69322026-08-27T04:53:41.066Zadding route 172.17.0.3/32 -> 10.0.0.255
69332026-08-27T04:53:41.066Z
69342026-08-27T04:53:41.066ZAug 27 04:53:40.123 Aug 27 04:53:40.123DEBGINFOAug 27 04:53:40.123 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO INFO
69352026-08-27T04:53:41.066Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
69362026-08-27T04:53:41.066Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
69372026-08-27T04:53:41.066ZAug 27 04:53:40.123Aug 27 04:53:40.123
69382026-08-27T04:53:41.066ZDEBGDEBGAug 27 04:53:40.123 Aug 27 04:53:40.123replacing 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 } }]
69392026-08-27T04:53:41.066ZAug 27 04:53:40.123DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
69402026-08-27T04:53:41.066Z
69412026-08-27T04:53:41.066Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.123replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
69422026-08-27T04:53:41.066Z
69432026-08-27T04:53:41.066Z Aug 27 04:53:40.123Aug 27 04:53:40.123adding route 172.17.0.4/32 -> 10.0.0.255 Aug 27 04:53:40.123INFO DEBG
69442026-08-27T04:53:41.066Z Aug 27 04:53:40.123replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
69452026-08-27T04:53:41.066ZDEBG
69462026-08-27T04:53:41.066Z Aug 27 04:53:40.123 DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69472026-08-27T04:53:41.066ZAug 27 04:53:40.123 Aug 27 04:53:40.123
69482026-08-27T04:53:41.066Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:53:40.123 DEBGWARN
69492026-08-27T04:53:41.066ZDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69502026-08-27T04:53:41.066ZAug 27 04:53:40.123
69512026-08-27T04:53:41.066Z Aug 27 04:53:40.123 INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 27 04:53:40.123
69522026-08-27T04:53:41.066Z INFOadding route 172.17.0.5/32 -> 10.0.0.255
69532026-08-27T04:53:41.066Ztest route::tests::rollback_on_compact_write_failure ... ok
69542026-08-27T04:53:41.067ZAug 27 04:53:40.123 INFO Aug 27 04:53:40.123adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
69552026-08-27T04:53:41.067ZERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:dead::/64 -> 2001:db8::55:3
69562026-08-27T04:53:41.067ZAug 27 04:53:40.123
69572026-08-27T04:53:41.067ZDEBG Aug 27 04:53:40.123 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 } }]ERROAug 27 04:53:40.123
69582026-08-27T04:53:41.067ZINFO DEBGshrink-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
69592026-08-27T04:53:41.067Z adding route 3fff:beef:16::/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 } }]
69602026-08-27T04:53:41.067Z
69612026-08-27T04:53:41.067ZAug 27 04:53:40.123 Aug 27 04:53:40.123INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
69622026-08-27T04:53:41.067Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.123
69632026-08-27T04:53:41.067ZAug 27 04:53:40.123 Aug 27 04:53:40.123DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69642026-08-27T04:53:41.067Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69652026-08-27T04:53:41.067Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 27 04:53:40.123
69662026-08-27T04:53:41.067Z Aug 27 04:53:40.123INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 27 04:53:40.123INFO Aug 27 04:53:40.123
69672026-08-27T04:53:41.067Z INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
69682026-08-27T04:53:41.067ZDEBG Aug 27 04:53:40.123adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69692026-08-27T04:53:41.067Z
69702026-08-27T04:53:41.067Z DEBGAug 27 04:53:40.123 Aug 27 04:53:40.123replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGAug 27 04:53:40.124 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69712026-08-27T04:53:41.067Z Aug 27 04:53:40.123
69722026-08-27T04:53:41.067Z Aug 27 04:53:40.123DEBG Aug 27 04:53:40.129created new freemap DEBG , Aug 27 04:53:40.129unitcreated new freemapcreated new freemap:INFO , unit:DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69732026-08-27T04:53:41.067Z
69742026-08-27T04:53:41.067Z adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv4
69752026-08-27T04:53:41.067ZAug 27 04:53:40.129
69762026-08-27T04:53:41.067Z DEBG created new freemap, , unit:unit :freemap_route_ipv6 Aug 27 04:53:40.129freemap_route_ipv4
69772026-08-27T04:53:41.067Z
69782026-08-27T04:53:41.067ZAug 27 04:53:40.129 DEBG DEBGcreated new freemap Aug 27 04:53:40.129, 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 } }] unit
69792026-08-27T04:53:41.067ZAug 27 04:53:40.129:DEBG freemap_route_ipv6DEBG created new freemap
69802026-08-27T04:53:41.067Z, Aug 27 04:53:40.129unit :INFOinitted freemap. size: 64 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff, Aug 27 04:53:40.129
69812026-08-27T04:53:41.067Zfreemap_route_ipv6 DEBGunit
69822026-08-27T04:53:41.067Z: initted freemap. size: 64 Aug 27 04:53:40.129, DEBGunitfreemap_route_ipv4: Aug 27 04:53:40.129
69832026-08-27T04:53:41.067Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4DEBG
69842026-08-27T04:53:41.067Z
69852026-08-27T04:53:41.067Zinitted freemap. size: 64Aug 27 04:53:40.129, unitAug 27 04:53:40.129: DEBGfreemap_route_ipv4Aug 27 04:53:40.129
69862026-08-27T04:53:41.067Z DEBGreset freemap, INFOunit: reset freemapAug 27 04:53:40.129, freemap_route_ipv4
69872026-08-27T04:53:41.067ZDEBGunit: freemap_route_ipv4reset freemap
69882026-08-27T04:53:41.067ZAug 27 04:53:40.129, unitDEBG: adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4
69892026-08-27T04:53:41.067Zinitted freemap. size: 64
69902026-08-27T04:53:41.067Z, unit: freemap_route_ipv6Aug 27 04:53:40.129Aug 27 04:53:40.129
69912026-08-27T04:53:41.067Z DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69922026-08-27T04:53:41.067Zinitted freemap. size: 64Aug 27 04:53:40.129, unit:Aug 27 04:53:40.129 DEBGDEBG reset freemapAug 27 04:53:40.129initted freemap. size: 64, , freemap_route_ipv6
69932026-08-27T04:53:41.067Zunit:unit : freemap_route_ipv6freemap_route_ipv6INFO
69942026-08-27T04:53:41.068Z
69952026-08-27T04:53:41.068Z Aug 27 04:53:40.129adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
69962026-08-27T04:53:41.072ZDEBGAug 27 04:53:40.129Aug 27 04:53:40.129 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
69972026-08-27T04:53:41.072Zreset freemap, reset freemapunit, Aug 27 04:53:40.129unit:: freemap_route_ipv6DEBGAug 27 04:53:40.129
69982026-08-27T04:53:41.072Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 freemap_route_ipv6
69992026-08-27T04:53:41.072Z
70002026-08-27T04:53:41.072Zreplacing 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 } }]
70012026-08-27T04:53:41.072ZAug 27 04:53:40.129Aug 27 04:53:40.129 INFO INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:53:40.129 Aug 27 04:53:40.123replacing 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:2
70022026-08-27T04:53:41.072Z
70032026-08-27T04:53:41.072Z Aug 27 04:53:40.129
70042026-08-27T04:53:41.072Z INFOINFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 27 04:53:40.129
70052026-08-27T04:53:41.072ZAug 27 04:53:40.129 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 27 04:53:40.129DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
70062026-08-27T04:53:41.072Z
70072026-08-27T04:53:41.072Z
70082026-08-27T04:53:41.072ZAug 27 04:53:40.129 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.129
70092026-08-27T04:53:41.072Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.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
70102026-08-27T04:53:41.072Z
70112026-08-27T04:53:41.072Zreplacing 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 27 04:53:40.129Aug 27 04:53:40.129
70122026-08-27T04:53:41.072Z Aug 27 04:53:40.129DEBGAug 27 04:53:40.129INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.129 adding route 3fff:dead::/64 -> 2001:db8::55:3
70132026-08-27T04:53:41.072Z
70142026-08-27T04:53:41.072ZINFO INFO Aug 27 04:53:40.129adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFOAug 27 04:53:40.129adding route 172.16.0.0/32 -> 10.0.0.1
70152026-08-27T04:53:41.072Z Aug 27 04:53:40.129 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
70162026-08-27T04:53:41.072ZINFO
70172026-08-27T04:53:41.072Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70182026-08-27T04:53:41.072Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 27 04:53:40.129
70192026-08-27T04:53:41.072ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 27 04:53:40.129Aug 27 04:53:40.129Aug 27 04:53:40.129 Aug 27 04:53:40.129 DEBGINFODEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
70202026-08-27T04:53:41.072Z
70212026-08-27T04:53:41.072Z 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 } }]
70222026-08-27T04:53:41.072ZAug 27 04:53:40.129replacing 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 } }] INFODEBG
70232026-08-27T04:53:41.072Z
70242026-08-27T04:53:41.072Z Aug 27 04:53:40.129 adding route 172.17.0.10/32 -> 10.0.0.255 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
70252026-08-27T04:53:41.072Z
70262026-08-27T04:53:41.072Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.129Aug 27 04:53:40.129
70272026-08-27T04:53:41.072ZAug 27 04:53:40.129 INFO Aug 27 04:53:40.129adding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:53:40.129
70282026-08-27T04:53:41.072Z INFODEBG 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
70292026-08-27T04:53:41.072Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 27 04:53:40.129
70302026-08-27T04:53:41.072ZAug 27 04:53:40.129 DEBGAug 27 04:53:40.129 INFO Aug 27 04:53:40.129 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 3fff:beef:1e::/64 -> 2001:db8::55:ffINFOWARN
70312026-08-27T04:53:41.072Z adding route 172.17.0.11/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
70322026-08-27T04:53:41.072Z
70332026-08-27T04:53:41.073ZAug 27 04:53:40.129
70342026-08-27T04:53:41.073Z INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
70352026-08-27T04:53:41.073Z
70362026-08-27T04:53:41.073ZAug 27 04:53:40.129 Aug 27 04:53:40.129 DEBGAug 27 04:53:40.129 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 27 04:53:40.129
70372026-08-27T04:53:41.073ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 27 04:53:40.129replacing 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 } }]
70382026-08-27T04:53:41.073Z
70392026-08-27T04:53:41.073ZDEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 27 04:53:40.129 adding route 172.17.0.12/32 -> 10.0.0.255
70402026-08-27T04:53:41.073Z
70412026-08-27T04:53:41.073ZAug 27 04:53:40.129 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255
70422026-08-27T04:53:41.073Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 27 04:53:40.129
70432026-08-27T04:53:41.073ZDEBG Aug 27 04:53:40.129replacing 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 27 04:53:40.129Aug 27 04:53:40.129
70442026-08-27T04:53:41.073ZDEBGINFO DEBGAug 27 04:53:40.129replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
70452026-08-27T04:53:41.073Zreplacing 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 } }]
70462026-08-27T04:53:41.073Z
70472026-08-27T04:53:41.073ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
70482026-08-27T04:53:41.073ZAug 27 04:53:40.129 Aug 27 04:53:40.129INFO Aug 27 04:53:40.129 DEBG adding route 172.17.0.1/32 -> 10.0.0.255INFO
70492026-08-27T04:53:41.073ZAug 27 04:53:40.129replacing 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 } }]
70502026-08-27T04:53:41.073ZDEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70512026-08-27T04:53:41.073Z
70522026-08-27T04:53:41.073ZAug 27 04:53:40.129 DEBGAug 27 04:53:40.129 Aug 27 04:53:40.129Aug 27 04:53:40.129INFOreplacing 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 } }]
70532026-08-27T04:53:41.073Ztest route::tests::identity_replace_is_noop ... ok
70542026-08-27T04:53:41.073Z INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
70552026-08-27T04:53:41.073ZAug 27 04:53:40.129
70562026-08-27T04:53:41.073ZDEBG INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 27 04:53:40.129
70572026-08-27T04:53:41.073Z Aug 27 04:53:40.129
70582026-08-27T04:53:41.073Z 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 } }]
70592026-08-27T04:53:41.073Zreplacing 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 27 04:53:40.129
70602026-08-27T04:53:41.073ZAug 27 04:53:40.129 INFODEBG Aug 27 04:53:40.129adding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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 } }]
70612026-08-27T04:53:41.073ZINFOAug 27 04:53:40.129
70622026-08-27T04:53:41.073Z adding route 172.17.0.15/32 -> 10.0.0.255INFO
70632026-08-27T04:53:41.073Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 27 04:53:40.129Aug 27 04:53:40.129
70642026-08-27T04:53:41.073ZINFOAug 27 04:53:40.129DEBG DEBG adding route 172.17.0.3/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 } }]
70652026-08-27T04:53:41.073Zreplacing 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 } }]
70662026-08-27T04:53:41.073Z
70672026-08-27T04:53:41.073ZAug 27 04:53:40.129 Aug 27 04:53:40.129Aug 27 04:53:40.129Aug 27 04:53:40.129 INFOINFODEBGDEBGINFO 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.16.0.0/32 -> 10.0.0.2
70682026-08-27T04:53:41.073Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
70692026-08-27T04:53:41.073Zreplacing 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 } }]
70702026-08-27T04:53:41.073Z
70712026-08-27T04:53:41.073Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 27 04:53:40.130
70722026-08-27T04:53:41.074ZAug 27 04:53:40.130 Aug 27 04:53:40.130Aug 27 04:53:40.130 INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255DEBG
70732026-08-27T04:53:41.074ZAug 27 04:53:40.130 DEBG DEBG Aug 27 04:53:40.130replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]
70742026-08-27T04:53:41.074Z
70752026-08-27T04:53:41.074ZDEBG
70762026-08-27T04:53:41.074Z 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 } }]
70772026-08-27T04:53:41.074ZAug 27 04:53:40.130replacing 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 } }] INFOAug 27 04:53:40.130 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
70782026-08-27T04:53:41.074Z created new freemapAug 27 04:53:40.130, unitAug 27 04:53:40.136: DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
70792026-08-27T04:53:41.074Zcreated new freemap, unit: freemap_route_ipv4
70802026-08-27T04:53:41.074ZAug 27 04:53:40.136 DEBG created new freemap, unit: freemap_route_ipv6
70812026-08-27T04:53:41.074ZAug 27 04:53:40.136 DEBG initted freemap. size: 64, unitAug 27 04:53:40.130Aug 27 04:53:40.136
70822026-08-27T04:53:41.074Z 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 } }]freemap_route_ipv4INFOAug 27 04:53:40.136Aug 27 04:53:40.136
70832026-08-27T04:53:41.074Z INFO adding route 172.16.0.0/32 -> 10.0.0.3
70842026-08-27T04:53:41.074Z
70852026-08-27T04:53:41.074Zadding route 172.17.0.18/32 -> 10.0.0.255INFO Aug 27 04:53:40.136adding route 172.17.0.5/32 -> 10.0.0.255
70862026-08-27T04:53:41.074Z Aug 27 04:53:40.136
70872026-08-27T04:53:41.074Z DEBGAug 27 04:53:40.136 DEBGINFO Aug 27 04:53:40.136adding route 3fff:beef:2d::/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 } }]
70882026-08-27T04:53:41.074Z
70892026-08-27T04:53:41.074ZAug 27 04:53:40.136 DEBG reset freemap, DEBGunitAug 27 04:53:40.136: Aug 27 04:53:40.136 INFO adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
70902026-08-27T04:53:41.074ZDEBGreplacing 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 } }]
70912026-08-27T04:53:41.074Z
70922026-08-27T04:53:41.074Z
70932026-08-27T04:53:41.074Zreplacing 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 27 04:53:40.136
70942026-08-27T04:53:41.074ZAug 27 04:53:40.136 INFODEBGAug 27 04:53:40.136 Aug 27 04:53:40.136replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
70952026-08-27T04:53:41.074Z INFOAug 27 04:53:40.136 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
70962026-08-27T04:53:41.078Z initted freemap. size: 64Aug 27 04:53:40.136 INFO, Aug 27 04:53:40.136 adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255unit
70972026-08-27T04:53:41.078Z 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 } }]
70982026-08-27T04:53:41.078Z
70992026-08-27T04:53:41.078ZAug 27 04:53:40.136freemap_route_ipv6
71002026-08-27T04:53:41.078ZDEBGAug 27 04:53:40.136 adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71012026-08-27T04:53:41.078Z
71022026-08-27T04:53:41.078ZAug 27 04:53:40.136 DEBGAug 27 04:53:40.136INFO Aug 27 04:53:40.136adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
71032026-08-27T04:53:41.078ZAug 27 04:53:40.136 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255reset freemap
71042026-08-27T04:53:41.078Z DEBGAug 27 04:53:40.136 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 } }] , DEBGunitAug 27 04:53:40.136
71052026-08-27T04:53:41.078Zreplacing 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 } }]
71062026-08-27T04:53:41.079Z: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 } }]
71072026-08-27T04:53:41.079Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 27 04:53:40.136Aug 27 04:53:40.136Aug 27 04:53:40.136
71082026-08-27T04:53:41.079ZINFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
71092026-08-27T04:53:41.079ZAug 27 04:53:40.136
71102026-08-27T04:53:41.079Z INFO
71112026-08-27T04:53:41.079ZAug 27 04:53:40.136adding route 172.17.0.7/32 -> 10.0.0.255
71122026-08-27T04:53:41.079Z Aug 27 04:53:40.136DEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71132026-08-27T04:53:41.079Z
71142026-08-27T04:53:41.079Z
71152026-08-27T04:53:41.079ZAug 27 04:53:40.136Aug 27 04:53:40.136 Aug 27 04:53:40.136Aug 27 04:53:40.136DEBGINFO Aug 27 04:53:40.136 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
71162026-08-27T04:53:41.079Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.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 } }]
71172026-08-27T04:53:41.079Z
71182026-08-27T04:53:41.079ZAug 27 04:53:40.136
71192026-08-27T04:53:41.079Z DEBG
71202026-08-27T04:53:41.079Z 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 27 04:53:40.136
71212026-08-27T04:53:41.079Z DEBGAug 27 04:53:40.136 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 27 04:53:40.136INFOAug 27 04:53:40.136Aug 27 04:53:40.136
71222026-08-27T04:53:41.079Z DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.2 Aug 27 04:53:40.136replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
71232026-08-27T04:53:41.079ZINFO
71242026-08-27T04:53:41.079ZINFOadding route 172.17.0.4/32 -> 10.0.0.255
71252026-08-27T04:53:41.079Z
71262026-08-27T04:53:41.079ZAug 27 04:53:40.136 Aug 27 04:53:40.136adding route 172.17.0.8/32 -> 10.0.0.255Aug 27 04:53:40.136 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 } }]DEBG
71272026-08-27T04:53:41.079Z
71282026-08-27T04:53:41.079Z DEBGAug 27 04:53:40.136replacing 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 } }]
71292026-08-27T04:53:41.079Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.136
71302026-08-27T04:53:41.079ZINFOAug 27 04:53:40.136 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO Aug 27 04:53:40.136adding route 172.17.0.5/32 -> 10.0.0.255
71312026-08-27T04:53:41.079Z
71322026-08-27T04:53:41.079ZAug 27 04:53:40.136 INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 27 04:53:40.136Aug 27 04:53:40.136 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 } }]DEBGadding route 172.17.0.21/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 } }]
71332026-08-27T04:53:41.079Z
71342026-08-27T04:53:41.079Zreplacing 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 } }]
71352026-08-27T04:53:41.079Z
71362026-08-27T04:53:41.079Z
71372026-08-27T04:53:41.079ZAug 27 04:53:40.136 Aug 27 04:53:40.136INFOAug 27 04:53:40.136 adding route 172.17.0.6/32 -> 10.0.0.255
71382026-08-27T04:53:41.079Z DEBGINFOAug 27 04:53:40.136 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 27 04:53:40.136replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
71392026-08-27T04:53:41.079Z DEBG
71402026-08-27T04:53:41.079Z 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.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 } }]
71412026-08-27T04:53:41.079ZAug 27 04:53:40.136Aug 27 04:53:40.136Aug 27 04:53:40.136
71422026-08-27T04:53:41.079ZDEBGAug 27 04:53:40.136 INFO INFOreplacing 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.4
71432026-08-27T04:53:41.079Zadding route 172.17.0.7/32 -> 10.0.0.255
71442026-08-27T04:53:41.079Z INFO
71452026-08-27T04:53:41.079Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 27 04:53:40.136Aug 27 04:53:40.136
71462026-08-27T04:53:41.080ZDEBGINFO 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:35::/64 -> 2001:db8::55:ff
71472026-08-27T04:53:41.080Z
71482026-08-27T04:53:41.080ZAug 27 04:53:40.136 DEBGAug 27 04:53:40.136 Aug 27 04:53:40.136replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.136DEBG
71492026-08-27T04:53:41.080Z DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
71502026-08-27T04:53:41.080ZAug 27 04:53:40.136
71512026-08-27T04:53:41.080Z DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.136replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.136
71522026-08-27T04:53:41.080Z
71532026-08-27T04:53:41.080Ztest route::tests::rollback_on_index_readd_failure ... ok
71542026-08-27T04:53:41.080Z DEBG Aug 27 04:53:40.136replacing 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 } }]
71552026-08-27T04:53:41.080ZINFOAug 27 04:53:40.136 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
71562026-08-27T04:53:41.080Z Aug 27 04:53:40.136adding route 172.17.0.22/32 -> 10.0.0.255
71572026-08-27T04:53:41.080Z INFOINFO Aug 27 04:53:40.136 adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
71582026-08-27T04:53:41.080Z
71592026-08-27T04:53:41.080ZDEBG 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 27 04:53:40.136
71602026-08-27T04:53:41.080Z Aug 27 04:53:40.136Aug 27 04:53:40.136 DEBGDEBG Aug 27 04:53:40.136 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 } }]
71612026-08-27T04:53:41.080Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG
71622026-08-27T04:53:41.080Z Aug 27 04:53:40.136adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71632026-08-27T04:53:41.080Z INFO
71642026-08-27T04:53:41.080Zadding route 172.17.0.10/32 -> 10.0.0.255
71652026-08-27T04:53:41.080ZAug 27 04:53:40.136Aug 27 04:53:40.136 DEBGINFOAug 27 04:53:40.136 Aug 27 04:53:40.136 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 } }]
71662026-08-27T04:53:41.080ZDEBG adding route 172.17.0.23/32 -> 10.0.0.255INFOreplacing 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 } }]
71672026-08-27T04:53:41.080Z
71682026-08-27T04:53:41.080Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 27 04:53:40.136
71692026-08-27T04:53:41.080Z INFO Aug 27 04:53:40.136adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 27 04:53:40.136 Aug 27 04:53:40.136 DEBGDEBGINFO
71702026-08-27T04:53:41.080Z adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71712026-08-27T04:53:41.080Z
71722026-08-27T04:53:41.080Zreplacing 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 27 04:53:40.136 DEBG
71732026-08-27T04:53:41.080Z Aug 27 04:53:40.136replacing 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 } }]
71742026-08-27T04:53:41.080ZDEBGAug 27 04:53:40.136 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71752026-08-27T04:53:41.080Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 27 04:53:40.136
71762026-08-27T04:53:41.080Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 27 04:53:40.136
71772026-08-27T04:53:41.080Z INFO Aug 27 04:53:40.136adding route 172.17.0.12/32 -> 10.0.0.255
71782026-08-27T04:53:41.080ZAug 27 04:53:40.136Aug 27 04:53:40.136 DEBGDEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71792026-08-27T04:53:41.080Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
71802026-08-27T04:53:41.080ZAug 27 04:53:40.136 DEBG
71812026-08-27T04:53:41.080Z Aug 27 04:53:40.136Aug 27 04:53:40.136 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 } }]
71822026-08-27T04:53:41.080ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.25/32 -> 10.0.0.255
71832026-08-27T04:53:41.080ZAug 27 04:53:40.137 DEBG
71842026-08-27T04:53:41.080Zcreated new freemap, unitAug 27 04:53:40.142: freemap_route_ipv4
71852026-08-27T04:53:41.081ZAug 27 04:53:40.142DEBG INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71862026-08-27T04:53:41.081Z
71872026-08-27T04:53:41.081Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
71882026-08-27T04:53:41.081ZAug 27 04:53:40.143 Aug 27 04:53:40.143DEBGAug 27 04:53:40.143 created new freemapINFO, DEBG unitadding route 172.17.0.26/32 -> 10.0.0.255:
71892026-08-27T04:53:41.081Z Aug 27 04:53:40.143 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
71902026-08-27T04:53:41.081Z
71912026-08-27T04:53:41.081ZAug 27 04:53:40.143 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.143created new freemap
71922026-08-27T04:53:41.081Z INFOAug 27 04:53:40.143 , unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
71932026-08-27T04:53:41.081Z Aug 27 04:53:40.143DEBG freemap_route_ipv6initted freemap. size: 64
71942026-08-27T04:53:41.081Z, unitINFO: adding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv4Aug 27 04:53:40.143
71952026-08-27T04:53:41.081Z DEBG
71962026-08-27T04:53:41.087Zreplacing 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 27 04:53:40.143
71972026-08-27T04:53:41.087ZAug 27 04:53:40.143 Aug 27 04:53:40.142DEBGDEBG initted freemap. size: 64replacing 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 27 04:53:40.143
71982026-08-27T04:53:41.087ZDEBG Aug 27 04:53:40.143, INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 27 04:53:40.143DEBG
71992026-08-27T04:53:41.087ZINFOunit: 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 } }]reset freemap
72002026-08-27T04:53:41.087Z , adding route 172.17.0.28/32 -> 10.0.0.255unitAug 27 04:53:40.143
72012026-08-27T04:53:41.087Z DEBGfreemap_route_ipv4 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 } }]:
72022026-08-27T04:53:41.087Z
72032026-08-27T04:53:41.087ZAug 27 04:53:40.143 Aug 27 04:53:40.143 Aug 27 04:53:40.143DEBG freemap_route_ipv4INFO Aug 27 04:53:40.143 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:3b::/64 -> 2001:db8::55:ff
72042026-08-27T04:53:41.087Z
72052026-08-27T04:53:41.087Z
72062026-08-27T04:53:41.087ZINFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 27 04:53:40.143 reset freemap
72072026-08-27T04:53:41.087ZINFO Aug 27 04:53:40.143Aug 27 04:53:40.143 , unitadding route 172.17.0.29/32 -> 10.0.0.255:
72082026-08-27T04:53:41.087Z DEBGAug 27 04:53:40.143DEBG DEBG Aug 27 04:53:40.143initted freemap. size: 64replacing 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 } }]
72092026-08-27T04:53:41.087ZDEBG, freemap_route_ipv4replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]unit
72102026-08-27T04:53:41.087Z
72112026-08-27T04:53:41.087Z: Aug 27 04:53:40.143 INFOfreemap_route_ipv6
72122026-08-27T04:53:41.087ZAug 27 04:53:40.143 Aug 27 04:53:40.143adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 27 04:53:40.143
72132026-08-27T04:53:41.087ZDEBG
72142026-08-27T04:53:41.088Zadding route 172.17.0.30/32 -> 10.0.0.255
72152026-08-27T04:53:41.088Zreset freemap , Aug 27 04:53:40.143 unitDEBGAug 27 04:53:40.143 Aug 27 04:53:40.143DEBGINFO : DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
72162026-08-27T04:53:41.088Z
72172026-08-27T04:53:41.088Zinitted freemap. size: 64
72182026-08-27T04:53:41.088Z,
72192026-08-27T04:53:41.088ZunitAug 27 04:53:40.143: Aug 27 04:53:40.143INFO Aug 27 04:53:40.143 freemap_route_ipv6INFO
72202026-08-27T04:53:41.088Zadding route 172.17.0.31/32 -> 10.0.0.255
72212026-08-27T04:53:41.088Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
72222026-08-27T04:53:41.088ZAug 27 04:53:40.143 DEBG INFOAug 27 04:53:40.143 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
72232026-08-27T04:53:41.088ZAug 27 04:53:40.143 Aug 27 04:53:40.143replacing 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 } }]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 } }]
72242026-08-27T04:53:41.088Z 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 } }] reset freemapAug 27 04:53:40.143
72252026-08-27T04:53:41.088Z
72262026-08-27T04:53:41.088Z, unit :Aug 27 04:53:40.143 Aug 27 04:53:40.143INFO Aug 27 04:53:40.143freemap_route_ipv6 DEBGadding route 172.17.0.32/32 -> 10.0.0.255INFO
72272026-08-27T04:53:41.088Z
72282026-08-27T04:53:41.088Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOAug 27 04:53:40.143 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:3d::/64 -> 2001:db8::55:ff
72292026-08-27T04:53:41.088Z
72302026-08-27T04:53:41.088ZAug 27 04:53:40.143DEBG
72312026-08-27T04:53:41.088Z 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 27 04:53:40.143
72322026-08-27T04:53:41.088Z DEBG Aug 27 04:53:40.143Aug 27 04:53:40.143replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:53:40.143
72332026-08-27T04:53:41.088ZINFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2
72342026-08-27T04:53:41.088Zadding route 172.17.0.33/32 -> 10.0.0.255DEBGAug 27 04:53:40.143 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 } }]
72352026-08-27T04:53:41.088Z
72362026-08-27T04:53:41.088Z
72372026-08-27T04:53:41.088ZINFOAug 27 04:53:40.143 Aug 27 04:53:40.143Aug 27 04:53:40.143DEBG 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 } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 27 04:53:40.143
72382026-08-27T04:53:41.088ZDEBG
72392026-08-27T04:53:41.088Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
72402026-08-27T04:53:41.088Z
72412026-08-27T04:53:41.088Z Aug 27 04:53:40.143INFOAug 27 04:53:40.143Aug 27 04:53:40.143 INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
72422026-08-27T04:53:41.088Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
72432026-08-27T04:53:41.088Z
72442026-08-27T04:53:41.088Z
72452026-08-27T04:53:41.088ZAug 27 04:53:40.143Aug 27 04:53:40.143 INFODEBGAug 27 04:53:40.143 Aug 27 04:53:40.143adding route 3fff:dead::/64 -> 2001:db8::55:2
72462026-08-27T04:53:41.088ZDEBGreplacing 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 } }]
72472026-08-27T04:53:41.088ZDEBG 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 } }]failed to allocate space for the new target list
72482026-08-27T04:53:41.088Z
72492026-08-27T04:53:41.088ZAug 27 04:53:40.143Aug 27 04:53:40.143 DEBGINFOAug 27 04:53:40.143 adding route 172.17.0.35/32 -> 10.0.0.255
72502026-08-27T04:53:41.089ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 27 04:53:40.143
72512026-08-27T04:53:41.089ZAug 27 04:53:40.143
72522026-08-27T04:53:41.089ZDEBG 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
72532026-08-27T04:53:41.089Ztest route::tests::rollback_on_compact_delete_failure ... ok
72542026-08-27T04:53:41.089Z Aug 27 04:53:40.143 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
72552026-08-27T04:53:41.089Z Aug 27 04:53:40.143Aug 27 04:53:40.143 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
72562026-08-27T04:53:41.089Z
72572026-08-27T04:53:41.089Zadding route 172.17.0.36/32 -> 10.0.0.255
72582026-08-27T04:53:41.089ZAug 27 04:53:40.143 Aug 27 04:53:40.143DEBG 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 } }]
72592026-08-27T04:53:41.089Zreplacing 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 27 04:53:40.143
72602026-08-27T04:53:41.089ZINFO Aug 27 04:53:40.143adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
72612026-08-27T04:53:41.089ZINFO Aug 27 04:53:40.143adding route 3fff:dead::/64 -> 2001:db8::55:4
72622026-08-27T04:53:41.089ZINFO Aug 27 04:53:40.143adding route 172.17.0.37/32 -> 10.0.0.255
72632026-08-27T04:53:41.089ZDEBG 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 } }]
72642026-08-27T04:53:41.089ZAug 27 04:53:40.143 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 } }]
72652026-08-27T04:53:41.089ZAug 27 04:53:40.143 Aug 27 04:53:40.143DEBG Aug 27 04:53:40.143 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 } }]DEBG
72662026-08-27T04:53:41.089Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
72672026-08-27T04:53:41.089Z
72682026-08-27T04:53:41.089ZAug 27 04:53:40.143 INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 27 04:53:40.136
72692026-08-27T04:53:41.089Z Aug 27 04:53:40.143Aug 27 04:53:40.143 DEBGAug 27 04:53:40.143Aug 27 04:53:40.118 DEBG DEBGWARN replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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: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 } }]
72702026-08-27T04:53:41.089Z
72712026-08-27T04:53:41.089Z
72722026-08-27T04:53:41.089ZDEBG created new freemapshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), Aug 27 04:53:40.143Aug 27 04:53:40.143
72732026-08-27T04:53:41.089ZunitAug 27 04:53:40.143 :INFO INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff freemap_route_ipv4adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
72742026-08-27T04:53:41.089Z
72752026-08-27T04:53:41.089Z
72762026-08-27T04:53:41.089Z
72772026-08-27T04:53:41.089ZAug 27 04:53:40.143 Aug 27 04:53:40.143DEBG Aug 27 04:53:40.143 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 } }]DEBG Aug 27 04:53:40.143replacing 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 } }]
72782026-08-27T04:53:41.089Z
72792026-08-27T04:53:41.089Z 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 } }]created new freemap
72802026-08-27T04:53:41.089Z, Aug 27 04:53:40.143Aug 27 04:53:40.143unit : INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv6
72812026-08-27T04:53:41.089Z
72822026-08-27T04:53:41.089Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 27 04:53:40.143
72832026-08-27T04:53:41.089Z INFO Aug 27 04:53:40.143adding route 172.17.0.14/32 -> 10.0.0.255 Aug 27 04:53:40.143
72842026-08-27T04:53:41.089ZDEBG initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 27 04:53:40.143
72852026-08-27T04:53:41.089Z 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 } }]freemap_route_ipv4Aug 27 04:53:40.143Aug 27 04:53:40.143
72862026-08-27T04:53:41.089Z
72872026-08-27T04:53:41.089ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
72882026-08-27T04:53:41.089Z Aug 27 04:53:40.143Aug 27 04:53:40.143 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG reset freemap
72892026-08-27T04:53:41.090ZINFOAug 27 04:53:40.143 , unitadding route 172.17.0.15/32 -> 10.0.0.255DEBG:
72902026-08-27T04:53:41.090Z 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 27 04:53:40.143
72912026-08-27T04:53:41.090Zfreemap_route_ipv4
72922026-08-27T04:53:41.090ZINFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 27 04:53:40.143
72932026-08-27T04:53:41.090Z Aug 27 04:53:40.143Aug 27 04:53:40.143 DEBGINFO initted freemap. size: 64DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
72942026-08-27T04:53:41.090Z, unit: freemap_route_ipv6
72952026-08-27T04:53:41.090ZAug 27 04:53:40.143 DEBG reset freemap, unit: freemap_route_ipv6
72962026-08-27T04:53:41.094ZAug 27 04:53:40.143 INFO Aug 27 04:53:40.136adding route 3fff:dead::/64 -> 2001:db8::55:1
72972026-08-27T04:53:41.094ZINFO Aug 27 04:53:40.143replacing 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 27 04:53:40.143
72982026-08-27T04:53:41.094ZAug 27 04:53:40.144Aug 27 04:53:40.144 DEBGDEBGAug 27 04:53:40.150 created new freemapINFO, unitadding route 172.17.0.16/32 -> 10.0.0.255:
72992026-08-27T04:53:41.094Zfreemap_route_ipv4created new freemap
73002026-08-27T04:53:41.094Z, unitAug 27 04:53:40.150: DEBGfreemap_route_ipv4
73012026-08-27T04:53:41.094Zreplacing 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 27 04:53:40.150
73022026-08-27T04:53:41.094Z DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 27 04:53:40.150
73032026-08-27T04:53:41.094Z created new freemapINFO, Aug 27 04:53:40.150unit : DEBGadding route 172.17.0.17/32 -> 10.0.0.255 freemap_route_ipv6created new freemap
73042026-08-27T04:53:41.094Z,
73052026-08-27T04:53:41.094Zunit:Aug 27 04:53:40.150 Aug 27 04:53:40.150 DEBGfreemap_route_ipv6
73062026-08-27T04:53:41.094Zinitted freemap. size: 64Aug 27 04:53:40.150INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2:Aug 27 04:53:40.150 freemap_route_ipv4DEBG
73072026-08-27T04:53:41.094Z
73082026-08-27T04:53:41.094ZDEBG Aug 27 04:53:40.150replacing 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 27 04:53:40.150DEBGinitted freemap. size: 64
73092026-08-27T04:53:41.094Zreset freemapDEBG, 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 } }]unit
73102026-08-27T04:53:41.094Z: :freemap_route_ipv4 Aug 27 04:53:40.150
73112026-08-27T04:53:41.095Z Aug 27 04:53:40.150INFO freemap_route_ipv4INFOadding route 172.17.0.18/32 -> 10.0.0.255
73122026-08-27T04:53:41.095Z
73132026-08-27T04:53:41.095ZAug 27 04:53:40.150 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
73142026-08-27T04:53:41.095ZAug 27 04:53:40.151initted freemap. size: 64Aug 27 04:53:40.151, unitDEBG: freemap_route_ipv6Aug 27 04:53:40.151
73152026-08-27T04:53:41.095Z DEBGDEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
73162026-08-27T04:53:41.095Z
73172026-08-27T04:53:41.095ZAug 27 04:53:40.151 DEBG reset freemap, Aug 27 04:53:40.151, unitunit ::INFO Aug 27 04:53:40.151freemap_route_ipv4 freemap_route_ipv6
73182026-08-27T04:53:41.095ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
73192026-08-27T04:53:41.095Zadding route 172.17.0.19/32 -> 10.0.0.255
73202026-08-27T04:53:41.095Z
73212026-08-27T04:53:41.095ZAug 27 04:53:40.151 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:53:40.151Aug 27 04:53:40.151
73222026-08-27T04:53:41.095Z 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 } }]DEBGAug 27 04:53:40.151 Aug 27 04:53:40.151 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
73232026-08-27T04:53:41.095Z
73242026-08-27T04:53:41.095Z 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 } }]
73252026-08-27T04:53:41.095Zinitted freemap. size: 64, Aug 27 04:53:40.151unit :INFOadding route 172.17.0.13/32 -> 10.0.0.255
73262026-08-27T04:53:41.095Zfreemap_route_ipv6 Aug 27 04:53:40.151adding route 172.17.0.20/32 -> 10.0.0.255
73272026-08-27T04:53:41.095ZAug 27 04:53:40.151
73282026-08-27T04:53:41.095ZDEBGINFO replacing targets for 3fff:dead::/64 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 27 04:53:40.151
73292026-08-27T04:53:41.095Z Aug 27 04:53:40.151adding route 172.16.0.0/32 -> 10.0.0.2
73302026-08-27T04:53:41.095Z DEBG Aug 27 04:53:40.151DEBGAug 27 04:53:40.151replacing 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 27 04:53:40.151 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 } }]
73312026-08-27T04:53:41.095ZDEBGWARN
73322026-08-27T04:53:41.095Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73332026-08-27T04:53:41.095Z Aug 27 04:53:40.151DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 27 04:53:40.151Aug 27 04:53:40.151
73342026-08-27T04:53:41.095Z reset freemapINFOINFO adding route 172.17.0.21/32 -> 10.0.0.255INFOadding route 172.17.0.0/32 -> 10.0.0.255 ,
73352026-08-27T04:53:41.095Zunit
73362026-08-27T04:53:41.095Z:adding route 172.17.0.14/32 -> 10.0.0.255
73372026-08-27T04:53:41.095Z freemap_route_ipv6Aug 27 04:53:40.151Aug 27 04:53:40.151 DEBGDEBGAug 27 04:53:40.151
73382026-08-27T04:53:41.095Zreplacing 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
73392026-08-27T04:53:41.095Zreplacing 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 } }]
73402026-08-27T04:53:41.095Z 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 27 04:53:40.151
73412026-08-27T04:53:41.095Z INFOAug 27 04:53:40.151 adding route 172.17.0.22/32 -> 10.0.0.255INFO
73422026-08-27T04:53:41.095Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 27 04:53:40.151Aug 27 04:53:40.151
73432026-08-27T04:53:41.095Z INFO adding route 172.17.0.15/32 -> 10.0.0.255INFO
73442026-08-27T04:53:41.095ZAug 27 04:53:40.151Aug 27 04:53:40.151 DEBGDEBG Aug 27 04:53:40.151adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
73452026-08-27T04:53:41.095ZDEBG
73462026-08-27T04:53:41.095Zreplacing 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 } }]
73472026-08-27T04:53:41.096Z
73482026-08-27T04:53:41.096ZAug 27 04:53:40.151 Aug 27 04:53:40.151INFO Aug 27 04:53:40.151Aug 27 04:53:40.151adding route 172.17.0.2/32 -> 10.0.0.255INFO DEBG
73492026-08-27T04:53:41.096ZINFOadding route 172.17.0.23/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73502026-08-27T04:53:41.096Zadding route 172.17.0.16/32 -> 10.0.0.255
73512026-08-27T04:53:41.096Z
73522026-08-27T04:53:41.096ZAug 27 04:53:40.151 DEBG Aug 27 04:53:40.151replacing 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 27 04:53:40.151
73532026-08-27T04:53:41.096Z DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.151Aug 27 04:53:40.151 INFOINFO
73542026-08-27T04:53:41.096Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBGadding route 172.17.0.3/32 -> 10.0.0.255
73552026-08-27T04:53:41.096Z
73562026-08-27T04:53:41.096Zreplacing 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 } }]
73572026-08-27T04:53:41.096ZAug 27 04:53:40.151Aug 27 04:53:40.151 DEBGAug 27 04:53:40.151 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73582026-08-27T04:53:41.096Ztest route::tests::same_size_non_subset_replace ... ok
73592026-08-27T04:53:41.096Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 27 04:53:40.151
73602026-08-27T04:53:41.096ZINFO Aug 27 04:53:40.151 INFOadding route 172.17.0.17/32 -> 10.0.0.255 Aug 27 04:53:40.151
73612026-08-27T04:53:41.096Zadding route 172.17.0.4/32 -> 10.0.0.255DEBG
73622026-08-27T04:53:41.096Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73632026-08-27T04:53:41.096ZAug 27 04:53:40.151
73642026-08-27T04:53:41.096ZAug 27 04:53:40.151 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 27 04:53:40.151
73652026-08-27T04:53:41.096Ztest route::tests::shrink_preserves_compacted_order ... ok
73662026-08-27T04:53:41.096ZAug 27 04:53:40.151
73672026-08-27T04:53:41.096Z INFOINFOAug 27 04:53:40.151 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
73682026-08-27T04:53:41.096ZAug 27 04:53:40.151
73692026-08-27T04:53:41.096Z
73702026-08-27T04:53:41.096ZINFO Aug 27 04:53:40.151adding route 172.17.0.18/32 -> 10.0.0.255
73712026-08-27T04:53:41.096ZAug 27 04:53:40.151DEBG Aug 27 04:53:40.151replacing 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 } }]
73722026-08-27T04:53:41.096ZDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73732026-08-27T04:53:41.096Z Aug 27 04:53:40.151Aug 27 04:53:40.151 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 27 04:53:40.151DEBG
73742026-08-27T04:53:41.096Z adding route 172.17.0.6/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73752026-08-27T04:53:41.096Z
73762026-08-27T04:53:41.096Z adding route 172.17.0.26/32 -> 10.0.0.255
73772026-08-27T04:53:41.096ZAug 27 04:53:40.151 DEBGAug 27 04:53:40.151Aug 27 04:53:40.151 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 } }]
73782026-08-27T04:53:41.096ZDEBGINFO Aug 27 04:53:40.144replacing 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 27 04:53:40.151DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 27 04:53:40.151
73792026-08-27T04:53:41.096Z INFOcreated new freemap
73802026-08-27T04:53:41.096Zadding route 172.17.0.7/32 -> 10.0.0.255, unit
73812026-08-27T04:53:41.096Z: INFO freemap_route_ipv4Aug 27 04:53:40.151
73822026-08-27T04:53:41.096Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 27 04:53:40.151 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 } }]
73832026-08-27T04:53:41.096ZINFO
73842026-08-27T04:53:41.096Z Aug 27 04:53:40.151adding route 172.17.0.27/32 -> 10.0.0.255 DEBG
73852026-08-27T04:53:41.096Z created new freemapAug 27 04:53:40.151 , INFOAug 27 04:53:40.151unitAug 27 04:53:40.151Aug 27 04:53:40.151: adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6
73862026-08-27T04:53:41.097Z
73872026-08-27T04:53:41.097ZDEBG 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 27 04:53:40.151
73882026-08-27T04:53:41.097Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
73892026-08-27T04:53:41.097ZAug 27 04:53:40.151 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73902026-08-27T04:53:41.097ZAug 27 04:53:40.151Aug 27 04:53:40.151
73912026-08-27T04:53:41.097Z adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 27 04:53:40.151
73922026-08-27T04:53:41.097ZINFOinitted freemap. size: 64 , Aug 27 04:53:40.151DEBG adding route 172.17.0.9/32 -> 10.0.0.255Aug 27 04:53:40.151
73932026-08-27T04:53:41.097ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
73942026-08-27T04:53:41.097Z unitreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :adding route 172.17.0.20/32 -> 10.0.0.255Aug 27 04:53:40.151
73952026-08-27T04:53:41.097Z
73962026-08-27T04:53:41.101Z DEBG 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 } }]
73972026-08-27T04:53:41.101Z
73982026-08-27T04:53:41.101ZAug 27 04:53:40.151Aug 27 04:53:40.151 Aug 27 04:53:40.151Aug 27 04:53:40.151INFO INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
73992026-08-27T04:53:41.101Zreset freemap
74002026-08-27T04:53:41.101Z 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 } }]unitAug 27 04:53:40.151
74012026-08-27T04:53:41.101Z DEBG: Aug 27 04:53:40.151 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 } }]freemap_route_ipv4
74022026-08-27T04:53:41.101ZDEBG
74032026-08-27T04:53:41.101Z 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 27 04:53:40.151Aug 27 04:53:40.151
74042026-08-27T04:53:41.101Z INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
74052026-08-27T04:53:41.101Z
74062026-08-27T04:53:41.101ZAug 27 04:53:40.151 DEBGAug 27 04:53:40.151 INFO initted freemap. size: 64Aug 27 04:53:40.151Aug 27 04:53:40.151adding route 172.17.0.30/32 -> 10.0.0.255 , DEBG
74072026-08-27T04:53:41.101ZDEBG 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.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 } }]
74082026-08-27T04:53:41.101ZAug 27 04:53:40.151Aug 27 04:53:40.152Aug 27 04:53:40.158 DEBGINFO DEBG created new freemapadding route 172.17.0.12/32 -> 10.0.0.255,
74092026-08-27T04:53:41.102Zcreated new freemapunit: , freemap_route_ipv4unit
74102026-08-27T04:53:41.102Z: freemap_route_ipv4
74112026-08-27T04:53:41.102ZunitAug 27 04:53:40.159 :DEBG freemap_route_ipv6created new freemapAug 27 04:53:40.159,
74122026-08-27T04:53:41.102Zunit: freemap_route_ipv6DEBG
74132026-08-27T04:53:41.102Z created new freemap, Aug 27 04:53:40.159unit :DEBG freemap_route_ipv6reset freemapAug 27 04:53:40.159
74142026-08-27T04:53:41.102Z, unitDEBG: freemap_route_ipv6initted freemap. size: 64
74152026-08-27T04:53:41.102ZAug 27 04:53:40.159, DEBGunit :initted freemap. size: 64Aug 27 04:53:40.159 , freemap_route_ipv4INFOunit
74162026-08-27T04:53:41.102Z: freemap_route_ipv4
74172026-08-27T04:53:41.102Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:53:40.159
74182026-08-27T04:53:41.102Z DEBGAug 27 04:53:40.159Aug 27 04:53:40.159 DEBGDEBG 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 } }], reset freemapunit
74192026-08-27T04:53:41.102Z:, unit:freemap_route_ipv4
74202026-08-27T04:53:41.102Zfreemap_route_ipv4Aug 27 04:53:40.159
74212026-08-27T04:53:41.102Z INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 27 04:53:40.159
74222026-08-27T04:53:41.102Z
74232026-08-27T04:53:41.102ZDEBG Aug 27 04:53:40.159initted freemap. size: 64 DEBG, Aug 27 04:53:40.159 initted freemap. size: 64Aug 27 04:53:40.159unit :, DEBGfreemap_route_ipv6 INFO
74242026-08-27T04:53:41.102Z adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74252026-08-27T04:53:41.102Z
74262026-08-27T04:53:41.102Zunit: Aug 27 04:53:40.159freemap_route_ipv6
74272026-08-27T04:53:41.102ZDEBG Aug 27 04:53:40.159reset freemap , DEBGunitAug 27 04:53:40.159 :Aug 27 04:53:40.159replacing 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 } }]
74282026-08-27T04:53:41.102ZDEBGfreemap_route_ipv6
74292026-08-27T04:53:41.102Z reset freemapDEBG Aug 27 04:53:40.159, Aug 27 04:53:40.159unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
74302026-08-27T04:53:41.102Z adding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv6INFO
74312026-08-27T04:53:41.102Z adding route 3fff:dead::/64 -> 2001:db8::55:1
74322026-08-27T04:53:41.102Z
74332026-08-27T04:53:41.102ZAug 27 04:53:40.159Aug 27 04:53:40.159 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.16.0.0/32 -> 10.0.0.1
74342026-08-27T04:53:41.102Z
74352026-08-27T04:53:41.102ZAug 27 04:53:40.159 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 } }]
74362026-08-27T04:53:41.102ZAug 27 04:53:40.159Aug 27 04:53:40.159 DEBGAug 27 04:53:40.159DEBG INFOINFO Aug 27 04:53:40.159replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74372026-08-27T04:53:41.102Z
74382026-08-27T04:53:41.102Z adding route 172.17.0.24/32 -> 10.0.0.255DEBGAug 27 04:53:40.159adding route 3fff:dead::/64 -> 2001:db8::55:2
74392026-08-27T04:53:41.102Z
74402026-08-27T04:53:41.102Z INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
74412026-08-27T04:53:41.102ZAug 27 04:53:40.159Aug 27 04:53:40.159
74422026-08-27T04:53:41.102Z Aug 27 04:53:40.159DEBG INFOAug 27 04:53:40.159 DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 27 04:53:40.159replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74432026-08-27T04:53:41.102Z
74442026-08-27T04:53:41.102Zreplacing 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 } }]
74452026-08-27T04:53:41.102Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
74462026-08-27T04:53:41.102ZAug 27 04:53:40.159 Aug 27 04:53:40.159INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.17.0.31/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 } }]
74472026-08-27T04:53:41.102Z
74482026-08-27T04:53:41.102ZAug 27 04:53:40.159 Aug 27 04:53:40.159INFO
74492026-08-27T04:53:41.103Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 27 04:53:40.159
74502026-08-27T04:53:41.103ZINFO Aug 27 04:53:40.159 INFOadding route 172.17.0.25/32 -> 10.0.0.255 adding route 172.17.0.43/32 -> 10.0.0.255Aug 27 04:53:40.159
74512026-08-27T04:53:41.103Z
74522026-08-27T04:53:41.103ZAug 27 04:53:40.159 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 27 04:53:40.159DEBGAug 27 04:53:40.159
74532026-08-27T04:53:41.103Z DEBGDEBG 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 } }]
74542026-08-27T04:53:41.103ZAug 27 04:53:40.159replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74552026-08-27T04:53:41.103Z INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4
74562026-08-27T04:53:41.103Zreplacing 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 27 04:53:40.159
74572026-08-27T04:53:41.103Z
74582026-08-27T04:53:41.103Z INFO Aug 27 04:53:40.159 adding route 172.17.0.44/32 -> 10.0.0.255INFOAug 27 04:53:40.159 adding route 172.16.0.0/32 -> 10.0.0.4
74592026-08-27T04:53:41.103Z
74602026-08-27T04:53:41.103ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.159Aug 27 04:53:40.159
74612026-08-27T04:53:41.103Z Aug 27 04:53:40.159 Aug 27 04:53:40.159 INFO DEBG DEBG Aug 27 04:53:40.159replacing 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
74622026-08-27T04:53:41.103Zadding route 172.17.0.32/32 -> 10.0.0.255 DEBG
74632026-08-27T04:53:41.103Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 27 04:53:40.159
74642026-08-27T04:53:41.103Z Aug 27 04:53:40.159adding route 172.17.0.26/32 -> 10.0.0.255 INFODEBG
74652026-08-27T04:53:41.103Z 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.45/32 -> 10.0.0.255
74662026-08-27T04:53:41.103Z
74672026-08-27T04:53:41.103Z
74682026-08-27T04:53:41.103ZAug 27 04:53:40.159 DEBGAug 27 04:53:40.159 Aug 27 04:53:40.159replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]
74692026-08-27T04:53:41.103ZDEBG Aug 27 04:53:40.159replacing 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 } }]
74702026-08-27T04:53:41.103ZINFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 Aug 27 04:53:40.159
74712026-08-27T04:53:41.103Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74722026-08-27T04:53:41.103Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 27 04:53:40.159
74732026-08-27T04:53:41.103Z Aug 27 04:53:40.159INFO DEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.159
74742026-08-27T04:53:41.103Z
74752026-08-27T04:53:41.103Z DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.159 INFO adding route 172.17.0.34/32 -> 10.0.0.255
74762026-08-27T04:53:41.103Z
74772026-08-27T04:53:41.103ZAug 27 04:53:40.159Aug 27 04:53:40.159 Aug 27 04:53:40.159DEBG DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
74782026-08-27T04:53:41.103Z
74792026-08-27T04:53:41.103Z
74802026-08-27T04:53:41.103ZAug 27 04:53:40.159 Aug 27 04:53:40.159Aug 27 04:53:40.159INFO DEBGAug 27 04:53:40.159INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
74812026-08-27T04:53:41.103Zreplacing 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 } }]
74822026-08-27T04:53:41.103Z
74832026-08-27T04:53:41.103Z 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 } }]
74842026-08-27T04:53:41.103ZAug 27 04:53:40.159Aug 27 04:53:40.159 DEBGAug 27 04:53:40.159Aug 27 04:53:40.159 INFODEBG 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.48/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.159
74852026-08-27T04:53:41.103Z
74862026-08-27T04:53:41.103Z INFODEBG
74872026-08-27T04:53:41.104Zadding route 172.17.0.13/32 -> 10.0.0.255
74882026-08-27T04:53:41.104Zreplacing 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 27 04:53:40.159
74892026-08-27T04:53:41.104Z 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 } }]
74902026-08-27T04:53:41.104ZAug 27 04:53:40.159Aug 27 04:53:40.159Aug 27 04:53:40.159 Aug 27 04:53:40.159Aug 27 04:53:40.159 DEBG INFOINFO INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255
74912026-08-27T04:53:41.104Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74922026-08-27T04:53:41.104Z
74932026-08-27T04:53:41.104Zadding route 172.17.0.36/32 -> 10.0.0.255
74942026-08-27T04:53:41.104ZAug 27 04:53:40.159Aug 27 04:53:40.159 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74952026-08-27T04:53:41.104Z
74962026-08-27T04:53:41.108ZAug 27 04:53:40.159Aug 27 04:53:40.159 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
74972026-08-27T04:53:41.108Z
74982026-08-27T04:53:41.108ZAug 27 04:53:40.159Aug 27 04:53:40.159 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74992026-08-27T04:53:41.108Z
75002026-08-27T04:53:41.108ZAug 27 04:53:40.159Aug 27 04:53:40.159 INFO Aug 27 04:53:40.159adding route 172.17.0.51/32 -> 10.0.0.255
75012026-08-27T04:53:41.108ZDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
75022026-08-27T04:53:41.108Z adding route 172.17.0.38/32 -> 10.0.0.255
75032026-08-27T04:53:41.108ZAug 27 04:53:40.159 DEBGAug 27 04:53:40.159 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
75042026-08-27T04:53:41.108Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
75052026-08-27T04:53:41.108ZAug 27 04:53:40.159 Aug 27 04:53:40.159Aug 27 04:53:40.159INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
75062026-08-27T04:53:41.108Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75072026-08-27T04:53:41.108Zreplacing 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 } }]
75082026-08-27T04:53:41.108ZAug 27 04:53:40.159 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75092026-08-27T04:53:41.108ZAug 27 04:53:40.159 INFO Aug 27 04:53:40.159adding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 172.17.0.29/32 -> 10.0.0.255
75102026-08-27T04:53:41.108ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
75112026-08-27T04:53:41.108Z
75122026-08-27T04:53:41.108ZAug 27 04:53:40.159Aug 27 04:53:40.159 INFO Aug 27 04:53:40.159Aug 27 04:53:40.159adding route 172.17.0.39/32 -> 10.0.0.255DEBG 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 } }]
75132026-08-27T04:53:41.108Z
75142026-08-27T04:53:41.108Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 27 04:53:40.160
75152026-08-27T04:53:41.108Z DEBG created new freemap, unit:Aug 27 04:53:40.166Aug 27 04:53:40.166 freemap_route_ipv4DEBG
75162026-08-27T04:53:41.108Z 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
75172026-08-27T04:53:41.108Z adding route 172.17.0.30/32 -> 10.0.0.255
75182026-08-27T04:53:41.108ZAug 27 04:53:40.166 Aug 27 04:53:40.166DEBG INFOcreated new freemap , Aug 27 04:53:40.166adding route 172.17.0.40/32 -> 10.0.0.255unit
75192026-08-27T04:53:41.108Z: freemap_route_ipv6DEBG
75202026-08-27T04:53:41.108ZAug 27 04:53:40.166 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:53:40.166INFO
75212026-08-27T04:53:41.109ZDEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 27 04:53:40.166replacing 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 } }]
75222026-08-27T04:53:41.109ZDEBG
75232026-08-27T04:53:41.109Z initted freemap. size: 64, Aug 27 04:53:40.166unitAug 27 04:53:40.166 : INFOAug 27 04:53:40.166INFO freemap_route_ipv4 DEBG
75242026-08-27T04:53:41.109Zadding route 172.17.0.41/32 -> 10.0.0.255
75252026-08-27T04:53:41.109Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255Aug 27 04:53:40.166
75262026-08-27T04:53:41.109Z
75272026-08-27T04:53:41.109ZAug 27 04:53:40.166 DEBGDEBG reset freemapreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 27 04:53:40.166
75282026-08-27T04:53:41.109ZAug 27 04:53:40.166unit: Aug 27 04:53:40.166DEBGINFO 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 } }]INFOfreemap_route_ipv4
75292026-08-27T04:53:41.109Zadding route 172.17.0.42/32 -> 10.0.0.255
75302026-08-27T04:53:41.109Z
75312026-08-27T04:53:41.109Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
75322026-08-27T04:53:41.109ZAug 27 04:53:40.166Aug 27 04:53:40.166 DEBGAug 27 04:53:40.166 Aug 27 04:53:40.166DEBGinitted freemap. size: 64 , 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 } }]unit
75332026-08-27T04:53:41.109Z: freemap_route_ipv6INFO
75342026-08-27T04:53:41.109ZDEBG Aug 27 04:53:40.166 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
75352026-08-27T04:53:41.109Z Aug 27 04:53:40.166adding route 172.17.0.43/32 -> 10.0.0.255
75362026-08-27T04:53:41.109Z DEBG reset freemapadding route 172.17.0.32/32 -> 10.0.0.255, Aug 27 04:53:40.166unit Aug 27 04:53:40.166:DEBG
75372026-08-27T04:53:41.109Z 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 } }]INFOfreemap_route_ipv6
75382026-08-27T04:53:41.109Z
75392026-08-27T04:53:41.109ZAug 27 04:53:40.166 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 27 04:53:40.166
75402026-08-27T04:53:41.109Z INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255
75412026-08-27T04:53:41.109ZAug 27 04:53:40.166replacing 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 27 04:53:40.166 INFO
75422026-08-27T04:53:41.109ZDEBGAug 27 04:53:40.166 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1DEBG
75432026-08-27T04:53:41.109Z
75442026-08-27T04:53:41.109Z 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 } }]
75452026-08-27T04:53:41.109ZAug 27 04:53:40.166 INFOAug 27 04:53:40.166 Aug 27 04:53:40.166Aug 27 04:53:40.166adding route 172.17.0.33/32 -> 10.0.0.255 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 } }]
75462026-08-27T04:53:41.109Z
75472026-08-27T04:53:41.109ZINFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
75482026-08-27T04:53:41.109ZAug 27 04:53:40.166adding route 172.17.0.45/32 -> 10.0.0.255
75492026-08-27T04:53:41.109ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 27 04:53:40.166
75502026-08-27T04:53:41.109Z DEBGAug 27 04:53:40.166
75512026-08-27T04:53:41.109Z DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 27 04:53:40.166replacing 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 } }]
75522026-08-27T04:53:41.109ZAug 27 04:53:40.166 INFO
75532026-08-27T04:53:41.109ZAug 27 04:53:40.166 Aug 27 04:53:40.166 INFODEBG DEBGadding route 172.17.0.46/32 -> 10.0.0.255Aug 27 04:53:40.166
75542026-08-27T04:53:41.109Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
75552026-08-27T04:53:41.109Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.54/32 -> 10.0.0.255
75562026-08-27T04:53:41.109Z
75572026-08-27T04:53:41.109Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
75582026-08-27T04:53:41.110ZINFOAug 27 04:53:40.166 Aug 27 04:53:40.166DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75592026-08-27T04:53:41.110Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 27 04:53:40.166Aug 27 04:53:40.166 INFOAug 27 04:53:40.166
75602026-08-27T04:53:41.110Ztest route::tests::delete_targets_full ... ok
75612026-08-27T04:53:41.110Z adding route 172.17.0.34/32 -> 10.0.0.255INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3
75622026-08-27T04:53:41.110Ztest route::tests::add_target_fails_full ... ok
75632026-08-27T04:53:41.110Zadding route 172.17.0.47/32 -> 10.0.0.255
75642026-08-27T04:53:41.110Z
75652026-08-27T04:53:41.110Zreplacing 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 27 04:53:40.166
75662026-08-27T04:53:41.110Z DEBGAug 27 04:53:40.166 Aug 27 04:53:40.166 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 27 04:53:40.166
75672026-08-27T04:53:41.110ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
75682026-08-27T04:53:41.110Z
75692026-08-27T04:53:41.110ZAug 27 04:53:40.166DEBG Aug 27 04:53:40.166 Aug 27 04:53:40.166INFO INFOAug 27 04:53:40.166 adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
75702026-08-27T04:53:41.110Z
75712026-08-27T04:53:41.110Zreplacing 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 INFO Aug 27 04:53:40.166
75722026-08-27T04:53:41.110Z Aug 27 04:53:40.166 adding route 172.16.0.0/32 -> 10.0.0.4DEBGDEBG
75732026-08-27T04:53:41.110Z Aug 27 04:53:40.166adding route 172.17.0.55/32 -> 10.0.0.255
75742026-08-27T04:53:41.110Z 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 } }]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.35/32 -> 10.0.0.255
75752026-08-27T04:53:41.110Z
75762026-08-27T04:53:41.110ZAug 27 04:53:40.166Aug 27 04:53:40.172Aug 27 04:53:40.172 Aug 27 04:53:40.172INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255DEBGDEBG
75772026-08-27T04:53:41.110Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75782026-08-27T04:53:41.110Zreplacing 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 } }]
75792026-08-27T04:53:41.110Zreplacing 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 27 04:53:40.172
75802026-08-27T04:53:41.110ZAug 27 04:53:40.172 Aug 27 04:53:40.172
75812026-08-27T04:53:41.110Z 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 } }]
75822026-08-27T04:53:41.110ZINFO Aug 27 04:53:40.172adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
75832026-08-27T04:53:41.110Z INFO
75842026-08-27T04:53:41.110ZAug 27 04:53:40.172 INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 172.17.0.50/32 -> 10.0.0.255
75852026-08-27T04:53:41.110Z
75862026-08-27T04:53:41.110ZAug 27 04:53:40.172Aug 27 04:53:40.172 DEBGINFO Aug 27 04:53:40.172adding route 172.17.0.56/32 -> 10.0.0.255 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 27 04:53:40.172
75872026-08-27T04:53:41.110Z
75882026-08-27T04:53:41.110Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
75892026-08-27T04:53:41.110Zreplacing 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 } }]
75902026-08-27T04:53:41.110ZAug 27 04:53:40.172 INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 27 04:53:40.172Aug 27 04:53:40.172
75912026-08-27T04:53:41.110ZAug 27 04:53:40.172 INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
75922026-08-27T04:53:41.110ZINFOreplacing 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 27 04:53:40.172 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 27 04:53:40.172
75932026-08-27T04:53:41.110ZDEBG 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 } }]
75942026-08-27T04:53:41.110Z
75952026-08-27T04:53:41.110Zreplacing 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 27 04:53:40.172
75962026-08-27T04:53:41.119Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 27 04:53:40.172 Aug 27 04:53:40.172DEBG
75972026-08-27T04:53:41.119ZAug 27 04:53:40.172 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255
75982026-08-27T04:53:41.119Zreplacing 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 } }]
75992026-08-27T04:53:41.119Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 27 04:53:40.172 Aug 27 04:53:40.172
76002026-08-27T04:53:41.119ZDEBGAug 27 04:53:40.172 DEBGAug 27 04:53:40.172replacing 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 } }]
76012026-08-27T04:53:41.119ZDEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76022026-08-27T04:53:41.119Zfailed to allocate space for the new target list 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 } }]
76032026-08-27T04:53:41.119Z
76042026-08-27T04:53:41.119ZAug 27 04:53:40.172Aug 27 04:53:40.172 INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 Aug 27 04:53:40.172adding route 172.17.0.53/32 -> 10.0.0.255
76052026-08-27T04:53:41.119ZINFO
76062026-08-27T04:53:41.119ZAug 27 04:53:40.172adding route 172.17.0.39/32 -> 10.0.0.255Aug 27 04:53:40.172
76072026-08-27T04:53:41.119Z DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
76082026-08-27T04:53:41.119ZAug 27 04:53:40.172
76092026-08-27T04:53:41.119ZDEBG 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 27 04:53:40.172
76102026-08-27T04:53:41.119Z INFOAug 27 04:53:40.172 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
76112026-08-27T04:53:41.119Z Aug 27 04:53:40.172replacing 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 } }]
76122026-08-27T04:53:41.119ZINFO Aug 27 04:53:40.173adding route 172.17.0.59/32 -> 10.0.0.255Aug 27 04:53:40.173
76132026-08-27T04:53:41.119ZDEBGINFO 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.40/32 -> 10.0.0.255
76142026-08-27T04:53:41.119ZAug 27 04:53:40.173Aug 27 04:53:40.173
76152026-08-27T04:53:41.119Z DEBGINFOAug 27 04:53:40.173 adding route 172.17.0.14/32 -> 10.0.0.255Aug 27 04:53:40.173replacing 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 } }]
76162026-08-27T04:53:41.119Z
76172026-08-27T04:53:41.119Z INFO adding route 172.17.0.55/32 -> 10.0.0.255DEBG
76182026-08-27T04:53:41.119ZAug 27 04:53:40.173 Aug 27 04:53:40.173DEBGreplacing 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 } }]
76192026-08-27T04:53:41.120Zreplacing 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
76202026-08-27T04:53:41.120Z adding route 172.17.0.60/32 -> 10.0.0.255Aug 27 04:53:40.173
76212026-08-27T04:53:41.120Z DEBGAug 27 04:53:40.173 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 27 04:53:40.173
76222026-08-27T04:53:41.120ZAug 27 04:53:40.173INFO Aug 27 04:53:40.173INFOadding route 172.17.0.41/32 -> 10.0.0.255
76232026-08-27T04:53:41.120ZINFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
76242026-08-27T04:53:41.120Z
76252026-08-27T04:53:41.120Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.173
76262026-08-27T04:53:41.120ZDEBGAug 27 04:53:40.173Aug 27 04:53:40.173 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 } }]
76272026-08-27T04:53:41.120Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76282026-08-27T04:53:41.120Z
76292026-08-27T04:53:41.120ZAug 27 04:53:40.173 Aug 27 04:53:40.173INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
76302026-08-27T04:53:41.120Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 27 04:53:40.173
76312026-08-27T04:53:41.120Z Aug 27 04:53:40.173INFO Aug 27 04:53:40.173INFOAug 27 04:53:40.173 DEBG DEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
76322026-08-27T04:53:41.120Z
76332026-08-27T04:53:41.120Z
76342026-08-27T04:53:41.120Z
76352026-08-27T04:53:41.120ZAug 27 04:53:40.173Aug 27 04:53:40.173 Aug 27 04:53:40.173 INFOAug 27 04:53:40.173 INFOadding route 172.17.0.58/32 -> 10.0.0.255DEBG adding route 172.17.0.17/32 -> 10.0.0.255
76362026-08-27T04:53:41.120Z
76372026-08-27T04:53:41.120Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76382026-08-27T04:53:41.120ZAug 27 04:53:40.173 DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76392026-08-27T04:53:41.120Zreplacing 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 27 04:53:40.173Aug 27 04:53:40.173
76402026-08-27T04:53:41.120Z DEBGINFOAug 27 04:53:40.173 Aug 27 04:53:40.173replacing 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 } }]
76412026-08-27T04:53:41.120ZINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
76422026-08-27T04:53:41.120Z
76432026-08-27T04:53:41.120ZAug 27 04:53:40.173 INFO adding route 172.17.0.59/32 -> 10.0.0.255INFOAug 27 04:53:40.173 Aug 27 04:53:40.173
76442026-08-27T04:53:41.120Zadding route 172.17.0.62/32 -> 10.0.0.255DEBG
76452026-08-27T04:53:41.120Z 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
76462026-08-27T04:53:41.120ZAug 27 04:53:40.173 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 27 04:53:40.173
76472026-08-27T04:53:41.120Z INFOAug 27 04:53:40.173
76482026-08-27T04:53:41.120ZDEBGAug 27 04:53:40.173 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 } }]INFOadding route 172.17.0.19/32 -> 10.0.0.255
76492026-08-27T04:53:41.120Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 27 04:53:40.173
76502026-08-27T04:53:41.120Z INFO
76512026-08-27T04:53:41.120ZAug 27 04:53:40.173 adding route 172.17.0.44/32 -> 10.0.0.255Aug 27 04:53:40.173DEBGAug 27 04:53:40.173 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 } }]replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76522026-08-27T04:53:41.120Z
76532026-08-27T04:53:41.120Zadding route 172.17.0.63/32 -> 10.0.0.255
76542026-08-27T04:53:41.120Z
76552026-08-27T04:53:41.120ZAug 27 04:53:40.173Aug 27 04:53:40.173Aug 27 04:53:40.173 INFODEBGDEBG failed to allocate space for the new target listadding route 172.17.0.20/32 -> 10.0.0.255
76562026-08-27T04:53:41.120Z
76572026-08-27T04:53:41.120Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.173
76582026-08-27T04:53:41.120Ztest route::tests::delete_target_fragmented ... ok
76592026-08-27T04:53:41.121Z DEBGAug 27 04:53:40.173 Aug 27 04:53:40.173 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 } }]DEBGAug 27 04:53:40.173 DEBG
76602026-08-27T04:53:41.121Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
76612026-08-27T04:53:41.121Z
76622026-08-27T04:53:41.121Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
76632026-08-27T04:53:41.121ZAug 27 04:53:40.173 Aug 27 04:53:40.173INFOAug 27 04:53:40.173 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
76642026-08-27T04:53:41.121Z failed to allocate space for the new target list DEBG
76652026-08-27T04:53:41.121Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.173
76662026-08-27T04:53:41.121Z Aug 27 04:53:40.173DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76672026-08-27T04:53:41.121Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:53:40.173
76682026-08-27T04:53:41.121Z Aug 27 04:53:40.173INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
76692026-08-27T04:53:41.121Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 27 04:53:40.173
76702026-08-27T04:53:41.121Z DEBG failed to allocate space for the new target listAug 27 04:53:40.173Aug 27 04:53:40.173 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76712026-08-27T04:53:41.121Z
76722026-08-27T04:53:41.121Z
76732026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
76742026-08-27T04:53:41.121Z
76752026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 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.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 } }]
76762026-08-27T04:53:41.121Z
76772026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
76782026-08-27T04:53:41.121Z
76792026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76802026-08-27T04:53:41.121Z
76812026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
76822026-08-27T04:53:41.121Z
76832026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76842026-08-27T04:53:41.121Z
76852026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
76862026-08-27T04:53:41.121Z
76872026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 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 } }]
76882026-08-27T04:53:41.121Zreplacing 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 } }]
76892026-08-27T04:53:41.121ZAug 27 04:53:40.173Aug 27 04:53:40.173 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
76902026-08-27T04:53:41.121ZAug 27 04:53:40.173 Aug 27 04:53:40.179 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 } }]created new freemap
76912026-08-27T04:53:41.121Z, unit: freemap_route_ipv4Aug 27 04:53:40.179
76922026-08-27T04:53:41.122Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
76932026-08-27T04:53:41.122Z
76942026-08-27T04:53:41.122ZAug 27 04:53:40.179Aug 27 04:53:40.179 DEBG DEBGcreated new freemap , replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit: freemap_route_ipv6
76952026-08-27T04:53:41.122ZAug 27 04:53:40.179 Aug 27 04:53:40.179DEBG 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 } }]
76962026-08-27T04:53:41.129ZAug 27 04:53:40.179 INFOinitted freemap. size: 64 , adding route 172.17.0.28/32 -> 10.0.0.255unit
76972026-08-27T04:53:41.130Z: freemap_route_ipv4
76982026-08-27T04:53:41.130ZAug 27 04:53:40.179 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 27 04:53:40.179
76992026-08-27T04:53:41.130Z DEBG reset freemap, unit:Aug 27 04:53:40.179 freemap_route_ipv4INFO
77002026-08-27T04:53:41.130Z adding route 172.17.0.29/32 -> 10.0.0.255
77012026-08-27T04:53:41.130ZAug 27 04:53:40.179 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 } }]
77022026-08-27T04:53:41.130ZAug 27 04:53:40.179 DEBG initted freemap. size: 64Aug 27 04:53:40.179, unitINFO: adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6
77032026-08-27T04:53:41.130Z
77042026-08-27T04:53:41.130ZAug 27 04:53:40.179 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 } }]
77052026-08-27T04:53:41.130ZAug 27 04:53:40.179 DEBGAug 27 04:53:40.179 reset freemapINFO, unitadding route 172.17.0.31/32 -> 10.0.0.255:
77062026-08-27T04:53:41.130Z freemap_route_ipv6
77072026-08-27T04:53:41.130ZAug 27 04:53:40.179 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77082026-08-27T04:53:41.130ZAug 27 04:53:40.179 DEBGAug 27 04:53:40.179 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77092026-08-27T04:53:41.130Z 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 } }]
77102026-08-27T04:53:41.130ZAug 27 04:53:40.179 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77112026-08-27T04:53:41.130ZAug 27 04:53:40.179 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 27 04:53:40.179
77122026-08-27T04:53:41.130Z 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 } }]
77132026-08-27T04:53:41.130Z
77142026-08-27T04:53:41.130ZAug 27 04:53:40.179 Aug 27 04:53:40.179DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:53:40.179adding route 172.16.0.0/32 -> 10.0.0.1
77152026-08-27T04:53:41.130Z
77162026-08-27T04:53:41.130Z INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 27 04:53:40.179Aug 27 04:53:40.179
77172026-08-27T04:53:41.130Z INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255Aug 27 04:53:40.179
77182026-08-27T04:53:41.130Zreplacing 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 } }]
77192026-08-27T04:53:41.130ZDEBG 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 } }]
77202026-08-27T04:53:41.130ZAug 27 04:53:40.179Aug 27 04:53:40.179 DEBGINFOAug 27 04:53:40.179 adding route 172.16.0.0/32 -> 10.0.0.2
77212026-08-27T04:53:41.130Zreplacing 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
77222026-08-27T04:53:41.130Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 27 04:53:40.179
77232026-08-27T04:53:41.130Z Aug 27 04:53:40.179DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 27 04:53:40.179INFO
77242026-08-27T04:53:41.130Z DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77252026-08-27T04:53:41.130ZAug 27 04:53:40.179
77262026-08-27T04:53:41.130ZINFO Aug 27 04:53:40.179adding route 172.17.0.0/32 -> 10.0.0.255
77272026-08-27T04:53:41.131ZAug 27 04:53:40.179DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77282026-08-27T04:53:41.131ZAug 27 04:53:40.179adding route 172.17.0.55/32 -> 10.0.0.255 DEBG
77292026-08-27T04:53:41.131Zreplacing 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 } }]
77302026-08-27T04:53:41.131ZAug 27 04:53:40.179 INFOAug 27 04:53:40.179 Aug 27 04:53:40.179 adding route 172.17.0.35/32 -> 10.0.0.255INFODEBG
77312026-08-27T04:53:41.131Zadding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77322026-08-27T04:53:41.131Z
77332026-08-27T04:53:41.131ZAug 27 04:53:40.179 DEBGAug 27 04:53:40.179Aug 27 04:53:40.179 INFODEBGreplacing 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 } }]
77342026-08-27T04:53:41.131Z 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.56/32 -> 10.0.0.255
77352026-08-27T04:53:41.131Z
77362026-08-27T04:53:41.131ZAug 27 04:53:40.179Aug 27 04:53:40.179Aug 27 04:53:40.179 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
77372026-08-27T04:53:41.131ZDEBG
77382026-08-27T04:53:41.131Zreplacing 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 27 04:53:40.179
77392026-08-27T04:53:41.131Z DEBGAug 27 04:53:40.179 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 27 04:53:40.179DEBG
77402026-08-27T04:53:41.131ZINFO 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.57/32 -> 10.0.0.255
77412026-08-27T04:53:41.131Z
77422026-08-27T04:53:41.131ZAug 27 04:53:40.179 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 27 04:53:40.180
77432026-08-27T04:53:41.131ZAug 27 04:53:40.180 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255Aug 27 04:53:40.180
77442026-08-27T04:53:41.131Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77452026-08-27T04:53:41.131Z 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 } }]
77462026-08-27T04:53:41.131ZAug 27 04:53:40.180 Aug 27 04:53:40.180DEBG Aug 27 04:53:40.180 INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77472026-08-27T04:53:41.131Z adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
77482026-08-27T04:53:41.131Z
77492026-08-27T04:53:41.131ZAug 27 04:53:40.180 Aug 27 04:53:40.180Aug 27 04:53:40.180 INFO DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77502026-08-27T04:53:41.131Zadding route 172.17.0.38/32 -> 10.0.0.255
77512026-08-27T04:53:41.131Z
77522026-08-27T04:53:41.131ZAug 27 04:53:40.180Aug 27 04:53:40.180Aug 27 04:53:40.180 INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
77532026-08-27T04:53:41.131Zadding route 172.17.0.59/32 -> 10.0.0.255DEBG
77542026-08-27T04:53:41.131Zreplacing 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 } }]
77552026-08-27T04:53:41.131ZAug 27 04:53:40.180 Aug 27 04:53:40.180DEBGAug 27 04:53:40.180 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 } }]
77562026-08-27T04:53:41.131Ztest route::tests::delete_target_full ... ok
77572026-08-27T04:53:41.131ZINFOreplacing 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 } }]
77582026-08-27T04:53:41.131Zadding route 172.17.0.39/32 -> 10.0.0.255
77592026-08-27T04:53:41.131ZAug 27 04:53:40.180 INFOAug 27 04:53:40.180 Aug 27 04:53:40.180adding route 172.17.0.6/32 -> 10.0.0.255
77602026-08-27T04:53:41.131ZDEBGINFO adding route 172.17.0.60/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 } }]Aug 27 04:53:40.180
77612026-08-27T04:53:41.131Z
77622026-08-27T04:53:41.131ZDEBG 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 } }]
77632026-08-27T04:53:41.131ZAug 27 04:53:40.180Aug 27 04:53:40.180 Aug 27 04:53:40.180DEBG INFO INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
77642026-08-27T04:53:41.131Z
77652026-08-27T04:53:41.132Z
77662026-08-27T04:53:41.132ZAug 27 04:53:40.180Aug 27 04:53:40.180 Aug 27 04:53:40.180DEBG 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 } }]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 } }]
77672026-08-27T04:53:41.132ZDEBG
77682026-08-27T04:53:41.132Zfailed to allocate space for the new target list
77692026-08-27T04:53:41.132ZAug 27 04:53:40.180 Aug 27 04:53:40.180INFO Aug 27 04:53:40.180 adding route 172.17.0.8/32 -> 10.0.0.255INFODEBG
77702026-08-27T04:53:41.132Z adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
77712026-08-27T04:53:41.132Z
77722026-08-27T04:53:41.132ZAug 27 04:53:40.180 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 } }]Aug 27 04:53:40.180
77732026-08-27T04:53:41.132Z 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 } }]
77742026-08-27T04:53:41.132ZAug 27 04:53:40.180 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 27 04:53:40.180
77752026-08-27T04:53:41.132Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
77762026-08-27T04:53:41.132ZAug 27 04:53:40.180 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.180
77772026-08-27T04:53:41.132Z 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 } }]
77782026-08-27T04:53:41.132ZAug 27 04:53:40.180 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 27 04:53:40.180
77792026-08-27T04:53:41.132Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
77802026-08-27T04:53:41.132ZAug 27 04:53:40.180 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.180
77812026-08-27T04:53:41.132Z 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 } }]
77822026-08-27T04:53:41.132ZAug 27 04:53:40.180 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 27 04:53:40.180
77832026-08-27T04:53:41.132Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
77842026-08-27T04:53:41.132ZAug 27 04:53:40.180 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:53:40.180
77852026-08-27T04:53:41.132Z 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 } }]
77862026-08-27T04:53:41.132ZAug 27 04:53:40.180 Aug 27 04:53:40.180INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
77872026-08-27T04:53:41.132Z adding route 172.17.0.12/32 -> 10.0.0.255
77882026-08-27T04:53:41.132ZAug 27 04:53:40.180Aug 27 04:53:40.180 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77892026-08-27T04:53:41.132Z
77902026-08-27T04:53:41.132ZAug 27 04:53:40.180Aug 27 04:53:40.180 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
77912026-08-27T04:53:41.132Z
77922026-08-27T04:53:41.132ZAug 27 04:53:40.180Aug 27 04:53:40.180 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77932026-08-27T04:53:41.132Z
77942026-08-27T04:53:41.132ZAug 27 04:53:40.180Aug 27 04:53:40.180 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
77952026-08-27T04:53:41.132Z
77962026-08-27T04:53:41.137ZAug 27 04:53:40.180Aug 27 04:53:40.180 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.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 } }]
77972026-08-27T04:53:41.137Z
77982026-08-27T04:53:41.137ZAug 27 04:53:40.180Aug 27 04:53:40.180 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
77992026-08-27T04:53:41.137Z
78002026-08-27T04:53:41.137ZAug 27 04:53:40.180Aug 27 04:53:40.180 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78012026-08-27T04:53:41.137Z
78022026-08-27T04:53:41.137ZAug 27 04:53:40.180Aug 27 04:53:40.180 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
78032026-08-27T04:53:41.137Z
78042026-08-27T04:53:41.137ZAug 27 04:53:40.180Aug 27 04:53:40.180 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78052026-08-27T04:53:41.137Z
78062026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFO adding route 172.17.0.50/32 -> 10.0.0.255
78072026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 27 04:53:40.188
78082026-08-27T04:53:41.137Z 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 } }]
78092026-08-27T04:53:41.137ZAug 27 04:53:40.188 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 27 04:53:40.188
78102026-08-27T04:53:41.137Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
78112026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 27 04:53:40.188
78122026-08-27T04:53:41.137Z 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 } }]
78132026-08-27T04:53:41.137ZAug 27 04:53:40.188 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 } }]Aug 27 04:53:40.188
78142026-08-27T04:53:41.137Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
78152026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 27 04:53:40.188
78162026-08-27T04:53:41.137ZAug 27 04:53:40.188 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 } }]
78172026-08-27T04:53:41.137Z DEBG Aug 27 04:53:40.188replacing 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 } }]
78182026-08-27T04:53:41.137ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
78192026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFOAug 27 04:53:40.188 adding route 172.17.0.53/32 -> 10.0.0.255DEBG
78202026-08-27T04:53:41.137Z 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 } }]
78212026-08-27T04:53:41.137ZAug 27 04:53:40.188 DEBGAug 27 04:53:40.188 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78222026-08-27T04:53:41.137Z adding route 172.17.0.21/32 -> 10.0.0.255
78232026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFOAug 27 04:53:40.188 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
78242026-08-27T04:53:41.137Z 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 } }]
78252026-08-27T04:53:41.137ZAug 27 04:53:40.188 DEBGAug 27 04:53:40.188 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
78262026-08-27T04:53:41.137Z adding route 172.17.0.22/32 -> 10.0.0.255
78272026-08-27T04:53:41.137ZAug 27 04:53:40.188 INFOAug 27 04:53:40.188 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
78282026-08-27T04:53:41.137Z 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 } }]
78292026-08-27T04:53:41.137ZAug 27 04:53:40.188 Aug 27 04:53:40.188DEBG 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 } }]
78302026-08-27T04:53:41.138Zadding route 172.17.0.23/32 -> 10.0.0.255
78312026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255
78322026-08-27T04:53:41.138Zreplacing 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 } }]
78332026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78342026-08-27T04:53:41.138Zadding route 172.17.0.24/32 -> 10.0.0.255
78352026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
78362026-08-27T04:53:41.138Zreplacing 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 } }]
78372026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78382026-08-27T04:53:41.138Zadding route 172.17.0.25/32 -> 10.0.0.255
78392026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
78402026-08-27T04:53:41.138Zreplacing 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 } }]
78412026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188DEBG 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 } }]
78422026-08-27T04:53:41.138Zadding route 172.17.0.26/32 -> 10.0.0.255
78432026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
78442026-08-27T04:53:41.138Zreplacing 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 } }]
78452026-08-27T04:53:41.138ZAug 27 04:53:40.188 Aug 27 04:53:40.188DEBG 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 } }]
78462026-08-27T04:53:41.138Zadding route 172.17.0.27/32 -> 10.0.0.255
78472026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78482026-08-27T04:53:41.138Z
78492026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 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.28/32 -> 10.0.0.255
78502026-08-27T04:53:41.138Z
78512026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78522026-08-27T04:53:41.138Z
78532026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 INFODEBG adding route 172.17.0.29/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 } }]
78542026-08-27T04:53:41.138Z
78552026-08-27T04:53:41.138Ztest route::tests::delete_targets_fragmented ... ok
78562026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255
78572026-08-27T04:53:41.138Z
78582026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78592026-08-27T04:53:41.138Z
78602026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 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 } }]failed to allocate space for the new target list
78612026-08-27T04:53:41.138Z
78622026-08-27T04:53:41.138Z
78632026-08-27T04:53:41.138ZAug 27 04:53:40.188Aug 27 04:53:40.188 INFODEBG adding route 172.17.0.31/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 } }]
78642026-08-27T04:53:41.138Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
78652026-08-27T04:53:41.138Z
78662026-08-27T04:53:41.138Z
78672026-08-27T04:53:41.138ZAug 27 04:53:40.188 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 } }]
78682026-08-27T04:53:41.139ZAug 27 04:53:40.188 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78692026-08-27T04:53:41.139ZAug 27 04:53:40.188 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 } }]
78702026-08-27T04:53:41.139ZAug 27 04:53:40.188 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78712026-08-27T04:53:41.139ZAug 27 04:53:40.188 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 } }]
78722026-08-27T04:53:41.139ZAug 27 04:53:40.188 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78732026-08-27T04:53:41.139ZAug 27 04:53:40.188 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 } }]
78742026-08-27T04:53:41.139ZAug 27 04:53:40.188 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78752026-08-27T04:53:41.139ZAug 27 04:53:40.188 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78762026-08-27T04:53:41.139ZAug 27 04:53:40.188 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78772026-08-27T04:53:41.139ZAug 27 04:53:40.188 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78782026-08-27T04:53:41.139ZAug 27 04:53:40.188 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78792026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78802026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78812026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78822026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78832026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78842026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78852026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78862026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78872026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78882026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78892026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78902026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78912026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78922026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78932026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78942026-08-27T04:53:41.139ZAug 27 04:53:40.189 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78952026-08-27T04:53:41.139ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78962026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.46/32 -> 10.0.0.255
78972026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78982026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.47/32 -> 10.0.0.255
78992026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79002026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79012026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79022026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79032026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79042026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79052026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79062026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79072026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79082026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79092026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79102026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79112026-08-27T04:53:41.143ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79122026-08-27T04:53:41.143ZAug 27 04:53:40.189 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79132026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79142026-08-27T04:53:41.144ZAug 27 04:53:40.189 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79152026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79162026-08-27T04:53:41.144ZAug 27 04:53:40.189 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79172026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79182026-08-27T04:53:41.144ZAug 27 04:53:40.189 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79192026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79202026-08-27T04:53:41.144ZAug 27 04:53:40.189 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79212026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79222026-08-27T04:53:41.144ZAug 27 04:53:40.189 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79232026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79242026-08-27T04:53:41.144ZAug 27 04:53:40.189 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79252026-08-27T04:53:41.144ZAug 27 04:53:40.189 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79262026-08-27T04:53:41.144ZAug 27 04:53:40.195 DEBG failed to allocate space for the new target list
79272026-08-27T04:53:41.144ZAug 27 04:53:40.195 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79282026-08-27T04:53:41.144Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6af1ef7132ac6c7c)
79292026-08-27T04:53:41.144Z
79302026-08-27T04:53:41.144Zrunning 0 tests
79312026-08-27T04:53:41.144Z
79322026-08-27T04:53:41.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79332026-08-27T04:53:41.144Z
79342026-08-27T04:53:41.144Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2bcd009761197a81)
79352026-08-27T04:53:41.144Z
79362026-08-27T04:53:41.144Zrunning 0 tests
79372026-08-27T04:53:41.144Z
79382026-08-27T04:53:41.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79392026-08-27T04:53:41.144Z
79402026-08-27T04:53:41.144Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6ed5987dcc640247)
79412026-08-27T04:53:41.144Z
79422026-08-27T04:53:41.144Zrunning 6 tests
79432026-08-27T04:53:41.148Ztest tests::test_full_lot_id_neither_present ... ok
79442026-08-27T04:53:41.148Ztest tests::test_full_lot_id_lot_only ... ok
79452026-08-27T04:53:41.148Ztest tests::test_full_lot_id_lotnum_only ... ok
79462026-08-27T04:53:41.148Ztest tests::test_full_lot_id_both_present ... ok
79472026-08-27T04:53:41.148Ztest tests::test_parse_client_port_id ... ok
79482026-08-27T04:53:41.148Ztest tests::test_port_id_cmp ... ok
79492026-08-27T04:53:41.148Z
79502026-08-27T04:53:41.148Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-08-27T04:53:41.148Z
79522026-08-27T04:53:41.148Z Running tests/test_all.rs (target/debug/deps/test_all-efa942eb162b63d8)
79532026-08-27T04:53:41.151Z
79542026-08-27T04:53:41.151Zrunning 0 tests
79552026-08-27T04:53:41.151Z
79562026-08-27T04:53:41.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572026-08-27T04:53:41.151Z
79582026-08-27T04:53:41.151Z Running unittests src/lib.rs (target/debug/deps/dpd_types-135a2dfe1b875f47)
79592026-08-27T04:53:41.156Z
79602026-08-27T04:53:41.156Zrunning 0 tests
79612026-08-27T04:53:41.156Z
79622026-08-27T04:53:41.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-27T04:53:41.160Z
79642026-08-27T04:53:41.160Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8d43961aef230eda)
79652026-08-27T04:53:41.181Z
79662026-08-27T04:53:41.181Zrunning 15 tests
79672026-08-27T04:53:41.184Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79682026-08-27T04:53:41.184Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79692026-08-27T04:53:41.184Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79702026-08-27T04:53:41.184Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79712026-08-27T04:53:41.184Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79722026-08-27T04:53:41.184Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79732026-08-27T04:53:41.184Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79742026-08-27T04:53:41.184Ztest v1::network::tests::test_equal ... ok
79752026-08-27T04:53:41.184Ztest v1::network::tests::test_eui64 ... ok
79762026-08-27T04:53:41.184Ztest v1::network::tests::test_into ... ok
79772026-08-27T04:53:41.184Ztest v1::network::tests::test_not_equal ... ok
79782026-08-27T04:53:41.187Ztest v1::network::tests::test_to_string ... ok
79792026-08-27T04:53:41.187Ztest v1::network::tests::test_parse ... ok
79802026-08-27T04:53:41.187Ztest v1::port::tests::port_ids_are_ascii ... ok
79812026-08-27T04:53:41.187Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79822026-08-27T04:53:41.187Z
79832026-08-27T04:53:41.187Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79842026-08-27T04:53:41.187Z
79852026-08-27T04:53:41.191Z Running unittests src/lib.rs (target/debug/deps/packet-872789a0cadcc4ec)
79862026-08-27T04:53:41.212Z
79872026-08-27T04:53:41.212Zrunning 12 tests
79882026-08-27T04:53:41.215Ztest ipv6::test_ipv6_parse ... ok
79892026-08-27T04:53:41.215Ztest icmp::test_v4_checksum ... ok
79902026-08-27T04:53:41.215Ztest lldp::test_lldp_parse ... ok
79912026-08-27T04:53:41.215Ztest pbuf::test_byte ... ok
79922026-08-27T04:53:41.215Ztest icmp::test_v6_checksum ... ok
79932026-08-27T04:53:41.215Ztest pbuf::test_nibble ... ok
79942026-08-27T04:53:41.215Ztest pbuf::test_short ... ok
79952026-08-27T04:53:41.215Ztest pbuf::test_overflow ... ok
79962026-08-27T04:53:41.215Ztest pbuf::test_twelve ... ok
79972026-08-27T04:53:41.215Ztest pbuf::test_word ... ok
79982026-08-27T04:53:41.215Ztest tcp::test_checksum_ack_data ... ok
79992026-08-27T04:53:41.215Ztest tcp::test_checksum_syn_nodata ... ok
80002026-08-27T04:53:41.215Z
80012026-08-27T04:53:41.215Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-27T04:53:41.215Z
80032026-08-27T04:53:41.219Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80042026-08-27T04:53:41.219Z
80052026-08-27T04:53:41.219Zrunning 0 tests
80062026-08-27T04:53:41.219Z
80072026-08-27T04:53:41.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082026-08-27T04:53:41.219Z
80092026-08-27T04:53:41.219Z Running unittests src/main.rs (target/debug/deps/swadm-345ac09f6d50183b)
80102026-08-27T04:53:41.241Z
80112026-08-27T04:53:41.241Zrunning 5 tests
80122026-08-27T04:53:41.246Ztest switchport::test::test_compute_lanes ... ok
80132026-08-27T04:53:41.250Ztest switchport::test::port_id_ordering ... ok
80142026-08-27T04:53:41.250Ztest link::test_filter ... ok
80152026-08-27T04:53:41.250Z Lane 0 Lane 1 Lane 2 Lane 3
80162026-08-27T04:53:41.250Z State: Activated Activated Activated Activated
80172026-08-27T04:53:41.250Z Rx Output Enabled: false false false false
80182026-08-27T04:53:41.251Z Rx Output Status: valid valid valid valid
80192026-08-27T04:53:41.251Z Rx Loss-of-lock: true true true Lane 0true
80202026-08-27T04:53:41.251Z Rx Loss-of-signal: false Lane 1false Lane 2 false falseLane 3
80212026-08-27T04:53:41.251Z
80222026-08-27T04:53:41.251ZRx Auto-squelch Disable: true Rx Loss-of-lock: Yestrue Yestrue true
80232026-08-27T04:53:41.251ZYes Tx Output Enabled: trueYes
80242026-08-27T04:53:41.251Ztrue Rx Loss-of-signal: Yes Yestrue true
80252026-08-27T04:53:41.251ZYes Tx Output Status: invalidYes
80262026-08-27T04:53:41.251Zinvalid Rx CDR Enabled: Yesinvalid invalidYes
80272026-08-27T04:53:41.251Z Yes Tx Loss-of-lock: falseYes
80282026-08-27T04:53:41.251Zfalse Tx Enabled: Yes Yesfalse falseYes
80292026-08-27T04:53:41.251Z Tx Loss-of-signal: trueYes
80302026-08-27T04:53:41.251Z Tx Loss-of-lock: Notrue Notrue Notrue
80312026-08-27T04:53:41.251Z No
80322026-08-27T04:53:41.251ZTx Auto-squelch Disable: false Tx Loss-of-signal: Nofalse Nofalse falseNo
80332026-08-27T04:53:41.251ZNo
80342026-08-27T04:53:41.251Z Tx Adaptive EQ Fail: true Tx CDR Enabled: No trueNo true true
80352026-08-27T04:53:41.251ZNo Tx Failure: falseNo
80362026-08-27T04:53:41.251Zfalse Tx Adaptive EQ Fault: No falseNo false
80372026-08-27T04:53:41.251ZNo Tx Force Squelch: trueNo
80382026-08-27T04:53:41.251Ztrue Tx Fault: Yestrue true
80392026-08-27T04:53:41.251ZYes Tx Input Polarity: normalYes normalYes
80402026-08-27T04:53:41.251Znormal normal
80412026-08-27T04:53:41.251Ztest switchport::test::test_print_cmis_datapath ... ok
80422026-08-27T04:53:41.251Ztest switchport::test::test_print_sff_datapath ... ok
80432026-08-27T04:53:41.251Z
80442026-08-27T04:53:41.251Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80452026-08-27T04:53:41.251Z
80462026-08-27T04:53:41.258Z Running tests/counters.rs (target/debug/deps/counters-5e671607b5277de1)
80472026-08-27T04:53:41.261Z
80482026-08-27T04:53:41.261Zrunning 1 test
80492026-08-27T04:53:41.261Ztest test_p4_counter_list ... ignored
80502026-08-27T04:53:41.261Z
80512026-08-27T04:53:41.261Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522026-08-27T04:53:41.261Z
80532026-08-27T04:53:41.261Z Running tests/port-link.rs (target/debug/deps/port_link-fdee62c46d72b32e)
80542026-08-27T04:53:41.264Z
80552026-08-27T04:53:41.264Zrunning 5 tests
80562026-08-27T04:53:41.269Ztest test_an ... ignored
80572026-08-27T04:53:41.269Ztest test_enable ... ignored
80582026-08-27T04:53:41.269Ztest test_ip_addresses ... ignored
80592026-08-27T04:53:41.269Ztest test_kr ... ignored
80602026-08-27T04:53:41.269Ztest test_mac ... ignored
80612026-08-27T04:53:41.269Z
80622026-08-27T04:53:41.269Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80632026-08-27T04:53:41.269Z
80642026-08-27T04:53:41.269Z Running unittests src/main.rs (target/debug/deps/tfportd-c9a4735e9e99b257)
80652026-08-27T04:53:41.273Z
80662026-08-27T04:53:41.273Zrunning 3 tests
80672026-08-27T04:53:41.273Ztest linklocal::test_parse_ipadm ... ok
80682026-08-27T04:53:41.273Ztest tfport::test_parse_tfport ... ok
80692026-08-27T04:53:41.273Ztest config::tests::test_updates ... ok
80702026-08-27T04:53:41.273Z
80712026-08-27T04:53:41.273Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80722026-08-27T04:53:41.273Z
80732026-08-27T04:53:41.273Z Running unittests src/main.rs (target/debug/deps/uplinkd-33cedc10e468ee04)
80742026-08-27T04:53:41.278Z
80752026-08-27T04:53:41.278Zrunning 0 tests
80762026-08-27T04:53:41.283Z
80772026-08-27T04:53:41.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80782026-08-27T04:53:41.283Z
80792026-08-27T04:53:41.283Z Running unittests src/main.rs (target/debug/deps/xtask-5cb6d513503f44c8)
80802026-08-27T04:53:41.283Z
80812026-08-27T04:53:41.283Zrunning 0 tests
80822026-08-27T04:53:41.283Z
80832026-08-27T04:53:41.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80842026-08-27T04:53:41.286Z
80852026-08-27T04:53:41.286Z Doc-tests aal
80862026-08-27T04:53:41.508Z
80872026-08-27T04:53:41.508Zrunning 0 tests
80882026-08-27T04:53:41.508Z
80892026-08-27T04:53:41.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80902026-08-27T04:53:41.513Z
80912026-08-27T04:53:41.536Z Doc-tests aal_macros
80922026-08-27T04:53:41.607Z
80932026-08-27T04:53:41.607Zrunning 0 tests
80942026-08-27T04:53:41.610Z
80952026-08-27T04:53:41.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-08-27T04:53:41.610Z
80972026-08-27T04:53:41.622Z Doc-tests common
80982026-08-27T04:53:41.851Z
80992026-08-27T04:53:41.852Zrunning 0 tests
81002026-08-27T04:53:41.852Z
81012026-08-27T04:53:41.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-27T04:53:41.852Z
81032026-08-27T04:53:41.880Z Doc-tests dpd_api
81042026-08-27T04:53:42.600Z
81052026-08-27T04:53:42.600Zrunning 2 tests
81062026-08-27T04:53:42.600Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81072026-08-27T04:53:42.600Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81082026-08-27T04:53:42.600Z
81092026-08-27T04:53:42.600Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81102026-08-27T04:53:42.601Z
81112026-08-27T04:53:42.632Z Doc-tests dpd_client
81122026-08-27T04:53:44.133Z
81132026-08-27T04:53:44.133Zrunning 0 tests
81142026-08-27T04:53:44.133Z
81152026-08-27T04:53:44.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162026-08-27T04:53:44.133Z
81172026-08-27T04:53:44.192Z Doc-tests dpd_types
81182026-08-27T04:53:44.385Z
81192026-08-27T04:53:44.387Zrunning 0 tests
81202026-08-27T04:53:44.387Z
81212026-08-27T04:53:44.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81222026-08-27T04:53:44.387Z
81232026-08-27T04:53:44.407Z Doc-tests dpd_types_versions
81242026-08-27T04:53:45.941Z
81252026-08-27T04:53:45.941Zrunning 1 test
81262026-08-27T04:53:45.941Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81272026-08-27T04:53:45.941Z
81282026-08-27T04:53:45.941Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81292026-08-27T04:53:45.941Z
81302026-08-27T04:53:45.995Z Doc-tests packet
81312026-08-27T04:53:46.218Z
81322026-08-27T04:53:46.218Zrunning 0 tests
81332026-08-27T04:53:46.218Z
81342026-08-27T04:53:46.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81352026-08-27T04:53:46.218Z
81362026-08-27T04:53:46.249Z Doc-tests pcap
81372026-08-27T04:53:46.298Z
81382026-08-27T04:53:46.298Zrunning 0 tests
81392026-08-27T04:53:46.298Z
81402026-08-27T04:53:46.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81412026-08-27T04:53:46.298Z
81422026-08-27T04:53:46.349Z+ for feat in tofino_stub tofino_asic softnpu chaos
81432026-08-27T04:53:46.349Z+ RUST_BACKTRACE=full
81442026-08-27T04:53:46.349Z+ cargo test --features chaos --no-fail-fast
81452026-08-27T04:53:46.996Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81462026-08-27T04:53:47.045Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81472026-08-27T04:53:47.088Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81482026-08-27T04:53:55.796Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81492026-08-27T04:53:55.941Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81502026-08-27T04:54:33.544Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.17s
81512026-08-27T04:54:33.669Z Running unittests src/lib.rs (target/debug/deps/aal-82a1f74d3ac69fbb)
81522026-08-27T04:54:33.679Z
81532026-08-27T04:54:33.679Zrunning 0 tests
81542026-08-27T04:54:33.679Z
81552026-08-27T04:54:33.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-08-27T04:54:33.683Z
81572026-08-27T04:54:33.683Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81582026-08-27T04:54:33.686Z
81592026-08-27T04:54:33.686Zrunning 0 tests
81602026-08-27T04:54:33.686Z
81612026-08-27T04:54:33.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-08-27T04:54:33.686Z
81632026-08-27T04:54:33.686Z Running unittests src/lib.rs (target/debug/deps/asic-fc268ad5477b5805)
81642026-08-27T04:54:33.693Z
81652026-08-27T04:54:33.694Zrunning 0 tests
81662026-08-27T04:54:33.694Z
81672026-08-27T04:54:33.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81682026-08-27T04:54:33.696Z
81692026-08-27T04:54:33.696Z Running unittests src/lib.rs (target/debug/deps/common-6597333c7fe7fdd6)
81702026-08-27T04:54:33.718Z
81712026-08-27T04:54:33.718Zrunning 4 tests
81722026-08-27T04:54:33.721Ztest nat::tests::test_vni ... ok
81732026-08-27T04:54:33.721Ztest network::tests::test_generate_ipv6_link_local ... ok
81742026-08-27T04:54:33.726Ztest test_purge ... ok
81752026-08-27T04:54:33.729Ztest illumos::test::address_exists_handles_missing_object ... ok
81762026-08-27T04:54:33.729Z
81772026-08-27T04:54:33.729Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81782026-08-27T04:54:33.729Z
81792026-08-27T04:54:33.732Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5fa23a032ec3e709)
81802026-08-27T04:54:33.757Z
81812026-08-27T04:54:33.757Zrunning 1 test
81822026-08-27T04:54:33.760Z -------
81832026-08-27T04:54:33.763Z Generating OpenAPI documents from API definitions ...
81842026-08-27T04:54:33.921Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81852026-08-27T04:54:33.996Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81862026-08-27T04:54:35.053Z -------
81872026-08-27T04:54:35.053Z Checking 13 OpenAPI documents...
81882026-08-27T04:54:35.053Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-27T04:54:35.053Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-27T04:54:35.053Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-27T04:54:35.053Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-27T04:54:35.057Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-27T04:54:35.057Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-27T04:54:35.057Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-27T04:54:35.057Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-27T04:54:35.057Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-27T04:54:35.057Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-27T04:54:35.057Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-27T04:54:35.057Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-27T04:54:35.057Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-27T04:54:35.057Z Fresh dpd "latest" symlink
82022026-08-27T04:54:35.057Z -------
82032026-08-27T04:54:35.057Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82042026-08-27T04:54:35.124Ztest test::test_apis_up_to_date ... ok
82052026-08-27T04:54:35.124Z
82062026-08-27T04:54:35.124Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
82072026-08-27T04:54:35.124Z
82082026-08-27T04:54:35.185Z Running unittests src/main.rs (target/debug/deps/dpd-dcefc9e648c53a44)
82092026-08-27T04:54:35.193Z
82102026-08-27T04:54:35.193Zrunning 34 tests
82112026-08-27T04:54:35.196Ztest freemap::test_ordering ... ok
82122026-08-27T04:54:35.196Ztest config::tests::test_updates ... ok
82132026-08-27T04:54:35.196Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82142026-08-27T04:54:35.196Ztest freemap::test_split ... ok
82152026-08-27T04:54:35.196Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82162026-08-27T04:54:35.201Ztest macaddrs::tests::test_mac_offset ... ok
82172026-08-27T04:54:35.201Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82182026-08-27T04:54:35.201ZAug 27 04:54:34.290 DEBG created new freemapAug 27 04:54:34.290, unitDEBG: created new freemapfreemap_test,
82192026-08-27T04:54:35.201Zunit: freemap_test
82202026-08-27T04:54:35.201ZAug 27 04:54:34.290Aug 27 04:54:34.290 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82212026-08-27T04:54:35.201Z
82222026-08-27T04:54:35.201Ztest macaddrs::tests::test_parse_port_id ... ok
82232026-08-27T04:54:35.201ZAug 27 04:54:34.290Aug 27 04:54:34.290 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
82242026-08-27T04:54:35.201Z
82252026-08-27T04:54:35.201ZAug 27 04:54:34.291 DEBG created new freemap, unit:Aug 27 04:54:34.291 freemap_testDEBG
82262026-08-27T04:54:35.201Z created new freemap, unitAug 27 04:54:34.291: DEBGfreemap_test
82272026-08-27T04:54:35.201Zinitted freemap. size: 128, unit: freemap_test
82282026-08-27T04:54:35.201ZAug 27 04:54:34.291 DEBG initted freemap. size: 128Aug 27 04:54:34.291, unitDEBG: reset freemapfreemap_test,
82292026-08-27T04:54:35.201Zunit: freemap_test
82302026-08-27T04:54:35.201ZAug 27 04:54:34.291 DEBG reset freemap, unit: freemap_test
82312026-08-27T04:54:35.201Ztest freemap::test_free ... ok
82322026-08-27T04:54:35.201Ztest freemap::test_exhaustion ... ok
82332026-08-27T04:54:35.201Ztest nat::test_mapping ... ok
82342026-08-27T04:54:35.202Ztest freemap::test_basic ... ok
82352026-08-27T04:54:35.202Ztest freemap::test_reclaim ... ok
82362026-08-27T04:54:35.202Ztest port_map::tests::test_backplane_group ... ok
82372026-08-27T04:54:35.202Ztest port_map::tests::test_port_map ... ok
82382026-08-27T04:54:35.202Ztest port_map::tests::dump_map ... ok
82392026-08-27T04:54:35.202ZAug 27 04:54:34.291 DEBG created new freemap, unit: freemap_test
82402026-08-27T04:54:35.202ZAug 27 04:54:34.291 DEBG initted freemap. size: 8, unit: freemap_test
82412026-08-27T04:54:35.202ZAug 27 04:54:34.291 DEBG reset freemap, unit: freemap_test
82422026-08-27T04:54:35.202Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82432026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG created new freemap, unit: freemap_test
82442026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG initted freemap. size: 128, unit: freemap_test
82452026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG reset freemap, unit: freemap_test
82462026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG created new freemap, unit: freemap_route_ipv4
82472026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG created new freemap, unit: freemap_route_ipv6
82482026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82492026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG reset freemap, unit: freemap_route_ipv4
82502026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82512026-08-27T04:54:35.202ZAug 27 04:54:34.292Aug 27 04:54:34.292 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv4
82522026-08-27T04:54:35.202Z
82532026-08-27T04:54:35.202ZAug 27 04:54:34.292 Aug 27 04:54:34.292INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
82542026-08-27T04:54:35.202Zcreated new freemap, unit: Aug 27 04:54:34.292freemap_route_ipv6
82552026-08-27T04:54:35.202ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82562026-08-27T04:54:35.202ZAug 27 04:54:34.292 Aug 27 04:54:34.292DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
82572026-08-27T04:54:35.202Z: freemap_route_ipv4
82582026-08-27T04:54:35.202ZAug 27 04:54:34.292 DEBG Aug 27 04:54:34.292replacing 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 } }]
82592026-08-27T04:54:35.203ZDEBG reset freemap, Aug 27 04:54:34.292unit :INFO freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82602026-08-27T04:54:35.203Z
82612026-08-27T04:54:35.203ZAug 27 04:54:34.292Aug 27 04:54:34.292 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 } }]initted freemap. size: 64
82622026-08-27T04:54:35.203Z, unit: freemap_route_ipv6Aug 27 04:54:34.292
82632026-08-27T04:54:35.203Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82642026-08-27T04:54:35.203ZAug 27 04:54:34.292 DEBGAug 27 04:54:34.292 reset freemapDEBG, unitreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
82652026-08-27T04:54:35.203Z freemap_route_ipv6
82662026-08-27T04:54:35.203ZAug 27 04:54:34.292 INFOAug 27 04:54:34.292 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
82672026-08-27T04:54:35.203Z adding route 3fff:dead::/64 -> 2001:db8::55:1
82682026-08-27T04:54:35.203ZAug 27 04:54:34.292 Aug 27 04:54:34.292DEBG 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 } }]
82692026-08-27T04:54:35.203Zreplacing 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 } }]
82702026-08-27T04:54:35.203ZAug 27 04:54:34.292 INFOAug 27 04:54:34.292 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
82712026-08-27T04:54:35.203Z adding route 3fff:dead::/64 -> 2001:db8::55:1
82722026-08-27T04:54:35.203ZAug 27 04:54:34.292 Aug 27 04:54:34.292DEBG 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 } }]
82732026-08-27T04:54:35.203Zreplacing 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 } }]
82742026-08-27T04:54:35.203ZAug 27 04:54:34.292 INFOAug 27 04:54:34.292 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
82752026-08-27T04:54:35.203Z adding route 3fff:dead::/64 -> 2001:db8::55:1
82762026-08-27T04:54:35.203ZAug 27 04:54:34.292 Aug 27 04:54:34.292DEBG 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 } }]
82772026-08-27T04:54:35.203Zreplacing 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 } }]
82782026-08-27T04:54:35.203ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
82792026-08-27T04:54:35.203Z
82802026-08-27T04:54:35.203ZAug 27 04:54:34.292Aug 27 04:54:34.292 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:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82812026-08-27T04:54:35.203Z
82822026-08-27T04:54:35.203ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82832026-08-27T04:54:35.203Z
82842026-08-27T04:54:35.203Ztest api_server::tests::test_build_info ... ok
82852026-08-27T04:54:35.203ZAug 27 04:54:34.292Aug 27 04:54:34.292 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: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 } }]
82862026-08-27T04:54:35.204Z
82872026-08-27T04:54:35.204Ztest freemap::test_span ... ok
82882026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82892026-08-27T04:54:35.204Z
82902026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 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 } }]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 } }]
82912026-08-27T04:54:35.204Z
82922026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82932026-08-27T04:54:35.204Z
82942026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 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: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 } }]
82952026-08-27T04:54:35.204Z
82962026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82972026-08-27T04:54:35.204Z
82982026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
82992026-08-27T04:54:35.204Z
83002026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83012026-08-27T04:54:35.204Z
83022026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83032026-08-27T04:54:35.204Z
83042026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83052026-08-27T04:54:35.204Z
83062026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83072026-08-27T04:54:35.204Z
83082026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83092026-08-27T04:54:35.204Z
83102026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83112026-08-27T04:54:35.204Z
83122026-08-27T04:54:35.204ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83132026-08-27T04:54:35.204Z
83142026-08-27T04:54:35.205ZAug 27 04:54:34.292Aug 27 04:54:34.292 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: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 } }]
83152026-08-27T04:54:35.205Z
83162026-08-27T04:54:35.209ZAug 27 04:54:34.292Aug 27 04:54:34.292 Aug 27 04:54:34.292INFOINFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ffcreated new freemap
83172026-08-27T04:54:35.209Z
83182026-08-27T04:54:35.209Z, unit: freemap_route_ipv4Aug 27 04:54:34.292Aug 27 04:54:34.292
83192026-08-27T04:54:35.209ZDEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83202026-08-27T04:54:35.209Z
83212026-08-27T04:54:35.209ZAug 27 04:54:34.292 DEBG created new freemapAug 27 04:54:34.292, unitAug 27 04:54:34.292:INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff freemap_route_ipv6adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83222026-08-27T04:54:35.209Z
83232026-08-27T04:54:35.209Z
83242026-08-27T04:54:35.209ZAug 27 04:54:34.292Aug 27 04:54:34.292Aug 27 04:54:34.292 DEBGDEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83252026-08-27T04:54:35.209Z initted freemap. size: 64replacing 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 } }],
83262026-08-27T04:54:35.209Zunit:Aug 27 04:54:34.292 freemap_route_ipv4Aug 27 04:54:34.292INFO INFO
83272026-08-27T04:54:35.209Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83282026-08-27T04:54:35.209Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 27 04:54:34.292
83292026-08-27T04:54:35.209Z DEBGAug 27 04:54:34.292 Aug 27 04:54:34.292DEBGreset freemap 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 } }], DEBGunit
83302026-08-27T04:54:35.209Z :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 } }]
83312026-08-27T04:54:35.209Zfreemap_route_ipv4
83322026-08-27T04:54:35.209ZAug 27 04:54:34.292Aug 27 04:54:34.292 Aug 27 04:54:34.292 INFOINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
83332026-08-27T04:54:35.209Z,
83342026-08-27T04:54:35.209Zunit: freemap_route_ipv6Aug 27 04:54:34.292
83352026-08-27T04:54:35.209Z Aug 27 04:54:34.292DEBG 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 27 04:54:34.292replacing 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 } }]
83362026-08-27T04:54:35.209Z
83372026-08-27T04:54:35.209ZDEBG reset freemap, unitAug 27 04:54:34.292Aug 27 04:54:34.292 INFOINFO: adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv6
83382026-08-27T04:54:35.209Z
83392026-08-27T04:54:35.209Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83402026-08-27T04:54:35.209ZAug 27 04:54:34.292Aug 27 04:54:34.292Aug 27 04:54:34.292 DEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83412026-08-27T04:54:35.210Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83422026-08-27T04:54:35.210Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:54:34.292
83432026-08-27T04:54:35.210Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 27 04:54:34.292
83442026-08-27T04:54:35.210Z Aug 27 04:54:34.292INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83452026-08-27T04:54:35.210ZAug 27 04:54:34.292replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83462026-08-27T04:54:35.210ZDEBG Aug 27 04:54:34.292replacing 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 27 04:54:34.292DEBG
83472026-08-27T04:54:35.210Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83482026-08-27T04:54:35.210Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:54:34.292
83492026-08-27T04:54:35.210Z INFOAug 27 04:54:34.292 Aug 27 04:54:34.292adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83502026-08-27T04:54:35.210ZDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 27 04:54:34.292
83512026-08-27T04:54:35.210Z
83522026-08-27T04:54:35.210Z 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 } }]
83532026-08-27T04:54:35.210ZAug 27 04:54:34.292Aug 27 04:54:34.292 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
83542026-08-27T04:54:35.210Zreplacing 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 27 04:54:34.292
83552026-08-27T04:54:35.210Z INFOAug 27 04:54:34.292 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBGAug 27 04:54:34.292
83562026-08-27T04:54:35.210Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
83572026-08-27T04:54:35.210Z Aug 27 04:54:34.292adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83582026-08-27T04:54:35.210ZDEBGAug 27 04:54:34.292 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
83592026-08-27T04:54:35.210Z Aug 27 04:54:34.292adding route 3fff:dead::/64 -> 2001:db8::55:4
83602026-08-27T04:54:35.210ZDEBG Aug 27 04:54:34.292replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 27 04:54:34.292INFO
83612026-08-27T04:54:35.210Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
83622026-08-27T04:54:35.210Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
83632026-08-27T04:54:35.210ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293 INFO DEBGINFO adding route 3fff:beef::/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 } }]
83642026-08-27T04:54:35.210Ztest port_map::tests::parse_softnpu_revision ... ok
83652026-08-27T04:54:35.210Z
83662026-08-27T04:54:35.210Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83672026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293INFO DEBG DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83682026-08-27T04:54:35.211Zreplacing 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: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 } }]
83692026-08-27T04:54:35.211Z
83702026-08-27T04:54:35.211ZAug 27 04:54:34.293 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:54:34.293Aug 27 04:54:34.293
83712026-08-27T04:54:35.211Z INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 27 04:54:34.293adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83722026-08-27T04:54:35.211Z
83732026-08-27T04:54:35.211ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83742026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293Aug 27 04:54:34.293 DEBGDEBGDEBG 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 } }]
83752026-08-27T04:54:35.211Zreplacing 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: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 } }]
83762026-08-27T04:54:35.211Z
83772026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293INFO INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83782026-08-27T04:54:35.211Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83792026-08-27T04:54:35.211Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83802026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293Aug 27 04:54:34.293 DEBG DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83812026-08-27T04:54:35.211Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83822026-08-27T04:54:35.211Z
83832026-08-27T04:54:35.211ZAug 27 04:54:34.293 Aug 27 04:54:34.293Aug 27 04:54:34.293INFO INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83842026-08-27T04:54:35.211Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
83852026-08-27T04:54:35.211Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83862026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293DEBGDEBG 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 } }]
83872026-08-27T04:54:35.211Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83882026-08-27T04:54:35.211Z
83892026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293Aug 27 04:54:34.293 INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83902026-08-27T04:54:35.211ZINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83912026-08-27T04:54:35.211Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83922026-08-27T04:54:35.211ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293DEBG 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: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 } }]
83932026-08-27T04:54:35.211Z
83942026-08-27T04:54:35.212ZAug 27 04:54:34.293replacing 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 } }]
83952026-08-27T04:54:35.212ZDEBG Aug 27 04:54:34.293created new freemap Aug 27 04:54:34.293INFO Aug 27 04:54:34.293 , INFOINFOunit :adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83962026-08-27T04:54:35.212Zfreemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83972026-08-27T04:54:35.212Z
83982026-08-27T04:54:35.212Z
83992026-08-27T04:54:35.212ZAug 27 04:54:34.293 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 27 04:54:34.293Aug 27 04:54:34.293 DEBGDEBG
84002026-08-27T04:54:35.212Zreplacing 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 } }]
84012026-08-27T04:54:35.212Zreplacing 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 27 04:54:34.293
84022026-08-27T04:54:35.212ZAug 27 04:54:34.293 DEBG INFOAug 27 04:54:34.293created new freemap Aug 27 04:54:34.293adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFO
84032026-08-27T04:54:35.212ZINFO, unit: adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 27 04:54:34.293adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84042026-08-27T04:54:35.212Zfreemap_route_ipv6
84052026-08-27T04:54:35.212Z
84062026-08-27T04:54:35.212Z DEBG Aug 27 04:54:34.293replacing 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 27 04:54:34.293
84072026-08-27T04:54:35.212Z DEBGDEBG Aug 27 04:54:34.293 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 } }]initted freemap. size: 64
84082026-08-27T04:54:35.212ZDEBGAug 27 04:54:34.293, unitreplacing 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 27 04:54:34.293 freemap_route_ipv4
84092026-08-27T04:54:35.212Z
84102026-08-27T04:54:35.212ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
84112026-08-27T04:54:35.212Z Aug 27 04:54:34.293adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84122026-08-27T04:54:35.212ZAug 27 04:54:34.293DEBG DEBG Aug 27 04:54:34.293reset freemapreplacing 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 } }]
84132026-08-27T04:54:35.212Z, DEBGAug 27 04:54:34.293unit : 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_ipv4Aug 27 04:54:34.293
84142026-08-27T04:54:35.212Z
84152026-08-27T04:54:35.212ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
84162026-08-27T04:54:35.217Z Aug 27 04:54:34.293adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 27 04:54:34.293
84172026-08-27T04:54:35.217Z DEBG INFOAug 27 04:54:34.293initted freemap. size: 64 , DEBGunitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:
84182026-08-27T04:54:35.217Z freemap_route_ipv6Aug 27 04:54:34.293 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 27 04:54:34.293
84192026-08-27T04:54:35.217Z DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 27 04:54:34.293
84202026-08-27T04:54:35.217Z
84212026-08-27T04:54:35.217Z
84222026-08-27T04:54:35.217ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84232026-08-27T04:54:35.217ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293Aug 27 04:54:34.293INFO DEBGINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
84242026-08-27T04:54:35.217Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreset freemap , unitreplacing 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 } }]
84252026-08-27T04:54:35.217Z
84262026-08-27T04:54:35.218ZAug 27 04:54:34.293: DEBG freemap_route_ipv6
84272026-08-27T04:54:35.218Zreplacing 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 27 04:54:34.293Aug 27 04:54:34.293 DEBG
84282026-08-27T04:54:35.218Z Aug 27 04:54:34.293INFOreplacing 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 } }]
84292026-08-27T04:54:35.218ZAug 27 04:54:34.293 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFOINFO
84302026-08-27T04:54:35.218Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 27 04:54:34.293
84312026-08-27T04:54:35.218Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 27 04:54:34.293
84322026-08-27T04:54:35.218Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGAug 27 04:54:34.293 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 } }]
84332026-08-27T04:54:35.218ZDEBG
84342026-08-27T04:54:35.218Zreplacing 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 27 04:54:34.293
84352026-08-27T04:54:35.218Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 27 04:54:34.293Aug 27 04:54:34.293
84362026-08-27T04:54:35.218ZAug 27 04:54:34.293 Aug 27 04:54:34.293DEBGDEBG Aug 27 04:54:34.293replacing 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 } }]created new freemap
84372026-08-27T04:54:35.218Z, INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff unitINFO Aug 27 04:54:34.293:adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84382026-08-27T04:54:35.218Z
84392026-08-27T04:54:35.218Z INFOfreemap_route_ipv4
84402026-08-27T04:54:35.218Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 27 04:54:34.293Aug 27 04:54:34.293
84412026-08-27T04:54:35.218Z DEBGDEBG
84422026-08-27T04:54:35.218Z 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 27 04:54:34.293 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 } }]
84432026-08-27T04:54:35.218Z
84442026-08-27T04:54:35.218ZDEBG Aug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293DEBGAug 27 04:54:34.293 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 } }] INFO created new freemapINFOreplacing 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 } }], unitadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84452026-08-27T04:54:35.218Z:
84462026-08-27T04:54:35.218Z
84472026-08-27T04:54:35.218Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:54:34.293
84482026-08-27T04:54:35.218Zfreemap_route_ipv6
84492026-08-27T04:54:35.218ZINFOAug 27 04:54:34.293 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 27 04:54:34.293
84502026-08-27T04:54:35.218Z Aug 27 04:54:34.293DEBGAug 27 04:54:34.293 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 } }]
84512026-08-27T04:54:35.218Z DEBGAug 27 04:54:34.293 INFO DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84522026-08-27T04:54:35.219Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 27 04:54:34.293 DEBG initted freemap. size: 64
84532026-08-27T04:54:35.219ZAug 27 04:54:34.293INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFOreplacing 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 27 04:54:34.293
84542026-08-27T04:54:35.219Z
84552026-08-27T04:54:35.219Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84562026-08-27T04:54:35.219ZDEBG 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 27 04:54:34.293
84572026-08-27T04:54:35.219ZAug 27 04:54:34.293 Aug 27 04:54:34.293 INFODEBGDEBG Aug 27 04:54:34.293 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:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84582026-08-27T04:54:35.219Z
84592026-08-27T04:54:35.219Z
84602026-08-27T04:54:35.219ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
84612026-08-27T04:54:35.219ZAug 27 04:54:34.293Aug 27 04:54:34.293 INFOINFOAug 27 04:54:34.293Aug 27 04:54:34.293 DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
84622026-08-27T04:54:35.219ZDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/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 } }]
84632026-08-27T04:54:35.219ZAug 27 04:54:34.293
84642026-08-27T04:54:35.219Z
84652026-08-27T04:54:35.219Z 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 } }]
84662026-08-27T04:54:35.219ZAug 27 04:54:34.293Aug 27 04:54:34.293Aug 27 04:54:34.293 DEBGINFO Aug 27 04:54:34.293replacing 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 } }]
84672026-08-27T04:54:35.219ZINFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84682026-08-27T04:54:35.219Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84692026-08-27T04:54:35.219ZAug 27 04:54:34.293
84702026-08-27T04:54:35.219Z INFOAug 27 04:54:34.293 Aug 27 04:54:34.293 Aug 27 04:54:34.293 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
84712026-08-27T04:54:35.219ZDEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84722026-08-27T04:54:35.219Z 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: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 } }]
84732026-08-27T04:54:35.219Z
84742026-08-27T04:54:35.219ZAug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293INFODEBG 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 27 04:54:34.293
84752026-08-27T04:54:35.219Z INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO Aug 27 04:54:34.293
84762026-08-27T04:54:35.219Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO
84772026-08-27T04:54:35.219Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 27 04:54:34.293adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84782026-08-27T04:54:35.219Z
84792026-08-27T04:54:35.220ZAug 27 04:54:34.293DEBG 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 27 04:54:34.293
84802026-08-27T04:54:35.220ZDEBG Aug 27 04:54:34.293replacing 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 } }]
84812026-08-27T04:54:35.220ZDEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:54:34.293 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84822026-08-27T04:54:35.220Z
84832026-08-27T04:54:35.220Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 27 04:54:34.293
84842026-08-27T04:54:35.220Z Aug 27 04:54:34.293INFO Aug 27 04:54:34.293 INFOAug 27 04:54:34.293adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84852026-08-27T04:54:35.220Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
84862026-08-27T04:54:35.220Z 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 } }]
84872026-08-27T04:54:35.220Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 27 04:54:34.293
84882026-08-27T04:54:35.220Z Aug 27 04:54:34.293DEBG Aug 27 04:54:34.293DEBG 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: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 } }]
84892026-08-27T04:54:35.220Z Aug 27 04:54:34.293DEBG
84902026-08-27T04:54:35.220ZAug 27 04:54:34.293INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 27 04:54:34.293
84912026-08-27T04:54:35.220Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO
84922026-08-27T04:54:35.220Zreplacing 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 27 04:54:34.293adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84932026-08-27T04:54:35.220Z
84942026-08-27T04:54:35.220ZDEBG 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 27 04:54:34.293
84952026-08-27T04:54:35.220Z Aug 27 04:54:34.293Aug 27 04:54:34.293 DEBGINFO Aug 27 04:54:34.293 DEBG adding route 3fff:beef:11::/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 } }]
84962026-08-27T04:54:35.220ZINFO
84972026-08-27T04:54:35.220Z adding route 3fff:beef:5::/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 } }]
84982026-08-27T04:54:35.220ZAug 27 04:54:34.293
84992026-08-27T04:54:35.220Z Aug 27 04:54:34.293INFOAug 27 04:54:34.293 Aug 27 04:54:34.293DEBG DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
85002026-08-27T04:54:35.220Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85012026-08-27T04:54:35.220Zreplacing 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 } }]
85022026-08-27T04:54:35.220ZAug 27 04:54:34.293 Aug 27 04:54:34.293
85032026-08-27T04:54:35.220ZDEBG Aug 27 04:54:34.293replacing 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 } }] DEBGINFOAug 27 04:54:34.293 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:12::/64 -> 2001:db8::55:ff
85042026-08-27T04:54:35.220Z
85052026-08-27T04:54:35.220Z
85062026-08-27T04:54:35.221ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 27 04:54:34.293
85072026-08-27T04:54:35.221ZAug 27 04:54:34.293 Aug 27 04:54:34.293INFO DEBG Aug 27 04:54:34.293 adding route 3fff:beef:24::/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 } }]
85082026-08-27T04:54:35.221Z
85092026-08-27T04:54:35.221Z INFODEBG Aug 27 04:54:34.293Aug 27 04:54:34.293adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85102026-08-27T04:54:35.221Zreplacing 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
85112026-08-27T04:54:35.221ZINFO 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 } }]
85122026-08-27T04:54:35.221Z
85132026-08-27T04:54:35.221ZAug 27 04:54:34.293Aug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293 INFODEBG DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
85142026-08-27T04:54:35.221Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85152026-08-27T04:54:35.221Zreplacing 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 } }]
85162026-08-27T04:54:35.225Z
85172026-08-27T04:54:35.225ZAug 27 04:54:34.293Aug 27 04:54:34.293Aug 27 04:54:34.293 INFODEBG DEBGadding route 3fff:beef:14::/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 } }]
85182026-08-27T04:54:35.225ZAug 27 04:54:34.293replacing 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 } }]
85192026-08-27T04:54:35.225Z
85202026-08-27T04:54:35.225ZINFOAug 27 04:54:34.293 Aug 27 04:54:34.293DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 27 04:54:34.293replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85212026-08-27T04:54:35.226Z INFO Aug 27 04:54:34.293adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
85222026-08-27T04:54:35.226Z
85232026-08-27T04:54:35.226Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
85242026-08-27T04:54:35.226Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85252026-08-27T04:54:35.226ZAug 27 04:54:34.293 Aug 27 04:54:34.293Aug 27 04:54:34.293DEBG Aug 27 04:54:34.293DEBG DEBG 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 } }] 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 } }]
85262026-08-27T04:54:35.226Zreplacing 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: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 } }]
85272026-08-27T04:54:35.226Z
85282026-08-27T04:54:35.226Z
85292026-08-27T04:54:35.226ZAug 27 04:54:34.293 INFO Aug 27 04:54:34.293Aug 27 04:54:34.293 Aug 27 04:54:34.293adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85302026-08-27T04:54:35.226Z
85312026-08-27T04:54:35.226ZAug 27 04:54:34.293 DEBGAug 27 04:54:34.293 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
85322026-08-27T04:54:35.226Z 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 } }], unit
85332026-08-27T04:54:35.226Z:Aug 27 04:54:34.293 freemap_route_ipv4INFOAug 27 04:54:34.293
85342026-08-27T04:54:35.226Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85352026-08-27T04:54:35.226ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85362026-08-27T04:54:35.226ZAug 27 04:54:34.294Aug 27 04:54:34.294 Aug 27 04:54:34.294DEBGDEBG reset freemapDEBG, replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
85372026-08-27T04:54:35.226Z:
85382026-08-27T04:54:35.226Z freemap_route_ipv4
85392026-08-27T04:54:35.226ZAug 27 04:54:34.294Aug 27 04:54:34.294 Aug 27 04:54:34.294INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85402026-08-27T04:54:35.226Z
85412026-08-27T04:54:35.226ZDEBG initted freemap. size: 64, unitAug 27 04:54:34.294: Aug 27 04:54:34.294DEBG freemap_route_ipv6
85422026-08-27T04:54:35.226ZDEBGreplacing 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 } }]
85432026-08-27T04:54:35.226Zreplacing 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 } }]
85442026-08-27T04:54:35.226ZAug 27 04:54:34.294 DEBGAug 27 04:54:34.294Aug 27 04:54:34.294 reset freemap INFO, INFOunit adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85452026-08-27T04:54:35.226Z freemap_route_ipv6
85462026-08-27T04:54:35.227Z
85472026-08-27T04:54:35.227ZAug 27 04:54:34.294 Aug 27 04:54:34.294DEBGAug 27 04:54:34.294 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
85482026-08-27T04:54:35.227Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
85492026-08-27T04:54:35.227Z
85502026-08-27T04:54:35.227ZAug 27 04:54:34.294 INFOAug 27 04:54:34.294 Aug 27 04:54:34.294DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85512026-08-27T04:54:35.227ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:d::/64 -> 2001:db8::55:ff
85522026-08-27T04:54:35.227Z
85532026-08-27T04:54:35.227ZAug 27 04:54:34.294 Aug 27 04:54:34.294DEBG 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 } }]
85542026-08-27T04:54:35.227Zreplacing 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 27 04:54:34.294
85552026-08-27T04:54:35.227ZAug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85562026-08-27T04:54:35.227Z
85572026-08-27T04:54:35.227ZINFOAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85582026-08-27T04:54:35.227Z
85592026-08-27T04:54:35.227Zreplacing 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 } }]
85602026-08-27T04:54:35.227ZINFOAug 27 04:54:34.294 Aug 27 04:54:34.294adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85612026-08-27T04:54:35.227ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
85622026-08-27T04:54:35.227Z DEBGDEBG Aug 27 04:54:34.294Aug 27 04:54:34.294replacing 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 } }]
85632026-08-27T04:54:35.227ZDEBG DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
85642026-08-27T04:54:35.227Zreplacing 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 } }]
85652026-08-27T04:54:35.227ZAug 27 04:54:34.294
85662026-08-27T04:54:35.227Z INFO Aug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
85672026-08-27T04:54:35.227Z INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85682026-08-27T04:54:35.227Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
85692026-08-27T04:54:35.227Z
85702026-08-27T04:54:35.227Z DEBG Aug 27 04:54:34.294replacing 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 27 04:54:34.294
85712026-08-27T04:54:35.227ZDEBG DEBG Aug 27 04:54:34.294 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 27 04:54:34.294replacing 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 } }]
85722026-08-27T04:54:35.227Z INFO
85732026-08-27T04:54:35.228Z 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:18::/64 -> 2001:db8::55:ff
85742026-08-27T04:54:35.228Z
85752026-08-27T04:54:35.228ZAug 27 04:54:34.294 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
85762026-08-27T04:54:35.228ZAug 27 04:54:34.294 INFOAug 27 04:54:34.294 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 27 04:54:34.294INFO
85772026-08-27T04:54:35.228Z adding route 3fff:beef:2e::/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 } }]
85782026-08-27T04:54:35.228Z
85792026-08-27T04:54:35.228ZDEBG Aug 27 04:54:34.294replacing 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 27 04:54:34.294
85802026-08-27T04:54:35.228ZAug 27 04:54:34.294 DEBGINFODEBG Aug 27 04:54:34.294 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85812026-08-27T04:54:35.228Z
85822026-08-27T04:54:35.228Zreplacing 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 27 04:54:34.294Aug 27 04:54:34.294
85832026-08-27T04:54:35.228Z INFODEBG 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:2f::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
85842026-08-27T04:54:35.228Z
85852026-08-27T04:54:35.228Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO
85862026-08-27T04:54:35.228Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85872026-08-27T04:54:35.228Z
85882026-08-27T04:54:35.228ZAug 27 04:54:34.294 DEBGAug 27 04:54:34.294 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 27 04:54:34.294
85892026-08-27T04:54:35.228ZDEBG 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 } }] Aug 27 04:54:34.294adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85902026-08-27T04:54:35.228ZINFO
85912026-08-27T04:54:35.228Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
85922026-08-27T04:54:35.228Z Aug 27 04:54:34.294DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85932026-08-27T04:54:35.228Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85942026-08-27T04:54:35.228ZAug 27 04:54:34.294 DEBGAug 27 04:54:34.294Aug 27 04:54:34.294 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85952026-08-27T04:54:35.228ZDEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85962026-08-27T04:54:35.228ZAug 27 04:54:34.294
85972026-08-27T04:54:35.228Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85982026-08-27T04:54:35.228ZAug 27 04:54:34.294Aug 27 04:54:34.294 INFO DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85992026-08-27T04:54:35.228Z
86002026-08-27T04:54:35.228ZAug 27 04:54:34.294 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 27 04:54:34.294
86012026-08-27T04:54:35.229Z Aug 27 04:54:34.294DEBGAug 27 04:54:34.294 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
86022026-08-27T04:54:35.229ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86032026-08-27T04:54:35.229Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
86042026-08-27T04:54:35.229Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86052026-08-27T04:54:35.229ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGDEBGAug 27 04:54:34.294 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 } }]
86062026-08-27T04:54:35.229Z
86072026-08-27T04:54:35.229Zreplacing 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 } }]
86082026-08-27T04:54:35.229ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 INFOINFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86092026-08-27T04:54:35.229Z
86102026-08-27T04:54:35.229Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86112026-08-27T04:54:35.229ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 DEBG DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
86122026-08-27T04:54:35.229Z
86132026-08-27T04:54:35.229Z
86142026-08-27T04:54:35.229ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86152026-08-27T04:54:35.229Z
86162026-08-27T04:54:35.234ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86172026-08-27T04:54:35.234ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 DEBG DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
86182026-08-27T04:54:35.234Zreplacing 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 } }]
86192026-08-27T04:54:35.234Z
86202026-08-27T04:54:35.234ZAug 27 04:54:34.294Aug 27 04:54:34.294 Aug 27 04:54:34.294 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
86212026-08-27T04:54:35.234Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86222026-08-27T04:54:35.234Z
86232026-08-27T04:54:35.234ZAug 27 04:54:34.294Aug 27 04:54:34.294 Aug 27 04:54:34.294DEBGDEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86242026-08-27T04:54:35.234Zreplacing 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: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 } }]
86252026-08-27T04:54:35.234Z
86262026-08-27T04:54:35.234ZAug 27 04:54:34.294 INFOAug 27 04:54:34.294Aug 27 04:54:34.294 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86272026-08-27T04:54:35.234Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
86282026-08-27T04:54:35.234Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86292026-08-27T04:54:35.234ZAug 27 04:54:34.294Aug 27 04:54:34.294 Aug 27 04:54:34.294DEBG 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 } }] DEBG
86302026-08-27T04:54:35.234Z 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: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 } }]
86312026-08-27T04:54:35.235Z
86322026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294 Aug 27 04:54:34.294INFO INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86332026-08-27T04:54:35.235Z
86342026-08-27T04:54:35.235Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86352026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGAug 27 04:54:34.294DEBG 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 } }]
86362026-08-27T04:54:35.235Z 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: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 } }]
86372026-08-27T04:54:35.235Z
86382026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294 INFOINFO Aug 27 04:54:34.294 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86392026-08-27T04:54:35.235Z
86402026-08-27T04:54:35.235ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86412026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGAug 27 04:54:34.294 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
86422026-08-27T04:54:35.235Z
86432026-08-27T04:54:35.235ZDEBG 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 } }]
86442026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86452026-08-27T04:54:35.235Z
86462026-08-27T04:54:35.235Z INFOAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
86472026-08-27T04:54:35.235Z
86482026-08-27T04:54:35.235Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86492026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 INFOINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86502026-08-27T04:54:35.235Z
86512026-08-27T04:54:35.235Z
86522026-08-27T04:54:35.235ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 INFODEBG DEBG adding route 3fff:beef:3a::/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 } }]
86532026-08-27T04:54:35.235Z
86542026-08-27T04:54:35.235Z 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 27 04:54:34.294Aug 27 04:54:34.294
86552026-08-27T04:54:35.235Z INFOAug 27 04:54:34.294DEBG 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:26::/64 -> 2001:db8::55:ffINFO
86562026-08-27T04:54:35.235Z
86572026-08-27T04:54:35.236Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86582026-08-27T04:54:35.236ZAug 27 04:54:34.294Aug 27 04:54:34.294Aug 27 04:54:34.294 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86592026-08-27T04:54:35.236Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86602026-08-27T04:54:35.236Z
86612026-08-27T04:54:35.236ZAug 27 04:54:34.294 Aug 27 04:54:34.294Aug 27 04:54:34.294INFO DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86622026-08-27T04:54:35.236Z
86632026-08-27T04:54:35.236Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 27 04:54:34.294
86642026-08-27T04:54:35.236Z Aug 27 04:54:34.294INFO Aug 27 04:54:34.294adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG 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 } }]
86652026-08-27T04:54:35.236Z
86662026-08-27T04:54:35.236Z 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 27 04:54:34.294
86672026-08-27T04:54:35.236Z Aug 27 04:54:34.294INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86682026-08-27T04:54:35.236Zreplacing 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 27 04:54:34.294
86692026-08-27T04:54:35.236Z DEBGAug 27 04:54:34.294 Aug 27 04:54:34.294DEBGfailed to allocate space for the new target list INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86702026-08-27T04:54:35.236Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86712026-08-27T04:54:35.236ZAug 27 04:54:34.294 INFOAug 27 04:54:34.294 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
86722026-08-27T04:54:35.236Z 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 } }]
86732026-08-27T04:54:35.236Ztest route::tests::grow_succeeds ... ok
86742026-08-27T04:54:35.236ZAug 27 04:54:34.294 DEBG Aug 27 04:54:34.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 } }]
86752026-08-27T04:54:35.236Z
86762026-08-27T04:54:35.236ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
86772026-08-27T04:54:35.236ZAug 27 04:54:34.294 Aug 27 04:54:34.294INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86782026-08-27T04:54:35.236Zreplacing 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 } }]
86792026-08-27T04:54:35.236ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
86802026-08-27T04:54:35.236Z
86812026-08-27T04:54:35.236ZAug 27 04:54:34.294 INFOAug 27 04:54:34.294 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
86822026-08-27T04:54:35.236Z Aug 27 04:54:34.294replacing 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 } }]
86832026-08-27T04:54:35.236ZDEBG Aug 27 04:54:34.294replacing targets for 3fff:dead::/64 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 } }]
86842026-08-27T04:54:35.236ZDEBGAug 27 04:54:34.294 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 } }]
86852026-08-27T04:54:35.237ZDEBG failed to allocate space for the new target list
86862026-08-27T04:54:35.237ZAug 27 04:54:34.294 Aug 27 04:54:34.294INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86872026-08-27T04:54:35.237Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
86882026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
86892026-08-27T04:54:35.237Z
86902026-08-27T04:54:35.237ZAug 27 04:54:34.294 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86912026-08-27T04:54:35.237ZINFOAug 27 04:54:34.294 DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86922026-08-27T04:54:35.237Z
86932026-08-27T04:54:35.237ZAug 27 04:54:34.294 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86942026-08-27T04:54:35.237ZAug 27 04:54:34.294 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 } }]
86952026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86962026-08-27T04:54:35.237Z
86972026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
86982026-08-27T04:54:35.237Z
86992026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 INFODEBG adding route 3fff:beef:30::/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 } }]
87002026-08-27T04:54:35.237Z
87012026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
87022026-08-27T04:54:35.237Z
87032026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 INFODEBG adding route 3fff:beef:31::/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 } }]
87042026-08-27T04:54:35.237Z
87052026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
87062026-08-27T04:54:35.237Z
87072026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87082026-08-27T04:54:35.237Z
87092026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 INFODEBG adding route 3fff:beef:16::/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 } }]
87102026-08-27T04:54:35.237Z
87112026-08-27T04:54:35.237ZAug 27 04:54:34.294Aug 27 04:54:34.294 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87122026-08-27T04:54:35.238ZAug 27 04:54:34.294 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 } }]
87132026-08-27T04:54:35.238Z
87142026-08-27T04:54:35.238ZAug 27 04:54:34.295Aug 27 04:54:34.295 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
87152026-08-27T04:54:35.238Z
87162026-08-27T04:54:35.242ZAug 27 04:54:34.295Aug 27 04:54:34.295 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87172026-08-27T04:54:35.242Z
87182026-08-27T04:54:35.242ZAug 27 04:54:34.295Aug 27 04:54:34.295 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87192026-08-27T04:54:35.242Z
87202026-08-27T04:54:35.242ZAug 27 04:54:34.295Aug 27 04:54:34.295 Aug 27 04:54:34.295DEBG 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 } }]
87212026-08-27T04:54:35.242Zreplacing 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 } }]created new freemap
87222026-08-27T04:54:35.242Z, unitAug 27 04:54:34.295: Aug 27 04:54:34.295INFO freemap_route_ipv4adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
87232026-08-27T04:54:35.242Z
87242026-08-27T04:54:35.242Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
87252026-08-27T04:54:35.242ZAug 27 04:54:34.295Aug 27 04:54:34.295 Aug 27 04:54:34.295DEBG DEBGcreated new freemap , 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 } }] unit
87262026-08-27T04:54:35.243Zreplacing 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 } }]:
87272026-08-27T04:54:35.243Z freemap_route_ipv6
87282026-08-27T04:54:35.243ZAug 27 04:54:34.295Aug 27 04:54:34.295 Aug 27 04:54:34.295INFO DEBGINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87292026-08-27T04:54:35.243Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
87302026-08-27T04:54:35.243Zinitted freemap. size: 64Aug 27 04:54:34.295, unitDEBG:Aug 27 04:54:34.295 freemap_route_ipv4replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87312026-08-27T04:54:35.243ZDEBG
87322026-08-27T04:54:35.243Z 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 } }]
87332026-08-27T04:54:35.243ZAug 27 04:54:34.295 Aug 27 04:54:34.295DEBG Aug 27 04:54:34.295 reset freemapINFO, unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
87342026-08-27T04:54:35.243Z INFO freemap_route_ipv4adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
87352026-08-27T04:54:35.243Z
87362026-08-27T04:54:35.243ZAug 27 04:54:34.295 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:54:34.295Aug 27 04:54:34.295
87372026-08-27T04:54:35.243ZDEBGDEBG 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 } }]initted freemap. size: 64
87382026-08-27T04:54:35.243Z, Aug 27 04:54:34.295unit :INFO Aug 27 04:54:34.295freemap_route_ipv6 INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87392026-08-27T04:54:35.243Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
87402026-08-27T04:54:35.243Z
87412026-08-27T04:54:35.243ZAug 27 04:54:34.295 DEBGAug 27 04:54:34.295 reset freemapAug 27 04:54:34.295, DEBGunitDEBG : 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 } }]
87422026-08-27T04:54:35.243Zfreemap_route_ipv6replacing 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 } }]
87432026-08-27T04:54:35.243Z
87442026-08-27T04:54:35.243ZAug 27 04:54:34.295 Aug 27 04:54:34.295Aug 27 04:54:34.295INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87452026-08-27T04:54:35.243Z
87462026-08-27T04:54:35.243Z adding route 172.16.0.0/32 -> 10.0.0.1
87472026-08-27T04:54:35.243ZAug 27 04:54:34.295Aug 27 04:54:34.295 Aug 27 04:54:34.295DEBG 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 } }]
87482026-08-27T04:54:35.243Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
87492026-08-27T04:54:35.243ZAug 27 04:54:34.295 Aug 27 04:54:34.295INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87502026-08-27T04:54:35.243Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
87512026-08-27T04:54:35.243Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:54:34.295
87522026-08-27T04:54:35.244Z 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 } }]
87532026-08-27T04:54:35.244ZAug 27 04:54:34.295 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87542026-08-27T04:54:35.244ZAug 27 04:54:34.295 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 } }]
87552026-08-27T04:54:35.244ZAug 27 04:54:34.295 DEBG failed to allocate space for the new target list
87562026-08-27T04:54:35.244ZAug 27 04:54:34.295Aug 27 04:54:34.295 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
87572026-08-27T04:54:35.244Z
87582026-08-27T04:54:35.244ZAug 27 04:54:34.295 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 } }]
87592026-08-27T04:54:35.244ZAug 27 04:54:34.295 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87602026-08-27T04:54:35.244ZAug 27 04:54:34.295 DEBG Aug 27 04:54:34.295replacing 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 } }]
87612026-08-27T04:54:35.244ZDEBG created new freemapAug 27 04:54:34.295, unitINFO: adding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv4
87622026-08-27T04:54:35.244Z
87632026-08-27T04:54:35.244ZAug 27 04:54:34.295 Aug 27 04:54:34.295DEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87642026-08-27T04:54:35.244Zcreated new freemap, unit:Aug 27 04:54:34.295 freemap_route_ipv6INFO
87652026-08-27T04:54:35.244Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87662026-08-27T04:54:35.244ZAug 27 04:54:34.295 Aug 27 04:54:34.295DEBG DEBGinitted freemap. size: 64 , 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 } }]unit
87672026-08-27T04:54:35.244Z: freemap_route_ipv4
87682026-08-27T04:54:35.244ZAug 27 04:54:34.295 INFO Aug 27 04:54:34.295adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87692026-08-27T04:54:35.244ZDEBG reset freemap, unitAug 27 04:54:34.295: DEBGfreemap_route_ipv4
87702026-08-27T04:54:35.244Zreplacing 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 } }]
87712026-08-27T04:54:35.244ZAug 27 04:54:34.295 Aug 27 04:54:34.295DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
87722026-08-27T04:54:35.244Z: freemap_route_ipv6
87732026-08-27T04:54:35.244Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87742026-08-27T04:54:35.244ZAug 27 04:54:34.295 DEBGAug 27 04:54:34.295 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
87752026-08-27T04:54:35.244Z reset freemap, unitAug 27 04:54:34.295: INFOfreemap_route_ipv6
87762026-08-27T04:54:35.244Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87772026-08-27T04:54:35.244ZAug 27 04:54:34.295 Aug 27 04:54:34.295INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
87782026-08-27T04:54:35.244Zreplacing 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 } }]
87792026-08-27T04:54:35.245ZAug 27 04:54:34.295 Aug 27 04:54:34.295DEBG 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 } }]
87802026-08-27T04:54:35.245Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87812026-08-27T04:54:35.245ZAug 27 04:54:34.295Aug 27 04:54:34.295 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
87822026-08-27T04:54:35.245Z
87832026-08-27T04:54:35.245ZAug 27 04:54:34.295Aug 27 04:54:34.295 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87842026-08-27T04:54:35.245Z
87852026-08-27T04:54:35.245ZAug 27 04:54:34.295Aug 27 04:54:34.295 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
87862026-08-27T04:54:35.245Z
87872026-08-27T04:54:35.245ZAug 27 04:54:34.295Aug 27 04:54:34.295 INFODEBG adding route 3fff:beef:27::/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 } }]
87882026-08-27T04:54:35.245Z
87892026-08-27T04:54:35.245ZAug 27 04:54:34.295Aug 27 04:54:34.295 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87902026-08-27T04:54:35.245ZAug 27 04:54:34.296Aug 27 04:54:34.296 DEBGDEBG created new freemapcreated new freemapAug 27 04:54:34.295, Aug 27 04:54:34.302 unit, DEBGunitDEBG: : freemap_route_ipv4freemap_route_ipv4
87912026-08-27T04:54:35.245Zcreated new freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87922026-08-27T04:54:35.245Z, unit:
87932026-08-27T04:54:35.245Zfreemap_route_ipv4Aug 27 04:54:34.302 INFOAug 27 04:54:34.302
87942026-08-27T04:54:35.245Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG Aug 27 04:54:34.302created new freemap , DEBGunit : created new freemapfreemap_route_ipv6,
87952026-08-27T04:54:35.245Zunit
87962026-08-27T04:54:35.245Z: freemap_route_ipv6Aug 27 04:54:34.302Aug 27 04:54:34.302
87972026-08-27T04:54:35.245ZAug 27 04:54:34.295 DEBGDEBGDEBG Aug 27 04:54:34.302 created new freemapcreated new freemapinitted freemap. size: 64Aug 27 04:54:34.302, , , DEBGunitunitunit::DEBG initted freemap. size: 64:, freemap_route_ipv4replacing 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 } }]
87982026-08-27T04:54:35.245Zunitfreemap_route_ipv4
87992026-08-27T04:54:35.245Z
88002026-08-27T04:54:35.245Z: freemap_route_ipv4
88012026-08-27T04:54:35.245ZAug 27 04:54:34.302 freemap_route_ipv6DEBG
88022026-08-27T04:54:35.245Z reset freemapAug 27 04:54:34.302Aug 27 04:54:34.302Aug 27 04:54:34.302 DEBGDEBG , unit reset freemap:, INFOunit :freemap_route_ipv4
88032026-08-27T04:54:35.245Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemapfreemap_route_ipv4Aug 27 04:54:34.302
88042026-08-27T04:54:35.245Z, unit:DEBG
88052026-08-27T04:54:35.245Z Aug 27 04:54:34.302 initted freemap. size: 64, Aug 27 04:54:34.302unitDEBGfreemap_route_ipv6 Aug 27 04:54:34.302DEBG:initted freemap. size: 64 , freemap_route_ipv4initted freemap. size: 64
88062026-08-27T04:54:35.246Z
88072026-08-27T04:54:35.246Z, unit: unit:freemap_route_ipv6
88082026-08-27T04:54:35.246ZDEBG freemap_route_ipv6Aug 27 04:54:34.302Aug 27 04:54:34.302 Aug 27 04:54:34.302DEBG
88092026-08-27T04:54:35.246Z DEBGDEBG initted freemap. size: 64 Aug 27 04:54:34.302reset freemapreset freemapreplacing 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 } }], , DEBGunitunit :reset freemap
88102026-08-27T04:54:35.246Z: , , unitfreemap_route_ipv4unit::freemap_route_ipv6
88112026-08-27T04:54:35.246Zfreemap_route_ipv6
88122026-08-27T04:54:35.246Zfreemap_route_ipv4
88132026-08-27T04:54:35.246Z
88142026-08-27T04:54:35.246ZAug 27 04:54:34.302Aug 27 04:54:34.302 Aug 27 04:54:34.302INFO INFOAug 27 04:54:34.302 INFOAug 27 04:54:34.302 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
88152026-08-27T04:54:35.246ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
88162026-08-27T04:54:35.251Z initted freemap. size: 64
88172026-08-27T04:54:35.251Z, reset freemap, Aug 27 04:54:34.302unit unitAug 27 04:54:34.302DEBG:Aug 27 04:54:34.302: 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 } }]
88182026-08-27T04:54:35.251Z freemap_route_ipv6replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88192026-08-27T04:54:35.251Zfreemap_route_ipv4
88202026-08-27T04:54:35.251Z
88212026-08-27T04:54:35.251Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 27 04:54:34.302 INFO
88222026-08-27T04:54:35.251ZAug 27 04:54:34.302 Aug 27 04:54:34.302adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:54:34.302
88232026-08-27T04:54:35.251Z DEBG Aug 27 04:54:34.302reset freemap , Aug 27 04:54:34.302INFO unitDEBGINFO: 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 } }]
88242026-08-27T04:54:35.251Zadding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6
88252026-08-27T04:54:35.251Z
88262026-08-27T04:54:35.251Z initted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff, Aug 27 04:54:34.302Aug 27 04:54:34.302 DEBGunit INFO: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
88272026-08-27T04:54:35.251Z
88282026-08-27T04:54:35.251Z
88292026-08-27T04:54:35.251Z freemap_route_ipv6
88302026-08-27T04:54:35.251ZAug 27 04:54:34.302Aug 27 04:54:34.302Aug 27 04:54:34.302 Aug 27 04:54:34.302INFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88312026-08-27T04:54:35.251Z
88322026-08-27T04:54:35.251Z Aug 27 04:54:34.302 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 } }]reset freemapAug 27 04:54:34.302, adding route 172.16.0.0/32 -> 10.0.0.1unit
88332026-08-27T04:54:35.251ZAug 27 04:54:34.302
88342026-08-27T04:54:35.251Z INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
88352026-08-27T04:54:35.251Z
88362026-08-27T04:54:35.251Z: freemap_route_ipv6Aug 27 04:54:34.302Aug 27 04:54:34.302Aug 27 04:54:34.302
88372026-08-27T04:54:35.251Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88382026-08-27T04:54:35.251ZAug 27 04:54:34.302Aug 27 04:54:34.302INFOAug 27 04:54:34.296 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
88392026-08-27T04:54:35.251ZAug 27 04:54:34.302INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1DEBG
88402026-08-27T04:54:35.252Z
88412026-08-27T04:54:35.252Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88422026-08-27T04:54:35.252ZAug 27 04:54:34.302
88432026-08-27T04:54:35.252Zcreated new freemapDEBG, unitAug 27 04:54:34.302:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:54:34.302
88442026-08-27T04:54:35.252Z freemap_route_ipv4Aug 27 04:54:34.302
88452026-08-27T04:54:35.252ZDEBG Aug 27 04:54:34.302 replacing targets for 3fff:dead::/64 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 } }] INFO
88462026-08-27T04:54:35.252Z adding route 172.17.0.0/32 -> 10.0.0.255DEBG
88472026-08-27T04:54:35.252Z DEBGAug 27 04:54:34.302 Aug 27 04:54:34.302replacing 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 27 04:54:34.302DEBGWARN
88482026-08-27T04:54:35.252Zreplacing 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 created new freemapshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) , Aug 27 04:54:34.302unitreplacing 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 } }]
88492026-08-27T04:54:35.252ZINFO
88502026-08-27T04:54:35.252Z:
88512026-08-27T04:54:35.252Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:54:34.302
88522026-08-27T04:54:35.252Z Aug 27 04:54:34.302ERROfreemap_route_ipv6
88532026-08-27T04:54:35.252ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
88542026-08-27T04:54:35.252ZAug 27 04:54:34.302 Aug 27 04:54:34.303INFOAug 27 04:54:34.303 DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:54:34.303 initted freemap. size: 64rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88552026-08-27T04:54:35.252Z,
88562026-08-27T04:54:35.252Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit
88572026-08-27T04:54:35.252ZDEBG : 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 27 04:54:34.303freemap_route_ipv4
88582026-08-27T04:54:35.252Z
88592026-08-27T04:54:35.252ZERROAug 27 04:54:34.303 Aug 27 04:54:34.303shrink-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
88602026-08-27T04:54:35.252Z Aug 27 04:54:34.303DEBG INFOAug 27 04:54:34.303replacing 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 } }] INFODEBG
88612026-08-27T04:54:35.252Z adding route 172.16.0.0/32 -> 10.0.0.1reset freemapadding route 172.17.0.2/32 -> 10.0.0.255,
88622026-08-27T04:54:35.252Zunit
88632026-08-27T04:54:35.252Z: freemap_route_ipv4
88642026-08-27T04:54:35.252ZAug 27 04:54:34.303 Aug 27 04:54:34.303INFOAug 27 04:54:34.303 Aug 27 04:54:34.303adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG 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 } }] DEBG
88652026-08-27T04:54:35.252Zreplacing 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 } }]
88662026-08-27T04:54:35.252Z
88672026-08-27T04:54:35.253Zinitted freemap. size: 64, unitAug 27 04:54:34.303: INFOfreemap_route_ipv6
88682026-08-27T04:54:35.253Zadding route 172.17.0.3/32 -> 10.0.0.255
88692026-08-27T04:54:35.253ZAug 27 04:54:34.303Aug 27 04:54:34.303Aug 27 04:54:34.303 DEBGDEBG 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 } }]
88702026-08-27T04:54:35.253Zreset freemap , replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
88712026-08-27T04:54:35.253Z: freemap_route_ipv6Aug 27 04:54:34.303
88722026-08-27T04:54:35.253Z Aug 27 04:54:34.303INFO adding route 172.16.0.0/32 -> 10.0.0.2
88732026-08-27T04:54:35.253Ztest route::tests::rollback_on_compact_write_failure ... ok
88742026-08-27T04:54:35.253ZAug 27 04:54:34.303Aug 27 04:54:34.303INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
88752026-08-27T04:54:35.253ZINFO
88762026-08-27T04:54:35.253Ztest route::tests::identity_replace_is_noop ... ok
88772026-08-27T04:54:35.253Z adding route 3fff:dead::/64 -> 2001:db8::55:1
88782026-08-27T04:54:35.253ZAug 27 04:54:34.303 Aug 27 04:54:34.303DEBG DEBGAug 27 04:54:34.303replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 27 04:54:34.303
88792026-08-27T04:54:35.253Z 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 } }] 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
88802026-08-27T04:54:35.253Z
88812026-08-27T04:54:35.253Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 27 04:54:34.303
88822026-08-27T04:54:35.253Z Aug 27 04:54:34.303INFO Aug 27 04:54:34.303 INFOadding route 172.17.0.0/32 -> 10.0.0.255INFO
88832026-08-27T04:54:35.253Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255Aug 27 04:54:34.303
88842026-08-27T04:54:35.253Z
88852026-08-27T04:54:35.253Z Aug 27 04:54:34.303INFO Aug 27 04:54:34.303DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
88862026-08-27T04:54:35.253ZDEBG Aug 27 04:54:34.303 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 27 04:54:34.303DEBGreplacing 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 } }]
88872026-08-27T04:54:35.253Z
88882026-08-27T04:54:35.253ZDEBGreplacing 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88892026-08-27T04:54:35.253Z
88902026-08-27T04:54:35.253ZAug 27 04:54:34.303 INFOAug 27 04:54:34.303Aug 27 04:54:34.303 Aug 27 04:54:34.303 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255 INFOadding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88912026-08-27T04:54:35.253Zadding route 3fff:dead::/64 -> 2001:db8::55:3
88922026-08-27T04:54:35.253Z
88932026-08-27T04:54:35.253Z
88942026-08-27T04:54:35.254ZAug 27 04:54:34.303Aug 27 04:54:34.303Aug 27 04:54:34.303 DEBGDEBGDEBG Aug 27 04:54:34.303replacing 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 } }]
88952026-08-27T04:54:35.254Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 27 04:54:34.303
88962026-08-27T04:54:35.254Z Aug 27 04:54:34.303DEBG 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 } }] DEBG
88972026-08-27T04:54:35.254Z created new freemap, unit: Aug 27 04:54:34.310freemap_route_ipv4
88982026-08-27T04:54:35.254Zcreated new freemapAug 27 04:54:34.310 , INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 27 04:54:34.310
88992026-08-27T04:54:35.254Z unit DEBG created new freemap, Aug 27 04:54:34.310adding route 172.17.0.2/32 -> 10.0.0.255 unit
89002026-08-27T04:54:35.254Z: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 } }]freemap_route_ipv6:
89012026-08-27T04:54:35.254Z
89022026-08-27T04:54:35.254ZAug 27 04:54:34.310 freemap_route_ipv4DEBG
89032026-08-27T04:54:35.254Zreplacing 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 27 04:54:34.310
89042026-08-27T04:54:35.254Z Aug 27 04:54:34.310INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 27 04:54:34.310DEBG
89052026-08-27T04:54:35.254Z initted freemap. size: 64 , DEBGunitAug 27 04:54:34.310 :Aug 27 04:54:34.310 INFOcreated new freemap freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255
89062026-08-27T04:54:35.254Z
89072026-08-27T04:54:35.254Z, unitDEBG: Aug 27 04:54:34.310replacing 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 } }]
89082026-08-27T04:54:35.254ZDEBGAug 27 04:54:34.310 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 } }]
89092026-08-27T04:54:35.254Zfreemap_route_ipv6 Aug 27 04:54:34.310
89102026-08-27T04:54:35.254Z DEBGAug 27 04:54:34.311 INFO reset freemapINFO, Aug 27 04:54:34.311adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
89112026-08-27T04:54:35.254ZDEBG
89122026-08-27T04:54:35.254Zunit: Aug 27 04:54:34.311initted freemap. size: 64 Aug 27 04:54:34.311, freemap_route_ipv4DEBGunit
89132026-08-27T04:54:35.254Z: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 } }]freemap_route_ipv4
89142026-08-27T04:54:35.254Zreplacing 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 } }]
89152026-08-27T04:54:35.254Z
89162026-08-27T04:54:35.259ZAug 27 04:54:34.311Aug 27 04:54:34.311 DEBG Aug 27 04:54:34.311initted freemap. size: 64 Aug 27 04:54:34.311INFO , unitDEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff reset freemap
89172026-08-27T04:54:35.259Z:, unitINFO : freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255Aug 27 04:54:34.311
89182026-08-27T04:54:35.259Z
89192026-08-27T04:54:35.259Zfreemap_route_ipv4DEBG
89202026-08-27T04:54:35.259Z Aug 27 04:54:34.311replacing 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 } }]
89212026-08-27T04:54:35.259ZDEBG 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 27 04:54:34.311
89222026-08-27T04:54:35.259Z DEBG Aug 27 04:54:34.311reset freemapAug 27 04:54:34.311 Aug 27 04:54:34.311 , DEBG INFOinitted freemap. size: 64 , unitINFO: adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
89232026-08-27T04:54:35.259Z freemap_route_ipv6unit:
89242026-08-27T04:54:35.259Z
89252026-08-27T04:54:35.259Zfreemap_route_ipv6Aug 27 04:54:34.311
89262026-08-27T04:54:35.259Z DEBGAug 27 04:54:34.311Aug 27 04:54:34.311 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
89272026-08-27T04:54:35.260Z
89282026-08-27T04:54:35.260Z Aug 27 04:54:34.311replacing 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 } }]
89292026-08-27T04:54:35.260ZDEBGAug 27 04:54:34.311Aug 27 04:54:34.311 reset freemap , DEBGINFO Aug 27 04:54:34.311unit :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 } }]freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255
89302026-08-27T04:54:35.260Z
89312026-08-27T04:54:35.260Z
89322026-08-27T04:54:35.260Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 27 04:54:34.311
89332026-08-27T04:54:35.260Z Aug 27 04:54:34.311DEBG 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 } }]Aug 27 04:54:34.311
89342026-08-27T04:54:35.260Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:54:34.311
89352026-08-27T04:54:35.260Z DEBGAug 27 04:54:34.311INFO Aug 27 04:54:34.311INFO adding route 172.16.0.0/32 -> 10.0.0.2DEBG
89362026-08-27T04:54:35.260Z adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
89372026-08-27T04:54:35.260Z
89382026-08-27T04:54:35.260Zreplacing 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 } }]
89392026-08-27T04:54:35.260ZAug 27 04:54:34.311 INFO Aug 27 04:54:34.311adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 27 04:54:34.311DEBG
89402026-08-27T04:54:35.260Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:54:34.311
89412026-08-27T04:54:35.260Z INFOAug 27 04:54:34.311 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
89422026-08-27T04:54:35.260Z 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 } }]
89432026-08-27T04:54:35.260Z
89442026-08-27T04:54:35.260ZAug 27 04:54:34.311replacing 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 } }]
89452026-08-27T04:54:35.260Z INFO Aug 27 04:54:34.311adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 27 04:54:34.311INFO
89462026-08-27T04:54:35.260Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
89472026-08-27T04:54:35.260ZAug 27 04:54:34.311 Aug 27 04:54:34.311adding route 172.17.0.9/32 -> 10.0.0.255
89482026-08-27T04:54:35.260Z Aug 27 04:54:34.311Aug 27 04:54:34.311DEBG INFODEBGAug 27 04:54:34.311 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89492026-08-27T04:54:35.260Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
89502026-08-27T04:54:35.260Z
89512026-08-27T04:54:35.260Zreplacing 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 27 04:54:34.311replacing 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
89522026-08-27T04:54:35.260Z
89532026-08-27T04:54:35.260Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:54:34.311
89542026-08-27T04:54:35.260ZINFO Aug 27 04:54:34.311adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 27 04:54:34.311
89552026-08-27T04:54:35.261ZAug 27 04:54:34.311 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
89562026-08-27T04:54:35.261Z
89572026-08-27T04:54:35.261ZAug 27 04:54:34.311 DEBGDEBG Aug 27 04:54:34.311replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 3fff:beef: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 27 04:54:34.311
89582026-08-27T04:54:35.261ZDEBG
89592026-08-27T04:54:35.261Zreplacing 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
89602026-08-27T04:54:35.261Z replacing targets for 3fff:dead::/64 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 27 04:54:34.311
89612026-08-27T04:54:35.261Z INFO Aug 27 04:54:34.311adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 27 04:54:34.311
89622026-08-27T04:54:35.261Z Aug 27 04:54:34.311INFO Aug 27 04:54:34.311WARNAug 27 04:54:34.311INFO adding route 172.17.0.11/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
89632026-08-27T04:54:35.261Z
89642026-08-27T04:54:35.261Zreplacing 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 } }]
89652026-08-27T04:54:35.261Z INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 27 04:54:34.311
89662026-08-27T04:54:35.261Z Aug 27 04:54:34.311DEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.4
89672026-08-27T04:54:35.261Z
89682026-08-27T04:54:35.261Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
89692026-08-27T04:54:35.261ZAug 27 04:54:34.311Aug 27 04:54:34.311 DEBGDEBG Aug 27 04:54:34.311replacing 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 27 04:54:34.311DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89702026-08-27T04:54:35.261ZINFO
89712026-08-27T04:54:35.261Zreplacing 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.12/32 -> 10.0.0.255
89722026-08-27T04:54:35.261Z
89732026-08-27T04:54:35.261Ztest route::tests::rollback_on_index_readd_failure ... ok
89742026-08-27T04:54:35.261ZAug 27 04:54:34.311Aug 27 04:54:34.311 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89752026-08-27T04:54:35.261ZAug 27 04:54:34.311 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89762026-08-27T04:54:35.261Z
89772026-08-27T04:54:35.261ZAug 27 04:54:34.311 INFO Aug 27 04:54:34.311adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 27 04:54:34.311 INFO
89782026-08-27T04:54:35.261ZDEBG Aug 27 04:54:34.311adding route 172.17.0.13/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 } }]INFO
89792026-08-27T04:54:35.261Z Aug 27 04:54:34.311
89802026-08-27T04:54:35.261Zadding route 172.17.0.7/32 -> 10.0.0.255
89812026-08-27T04:54:35.261ZDEBG 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 } }]
89822026-08-27T04:54:35.262ZAug 27 04:54:34.311 Aug 27 04:54:34.311Aug 27 04:54:34.311Aug 27 04:54:34.311 DEBGINFO 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 } }]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 } }]
89832026-08-27T04:54:35.262Z
89842026-08-27T04:54:35.262ZAug 27 04:54:34.311 INFOAug 27 04:54:34.296 Aug 27 04:54:34.311adding route 172.17.0.8/32 -> 10.0.0.255
89852026-08-27T04:54:35.262ZINFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255
89862026-08-27T04:54:35.262Zcreated new freemapAug 27 04:54:34.311, unitDEBG: Aug 27 04:54:34.311replacing 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
89872026-08-27T04:54:35.262Z
89882026-08-27T04:54:35.262Z 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 } }]
89892026-08-27T04:54:35.262Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 27 04:54:34.311Aug 27 04:54:34.311
89902026-08-27T04:54:35.262ZINFO Aug 27 04:54:34.311DEBG adding route 172.17.0.15/32 -> 10.0.0.255created new freemapINFO, unitadding route 172.17.0.9/32 -> 10.0.0.255Aug 27 04:54:34.311
89912026-08-27T04:54:35.262Z
89922026-08-27T04:54:35.262Z: DEBGfreemap_route_ipv6
89932026-08-27T04:54:35.262ZAug 27 04:54:34.311replacing 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 27 04:54:34.311
89942026-08-27T04:54:35.262Z 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
89952026-08-27T04:54:35.262ZAug 27 04:54:34.311 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.311
89962026-08-27T04:54:35.262ZAug 27 04:54:34.311 DEBGINFO initted freemap. size: 64INFOAug 27 04:54:34.311adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff,
89972026-08-27T04:54:35.262Zadding route 172.17.0.10/32 -> 10.0.0.255unitINFO
89982026-08-27T04:54:35.262Z adding route 172.17.0.16/32 -> 10.0.0.255:Aug 27 04:54:34.311
89992026-08-27T04:54:35.262Z DEBGfreemap_route_ipv4Aug 27 04:54:34.311
90002026-08-27T04:54:35.262Zreplacing 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 } }]
90012026-08-27T04:54:35.262ZDEBGAug 27 04:54:34.311 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 27 04:54:34.311 Aug 27 04:54:34.312 DEBGDEBG created 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 } }],
90022026-08-27T04:54:35.262ZunitDEBG: reset freemapfreemap_route_ipv4,
90032026-08-27T04:54:35.262Zunit: freemap_route_ipv4INFO
90042026-08-27T04:54:35.262Z Aug 27 04:54:34.319adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
90052026-08-27T04:54:35.262ZDEBGAug 27 04:54:34.319 created new freemap , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit
90062026-08-27T04:54:35.262Z: freemap_route_ipv6Aug 27 04:54:34.312Aug 27 04:54:34.319 DEBGDEBG Aug 27 04:54:34.319
90072026-08-27T04:54:35.262Zinitted freemap. size: 64 DEBGcreated new freemap , , unitAug 27 04:54:34.319replacing 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 } }]
90082026-08-27T04:54:35.262Z: unit:DEBGfreemap_route_ipv4 Aug 27 04:54:34.319freemap_route_ipv4
90092026-08-27T04:54:35.263Z reset freemapINFO, unit
90102026-08-27T04:54:35.263Z:adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90112026-08-27T04:54:35.263ZAug 27 04:54:34.319Aug 27 04:54:34.319 freemap_route_ipv6DEBG reset freemap
90122026-08-27T04:54:35.263ZDEBG, Aug 27 04:54:34.319unit :created new freemapDEBG, unitreplacing 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 27 04:54:34.319:
90132026-08-27T04:54:35.263Z INFO adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4
90142026-08-27T04:54:35.263ZAug 27 04:54:34.319
90152026-08-27T04:54:35.263Zfreemap_route_ipv6 INFO
90162026-08-27T04:54:35.267Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 27 04:54:34.319Aug 27 04:54:34.319 DEBG
90172026-08-27T04:54:35.267Z DEBGAug 27 04:54:34.319initted freemap. size: 64 , Aug 27 04:54:34.319DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
90182026-08-27T04:54:35.267Z initted freemap. size: 64unit, unitreplacing 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 } }]::
90192026-08-27T04:54:35.267Z Aug 27 04:54:34.319freemap_route_ipv4
90202026-08-27T04:54:35.267ZINFOfreemap_route_ipv6Aug 27 04:54:34.319
90212026-08-27T04:54:35.267Z adding route 172.16.0.0/32 -> 10.0.0.2INFO
90222026-08-27T04:54:35.268ZAug 27 04:54:34.319Aug 27 04:54:34.319 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
90232026-08-27T04:54:35.268Z DEBG Aug 27 04:54:34.319reset freemap Aug 27 04:54:34.319, DEBG unitDEBGreset freemap: 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_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 } }]
90242026-08-27T04:54:35.268Z
90252026-08-27T04:54:35.268Z, unit:
90262026-08-27T04:54:35.268Z freemap_route_ipv6Aug 27 04:54:34.319Aug 27 04:54:34.319
90272026-08-27T04:54:35.268Z INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 27 04:54:34.319Aug 27 04:54:34.319
90282026-08-27T04:54:35.268Z initted freemap. size: 64INFO , adding route 172.16.0.0/32 -> 10.0.0.3INFO
90292026-08-27T04:54:35.268ZAug 27 04:54:34.319 adding route 3fff:dead::/64 -> 2001:db8::55:1unit:
90302026-08-27T04:54:35.268ZDEBGAug 27 04:54:34.319 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
90312026-08-27T04:54:35.268Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]freemap_route_ipv6
90322026-08-27T04:54:35.268Z
90332026-08-27T04:54:35.268ZAug 27 04:54:34.319Aug 27 04:54:34.319Aug 27 04:54:34.319 Aug 27 04:54:34.319INFO INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90342026-08-27T04:54:35.268ZDEBGreset freemap
90352026-08-27T04:54:35.268Z, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
90362026-08-27T04:54:35.268Z:Aug 27 04:54:34.319 Aug 27 04:54:34.319freemap_route_ipv6DEBG
90372026-08-27T04:54:35.268Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90382026-08-27T04:54:35.268Z
90392026-08-27T04:54:35.268ZAug 27 04:54:34.319Aug 27 04:54:34.319Aug 27 04:54:34.319Aug 27 04:54:34.311 Aug 27 04:54:34.319INFO INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFOadding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
90402026-08-27T04:54:35.268Z
90412026-08-27T04:54:35.268Z
90422026-08-27T04:54:35.268ZINFO Aug 27 04:54:34.319adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 27 04:54:34.319 DEBGDEBGAug 27 04:54:34.319
90432026-08-27T04:54:35.268Z DEBG
90442026-08-27T04:54:35.268Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90452026-08-27T04:54:35.268Z 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 } }]
90462026-08-27T04:54:35.268Z
90472026-08-27T04:54:35.268ZAug 27 04:54:34.319Aug 27 04:54:34.319 DEBGAug 27 04:54:34.319 INFOINFO Aug 27 04:54:34.319 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
90482026-08-27T04:54:35.268Z
90492026-08-27T04:54:35.269Z
90502026-08-27T04:54:35.269Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 27 04:54:34.319
90512026-08-27T04:54:35.269Z Aug 27 04:54:34.319Aug 27 04:54:34.319Aug 27 04:54:34.319DEBG 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 } }] Aug 27 04:54:34.319replacing 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90522026-08-27T04:54:35.269Z
90532026-08-27T04:54:35.269ZDEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:54:34.319Aug 27 04:54:34.319
90542026-08-27T04:54:35.269ZINFO
90552026-08-27T04:54:35.269Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
90562026-08-27T04:54:35.269Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 27 04:54:34.319adding route 3fff:dead::/64 -> 2001:db8::55:2
90572026-08-27T04:54:35.269ZAug 27 04:54:34.319 INFOAug 27 04:54:34.319 DEBG
90582026-08-27T04:54:35.269Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
90592026-08-27T04:54:35.269Zreplacing 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
90602026-08-27T04:54:35.269Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 27 04:54:34.319
90612026-08-27T04:54:35.269ZAug 27 04:54:34.319 DEBG DEBGAug 27 04:54:34.319 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOreplacing targets for 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 } }]
90622026-08-27T04:54:35.269Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90632026-08-27T04:54:35.269ZAug 27 04:54:34.319
90642026-08-27T04:54:35.269Z DEBGAug 27 04:54:34.319Aug 27 04:54:34.319 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
90652026-08-27T04:54:35.269ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:3
90662026-08-27T04:54:35.269ZAug 27 04:54:34.319adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
90672026-08-27T04:54:35.269ZDEBGAug 27 04:54:34.319 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 27 04:54:34.319
90682026-08-27T04:54:35.269ZINFOAug 27 04:54:34.319 DEBGadding route 172.17.0.3/32 -> 10.0.0.255
90692026-08-27T04:54:35.269Zreplacing 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 27 04:54:34.319
90702026-08-27T04:54:35.269Z 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 } }]Aug 27 04:54:34.319adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
90712026-08-27T04:54:35.269Z
90722026-08-27T04:54:35.269ZINFO Aug 27 04:54:34.319adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 27 04:54:34.319Aug 27 04:54:34.319 DEBGDEBG
90732026-08-27T04:54:35.269Z 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 } }]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 } }]
90742026-08-27T04:54:35.269Z
90752026-08-27T04:54:35.269Z adding route 3fff:dead::/64 -> 2001:db8::55:4
90762026-08-27T04:54:35.270ZAug 27 04:54:34.319Aug 27 04:54:34.319 DEBGAug 27 04:54:34.319INFO INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
90772026-08-27T04:54:35.270Z
90782026-08-27T04:54:35.270Ztest route::tests::rollback_on_compact_delete_failure ... ok
90792026-08-27T04:54:35.270ZAug 27 04:54:34.319replacing 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 } }]
90802026-08-27T04:54:35.270ZAug 27 04:54:34.319DEBG 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 } }]Aug 27 04:54:34.319
90812026-08-27T04:54:35.270ZAug 27 04:54:34.319 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG
90822026-08-27T04:54:35.270Z 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:34::/64 -> 2001:db8::55:ff
90832026-08-27T04:54:35.270Z
90842026-08-27T04:54:35.270ZAug 27 04:54:34.319 Aug 27 04:54:34.319Aug 27 04:54:34.319 DEBGINFOAug 27 04:54:34.319 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
90852026-08-27T04:54:35.270ZDEBG 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
90862026-08-27T04:54:35.270Zreplacing targets for 3fff:dead::/64 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.5/32 -> 10.0.0.255
90872026-08-27T04:54:35.270ZAug 27 04:54:34.319 DEBG
90882026-08-27T04:54:35.270Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 27 04:54:34.319
90892026-08-27T04:54:35.270Z Aug 27 04:54:34.319INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 27 04:54:34.319Aug 27 04:54:34.319WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
90902026-08-27T04:54:35.270Z
90912026-08-27T04:54:35.270ZINFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
90922026-08-27T04:54:35.270Zreplacing 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 } }]
90932026-08-27T04:54:35.270ZAug 27 04:54:34.319Aug 27 04:54:34.319 DEBGDEBG Aug 27 04:54:34.319replacing 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 } }]
90942026-08-27T04:54:35.270Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90952026-08-27T04:54:35.270Z adding route 172.17.0.6/32 -> 10.0.0.255
90962026-08-27T04:54:35.270ZAug 27 04:54:34.319Aug 27 04:54:34.319 Aug 27 04:54:34.319INFO INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
90972026-08-27T04:54:35.270Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90982026-08-27T04:54:35.270Z
90992026-08-27T04:54:35.270ZAug 27 04:54:34.319Aug 27 04:54:34.319Aug 27 04:54:34.319 INFODEBG DEBGadding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
91002026-08-27T04:54:35.270Z
91012026-08-27T04:54:35.270Z
91022026-08-27T04:54:35.270ZAug 27 04:54:34.319Aug 27 04:54:34.319 Aug 27 04:54:34.319INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
91032026-08-27T04:54:35.271ZINFO 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:37::/64 -> 2001:db8::55:ff
91042026-08-27T04:54:35.271Z
91052026-08-27T04:54:35.271ZAug 27 04:54:34.319 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 } }]
91062026-08-27T04:54:35.271ZAug 27 04:54:34.319
91072026-08-27T04:54:35.271ZAug 27 04:54:34.319 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91082026-08-27T04:54:35.271ZAug 27 04:54:34.320 DEBG Aug 27 04:54:34.319created new freemap , INFO Aug 27 04:54:34.327adding route 172.17.0.11/32 -> 10.0.0.255Aug 27 04:54:34.320
91092026-08-27T04:54:35.271Z 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 } }]
91102026-08-27T04:54:35.271Zunit: Aug 27 04:54:34.327freemap_route_ipv4 Aug 27 04:54:34.327Aug 27 04:54:34.327DEBG INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91112026-08-27T04:54:35.271Zreplacing 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 } }]
91122026-08-27T04:54:35.271Z
91132026-08-27T04:54:35.271Z
91142026-08-27T04:54:35.271ZAug 27 04:54:34.327 Aug 27 04:54:34.327DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.327
91152026-08-27T04:54:35.271ZAug 27 04:54:34.327 created new freemap , Aug 27 04:54:34.327unitDEBGINFO INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91162026-08-27T04:54:35.276Zadding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
91172026-08-27T04:54:35.276Z
91182026-08-27T04:54:35.276Z:Aug 27 04:54:34.327 INFOfreemap_route_ipv6 Aug 27 04:54:34.327adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
91192026-08-27T04:54:35.276Z
91202026-08-27T04:54:35.276ZDEBGAug 27 04:54:34.327 Aug 27 04:54:34.327replacing 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
91212026-08-27T04:54:35.276Z Aug 27 04:54:34.327 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
91222026-08-27T04:54:35.276ZDEBG 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 } }]
91232026-08-27T04:54:35.276ZAug 27 04:54:34.327initted freemap. size: 64 , INFOAug 27 04:54:34.327Aug 27 04:54:34.327 unitadding route 172.17.0.19/32 -> 10.0.0.255:
91242026-08-27T04:54:35.276Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
91252026-08-27T04:54:35.276Zfreemap_route_ipv4Aug 27 04:54:34.327
91262026-08-27T04:54:35.276Z 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 } }]Aug 27 04:54:34.327
91272026-08-27T04:54:35.276Zadding route 172.17.0.13/32 -> 10.0.0.255 Aug 27 04:54:34.327DEBG Aug 27 04:54:34.327
91282026-08-27T04:54:35.276ZDEBG 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 } }]reset freemap
91292026-08-27T04:54:35.276ZINFOAug 27 04:54:34.327, unit :adding route 172.17.0.20/32 -> 10.0.0.255 Aug 27 04:54:34.327freemap_route_ipv4
91302026-08-27T04:54:35.276Z
91312026-08-27T04:54:35.277Z INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91322026-08-27T04:54:35.277ZAug 27 04:54:34.327
91332026-08-27T04:54:35.277ZAug 27 04:54:34.327 DEBGDEBGAug 27 04:54:34.327 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
91342026-08-27T04:54:35.277ZAug 27 04:54:34.327 , INFO Aug 27 04:54:34.327replacing 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 } }]unit
91352026-08-27T04:54:35.277ZINFO: freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255
91362026-08-27T04:54:35.277Zadding route 172.17.0.14/32 -> 10.0.0.255
91372026-08-27T04:54:35.277Z
91382026-08-27T04:54:35.277ZAug 27 04:54:34.327 Aug 27 04:54:34.327Aug 27 04:54:34.327 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 27 04:54:34.327DEBG
91392026-08-27T04:54:35.277Z DEBGINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing 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 } }]
91402026-08-27T04:54:35.277Z
91412026-08-27T04:54:35.277Zreset freemapAug 27 04:54:34.327, unitAug 27 04:54:34.327INFOAug 27 04:54:34.327 adding route 172.17.0.15/32 -> 10.0.0.255:DEBG
91422026-08-27T04:54:35.277Z 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 } }] freemap_route_ipv6
91432026-08-27T04:54:35.277Zadding route 172.17.0.22/32 -> 10.0.0.255
91442026-08-27T04:54:35.277Z
91452026-08-27T04:54:35.277ZAug 27 04:54:34.327Aug 27 04:54:34.327Aug 27 04:54:34.327 DEBG 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 } }] Aug 27 04:54:34.327adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
91462026-08-27T04:54:35.277ZDEBG 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 } }]
91472026-08-27T04:54:35.277Z
91482026-08-27T04:54:35.277ZAug 27 04:54:34.327INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 27 04:54:34.327 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
91492026-08-27T04:54:35.277Z
91502026-08-27T04:54:35.277Zadding route 172.17.0.23/32 -> 10.0.0.255
91512026-08-27T04:54:35.277ZAug 27 04:54:34.327 Aug 27 04:54:34.327Aug 27 04:54:34.327 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91522026-08-27T04:54:35.277ZAug 27 04:54:34.327
91532026-08-27T04:54:35.277Zadding route 172.17.0.16/32 -> 10.0.0.255
91542026-08-27T04:54:35.277ZAug 27 04:54:34.327DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91552026-08-27T04:54:35.277Zreplacing 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 27 04:54:34.327
91562026-08-27T04:54:35.277ZAug 27 04:54:34.327 Aug 27 04:54:34.327 Aug 27 04:54:34.327DEBG INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255 INFO
91572026-08-27T04:54:35.277Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91582026-08-27T04:54:35.278Z
91592026-08-27T04:54:35.278Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 27 04:54:34.327
91602026-08-27T04:54:35.278Z Aug 27 04:54:34.327Aug 27 04:54:34.327 DEBG DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
91612026-08-27T04:54:35.278ZINFO
91622026-08-27T04:54:35.278Z adding route 172.17.0.17/32 -> 10.0.0.255
91632026-08-27T04:54:35.278ZAug 27 04:54:34.327Aug 27 04:54:34.327Aug 27 04:54:34.327 INFO DEBG INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
91642026-08-27T04:54:35.278Zadding route 172.17.0.25/32 -> 10.0.0.255
91652026-08-27T04:54:35.278Z
91662026-08-27T04:54:35.278ZAug 27 04:54:34.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 27 04:54:34.328DEBG Aug 27 04:54:34.328DEBG 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
91672026-08-27T04:54:35.278Z 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 } }]
91682026-08-27T04:54:35.278Z
91692026-08-27T04:54:35.278ZAug 27 04:54:34.328 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 27 04:54:34.328INFO
91702026-08-27T04:54:35.278Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 27 04:54:34.328
91712026-08-27T04:54:35.278Z Aug 27 04:54:34.328 INFO INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255
91722026-08-27T04:54:35.278Z
91732026-08-27T04:54:35.278Ztest route::tests::same_size_non_subset_replace ... ok
91742026-08-27T04:54:35.278ZAug 27 04:54:34.328adding route 172.17.0.18/32 -> 10.0.0.255
91752026-08-27T04:54:35.278ZAug 27 04:54:34.328INFO Aug 27 04:54:34.328adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGDEBGAug 27 04:54:34.328 DEBG
91762026-08-27T04:54:35.278ZAug 27 04:54:34.328 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 } }]
91772026-08-27T04:54:35.278Zreplacing 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 } }]
91782026-08-27T04:54:35.278Z
91792026-08-27T04:54:35.278Z DEBGAug 27 04:54:34.328Aug 27 04:54:34.328 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
91802026-08-27T04:54:35.278Z
91812026-08-27T04:54:35.278Z
91822026-08-27T04:54:35.278ZAug 27 04:54:34.319Aug 27 04:54:34.328 INFO Aug 27 04:54:34.328adding route 172.17.0.27/32 -> 10.0.0.255 Aug 27 04:54:34.328INFO
91832026-08-27T04:54:35.278ZDEBG WARN replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
91842026-08-27T04:54:35.278Z
91852026-08-27T04:54:35.279ZAug 27 04:54:34.328
91862026-08-27T04:54:35.279Z DEBG Aug 27 04:54:34.328replacing 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 27 04:54:34.328
91872026-08-27T04:54:35.279ZAug 27 04:54:34.328Aug 27 04:54:34.328 DEBGINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
91882026-08-27T04:54:35.279ZINFOreplacing 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 27 04:54:34.328
91892026-08-27T04:54:35.279Z Aug 27 04:54:34.328adding route 172.17.0.19/32 -> 10.0.0.255
91902026-08-27T04:54:35.279ZDEBG 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 } }] adding route 172.17.0.28/32 -> 10.0.0.255Aug 27 04:54:34.328
91912026-08-27T04:54:35.279Z
91922026-08-27T04:54:35.279Z INFODEBGAug 27 04:54:34.328 Aug 27 04:54:34.328 adding route 172.17.0.9/32 -> 10.0.0.255INFO
91932026-08-27T04:54:35.279Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 27 04:54:34.328
91942026-08-27T04:54:35.279Z 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 } }]Aug 27 04:54:34.328replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 27 04:54:34.328
91952026-08-27T04:54:35.279Z
91962026-08-27T04:54:35.279Z DEBG 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 } }]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 27 04:54:34.328
91972026-08-27T04:54:35.279Z INFOreplacing 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 } }]
91982026-08-27T04:54:35.279Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 27 04:54:34.328
91992026-08-27T04:54:35.279Z
92002026-08-27T04:54:35.279Z INFO Aug 27 04:54:34.328Aug 27 04:54:34.328adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 27 04:54:34.328INFO Aug 27 04:54:34.328
92012026-08-27T04:54:35.279ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
92022026-08-27T04:54:35.279Zadding route 172.17.0.20/32 -> 10.0.0.255
92032026-08-27T04:54:35.279ZDEBGadding route 172.17.0.10/32 -> 10.0.0.255
92042026-08-27T04:54:35.279ZAug 27 04:54:34.328replacing 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 } }]
92052026-08-27T04:54:35.279ZDEBG Aug 27 04:54:34.328replacing 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 } }]
92062026-08-27T04:54:35.279ZAug 27 04:54:34.328 Aug 27 04:54:34.328DEBGAug 27 04:54:34.328 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 } }] Aug 27 04:54:34.328 INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92072026-08-27T04:54:35.279Zadding route 172.17.0.30/32 -> 10.0.0.255 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
92082026-08-27T04:54:35.279Z
92092026-08-27T04:54:35.279ZDEBG
92102026-08-27T04:54:35.279ZAug 27 04:54:34.328 INFOAug 27 04:54:34.328replacing 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 27 04:54:34.328DEBG
92112026-08-27T04:54:35.279Zadding route 172.17.0.11/32 -> 10.0.0.255replacing 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 } }]
92122026-08-27T04:54:35.279ZDEBG
92132026-08-27T04:54:35.280Z 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 } }]
92142026-08-27T04:54:35.280ZAug 27 04:54:34.328 Aug 27 04:54:34.328Aug 27 04:54:34.328Aug 27 04:54:34.328 DEBGINFO 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 } }]Aug 27 04:54:34.328 INFOAug 27 04:54:34.328
92152026-08-27T04:54:35.280Z adding route 172.17.0.31/32 -> 10.0.0.255DEBG
92162026-08-27T04:54:35.284Z created new freemap, adding route 172.17.0.21/32 -> 10.0.0.255unit
92172026-08-27T04:54:35.284Z:Aug 27 04:54:34.336Aug 27 04:54:34.336 DEBGINFO freemap_route_ipv4
92182026-08-27T04:54:35.284Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
92192026-08-27T04:54:35.284Z
92202026-08-27T04:54:35.284ZAug 27 04:54:34.336 Aug 27 04:54:34.336DEBG Aug 27 04:54:34.336created new freemap Aug 27 04:54:34.336 DEBG, replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
92212026-08-27T04:54:35.284Z unitadding route 172.17.0.32/32 -> 10.0.0.255:
92222026-08-27T04:54:35.284ZDEBG created new freemap , Aug 27 04:54:34.336Aug 27 04:54:34.336unit 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 } }]:INFOfreemap_route_ipv4
92232026-08-27T04:54:35.285Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
92242026-08-27T04:54:35.285Zreplacing 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 } }]
92252026-08-27T04:54:35.285Z
92262026-08-27T04:54:35.285Z freemap_route_ipv6Aug 27 04:54:34.336
92272026-08-27T04:54:35.285ZAug 27 04:54:34.336 Aug 27 04:54:34.336DEBG 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 27 04:54:34.336DEBG
92282026-08-27T04:54:35.285ZINFODEBG INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 27 04:54:34.336
92292026-08-27T04:54:35.285Zcreated new freemapAug 27 04:54:34.336 replacing targets for 3fff:dead::/64 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 } }] , DEBGINFOunit Aug 27 04:54:34.336adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:
92302026-08-27T04:54:35.285Zinitted freemap. size: 64
92312026-08-27T04:54:35.285Zadding route 172.17.0.22/32 -> 10.0.0.255
92322026-08-27T04:54:35.285Z , freemap_route_ipv6Aug 27 04:54:34.336
92332026-08-27T04:54:35.285Z DEBG 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 } }]unit
92342026-08-27T04:54:35.285Z Aug 27 04:54:34.336Aug 27 04:54:34.336replacing 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 } }]:
92352026-08-27T04:54:35.285ZAug 27 04:54:34.336 INFO freemap_route_ipv4DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
92362026-08-27T04:54:35.285Zinitted freemap. size: 64Aug 27 04:54:34.336, unitINFO: DEBG adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv4
92372026-08-27T04:54:35.285Z
92382026-08-27T04:54:35.285ZAug 27 04:54:34.336
92392026-08-27T04:54:35.285Z DEBG Aug 27 04:54:34.336replacing 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 } }]
92402026-08-27T04:54:35.285ZDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92412026-08-27T04:54:35.285Z
92422026-08-27T04:54:35.285ZAug 27 04:54:34.336 DEBG Aug 27 04:54:34.336reset freemap Aug 27 04:54:34.336INFO Aug 27 04:54:34.336 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
92432026-08-27T04:54:35.285Z , unitadding route 172.17.0.35/32 -> 10.0.0.255:
92442026-08-27T04:54:35.285Z Aug 27 04:54:34.336freemap_route_ipv4 DEBGAug 27 04:54:34.336INFO
92452026-08-27T04:54:35.285Z Aug 27 04:54:34.336replacing 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 } }]
92462026-08-27T04:54:35.285Z adding route 172.17.0.23/32 -> 10.0.0.255Aug 27 04:54:34.336
92472026-08-27T04:54:35.285ZDEBGAug 27 04:54:34.336 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 } }]initted freemap. size: 64DEBGDEBG
92482026-08-27T04:54:35.285Z, unitfailed to allocate space for the new target list:
92492026-08-27T04:54:35.285Z reset freemapfreemap_route_ipv6, Aug 27 04:54:34.336Aug 27 04:54:34.336 INFODEBG unitadding route 172.17.0.36/32 -> 10.0.0.255Aug 27 04:54:34.336
92502026-08-27T04:54:35.286Z
92512026-08-27T04:54:35.286Z replacing targets for 3fff:dead::/64 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 } }]:
92522026-08-27T04:54:35.286ZDEBGAug 27 04:54:34.336 Aug 27 04:54:34.336DEBGreplacing 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.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 } }]
92532026-08-27T04:54:35.286ZDEBG reset freemap
92542026-08-27T04:54:35.286Zfreemap_route_ipv4, Aug 27 04:54:34.336unit :INFO
92552026-08-27T04:54:35.286Z freemap_route_ipv6adding route 172.17.0.37/32 -> 10.0.0.255
92562026-08-27T04:54:35.286Z
92572026-08-27T04:54:35.286ZAug 27 04:54:34.336Aug 27 04:54:34.336 INFODEBG adding route 172.17.0.24/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 } }]
92582026-08-27T04:54:35.286Z
92592026-08-27T04:54:35.286ZAug 27 04:54:34.336 Aug 27 04:54:34.336DEBG INFOAug 27 04:54:34.336initted freemap. size: 64Aug 27 04:54:34.336, unitadding route 172.16.0.0/32 -> 10.0.0.1
92602026-08-27T04:54:35.286Z DEBGINFO :adding route 172.17.0.38/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 } }]freemap_route_ipv6
92612026-08-27T04:54:35.286ZAug 27 04:54:34.336
92622026-08-27T04:54:35.286Z
92632026-08-27T04:54:35.286Z DEBGAug 27 04:54:34.336 Aug 27 04:54:34.336DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
92642026-08-27T04:54:35.286Zreplacing 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 } }]
92652026-08-27T04:54:35.286ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 27 04:54:34.336
92662026-08-27T04:54:35.286ZAug 27 04:54:34.336 DEBGINFO Aug 27 04:54:34.336adding route 172.16.0.0/32 -> 10.0.0.2
92672026-08-27T04:54:35.286ZINFOAug 27 04:54:34.336 DEBG reset freemapreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255Aug 27 04:54:34.336
92682026-08-27T04:54:35.286Z
92692026-08-27T04:54:35.286ZDEBG, Aug 27 04:54:34.336replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] unitDEBG:
92702026-08-27T04:54:35.286Z freemap_route_ipv6replacing 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 27 04:54:34.336
92712026-08-27T04:54:35.286Z
92722026-08-27T04:54:35.286Z Aug 27 04:54:34.336INFO Aug 27 04:54:34.336DEBG adding route 172.17.0.26/32 -> 10.0.0.255Aug 27 04:54:34.336 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.3, vlan_id: None } }]
92732026-08-27T04:54:35.286Zadding route 172.17.0.40/32 -> 10.0.0.255
92742026-08-27T04:54:35.286Z
92752026-08-27T04:54:35.286Z INFO Aug 27 04:54:34.336 DEBGAug 27 04:54:34.336 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92762026-08-27T04:54:35.287Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
92772026-08-27T04:54:35.287Z
92782026-08-27T04:54:35.287ZAug 27 04:54:34.336 INFOAug 27 04:54:34.336adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 172.17.0.41/32 -> 10.0.0.255
92792026-08-27T04:54:35.287ZAug 27 04:54:34.336 DEBG
92802026-08-27T04:54:35.287Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
92812026-08-27T04:54:35.287ZINFO Aug 27 04:54:34.336
92822026-08-27T04:54:35.287Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 27 04:54:34.336
92832026-08-27T04:54:35.287Z DEBG 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 } }]Aug 27 04:54:34.336
92842026-08-27T04:54:35.287Zadding route 172.17.0.12/32 -> 10.0.0.255 DEBG
92852026-08-27T04:54:35.287Z Aug 27 04:54:34.336Aug 27 04:54:34.336replacing 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 } }]
92862026-08-27T04:54:35.287ZINFOAug 27 04:54:34.336DEBG Aug 27 04:54:34.336INFO Aug 27 04:54:34.336 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.42/32 -> 10.0.0.255INFO
92872026-08-27T04:54:35.287Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
92882026-08-27T04:54:35.287Z
92892026-08-27T04:54:35.287Z
92902026-08-27T04:54:35.287Zreplacing 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 27 04:54:34.336Aug 27 04:54:34.336Aug 27 04:54:34.336
92912026-08-27T04:54:35.287ZDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92922026-08-27T04:54:35.287ZAug 27 04:54:34.336INFO adding route 172.17.0.13/32 -> 10.0.0.255 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 } }]
92932026-08-27T04:54:35.287Z
92942026-08-27T04:54:35.287ZDEBGAug 27 04:54:34.336Aug 27 04:54:34.336 INFO Aug 27 04:54:34.336 INFOadding route 172.17.0.28/32 -> 10.0.0.255Aug 27 04:54:34.336 adding route 172.17.0.43/32 -> 10.0.0.255INFO
92952026-08-27T04:54:35.287ZDEBG
92962026-08-27T04:54:35.287Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
92972026-08-27T04:54:35.287Zreplacing 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 27 04:54:34.336replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92982026-08-27T04:54:35.287ZDEBGAug 27 04:54:34.336 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 } }] Aug 27 04:54:34.336replacing 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 } }]
92992026-08-27T04:54:35.287Z
93002026-08-27T04:54:35.287ZINFO
93012026-08-27T04:54:35.287ZAug 27 04:54:34.336 adding route 172.17.0.14/32 -> 10.0.0.255DEBG
93022026-08-27T04:54:35.287ZAug 27 04:54:34.336 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 } }]
93032026-08-27T04:54:35.287Z INFO Aug 27 04:54:34.336adding route 172.17.0.44/32 -> 10.0.0.255Aug 27 04:54:34.336
93042026-08-27T04:54:35.288ZAug 27 04:54:34.336 INFODEBG 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.29/32 -> 10.0.0.255
93052026-08-27T04:54:35.288ZAug 27 04:54:34.336 Aug 27 04:54:34.336 INFO INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 27 04:54:34.336
93062026-08-27T04:54:35.288Z 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 } }]
93072026-08-27T04:54:35.288Z
93082026-08-27T04:54:35.288Zadding route 172.17.0.15/32 -> 10.0.0.255
93092026-08-27T04:54:35.288Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 27 04:54:34.336
93102026-08-27T04:54:35.288Z Aug 27 04:54:34.336Aug 27 04:54:34.336DEBG Aug 27 04:54:34.336 DEBGDEBG INFO adding route 172.17.0.45/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.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 } }]
93112026-08-27T04:54:35.288Z
93122026-08-27T04:54:35.288Z
93132026-08-27T04:54:35.288Zreplacing 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 } }]
93142026-08-27T04:54:35.288ZAug 27 04:54:34.336Aug 27 04:54:34.336 DEBGAug 27 04:54:34.336 Aug 27 04:54:34.336replacing 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 } }]INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
93152026-08-27T04:54:35.288Z
93162026-08-27T04:54:35.294Z INFOadding route 172.17.0.30/32 -> 10.0.0.255Aug 27 04:54:34.336
93172026-08-27T04:54:35.294ZAug 27 04:54:34.336 Aug 27 04:54:34.336 adding route 172.17.0.16/32 -> 10.0.0.255INFO
93182026-08-27T04:54:35.294Z DEBGadding route 172.17.0.46/32 -> 10.0.0.255
93192026-08-27T04:54:35.294ZDEBGAug 27 04:54:34.336replacing 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 } }]
93202026-08-27T04:54:35.294ZAug 27 04:54:34.336 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGAug 27 04:54:34.336 Aug 27 04:54:34.336 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 } }]INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
93212026-08-27T04:54:35.294Z
93222026-08-27T04:54:35.294Z
93232026-08-27T04:54:35.294ZDEBG
93242026-08-27T04:54:35.294Zreplacing 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 27 04:54:34.336Aug 27 04:54:34.336
93252026-08-27T04:54:35.294Z Aug 27 04:54:34.336INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255
93262026-08-27T04:54:35.294Zadding route 172.17.0.47/32 -> 10.0.0.255DEBG
93272026-08-27T04:54:35.294Z Aug 27 04:54:34.336replacing 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 } }]
93282026-08-27T04:54:35.294ZAug 27 04:54:34.336 Aug 27 04:54:34.336INFO DEBGDEBG Aug 27 04:54:34.336replacing 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 } }]
93292026-08-27T04:54:35.294Z 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 } }]INFOAug 27 04:54:34.336
93302026-08-27T04:54:35.294Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255
93312026-08-27T04:54:35.294ZAug 27 04:54:34.337 Aug 27 04:54:34.336Aug 27 04:54:34.336 INFO adding route 172.17.0.18/32 -> 10.0.0.255
93322026-08-27T04:54:35.294ZDEBG Aug 27 04:54:34.344created new freemap , Aug 27 04:54:34.344unit DEBG: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 } }]
93332026-08-27T04:54:35.295Z created new freemapreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
93342026-08-27T04:54:35.295ZAug 27 04:54:34.344
93352026-08-27T04:54:35.295Z,
93362026-08-27T04:54:35.295Zunit:INFO freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255
93372026-08-27T04:54:35.295Z
93382026-08-27T04:54:35.295ZAug 27 04:54:34.344Aug 27 04:54:34.344 DEBGAug 27 04:54:34.344Aug 27 04:54:34.344INFO DEBGDEBG Aug 27 04:54:34.344 created new freemapDEBG, unitreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
93392026-08-27T04:54:35.295Z:adding route 172.17.0.32/32 -> 10.0.0.255 freemap_route_ipv6
93402026-08-27T04:54:35.295Z
93412026-08-27T04:54:35.295Z
93422026-08-27T04:54:35.295Zcreated new freemapAug 27 04:54:34.344Aug 27 04:54:34.344 , DEBGunitAug 27 04:54:34.344 INFO: initted freemap. size: 64adding route 172.17.0.20/32 -> 10.0.0.255INFO
93432026-08-27T04:54:35.295Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff , freemap_route_ipv6
93442026-08-27T04:54:35.295Zunit:
93452026-08-27T04:54:35.295Z Aug 27 04:54:34.344Aug 27 04:54:34.344 freemap_route_ipv4DEBGDEBG
93462026-08-27T04:54:35.295ZAug 27 04:54:34.344replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 27 04:54:34.344
93472026-08-27T04:54:35.295ZDEBGAug 27 04:54:34.344 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
93482026-08-27T04:54:35.295Z reset freemap, unitAug 27 04:54:34.344: INFOAug 27 04:54:34.344 freemap_route_ipv4adding route 172.17.0.21/32 -> 10.0.0.255
93492026-08-27T04:54:35.295Z
93502026-08-27T04:54:35.295Z
93512026-08-27T04:54:35.295Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 27 04:54:34.344
93522026-08-27T04:54:35.295Z DEBG DEBGAug 27 04:54:34.344 Aug 27 04:54:34.344 Aug 27 04:54:34.344initted freemap. size: 64 , replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93532026-08-27T04:54:35.295Z DEBGinitted freemap. size: 64, INFOunit Aug 27 04:54:34.344 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 } }]INFOadding route 172.17.0.33/32 -> 10.0.0.255 :unitadding route 172.17.0.22/32 -> 10.0.0.255
93542026-08-27T04:54:35.295Z
93552026-08-27T04:54:35.295Z: freemap_route_ipv6
93562026-08-27T04:54:35.295Z
93572026-08-27T04:54:35.295ZAug 27 04:54:34.344freemap_route_ipv4 DEBG
93582026-08-27T04:54:35.295Zreplacing 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 27 04:54:34.344
93592026-08-27T04:54:35.295Z Aug 27 04:54:34.344Aug 27 04:54:34.344 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 27 04:54:34.344
93602026-08-27T04:54:35.296Z reset freemapINFO, unit :Aug 27 04:54:34.344 DEBGadding route 172.17.0.23/32 -> 10.0.0.255 freemap_route_ipv6
93612026-08-27T04:54:35.296Zreplacing 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 } }]
93622026-08-27T04:54:35.296ZDEBG
93632026-08-27T04:54:35.296Zreplacing 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 } }]
93642026-08-27T04:54:35.296ZAug 27 04:54:34.344Aug 27 04:54:34.344Aug 27 04:54:34.344Aug 27 04:54:34.344 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 } }]failed to allocate space for the new target listINFO
93652026-08-27T04:54:35.296Z
93662026-08-27T04:54:35.296ZAug 27 04:54:34.344 adding route 172.17.0.34/32 -> 10.0.0.255INFOAug 27 04:54:34.344 adding route 172.16.0.0/32 -> 10.0.0.1Aug 27 04:54:34.344DEBG
93672026-08-27T04:54:35.296Z 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 } }]
93682026-08-27T04:54:35.296Zadding route 172.17.0.24/32 -> 10.0.0.255
93692026-08-27T04:54:35.296ZDEBG
93702026-08-27T04:54:35.296ZAug 27 04:54:34.344 reset freemapDEBG, Aug 27 04:54:34.344 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
93712026-08-27T04:54:35.296Z: 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 27 04:54:34.344
93722026-08-27T04:54:35.296ZAug 27 04:54:34.344DEBG 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
93732026-08-27T04:54:35.296Ztest route::tests::shrink_preserves_compacted_order ... ok
93742026-08-27T04:54:35.296Z Aug 27 04:54:34.344adding route 172.16.0.0/32 -> 10.0.0.2 freemap_route_ipv4INFO
93752026-08-27T04:54:35.296Z
93762026-08-27T04:54:35.296Z Aug 27 04:54:34.344adding route 172.17.0.25/32 -> 10.0.0.255
93772026-08-27T04:54:35.296ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
93782026-08-27T04:54:35.296ZAug 27 04:54:34.344 Aug 27 04:54:34.344DEBG Aug 27 04:54:34.344 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
93792026-08-27T04:54:35.296Z Aug 27 04:54:34.344replacing 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 } }]
93802026-08-27T04:54:35.296Z DEBGDEBG Aug 27 04:54:34.344replacing 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 } }]initted freemap. size: 64
93812026-08-27T04:54:35.296ZAug 27 04:54:34.344, unit INFOINFO :adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.26/32 -> 10.0.0.255
93822026-08-27T04:54:35.296Z
93832026-08-27T04:54:35.296Z freemap_route_ipv6
93842026-08-27T04:54:35.296ZAug 27 04:54:34.344Aug 27 04:54:34.344 DEBGAug 27 04:54:34.344 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 INFOreplacing 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 } }]
93852026-08-27T04:54:35.296Z
93862026-08-27T04:54:35.297Zadding route 172.17.0.36/32 -> 10.0.0.255
93872026-08-27T04:54:35.297ZAug 27 04:54:34.344 Aug 27 04:54:34.344 DEBGINFOAug 27 04:54:34.344 adding route 172.16.0.0/32 -> 10.0.0.4INFO
93882026-08-27T04:54:35.297Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 27 04:54:34.344
93892026-08-27T04:54:35.297Z DEBG Aug 27 04:54:34.344replacing 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 27 04:54:34.344DEBG
93902026-08-27T04:54:35.297Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 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 } }]
93912026-08-27T04:54:35.297ZAug 27 04:54:34.345 DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv6
93922026-08-27T04:54:35.297Zfreemap_route_ipv4Aug 27 04:54:34.352
93932026-08-27T04:54:35.297Z INFO Aug 27 04:54:34.352adding route 172.17.0.28/32 -> 10.0.0.255Aug 27 04:54:34.352
93942026-08-27T04:54:35.297Z INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 27 04:54:34.352INFO
93952026-08-27T04:54:35.297Z
93962026-08-27T04:54:35.297ZDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
93972026-08-27T04:54:35.297Z
93982026-08-27T04:54:35.297ZAug 27 04:54:34.352 Aug 27 04:54:34.352DEBG 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 27 04:54:34.352replacing targets for 172.16.0.0/32 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 27 04:54:34.352
93992026-08-27T04:54:35.297Z
94002026-08-27T04:54:35.297Z INFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG
94012026-08-27T04:54:35.297Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
94022026-08-27T04:54:35.297ZAug 27 04:54:34.352Aug 27 04:54:34.352 INFOAug 27 04:54:34.352 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
94032026-08-27T04:54:35.297Zreplacing targets for 3fff:dead::/64 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 } }]DEBG
94042026-08-27T04:54:35.297Zreplacing 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 } }]
94052026-08-27T04:54:35.297ZAug 27 04:54:34.353 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.353
94062026-08-27T04:54:35.297Z INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 27 04:54:34.352
94072026-08-27T04:54:35.297Z INFO Aug 27 04:54:34.353adding route 172.16.0.0/32 -> 10.0.0.1 Aug 27 04:54:34.353
94082026-08-27T04:54:35.297Z INFODEBG adding route 172.17.0.39/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 } }]
94092026-08-27T04:54:35.297Z
94102026-08-27T04:54:35.297ZAug 27 04:54:34.353 DEBGAug 27 04:54:34.353 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 27 04:54:34.336INFO
94112026-08-27T04:54:35.297Z Aug 27 04:54:34.353 adding route 172.17.0.31/32 -> 10.0.0.255
94122026-08-27T04:54:35.297ZINFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94132026-08-27T04:54:35.298ZAug 27 04:54:34.353
94142026-08-27T04:54:35.298Z 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 } }]
94152026-08-27T04:54:35.298ZAug 27 04:54:34.353 INFOAug 27 04:54:34.353Aug 27 04:54:34.353 adding route 172.17.0.40/32 -> 10.0.0.255INFO Aug 27 04:54:34.353INFO
94162026-08-27T04:54:35.302Z adding route 172.17.0.32/32 -> 10.0.0.255
94172026-08-27T04:54:35.302Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 27 04:54:34.353replacing 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 } }]
94182026-08-27T04:54:35.302ZAug 27 04:54:34.353 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94192026-08-27T04:54:35.302Zreplacing 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 } }]
94202026-08-27T04:54:35.302Z
94212026-08-27T04:54:35.302ZAug 27 04:54:34.353Aug 27 04:54:34.353 Aug 27 04:54:34.353INFOAug 27 04:54:34.353 adding route 172.17.0.49/32 -> 10.0.0.255INFO
94222026-08-27T04:54:35.302ZDEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
94232026-08-27T04:54:35.302Z
94242026-08-27T04:54:35.302ZAug 27 04:54:34.353replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
94252026-08-27T04:54:35.302Z 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 27 04:54:34.353
94262026-08-27T04:54:35.302ZAug 27 04:54:34.353 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.353replacing 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 } }]
94272026-08-27T04:54:35.303ZINFO
94282026-08-27T04:54:35.303ZAug 27 04:54:34.353 adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 27 04:54:34.353 Aug 27 04:54:34.353adding route 172.16.0.0/32 -> 10.0.0.1
94292026-08-27T04:54:35.303ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
94302026-08-27T04:54:35.303Z
94312026-08-27T04:54:35.303ZAug 27 04:54:34.353 INFODEBG adding route 172.17.0.42/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 } }]
94322026-08-27T04:54:35.303ZAug 27 04:54:34.353Aug 27 04:54:34.353
94332026-08-27T04:54:35.303Z DEBGDEBG Aug 27 04:54:34.353replacing 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 27 04:54:34.353
94342026-08-27T04:54:35.303Z 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 } }] INFODEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
94352026-08-27T04:54:35.303Z
94362026-08-27T04:54:35.303Z
94372026-08-27T04:54:35.303ZAug 27 04:54:34.353 INFO Aug 27 04:54:34.353adding route 172.17.0.35/32 -> 10.0.0.255Aug 27 04:54:34.353 INFODEBG
94382026-08-27T04:54:35.303Z adding route 172.17.0.43/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 } }]Aug 27 04:54:34.353
94392026-08-27T04:54:35.303Z
94402026-08-27T04:54:35.303ZINFO Aug 27 04:54:34.353Aug 27 04:54:34.353 Aug 27 04:54:34.353INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
94412026-08-27T04:54:35.303Zreplacing 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
94422026-08-27T04:54:35.303Z adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
94432026-08-27T04:54:35.303ZAug 27 04:54:34.353
94442026-08-27T04:54:35.303Z DEBGAug 27 04:54:34.353 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 } }]
94452026-08-27T04:54:35.303Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 27 04:54:34.353
94462026-08-27T04:54:35.303Z INFOAug 27 04:54:34.353 Aug 27 04:54:34.353adding route 172.17.0.44/32 -> 10.0.0.255 Aug 27 04:54:34.353INFO
94472026-08-27T04:54:35.303Z DEBGDEBG adding route 172.17.0.53/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 } }]
94482026-08-27T04:54:35.303ZAug 27 04:54:34.353
94492026-08-27T04:54:35.303Z 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 } }]DEBG
94502026-08-27T04:54:35.303Z Aug 27 04:54:34.353replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.353
94512026-08-27T04:54:35.303Z DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255Aug 27 04:54:34.353
94522026-08-27T04:54:35.303Z
94532026-08-27T04:54:35.304Z INFO Aug 27 04:54:34.353adding route 172.17.0.45/32 -> 10.0.0.255
94542026-08-27T04:54:35.304ZAug 27 04:54:34.353INFOAug 27 04:54:34.353 adding route 172.17.0.0/32 -> 10.0.0.255INFODEBGAug 27 04:54:34.353
94552026-08-27T04:54:35.304Z 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.54/32 -> 10.0.0.255
94562026-08-27T04:54:35.304Z
94572026-08-27T04:54:35.304ZDEBG 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 } }]
94582026-08-27T04:54:35.304ZAug 27 04:54:34.353Aug 27 04:54:34.353 INFOAug 27 04:54:34.353 adding route 172.17.0.38/32 -> 10.0.0.255DEBGDEBG
94592026-08-27T04:54:35.304ZAug 27 04:54:34.353 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
94602026-08-27T04:54:35.304Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 27 04:54:34.353
94612026-08-27T04:54:35.304Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
94622026-08-27T04:54:35.304Zreplacing 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 27 04:54:34.353
94632026-08-27T04:54:35.304Z Aug 27 04:54:34.353INFO adding route 172.17.0.55/32 -> 10.0.0.255
94642026-08-27T04:54:35.304ZDEBG Aug 27 04:54:34.353 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
94652026-08-27T04:54:35.304ZAug 27 04:54:34.353 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
94662026-08-27T04:54:35.304Z 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 } }]
94672026-08-27T04:54:35.304ZAug 27 04:54:34.353 INFOAug 27 04:54:34.353Aug 27 04:54:34.353 INFODEBG adding route 172.17.0.47/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 } }]
94682026-08-27T04:54:35.304Z
94692026-08-27T04:54:35.304Z Aug 27 04:54:34.353adding route 172.17.0.1/32 -> 10.0.0.255
94702026-08-27T04:54:35.304ZAug 27 04:54:34.353INFO Aug 27 04:54:34.353 adding route 172.17.0.56/32 -> 10.0.0.255DEBGINFO
94712026-08-27T04:54:35.304Z adding route 172.17.0.40/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 } }]
94722026-08-27T04:54:35.304Z
94732026-08-27T04:54:35.304ZAug 27 04:54:34.353Aug 27 04:54:34.353 Aug 27 04:54:34.353DEBG DEBGINFO adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94742026-08-27T04:54:35.304Z
94752026-08-27T04:54:35.304Zreplacing 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 27 04:54:34.353
94762026-08-27T04:54:35.304Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94772026-08-27T04:54:35.304Z DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.353
94782026-08-27T04:54:35.304ZAug 27 04:54:34.353 DEBGAug 27 04:54:34.353INFOAug 27 04:54:34.353 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 } }]INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
94792026-08-27T04:54:35.305Z
94802026-08-27T04:54:35.305Z
94812026-08-27T04:54:35.305Ztest route::tests::add_target_fails_full ... ok
94822026-08-27T04:54:35.305Zadding route 172.17.0.57/32 -> 10.0.0.255
94832026-08-27T04:54:35.305ZAug 27 04:54:34.353Aug 27 04:54:34.353Aug 27 04:54:34.353Aug 27 04:54:34.353 INFODEBG DEBG adding route 172.17.0.49/32 -> 10.0.0.255 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
94842026-08-27T04:54:35.305Z
94852026-08-27T04:54:35.305Z 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.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 } }]
94862026-08-27T04:54:35.305Z
94872026-08-27T04:54:35.305ZAug 27 04:54:34.353 Aug 27 04:54:34.353INFO Aug 27 04:54:34.353adding route 172.17.0.42/32 -> 10.0.0.255 Aug 27 04:54:34.353DEBG
94882026-08-27T04:54:35.305Z INFO adding route 172.17.0.58/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 } }]
94892026-08-27T04:54:35.305Z
94902026-08-27T04:54:35.305ZAug 27 04:54:34.353INFO DEBGAug 27 04:54:34.353 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94912026-08-27T04:54:35.305ZAug 27 04:54:34.353 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 } }]INFOadding route 172.17.0.3/32 -> 10.0.0.255
94922026-08-27T04:54:35.305Z adding route 172.17.0.50/32 -> 10.0.0.255
94932026-08-27T04:54:35.305Z
94942026-08-27T04:54:35.305ZAug 27 04:54:34.353 INFOAug 27 04:54:34.353 Aug 27 04:54:34.353adding route 172.17.0.43/32 -> 10.0.0.255INFO
94952026-08-27T04:54:35.305Z Aug 27 04:54:34.353DEBG adding route 172.17.0.59/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 } }]
94962026-08-27T04:54:35.305Z
94972026-08-27T04:54:35.305ZDEBG Aug 27 04:54:34.353replacing 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 27 04:54:34.353
94982026-08-27T04:54:35.305ZDEBG Aug 27 04:54:34.353DEBG 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 } }]
94992026-08-27T04:54:35.305Zadding route 172.17.0.51/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 } }]
95002026-08-27T04:54:35.305ZAug 27 04:54:34.353
95012026-08-27T04:54:35.305ZINFO Aug 27 04:54:34.361adding route 172.17.0.44/32 -> 10.0.0.255
95022026-08-27T04:54:35.305ZINFO Aug 27 04:54:34.353Aug 27 04:54:34.361 INFODEBG adding route 172.17.0.4/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 } }]
95032026-08-27T04:54:35.305Z
95042026-08-27T04:54:35.305ZAug 27 04:54:34.361Aug 27 04:54:34.361 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255Aug 27 04:54:34.361
95052026-08-27T04:54:35.305Z
95062026-08-27T04:54:35.305ZDEBG 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 27 04:54:34.361
95072026-08-27T04:54:35.306Z INFOAug 27 04:54:34.361 adding route 172.17.0.45/32 -> 10.0.0.255DEBGAug 27 04:54:34.361
95082026-08-27T04:54:35.306Z 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
95092026-08-27T04:54:35.306Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 27 04:54:34.361
95102026-08-27T04:54:35.306Z DEBGAug 27 04:54:34.353 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95112026-08-27T04:54:35.306Z Aug 27 04:54:34.361created new freemap , unitINFO:Aug 27 04:54:34.361Aug 27 04:54:34.361 freemap_route_ipv4 adding route 172.17.0.53/32 -> 10.0.0.255
95122026-08-27T04:54:35.306ZINFO
95132026-08-27T04:54:35.306Z DEBGadding route 172.17.0.46/32 -> 10.0.0.255
95142026-08-27T04:54:35.306Zreplacing 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 } }]
95152026-08-27T04:54:35.306ZAug 27 04:54:34.361Aug 27 04:54:34.361 DEBGDEBGAug 27 04:54:34.361 Aug 27 04:54:34.361created new freemapDEBG, 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 } }]
95162026-08-27T04:54:35.311ZINFO unitreplacing 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 } }]:
95172026-08-27T04:54:35.311Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 27 04:54:34.361
95182026-08-27T04:54:35.311Zfreemap_route_ipv6
95192026-08-27T04:54:35.311ZAug 27 04:54:34.361 INFOINFO Aug 27 04:54:34.361adding route 172.17.0.47/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255
95202026-08-27T04:54:35.311Z
95212026-08-27T04:54:35.311ZAug 27 04:54:34.361DEBG DEBGinitted freemap. size: 64 , Aug 27 04:54:34.361Aug 27 04:54:34.361replacing 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 } }] DEBGDEBG
95222026-08-27T04:54:35.311Z unitreplacing 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 } }]:
95232026-08-27T04:54:35.311Zreplacing 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 } }] freemap_route_ipv4
95242026-08-27T04:54:35.311Z
95252026-08-27T04:54:35.311ZAug 27 04:54:34.361Aug 27 04:54:34.361 INFOINFO Aug 27 04:54:34.361Aug 27 04:54:34.361adding route 172.17.0.48/32 -> 10.0.0.255
95262026-08-27T04:54:35.311Z INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
95272026-08-27T04:54:35.311Z
95282026-08-27T04:54:35.311Zreset freemapAug 27 04:54:34.361, unitAug 27 04:54:34.361:Aug 27 04:54:34.361 freemap_route_ipv4
95292026-08-27T04:54:35.311ZDEBG 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 } }]
95302026-08-27T04:54:35.311ZDEBGreplacing 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 } }]
95312026-08-27T04:54:35.311Zreplacing 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 27 04:54:34.361Aug 27 04:54:34.361
95322026-08-27T04:54:35.311Z DEBGINFO initted freemap. size: 64adding route 172.17.0.56/32 -> 10.0.0.255,
95332026-08-27T04:54:35.311ZAug 27 04:54:34.361unit :INFOAug 27 04:54:34.361 Aug 27 04:54:34.361freemap_route_ipv6 DEBG
95342026-08-27T04:54:35.311Z adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95352026-08-27T04:54:35.311Z
95362026-08-27T04:54:35.312ZINFO Aug 27 04:54:34.361Aug 27 04:54:34.361 DEBGDEBGAug 27 04:54:34.361 reset freemapreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFO
95372026-08-27T04:54:35.312Zunit adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255:
95382026-08-27T04:54:35.312Z
95392026-08-27T04:54:35.312Zfreemap_route_ipv6Aug 27 04:54:34.361
95402026-08-27T04:54:35.312ZINFO Aug 27 04:54:34.361adding route 172.17.0.50/32 -> 10.0.0.255
95412026-08-27T04:54:35.312ZDEBG Aug 27 04:54:34.361Aug 27 04:54:34.361 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95422026-08-27T04:54:35.312Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
95432026-08-27T04:54:35.312Z Aug 27 04:54:34.361 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 } }]DEBGAug 27 04:54:34.361
95442026-08-27T04:54:35.312Z Aug 27 04:54:34.361INFO 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 } }]DEBGadding route 172.17.0.58/32 -> 10.0.0.255
95452026-08-27T04:54:35.312Z
95462026-08-27T04:54:35.312Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
95472026-08-27T04:54:35.312ZAug 27 04:54:34.361Aug 27 04:54:34.361 INFOadding route 172.17.0.60/32 -> 10.0.0.255
95482026-08-27T04:54:35.312ZDEBGAug 27 04:54:34.361 adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 27 04:54:34.361INFO
95492026-08-27T04:54:35.312Z
95502026-08-27T04:54:35.312Zadding route 172.17.0.51/32 -> 10.0.0.255INFOAug 27 04:54:34.361
95512026-08-27T04:54:35.312ZAug 27 04:54:34.361adding route 172.16.0.0/32 -> 10.0.0.2 DEBG Aug 27 04:54:34.361Aug 27 04:54:34.361
95522026-08-27T04:54:35.312Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.59/32 -> 10.0.0.255
95532026-08-27T04:54:35.312ZAug 27 04:54:34.361DEBG
95542026-08-27T04:54:35.312Z
95552026-08-27T04:54:35.312Z DEBGAug 27 04:54:34.361 Aug 27 04:54:34.361 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
95562026-08-27T04:54:35.312ZDEBG adding route 172.17.0.52/32 -> 10.0.0.255 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 } }]
95572026-08-27T04:54:35.312ZAug 27 04:54:34.361replacing 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 27 04:54:34.361
95582026-08-27T04:54:35.312Z INFODEBG Aug 27 04:54:34.361adding route 172.16.0.0/32 -> 10.0.0.3
95592026-08-27T04:54:35.312ZDEBG 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 } }]
95602026-08-27T04:54:35.312Z
95612026-08-27T04:54:35.312ZAug 27 04:54:34.361 Aug 27 04:54:34.361failed to allocate space for the new target list Aug 27 04:54:34.361INFO
95622026-08-27T04:54:35.313Zadding route 172.17.0.60/32 -> 10.0.0.255INFO DEBGAug 27 04:54:34.361adding route 172.17.0.53/32 -> 10.0.0.255
95632026-08-27T04:54:35.313Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
95642026-08-27T04:54:35.313Z
95652026-08-27T04:54:35.313ZINFO Aug 27 04:54:34.361adding route 172.17.0.10/32 -> 10.0.0.255 Aug 27 04:54:34.361DEBGAug 27 04:54:34.361 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 } }]
95662026-08-27T04:54:35.313Z
95672026-08-27T04:54:35.313ZINFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG
95682026-08-27T04:54:35.313Zreplacing 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 27 04:54:34.361Aug 27 04:54:34.361
95692026-08-27T04:54:35.313Z Aug 27 04:54:34.361INFO Aug 27 04:54:34.361adding route 172.17.0.61/32 -> 10.0.0.255
95702026-08-27T04:54:35.313ZDEBGAug 27 04:54:34.361 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255Aug 27 04:54:34.361
95712026-08-27T04:54:35.313Z
95722026-08-27T04:54:35.313Z 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 } }]
95732026-08-27T04:54:35.313ZAug 27 04:54:34.361replacing 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 } }]
95742026-08-27T04:54:35.313ZDEBGAug 27 04:54:34.361Aug 27 04:54:34.361 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 } }]
95752026-08-27T04:54:35.313ZINFOAug 27 04:54:34.361 adding route 172.17.0.11/32 -> 10.0.0.255 DEBG
95762026-08-27T04:54:35.313Z Aug 27 04:54:34.361replacing targets for 172.16.0.0/32 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 } }]
95772026-08-27T04:54:35.313Ztest route::tests::delete_target_fragmented ... ok
95782026-08-27T04:54:35.313ZINFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255Aug 27 04:54:34.361
95792026-08-27T04:54:35.313Z
95802026-08-27T04:54:35.313Z DEBGAug 27 04:54:34.361 Aug 27 04:54:34.361DEBG 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 } }]
95812026-08-27T04:54:35.313Zreplacing 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.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 } }]
95822026-08-27T04:54:35.313Ztest route::tests::delete_targets_fragmented ... ok
95832026-08-27T04:54:35.313Z Aug 27 04:54:34.361DEBGAug 27 04:54:34.361 created new freemapINFO , adding route 172.17.0.63/32 -> 10.0.0.255unit
95842026-08-27T04:54:35.313ZINFO: adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6
95852026-08-27T04:54:35.313Z
95862026-08-27T04:54:35.313ZAug 27 04:54:34.361 Aug 27 04:54:34.361DEBG DEBGreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95872026-08-27T04:54:35.313Zreplacing 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 } }]
95882026-08-27T04:54:35.313ZAug 27 04:54:34.361Aug 27 04:54:34.361 Aug 27 04:54:34.361 DEBGDEBG INFOinitted freemap. size: 64 , failed to allocate space for the new target listunit
95892026-08-27T04:54:35.314Z: adding route 172.17.0.13/32 -> 10.0.0.255
95902026-08-27T04:54:35.314Zfreemap_route_ipv4
95912026-08-27T04:54:35.314ZAug 27 04:54:34.361
95922026-08-27T04:54:35.314Z INFOAug 27 04:54:34.361 adding route 172.17.0.56/32 -> 10.0.0.255DEBG
95932026-08-27T04:54:35.314ZAug 27 04:54:34.361 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 27 04:54:34.361 DEBGDEBG reset freemapreplacing 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 27 04:54:34.361
95942026-08-27T04:54:35.314Zunit :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 } }]
95952026-08-27T04:54:35.314Z
95962026-08-27T04:54:35.314Zfreemap_route_ipv4
95972026-08-27T04:54:35.314ZAug 27 04:54:34.361Aug 27 04:54:34.361 Aug 27 04:54:34.361Aug 27 04:54:34.361INFOINFO DEBG DEBGfailed to allocate space for the new target list adding route 172.17.0.57/32 -> 10.0.0.255
95982026-08-27T04:54:35.314Zinitted freemap. size: 64
95992026-08-27T04:54:35.314Zadding route 172.17.0.14/32 -> 10.0.0.255,
96002026-08-27T04:54:35.314ZunitAug 27 04:54:34.361: DEBGfreemap_route_ipv6
96012026-08-27T04:54:35.314Zreplacing 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 } }]
96022026-08-27T04:54:35.314ZAug 27 04:54:34.361 DEBGAug 27 04:54:34.361 Aug 27 04:54:34.361replacing 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 } }]
96032026-08-27T04:54:35.314ZDEBGINFO reset freemapadding route 172.17.0.58/32 -> 10.0.0.255,
96042026-08-27T04:54:35.314Zunit: freemap_route_ipv6
96052026-08-27T04:54:35.314ZAug 27 04:54:34.361 Aug 27 04:54:34.361INFO Aug 27 04:54:34.361DEBGadding route 172.17.0.15/32 -> 10.0.0.255
96062026-08-27T04:54:35.314Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96072026-08-27T04:54:35.314Z adding route 172.16.0.0/32 -> 10.0.0.1
96082026-08-27T04:54:35.314ZAug 27 04:54:34.361 DEBGAug 27 04:54:34.361 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
96092026-08-27T04:54:35.314Z Aug 27 04:54:34.361replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96102026-08-27T04:54:35.314ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
96112026-08-27T04:54:35.314ZAug 27 04:54:34.361 INFOAug 27 04:54:34.361 Aug 27 04:54:34.361INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
96122026-08-27T04:54:35.314ZDEBG
96132026-08-27T04:54:35.314Zreplacing 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 } }]
96142026-08-27T04:54:35.314ZAug 27 04:54:34.361 DEBG Aug 27 04:54:34.361replacing 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 } }]
96152026-08-27T04:54:35.314ZINFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 27 04:54:34.361
96162026-08-27T04:54:35.319Z Aug 27 04:54:34.361DEBG INFOAug 27 04:54:34.361 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
96172026-08-27T04:54:35.319Zadding route 172.17.0.17/32 -> 10.0.0.255
96182026-08-27T04:54:35.319Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96192026-08-27T04:54:35.319ZAug 27 04:54:34.361Aug 27 04:54:34.369 Aug 27 04:54:34.369DEBG INFODEBGfailed to allocate space for the new target list
96202026-08-27T04:54:35.319Zadding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96212026-08-27T04:54:35.319Z
96222026-08-27T04:54:35.319ZAug 27 04:54:34.369 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 } }]
96232026-08-27T04:54:35.319ZAug 27 04:54:34.369DEBG replacing targets for 172.16.0.0/32 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 } }]
96242026-08-27T04:54:35.319ZAug 27 04:54:34.369 INFO adding route 172.17.0.18/32 -> 10.0.0.255
96252026-08-27T04:54:35.319Z DEBG Aug 27 04:54:34.369replacing 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 } }]
96262026-08-27T04:54:35.320ZDEBG 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 } }]
96272026-08-27T04:54:35.320ZAug 27 04:54:34.369 Aug 27 04:54:34.369INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
96282026-08-27T04:54:35.320Zadding route 172.17.0.19/32 -> 10.0.0.255
96292026-08-27T04:54:35.320ZAug 27 04:54:34.369 Aug 27 04:54:34.369DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96302026-08-27T04:54:35.320Zreplacing 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 } }]
96312026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
96322026-08-27T04:54:35.320Z
96332026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 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.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 } }]
96342026-08-27T04:54:35.320Z
96352026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
96362026-08-27T04:54:35.320Z
96372026-08-27T04:54:35.320ZAug 27 04:54:34.369 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 } }]
96382026-08-27T04:54:35.320ZAug 27 04:54:34.369 Aug 27 04:54:34.369 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 } }]
96392026-08-27T04:54:35.320ZAug 27 04:54:34.369INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.22/32 -> 10.0.0.255
96402026-08-27T04:54:35.320ZAug 27 04:54:34.369 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 } }]
96412026-08-27T04:54:35.320Z
96422026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96432026-08-27T04:54:35.320Z
96442026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 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.5/32 -> 10.0.0.255
96452026-08-27T04:54:35.320Z
96462026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 INFODEBG adding route 172.17.0.24/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 } }]
96472026-08-27T04:54:35.320Z
96482026-08-27T04:54:35.320ZAug 27 04:54:34.369Aug 27 04:54:34.369 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96492026-08-27T04:54:35.320ZAug 27 04:54:34.369 INFOadding route 172.17.0.6/32 -> 10.0.0.255
96502026-08-27T04:54:35.320Zadding route 172.17.0.25/32 -> 10.0.0.255
96512026-08-27T04:54:35.320ZAug 27 04:54:34.369 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 } }]
96522026-08-27T04:54:35.320ZAug 27 04:54:34.370 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 } }]
96532026-08-27T04:54:35.321ZAug 27 04:54:34.369 INFOAug 27 04:54:34.370 adding route 172.17.0.7/32 -> 10.0.0.255INFO
96542026-08-27T04:54:35.321Z adding route 172.17.0.26/32 -> 10.0.0.255
96552026-08-27T04:54:35.321ZAug 27 04:54:34.370 Aug 27 04:54:34.370DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96562026-08-27T04:54:35.321Zreplacing 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 } }]
96572026-08-27T04:54:35.321ZAug 27 04:54:34.370 Aug 27 04:54:34.370INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
96582026-08-27T04:54:35.321Zadding route 172.17.0.27/32 -> 10.0.0.255
96592026-08-27T04:54:35.321ZAug 27 04:54:34.370 Aug 27 04:54:34.370DEBG 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 } }]
96602026-08-27T04:54:35.321Zreplacing 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 } }]
96612026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
96622026-08-27T04:54:35.321Z
96632026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96642026-08-27T04:54:35.321Z
96652026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
96662026-08-27T04:54:35.321Z
96672026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96682026-08-27T04:54:35.321Z
96692026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
96702026-08-27T04:54:35.321Z
96712026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96722026-08-27T04:54:35.321Z
96732026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
96742026-08-27T04:54:35.321Z
96752026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 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 } }]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 } }]
96762026-08-27T04:54:35.321Z
96772026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
96782026-08-27T04:54:35.321Z
96792026-08-27T04:54:35.321ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96802026-08-27T04:54:35.322Z
96812026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
96822026-08-27T04:54:35.322Z
96832026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96842026-08-27T04:54:35.322Z
96852026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
96862026-08-27T04:54:35.322Z
96872026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96882026-08-27T04:54:35.322Z
96892026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
96902026-08-27T04:54:35.322Z
96912026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96922026-08-27T04:54:35.322Z
96932026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
96942026-08-27T04:54:35.322Z
96952026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96962026-08-27T04:54:35.322Z
96972026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
96982026-08-27T04:54:35.322Z
96992026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97002026-08-27T04:54:35.322Z
97012026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
97022026-08-27T04:54:35.322Z
97032026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97042026-08-27T04:54:35.322Z
97052026-08-27T04:54:35.322ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
97062026-08-27T04:54:35.322Z
97072026-08-27T04:54:35.323ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97082026-08-27T04:54:35.323Z
97092026-08-27T04:54:35.323ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
97102026-08-27T04:54:35.323Z
97112026-08-27T04:54:35.323ZAug 27 04:54:34.370Aug 27 04:54:34.370 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.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 } }]
97122026-08-27T04:54:35.323Z
97132026-08-27T04:54:35.323ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
97142026-08-27T04:54:35.323Z
97152026-08-27T04:54:35.323ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97162026-08-27T04:54:35.331Z
97172026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
97182026-08-27T04:54:35.331Z
97192026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97202026-08-27T04:54:35.331Z
97212026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
97222026-08-27T04:54:35.331Z
97232026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97242026-08-27T04:54:35.331Z
97252026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
97262026-08-27T04:54:35.331Z
97272026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
97282026-08-27T04:54:35.331Z
97292026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
97302026-08-27T04:54:35.331Z
97312026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97322026-08-27T04:54:35.331Z
97332026-08-27T04:54:35.331ZAug 27 04:54:34.370Aug 27 04:54:34.370 INFO adding route 172.17.0.46/32 -> 10.0.0.255
97342026-08-27T04:54:35.332ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
97352026-08-27T04:54:35.332ZAug 27 04:54:34.378 DEBG Aug 27 04:54:34.378replacing 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 } }]
97362026-08-27T04:54:35.332ZDEBG 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 } }]
97372026-08-27T04:54:35.332ZAug 27 04:54:34.378 INFO Aug 27 04:54:34.378adding route 172.17.0.47/32 -> 10.0.0.255
97382026-08-27T04:54:35.332ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
97392026-08-27T04:54:35.332ZAug 27 04:54:34.378 DEBG Aug 27 04:54:34.378replacing 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 } }]
97402026-08-27T04:54:35.332ZDEBG 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 } }]
97412026-08-27T04:54:35.332ZAug 27 04:54:34.378 INFO Aug 27 04:54:34.378adding route 172.17.0.48/32 -> 10.0.0.255
97422026-08-27T04:54:35.332ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
97432026-08-27T04:54:35.332ZAug 27 04:54:34.378 DEBG Aug 27 04:54:34.378replacing 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 } }]
97442026-08-27T04:54:35.332ZDEBG 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 } }]
97452026-08-27T04:54:35.332ZAug 27 04:54:34.378 INFOAug 27 04:54:34.378 adding route 172.17.0.49/32 -> 10.0.0.255INFO
97462026-08-27T04:54:35.332Z adding route 172.17.0.30/32 -> 10.0.0.255
97472026-08-27T04:54:35.332ZAug 27 04:54:34.378 DEBGAug 27 04:54:34.378 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97482026-08-27T04:54:35.332Z 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 } }]
97492026-08-27T04:54:35.332ZAug 27 04:54:34.378 INFOAug 27 04:54:34.378 adding route 172.17.0.50/32 -> 10.0.0.255INFO
97502026-08-27T04:54:35.332Z adding route 172.17.0.31/32 -> 10.0.0.255
97512026-08-27T04:54:35.332ZAug 27 04:54:34.378 DEBGAug 27 04:54:34.378 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97522026-08-27T04:54:35.332Z 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 } }]
97532026-08-27T04:54:35.332ZAug 27 04:54:34.378 INFOAug 27 04:54:34.378 adding route 172.17.0.51/32 -> 10.0.0.255INFO
97542026-08-27T04:54:35.332Z adding route 172.17.0.32/32 -> 10.0.0.255
97552026-08-27T04:54:35.332ZAug 27 04:54:34.378 Aug 27 04:54:34.378DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97562026-08-27T04:54:35.332Zreplacing 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 } }]
97572026-08-27T04:54:35.332ZAug 27 04:54:34.378 Aug 27 04:54:34.378INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255
97582026-08-27T04:54:35.332Zadding route 172.17.0.33/32 -> 10.0.0.255
97592026-08-27T04:54:35.332ZAug 27 04:54:34.378 Aug 27 04:54:34.378DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97602026-08-27T04:54:35.333Zreplacing 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 } }]
97612026-08-27T04:54:35.333ZAug 27 04:54:34.378 Aug 27 04:54:34.378INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
97622026-08-27T04:54:35.333Zadding route 172.17.0.34/32 -> 10.0.0.255
97632026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97642026-08-27T04:54:35.333Z
97652026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
97662026-08-27T04:54:35.333Z
97672026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97682026-08-27T04:54:35.333Z
97692026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
97702026-08-27T04:54:35.333Z
97712026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97722026-08-27T04:54:35.333Z
97732026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
97742026-08-27T04:54:35.333Z
97752026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97762026-08-27T04:54:35.333Z
97772026-08-27T04:54:35.333Ztest route::tests::delete_targets_full ... ok
97782026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
97792026-08-27T04:54:35.333Z
97802026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97812026-08-27T04:54:35.333Z
97822026-08-27T04:54:35.333ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
97832026-08-27T04:54:35.333Ztest route::tests::delete_target_full ... ok
97842026-08-27T04:54:35.333Z
97852026-08-27T04:54:35.333Z
97862026-08-27T04:54:35.333Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
97872026-08-27T04:54:35.333Z
97882026-08-27T04:54:35.334ZAug 27 04:54:34.378Aug 27 04:54:34.378 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97892026-08-27T04:54:35.334Z
97902026-08-27T04:54:35.334ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
97912026-08-27T04:54:35.334Z
97922026-08-27T04:54:35.334ZAug 27 04:54:34.378Aug 27 04:54:34.378 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.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97932026-08-27T04:54:35.334Z
97942026-08-27T04:54:35.334ZAug 27 04:54:34.378Aug 27 04:54:34.378 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
97952026-08-27T04:54:35.334Z
97962026-08-27T04:54:35.334ZAug 27 04:54:34.378Aug 27 04:54:34.378 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.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 } }]
97972026-08-27T04:54:35.334Z
97982026-08-27T04:54:35.334ZAug 27 04:54:34.386 DEBG failed to allocate space for the new target list
97992026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 27 04:54:34.386
98002026-08-27T04:54:35.334Z 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 } }]
98012026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98022026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98032026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98042026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98052026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98062026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98072026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98082026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98092026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98102026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98112026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98122026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98132026-08-27T04:54:35.334ZAug 27 04:54:34.386 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 } }]
98142026-08-27T04:54:35.334ZAug 27 04:54:34.386 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98152026-08-27T04:54:35.335ZAug 27 04:54:34.386 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 } }]
98162026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98172026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98182026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98192026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98202026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98212026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98222026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98232026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98242026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98252026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98262026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98272026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98282026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98292026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98302026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98312026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98322026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98332026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98342026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98352026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98362026-08-27T04:54:35.339ZAug 27 04:54:34.386 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98372026-08-27T04:54:35.339ZAug 27 04:54:34.386 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 } }]
98382026-08-27T04:54:35.340ZAug 27 04:54:34.386 INFO adding route 172.17.0.61/32 -> 10.0.0.255
98392026-08-27T04:54:35.340ZAug 27 04:54:34.386 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98402026-08-27T04:54:35.340ZAug 27 04:54:34.386 INFO adding route 172.17.0.62/32 -> 10.0.0.255
98412026-08-27T04:54:35.340ZAug 27 04:54:34.386 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-08-27T04:54:35.340ZAug 27 04:54:34.386 DEBG failed to allocate space for the new target list
98432026-08-27T04:54:35.340ZAug 27 04:54:34.386 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 } }]
98442026-08-27T04:54:35.340Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-308f5df3179196ff)
98452026-08-27T04:54:35.340Z
98462026-08-27T04:54:35.340Zrunning 0 tests
98472026-08-27T04:54:35.340Z
98482026-08-27T04:54:35.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98492026-08-27T04:54:35.340Z
98502026-08-27T04:54:35.340Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2bcd009761197a81)
98512026-08-27T04:54:35.340Z
98522026-08-27T04:54:35.340Zrunning 0 tests
98532026-08-27T04:54:35.340Z
98542026-08-27T04:54:35.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-08-27T04:54:35.340Z
98562026-08-27T04:54:35.340Z Running unittests src/lib.rs (target/debug/deps/dpd_client-0604bbb1c6274217)
98572026-08-27T04:54:35.340Z
98582026-08-27T04:54:35.340Zrunning 6 tests
98592026-08-27T04:54:35.340Ztest tests::test_full_lot_id_neither_present ... ok
98602026-08-27T04:54:35.340Ztest tests::test_full_lot_id_lot_only ... ok
98612026-08-27T04:54:35.340Ztest tests::test_full_lot_id_lotnum_only ... ok
98622026-08-27T04:54:35.340Ztest tests::test_full_lot_id_both_present ... ok
98632026-08-27T04:54:35.340Ztest tests::test_parse_client_port_id ... ok
98642026-08-27T04:54:35.341Ztest tests::test_port_id_cmp ... ok
98652026-08-27T04:54:35.341Z
98662026-08-27T04:54:35.341Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98672026-08-27T04:54:35.341Z
98682026-08-27T04:54:35.341Z Running tests/test_all.rs (target/debug/deps/test_all-943785e868ed58ee)
98692026-08-27T04:54:35.341Z
98702026-08-27T04:54:35.341Zrunning 6 tests
98712026-08-27T04:54:38.348Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98722026-08-27T04:54:38.351Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98732026-08-27T04:54:38.351Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98742026-08-27T04:54:38.357Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98752026-08-27T04:54:38.685Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98762026-08-27T04:54:39.744Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98772026-08-27T04:54:39.744Z
98782026-08-27T04:54:39.744Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.41s
98792026-08-27T04:54:39.744Z
98802026-08-27T04:54:39.750Z Running unittests src/lib.rs (target/debug/deps/dpd_types-135a2dfe1b875f47)
98812026-08-27T04:54:39.760Z
98822026-08-27T04:54:39.760Zrunning 0 tests
98832026-08-27T04:54:39.760Z
98842026-08-27T04:54:39.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852026-08-27T04:54:39.763Z
98862026-08-27T04:54:39.763Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8d43961aef230eda)
98872026-08-27T04:54:39.786Z
98882026-08-27T04:54:39.786Zrunning 15 tests
98892026-08-27T04:54:39.789Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98902026-08-27T04:54:39.789Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98912026-08-27T04:54:39.789Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98922026-08-27T04:54:39.789Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98932026-08-27T04:54:39.789Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98942026-08-27T04:54:39.789Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98952026-08-27T04:54:39.789Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98962026-08-27T04:54:39.790Ztest v1::network::tests::test_equal ... ok
98972026-08-27T04:54:39.790Ztest v1::network::tests::test_eui64 ... ok
98982026-08-27T04:54:39.790Ztest v1::network::tests::test_not_equal ... ok
98992026-08-27T04:54:39.790Ztest v1::network::tests::test_into ... ok
99002026-08-27T04:54:39.790Ztest v1::network::tests::test_to_string ... ok
99012026-08-27T04:54:39.790Ztest v1::port::tests::port_ids_are_ascii ... ok
99022026-08-27T04:54:39.790Ztest v1::network::tests::test_parse ... ok
99032026-08-27T04:54:39.793Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99042026-08-27T04:54:39.793Z
99052026-08-27T04:54:39.793Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99062026-08-27T04:54:39.793Z
99072026-08-27T04:54:39.796Z Running unittests src/lib.rs (target/debug/deps/packet-872789a0cadcc4ec)
99082026-08-27T04:54:39.818Z
99092026-08-27T04:54:39.818Zrunning 12 tests
99102026-08-27T04:54:39.821Ztest ipv6::test_ipv6_parse ... ok
99112026-08-27T04:54:39.821Ztest icmp::test_v4_checksum ... ok
99122026-08-27T04:54:39.822Ztest icmp::test_v6_checksum ... ok
99132026-08-27T04:54:39.822Ztest lldp::test_lldp_parse ... ok
99142026-08-27T04:54:39.822Ztest pbuf::test_byte ... ok
99152026-08-27T04:54:39.822Ztest pbuf::test_nibble ... ok
99162026-08-27T04:54:39.822Ztest pbuf::test_short ... ok
99172026-08-27T04:54:39.822Ztest pbuf::test_overflow ... ok
99182026-08-27T04:54:39.822Ztest pbuf::test_twelve ... ok
99192026-08-27T04:54:39.822Ztest pbuf::test_word ... ok
99202026-08-27T04:54:39.822Ztest tcp::test_checksum_ack_data ... ok
99212026-08-27T04:54:39.822Ztest tcp::test_checksum_syn_nodata ... ok
99222026-08-27T04:54:39.822Z
99232026-08-27T04:54:39.822Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99242026-08-27T04:54:39.822Z
99252026-08-27T04:54:39.825Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99262026-08-27T04:54:39.829Z
99272026-08-27T04:54:39.829Zrunning 0 tests
99282026-08-27T04:54:39.829Z
99292026-08-27T04:54:39.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99302026-08-27T04:54:39.832Z
99312026-08-27T04:54:39.832Z Running unittests src/main.rs (target/debug/deps/swadm-5e6cc02b74842f8b)
99322026-08-27T04:54:39.834Z
99332026-08-27T04:54:39.835Zrunning 5 tests
99342026-08-27T04:54:39.838Ztest switchport::test::test_compute_lanes ... ok
99352026-08-27T04:54:39.838Ztest switchport::test::port_id_ordering ... ok
99362026-08-27T04:54:39.838Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
99372026-08-27T04:54:39.838ZLane 1 State: Activated Lane 2 ActivatedLane 3
99382026-08-27T04:54:39.838ZActivated Rx Loss-of-lock: YesActivated
99392026-08-27T04:54:39.838Z Rx Output Enabled: false Yes false Yes falseYes
99402026-08-27T04:54:39.838Zfalse
99412026-08-27T04:54:39.838Z Rx Loss-of-signal: Yes Rx Output Status: valid Yesvalid Yesvalid Yes
99422026-08-27T04:54:39.838Zvalid
99432026-08-27T04:54:39.838Z Rx CDR Enabled: Yes Rx Loss-of-lock: trueYes true Yes true Yestrue
99442026-08-27T04:54:39.838Z
99452026-08-27T04:54:39.838Z Rx Loss-of-signal: false Tx Enabled: Yes false Yes false Yesfalse
99462026-08-27T04:54:39.838ZYes
99472026-08-27T04:54:39.838ZRx Auto-squelch Disable: true Tx Loss-of-lock: Notrue Notrue trueNo
99482026-08-27T04:54:39.838Z No Tx Output Enabled: true
99492026-08-27T04:54:39.838Z true Tx Loss-of-signal: No trueNo true
99502026-08-27T04:54:39.838ZNo Tx Output Status: invalidNo
99512026-08-27T04:54:39.838Zinvalid Tx CDR Enabled: No Noinvalid invalidNo
99522026-08-27T04:54:39.838Z No
99532026-08-27T04:54:39.838Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: No falseNo falseNo falseNo
99542026-08-27T04:54:39.838Z
99552026-08-27T04:54:39.838Z Tx Loss-of-signal: true Tx Fault: Yes true Yes true Yestrue
99562026-08-27T04:54:39.838ZYes
99572026-08-27T04:54:39.838ZTx Auto-squelch Disable: false false false false
99582026-08-27T04:54:39.838Z Tx Adaptive EQ Fail: true true true true
99592026-08-27T04:54:39.838Z Tx Failure: false false false false
99602026-08-27T04:54:39.838Z Tx Force Squelch: true true true true
99612026-08-27T04:54:39.838Z Tx Input Polarity: normal normal normal normal
99622026-08-27T04:54:39.838Ztest switchport::test::test_print_sff_datapath ... ok
99632026-08-27T04:54:39.838Ztest switchport::test::test_print_cmis_datapath ... ok
99642026-08-27T04:54:39.838Ztest link::test_filter ... ok
99652026-08-27T04:54:39.838Z
99662026-08-27T04:54:39.838Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99672026-08-27T04:54:39.838Z
99682026-08-27T04:54:39.839Z Running tests/counters.rs (target/debug/deps/counters-82e6ad6aa2bfd87d)
99692026-08-27T04:54:39.842Z
99702026-08-27T04:54:39.842Zrunning 1 test
99712026-08-27T04:54:39.842Ztest test_p4_counter_list ... ignored
99722026-08-27T04:54:39.842Z
99732026-08-27T04:54:39.842Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99742026-08-27T04:54:39.842Z
99752026-08-27T04:54:39.842Z Running tests/port-link.rs (target/debug/deps/port_link-e363021dc1fcd43f)
99762026-08-27T04:54:39.847Z
99772026-08-27T04:54:39.847Zrunning 5 tests
99782026-08-27T04:54:39.851Ztest test_an ... ignored
99792026-08-27T04:54:39.851Ztest test_enable ... ignored
99802026-08-27T04:54:39.851Ztest test_ip_addresses ... ignored
99812026-08-27T04:54:39.851Ztest test_kr ... ignored
99822026-08-27T04:54:39.851Ztest test_mac ... ignored
99832026-08-27T04:54:39.851Z
99842026-08-27T04:54:39.851Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-27T04:54:39.851Z
99862026-08-27T04:54:39.851Z Running unittests src/main.rs (target/debug/deps/tfportd-3aab3aaa26408ebc)
99872026-08-27T04:54:39.856Z
99882026-08-27T04:54:39.856Zrunning 3 tests
99892026-08-27T04:54:39.856Ztest linklocal::test_parse_ipadm ... ok
99902026-08-27T04:54:39.856Ztest tfport::test_parse_tfport ... ok
99912026-08-27T04:54:39.856Ztest config::tests::test_updates ... ok
99922026-08-27T04:54:39.856Z
99932026-08-27T04:54:39.856Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99942026-08-27T04:54:39.856Z
99952026-08-27T04:54:39.856Z Running unittests src/main.rs (target/debug/deps/uplinkd-33cedc10e468ee04)
99962026-08-27T04:54:39.860Z
99972026-08-27T04:54:39.860Zrunning 0 tests
99982026-08-27T04:54:39.863Z
99992026-08-27T04:54:39.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100002026-08-27T04:54:39.863Z
100012026-08-27T04:54:39.863Z Running unittests src/main.rs (target/debug/deps/xtask-5cb6d513503f44c8)
100022026-08-27T04:54:39.866Z
100032026-08-27T04:54:39.866Zrunning 0 tests
100042026-08-27T04:54:39.866Z
100052026-08-27T04:54:39.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100062026-08-27T04:54:39.866Z
100072026-08-27T04:54:39.869Z Doc-tests aal
100082026-08-27T04:54:40.456Z
100092026-08-27T04:54:40.456Zrunning 0 tests
100102026-08-27T04:54:40.456Z
100112026-08-27T04:54:40.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100122026-08-27T04:54:40.459Z
100132026-08-27T04:54:40.482Z Doc-tests aal_macros
100142026-08-27T04:54:40.555Z
100152026-08-27T04:54:40.556Zrunning 0 tests
100162026-08-27T04:54:40.556Z
100172026-08-27T04:54:40.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100182026-08-27T04:54:40.556Z
100192026-08-27T04:54:40.567Z Doc-tests common
100202026-08-27T04:54:40.802Z
100212026-08-27T04:54:40.802Zrunning 0 tests
100222026-08-27T04:54:40.802Z
100232026-08-27T04:54:40.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242026-08-27T04:54:40.802Z
100252026-08-27T04:54:40.830Z Doc-tests dpd_api
100262026-08-27T04:54:41.697Z
100272026-08-27T04:54:41.697Zrunning 2 tests
100282026-08-27T04:54:41.697Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100292026-08-27T04:54:41.697Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100302026-08-27T04:54:41.697Z
100312026-08-27T04:54:41.697Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-08-27T04:54:41.697Z
100332026-08-27T04:54:41.728Z Doc-tests dpd_client
100342026-08-27T04:54:43.213Z
100352026-08-27T04:54:43.213Zrunning 0 tests
100362026-08-27T04:54:43.213Z
100372026-08-27T04:54:43.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-27T04:54:43.213Z
100392026-08-27T04:54:43.269Z Doc-tests dpd_types
100402026-08-27T04:54:43.451Z
100412026-08-27T04:54:43.451Zrunning 0 tests
100422026-08-27T04:54:43.451Z
100432026-08-27T04:54:43.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-27T04:54:43.451Z
100452026-08-27T04:54:43.476Z Doc-tests dpd_types_versions
100462026-08-27T04:54:45.008Z
100472026-08-27T04:54:45.008Zrunning 1 test
100482026-08-27T04:54:45.008Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100492026-08-27T04:54:45.008Z
100502026-08-27T04:54:45.008Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100512026-08-27T04:54:45.008Z
100522026-08-27T04:54:45.059Z Doc-tests packet
100532026-08-27T04:54:45.278Z
100542026-08-27T04:54:45.278Zrunning 0 tests
100552026-08-27T04:54:45.278Z
100562026-08-27T04:54:45.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100572026-08-27T04:54:45.278Z
100582026-08-27T04:54:45.305Z Doc-tests pcap
100592026-08-27T04:54:45.358Z
100602026-08-27T04:54:45.359Zrunning 0 tests
100612026-08-27T04:54:45.359Z
100622026-08-27T04:54:45.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632026-08-27T04:54:45.359Z
100642026-08-27T04:54:45.411Zprocess exited: duration 603856 ms, exit code 0
 
100652026-08-27T04:54:45.420Zfound 0 output files