01KZ7WKH1MH3JCYCZ48S27K94V: test

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

Buildomat Job: 01KZ7WM0Q9KCPRZ8Y5DACFH0B9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T02:39:58.128Zjob assigned to worker 01KZ7WM7M3SEM6CBZT7CZMTJKK [factory aws, i-08f534c78d4c92281] (queued for 47 s)
 
22026-08-05T02:40:04.948Zstarting task 0: "setup"
32026-08-05T02:40:04.953Z++ uname -s
42026-08-05T02:40:04.957Z+ kern=SunOS
52026-08-05T02:40:04.957Z+ build_user=build
62026-08-05T02:40:04.957Z+ build_uid=12345
72026-08-05T02:40:04.957Z+ work_dir=/work
82026-08-05T02:40:04.957Z+ input_dir=/input
92026-08-05T02:40:04.957Z+ [[ 0 == 12345 ]]
102026-08-05T02:40:04.957Z+ case "$kern" in
112026-08-05T02:40:04.957Z+ groupadd -g 12345 build
122026-08-05T02:40:04.957Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T02:40:06.969Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T02:40:07.046Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T02:40:07.050Z+ home_fs=zfs
162026-08-05T02:40:07.050Z+ [[ zfs == autofs ]]
172026-08-05T02:40:07.050Z+ mkdir -p /home/build
182026-08-05T02:40:07.050Z+ chown build:build /home/build /work
192026-08-05T02:40:09.069Z+ chmod 0700 /home/build /work
202026-08-05T02:40:09.101Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-05T02:40:09.119Zstarting task 1: "rust-toolchain"
222026-08-05T02:40:09.128Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-05T02:40:09.128Z * rust toolchain channel = "1.90.0"
242026-08-05T02:40:09.128Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-05T02:40:09.128Z * rust toolchain profile = "default"
262026-08-05T02:40:09.128Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T02:40:09.128Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T02:40:09.141Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T02:40:09.141Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-05T02:40:09.220Zinfo: downloading installer
312026-08-05T02:40:10.557Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T02:40:10.557Zwarn: /home/build/.rustup/settings.toml
332026-08-05T02:40:10.557Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T02:40:10.557Zwarn: instead of the one inferred from the default host triple.
352026-08-05T02:40:10.570Zinfo: profile set to default
362026-08-05T02:40:10.570Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T02:40:10.574Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-05T02:40:10.736Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-05T02:40:10.741Zinfo: downloading 6 components
402026-08-05T02:40:26.539Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-05T02:40:26.539Z
422026-08-05T02:40:26.567Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-05T02:40:26.567Z
442026-08-05T02:40:26.567Z
452026-08-05T02:40:26.568ZRust is installed now. Great!
462026-08-05T02:40:26.568Z
472026-08-05T02:40:26.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T02:40:26.574Zenvironment variable. This has not been done automatically.
492026-08-05T02:40:26.574Z
502026-08-05T02:40:26.574ZTo configure your current shell, you need to source
512026-08-05T02:40:26.574Zthe corresponding env file under $HOME/.cargo.
522026-08-05T02:40:26.574Z
532026-08-05T02:40:26.574ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T02:40:26.574Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T02:40:26.574Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T02:40:26.574Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T02:40:26.574Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T02:40:26.574Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T02:40:26.575Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T02:40:26.575Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T02:40:26.575Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T02:40:26.649Z+ rustup --version
632026-08-05T02:40:26.658Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T02:40:26.666Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T02:40:26.679Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-05T02:40:26.685Z+ cargo --version
672026-08-05T02:40:26.695Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-05T02:40:26.700Z+ rustc --version
692026-08-05T02:40:26.716Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-05T02:40:26.720Zprocess exited: duration 17599 ms, exit code 0
 
712026-08-05T02:40:26.728Zstarting task 2: "authentication"
722026-08-05T02:40:26.748Zprocess exited: duration 17 ms, exit code 0
 
732026-08-05T02:40:26.771Zstarting task 3: "clone repository"
742026-08-05T02:40:26.779Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-05T02:40:26.779Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-05T02:40:26.792ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-05T02:40:27.658Z+ cd /work/oxidecomputer/dendrite
782026-08-05T02:40:27.658Z+ git fetch origin 0d48b5a39dc49d30b228ae01f04b8cc27a161e74
792026-08-05T02:40:27.801ZFrom https://github.com/oxidecomputer/dendrite
802026-08-05T02:40:27.801Z * branch 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> FETCH_HEAD
812026-08-05T02:40:27.807Z+ [[ -n multicast-e2e ]]
822026-08-05T02:40:27.811Z++ git branch --show-current
832026-08-05T02:40:27.811Z+ current=main
842026-08-05T02:40:27.811Z+ [[ main != multicast-e2e ]]
852026-08-05T02:40:27.811Z+ git branch -f multicast-e2e 0d48b5a39dc49d30b228ae01f04b8cc27a161e74
862026-08-05T02:40:27.815Z+ git checkout -f multicast-e2e
872026-08-05T02:40:27.830ZSwitched to branch 'multicast-e2e'
882026-08-05T02:40:27.833Z+ git reset --hard 0d48b5a39dc49d30b228ae01f04b8cc27a161e74
892026-08-05T02:40:27.848ZHEAD is now at 0d48b5a [merge] merge main
902026-08-05T02:40:27.853Zprocess exited: duration 1092 ms, exit code 0
 
912026-08-05T02:40:27.860Zstarting task 4: "build"
922026-08-05T02:40:27.864Z+ source .github/buildomat/common.sh
932026-08-05T02:40:27.864Z++ TOFINO_STAGES=20
942026-08-05T02:40:27.864Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-05T02:40:27.864Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-05T02:40:27.864Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-05T02:40:27.869Z+++ uname -s
982026-08-05T02:40:27.869Z++ '[' SunOS == SunOS ']'
992026-08-05T02:40:27.869Z++ SERIES=illumos
1002026-08-05T02:40:27.869Z+++ uname -s
1012026-08-05T02:40:27.869Z++ '[' SunOS == SunOS ']'
1022026-08-05T02:40:27.869Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-05T02:40:27.869Z++ rustup show active-toolchain
1042026-08-05T02:40:27.872Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-05T02:40:27.876Z+ source .github/buildomat/illumos.sh
1062026-08-05T02:40:27.876Z++ banner 'sde setup'
1072026-08-05T02:40:27.876Z
1082026-08-05T02:40:27.876Z #### ##### ###### #### ###### ##### # # #####
1092026-08-05T02:40:27.876Z # # # # # # # # # # #
1102026-08-05T02:40:27.876Z #### # # ##### #### ##### # # # # #
1112026-08-05T02:40:27.876Z # # # # # # # # # #####
1122026-08-05T02:40:27.876Z # # # # # # # # # # # #
1132026-08-05T02:40:27.876Z #### ##### ###### #### ###### # #### #
1142026-08-05T02:40:27.876Z
1152026-08-05T02:40:27.876Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-05T02:40:27.876Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-05T02:40:27.876Z++ export PKG=tofino_sde.p5p
1182026-08-05T02:40:27.876Z++ PKG=tofino_sde.p5p
1192026-08-05T02:40:27.876Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-05T02:40:27.881Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-05T02:40:27.884Z Dload Upload Total Spent Left Speed
1222026-08-05T02:40:59.051Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0 0 0 0 0 0 0 0 0 00:03 0 0 0 0 0 0 0 0 0 00:04 0 0 0 0 0 0 0 0 0 00:05 0 0 0 0 0 0 0 0 0 00:06 0 0 0 0 0 0 0 0 0 00:07 0 0 0 0 0 0 0 0 0 00:08 0 0 0 0 0 0 0 0 0 00:09 0 0 0 0 0 0 0 0 0 00:10 0 0 0 0 0 0 0 0 0 00:11 0 0 0 0 0 0 0 0 0 00:12 0 0 0 0 0 0 0 0 0 00:13 0 0 0 0 0 0 0 0 0 00:14 0 0 0 0 0 0 0 0 0 00:15 0 0 0 0 0 0 0 0 0 00:16 0 0 0 0 0 0 0 0 0 00:17 0 0 0 0 0 0 0 0 0 00:18 0 0 0 0 0 0 0 0 0 00:19 0 0 0 0 0 0 0 0 0 00:20 0 0 0 0 0 0 0 0 0 00:21 0 0 0 0 0 0 0 0 0 00:22 0 0 0 0 0 0 0 0 0 00:23 0 0 0 0 0 0 0 0 0 00:24 0 0 0 0 0 0 0 0 0 00:25 0 0 0 0 0 0 0 0 0 00:26 0 0 0 0 0 0 0 0 0 00:27 0 0 0 0 0 0 0 0 0 00:28 0 0 0 0 0 0 0 0 0 00:29 0 7 76.03M 7 5.98M 0 0 204.3k 0 06:21 00:30 05:51 1.19M 83 76.03M 83 63.52M 0 0 2.04M 0 00:37 00:31 00:06 12.70M 100 76.03M 100 76.03M 0 0 2.43M 0 00:31 00:31 12.70M 100 76.03M 100 76.03M 0 0 2.43M 0 00:31 00:31 12.70M 100 76.03M 100 76.03M 0 0 2.43M 0 00:31 00:31 12.70M
1232026-08-05T02:40:59.055Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-05T02:40:59.102Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-05T02:40:59.102Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-05T02:40:59.106Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-05T02:41:00.302Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-05T02:41:00.655Z Startup: Caching catalogs ... Done
1292026-08-05T02:41:00.675Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-05T02:41:02.070ZPlanning: Solver setup ... Done
1312026-08-05T02:41:02.114ZPlanning: Running solver ... Done
1322026-08-05T02:41:02.144ZPlanning: Finding local manifests ... Done
1332026-08-05T02:41:02.147ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-05T02:41:02.151ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-05T02:41:02.165ZPlanning: Package planning ... Done
1362026-08-05T02:41:02.168ZPlanning: Merging actions ... Done
1372026-08-05T02:41:02.256ZPlanning: Checking for conflicting actions ... Done
1382026-08-05T02:41:02.260ZPlanning: Consolidating action changes ... Done
1392026-08-05T02:41:03.044ZPlanning: Evaluating mediators ... Done
1402026-08-05T02:41:03.047ZPlanning: Planning completed in 2.44 seconds
1412026-08-05T02:41:03.051Z Packages to install: 1
1422026-08-05T02:41:03.054Z Create boot environment: No
1432026-08-05T02:41:03.054ZCreate backup boot environment: No
1442026-08-05T02:41:03.076Z
1452026-08-05T02:41:03.076ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-05T02:41:03.212ZDownload: Completed 75.30 MB in 0.13 seconds (557M/s)
1472026-08-05T02:41:03.616Z Actions: 1/293 actions (Installing new actions)
1482026-08-05T02:41:04.588Z Actions: Completed 293 actions in 0.97 seconds.
1492026-08-05T02:41:04.591ZFinalize: Updating package state database ... Done
1502026-08-05T02:41:04.633ZFinalize: Updating package cache ... Done
1512026-08-05T02:41:04.697ZFinalize: Updating image state ... Done
1522026-08-05T02:41:07.192ZFinalize: Creating fast lookup database ... Done
1532026-08-05T02:41:07.261ZFinalize: Reading search index ... Done
1542026-08-05T02:41:07.265ZFinalize: Updating search index ... Done
1552026-08-05T02:41:07.567ZFinalize: Updating package cache ... Done
1562026-08-05T02:41:07.708Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-05T02:41:07.708Z++ SDE=/opt/oxide/tofino_sde
1582026-08-05T02:41:07.708Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-05T02:41:07.708Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-05T02:41:07.708Z++ banner packages
1612026-08-05T02:41:07.711Z
1622026-08-05T02:41:07.712Z ##### ## #### # # ## #### ###### ####
1632026-08-05T02:41:07.712Z # # # # # # # # # # # # # #
1642026-08-05T02:41:07.712Z # # # # # #### # # # ##### ####
1652026-08-05T02:41:07.712Z ##### ###### # # # ###### # ### # #
1662026-08-05T02:41:07.712Z # # # # # # # # # # # # # #
1672026-08-05T02:41:07.712Z # # # #### # # # # #### ###### ####
1682026-08-05T02:41:07.712Z
1692026-08-05T02:41:07.712Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-05T02:41:07.969Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-05T02:41:07.972Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-05T02:41:09.149ZPlanning: Solver setup ... Done
1732026-08-05T02:41:09.194ZPlanning: Running solver ... Done
1742026-08-05T02:41:09.223ZPlanning: Consolidating action changes ... Done
1752026-08-05T02:41:09.227ZPlanning: Evaluating mediators ... Done
1762026-08-05T02:41:09.227ZPlanning: Planning completed in 1.26 seconds
1772026-08-05T02:41:09.240ZNo updates necessary for this image.
1782026-08-05T02:41:09.350Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-05T02:41:09.559ZPlanning: Evaluating mediator changes ... Done
1802026-08-05T02:41:09.735ZPlanning: Checking for conflicting actions ... Done
1812026-08-05T02:41:09.745ZPlanning: Consolidating action changes ... Done
1822026-08-05T02:41:09.824ZPlanning: Evaluating mediators ... Done
1832026-08-05T02:41:09.827ZPlanning: Planning completed in 0.27 seconds
1842026-08-05T02:41:09.847Z Mediators to change: 2
1852026-08-05T02:41:09.847Z Create boot environment: No
1862026-08-05T02:41:09.847ZCreate backup boot environment: No
1872026-08-05T02:41:09.884ZFinalize: Updating package state database ... Done
1882026-08-05T02:41:09.885ZFinalize: Updating package cache ... Done
1892026-08-05T02:41:09.920ZFinalize: Updating image state ... Done
1902026-08-05T02:41:11.867ZFinalize: Creating fast lookup database ... Done
1912026-08-05T02:41:12.007ZFinalize: Reading search index ... Done
1922026-08-05T02:41:12.015ZFinalize: Updating search index ... Done
1932026-08-05T02:41:12.015ZFinalize: Updating package cache ... Done
1942026-08-05T02:41:12.081Z++ cargo --version
1952026-08-05T02:41:12.095Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-05T02:41:12.098Z++ rustc --version
1972026-08-05T02:41:12.115Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-05T02:41:12.118Z+ banner copyrights
1992026-08-05T02:41:12.122Z
2002026-08-05T02:41:12.123Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-05T02:41:12.123Z # # # # # # # # # # # # # # # # #
2022026-08-05T02:41:12.123Z # # # # # # # # # # ###### # ####
2032026-08-05T02:41:12.123Z # # # ##### # ##### # # ### # # # #
2042026-08-05T02:41:12.123Z # # # # # # # # # # # # # # # #
2052026-08-05T02:41:12.123Z #### #### # # # # # #### # # # ####
2062026-08-05T02:41:12.123Z
2072026-08-05T02:41:12.123Z+ ./tools/check_copyrights.sh
2082026-08-05T02:41:13.164Zdpd/p4/headers.p4: Copyright with wrong year
2092026-08-05T02:41:13.700Zpcap/build.rs: Copyright with wrong year
2102026-08-05T02:41:13.879Ztfportd/src/linklocal.rs: Copyright with wrong year
2112026-08-05T02:41:14.102Z+ banner clippy
2122026-08-05T02:41:14.106Z
2132026-08-05T02:41:14.106Z #### # # ##### ##### # #
2142026-08-05T02:41:14.106Z # # # # # # # # # #
2152026-08-05T02:41:14.106Z # # # # # # # #
2162026-08-05T02:41:14.106Z # # # ##### ##### #
2172026-08-05T02:41:14.106Z # # # # # # #
2182026-08-05T02:41:14.106Z #### ###### # # # #
2192026-08-05T02:41:14.106Z
2202026-08-05T02:41:14.106Z+ for feat in tofino_stub tofino_asic softnpu chaos
2212026-08-05T02:41:14.106Z+ cargo clippy --features tofino_stub -- --deny warnings
2222026-08-05T02:41:14.288Z Updating git repository `https://github.com/oxidecomputer/omicron`
2232026-08-05T02:41:24.836Z Updating crates.io index
2242026-08-05T02:41:24.891Z Updating git repository `https://github.com/illumos/smf-rs`
2252026-08-05T02:41:25.126Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-05T02:41:26.104Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2272026-08-05T02:41:26.415Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-08-05T02:41:26.624Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2292026-08-05T02:41:27.414Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2302026-08-05T02:41:27.823Z Updating git repository `https://github.com/oxidecomputer/ispf`
2312026-08-05T02:41:28.061Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2322026-08-05T02:41:28.369Z Updating git repository `https://github.com/oxidecomputer/lldp`
2332026-08-05T02:41:28.764Z Updating git repository `https://github.com/oxidecomputer/acpi_tables.git`
2342026-08-05T02:41:29.232Z Updating git submodule `https://github.com/rust-vmm/rust-vmm-ci.git`
2352026-08-05T02:41:29.501Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2362026-08-05T02:41:29.811Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2372026-08-05T02:41:30.088Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2382026-08-05T02:41:30.515Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2392026-08-05T02:41:30.814Z Updating git repository `https://github.com/oxidecomputer/p4`
2402026-08-05T02:41:31.286Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-05T02:41:31.643Z Updating git repository `https://github.com/oxidecomputer/lldp`
2422026-08-05T02:41:32.003Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432026-08-05T02:41:32.885Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2442026-08-05T02:41:33.203Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-05T02:41:33.531Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-05T02:41:34.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-08-05T02:41:34.493Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-08-05T02:41:34.748Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-08-05T02:41:35.187Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2502026-08-05T02:41:35.434Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-08-05T02:41:37.518Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-08-05T02:41:37.888Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532026-08-05T02:41:38.413Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-05T02:41:39.714Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-05T02:41:40.304Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-05T02:41:40.557Z Updating git repository `https://github.com/oxidecomputer/clickward`
2572026-08-05T02:41:40.983Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-05T02:41:41.538Z Updating git repository `https://github.com/oxidecomputer/opte`
2592026-08-05T02:41:42.202Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2602026-08-05T02:41:43.780Z Downloading crates ...
2612026-08-05T02:41:43.862Z Downloaded atomic-waker v1.1.2
2622026-08-05T02:41:43.876Z Downloaded compression-codecs v0.4.32
2632026-08-05T02:41:43.879Z Downloaded argon2 v0.5.3
2642026-08-05T02:41:43.883Z Downloaded cmake v0.1.54
2652026-08-05T02:41:43.887Z Downloaded enum-as-inner v0.6.1
2662026-08-05T02:41:43.890Z Downloaded foldhash v0.1.5
2672026-08-05T02:41:43.890Z Downloaded daft-derive v0.1.5
2682026-08-05T02:41:43.895Z Downloaded fs_extra v1.3.0
2692026-08-05T02:41:43.899Z Downloaded cpufeatures v0.2.17
2702026-08-05T02:41:43.899Z Downloaded gethostname v0.5.0
2712026-08-05T02:41:43.902Z Downloaded crossbeam-channel v0.5.15
2722026-08-05T02:41:43.905Z Downloaded foreign-types-shared v0.3.1
2732026-08-05T02:41:43.908Z Downloaded dyn-clone v1.0.20
2742026-08-05T02:41:43.911Z Downloaded anstyle-parse v1.0.0
2752026-08-05T02:41:43.915Z Downloaded hex v0.4.3
2762026-08-05T02:41:43.918Z Downloaded equivalent v1.0.2
2772026-08-05T02:41:43.918Z Downloaded git-stub v1.0.0
2782026-08-05T02:41:43.921Z Downloaded foreign-types-shared v0.1.1
2792026-08-05T02:41:43.921Z Downloaded futures-sink v0.3.32
2802026-08-05T02:41:43.924Z Downloaded foreign-types v0.3.2
2812026-08-05T02:41:43.926Z Downloaded float-ord v0.3.2
2822026-08-05T02:41:43.926Z Downloaded form_urlencoded v1.2.2
2832026-08-05T02:41:43.929Z Downloaded darling_macro v0.21.3
2842026-08-05T02:41:43.929Z Downloaded darling_macro v0.23.0
2852026-08-05T02:41:43.932Z Downloaded arrayref v0.3.9
2862026-08-05T02:41:43.935Z Downloaded foldhash v0.2.0
2872026-08-05T02:41:43.935Z Downloaded clap_lex v1.1.0
2882026-08-05T02:41:43.938Z Downloaded fnv v1.0.7
2892026-08-05T02:41:43.942Z Downloaded cstr-argument v0.1.2
2902026-08-05T02:41:43.942Z Downloaded cobs v0.3.0
2912026-08-05T02:41:43.945Z Downloaded defmt-parser v1.0.0
2922026-08-05T02:41:43.945Z Downloaded futures-task v0.3.32
2932026-08-05T02:41:43.948Z Downloaded cargo-platform v0.1.9
2942026-08-05T02:41:43.950Z Downloaded hostname v0.3.1
2952026-08-05T02:41:43.950Z Downloaded heck v0.4.1
2962026-08-05T02:41:43.953Z Downloaded generic-array v0.14.7
2972026-08-05T02:41:43.957Z Downloaded compression-core v0.4.32
2982026-08-05T02:41:43.957Z Downloaded block-buffer v0.10.4
2992026-08-05T02:41:43.962Z Downloaded dtrace-parser v0.2.0
3002026-08-05T02:41:43.962Z Downloaded adler2 v2.0.1
3012026-08-05T02:41:43.962Z Downloaded critical-section v1.2.0
3022026-08-05T02:41:43.967Z Downloaded crc8 v0.1.1
3032026-08-05T02:41:43.967Z Downloaded cfg-if v1.0.4
3042026-08-05T02:41:43.971Z Downloaded async-stream v0.3.6
3052026-08-05T02:41:43.971Z Downloaded colorchoice v1.0.4
3062026-08-05T02:41:43.971Z Downloaded futures-io v0.3.32
3072026-08-05T02:41:43.975Z Downloaded dtrace-parser v0.3.0
3082026-08-05T02:41:43.975Z Downloaded heck v0.5.0
3092026-08-05T02:41:43.978Z Downloaded dunce v1.0.5
3102026-08-05T02:41:43.978Z Downloaded hubpack v0.1.2
3112026-08-05T02:41:43.981Z Downloaded digest v0.11.3
3122026-08-05T02:41:43.984Z Downloaded fixedbitset v0.5.7
3132026-08-05T02:41:43.984Z Downloaded curve25519-dalek-derive v0.1.1
3142026-08-05T02:41:43.989Z Downloaded crucible-workspace-hack v0.1.0
3152026-08-05T02:41:43.989Z Downloaded find-msvc-tools v0.1.9
3162026-08-05T02:41:43.992Z Downloaded defmt v1.0.1
3172026-08-05T02:41:43.992Z Downloaded futures-channel v0.3.32
3182026-08-05T02:41:43.995Z Downloaded aead v0.5.2
3192026-08-05T02:41:43.995Z Downloaded hostname v0.4.2
3202026-08-05T02:41:43.998Z Downloaded hmac v0.12.1
3212026-08-05T02:41:44.002Z Downloaded httpdate v1.0.3
3222026-08-05T02:41:44.002Z Downloaded http-body v1.0.1
3232026-08-05T02:41:44.005Z Downloaded inout v0.1.4
3242026-08-05T02:41:44.005Z Downloaded is-terminal v0.4.16
3252026-08-05T02:41:44.009Z Downloaded crossbeam-deque v0.8.6
3262026-08-05T02:41:44.009Z Downloaded instant v0.1.13
3272026-08-05T02:41:44.012Z Downloaded idna_adapter v1.2.1
3282026-08-05T02:41:44.013Z Downloaded derive-ex v0.1.8
3292026-08-05T02:41:44.016Z Downloaded cexpr v0.6.0
3302026-08-05T02:41:44.016Z Downloaded fs-err v3.1.2
3312026-08-05T02:41:44.022Z Downloaded autocfg v1.5.0
3322026-08-05T02:41:44.022Z Downloaded ident_case v1.0.1
3332026-08-05T02:41:44.022Z Downloaded git-stub-vcs v0.1.0
3342026-08-05T02:41:44.025Z Downloaded highway v1.3.0
3352026-08-05T02:41:44.025Z Downloaded displaydoc v0.2.5
3362026-08-05T02:41:44.028Z Downloaded defmt-macros v1.0.1
3372026-08-05T02:41:44.032Z Downloaded cancel-safe-futures v0.1.5
3382026-08-05T02:41:44.035Z Downloaded itoa v1.0.15
3392026-08-05T02:41:44.035Z Downloaded lazy_static v1.5.0
3402026-08-05T02:41:44.039Z Downloaded is_terminal_polyfill v1.70.1
3412026-08-05T02:41:44.039Z Downloaded is_ci v1.2.0
3422026-08-05T02:41:44.044Z Downloaded linked-hash-map v0.5.6
3432026-08-05T02:41:44.044Z Downloaded match_cfg v0.1.0
3442026-08-05T02:41:44.044Z Downloaded internet-checksum v0.2.1
3452026-08-05T02:41:44.047Z Downloaded indent_write v2.2.0
3462026-08-05T02:41:44.047Z Downloaded base64ct v1.8.0
3472026-08-05T02:41:44.052Z Downloaded keccak v0.1.6
3482026-08-05T02:41:44.052Z Downloaded futures-executor v0.3.32
3492026-08-05T02:41:44.053Z Downloaded drift v0.2.0
3502026-08-05T02:41:44.058Z Downloaded lru-slab v0.1.2
3512026-08-05T02:41:44.061Z Downloaded glob v0.3.3
3522026-08-05T02:41:44.064Z Downloaded http-body-util v0.1.3
3532026-08-05T02:41:44.064Z Downloaded ff v0.13.1
3542026-08-05T02:41:44.067Z Downloaded lru-cache v0.1.2
3552026-08-05T02:41:44.067Z Downloaded memmap v0.7.0
3562026-08-05T02:41:44.073Z Downloaded managed v0.8.0
3572026-08-05T02:41:44.073Z Downloaded memoffset v0.9.1
3582026-08-05T02:41:44.073Z Downloaded darling v0.21.3
3592026-08-05T02:41:44.076Z Downloaded macaddr v1.0.1
3602026-08-05T02:41:44.076Z Downloaded cookie v0.18.1
3612026-08-05T02:41:44.080Z Downloaded darling v0.23.0
3622026-08-05T02:41:44.083Z Downloaded group v0.13.0
3632026-08-05T02:41:44.087Z Downloaded deranged v0.5.3
3642026-08-05T02:41:44.088Z Downloaded anyhow v1.0.102
3652026-08-05T02:41:44.091Z Downloaded num v0.4.3
3662026-08-05T02:41:44.091Z Downloaded newtype-uuid-macros v0.1.0
3672026-08-05T02:41:44.094Z Downloaded ingot-types v0.1.2
3682026-08-05T02:41:44.094Z Downloaded hybrid-array v0.4.12
3692026-08-05T02:41:44.098Z Downloaded num-conv v0.2.1
3702026-08-05T02:41:44.098Z Downloaded ipnetwork v0.21.1
3712026-08-05T02:41:44.102Z Downloaded num-iter v0.1.45
3722026-08-05T02:41:44.102Z Downloaded num-derive v0.4.2
3732026-08-05T02:41:44.105Z Downloaded olpc-cjson v0.1.4
3742026-08-05T02:41:44.105Z Downloaded openssl-probe v0.1.6
3752026-08-05T02:41:44.109Z Downloaded num_threads v0.1.7
3762026-08-05T02:41:44.109Z Downloaded futures v0.3.32
3772026-08-05T02:41:44.112Z Downloaded parse-display v0.10.0
3782026-08-05T02:41:44.112Z Downloaded num_enum_derive v0.5.11
3792026-08-05T02:41:44.115Z Downloaded openssl-macros v0.1.1
3802026-08-05T02:41:44.115Z Downloaded omicron-workspace-hack v0.1.0
3812026-08-05T02:41:44.118Z Downloaded half v2.7.1
3822026-08-05T02:41:44.118Z Downloaded flate2 v1.1.2
3832026-08-05T02:41:44.121Z Downloaded opaque-debug v0.3.1
3842026-08-05T02:41:44.124Z Downloaded csv-core v0.1.12
3852026-08-05T02:41:44.127Z Downloaded colored v3.1.1
3862026-08-05T02:41:44.127Z Downloaded mime v0.3.17
3872026-08-05T02:41:44.131Z Downloaded libsw-core v0.3.2
3882026-08-05T02:41:44.131Z Downloaded httparse v1.10.1
3892026-08-05T02:41:44.135Z Downloaded byteorder v1.5.0
3902026-08-05T02:41:44.135Z Downloaded percent-encoding v2.3.2
3912026-08-05T02:41:44.140Z Downloaded hyper-rustls v0.27.7
3922026-08-05T02:41:44.140Z Downloaded libsw v3.5.0
3932026-08-05T02:41:44.143Z Downloaded lock_api v0.4.14
3942026-08-05T02:41:44.143Z Downloaded clap_derive v4.6.1
3952026-08-05T02:41:44.143Z Downloaded libloading v0.8.9
3962026-08-05T02:41:44.146Z Downloaded backoff v0.4.0
3972026-08-05T02:41:44.146Z Downloaded potential_utf v0.1.3
3982026-08-05T02:41:44.150Z Downloaded async-compression v0.4.33
3992026-08-05T02:41:44.153Z Downloaded newtype-uuid v1.3.2
4002026-08-05T02:41:44.156Z Downloaded num-integer v0.1.46
4012026-08-05T02:41:44.156Z Downloaded getrandom v0.3.4
4022026-08-05T02:41:44.159Z Downloaded ingot v0.1.1
4032026-08-05T02:41:44.162Z Downloaded ingot-macros v0.1.1
4042026-08-05T02:41:44.162Z Downloaded getrandom v0.2.16
4052026-08-05T02:41:44.165Z Downloaded owo-colors v4.3.0
4062026-08-05T02:41:44.168Z Downloaded native-tls v0.2.14
4072026-08-05T02:41:44.168Z Downloaded pretty-hex v0.4.1
4082026-08-05T02:41:44.171Z Downloaded progenitor-client v0.14.0
4092026-08-05T02:41:44.171Z Downloaded progenitor-client v0.11.1
4102026-08-05T02:41:44.174Z Downloaded proc-macro-error-attr2 v2.0.0
4112026-08-05T02:41:44.174Z Downloaded progenitor-client v0.10.0
4122026-08-05T02:41:44.174Z Downloaded proc-macro-error-attr v1.0.4
4132026-08-05T02:41:44.177Z Downloaded progenitor-macro v0.11.1
4142026-08-05T02:41:44.177Z Downloaded powerfmt v0.2.0
4152026-08-05T02:41:44.180Z Downloaded progenitor-macro v0.10.0
4162026-08-05T02:41:44.180Z Downloaded num_enum v0.5.11
4172026-08-05T02:41:44.184Z Downloaded num-complex v0.4.6
4182026-08-05T02:41:44.187Z Downloaded proc-macro-crate v1.3.1
4192026-08-05T02:41:44.187Z Downloaded console v0.15.11
4202026-08-05T02:41:44.190Z Downloaded oxide-tokio-rt v0.1.6
4212026-08-05T02:41:44.190Z Downloaded getrandom v0.4.2
4222026-08-05T02:41:44.193Z Downloaded quick-error v1.2.3
4232026-08-05T02:41:44.196Z Downloaded progenitor-macro v0.14.0
4242026-08-05T02:41:44.196Z Downloaded crossbeam-utils v0.8.21
4252026-08-05T02:41:44.199Z Downloaded rand_xorshift v0.4.0
4262026-08-05T02:41:44.199Z Downloaded rand_chacha v0.3.1
4272026-08-05T02:41:44.202Z Downloaded iana-time-zone v0.1.64
4282026-08-05T02:41:44.202Z Downloaded const-oid v0.10.2
4292026-08-05T02:41:44.205Z Downloaded paste v1.0.15
4302026-08-05T02:41:44.208Z Downloaded pin-project-internal v1.1.10
4312026-08-05T02:41:44.208Z Downloaded pest_generator v2.8.2
4322026-08-05T02:41:44.212Z Downloaded icu_provider v2.0.0
4332026-08-05T02:41:44.215Z Downloaded memmap2 v0.9.8
4342026-08-05T02:41:44.215Z Downloaded icu_properties v2.0.1
4352026-08-05T02:41:44.218Z Downloaded phf v0.12.1
4362026-08-05T02:41:44.218Z Downloaded ref-cast v1.0.25
4372026-08-05T02:41:44.221Z Downloaded ref-cast-impl v1.0.25
4382026-08-05T02:41:44.222Z Downloaded rustc-hash v2.1.1
4392026-08-05T02:41:44.222Z Downloaded poly1305 v0.8.0
4402026-08-05T02:41:44.225Z Downloaded pkg-config v0.3.32
4412026-08-05T02:41:44.228Z Downloaded num-rational v0.4.2
4422026-08-05T02:41:44.228Z Downloaded bytes v1.12.0
4432026-08-05T02:41:44.231Z Downloaded pem v3.0.5
4442026-08-05T02:41:44.231Z Downloaded parse-display-derive v0.10.0
4452026-08-05T02:41:44.234Z Downloaded derive_more v0.99.20
4462026-08-05T02:41:44.237Z Downloaded heapless v0.8.0
4472026-08-05T02:41:44.240Z Downloaded darling_core v0.21.3
4482026-08-05T02:41:44.243Z Downloaded progenitor v0.14.0
4492026-08-05T02:41:44.243Z Downloaded rustc_version v0.1.7
4502026-08-05T02:41:44.247Z Downloaded ppv-lite86 v0.2.21
4512026-08-05T02:41:44.247Z Downloaded rustc_version v0.4.1
4522026-08-05T02:41:44.247Z Downloaded num_enum v0.7.5
4532026-08-05T02:41:44.250Z Downloaded scopeguard v1.2.0
4542026-08-05T02:41:44.255Z Downloaded hickory-resolver v0.24.4
4552026-08-05T02:41:44.255Z Downloaded scroll_derive v0.12.1
4562026-08-05T02:41:44.258Z Downloaded omicron-zone-package v0.12.2
4572026-08-05T02:41:44.258Z Downloaded chacha20poly1305 v0.10.1
4582026-08-05T02:41:44.262Z Downloaded progenitor v0.10.0
4592026-08-05T02:41:44.262Z Downloaded parking_lot_core v0.9.12
4602026-08-05T02:41:44.265Z Downloaded elliptic-curve v0.13.8
4612026-08-05T02:41:44.265Z Downloaded once_cell v1.21.3
4622026-08-05T02:41:44.268Z Downloaded secrecy v0.10.3
4632026-08-05T02:41:44.268Z Downloaded scroll_derive v0.13.1
4642026-08-05T02:41:44.271Z Downloaded oxnet v0.1.6
4652026-08-05T02:41:44.271Z Downloaded semver v0.1.20
4662026-08-05T02:41:44.274Z Downloaded num_enum_derive v0.7.5
4672026-08-05T02:41:44.274Z Downloaded rand_chacha v0.9.0
4682026-08-05T02:41:44.278Z Downloaded serde-big-array v0.5.1
4692026-08-05T02:41:44.278Z Downloaded serde_spanned v1.1.1
4702026-08-05T02:41:44.281Z Downloaded search_path v0.1.4
4712026-08-05T02:41:44.281Z Downloaded pest_meta v2.8.2
4722026-08-05T02:41:44.281Z Downloaded rand_core v0.9.3
4732026-08-05T02:41:44.284Z Downloaded serde_spanned v0.6.9
4742026-08-05T02:41:44.284Z Downloaded serde_urlencoded v0.7.1
4752026-08-05T02:41:44.394Z Downloaded log v0.4.29
4762026-08-05T02:41:44.394Z Downloaded const_format v0.2.34
4772026-08-05T02:41:44.409Z Downloaded pin-project-lite v0.2.16
4782026-08-05T02:41:44.409Z Downloaded rustls-pemfile v2.2.0
4792026-08-05T02:41:44.409Z Downloaded serde_repr v0.1.20
4802026-08-05T02:41:44.409Z Downloaded serde_plain v1.0.2
4812026-08-05T02:41:44.409Z Downloaded sha1 v0.11.0
4822026-08-05T02:41:44.409Z Downloaded resolv-conf v0.7.5
4832026-08-05T02:41:44.409Z Downloaded icu_normalizer_data v2.0.0
4842026-08-05T02:41:44.409Z Downloaded darling_core v0.23.0
4852026-08-05T02:41:44.409Z Downloaded rusty-fork v0.3.0
4862026-08-05T02:41:44.409Z Downloaded postcard v1.1.3
4872026-08-05T02:41:44.409Z Downloaded indexmap v1.9.3
4882026-08-05T02:41:44.409Z Downloaded progenitor v0.11.1
4892026-08-05T02:41:44.409Z Downloaded parking_lot v0.12.5
4902026-08-05T02:41:44.409Z Downloaded sha1 v0.10.6
4912026-08-05T02:41:44.409Z Downloaded icu_normalizer v2.0.0
4922026-08-05T02:41:44.409Z Downloaded sigpipe v0.1.3
4932026-08-05T02:41:44.409Z Downloaded icu_locale_core v2.0.0
4942026-08-05T02:41:44.409Z Downloaded smawk v0.3.2
4952026-08-05T02:41:44.409Z Downloaded proc-macro-error v1.0.4
4962026-08-05T02:41:44.409Z Downloaded expectorate v1.2.0
4972026-08-05T02:41:44.410Z Downloaded same-file v1.0.6
4982026-08-05T02:41:44.410Z Downloaded rustversion v1.0.22
4992026-08-05T02:41:44.410Z Downloaded num-traits v0.2.19
5002026-08-05T02:41:44.410Z Downloaded curl v0.4.50
5012026-08-05T02:41:44.410Z Downloaded pest_derive v2.8.2
5022026-08-05T02:41:44.410Z Downloaded proc-macro-error2 v2.0.1
5032026-08-05T02:41:44.410Z Downloaded miniz_oxide v0.8.9
5042026-08-05T02:41:44.410Z Downloaded scroll v0.13.0
5052026-08-05T02:41:44.410Z Downloaded slog-bunyan v2.5.0
5062026-08-05T02:41:44.410Z Downloaded rand_core v0.6.4
5072026-08-05T02:41:44.410Z Downloaded stable_deref_trait v1.2.0
5082026-08-05T02:41:44.410Z Downloaded quinn-udp v0.5.14
5092026-08-05T02:41:44.410Z Downloaded litemap v0.8.0
5102026-08-05T02:41:44.410Z Downloaded password-hash v0.5.0
5112026-08-05T02:41:44.410Z Downloaded serde_derive_internals v0.29.1
5122026-08-05T02:41:44.410Z Downloaded base64 v0.22.1
5132026-08-05T02:41:44.410Z Downloaded papergrid v0.18.0
5142026-08-05T02:41:44.410Z Downloaded strum v0.27.2
5152026-08-05T02:41:44.410Z Downloaded supports-color v3.0.2
5162026-08-05T02:41:44.410Z Downloaded serde_path_to_error v0.1.20
5172026-08-05T02:41:44.410Z Downloaded swrite v0.1.0
5182026-08-05T02:41:44.410Z Downloaded subtle v2.6.1
5192026-08-05T02:41:44.410Z Downloaded serde_tokenstream v0.2.3
5202026-08-05T02:41:44.411Z Downloaded pin-project v1.1.10
5212026-08-05T02:41:44.411Z Downloaded structmeta v0.3.0
5222026-08-05T02:41:44.411Z Downloaded strum v0.26.3
5232026-08-05T02:41:44.411Z Downloaded sha2 v0.10.9
5242026-08-05T02:41:44.411Z Downloaded structmeta-derive v0.3.0
5252026-08-05T02:41:44.411Z Downloaded quote v1.0.45
5262026-08-05T02:41:44.411Z Downloaded clap v4.6.1
5272026-08-05T02:41:44.411Z Downloaded take_mut v0.2.2
5282026-08-05T02:41:44.411Z Downloaded tagptr v0.2.0
5292026-08-05T02:41:44.411Z Downloaded termtree v0.5.1
5302026-08-05T02:41:44.411Z Downloaded shlex v2.0.1
5312026-08-05T02:41:44.411Z Downloaded shlex v1.3.0
5322026-08-05T02:41:44.411Z Downloaded hickory-resolver v0.25.2
5332026-08-05T02:41:44.411Z Downloaded slog-async v2.8.0
5342026-08-05T02:41:44.411Z Downloaded progenitor-impl v0.11.1
5352026-08-05T02:41:44.411Z Downloaded slab v0.4.11
5362026-08-05T02:41:44.411Z Downloaded slog-json v2.6.1
5372026-08-05T02:41:44.415Z Downloaded smf v0.2.3
5382026-08-05T02:41:44.415Z Downloaded slog-term v2.9.2
5392026-08-05T02:41:44.415Z Downloaded siphasher v1.0.1
5402026-08-05T02:41:44.415Z Downloaded schemars_derive v0.8.22
5412026-08-05T02:41:44.415Z Downloaded thread-id v5.0.0
5422026-08-05T02:41:44.415Z Downloaded memchr v2.7.5
5432026-08-05T02:41:44.415Z Downloaded testing_table v0.3.0
5442026-08-05T02:41:44.415Z Downloaded jiff-static v0.2.15
5452026-08-05T02:41:44.415Z Downloaded crypto-bigint v0.5.5
5462026-08-05T02:41:44.415Z Downloaded tinyvec_macros v0.1.1
5472026-08-05T02:41:44.421Z Downloaded semver v1.0.28
5482026-08-05T02:41:44.421Z Downloaded strsim v0.11.1
5492026-08-05T02:41:44.421Z Downloaded snafu-derive v0.8.9
5502026-08-05T02:41:44.424Z Downloaded static_assertions v1.1.0
5512026-08-05T02:41:44.424Z Downloaded time-core v0.1.8
5522026-08-05T02:41:44.424Z Downloaded scroll v0.12.0
5532026-08-05T02:41:44.424Z Downloaded icu_collections v2.0.0
5542026-08-05T02:41:44.427Z Downloaded cc v1.2.64
5552026-08-05T02:41:44.427Z Downloaded strum v0.28.0
5562026-08-05T02:41:44.430Z Downloaded thread-id v4.2.2
5572026-08-05T02:41:44.430Z Downloaded progenitor-impl v0.10.0
5582026-08-05T02:41:44.435Z Downloaded tokio-macros v2.7.0
5592026-08-05T02:41:44.435Z Downloaded strum_macros v0.27.2
5602026-08-05T02:41:44.438Z Downloaded papergrid v0.11.0
5612026-08-05T02:41:44.438Z Downloaded terminal_size v0.4.3
5622026-08-05T02:41:44.438Z Downloaded strum_macros v0.26.4
5632026-08-05T02:41:44.442Z Downloaded tabwriter v1.4.1
5642026-08-05T02:41:44.442Z Downloaded tabled_derive v0.7.0
5652026-08-05T02:41:44.442Z Downloaded signal-hook-tokio v0.4.0
5662026-08-05T02:41:44.445Z Downloaded signal-hook-registry v1.4.6
5672026-08-05T02:41:44.445Z Downloaded proc-macro2 v1.0.106
5682026-08-05T02:41:44.445Z Downloaded hashbrown v0.12.3
5692026-08-05T02:41:44.451Z Downloaded crossbeam-epoch v0.9.18
5702026-08-05T02:41:44.454Z Downloaded multer v3.1.0
5712026-08-05T02:41:44.454Z Downloaded synstructure v0.13.2
5722026-08-05T02:41:44.454Z Downloaded toml_datetime v0.6.11
5732026-08-05T02:41:44.454Z Downloaded sync_wrapper v1.0.2
5742026-08-05T02:41:44.457Z Downloaded signal-hook v0.4.4
5752026-08-05T02:41:44.457Z Downloaded plain v0.2.3
5762026-08-05T02:41:44.459Z Downloaded phf_shared v0.12.1
5772026-08-05T02:41:44.460Z Downloaded dropshot_endpoint v0.16.7
5782026-08-05T02:41:44.462Z Downloaded toml_write v0.1.2
5792026-08-05T02:41:44.463Z Downloaded thiserror v2.0.18
5802026-08-05T02:41:44.466Z Downloaded progenitor-impl v0.14.0
5812026-08-05T02:41:44.469Z Downloaded tower-service v0.3.3
5822026-08-05T02:41:44.469Z Downloaded tower-layer v0.3.3
5832026-08-05T02:41:44.469Z Downloaded thiserror-impl v2.0.18
5842026-08-05T02:41:44.472Z Downloaded thiserror v1.0.69
5852026-08-05T02:41:44.475Z Downloaded thiserror-no-std v2.0.2
5862026-08-05T02:41:44.475Z Downloaded thread_local v1.1.9
5872026-08-05T02:41:44.478Z Downloaded openssl-sys v0.9.117
5882026-08-05T02:41:44.481Z Downloaded minimal-lexical v0.2.1
5892026-08-05T02:41:44.485Z Downloaded try-lock v0.2.5
5902026-08-05T02:41:44.485Z Downloaded tinystr v0.8.1
5912026-08-05T02:41:44.485Z Downloaded serde_core v1.0.228
5922026-08-05T02:41:44.488Z Downloaded hyper-util v0.1.20
5932026-08-05T02:41:44.491Z Downloaded tokio-native-tls v0.3.1
5942026-08-05T02:41:44.491Z Downloaded strum_macros v0.28.0
5952026-08-05T02:41:44.494Z Downloaded tokio-rustls v0.25.0
5962026-08-05T02:41:44.494Z Downloaded spin v0.9.8
5972026-08-05T02:41:44.494Z Downloaded unarray v0.1.4
5982026-08-05T02:41:44.497Z Downloaded serde_derive v1.0.228
5992026-08-05T02:41:44.497Z Downloaded typify-macro v0.6.2
6002026-08-05T02:41:44.500Z Downloaded typify-macro v0.4.3
6012026-08-05T02:41:44.500Z Downloaded untrusted v0.9.0
6022026-08-05T02:41:44.500Z Downloaded untrusted v0.7.1
6032026-08-05T02:41:44.501Z Downloaded usdt-macro v0.5.0
6042026-08-05T02:41:44.504Z Downloaded rustls-pki-types v1.12.0
6052026-08-05T02:41:44.504Z Downloaded usdt-attr-macro v0.5.0
6062026-08-05T02:41:44.507Z Downloaded usdt v0.6.0
6072026-08-05T02:41:44.507Z Downloaded tokio-dtrace v0.1.1
6082026-08-05T02:41:44.507Z Downloaded unicode-xid v0.2.6
6092026-08-05T02:41:44.510Z Downloaded time-macros v0.2.27
6102026-08-05T02:41:44.510Z Downloaded http v1.4.2
6112026-08-05T02:41:44.513Z Downloaded thiserror-impl-no-std v2.0.2
6122026-08-05T02:41:44.513Z Downloaded thiserror-impl v1.0.69
6132026-08-05T02:41:44.513Z Downloaded slog-dtrace v0.3.0
6142026-08-05T02:41:44.516Z Downloaded smallvec v1.15.1
6152026-08-05T02:41:44.516Z Downloaded schemars v0.8.22
6162026-08-05T02:41:44.522Z Downloaded usdt v0.5.0
6172026-08-05T02:41:44.524Z Downloaded topological-sort v0.2.2
6182026-08-05T02:41:44.524Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6192026-08-05T02:41:44.525Z Downloaded wait-timeout v0.2.1
6202026-08-05T02:41:44.528Z Downloaded utf8parse v0.2.2
6212026-08-05T02:41:44.528Z Downloaded usdt-macro v0.6.0
6222026-08-05T02:41:44.528Z Downloaded usdt-attr-macro v0.6.0
6232026-08-05T02:41:44.528Z Downloaded similar v2.7.0
6242026-08-05T02:41:44.531Z Downloaded toml_writer v1.1.1+spec-1.1.0
6252026-08-05T02:41:44.534Z Downloaded serde_yaml v0.9.34+deprecated
6262026-08-05T02:41:44.534Z Downloaded term v1.2.0
6272026-08-05T02:41:44.537Z Downloaded version_check v0.9.5
6282026-08-05T02:41:44.537Z Downloaded dropshot-api-manager v0.7.2
6292026-08-05T02:41:44.540Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6302026-08-05T02:41:44.543Z Downloaded tempfile v3.27.0
6312026-08-05T02:41:44.543Z Downloaded slog v2.8.2
6322026-08-05T02:41:44.548Z Downloaded want v0.3.1
6332026-08-05T02:41:44.548Z Downloaded quinn v0.11.9
6342026-08-05T02:41:44.551Z Downloaded schemars v0.9.0
6352026-08-05T02:41:44.554Z Downloaded scuffle v0.1.0
6362026-08-05T02:41:44.594Z Downloaded xattr v1.6.1
6372026-08-05T02:41:44.598Z Downloaded rand v0.8.5
6382026-08-05T02:41:44.598Z Downloaded unicode-linebreak v0.1.5
6392026-08-05T02:41:44.598Z Downloaded tokio-stream v0.1.17
6402026-08-05T02:41:44.598Z Downloaded ryu v1.0.20
6412026-08-05T02:41:44.598Z Downloaded prettyplease v0.2.37
6422026-08-05T02:41:44.598Z Downloaded serde_with_macros v3.21.0
6432026-08-05T02:41:44.598Z Downloaded indexmap v2.14.0
6442026-08-05T02:41:44.598Z Downloaded zeroize_derive v1.4.3
6452026-08-05T02:41:44.598Z Downloaded universal-hash v0.5.1
6462026-08-05T02:41:44.598Z Downloaded bitflags v2.11.1
6472026-08-05T02:41:44.598Z Downloaded linear-map v1.2.0
6482026-08-05T02:41:44.598Z Downloaded zerofrom v0.1.6
6492026-08-05T02:41:44.598Z Downloaded yoke-derive v0.8.0
6502026-08-05T02:41:44.598Z Downloaded zerofrom-derive v0.1.6
6512026-08-05T02:41:44.598Z Downloaded tokio-rustls v0.26.4
6522026-08-05T02:41:44.598Z Downloaded usdt-impl v0.6.0
6532026-08-05T02:41:44.598Z Downloaded usdt-impl v0.5.0
6542026-08-05T02:41:44.598Z Downloaded derive-where v1.6.0
6552026-08-05T02:41:44.598Z Downloaded nom v7.1.3
6562026-08-05T02:41:44.598Z Downloaded rayon-core v1.13.0
6572026-08-05T02:41:44.598Z Downloaded toml_parser v1.1.2+spec-1.1.0
6582026-08-05T02:41:44.598Z Downloaded toml v0.8.23
6592026-08-05T02:41:44.598Z Downloaded ipnet v2.11.0
6602026-08-05T02:41:44.598Z Downloaded newtype_derive v0.1.6
6612026-08-05T02:41:44.598Z Downloaded newline-converter v0.3.0
6622026-08-05T02:41:44.598Z Downloaded jobserver v0.1.34
6632026-08-05T02:41:44.598Z Downloaded zone v0.3.1
6642026-08-05T02:41:44.598Z Downloaded globset v0.4.16
6652026-08-05T02:41:44.598Z Downloaded hashbrown v0.16.1
6662026-08-05T02:41:44.602Z Downloaded textwrap v0.16.2
6672026-08-05T02:41:44.602Z Downloaded waitgroup v0.1.2
6682026-08-05T02:41:44.602Z Downloaded vsss-rs v3.3.4
6692026-08-05T02:41:44.607Z Downloaded tracing-attributes v0.1.30
6702026-08-05T02:41:44.607Z Downloaded snafu v0.8.9
6712026-08-05T02:41:44.612Z Downloaded utf8_iter v1.0.4
6722026-08-05T02:41:44.612Z Downloaded test-strategy v0.4.3
6732026-08-05T02:41:44.612Z Downloaded whoami v1.6.1
6742026-08-05T02:41:44.616Z Downloaded walkdir v2.5.0
6752026-08-05T02:41:44.616Z Downloaded tinyvec v1.10.0
6762026-08-05T02:41:44.616Z Downloaded rustls-webpki v0.103.6
6772026-08-05T02:41:44.622Z Downloaded hashbrown v0.15.5
6782026-08-05T02:41:44.622Z Downloaded async-trait v0.1.89
6792026-08-05T02:41:44.627Z Downloaded qorb v0.4.1
6802026-08-05T02:41:44.627Z Downloaded zerovec-derive v0.11.1
6812026-08-05T02:41:44.627Z Downloaded zmij v1.0.17
6822026-08-05T02:41:44.630Z Downloaded writeable v0.6.1
6832026-08-05T02:41:44.630Z Downloaded zeroize v1.8.1
6842026-08-05T02:41:44.630Z Downloaded socket2 v0.6.4
6852026-08-05T02:41:44.630Z Downloaded serde v1.0.228
6862026-08-05T02:41:44.635Z Downloaded clang-sys v1.8.1
6872026-08-05T02:41:44.635Z Downloaded ciborium v0.2.2
6882026-08-05T02:41:44.637Z Downloaded hashbrown v0.17.1
6892026-08-05T02:41:44.637Z Downloaded yoke v0.8.0
6902026-08-05T02:41:44.641Z Downloaded toml v1.1.2+spec-1.1.0
6912026-08-05T02:41:44.644Z Downloaded mio v1.2.1
6922026-08-05T02:41:44.644Z Downloaded vergen v8.3.2
6932026-08-05T02:41:44.647Z Downloaded itertools v0.12.1
6942026-08-05T02:41:44.650Z Downloaded schemars v1.2.0
6952026-08-05T02:41:44.657Z Downloaded zone_cfg_derive v0.3.1
6962026-08-05T02:41:44.660Z Downloaded tar v0.4.45
6972026-08-05T02:41:44.660Z Downloaded h2 v0.4.14
6982026-08-05T02:41:44.663Z Downloaded ucd-trie v0.1.7
6992026-08-05T02:41:44.666Z Downloaded hyper v1.10.1
7002026-08-05T02:41:44.669Z Downloaded zerocopy-derive v0.7.35
7012026-08-05T02:41:44.672Z Downloaded pest v2.8.2
7022026-08-05T02:41:44.675Z Downloaded futures-util v0.3.32
7032026-08-05T02:41:44.679Z Downloaded typify v0.4.3
7042026-08-05T02:41:44.682Z Downloaded rand v0.9.3
7052026-08-05T02:41:44.685Z Downloaded iri-string v0.7.8
7062026-08-05T02:41:44.688Z Downloaded tracing-core v0.1.34
7072026-08-05T02:41:44.688Z Downloaded libm v0.2.15
7082026-08-05T02:41:44.694Z Downloaded unsafe-libyaml v0.2.11
7092026-08-05T02:41:44.697Z Downloaded steno v0.4.1
7102026-08-05T02:41:44.700Z Downloaded icu_properties_data v2.0.1
7112026-08-05T02:41:44.703Z Downloaded toml_edit v0.22.27
7122026-08-05T02:41:44.707Z Downloaded goblin v0.8.2
7132026-08-05T02:41:44.710Z Downloaded itertools v0.15.0
7142026-08-05T02:41:44.714Z Downloaded itertools v0.14.0
7152026-08-05T02:41:44.717Z Downloaded aho-corasick v1.1.3
7162026-08-05T02:41:44.719Z Downloaded unicode-ident v1.0.24
7172026-08-05T02:41:44.724Z Downloaded hkdf v0.12.4
7182026-08-05T02:41:44.724Z Downloaded toml v0.9.12+spec-1.1.0
7192026-08-05T02:41:44.727Z Downloaded tracing v0.1.41
7202026-08-05T02:41:44.727Z Downloaded toml v0.7.8
7212026-08-05T02:41:44.730Z Downloaded typify v0.6.2
7222026-08-05T02:41:44.734Z Downloaded idna v1.1.0
7232026-08-05T02:41:44.734Z Downloaded iddqd v0.3.18
7242026-08-05T02:41:44.737Z Downloaded bit-vec v0.8.0
7252026-08-05T02:41:44.740Z Downloaded crc32fast v1.5.0
7262026-08-05T02:41:44.740Z Downloaded humantime v2.3.0
7272026-08-05T02:41:44.740Z Downloaded libscf-sys v1.2.0
7282026-08-05T02:41:44.743Z Downloaded kstat-rs v0.2.4
7292026-08-05T02:41:44.743Z Downloaded url v2.5.7
7302026-08-05T02:41:44.743Z Downloaded iddqd v0.4.5
7312026-08-05T02:41:44.749Z Downloaded zerotrie v0.2.2
7322026-08-05T02:41:44.752Z Downloaded daft v0.1.5
7332026-08-05T02:41:44.752Z Downloaded chacha20 v0.9.1
7342026-08-05T02:41:44.754Z Downloaded toml_edit v0.19.15
7352026-08-05T02:41:44.762Z Downloaded reqwest v0.13.2
7362026-08-05T02:41:44.765Z Downloaded uuid v1.23.3
7372026-08-05T02:41:44.768Z Downloaded git2 v0.19.0
7382026-08-05T02:41:44.771Z Downloaded const_format_proc_macros v0.2.34
7392026-08-05T02:41:44.776Z Downloaded cipher v0.4.4
7402026-08-05T02:41:44.776Z Downloaded anstream v1.0.0
7412026-08-05T02:41:44.779Z Downloaded camino v1.2.3
7422026-08-05T02:41:44.779Z Downloaded bitflags v1.3.2
7432026-08-05T02:41:44.779Z Downloaded camino-tempfile v1.4.1
7442026-08-05T02:41:44.779Z Downloaded digest v0.10.7
7452026-08-05T02:41:44.783Z Downloaded filetime v0.2.26
7462026-08-05T02:41:44.783Z Downloaded bindgen v0.72.1
7472026-08-05T02:41:44.786Z Downloaded tokio-util v0.7.16
7482026-08-05T02:41:44.789Z Downloaded data-encoding v2.9.0
7492026-08-05T02:41:44.792Z Downloaded cargo_metadata v0.18.1
7502026-08-05T02:41:44.792Z Downloaded bcs v0.1.6
7512026-08-05T02:41:44.792Z Downloaded typenum v1.20.1
7522026-08-05T02:41:44.794Z Downloaded hyper-tls v0.6.0
7532026-08-05T02:41:44.797Z Downloaded hubpack_derive v0.1.1
7542026-08-05T02:41:44.797Z Downloaded hash32 v0.3.1
7552026-08-05T02:41:44.797Z Downloaded crypto-common v0.1.6
7562026-08-05T02:41:44.797Z Downloaded erased-serde v0.3.31
7572026-08-05T02:41:44.800Z Downloaded goblin v0.10.1
7582026-08-05T02:41:44.804Z Downloaded either v1.15.0
7592026-08-05T02:41:44.804Z Downloaded dropshot_endpoint v0.17.1
7602026-08-05T02:41:44.807Z Downloaded cpufeatures v0.3.0
7612026-08-05T02:41:44.807Z Downloaded async-stream-impl v0.3.6
7622026-08-05T02:41:44.807Z Downloaded convert_case v0.4.0
7632026-08-05T02:41:44.810Z Downloaded constant_time_eq v0.3.1
7642026-08-05T02:41:44.810Z Downloaded futures-core v0.3.32
7652026-08-05T02:41:44.810Z Downloaded crypto-common v0.2.2
7662026-08-05T02:41:44.810Z Downloaded base16ct v0.2.0
7672026-08-05T02:41:44.810Z Downloaded atomicwrites v0.4.4
7682026-08-05T02:41:44.813Z Downloaded anstyle-query v1.1.4
7692026-08-05T02:41:44.813Z Downloaded futures-macro v0.3.32
7702026-08-05T02:41:44.813Z Downloaded errno v0.3.14
7712026-08-05T02:41:44.813Z Downloaded dof v0.3.0
7722026-08-05T02:41:44.816Z Downloaded tower v0.5.2
7732026-08-05T02:41:44.819Z Downloaded zerovec v0.11.4
7742026-08-05T02:41:44.822Z Downloaded defmt v0.3.100
7752026-08-05T02:41:44.822Z Downloaded debug-ignore v1.0.5
7762026-08-05T02:41:44.825Z Downloaded embedded-io v0.6.1
7772026-08-05T02:41:44.825Z Downloaded blake2 v0.10.6
7782026-08-05T02:41:44.825Z Downloaded dof v0.4.0
7792026-08-05T02:41:44.828Z Downloaded ciborium-ll v0.2.2
7802026-08-05T02:41:44.828Z Downloaded cfg_aliases v0.2.1
7812026-08-05T02:41:44.828Z Downloaded async-recursion v1.1.1
7822026-08-05T02:41:44.831Z Downloaded ciborium-io v0.2.2
7832026-08-05T02:41:44.831Z Downloaded bytecount v0.6.9
7842026-08-05T02:41:44.831Z Downloaded block-buffer v0.12.0
7852026-08-05T02:41:44.831Z Downloaded unicode-segmentation v1.12.0
7862026-08-05T02:41:44.836Z Downloaded bit-set v0.8.0
7872026-08-05T02:41:44.836Z Downloaded anstyle v1.0.14
7882026-08-05T02:41:44.839Z Downloaded dropshot-api-manager-types v0.7.2
7892026-08-05T02:41:44.839Z Downloaded chrono v0.4.45
7902026-08-05T02:41:44.842Z Downloaded zerocopy-derive v0.8.27
7912026-08-05T02:41:44.845Z Downloaded reqwest v0.12.23
7922026-08-05T02:41:44.848Z Downloaded regex v1.12.4
7932026-08-05T02:41:44.851Z Downloaded foreign-types v0.5.0
7942026-08-05T02:41:44.851Z Downloaded clap_builder v4.6.0
7952026-08-05T02:41:44.854Z Downloaded foreign-types-macros v0.2.3
7962026-08-05T02:41:44.857Z Downloaded fixedbitset v0.4.2
7972026-08-05T02:41:44.857Z Downloaded embedded-io v0.4.0
7982026-08-05T02:41:44.857Z Downloaded fastrand v2.3.0
7992026-08-05T02:41:44.857Z Downloaded allocator-api2 v0.2.21
8002026-08-05T02:41:44.862Z Downloaded bs58 v0.5.1
8012026-08-05T02:41:44.862Z Downloaded arrayvec v0.7.6
8022026-08-05T02:41:44.867Z Downloaded blake3 v1.8.2
8032026-08-05T02:41:44.870Z Downloaded typed-path v0.9.3
8042026-08-05T02:41:44.870Z Downloaded serde_json v1.0.150
8052026-08-05T02:41:44.873Z Downloaded rayon v1.11.0
8062026-08-05T02:41:44.881Z Downloaded moka v0.12.11
8072026-08-05T02:41:44.884Z Downloaded aws-lc-rs v1.16.2
8082026-08-05T02:41:44.889Z Downloaded portable-atomic v1.11.1
8092026-08-05T02:41:44.893Z Downloaded serde_with v3.21.0
8102026-08-05T02:41:44.900Z Downloaded unicode-normalization v0.1.24
8112026-08-05T02:41:44.902Z Downloaded winnow v0.7.14
8122026-08-05T02:41:44.912Z Downloaded tower-http v0.6.8
8132026-08-05T02:41:44.919Z Downloaded time v0.3.47
8142026-08-05T02:41:44.926Z Downloaded tough v0.20.0
8152026-08-05T02:41:44.930Z Downloaded openssl v0.10.81
8162026-08-05T02:41:44.936Z Downloaded dropshot v0.16.7
8172026-08-05T02:41:44.948Z Downloaded tabled v0.21.0
8182026-08-05T02:41:44.958Z Downloaded proptest v1.8.0
8192026-08-05T02:41:44.963Z Downloaded zerocopy v0.8.27
8202026-08-05T02:41:44.976Z Downloaded syn v2.0.118
8212026-08-05T02:41:44.983Z Downloaded rustls-webpki v0.102.8
8222026-08-05T02:41:44.991Z Downloaded openapiv3 v2.2.0
8232026-08-05T02:41:44.998Z Downloaded hickory-proto v0.25.2
8242026-08-05T02:41:45.007Z Downloaded zerocopy v0.7.35
8252026-08-05T02:41:45.015Z Downloaded smoltcp v0.11.0
8262026-08-05T02:41:45.022Z Downloaded winnow v0.5.40
8272026-08-05T02:41:45.026Z Downloaded regex-syntax v0.8.11
8282026-08-05T02:41:45.033Z Downloaded unicode-width v0.1.14
8292026-08-05T02:41:45.036Z Downloaded hickory-proto v0.24.4
8302026-08-05T02:41:45.043Z Downloaded dropshot v0.17.1
8312026-08-05T02:41:45.055Z Downloaded syn v1.0.109
8322026-08-05T02:41:45.062Z Downloaded quinn-proto v0.11.14
8332026-08-05T02:41:45.069Z Downloaded tabled v0.15.0
8342026-08-05T02:41:45.077Z Downloaded winnow v1.0.3
8352026-08-05T02:41:45.084Z Downloaded curve25519-dalek v4.1.3
8362026-08-05T02:41:45.087Z Downloaded jiff v0.2.15
8372026-08-05T02:41:45.111Z Downloaded vcpkg v0.2.15
8382026-08-05T02:41:45.140Z Downloaded bstr v1.12.0
8392026-08-05T02:41:45.153Z Downloaded webpki-roots v1.0.2
8402026-08-05T02:41:45.156Z Downloaded nix v0.30.1
8412026-08-05T02:41:45.162Z Downloaded nix v0.31.3
8422026-08-05T02:41:45.169Z Downloaded rustls v0.22.4
8432026-08-05T02:41:45.183Z Downloaded regress v0.10.5
8442026-08-05T02:41:45.187Z Downloaded encoding_rs v0.8.35
8452026-08-05T02:41:45.199Z Downloaded unicode-width v0.2.1
8462026-08-05T02:41:45.217Z Downloaded libgit2-sys v0.17.0+1.8.1
8472026-08-05T02:41:45.249Z Downloaded rustls v0.23.40
8482026-08-05T02:41:45.255Z Downloaded rustix v0.38.44
8492026-08-05T02:41:45.267Z Downloaded regress v0.11.1
8502026-08-05T02:41:45.289Z Downloaded rustix v1.1.4
8512026-08-05T02:41:45.350Z Downloaded typify-impl v0.6.2
8522026-08-05T02:41:45.356Z Downloaded typify-impl v0.4.3
8532026-08-05T02:41:45.532Z Downloaded regex-automata v0.4.13
8542026-08-05T02:41:45.536Z Downloaded petgraph v0.6.5
8552026-08-05T02:41:45.536Z Downloaded chrono-tz v0.10.4
8562026-08-05T02:41:45.536Z Downloaded libc v0.2.186
8572026-08-05T02:41:45.544Z Downloaded petgraph v0.8.2
8582026-08-05T02:41:45.569Z Downloaded libz-sys v1.1.22
8592026-08-05T02:41:45.581Z Downloaded csv v1.4.0
8602026-08-05T02:41:45.593Z Downloaded sha3 v0.10.8
8612026-08-05T02:41:45.613Z Downloaded tokio v1.52.3
8622026-08-05T02:41:45.707Z Downloaded ring v0.17.14
8632026-08-05T02:41:45.751Z Downloaded curl-sys v0.4.89+curl-8.20.0
8642026-08-05T02:41:46.233Z Downloaded aws-lc-sys v0.39.1
8652026-08-05T02:41:46.659Z Compiling proc-macro2 v1.0.106
8662026-08-05T02:41:46.660Z Compiling quote v1.0.45
8672026-08-05T02:41:46.660Z Compiling unicode-ident v1.0.24
8682026-08-05T02:41:46.660Z Compiling serde_core v1.0.228
8692026-08-05T02:41:46.668Z Compiling serde v1.0.228
8702026-08-05T02:41:46.668Z Compiling libc v0.2.186
8712026-08-05T02:41:46.668Z Checking cfg-if v1.0.4
8722026-08-05T02:41:46.872Z Compiling zmij v1.0.17
8732026-08-05T02:41:46.893Z Compiling autocfg v1.5.0
8742026-08-05T02:41:47.290Z Compiling memchr v2.7.5
8752026-08-05T02:41:47.314Z Compiling libm v0.2.15
8762026-08-05T02:41:47.657Z Compiling getrandom v0.4.2
8772026-08-05T02:41:47.671Z Compiling thiserror v2.0.18
8782026-08-05T02:41:47.793Z Checking smallvec v1.15.1
8792026-08-05T02:41:47.859Z Checking itoa v1.0.15
8802026-08-05T02:41:47.879Z Compiling version_check v0.9.5
8812026-08-05T02:41:47.949Z Compiling jobserver v0.1.34
8822026-08-05T02:41:47.981Z Compiling shlex v2.0.1
8832026-08-05T02:41:48.109Z Compiling syn v2.0.118
8842026-08-05T02:41:48.157Z Compiling find-msvc-tools v0.1.9
8852026-08-05T02:41:48.169Z Compiling icu_normalizer_data v2.0.0
8862026-08-05T02:41:48.182Z Compiling icu_properties_data v2.0.1
8872026-08-05T02:41:48.269Z Compiling parking_lot_core v0.9.12
8882026-08-05T02:41:48.332Z Compiling cc v1.2.64
8892026-08-05T02:41:48.387Z Checking stable_deref_trait v1.2.0
8902026-08-05T02:41:48.431Z Compiling serde_json v1.0.150
8912026-08-05T02:41:48.482Z Compiling heck v0.5.0
8922026-08-05T02:41:48.696Z Checking litemap v0.8.0
8932026-08-05T02:41:48.718Z Checking writeable v0.6.1
8942026-08-05T02:41:48.924Z Compiling num-traits v0.2.19
8952026-08-05T02:41:48.931Z Checking percent-encoding v2.3.2
8962026-08-05T02:41:49.137Z Checking form_urlencoded v1.2.2
8972026-08-05T02:41:49.213Z Checking utf8_iter v1.0.4
8982026-08-05T02:41:49.262Z Compiling zerocopy v0.8.27
8992026-08-05T02:41:49.276Z Checking pin-project-lite v0.2.16
9002026-08-05T02:41:49.334Z Checking iana-time-zone v0.1.64
9012026-08-05T02:41:49.367Z Compiling rustversion v1.0.22
9022026-08-05T02:41:49.439Z Compiling log v0.4.29
9032026-08-05T02:41:49.472Z Compiling equivalent v1.0.2
9042026-08-05T02:41:49.562Z Compiling semver v1.0.28
9052026-08-05T02:41:49.621Z Checking socket2 v0.6.4
9062026-08-05T02:41:49.640Z Checking uuid v1.23.3
9072026-08-05T02:41:49.705Z Checking scopeguard v1.2.0
9082026-08-05T02:41:49.809Z Checking lock_api v0.4.14
9092026-08-05T02:41:49.939Z Checking signal-hook-registry v1.4.6
9102026-08-05T02:41:50.063Z Checking bitflags v2.11.1
9112026-08-05T02:41:50.063Z Checking getrandom v0.2.16
9122026-08-05T02:41:50.067Z Checking parking_lot v0.12.5
9132026-08-05T02:41:50.083Z Checking mio v1.2.1
9142026-08-05T02:41:50.107Z Checking dyn-clone v1.0.20
9152026-08-05T02:41:50.157Z Compiling schemars v0.8.22
9162026-08-05T02:41:50.311Z Compiling portable-atomic v1.11.1
9172026-08-05T02:41:50.365Z Checking futures-core v0.3.32
9182026-08-05T02:41:50.381Z Checking critical-section v1.2.0
9192026-08-05T02:41:50.423Z Compiling ring v0.17.14
9202026-08-05T02:41:50.478Z Compiling hashbrown v0.17.1
9212026-08-05T02:41:50.559Z Compiling httparse v1.10.1
9222026-08-05T02:41:50.586Z Compiling thiserror v1.0.69
9232026-08-05T02:41:50.661Z Checking futures-sink v0.3.32
9242026-08-05T02:41:50.998Z Compiling indexmap v2.14.0
9252026-08-05T02:41:51.021Z Compiling synstructure v0.13.2
9262026-08-05T02:41:51.063Z Compiling serde_derive_internals v0.29.1
9272026-08-05T02:41:51.310Z Checking once_cell v1.21.3
9282026-08-05T02:41:51.327Z Compiling regex-syntax v0.8.11
9292026-08-05T02:41:51.512Z Compiling rustix v1.1.4
9302026-08-05T02:41:51.544Z Checking slab v0.4.11
9312026-08-05T02:41:51.695Z Compiling aho-corasick v1.1.3
9322026-08-05T02:41:51.719Z Checking subtle v2.6.1
9332026-08-05T02:41:51.733Z Compiling ucd-trie v0.1.7
9342026-08-05T02:41:51.866Z Checking futures-channel v0.3.32
9352026-08-05T02:41:51.982Z Compiling anyhow v1.0.102
9362026-08-05T02:41:52.097Z Checking rand_core v0.6.4
9372026-08-05T02:41:52.118Z Checking futures-task v0.3.32
9382026-08-05T02:41:52.248Z Checking futures-io v0.3.32
9392026-08-05T02:41:52.263Z Compiling serde_derive v1.0.228
9402026-08-05T02:41:52.266Z Compiling zerofrom-derive v0.1.6
9412026-08-05T02:41:52.289Z Compiling yoke-derive v0.8.0
9422026-08-05T02:41:52.316Z Compiling zerovec-derive v0.11.1
9432026-08-05T02:41:52.518Z Compiling displaydoc v0.2.5
9442026-08-05T02:41:53.087Z Compiling thiserror-impl v2.0.18
9452026-08-05T02:41:53.162Z Compiling schemars_derive v0.8.22
9462026-08-05T02:41:53.299Z Compiling tokio-macros v2.7.0
9472026-08-05T02:41:53.315Z Compiling zerocopy-derive v0.8.27
9482026-08-05T02:41:53.393Z Compiling futures-macro v0.3.32
9492026-08-05T02:41:53.463Z Checking zerofrom v0.1.6
9502026-08-05T02:41:53.674Z Checking yoke v0.8.0
9512026-08-05T02:41:53.754Z Checking zerovec v0.11.4
9522026-08-05T02:41:54.005Z Checking zerotrie v0.2.2
9532026-08-05T02:41:54.175Z Compiling zeroize_derive v1.4.3
9542026-08-05T02:41:54.243Z Compiling thiserror-impl v1.0.69
9552026-08-05T02:41:54.374Z Compiling regex-automata v0.4.13
9562026-08-05T02:41:54.403Z Compiling pest v2.8.2
9572026-08-05T02:41:54.456Z Checking tinystr v0.8.1
9582026-08-05T02:41:54.494Z Checking potential_utf v0.1.3
9592026-08-05T02:41:54.634Z Checking icu_collections v2.0.0
9602026-08-05T02:41:54.648Z Checking icu_locale_core v2.0.0
9612026-08-05T02:41:54.838Z Checking zeroize v1.8.1
9622026-08-05T02:41:55.094Z Checking icu_provider v2.0.0
9632026-08-05T02:41:55.317Z Checking bytes v1.12.0
9642026-08-05T02:41:55.333Z Checking icu_properties v2.0.1
9652026-08-05T02:41:55.391Z Checking icu_normalizer v2.0.0
9662026-08-05T02:41:55.464Z Checking chrono v0.4.45
9672026-08-05T02:41:55.616Z Compiling serde_tokenstream v0.2.3
9682026-08-05T02:41:55.748Z Checking tokio v1.52.3
9692026-08-05T02:41:55.958Z Compiling pest_meta v2.8.2
9702026-08-05T02:41:56.137Z Checking idna_adapter v1.2.1
9712026-08-05T02:41:56.190Z Compiling regex v1.12.4
9722026-08-05T02:41:56.261Z Checking idna v1.1.0
9732026-08-05T02:41:56.301Z Checking typenum v1.20.1
9742026-08-05T02:41:56.424Z Checking futures-util v0.3.32
9752026-08-05T02:41:56.498Z Checking url v2.5.7
9762026-08-05T02:41:56.586Z Compiling pest_generator v2.8.2
9772026-08-05T02:41:56.972Z Compiling getrandom v0.3.4
9782026-08-05T02:41:57.122Z Compiling tracing-attributes v0.1.30
9792026-08-05T02:41:57.263Z Checking tracing-core v0.1.34
9802026-08-05T02:41:57.267Z Compiling pest_derive v2.8.2
9812026-08-05T02:41:57.368Z Compiling allocator-api2 v0.2.21
9822026-08-05T02:41:57.561Z Compiling pkg-config v0.3.32
9832026-08-05T02:41:57.584Z Compiling foldhash v0.2.0
9842026-08-05T02:41:57.791Z Compiling hashbrown v0.16.1
9852026-08-05T02:41:57.804Z Checking fnv v1.0.7
9862026-08-05T02:41:57.898Z Checking http v1.4.2
9872026-08-05T02:41:58.017Z Compiling generic-array v0.14.7
9882026-08-05T02:41:58.076Z Compiling vcpkg v0.2.15
9892026-08-05T02:41:58.305Z Compiling num-conv v0.2.1
9902026-08-05T02:41:58.325Z Checking tracing v0.1.41
9912026-08-05T02:41:58.346Z Compiling byteorder v1.5.0
9922026-08-05T02:41:58.361Z Compiling time-core v0.1.8
9932026-08-05T02:41:58.521Z Compiling time-macros v0.2.27
9942026-08-05T02:41:58.574Z Checking errno v0.3.14
9952026-08-05T02:41:58.639Z Checking base64 v0.22.1
9962026-08-05T02:41:58.687Z Checking ipnet v2.11.0
9972026-08-05T02:41:58.875Z Compiling scroll_derive v0.13.1
9982026-08-05T02:41:58.900Z Compiling camino v1.2.3
9992026-08-05T02:41:59.009Z Checking tokio-util v0.7.16
10002026-08-05T02:41:59.105Z Checking crypto-common v0.1.6
10012026-08-05T02:41:59.224Z Checking http-body v1.0.1
10022026-08-05T02:41:59.384Z Compiling crossbeam-utils v0.8.21
10032026-08-05T02:41:59.394Z Checking atomic-waker v1.1.2
10042026-08-05T02:41:59.448Z Checking ppv-lite86 v0.2.21
10052026-08-05T02:41:59.600Z Compiling slog v2.8.2
10062026-08-05T02:41:59.618Z Checking tower-service v0.3.3
10072026-08-05T02:41:59.684Z Checking tower-layer v0.3.3
10082026-08-05T02:41:59.703Z Checking try-lock v0.2.5
10092026-08-05T02:41:59.718Z Compiling paste v1.0.15
10102026-08-05T02:41:59.797Z Checking want v0.3.1
10112026-08-05T02:41:59.909Z Checking h2 v0.4.14
10122026-08-05T02:41:59.932Z Checking ipnetwork v0.21.1
10132026-08-05T02:41:59.943Z Checking erased-serde v0.3.31
10142026-08-05T02:41:59.959Z Checking rustls-pki-types v1.12.0
10152026-08-05T02:41:59.966Z Compiling strsim v0.11.1
10162026-08-05T02:42:00.043Z Checking pretty-hex v0.4.1
10172026-08-05T02:42:00.058Z Checking httpdate v1.0.3
10182026-08-05T02:42:00.072Z Checking ryu v1.0.20
10192026-08-05T02:42:00.201Z Compiling async-trait v0.1.89
10202026-08-05T02:42:00.204Z Checking untrusted v0.9.0
10212026-08-05T02:42:00.254Z Compiling scroll v0.13.0
10222026-08-05T02:42:00.519Z Compiling usdt-impl v0.6.0
10232026-08-05T02:42:00.522Z Checking plain v0.2.3
10242026-08-05T02:42:00.528Z Compiling ident_case v1.0.1
10252026-08-05T02:42:00.645Z Compiling goblin v0.10.1
10262026-08-05T02:42:00.645Z Checking http-body-util v0.1.3
10272026-08-05T02:42:00.675Z Compiling openssl-sys v0.9.117
10282026-08-05T02:42:00.763Z Compiling cmake v0.1.54
10292026-08-05T02:42:00.994Z Compiling dunce v1.0.5
10302026-08-05T02:42:01.091Z Compiling fs_extra v1.3.0
10312026-08-05T02:42:01.104Z Compiling slog-async v2.8.0
10322026-08-05T02:42:01.253Z Checking rand_core v0.9.3
10332026-08-05T02:42:01.280Z Checking serde_urlencoded v0.7.1
10342026-08-05T02:42:01.315Z Checking oxnet v0.1.6
10352026-08-05T02:42:01.334Z Compiling aws-lc-sys v0.39.1
10362026-08-05T02:42:01.417Z Checking block-buffer v0.10.4
10372026-08-05T02:42:01.433Z Compiling regress v0.10.5
10382026-08-05T02:42:01.478Z Compiling dtrace-parser v0.3.0
10392026-08-05T02:42:01.661Z Compiling openapiv3 v2.2.0
10402026-08-05T02:42:01.668Z Compiling thread-id v5.0.0
10412026-08-05T02:42:01.717Z Checking hyper v1.10.1
10422026-08-05T02:42:02.141Z Checking digest v0.10.7
10432026-08-05T02:42:02.262Z Compiling omicron-workspace-hack v0.1.0
10442026-08-05T02:42:02.330Z Checking rand_chacha v0.9.0
10452026-08-05T02:42:02.493Z Compiling daft-derive v0.1.5
10462026-08-05T02:42:02.521Z Checking powerfmt v0.2.0
10472026-08-05T02:42:02.647Z Checking hyper-util v0.1.20
10482026-08-05T02:42:02.671Z Compiling aws-lc-rs v1.16.2
10492026-08-05T02:42:02.975Z Compiling typify-impl v0.4.3
10502026-08-05T02:42:03.124Z Checking deranged v0.5.3
10512026-08-05T02:42:03.214Z Checking rand v0.9.3
10522026-08-05T02:42:03.648Z Compiling dof v0.4.0
10532026-08-05T02:42:03.918Z Compiling unsafe-libyaml v0.2.11
10542026-08-05T02:42:03.945Z Compiling syn v1.0.109
10552026-08-05T02:42:03.999Z Checking num_threads v0.1.7
10562026-08-05T02:42:04.122Z Checking time v0.3.47
10572026-08-05T02:42:04.397Z Compiling serde_yaml v0.9.34+deprecated
10582026-08-05T02:42:04.414Z Checking sync_wrapper v1.0.2
10592026-08-05T02:42:04.511Z Checking encoding_rs v0.8.35
10602026-08-05T02:42:04.585Z Compiling usdt-attr-macro v0.6.0
10612026-08-05T02:42:05.150Z Compiling usdt-macro v0.6.0
10622026-08-05T02:42:05.242Z Checking untrusted v0.7.1
10632026-08-05T02:42:05.357Z Checking mime v0.3.17
10642026-08-05T02:42:05.421Z Checking cpufeatures v0.2.17
10652026-08-05T02:42:05.491Z Checking tower v0.5.2
10662026-08-05T02:42:05.621Z Checking crossbeam-channel v0.5.15
10672026-08-05T02:42:05.637Z Checking futures-executor v0.3.32
10682026-08-05T02:42:05.827Z Compiling structmeta-derive v0.3.0
10692026-08-05T02:42:05.894Z Compiling multer v3.1.0
10702026-08-05T02:42:05.915Z Checking iri-string v0.7.8
10712026-08-05T02:42:05.945Z Compiling rustls v0.23.40
10722026-08-05T02:42:05.958Z Compiling rustls v0.22.4
10732026-08-05T02:42:06.165Z Checking futures v0.3.32
10742026-08-05T02:42:06.428Z Compiling async-stream-impl v0.3.6
10752026-08-05T02:42:06.459Z Checking thread_local v1.1.9
10762026-08-05T02:42:06.459Z Checking fastrand v2.3.0
10772026-08-05T02:42:06.459Z Compiling typify-macro v0.4.3
10782026-08-05T02:42:06.460Z Compiling openssl v0.10.81
10792026-08-05T02:42:06.542Z Checking foreign-types-shared v0.1.1
10802026-08-05T02:42:06.627Z Checking hex v0.4.3
10812026-08-05T02:42:06.672Z Checking foreign-types v0.3.2
10822026-08-05T02:42:06.744Z Checking tempfile v3.27.0
10832026-08-05T02:42:06.808Z Compiling structmeta v0.3.0
10842026-08-05T02:42:06.833Z Compiling openssl-macros v0.1.1
10852026-08-05T02:42:06.923Z Checking tower-http v0.6.8
10862026-08-05T02:42:06.937Z Compiling strum_macros v0.26.4
10872026-08-05T02:42:07.039Z Checking memmap2 v0.9.8
10882026-08-05T02:42:07.088Z Checking is-terminal v0.4.16
10892026-08-05T02:42:07.177Z Compiling native-tls v0.2.14
10902026-08-05T02:42:07.197Z Checking unicode-width v0.2.1
10912026-08-05T02:42:07.238Z Checking openssl-probe v0.1.6
10922026-08-05T02:42:07.319Z Checking match_cfg v0.1.0
10932026-08-05T02:42:07.416Z Checking term v1.2.0
10942026-08-05T02:42:07.447Z Checking take_mut v0.2.2
10952026-08-05T02:42:07.480Z Checking hostname v0.3.1
10962026-08-05T02:42:07.650Z Checking slog-term v2.9.2
10972026-08-05T02:42:07.892Z Checking slog-json v2.6.1
10982026-08-05T02:42:07.921Z Compiling typify v0.4.3
10992026-08-05T02:42:08.056Z Compiling newtype-uuid-macros v0.1.0
11002026-08-05T02:42:08.060Z Compiling ref-cast v1.0.25
11012026-08-05T02:42:08.060Z Checking slog-bunyan v2.5.0
11022026-08-05T02:42:08.370Z Compiling darling_core v0.23.0
11032026-08-05T02:42:08.384Z Compiling ref-cast-impl v1.0.25
11042026-08-05T02:42:08.545Z Compiling dropshot v0.16.7
11052026-08-05T02:42:08.943Z Compiling derive-ex v0.1.8
11062026-08-05T02:42:09.059Z Checking webpki-roots v1.0.2
11072026-08-05T02:42:09.059Z Compiling dropshot_endpoint v0.16.7
11082026-08-05T02:42:09.059Z Compiling strum_macros v0.27.2
11092026-08-05T02:42:09.875Z Checking tokio-native-tls v0.3.1
11102026-08-05T02:42:10.022Z Checking winnow v0.7.14
11112026-08-05T02:42:10.344Z Checking either v1.15.0
11122026-08-05T02:42:10.407Z Compiling test-strategy v0.4.3
11132026-08-05T02:42:10.444Z Compiling darling_macro v0.23.0
11142026-08-05T02:42:10.537Z Checking hyper-tls v0.6.0
11152026-08-05T02:42:10.620Z Compiling progenitor-impl v0.11.1
11162026-08-05T02:42:10.620Z Checking usdt v0.6.0
11172026-08-05T02:42:10.721Z Checking newtype-uuid v1.3.2
11182026-08-05T02:42:10.761Z Checking winnow v1.0.3
11192026-08-05T02:42:10.904Z Checking daft v0.1.5
11202026-08-05T02:42:10.982Z Compiling darling v0.23.0
11212026-08-05T02:42:11.029Z Checking toml_parser v1.1.2+spec-1.1.0
11222026-08-05T02:42:11.051Z Checking serde_spanned v1.1.1
11232026-08-05T02:42:11.062Z Compiling serde_with_macros v3.21.0
11242026-08-05T02:42:11.187Z Checking debug-ignore v1.0.5
11252026-08-05T02:42:11.209Z Checking toml_writer v1.1.1+spec-1.1.0
11262026-08-05T02:42:11.355Z Checking spin v0.9.8
11272026-08-05T02:42:11.381Z Compiling parse-display-derive v0.10.0
11282026-08-05T02:42:11.619Z Checking async-stream v0.3.6
11292026-08-05T02:42:11.681Z Checking rustls-webpki v0.102.8
11302026-08-05T02:42:11.707Z Checking rustls-pemfile v2.2.0
11312026-08-05T02:42:11.741Z Checking waitgroup v0.1.2
11322026-08-05T02:42:11.834Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11332026-08-05T02:42:11.859Z Checking serde_path_to_error v0.1.20
11342026-08-05T02:42:12.039Z Checking hostname v0.4.2
11352026-08-05T02:42:12.176Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11362026-08-05T02:42:12.317Z Checking strum v0.26.3
11372026-08-05T02:42:12.416Z Checking rand_chacha v0.3.1
11382026-08-05T02:42:12.483Z Compiling toml_datetime v0.6.11
11392026-08-05T02:42:12.623Z Checking macaddr v1.0.1
11402026-08-05T02:42:12.644Z Compiling progenitor-macro v0.11.1
11412026-08-05T02:42:12.874Z Checking toml_datetime v0.7.5+spec-1.1.0
11422026-08-05T02:42:12.880Z Checking wait-timeout v0.2.1
11432026-08-05T02:42:12.920Z Checking bit-vec v0.8.0
11442026-08-05T02:42:12.927Z Checking lazy_static v1.5.0
11452026-08-05T02:42:12.962Z Checking quick-error v1.2.3
11462026-08-05T02:42:13.013Z Checking toml v0.9.12+spec-1.1.0
11472026-08-05T02:42:13.045Z Checking rusty-fork v0.3.0
11482026-08-05T02:42:13.110Z Checking bit-set v0.8.0
11492026-08-05T02:42:13.215Z Checking rand v0.8.5
11502026-08-05T02:42:13.237Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11512026-08-05T02:42:13.550Z Checking tabwriter v1.4.1
11522026-08-05T02:42:13.574Z Checking sha1 v0.10.6
11532026-08-05T02:42:13.589Z Checking tokio-rustls v0.25.0
11542026-08-05T02:42:13.673Z Checking rand_xorshift v0.4.0
11552026-08-05T02:42:13.707Z Compiling clap_derive v4.6.1
11562026-08-05T02:42:13.778Z Checking utf8parse v0.2.2
11572026-08-05T02:42:13.794Z Checking unarray v0.1.4
11582026-08-05T02:42:13.797Z Checking colored v3.1.1
11592026-08-05T02:42:13.891Z Checking proptest v1.8.0
11602026-08-05T02:42:13.894Z Checking anstyle-parse v1.0.0
11612026-08-05T02:42:14.023Z Checking strum v0.27.2
11622026-08-05T02:42:14.095Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11632026-08-05T02:42:14.147Z Checking terminal_size v0.4.3
11642026-08-05T02:42:14.530Z Checking is_terminal_polyfill v1.70.1
11652026-08-05T02:42:14.582Z Checking anstyle v1.0.14
11662026-08-05T02:42:14.619Z Checking anstyle-query v1.1.4
11672026-08-05T02:42:14.706Z Checking colorchoice v1.0.4
11682026-08-05T02:42:15.231Z Checking anstream v1.0.0
11692026-08-05T02:42:15.368Z Checking clap_lex v1.1.0
11702026-08-05T02:42:15.521Z Checking clap_builder v4.6.0
11712026-08-05T02:42:15.524Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11722026-08-05T02:42:16.053Z Checking serde_with v3.21.0
11732026-08-05T02:42:16.113Z Compiling itertools v0.14.0
11742026-08-05T02:42:16.752Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11752026-08-05T02:42:16.766Z Checking clap v4.6.1
11762026-08-05T02:42:16.836Z Checking instant v0.1.13
11772026-08-05T02:42:16.851Z Checking rustc-hash v2.1.1
11782026-08-05T02:42:17.049Z Checking iddqd v0.3.18
11792026-08-05T02:42:17.082Z Checking backoff v0.4.0
11802026-08-05T02:42:17.252Z Checking parse-display v0.10.0
11812026-08-05T02:42:17.332Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11822026-08-05T02:42:17.436Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11832026-08-05T02:42:18.975Z Compiling cfg_aliases v0.2.1
11842026-08-05T02:42:19.063Z Compiling num-derive v0.4.2
11852026-08-05T02:42:19.593Z Compiling rustls-webpki v0.103.6
11862026-08-05T02:42:19.988Z Compiling memoffset v0.9.1
11872026-08-05T02:42:20.156Z Compiling prettyplease v0.2.37
11882026-08-05T02:42:22.177Z Checking serde_spanned v0.6.9
11892026-08-05T02:42:22.996Z Compiling tokio-rustls v0.26.4
11902026-08-05T02:42:23.474Z Compiling hyper-rustls v0.27.7
11912026-08-05T02:42:23.703Z Compiling reqwest v0.12.23
11922026-08-05T02:42:24.590Z Checking crossbeam-epoch v0.9.18
11932026-08-05T02:42:24.863Z Compiling progenitor-client v0.11.1
11942026-08-05T02:42:25.171Z Compiling winnow v0.5.40
11952026-08-05T02:42:26.443Z Compiling toml_edit v0.19.15
11962026-08-05T02:42:26.506Z Compiling progenitor v0.11.1
11972026-08-05T02:42:27.048Z Compiling num-integer v0.1.46
11982026-08-05T02:42:27.570Z Compiling proc-macro-crate v1.3.1
11992026-08-05T02:42:27.614Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12002026-08-05T02:42:27.994Z Compiling progenitor-client v0.10.0
12012026-08-05T02:42:28.545Z Compiling hubpack_derive v0.1.1
12022026-08-05T02:42:28.742Z Compiling rayon-core v1.13.0
12032026-08-05T02:42:28.878Z Checking toml_write v0.1.2
12042026-08-05T02:42:29.125Z Checking toml_edit v0.22.27
12052026-08-05T02:42:29.134Z Checking hubpack v0.1.2
12062026-08-05T02:42:29.183Z Checking num-rational v0.4.2
12072026-08-05T02:42:29.221Z Checking num-iter v0.1.45
12082026-08-05T02:42:29.457Z Compiling darling_core v0.21.3
12092026-08-05T02:42:29.599Z Compiling zerocopy-derive v0.7.35
12102026-08-05T02:42:29.717Z Compiling num-complex v0.4.6
12112026-08-05T02:42:30.116Z Checking static_assertions v1.1.0
12122026-08-05T02:42:30.266Z Checking num v0.4.3
12132026-08-05T02:42:30.300Z Checking toml v0.8.23
12142026-08-05T02:42:30.393Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12152026-08-05T02:42:30.684Z Checking crossbeam-deque v0.8.6
12162026-08-05T02:42:30.701Z Compiling nix v0.31.3
12172026-08-05T02:42:30.859Z Compiling float-ord v0.3.2
12182026-08-05T02:42:30.973Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12192026-08-05T02:42:31.134Z Compiling proc-macro-error-attr v1.0.4
12202026-08-05T02:42:31.235Z Checking bytecount v0.6.9
12212026-08-05T02:42:31.409Z Compiling heapless v0.8.0
12222026-08-05T02:42:31.518Z Compiling darling_macro v0.21.3
12232026-08-05T02:42:31.925Z Checking libscf-sys v1.2.0
12242026-08-05T02:42:32.090Z Compiling darling v0.21.3
12252026-08-05T02:42:32.105Z Checking hash32 v0.3.1
12262026-08-05T02:42:32.152Z Compiling proc-macro-error v1.0.4
12272026-08-05T02:42:32.173Z Compiling ingot-macros v0.1.1
12282026-08-05T02:42:32.231Z Compiling smoltcp v0.11.0
12292026-08-05T02:42:32.403Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12302026-08-05T02:42:32.621Z Compiling zerocopy v0.7.35
12312026-08-05T02:42:32.637Z Compiling num_enum_derive v0.7.5
12322026-08-05T02:42:32.875Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12332026-08-05T02:42:32.998Z Checking cobs v0.3.0
12342026-08-05T02:42:33.013Z Compiling scroll_derive v0.12.1
12352026-08-05T02:42:33.144Z Compiling foreign-types-macros v0.2.3
12362026-08-05T02:42:33.165Z Compiling usdt-impl v0.5.0
12372026-08-05T02:42:33.412Z Compiling crucible-workspace-hack v0.1.0
12382026-08-05T02:42:33.426Z Checking foreign-types-shared v0.3.1
12392026-08-05T02:42:33.513Z Checking managed v0.8.0
12402026-08-05T02:42:33.670Z Checking bitflags v1.3.2
12412026-08-05T02:42:33.679Z Checking num_enum v0.7.5
12422026-08-05T02:42:33.710Z Checking scroll v0.12.0
12432026-08-05T02:42:33.755Z Checking foreign-types v0.5.0
12442026-08-05T02:42:33.777Z Checking postcard v1.1.3
12452026-08-05T02:42:33.829Z Compiling dof v0.3.0
12462026-08-05T02:42:34.037Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12472026-08-05T02:42:34.105Z Compiling dtrace-parser v0.2.0
12482026-08-05T02:42:34.155Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12492026-08-05T02:42:34.177Z Checking camino-tempfile v1.4.1
12502026-08-05T02:42:34.228Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-08-05T02:42:34.335Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-08-05T02:42:34.438Z Checking cstr-argument v0.1.2
12532026-08-05T02:42:34.573Z Compiling thread-id v4.2.2
12542026-08-05T02:42:34.590Z Compiling minimal-lexical v0.2.1
12552026-08-05T02:42:34.650Z Compiling heck v0.4.1
12562026-08-05T02:42:34.665Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12572026-08-05T02:42:34.818Z Compiling nom v7.1.3
12582026-08-05T02:42:34.832Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12592026-08-05T02:42:34.845Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12602026-08-05T02:42:34.860Z Checking ingot-types v0.1.2
12612026-08-05T02:42:34.886Z Checking goblin v0.8.2
12622026-08-05T02:42:34.998Z Checking rayon v1.11.0
12632026-08-05T02:42:35.195Z Checking ingot v0.1.1
12642026-08-05T02:42:35.251Z Compiling num_enum_derive v0.5.11
12652026-08-05T02:42:35.535Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12662026-08-05T02:42:36.030Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12672026-08-05T02:42:36.106Z Compiling rustc_version v0.4.1
12682026-08-05T02:42:36.372Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12692026-08-05T02:42:36.396Z Compiling convert_case v0.4.0
12702026-08-05T02:42:36.453Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12712026-08-05T02:42:36.471Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12722026-08-05T02:42:36.535Z Compiling rustix v0.38.44
12732026-08-05T02:42:36.589Z Checking tinyvec_macros v0.1.1
12742026-08-05T02:42:36.659Z Checking tinyvec v1.10.0
12752026-08-05T02:42:36.696Z Compiling derive_more v0.99.20
12762026-08-05T02:42:37.125Z Checking num_enum v0.5.11
12772026-08-05T02:42:37.147Z Compiling nix v0.30.1
12782026-08-05T02:42:37.187Z Compiling libz-sys v1.1.22
12792026-08-05T02:42:37.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12802026-08-05T02:42:37.573Z Compiling crc32fast v1.5.0
12812026-08-05T02:42:37.660Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12822026-08-05T02:42:37.728Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12832026-08-05T02:42:37.907Z Compiling usdt-attr-macro v0.5.0
12842026-08-05T02:42:37.911Z Compiling usdt-macro v0.5.0
12852026-08-05T02:42:38.468Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-08-05T02:42:38.502Z Compiling zone_cfg_derive v0.3.1
12872026-08-05T02:42:38.542Z Checking papergrid v0.18.0
12882026-08-05T02:42:38.593Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12892026-08-05T02:42:38.648Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12902026-08-05T02:42:38.804Z Checking itertools v0.12.1
12912026-08-05T02:42:38.819Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12922026-08-05T02:42:38.957Z Checking memmap v0.7.0
12932026-08-05T02:42:39.047Z Checking sigpipe v0.1.3
12942026-08-05T02:42:39.085Z Checking glob v0.3.3
12952026-08-05T02:42:39.122Z Checking adler2 v2.0.1
12962026-08-05T02:42:39.162Z Checking jiff v0.2.15
12972026-08-05T02:42:39.230Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-08-05T02:42:39.261Z Checking miniz_oxide v0.8.9
12992026-08-05T02:42:39.290Z Checking tabled v0.21.0
13002026-08-05T02:42:39.332Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13012026-08-05T02:42:39.469Z Checking usdt v0.5.0
13022026-08-05T02:42:39.625Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13032026-08-05T02:42:39.628Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13042026-08-05T02:42:39.659Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13052026-08-05T02:42:39.786Z Checking zone v0.3.1
13062026-08-05T02:42:39.994Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13072026-08-05T02:42:40.125Z Checking itertools v0.15.0
13082026-08-05T02:42:40.190Z Checking smf v0.2.3
13092026-08-05T02:42:40.207Z Checking secrecy v0.10.3
13102026-08-05T02:42:40.322Z Checking bstr v1.12.0
13112026-08-05T02:42:40.591Z Checking whoami v1.6.1
13122026-08-05T02:42:40.649Z Checking flate2 v1.1.2
13132026-08-05T02:42:40.729Z Compiling clang-sys v1.8.1
13142026-08-05T02:42:40.746Z Compiling curve25519-dalek v4.1.3
13152026-08-05T02:42:40.758Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13162026-08-05T02:42:40.931Z Checking hmac v0.12.1
13172026-08-05T02:42:41.012Z Checking inout v0.1.4
13182026-08-05T02:42:41.061Z Checking hybrid-array v0.4.12
13192026-08-05T02:42:41.086Z Checking ff v0.13.1
13202026-08-05T02:42:41.140Z Compiling enum-as-inner v0.6.1
13212026-08-05T02:42:41.207Z Checking data-encoding v2.9.0
13222026-08-05T02:42:41.513Z Compiling semver v0.1.20
13232026-08-05T02:42:41.519Z Checking group v0.13.0
13242026-08-05T02:42:41.565Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13252026-08-05T02:42:41.715Z Checking cipher v0.4.4
13262026-08-05T02:42:41.724Z Compiling rustc_version v0.1.7
13272026-08-05T02:42:41.729Z Checking hkdf v0.12.4
13282026-08-05T02:42:41.811Z Checking atomicwrites v0.4.4
13292026-08-05T02:42:41.834Z Compiling thiserror-impl-no-std v2.0.2
13302026-08-05T02:42:41.852Z Checking universal-hash v0.5.1
13312026-08-05T02:42:41.877Z Checking crypto-bigint v0.5.5
13322026-08-05T02:42:41.924Z Compiling regress v0.11.1
13332026-08-05T02:42:41.938Z Checking half v2.7.1
13342026-08-05T02:42:42.022Z Compiling curve25519-dalek-derive v0.1.1
13352026-08-05T02:42:42.173Z Checking ciborium-io v0.2.2
13362026-08-05T02:42:42.207Z Checking opaque-debug v0.3.1
13372026-08-05T02:42:42.265Z Checking base64ct v1.8.0
13382026-08-05T02:42:42.279Z Checking base16ct v0.2.0
13392026-08-05T02:42:42.400Z Checking indent_write v2.2.0
13402026-08-05T02:42:42.498Z Checking password-hash v0.5.0
13412026-08-05T02:42:42.529Z Checking poly1305 v0.8.0
13422026-08-05T02:42:42.719Z Checking ciborium-ll v0.2.2
13432026-08-05T02:42:42.859Z Compiling newtype_derive v0.1.6
13442026-08-05T02:42:42.898Z Checking chacha20 v0.9.1
13452026-08-05T02:42:42.914Z Checking thiserror-no-std v2.0.2
13462026-08-05T02:42:42.929Z Checking elliptic-curve v0.13.8
13472026-08-05T02:42:42.986Z Checking crypto-common v0.2.2
13482026-08-05T02:42:43.001Z Checking block-buffer v0.12.0
13492026-08-05T02:42:43.087Z Checking similar v2.7.0
13502026-08-05T02:42:43.140Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13512026-08-05T02:42:43.170Z Checking blake2 v0.10.6
13522026-08-05T02:42:43.325Z Checking aead v0.5.2
13532026-08-05T02:42:43.372Z Compiling libloading v0.8.9
13542026-08-05T02:42:43.375Z Checking keccak v0.1.6
13552026-08-05T02:42:43.401Z Checking compression-core v0.4.32
13562026-08-05T02:42:43.415Z Compiling owo-colors v4.3.0
13572026-08-05T02:42:43.452Z Checking const-oid v0.10.2
13582026-08-05T02:42:43.518Z Compiling typify-impl v0.6.2
13592026-08-05T02:42:43.532Z Checking resolv-conf v0.7.5
13602026-08-05T02:42:43.559Z Checking linked-hash-map v0.5.6
13612026-08-05T02:42:43.602Z Compiling bindgen v0.72.1
13622026-08-05T02:42:43.616Z Checking digest v0.11.3
13632026-08-05T02:42:43.705Z Checking sha3 v0.10.8
13642026-08-05T02:42:43.720Z Checking lru-cache v0.1.2
13652026-08-05T02:42:43.762Z Checking compression-codecs v0.4.32
13662026-08-05T02:42:43.831Z Checking chacha20poly1305 v0.10.1
13672026-08-05T02:42:43.982Z Checking vsss-rs v3.3.4
13682026-08-05T02:42:43.996Z Checking argon2 v0.5.3
13692026-08-05T02:42:43.996Z Checking ciborium v0.2.2
13702026-08-05T02:42:43.996Z Checking hickory-proto v0.24.4
13712026-08-05T02:42:44.217Z Checking tokio-dtrace v0.1.1
13722026-08-05T02:42:44.358Z Compiling cexpr v0.6.0
13732026-08-05T02:42:44.393Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13742026-08-05T02:42:44.670Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13752026-08-05T02:42:44.921Z Checking serde-big-array v0.5.1
13762026-08-05T02:42:44.937Z Compiling derive-where v1.6.0
13772026-08-05T02:42:44.953Z Compiling serde_repr v0.1.20
13782026-08-05T02:42:45.116Z Checking toml_datetime v1.1.1+spec-1.1.0
13792026-08-05T02:42:45.252Z Compiling dropshot v0.17.1
13802026-08-05T02:42:45.470Z Compiling shlex v1.3.0
13812026-08-05T02:42:45.484Z Checking siphasher v1.0.1
13822026-08-05T02:42:45.500Z Checking cpufeatures v0.3.0
13832026-08-05T02:42:45.519Z Checking same-file v1.0.6
13842026-08-05T02:42:45.571Z Checking unicode-segmentation v1.12.0
13852026-08-05T02:42:45.637Z Checking walkdir v2.5.0
13862026-08-05T02:42:45.650Z Checking phf_shared v0.12.1
13872026-08-05T02:42:45.784Z Checking sha1 v0.11.0
13882026-08-05T02:42:45.798Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13892026-08-05T02:42:45.885Z Checking newline-converter v0.3.0
13902026-08-05T02:42:45.997Z Checking hickory-resolver v0.24.4
13912026-08-05T02:42:46.013Z Checking toml v1.1.2+spec-1.1.0
13922026-08-05T02:42:46.252Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13932026-08-05T02:42:46.590Z Checking oxide-tokio-rt v0.1.6
13942026-08-05T02:42:46.661Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13952026-08-05T02:42:46.746Z Checking async-compression v0.4.33
13962026-08-05T02:42:46.855Z Compiling progenitor-impl v0.10.0
13972026-08-05T02:42:46.925Z Compiling typify-macro v0.6.2
13982026-08-05T02:42:46.996Z Checking console v0.15.11
13992026-08-05T02:42:47.390Z Checking tokio-stream v0.1.17
14002026-08-05T02:42:47.395Z Compiling dropshot_endpoint v0.17.1
14012026-08-05T02:42:47.472Z Compiling pin-project-internal v1.1.10
14022026-08-05T02:42:47.675Z Compiling slog-dtrace v0.3.0
14032026-08-05T02:42:47.905Z Checking csv-core v0.1.12
14042026-08-05T02:42:48.038Z Checking unicode-linebreak v0.1.5
14052026-08-05T02:42:48.089Z Checking swrite v0.1.0
14062026-08-05T02:42:48.185Z Checking unicode-width v0.1.14
14072026-08-05T02:42:48.253Z Compiling unicode-xid v0.2.6
14082026-08-05T02:42:48.387Z Compiling cancel-safe-futures v0.1.5
14092026-08-05T02:42:48.526Z Compiling chrono-tz v0.10.4
14102026-08-05T02:42:48.543Z Checking foldhash v0.1.5
14112026-08-05T02:42:48.559Z Checking smawk v0.3.2
14122026-08-05T02:42:48.658Z Checking pin-project v1.1.10
14132026-08-05T02:42:48.686Z Checking hashbrown v0.15.5
14142026-08-05T02:42:48.689Z Checking textwrap v0.16.2
14152026-08-05T02:42:48.714Z Compiling const_format_proc_macros v0.2.34
14162026-08-05T02:42:48.751Z Checking csv v1.4.0
14172026-08-05T02:42:48.913Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-08-05T02:42:48.976Z Compiling progenitor-macro v0.10.0
14192026-08-05T02:42:49.070Z Checking qorb v0.4.1
14202026-08-05T02:42:49.117Z Checking expectorate v1.2.0
14212026-08-05T02:42:49.149Z Checking phf v0.12.1
14222026-08-05T02:42:49.287Z Checking unicode-normalization v0.1.24
14232026-08-05T02:42:49.492Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-08-05T02:42:50.036Z Checking libsw-core v0.3.2
14252026-08-05T02:42:50.353Z Compiling libgit2-sys v0.17.0+1.8.1
14262026-08-05T02:42:50.375Z Compiling async-recursion v1.1.1
14272026-08-05T02:42:50.390Z Compiling snafu-derive v0.8.9
14282026-08-05T02:42:50.567Z Compiling cookie v0.18.1
14292026-08-05T02:42:50.840Z Checking fixedbitset v0.5.7
14302026-08-05T02:42:50.847Z Compiling moka v0.12.11
14312026-08-05T02:42:50.971Z Checking fixedbitset v0.4.2
14322026-08-05T02:42:51.038Z Checking highway v1.3.0
14332026-08-05T02:42:51.126Z Checking petgraph v0.6.5
14342026-08-05T02:42:51.208Z Checking petgraph v0.8.2
14352026-08-05T02:42:52.122Z Checking snafu v0.8.9
14362026-08-05T02:42:52.263Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-05T02:42:52.365Z Checking libsw v3.5.0
14382026-08-05T02:42:52.412Z Checking olpc-cjson v0.1.4
14392026-08-05T02:42:52.427Z Checking const_format v0.2.34
14402026-08-05T02:42:52.550Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-08-05T02:42:52.658Z Compiling typify v0.6.2
14422026-08-05T02:42:52.752Z Checking papergrid v0.11.0
14432026-08-05T02:42:52.796Z Checking globset v0.4.16
14442026-08-05T02:42:52.857Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14452026-08-05T02:42:52.943Z Checking gethostname v0.5.0
14462026-08-05T02:42:53.046Z Compiling tabled_derive v0.7.0
14472026-08-05T02:42:53.171Z Checking progenitor v0.10.0
14482026-08-05T02:42:53.175Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-08-05T02:42:53.235Z Checking reqwest v0.13.2
14502026-08-05T02:42:53.337Z Checking bcs v0.1.6
14512026-08-05T02:42:53.352Z Checking pem v3.0.5
14522026-08-05T02:42:53.454Z Checking serde_plain v1.0.2
14532026-08-05T02:42:53.503Z Checking typed-path v0.9.3
14542026-08-05T02:42:53.561Z Checking tagptr v0.2.0
14552026-08-05T02:42:53.596Z Checking crc8 v0.1.1
14562026-08-05T02:42:53.692Z Checking termtree v0.5.1
14572026-08-05T02:42:53.705Z Checking humantime v2.3.0
14582026-08-05T02:42:53.764Z Compiling signal-hook v0.4.4
14592026-08-05T02:42:53.822Z Checking linear-map v1.2.0
14602026-08-05T02:42:53.957Z Checking tabled v0.15.0
14612026-08-05T02:42:53.990Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-08-05T02:42:54.009Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-08-05T02:42:54.355Z Checking tough v0.20.0
14642026-08-05T02:42:54.497Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-08-05T02:42:54.658Z Compiling progenitor-impl v0.14.0
14662026-08-05T02:42:55.194Z Checking steno v0.4.1
14672026-08-05T02:42:55.439Z Checking hickory-proto v0.25.2
14682026-08-05T02:42:56.068Z Compiling curl-sys v0.4.89+curl-8.20.0
14692026-08-05T02:42:56.146Z Compiling cargo-platform v0.1.9
14702026-08-05T02:42:56.166Z Compiling vergen v8.3.2
14712026-08-05T02:42:56.381Z Compiling fs-err v3.1.2
14722026-08-05T02:42:56.416Z Compiling cargo_metadata v0.18.1
14732026-08-05T02:42:56.729Z Compiling progenitor-macro v0.14.0
14742026-08-05T02:42:56.838Z Checking progenitor-client v0.14.0
14752026-08-05T02:42:56.896Z Checking dropshot-api-manager-types v0.7.2
14762026-08-05T02:42:57.038Z Checking hickory-resolver v0.25.2
14772026-08-05T02:42:57.067Z Checking sha2 v0.10.9
14782026-08-05T02:42:57.105Z Compiling blake3 v1.8.2
14792026-08-05T02:42:57.712Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14802026-08-05T02:42:57.716Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14812026-08-05T02:42:57.911Z Checking git-stub v1.0.0
14822026-08-05T02:42:57.959Z Compiling strum_macros v0.28.0
14832026-08-05T02:42:58.057Z Checking filetime v0.2.26
14842026-08-05T02:42:58.444Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-08-05T02:42:58.869Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-05T02:42:59.000Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-05T02:42:59.409Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-08-05T02:42:59.755Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14892026-08-05T02:42:59.842Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-08-05T02:43:00.006Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-08-05T02:43:00.011Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-08-05T02:43:00.011Z Checking is_ci v1.2.0
14932026-08-05T02:43:00.011Z Compiling curl v0.4.50
14942026-08-05T02:43:00.058Z Checking constant_time_eq v0.3.1
14952026-08-05T02:43:00.129Z Checking arrayref v0.3.9
14962026-08-05T02:43:00.150Z Checking arrayvec v0.7.6
14972026-08-05T02:43:00.204Z Checking xattr v1.6.1
14982026-08-05T02:43:00.252Z Checking supports-color v3.0.2
14992026-08-05T02:43:00.311Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-08-05T02:43:00.341Z Checking tar v0.4.45
15012026-08-05T02:43:00.358Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-08-05T02:43:00.376Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-08-05T02:43:00.555Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15042026-08-05T02:43:00.603Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15052026-08-05T02:43:00.705Z Checking toml v0.7.8
15062026-08-05T02:43:00.916Z Checking progenitor v0.14.0
15072026-08-05T02:43:00.973Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15082026-08-05T02:43:01.017Z Checking strum v0.28.0
15092026-08-05T02:43:01.171Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15102026-08-05T02:43:01.191Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-08-05T02:43:01.354Z Checking git-stub-vcs v0.1.0
15122026-08-05T02:43:01.456Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15132026-08-05T02:43:01.500Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-08-05T02:43:01.828Z Checking drift v0.2.0
15152026-08-05T02:43:02.162Z Checking kstat-rs v0.2.4
15162026-08-05T02:43:02.356Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15172026-08-05T02:43:02.360Z Checking topological-sort v0.2.2
15182026-08-05T02:43:02.378Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-08-05T02:43:02.489Z Checking omicron-zone-package v0.12.2
15202026-08-05T02:43:02.854Z Checking dropshot-api-manager v0.7.2
15212026-08-05T02:43:03.843Z Checking signal-hook-tokio v0.4.0
15222026-08-05T02:43:03.970Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15232026-08-05T02:43:04.395Z Checking scuffle v0.1.0
15242026-08-05T02:43:04.479Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15252026-08-05T02:43:04.752Z Checking iddqd v0.4.5
15262026-08-05T02:43:04.768Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15272026-08-05T02:43:04.914Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15282026-08-05T02:43:05.104Z Checking search_path v0.1.4
15292026-08-05T02:43:05.159Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15302026-08-05T02:43:05.254Z Checking internet-checksum v0.2.1
15312026-08-05T02:43:05.366Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15322026-08-05T02:43:05.601Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15332026-08-05T02:43:05.879Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-05T02:43:06.099Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15352026-08-05T02:43:06.699Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15362026-08-05T02:43:07.067Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15372026-08-05T02:43:07.198Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15382026-08-05T02:43:07.626Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15392026-08-05T02:43:08.331Z Compiling git2 v0.19.0
15402026-08-05T02:43:09.076Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-08-05T02:43:10.576Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15422026-08-05T02:43:18.589Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15432026-08-05T02:43:19.870Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15442026-08-05T02:43:25.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15452026-08-05T02:43:25.750Z+ for feat in tofino_stub tofino_asic softnpu chaos
15462026-08-05T02:43:25.750Z+ cargo clippy --features tofino_asic -- --deny warnings
15472026-08-05T02:43:26.329Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15482026-08-05T02:43:26.333Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15492026-08-05T02:43:26.480Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15502026-08-05T02:43:26.487Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15512026-08-05T02:43:33.601Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15522026-08-05T02:43:33.601Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15532026-08-05T02:43:36.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
15542026-08-05T02:43:36.649Z+ for feat in tofino_stub tofino_asic softnpu chaos
15552026-08-05T02:43:36.649Z+ cargo clippy --features softnpu -- --deny warnings
15562026-08-05T02:43:37.074Z Downloading crates ...
15572026-08-05T02:43:37.189Z Downloaded sec1 v0.7.3
15582026-08-05T02:43:37.267Z Downloaded env_logger v0.11.11
15592026-08-05T02:43:37.281Z Downloaded signature v2.2.0
15602026-08-05T02:43:37.281Z Downloaded utf-8 v0.7.6
15612026-08-05T02:43:37.281Z Downloaded funty v2.0.0
15622026-08-05T02:43:37.281Z Downloaded rfc6979 v0.4.0
15632026-08-05T02:43:37.281Z Downloaded bitstruct_derive v0.1.0
15642026-08-05T02:43:37.281Z Downloaded env_filter v2.0.0
15652026-08-05T02:43:37.281Z Downloaded typeid v1.0.3
15662026-08-05T02:43:37.281Z Downloaded flagset v0.4.7
15672026-08-05T02:43:37.281Z Downloaded radium v0.7.0
15682026-08-05T02:43:37.281Z Downloaded bit_field v0.10.3
15692026-08-05T02:43:37.281Z Downloaded serde_arrays v0.1.0
15702026-08-05T02:43:37.281Z Downloaded tap v1.0.1
15712026-08-05T02:43:37.281Z Downloaded tls_codec_derive v0.4.2
15722026-08-05T02:43:37.282Z Downloaded spki v0.7.3
15732026-08-05T02:43:37.282Z Downloaded pkcs8 v0.10.2
15742026-08-05T02:43:37.282Z Downloaded tls_codec v0.4.2
15752026-08-05T02:43:37.282Z Downloaded ecdsa v0.16.9
15762026-08-05T02:43:37.282Z Downloaded bitstruct v0.1.1
15772026-08-05T02:43:37.282Z Downloaded libloading v0.7.4
15782026-08-05T02:43:37.282Z Downloaded erased-serde v0.4.8
15792026-08-05T02:43:37.282Z Downloaded wyz v0.5.1
15802026-08-05T02:43:37.282Z Downloaded primeorder v0.13.6
15812026-08-05T02:43:37.282Z Downloaded der_derive v0.7.3
15822026-08-05T02:43:37.282Z Downloaded pem-rfc7468 v0.7.0
15832026-08-05T02:43:37.282Z Downloaded num-bigint v0.4.6
15842026-08-05T02:43:37.282Z Downloaded ascii v1.1.0
15852026-08-05T02:43:37.282Z Downloaded tokio-tungstenite v0.21.0
15862026-08-05T02:43:37.282Z Downloaded ed25519 v2.2.3
15872026-08-05T02:43:37.283Z Downloaded der v0.7.10
15882026-08-05T02:43:37.283Z Downloaded tungstenite v0.21.0
15892026-08-05T02:43:37.283Z Downloaded const-oid v0.9.6
15902026-08-05T02:43:37.294Z Downloaded ed25519-dalek v2.2.0
15912026-08-05T02:43:37.294Z Downloaded base64 v0.21.7
15922026-08-05T02:43:37.311Z Downloaded x509-cert v0.2.5
15932026-08-05T02:43:37.311Z Downloaded salty v0.3.0
15942026-08-05T02:43:37.326Z Downloaded itertools v0.13.0
15952026-08-05T02:43:37.326Z Downloaded p384 v0.13.1
15962026-08-05T02:43:37.327Z Downloaded bitvec v1.0.1
15972026-08-05T02:43:37.483Z Checking log v0.4.29
15982026-08-05T02:43:37.585Z Checking const-oid v0.9.6
15992026-08-05T02:43:37.606Z Checking serde_with v3.21.0
16002026-08-05T02:43:37.612Z Checking pem-rfc7468 v0.7.0
16012026-08-05T02:43:37.620Z Compiling der_derive v0.7.3
16022026-08-05T02:43:37.620Z Checking flagset v0.4.7
16032026-08-05T02:43:37.640Z Checking num-integer v0.1.46
16042026-08-05T02:43:37.663Z Checking num-complex v0.4.6
16052026-08-05T02:43:37.721Z Checking rustls v0.23.40
16062026-08-05T02:43:37.751Z Checking native-tls v0.2.14
16072026-08-05T02:43:37.757Z Checking goblin v0.10.1
16082026-08-05T02:43:37.853Z Checking typify-impl v0.4.3
16092026-08-05T02:43:37.929Z Checking tokio-native-tls v0.3.1
16102026-08-05T02:43:37.998Z Checking rustls v0.22.4
16112026-08-05T02:43:38.076Z Checking hyper-tls v0.6.0
16122026-08-05T02:43:38.295Z Checking num-bigint v0.4.6
16132026-08-05T02:43:38.301Z Checking digest v0.10.7
16142026-08-05T02:43:38.435Z Checking sha1 v0.10.6
16152026-08-05T02:43:38.575Z Checking der v0.7.10
16162026-08-05T02:43:38.588Z Checking num-iter v0.1.45
16172026-08-05T02:43:38.695Z Checking hmac v0.12.1
16182026-08-05T02:43:38.826Z Checking ff v0.13.1
16192026-08-05T02:43:38.949Z Checking base16ct v0.2.0
16202026-08-05T02:43:38.960Z Checking typify v0.4.3
16212026-08-05T02:43:39.051Z Checking group v0.13.0
16222026-08-05T02:43:39.062Z Checking num-rational v0.4.2
16232026-08-05T02:43:39.066Z Checking progenitor-impl v0.11.1
16242026-08-05T02:43:39.082Z Checking hkdf v0.12.4
16252026-08-05T02:43:39.191Z Compiling nix v0.31.3
16262026-08-05T02:43:39.206Z Checking goblin v0.8.2
16272026-08-05T02:43:39.273Z Checking spki v0.7.3
16282026-08-05T02:43:39.444Z Checking num v0.4.3
16292026-08-05T02:43:39.453Z Checking tokio-rustls v0.25.0
16302026-08-05T02:43:39.453Z Checking curve25519-dalek v4.1.3
16312026-08-05T02:43:39.453Z Checking pkcs8 v0.10.2
16322026-08-05T02:43:39.580Z Checking sec1 v0.7.3
16332026-08-05T02:43:39.605Z Checking sha3 v0.10.8
16342026-08-05T02:43:39.771Z Checking elliptic-curve v0.13.8
16352026-08-05T02:43:39.788Z Checking blake2 v0.10.6
16362026-08-05T02:43:39.915Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-08-05T02:43:40.001Z Checking argon2 v0.5.3
16382026-08-05T02:43:40.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16392026-08-05T02:43:40.073Z Checking dof v0.4.0
16402026-08-05T02:43:40.077Z Checking tokio-rustls v0.26.4
16412026-08-05T02:43:40.097Z Checking vsss-rs v3.3.4
16422026-08-05T02:43:40.114Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16432026-08-05T02:43:40.289Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16442026-08-05T02:43:40.299Z Checking hyper-rustls v0.27.7
16452026-08-05T02:43:40.323Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16462026-08-05T02:43:40.410Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16472026-08-05T02:43:40.450Z Checking usdt-impl v0.6.0
16482026-08-05T02:43:40.575Z Checking reqwest v0.12.23
16492026-08-05T02:43:40.582Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16502026-08-05T02:43:40.720Z Checking usdt v0.6.0
16512026-08-05T02:43:40.767Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16522026-08-05T02:43:40.843Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16532026-08-05T02:43:40.855Z Checking progenitor-impl v0.10.0
16542026-08-05T02:43:40.874Z Checking dropshot v0.16.7
16552026-08-05T02:43:40.929Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16562026-08-05T02:43:41.067Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16572026-08-05T02:43:41.078Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
16582026-08-05T02:43:41.143Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16592026-08-05T02:43:41.146Z Checking dof v0.3.0
16602026-08-05T02:43:41.176Z Checking sha2 v0.10.9
16612026-08-05T02:43:41.188Z Checking progenitor-client v0.10.0
16622026-08-05T02:43:41.208Z Checking progenitor-client v0.11.1
16632026-08-05T02:43:41.400Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16642026-08-05T02:43:41.419Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16652026-08-05T02:43:41.423Z Checking usdt-impl v0.5.0
16662026-08-05T02:43:41.441Z Checking progenitor v0.11.1
16672026-08-05T02:43:41.569Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16682026-08-05T02:43:41.718Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16692026-08-05T02:43:41.722Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16702026-08-05T02:43:41.722Z Checking usdt v0.5.0
16712026-08-05T02:43:41.722Z Checking progenitor v0.10.0
16722026-08-05T02:43:41.820Z Checking signature v2.2.0
16732026-08-05T02:43:41.832Z Checking utf-8 v0.7.6
16742026-08-05T02:43:41.846Z Checking tokio-dtrace v0.1.1
16752026-08-05T02:43:41.873Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16762026-08-05T02:43:41.937Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16772026-08-05T02:43:41.957Z Checking tungstenite v0.21.0
16782026-08-05T02:43:42.032Z Checking oxide-tokio-rt v0.1.6
16792026-08-05T02:43:42.113Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16802026-08-05T02:43:42.140Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16812026-08-05T02:43:42.193Z Compiling radium v0.7.0
16822026-08-05T02:43:42.316Z Compiling salty v0.3.0
16832026-08-05T02:43:42.331Z Checking dropshot v0.17.1
16842026-08-05T02:43:42.372Z Checking tokio-tungstenite v0.21.0
16852026-08-05T02:43:42.490Z Checking qorb v0.4.1
16862026-08-05T02:43:42.598Z Checking rfc6979 v0.4.0
16872026-08-05T02:43:42.650Z Checking base64 v0.21.7
16882026-08-05T02:43:42.719Z Checking tap v1.0.1
16892026-08-05T02:43:42.840Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16902026-08-05T02:43:42.846Z Checking wyz v0.5.1
16912026-08-05T02:43:42.890Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16922026-08-05T02:43:42.993Z Checking ecdsa v0.16.9
16932026-08-05T02:43:43.171Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16942026-08-05T02:43:43.212Z Checking typify-impl v0.6.2
16952026-08-05T02:43:43.568Z Checking slog-dtrace v0.3.0
16962026-08-05T02:43:43.603Z Checking ed25519 v2.2.3
16972026-08-05T02:43:43.763Z Checking globset v0.4.16
16982026-08-05T02:43:43.781Z Checking primeorder v0.13.6
16992026-08-05T02:43:44.002Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17002026-08-05T02:43:44.013Z Checking reqwest v0.13.2
17012026-08-05T02:43:44.160Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17022026-08-05T02:43:44.181Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17032026-08-05T02:43:44.229Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17042026-08-05T02:43:44.250Z Checking env_filter v2.0.0
17052026-08-05T02:43:44.335Z Compiling typeid v1.0.3
17062026-08-05T02:43:44.347Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17072026-08-05T02:43:44.389Z Checking funty v2.0.0
17082026-08-05T02:43:44.542Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17092026-08-05T02:43:44.576Z Checking env_logger v0.11.11
17102026-08-05T02:43:44.613Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17112026-08-05T02:43:44.633Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17122026-08-05T02:43:44.664Z Checking tough v0.20.0
17132026-08-05T02:43:44.703Z Checking bitvec v1.0.1
17142026-08-05T02:43:44.751Z Checking typify v0.6.2
17152026-08-05T02:43:44.845Z Checking p384 v0.13.1
17162026-08-05T02:43:44.975Z Checking ed25519-dalek v2.2.0
17172026-08-05T02:43:45.164Z Checking x509-cert v0.2.5
17182026-08-05T02:43:45.250Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17192026-08-05T02:43:45.480Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17202026-08-05T02:43:45.650Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17212026-08-05T02:43:45.753Z Compiling erased-serde v0.4.8
17222026-08-05T02:43:45.764Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17232026-08-05T02:43:45.803Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17242026-08-05T02:43:45.890Z Checking progenitor-impl v0.14.0
17252026-08-05T02:43:46.082Z Checking progenitor-client v0.14.0
17262026-08-05T02:43:46.250Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17272026-08-05T02:43:46.263Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17282026-08-05T02:43:46.278Z Compiling bitstruct_derive v0.1.0
17292026-08-05T02:43:46.297Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17302026-08-05T02:43:46.504Z Checking ascii v1.1.0
17312026-08-05T02:43:46.524Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17322026-08-05T02:43:46.568Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17332026-08-05T02:43:46.682Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17342026-08-05T02:43:46.729Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17352026-08-05T02:43:46.760Z Checking progenitor v0.14.0
17362026-08-05T02:43:46.882Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17372026-08-05T02:43:46.894Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17382026-08-05T02:43:46.919Z Checking bitstruct v0.1.1
17392026-08-05T02:43:46.968Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17402026-08-05T02:43:47.015Z Checking itertools v0.13.0
17412026-08-05T02:43:47.019Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17422026-08-05T02:43:47.036Z Checking acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc)
17432026-08-05T02:43:47.146Z Checking serde_arrays v0.1.0
17442026-08-05T02:43:47.186Z Checking pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17452026-08-05T02:43:47.254Z Checking libloading v0.7.4
17462026-08-05T02:43:47.442Z Checking bit_field v0.10.3
17472026-08-05T02:43:47.447Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17482026-08-05T02:43:47.447Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17492026-08-05T02:43:47.540Z Checking omicron-zone-package v0.12.2
17502026-08-05T02:43:47.591Z Checking dropshot-api-manager v0.7.2
17512026-08-05T02:43:48.031Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17522026-08-05T02:43:48.404Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17532026-08-05T02:43:48.992Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-08-05T02:43:48.992Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17552026-08-05T02:43:48.996Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-08-05T02:43:48.996Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-08-05T02:43:49.372Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-08-05T02:43:49.535Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-08-05T02:43:49.940Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17602026-08-05T02:43:50.042Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17612026-08-05T02:43:50.598Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17622026-08-05T02:43:50.658Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-08-05T02:43:50.661Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-08-05T02:43:50.905Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17652026-08-05T02:43:51.032Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17662026-08-05T02:43:51.035Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-08-05T02:43:51.135Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17682026-08-05T02:43:51.247Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17692026-08-05T02:43:51.247Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17702026-08-05T02:43:51.372Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17712026-08-05T02:43:51.376Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17722026-08-05T02:43:51.376Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17732026-08-05T02:43:51.788Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-08-05T02:43:51.801Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17752026-08-05T02:43:52.056Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17762026-08-05T02:43:52.069Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17772026-08-05T02:43:52.189Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17782026-08-05T02:43:52.276Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17792026-08-05T02:43:52.420Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17802026-08-05T02:43:55.451Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17812026-08-05T02:43:55.524Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17822026-08-05T02:43:55.833Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17832026-08-05T02:43:56.275Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17842026-08-05T02:43:56.617Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17852026-08-05T02:43:56.735Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17862026-08-05T02:43:57.146Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17872026-08-05T02:43:57.406Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17882026-08-05T02:43:57.471Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17892026-08-05T02:43:57.533Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17902026-08-05T02:43:58.005Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17912026-08-05T02:44:02.539Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17922026-08-05T02:44:03.710Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
17932026-08-05T02:44:08.876Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17942026-08-05T02:44:10.210Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17952026-08-05T02:44:10.751Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17962026-08-05T02:44:15.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.23s
17972026-08-05T02:44:16.104Z+ for feat in tofino_stub tofino_asic softnpu chaos
17982026-08-05T02:44:16.104Z+ cargo clippy --features chaos -- --deny warnings
17992026-08-05T02:44:16.674Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
18002026-08-05T02:44:16.677Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
18012026-08-05T02:44:16.677Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
18022026-08-05T02:44:23.881Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
18032026-08-05T02:44:23.881Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
18042026-08-05T02:44:26.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s
18052026-08-05T02:44:26.593Z+ banner fmt
18062026-08-05T02:44:26.596Z
18072026-08-05T02:44:26.596Z ###### # # #####
18082026-08-05T02:44:26.596Z # ## ## #
18092026-08-05T02:44:26.596Z ##### # ## # #
18102026-08-05T02:44:26.596Z # # # #
18112026-08-05T02:44:26.596Z # # # #
18122026-08-05T02:44:26.596Z # # # #
18132026-08-05T02:44:26.596Z
18142026-08-05T02:44:26.596Z+ cargo fmt -- --check
18152026-08-05T02:44:27.055Z+ banner test
18162026-08-05T02:44:27.058Z
18172026-08-05T02:44:27.058Z ##### ###### #### #####
18182026-08-05T02:44:27.058Z # # # #
18192026-08-05T02:44:27.058Z # ##### #### #
18202026-08-05T02:44:27.058Z # # # #
18212026-08-05T02:44:27.058Z # # # # #
18222026-08-05T02:44:27.058Z # ###### #### #
18232026-08-05T02:44:27.059Z
18242026-08-05T02:44:27.059Z+ for feat in tofino_stub tofino_asic softnpu chaos
18252026-08-05T02:44:27.059Z+ RUST_BACKTRACE=full
18262026-08-05T02:44:27.059Z+ cargo test --features tofino_stub --no-fail-fast
18272026-08-05T02:44:28.017Z Compiling unicode-ident v1.0.24
18282026-08-05T02:44:28.017Z Compiling cfg-if v1.0.4
18292026-08-05T02:44:28.017Z Compiling memchr v2.7.5
18302026-08-05T02:44:28.131Z Compiling serde_core v1.0.228
18312026-08-05T02:44:28.151Z Compiling itoa v1.0.15
18322026-08-05T02:44:28.158Z Compiling libc v0.2.186
18332026-08-05T02:44:28.168Z Compiling zmij v1.0.17
18342026-08-05T02:44:28.219Z Compiling proc-macro2 v1.0.106
18352026-08-05T02:44:28.347Z Compiling libm v0.2.15
18362026-08-05T02:44:28.352Z Compiling heck v0.5.0
18372026-08-05T02:44:28.533Z Compiling equivalent v1.0.2
18382026-08-05T02:44:28.624Z Compiling quote v1.0.45
18392026-08-05T02:44:28.660Z Compiling smallvec v1.15.1
18402026-08-05T02:44:28.673Z Compiling log v0.4.29
18412026-08-05T02:44:28.806Z Compiling syn v2.0.118
18422026-08-05T02:44:28.854Z Compiling iana-time-zone v0.1.64
18432026-08-05T02:44:28.917Z Compiling dyn-clone v1.0.20
18442026-08-05T02:44:28.931Z Compiling hashbrown v0.17.1
18452026-08-05T02:44:28.944Z Compiling stable_deref_trait v1.2.0
18462026-08-05T02:44:29.025Z Compiling pin-project-lite v0.2.16
18472026-08-05T02:44:29.062Z Compiling percent-encoding v2.3.2
18482026-08-05T02:44:29.076Z Compiling writeable v0.6.1
18492026-08-05T02:44:29.122Z Compiling litemap v0.8.0
18502026-08-05T02:44:29.262Z Compiling icu_normalizer_data v2.0.0
18512026-08-05T02:44:29.343Z Compiling icu_properties_data v2.0.1
18522026-08-05T02:44:29.346Z Compiling regex-syntax v0.8.11
18532026-08-05T02:44:29.471Z Compiling form_urlencoded v1.2.2
18542026-08-05T02:44:29.475Z Compiling utf8_iter v1.0.4
18552026-08-05T02:44:29.478Z Compiling scopeguard v1.2.0
18562026-08-05T02:44:29.491Z Compiling num-traits v0.2.19
18572026-08-05T02:44:29.528Z Compiling getrandom v0.4.2
18582026-08-05T02:44:29.553Z Compiling fnv v1.0.7
18592026-08-05T02:44:29.585Z Compiling lock_api v0.4.14
18602026-08-05T02:44:29.679Z Compiling aho-corasick v1.1.3
18612026-08-05T02:44:29.817Z Compiling semver v1.0.28
18622026-08-05T02:44:29.938Z Compiling serde_json v1.0.150
18632026-08-05T02:44:30.100Z Compiling indexmap v2.14.0
18642026-08-05T02:44:30.160Z Compiling ucd-trie v0.1.7
18652026-08-05T02:44:30.228Z Compiling byteorder v1.5.0
18662026-08-05T02:44:30.286Z Compiling futures-core v0.3.32
18672026-08-05T02:44:30.442Z Compiling uuid v1.23.3
18682026-08-05T02:44:30.455Z Compiling allocator-api2 v0.2.21
18692026-08-05T02:44:30.758Z Compiling time-core v0.1.8
18702026-08-05T02:44:30.786Z Compiling regex-automata v0.4.13
18712026-08-05T02:44:30.876Z Compiling num-conv v0.2.1
18722026-08-05T02:44:30.876Z Compiling foldhash v0.2.0
18732026-08-05T02:44:30.892Z Compiling ryu v1.0.20
18742026-08-05T02:44:31.051Z Compiling time-macros v0.2.27
18752026-08-05T02:44:31.092Z Compiling hashbrown v0.16.1
18762026-08-05T02:44:31.103Z Compiling futures-sink v0.3.32
18772026-08-05T02:44:31.210Z Compiling strsim v0.11.1
18782026-08-05T02:44:31.592Z Compiling synstructure v0.13.2
18792026-08-05T02:44:31.605Z Compiling serde_derive_internals v0.29.1
18802026-08-05T02:44:31.800Z Compiling pretty-hex v0.4.1
18812026-08-05T02:44:31.809Z Compiling slab v0.4.11
18822026-08-05T02:44:31.920Z Compiling plain v0.2.3
18832026-08-05T02:44:32.031Z Compiling futures-channel v0.3.32
18842026-08-05T02:44:32.065Z Compiling futures-io v0.3.32
18852026-08-05T02:44:32.109Z Compiling futures-task v0.3.32
18862026-08-05T02:44:32.187Z Compiling socket2 v0.6.4
18872026-08-05T02:44:32.224Z Compiling parking_lot_core v0.9.12
18882026-08-05T02:44:32.262Z Compiling signal-hook-registry v1.4.6
18892026-08-05T02:44:32.281Z Compiling thread-id v5.0.0
18902026-08-05T02:44:32.368Z Compiling mio v1.2.1
18912026-08-05T02:44:32.469Z Compiling parking_lot v0.12.5
18922026-08-05T02:44:32.524Z Compiling regex v1.12.4
18932026-08-05T02:44:32.635Z Compiling regress v0.10.5
18942026-08-05T02:44:32.649Z Compiling bitflags v2.11.1
18952026-08-05T02:44:32.670Z Compiling base64 v0.22.1
18962026-08-05T02:44:32.989Z Compiling serde_derive v1.0.228
18972026-08-05T02:44:32.996Z Compiling zerofrom-derive v0.1.6
18982026-08-05T02:44:32.996Z Compiling yoke-derive v0.8.0
18992026-08-05T02:44:32.996Z Compiling zerovec-derive v0.11.1
19002026-08-05T02:44:33.057Z Compiling displaydoc v0.2.5
19012026-08-05T02:44:33.062Z Compiling thiserror-impl v2.0.18
19022026-08-05T02:44:33.416Z Compiling schemars_derive v0.8.22
19032026-08-05T02:44:33.792Z Compiling tokio-macros v2.7.0
19042026-08-05T02:44:33.946Z Compiling zerocopy-derive v0.8.27
19052026-08-05T02:44:34.019Z Compiling zeroize_derive v1.4.3
19062026-08-05T02:44:34.244Z Compiling futures-macro v0.3.32
19072026-08-05T02:44:34.290Z Compiling thiserror v2.0.18
19082026-08-05T02:44:34.400Z Compiling zerofrom v0.1.6
19092026-08-05T02:44:34.542Z Compiling yoke v0.8.0
19102026-08-05T02:44:34.563Z Compiling thiserror-impl v1.0.69
19112026-08-05T02:44:34.656Z Compiling tracing-attributes v0.1.30
19122026-08-05T02:44:34.735Z Compiling zerovec v0.11.4
19132026-08-05T02:44:34.747Z Compiling zerotrie v0.2.2
19142026-08-05T02:44:34.952Z Compiling pest v2.8.2
19152026-08-05T02:44:35.037Z Compiling scroll_derive v0.13.1
19162026-08-05T02:44:35.196Z Compiling zerocopy v0.8.27
19172026-08-05T02:44:35.519Z Compiling serde v1.0.228
19182026-08-05T02:44:35.744Z Compiling tinystr v0.8.1
19192026-08-05T02:44:35.902Z Compiling potential_utf v0.1.3
19202026-08-05T02:44:35.917Z Compiling icu_locale_core v2.0.0
19212026-08-05T02:44:35.985Z Compiling async-trait v0.1.89
19222026-08-05T02:44:36.064Z Compiling bytes v1.12.0
19232026-08-05T02:44:36.097Z Compiling serde_tokenstream v0.2.3
19242026-08-05T02:44:36.107Z Compiling icu_collections v2.0.0
19252026-08-05T02:44:36.259Z Compiling pest_meta v2.8.2
19262026-08-05T02:44:36.357Z Compiling chrono v0.4.45
19272026-08-05T02:44:36.619Z Compiling icu_provider v2.0.0
19282026-08-05T02:44:36.632Z Compiling http v1.4.2
19292026-08-05T02:44:36.780Z Compiling icu_normalizer v2.0.0
19302026-08-05T02:44:36.825Z Compiling icu_properties v2.0.1
19312026-08-05T02:44:36.965Z Compiling pest_generator v2.8.2
19322026-08-05T02:44:37.414Z Compiling schemars v0.8.22
19332026-08-05T02:44:37.420Z Compiling scroll v0.13.0
19342026-08-05T02:44:37.655Z Compiling goblin v0.10.1
19352026-08-05T02:44:37.668Z Compiling thiserror v1.0.69
19362026-08-05T02:44:37.790Z Compiling pest_derive v2.8.2
19372026-08-05T02:44:37.801Z Compiling tokio v1.52.3
19382026-08-05T02:44:37.801Z Compiling idna_adapter v1.2.1
19392026-08-05T02:44:37.916Z Compiling idna v1.1.0
19402026-08-05T02:44:37.928Z Compiling openapiv3 v2.2.0
19412026-08-05T02:44:38.226Z Compiling url v2.5.7
19422026-08-05T02:44:38.247Z Compiling daft-derive v0.1.5
19432026-08-05T02:44:38.261Z Compiling dtrace-parser v0.3.0
19442026-08-05T02:44:38.760Z Compiling typify-impl v0.4.3
19452026-08-05T02:44:39.029Z Compiling http-body v1.0.1
19462026-08-05T02:44:39.118Z Compiling ppv-lite86 v0.2.21
19472026-08-05T02:44:39.166Z Compiling serde_yaml v0.9.34+deprecated
19482026-08-05T02:44:39.187Z Compiling erased-serde v0.3.31
19492026-08-05T02:44:39.559Z Compiling ipnet v2.11.0
19502026-08-05T02:44:39.688Z Compiling atomic-waker v1.1.2
19512026-08-05T02:44:40.103Z Compiling openssl-macros v0.1.1
19522026-08-05T02:44:40.185Z Compiling httparse v1.10.1
19532026-08-05T02:44:40.426Z Compiling dof v0.4.0
19542026-08-05T02:44:40.499Z Compiling getrandom v0.2.16
19552026-08-05T02:44:40.590Z Compiling tower-layer v0.3.3
19562026-08-05T02:44:40.665Z Compiling tower-service v0.3.3
19572026-08-05T02:44:40.688Z Compiling anyhow v1.0.102
19582026-08-05T02:44:40.752Z Compiling try-lock v0.2.5
19592026-08-05T02:44:40.765Z Compiling untrusted v0.9.0
19602026-08-05T02:44:40.782Z Compiling syn v1.0.109
19612026-08-05T02:44:40.865Z Compiling want v0.3.1
19622026-08-05T02:44:40.890Z Compiling httpdate v1.0.3
19632026-08-05T02:44:41.040Z Compiling usdt-impl v0.6.0
19642026-08-05T02:44:41.199Z Compiling zeroize v1.8.1
19652026-08-05T02:44:41.290Z Compiling portable-atomic v1.11.1
19662026-08-05T02:44:41.819Z Compiling critical-section v1.2.0
19672026-08-05T02:44:41.934Z Compiling once_cell v1.21.3
19682026-08-05T02:44:42.112Z Compiling structmeta-derive v0.3.0
19692026-08-05T02:44:42.157Z Compiling async-stream-impl v0.3.6
19702026-08-05T02:44:42.457Z Compiling usdt-attr-macro v0.6.0
19712026-08-05T02:44:42.612Z Compiling usdt-macro v0.6.0
19722026-08-05T02:44:42.997Z Compiling powerfmt v0.2.0
19732026-08-05T02:44:43.189Z Compiling structmeta v0.3.0
19742026-08-05T02:44:43.216Z Compiling deranged v0.5.3
19752026-08-05T02:44:43.469Z Compiling newtype-uuid-macros v0.1.0
19762026-08-05T02:44:43.757Z Compiling strum_macros v0.26.4
19772026-08-05T02:44:44.193Z Compiling num_threads v0.1.7
19782026-08-05T02:44:44.283Z Compiling http-body-util v0.1.3
19792026-08-05T02:44:44.297Z Compiling serde_urlencoded v0.7.1
19802026-08-05T02:44:44.446Z Compiling omicron-workspace-hack v0.1.0
19812026-08-05T02:44:44.617Z Compiling dropshot_endpoint v0.16.7
19822026-08-05T02:44:44.623Z Compiling ref-cast-impl v1.0.25
19832026-08-05T02:44:44.623Z Compiling derive-ex v0.1.8
19842026-08-05T02:44:44.623Z Compiling strum_macros v0.27.2
19852026-08-05T02:44:44.780Z Compiling darling_core v0.23.0
19862026-08-05T02:44:44.967Z Compiling typify-macro v0.4.3
19872026-08-05T02:44:45.321Z Compiling sync_wrapper v1.0.2
19882026-08-05T02:44:45.430Z Compiling thread_local v1.1.9
19892026-08-05T02:44:45.494Z Compiling iri-string v0.7.8
19902026-08-05T02:44:46.016Z Compiling subtle v2.6.1
19912026-08-05T02:44:46.123Z Compiling test-strategy v0.4.3
19922026-08-05T02:44:46.187Z Compiling futures-util v0.3.32
19932026-08-05T02:44:46.410Z Compiling match_cfg v0.1.0
19942026-08-05T02:44:46.513Z Compiling take_mut v0.2.2
19952026-08-05T02:44:46.517Z Compiling term v1.2.0
19962026-08-05T02:44:47.011Z Compiling darling_macro v0.23.0
19972026-08-05T02:44:47.046Z Compiling typify v0.4.3
19982026-08-05T02:44:47.084Z Compiling tracing-core v0.1.34
19992026-08-05T02:44:47.151Z Compiling progenitor-impl v0.11.1
20002026-08-05T02:44:47.164Z Compiling rand_core v0.6.4
20012026-08-05T02:44:47.330Z Compiling typenum v1.20.1
20022026-08-05T02:44:47.396Z Compiling parse-display-derive v0.10.0
20032026-08-05T02:44:47.595Z Compiling tracing v0.1.41
20042026-08-05T02:44:47.608Z Compiling darling v0.23.0
20052026-08-05T02:44:47.686Z Compiling toml_datetime v0.6.11
20062026-08-05T02:44:47.699Z Compiling serde_with_macros v3.21.0
20072026-08-05T02:44:47.830Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20082026-08-05T02:44:48.169Z Compiling clap_derive v4.6.1
20092026-08-05T02:44:48.173Z Compiling camino v1.2.3
20102026-08-05T02:44:48.775Z Compiling encoding_rs v0.8.35
20112026-08-05T02:44:48.938Z Compiling cpufeatures v0.2.17
20122026-08-05T02:44:48.956Z Compiling mime v0.3.17
20132026-08-05T02:44:48.993Z Compiling fastrand v2.3.0
20142026-08-05T02:44:49.012Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20152026-08-05T02:44:49.308Z Compiling unicode-width v0.2.1
20162026-08-05T02:44:49.494Z Compiling errno v0.3.14
20172026-08-05T02:44:49.650Z Compiling ipnetwork v0.21.1
20182026-08-05T02:44:49.722Z Compiling crossbeam-utils v0.8.21
20192026-08-05T02:44:50.073Z Compiling hex v0.4.3
20202026-08-05T02:44:50.090Z Compiling generic-array v0.14.7
20212026-08-05T02:44:50.234Z Compiling tokio-util v0.7.16
20222026-08-05T02:44:50.439Z Compiling slog v2.8.2
20232026-08-05T02:44:50.602Z Compiling rustix v1.1.4
20242026-08-05T02:44:50.652Z Compiling progenitor-macro v0.11.1
20252026-08-05T02:44:50.747Z Compiling getrandom v0.3.4
20262026-08-05T02:44:50.842Z Compiling h2 v0.4.14
20272026-08-05T02:44:50.855Z Compiling oxnet v0.1.6
20282026-08-05T02:44:50.932Z Compiling rand_core v0.9.3
20292026-08-05T02:44:51.159Z Compiling winnow v0.7.14
20302026-08-05T02:44:51.338Z Compiling crypto-common v0.1.6
20312026-08-05T02:44:51.571Z Compiling itertools v0.14.0
20322026-08-05T02:44:51.583Z Compiling num-derive v0.4.2
20332026-08-05T02:44:51.917Z Compiling winnow v1.0.3
20342026-08-05T02:44:52.289Z Compiling toml_parser v1.1.2+spec-1.1.0
20352026-08-05T02:44:52.714Z Compiling rand_chacha v0.9.0
20362026-08-05T02:44:52.744Z Compiling serde_spanned v1.1.1
20372026-08-05T02:44:52.757Z Compiling spin v0.9.8
20382026-08-05T02:44:52.882Z Compiling debug-ignore v1.0.5
20392026-08-05T02:44:52.906Z Compiling toml_writer v1.1.1+spec-1.1.0
20402026-08-05T02:44:52.993Z Compiling rand v0.9.3
20412026-08-05T02:44:53.015Z Compiling hyper v1.10.1
20422026-08-05T02:44:53.131Z Compiling tabwriter v1.4.1
20432026-08-05T02:44:53.213Z Compiling rustls-pki-types v1.12.0
20442026-08-05T02:44:53.386Z Compiling quick-error v1.2.3
20452026-08-05T02:44:53.502Z Compiling colored v3.1.1
20462026-08-05T02:44:53.613Z Compiling time v0.3.47
20472026-08-05T02:44:53.709Z Compiling async-stream v0.3.6
20482026-08-05T02:44:53.843Z Compiling waitgroup v0.1.2
20492026-08-05T02:44:53.900Z Compiling serde_path_to_error v0.1.20
20502026-08-05T02:44:53.903Z Compiling lazy_static v1.5.0
20512026-08-05T02:44:54.070Z Compiling bit-vec v0.8.0
20522026-08-05T02:44:54.124Z Compiling hyper-util v0.1.20
20532026-08-05T02:44:54.257Z Compiling anstyle v1.0.14
20542026-08-05T02:44:54.314Z Compiling bit-set v0.8.0
20552026-08-05T02:44:54.481Z Compiling crossbeam-channel v0.5.15
20562026-08-05T02:44:54.485Z Compiling strum v0.26.3
20572026-08-05T02:44:54.625Z Compiling ring v0.17.14
20582026-08-05T02:44:54.783Z Compiling toml_datetime v0.7.5+spec-1.1.0
20592026-08-05T02:44:54.988Z Compiling utf8parse v0.2.2
20602026-08-05T02:44:55.100Z Compiling unarray v0.1.4
20612026-08-05T02:44:55.219Z Compiling anstyle-parse v1.0.0
20622026-08-05T02:44:55.258Z Compiling toml v0.9.12+spec-1.1.0
20632026-08-05T02:44:55.350Z Compiling macaddr v1.0.1
20642026-08-05T02:44:55.364Z Compiling is_terminal_polyfill v1.70.1
20652026-08-05T02:44:55.423Z Compiling anstyle-query v1.1.4
20662026-08-05T02:44:55.475Z Compiling colorchoice v1.0.4
20672026-08-05T02:44:55.534Z Compiling block-buffer v0.10.4
20682026-08-05T02:44:55.549Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20692026-08-05T02:44:55.594Z Compiling anstream v1.0.0
20702026-08-05T02:44:55.594Z Compiling ref-cast v1.0.25
20712026-08-05T02:44:55.690Z Compiling is-terminal v0.4.16
20722026-08-05T02:44:55.711Z Compiling clap_lex v1.1.0
20732026-08-05T02:44:55.711Z Compiling digest v0.10.7
20742026-08-05T02:44:55.734Z Compiling slog-json v2.6.1
20752026-08-05T02:44:55.783Z Compiling slog-term v2.9.2
20762026-08-05T02:44:55.819Z Compiling slog-async v2.8.0
20772026-08-05T02:44:55.935Z Compiling hostname v0.3.1
20782026-08-05T02:44:55.938Z Compiling strum v0.27.2
20792026-08-05T02:44:56.138Z Compiling slog-bunyan v2.5.0
20802026-08-05T02:44:56.148Z Compiling tower v0.5.2
20812026-08-05T02:44:56.240Z Compiling futures-executor v0.3.32
20822026-08-05T02:44:56.536Z Compiling tower-http v0.6.8
20832026-08-05T02:44:56.578Z Compiling futures v0.3.32
20842026-08-05T02:44:56.631Z Compiling instant v0.1.13
20852026-08-05T02:44:56.740Z Compiling aws-lc-sys v0.39.1
20862026-08-05T02:44:56.782Z Compiling memmap2 v0.9.8
20872026-08-05T02:44:56.843Z Compiling untrusted v0.7.1
20882026-08-05T02:44:57.040Z Compiling openssl-sys v0.9.117
20892026-08-05T02:44:57.360Z Compiling aws-lc-rs v1.16.2
20902026-08-05T02:44:58.461Z Compiling rustls-webpki v0.103.6
20912026-08-05T02:44:58.622Z Compiling foreign-types-shared v0.1.1
20922026-08-05T02:44:58.822Z Compiling foreign-types v0.3.2
20932026-08-05T02:44:58.865Z Compiling rustls v0.23.40
20942026-08-05T02:44:59.389Z Compiling tempfile v3.27.0
20952026-08-05T02:44:59.460Z Compiling openssl-probe v0.1.6
20962026-08-05T02:44:59.673Z Compiling either v1.15.0
20972026-08-05T02:44:59.752Z Compiling usdt v0.6.0
20982026-08-05T02:44:59.815Z Compiling openssl v0.10.81
20992026-08-05T02:45:00.067Z Compiling webpki-roots v1.0.2
21002026-08-05T02:45:00.356Z Compiling newtype-uuid v1.3.2
21012026-08-05T02:45:01.055Z Compiling daft v0.1.5
21022026-08-05T02:45:01.949Z Compiling tokio-rustls v0.26.4
21032026-08-05T02:45:02.189Z Compiling native-tls v0.2.14
21042026-08-05T02:45:02.259Z Compiling hyper-rustls v0.27.7
21052026-08-05T02:45:02.457Z Compiling tokio-native-tls v0.3.1
21062026-08-05T02:45:02.611Z Compiling hyper-tls v0.6.0
21072026-08-05T02:45:02.797Z Compiling reqwest v0.12.23
21082026-08-05T02:45:03.191Z Compiling rustls-webpki v0.102.8
21092026-08-05T02:45:03.532Z Compiling rustls-pemfile v2.2.0
21102026-08-05T02:45:03.736Z Compiling multer v3.1.0
21112026-08-05T02:45:03.750Z Compiling terminal_size v0.4.3
21122026-08-05T02:45:04.096Z Compiling hostname v0.4.2
21132026-08-05T02:45:04.321Z Compiling rustls v0.22.4
21142026-08-05T02:45:05.619Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-05T02:45:06.248Z Compiling rand_chacha v0.3.1
21162026-08-05T02:45:06.485Z Compiling hubpack_derive v0.1.1
21172026-08-05T02:45:06.619Z Compiling wait-timeout v0.2.1
21182026-08-05T02:45:07.204Z Compiling rusty-fork v0.3.0
21192026-08-05T02:45:07.221Z Compiling rand v0.8.5
21202026-08-05T02:45:07.616Z Compiling tokio-rustls v0.25.0
21212026-08-05T02:45:07.885Z Compiling clap_builder v4.6.0
21222026-08-05T02:45:08.191Z Compiling sha1 v0.10.6
21232026-08-05T02:45:08.350Z Compiling rand_xorshift v0.4.0
21242026-08-05T02:45:08.864Z Compiling proptest v1.8.0
21252026-08-05T02:45:09.072Z Compiling dropshot v0.16.7
21262026-08-05T02:45:09.915Z Compiling clap v4.6.1
21272026-08-05T02:45:10.110Z Compiling serde_spanned v0.6.9
21282026-08-05T02:45:10.869Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21292026-08-05T02:45:11.249Z Compiling prettyplease v0.2.37
21302026-08-05T02:45:12.303Z Compiling progenitor-client v0.11.1
21312026-08-05T02:45:12.415Z Compiling progenitor-client v0.10.0
21322026-08-05T02:45:12.522Z Compiling serde_with v3.21.0
21332026-08-05T02:45:13.168Z Compiling progenitor v0.11.1
21342026-08-05T02:45:14.103Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21352026-08-05T02:45:14.138Z Compiling rustc-hash v2.1.1
21362026-08-05T02:45:14.317Z Compiling iddqd v0.3.18
21372026-08-05T02:45:14.413Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21382026-08-05T02:45:15.343Z Compiling backoff v0.4.0
21392026-08-05T02:45:15.458Z Compiling parse-display v0.10.0
21402026-08-05T02:45:15.477Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21412026-08-05T02:45:15.551Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21422026-08-05T02:45:15.781Z Compiling toml_write v0.1.2
21432026-08-05T02:45:15.871Z Compiling winnow v0.5.40
21442026-08-05T02:45:15.989Z Compiling toml_edit v0.22.27
21452026-08-05T02:45:17.284Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-08-05T02:45:18.121Z Compiling num-integer v0.1.46
21472026-08-05T02:45:18.551Z Compiling float-ord v0.3.2
21482026-08-05T02:45:19.834Z Compiling toml v0.8.23
21492026-08-05T02:45:21.764Z Compiling num-rational v0.4.2
21502026-08-05T02:45:21.826Z Compiling num-iter v0.1.45
21512026-08-05T02:45:22.454Z Compiling num-complex v0.4.6
21522026-08-05T02:45:22.850Z Compiling num v0.4.3
21532026-08-05T02:45:23.219Z Compiling toml_edit v0.19.15
21542026-08-05T02:45:25.211Z Compiling proc-macro-crate v1.3.1
21552026-08-05T02:45:25.594Z Compiling memoffset v0.9.1
21562026-08-05T02:45:26.014Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-08-05T02:45:26.608Z Compiling darling_core v0.21.3
21582026-08-05T02:45:27.037Z Compiling zerocopy-derive v0.7.35
21592026-08-05T02:45:27.893Z Compiling libscf-sys v1.2.0
21602026-08-05T02:45:28.288Z Compiling scroll_derive v0.12.1
21612026-08-05T02:45:28.803Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21622026-08-05T02:45:28.840Z Compiling darling_macro v0.21.3
21632026-08-05T02:45:29.302Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-08-05T02:45:29.439Z Compiling darling v0.21.3
21652026-08-05T02:45:29.553Z Compiling ingot-macros v0.1.1
21662026-08-05T02:45:29.612Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21672026-08-05T02:45:30.934Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-08-05T02:45:32.139Z Compiling zerocopy v0.7.35
21692026-08-05T02:45:32.364Z Compiling hubpack v0.1.2
21702026-08-05T02:45:32.641Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-08-05T02:45:33.099Z Compiling static_assertions v1.1.0
21722026-08-05T02:45:34.019Z Compiling num_enum_derive v0.7.5
21732026-08-05T02:45:34.260Z Compiling foreign-types-macros v0.2.3
21742026-08-05T02:45:35.176Z Compiling dtrace-parser v0.2.0
21752026-08-05T02:45:35.246Z Compiling glob v0.3.3
21762026-08-05T02:45:35.261Z Compiling bytecount v0.6.9
21772026-08-05T02:45:35.764Z Compiling proc-macro-error-attr v1.0.4
21782026-08-05T02:45:35.789Z Compiling dof v0.3.0
21792026-08-05T02:45:36.030Z Compiling nix v0.31.3
21802026-08-05T02:45:36.069Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21812026-08-05T02:45:36.091Z Compiling thread-id v4.2.2
21822026-08-05T02:45:36.547Z Compiling usdt-impl v0.5.0
21832026-08-05T02:45:36.576Z Compiling proc-macro-error v1.0.4
21842026-08-05T02:45:37.672Z Compiling num_enum_derive v0.5.11
21852026-08-05T02:45:38.480Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21862026-08-05T02:45:39.036Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21872026-08-05T02:45:39.710Z Compiling derive_more v0.99.20
21882026-08-05T02:45:39.997Z Compiling usdt-attr-macro v0.5.0
21892026-08-05T02:45:40.327Z Compiling usdt-macro v0.5.0
21902026-08-05T02:45:40.981Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-08-05T02:45:41.112Z Compiling minimal-lexical v0.2.1
21922026-08-05T02:45:41.169Z Compiling zone_cfg_derive v0.3.1
21932026-08-05T02:45:41.247Z Compiling papergrid v0.18.0
21942026-08-05T02:45:41.381Z Compiling nom v7.1.3
21952026-08-05T02:45:41.708Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21962026-08-05T02:45:41.746Z Compiling itertools v0.15.0
21972026-08-05T02:45:41.930Z Compiling rustc_version v0.4.1
21982026-08-05T02:45:41.970Z Compiling crossbeam-epoch v0.9.18
21992026-08-05T02:45:41.987Z Compiling dropshot_endpoint v0.17.1
22002026-08-05T02:45:42.260Z Compiling tabled v0.21.0
22012026-08-05T02:45:42.433Z Compiling regress v0.11.1
22022026-08-05T02:45:42.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22032026-08-05T02:45:43.124Z Compiling adler2 v2.0.1
22042026-08-05T02:45:43.333Z Compiling miniz_oxide v0.8.9
22052026-08-05T02:45:43.339Z Compiling crc32fast v1.5.0
22062026-08-05T02:45:43.373Z Compiling enum-as-inner v0.6.1
22072026-08-05T02:45:43.526Z Compiling curve25519-dalek v4.1.3
22082026-08-05T02:45:43.758Z Compiling flate2 v1.1.2
22092026-08-05T02:45:43.828Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
22102026-08-05T02:45:43.984Z Compiling hybrid-array v0.4.12
22112026-08-05T02:45:44.001Z Compiling typify-impl v0.6.2
22122026-08-05T02:45:44.283Z Compiling crossbeam-deque v0.8.6
22132026-08-05T02:45:44.478Z Compiling thiserror-impl-no-std v2.0.2
22142026-08-05T02:45:44.492Z Compiling curve25519-dalek-derive v0.1.1
22152026-08-05T02:45:44.496Z Compiling rayon-core v1.13.0
22162026-08-05T02:45:45.249Z Compiling block-buffer v0.12.0
22172026-08-05T02:45:45.261Z Compiling crypto-common v0.2.2
22182026-08-05T02:45:45.261Z Compiling clang-sys v1.8.1
22192026-08-05T02:45:45.261Z Compiling scroll v0.12.0
22202026-08-05T02:45:45.503Z Compiling const-oid v0.10.2
22212026-08-05T02:45:45.529Z Compiling compression-core v0.4.32
22222026-08-05T02:45:45.627Z Compiling goblin v0.8.2
22232026-08-05T02:45:45.676Z Compiling compression-codecs v0.4.32
22242026-08-05T02:45:45.727Z Compiling hash32 v0.3.1
22252026-08-05T02:45:45.888Z Compiling digest v0.11.3
22262026-08-05T02:45:45.954Z Compiling toml_datetime v1.1.1+spec-1.1.0
22272026-08-05T02:45:46.030Z Compiling cpufeatures v0.3.0
22282026-08-05T02:45:46.065Z Compiling async-compression v0.4.33
22292026-08-05T02:45:46.114Z Compiling sha1 v0.11.0
22302026-08-05T02:45:46.237Z Compiling toml v1.1.2+spec-1.1.0
22312026-08-05T02:45:46.409Z Compiling heapless v0.8.0
22322026-08-05T02:45:46.417Z Compiling ingot-types v0.1.2
22332026-08-05T02:45:46.652Z Compiling cobs v0.3.0
22342026-08-05T02:45:46.709Z Compiling libloading v0.8.9
22352026-08-05T02:45:46.752Z Compiling managed v0.8.0
22362026-08-05T02:45:46.853Z Compiling foreign-types-shared v0.3.1
22372026-08-05T02:45:46.907Z Compiling bitflags v1.3.2
22382026-08-05T02:45:46.959Z Compiling foreign-types v0.5.0
22392026-08-05T02:45:47.004Z Compiling smoltcp v0.11.0
22402026-08-05T02:45:47.022Z Compiling dropshot v0.17.1
22412026-08-05T02:45:47.066Z Compiling postcard v1.1.3
22422026-08-05T02:45:47.432Z Compiling bindgen v0.72.1
22432026-08-05T02:45:47.576Z Compiling ingot v0.1.1
22442026-08-05T02:45:49.162Z Compiling cexpr v0.6.0
22452026-08-05T02:45:49.676Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22462026-08-05T02:45:49.754Z Compiling num_enum v0.7.5
22472026-08-05T02:45:49.790Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22482026-08-05T02:45:50.128Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22492026-08-05T02:45:50.132Z Compiling camino-tempfile v1.4.1
22502026-08-05T02:45:50.246Z Compiling derive-where v1.6.0
22512026-08-05T02:45:50.268Z Compiling serde_repr v0.1.20
22522026-08-05T02:45:50.297Z Compiling typify-macro v0.6.2
22532026-08-05T02:45:50.329Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22542026-08-05T02:45:50.503Z Compiling memmap v0.7.0
22552026-08-05T02:45:50.560Z Compiling cstr-argument v0.1.2
22562026-08-05T02:45:50.787Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22572026-08-05T02:45:50.878Z Compiling usdt v0.5.0
22582026-08-05T02:45:51.496Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22592026-08-05T02:45:52.279Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22602026-08-05T02:45:52.359Z Compiling rayon v1.11.0
22612026-08-05T02:45:52.398Z Compiling typify v0.6.2
22622026-08-05T02:45:52.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22632026-08-05T02:45:52.674Z Compiling crucible-workspace-hack v0.1.0
22642026-08-05T02:45:52.988Z Compiling tinyvec_macros v0.1.1
22652026-08-05T02:45:53.107Z Compiling tinyvec v1.10.0
22662026-08-05T02:45:53.390Z Compiling progenitor-impl v0.14.0
22672026-08-05T02:45:53.460Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22682026-08-05T02:45:53.972Z Compiling num_enum v0.5.11
22692026-08-05T02:45:54.215Z Compiling pin-project-internal v1.1.10
22702026-08-05T02:45:54.723Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22712026-08-05T02:45:55.178Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22722026-08-05T02:45:55.178Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22732026-08-05T02:45:55.309Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
22742026-08-05T02:45:55.771Z Compiling rustix v0.38.44
22752026-08-05T02:45:55.865Z Compiling itertools v0.12.1
22762026-08-05T02:45:55.876Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22772026-08-05T02:45:56.090Z Compiling progenitor-impl v0.10.0
22782026-08-05T02:45:56.338Z Compiling sigpipe v0.1.3
22792026-08-05T02:45:56.425Z Compiling jiff v0.2.15
22802026-08-05T02:45:56.482Z Compiling const_format_proc_macros v0.2.34
22812026-08-05T02:45:56.583Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22822026-08-05T02:45:56.878Z Compiling progenitor-macro v0.14.0
22832026-08-05T02:45:57.151Z Compiling zone v0.3.1
22842026-08-05T02:45:57.220Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22852026-08-05T02:46:00.684Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22862026-08-05T02:46:00.743Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22872026-08-05T02:46:00.743Z Compiling nix v0.30.1
22882026-08-05T02:46:00.743Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22892026-08-05T02:46:00.743Z Compiling progenitor-macro v0.10.0
22902026-08-05T02:46:00.774Z Compiling secrecy v0.10.3
22912026-08-05T02:46:00.774Z Compiling smf v0.2.3
22922026-08-05T02:46:00.774Z Compiling snafu-derive v0.8.9
22932026-08-05T02:46:00.774Z Compiling async-recursion v1.1.1
22942026-08-05T02:46:00.834Z Compiling bstr v1.12.0
22952026-08-05T02:46:00.906Z Compiling whoami v1.6.1
22962026-08-05T02:46:01.229Z Compiling crc8 v0.1.1
22972026-08-05T02:46:01.353Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-08-05T02:46:02.391Z Compiling tokio-dtrace v0.1.1
22992026-08-05T02:46:02.668Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-08-05T02:46:03.821Z Compiling reqwest v0.13.2
23012026-08-05T02:46:04.455Z Compiling hmac v0.12.1
23022026-08-05T02:46:04.769Z Compiling inout v0.1.4
23032026-08-05T02:46:04.782Z Compiling ff v0.13.1
23042026-08-05T02:46:04.860Z Compiling data-encoding v2.9.0
23052026-08-05T02:46:04.919Z Compiling cipher v0.4.4
23062026-08-05T02:46:04.946Z Compiling group v0.13.0
23072026-08-05T02:46:05.070Z Compiling progenitor-client v0.14.0
23082026-08-05T02:46:05.443Z Compiling hkdf v0.12.4
23092026-08-05T02:46:05.449Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23102026-08-05T02:46:05.744Z Compiling oxide-tokio-rt v0.1.6
23112026-08-05T02:46:06.128Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
23122026-08-05T02:46:06.706Z Compiling atomicwrites v0.4.4
23132026-08-05T02:46:06.769Z Compiling tabled_derive v0.7.0
23142026-08-05T02:46:07.284Z Compiling universal-hash v0.5.1
23152026-08-05T02:46:07.314Z Compiling crypto-bigint v0.5.5
23162026-08-05T02:46:07.528Z Compiling half v2.7.1
23172026-08-05T02:46:07.797Z Compiling ciborium-io v0.2.2
23182026-08-05T02:46:07.904Z Compiling indent_write v2.2.0
23192026-08-05T02:46:08.057Z Compiling opaque-debug v0.3.1
23202026-08-05T02:46:08.140Z Compiling base16ct v0.2.0
23212026-08-05T02:46:08.223Z Compiling base64ct v1.8.0
23222026-08-05T02:46:08.299Z Compiling poly1305 v0.8.0
23232026-08-05T02:46:08.544Z Compiling password-hash v0.5.0
23242026-08-05T02:46:08.558Z Compiling elliptic-curve v0.13.8
23252026-08-05T02:46:08.612Z Compiling ciborium-ll v0.2.2
23262026-08-05T02:46:08.743Z Compiling progenitor v0.14.0
23272026-08-05T02:46:09.011Z Compiling chacha20 v0.9.1
23282026-08-05T02:46:09.018Z Compiling similar v2.7.0
23292026-08-05T02:46:09.038Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23302026-08-05T02:46:09.166Z Compiling thiserror-no-std v2.0.2
23312026-08-05T02:46:09.478Z Compiling blake2 v0.10.6
23322026-08-05T02:46:09.678Z Compiling aead v0.5.2
23332026-08-05T02:46:09.782Z Compiling strum_macros v0.28.0
23342026-08-05T02:46:09.950Z Compiling linked-hash-map v0.5.6
23352026-08-05T02:46:10.125Z Compiling resolv-conf v0.7.5
23362026-08-05T02:46:10.141Z Compiling keccak v0.1.6
23372026-08-05T02:46:10.335Z Compiling sha3 v0.10.8
23382026-08-05T02:46:10.435Z Compiling lru-cache v0.1.2
23392026-08-05T02:46:10.565Z Compiling vsss-rs v3.3.4
23402026-08-05T02:46:10.645Z Compiling chacha20poly1305 v0.10.1
23412026-08-05T02:46:10.781Z Compiling argon2 v0.5.3
23422026-08-05T02:46:10.790Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23432026-08-05T02:46:10.897Z Compiling ciborium v0.2.2
23442026-08-05T02:46:11.049Z Compiling hickory-proto v0.24.4
23452026-08-05T02:46:11.111Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23462026-08-05T02:46:11.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23472026-08-05T02:46:11.798Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23482026-08-05T02:46:11.856Z Compiling serde-big-array v0.5.1
23492026-08-05T02:46:11.928Z Compiling siphasher v1.0.1
23502026-08-05T02:46:12.030Z Compiling unicode-segmentation v1.12.0
23512026-08-05T02:46:12.169Z Compiling humantime v2.3.0
23522026-08-05T02:46:12.444Z Compiling same-file v1.0.6
23532026-08-05T02:46:12.448Z Compiling newline-converter v0.3.0
23542026-08-05T02:46:12.510Z Compiling walkdir v2.5.0
23552026-08-05T02:46:12.554Z Compiling phf_shared v0.12.1
23562026-08-05T02:46:12.580Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23572026-08-05T02:46:12.662Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23582026-08-05T02:46:12.808Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23592026-08-05T02:46:13.278Z Compiling hickory-resolver v0.24.4
23602026-08-05T02:46:13.301Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23612026-08-05T02:46:14.200Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23622026-08-05T02:46:14.775Z Compiling newtype_derive v0.1.6
23632026-08-05T02:46:14.782Z Compiling owo-colors v4.3.0
23642026-08-05T02:46:15.469Z Compiling tokio-stream v0.1.17
23652026-08-05T02:46:15.629Z Compiling console v0.15.11
23662026-08-05T02:46:15.957Z Compiling csv-core v0.1.12
23672026-08-05T02:46:15.977Z Compiling termtree v0.5.1
23682026-08-05T02:46:16.073Z Compiling smawk v0.3.2
23692026-08-05T02:46:16.123Z Compiling unicode-width v0.1.14
23702026-08-05T02:46:16.300Z Compiling swrite v0.1.0
23712026-08-05T02:46:16.409Z Compiling foldhash v0.1.5
23722026-08-05T02:46:16.588Z Compiling unicode-linebreak v0.1.5
23732026-08-05T02:46:16.800Z Compiling textwrap v0.16.2
23742026-08-05T02:46:17.129Z Compiling hashbrown v0.15.5
23752026-08-05T02:46:17.261Z Compiling csv v1.4.0
23762026-08-05T02:46:17.311Z Compiling expectorate v1.2.0
23772026-08-05T02:46:17.620Z Compiling qorb v0.4.1
23782026-08-05T02:46:17.847Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23792026-08-05T02:46:18.653Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23802026-08-05T02:46:19.807Z Compiling phf v0.12.1
23812026-08-05T02:46:20.067Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23822026-08-05T02:46:20.167Z Compiling pin-project v1.1.10
23832026-08-05T02:46:20.250Z Compiling unicode-normalization v0.1.24
23842026-08-05T02:46:20.282Z Compiling libz-sys v1.1.22
23852026-08-05T02:46:20.400Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23862026-08-05T02:46:21.437Z Compiling libsw-core v0.3.2
23872026-08-05T02:46:21.898Z Compiling highway v1.3.0
23882026-08-05T02:46:21.967Z Compiling fixedbitset v0.5.7
23892026-08-05T02:46:22.138Z Compiling fixedbitset v0.4.2
23902026-08-05T02:46:22.342Z Compiling petgraph v0.6.5
23912026-08-05T02:46:22.377Z Compiling petgraph v0.8.2
23922026-08-05T02:46:22.392Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23932026-08-05T02:46:22.441Z Compiling progenitor v0.10.0
23942026-08-05T02:46:23.878Z Compiling libsw v3.5.0
23952026-08-05T02:46:24.066Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23962026-08-05T02:46:24.477Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23972026-08-05T02:46:24.554Z Compiling olpc-cjson v0.1.4
23982026-08-05T02:46:24.573Z Compiling libgit2-sys v0.17.0+1.8.1
23992026-08-05T02:46:24.730Z Compiling snafu v0.8.9
24002026-08-05T02:46:24.844Z Compiling chrono-tz v0.10.4
24012026-08-05T02:46:24.978Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24022026-08-05T02:46:25.177Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24032026-08-05T02:46:25.238Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24042026-08-05T02:46:26.075Z Compiling papergrid v0.11.0
24052026-08-05T02:46:26.256Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24062026-08-05T02:46:26.541Z Compiling strum v0.28.0
24072026-08-05T02:46:26.690Z Compiling globset v0.4.16
24082026-08-05T02:46:26.966Z Compiling const_format v0.2.34
24092026-08-05T02:46:27.345Z Compiling slog-dtrace v0.3.0
24102026-08-05T02:46:27.411Z Compiling cancel-safe-futures v0.1.5
24112026-08-05T02:46:27.571Z Compiling gethostname v0.5.0
24122026-08-05T02:46:27.772Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24132026-08-05T02:46:27.932Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24142026-08-05T02:46:28.968Z Compiling dropshot-api-manager-types v0.7.2
24152026-08-05T02:46:29.035Z Compiling bcs v0.1.6
24162026-08-05T02:46:29.035Z Compiling serde_plain v1.0.2
24172026-08-05T02:46:29.035Z Compiling cargo-platform v0.1.9
24182026-08-05T02:46:29.035Z Compiling pem v3.0.5
24192026-08-05T02:46:29.035Z Compiling linear-map v1.2.0
24202026-08-05T02:46:29.035Z Compiling typed-path v0.9.3
24212026-08-05T02:46:29.035Z Compiling tagptr v0.2.0
24222026-08-05T02:46:29.616Z Compiling moka v0.12.11
24232026-08-05T02:46:30.243Z Compiling tough v0.20.0
24242026-08-05T02:46:30.881Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24252026-08-05T02:46:30.986Z Compiling cargo_metadata v0.18.1
24262026-08-05T02:46:32.282Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24272026-08-05T02:46:32.607Z Compiling tabled v0.15.0
24282026-08-05T02:46:36.818Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24292026-08-05T02:46:36.853Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24302026-08-05T02:46:36.853Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24312026-08-05T02:46:36.853Z Compiling git2 v0.19.0
24322026-08-05T02:46:36.875Z Compiling steno v0.4.1
24332026-08-05T02:46:37.150Z Compiling hickory-proto v0.25.2
24342026-08-05T02:46:37.474Z Compiling cookie v0.18.1
24352026-08-05T02:46:39.106Z Compiling hickory-resolver v0.25.2
24362026-08-05T02:46:39.661Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24372026-08-05T02:46:40.716Z Compiling vergen v8.3.2
24382026-08-05T02:46:42.539Z Compiling signal-hook v0.4.4
24392026-08-05T02:46:43.830Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24402026-08-05T02:46:43.909Z Compiling mockall_derive v0.14.0
24412026-08-05T02:46:44.158Z Compiling predicates-core v1.0.9
24422026-08-05T02:46:44.481Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24432026-08-05T02:46:44.510Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24442026-08-05T02:46:44.825Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24452026-08-05T02:46:45.773Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24462026-08-05T02:46:46.239Z Compiling sha2 v0.10.9
24472026-08-05T02:46:46.658Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24482026-08-05T02:46:46.714Z Compiling diff v0.1.13
24492026-08-05T02:46:46.941Z Compiling yansi v1.0.1
24502026-08-05T02:46:47.124Z Compiling mockall v0.14.0
24512026-08-05T02:46:47.328Z Compiling pretty_assertions v1.4.1
24522026-08-05T02:46:47.365Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24532026-08-05T02:46:48.362Z Compiling fs-err v3.1.2
24542026-08-05T02:46:48.681Z Compiling predicates-tree v1.0.12
24552026-08-05T02:46:48.685Z Compiling predicates v3.1.3
24562026-08-05T02:46:49.489Z Compiling git-stub v1.0.0
24572026-08-05T02:46:49.763Z Compiling filetime v0.2.26
24582026-08-05T02:46:49.776Z Compiling fragile v2.0.1
24592026-08-05T02:46:49.963Z Compiling downcast v0.11.0
24602026-08-05T02:46:50.088Z Compiling xattr v1.6.1
24612026-08-05T02:46:50.123Z Compiling constant_time_eq v0.3.1
24622026-08-05T02:46:50.250Z Compiling arrayref v0.3.9
24632026-08-05T02:46:50.273Z Compiling is_ci v1.2.0
24642026-08-05T02:46:50.332Z Compiling arrayvec v0.7.6
24652026-08-05T02:46:50.435Z Compiling supports-color v3.0.2
24662026-08-05T02:46:50.622Z Compiling blake3 v1.8.2
24672026-08-05T02:46:50.628Z Compiling tar v0.4.45
24682026-08-05T02:46:50.671Z Compiling git-stub-vcs v0.1.0
24692026-08-05T02:46:51.114Z Compiling toml v0.7.8
24702026-08-05T02:46:51.645Z Compiling curl-sys v0.4.89+curl-8.20.0
24712026-08-05T02:46:51.797Z Compiling signal-hook-tokio v0.4.0
24722026-08-05T02:46:52.129Z Compiling scuffle v0.1.0
24732026-08-05T02:46:53.115Z Compiling drift v0.2.0
24742026-08-05T02:46:53.622Z Compiling kstat-rs v0.2.4
24752026-08-05T02:46:53.805Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24762026-08-05T02:46:53.946Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24772026-08-05T02:46:53.961Z Compiling topological-sort v0.2.2
24782026-08-05T02:46:54.124Z Compiling hex-literal v1.1.0
24792026-08-05T02:46:54.244Z Compiling omicron-zone-package v0.12.2
24802026-08-05T02:46:54.354Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24812026-08-05T02:46:54.382Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24822026-08-05T02:46:54.719Z Compiling dropshot-api-manager v0.7.2
24832026-08-05T02:46:55.915Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24842026-08-05T02:46:56.395Z Compiling curl v0.4.50
24852026-08-05T02:46:56.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24862026-08-05T02:46:57.145Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24872026-08-05T02:46:57.310Z Compiling iddqd v0.4.5
24882026-08-05T02:46:57.397Z Compiling search_path v0.1.4
24892026-08-05T02:46:57.821Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24902026-08-05T02:46:57.858Z Compiling internet-checksum v0.2.1
24912026-08-05T02:46:58.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24922026-08-05T02:46:58.322Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24932026-08-05T02:47:01.709Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24942026-08-05T02:47:02.349Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24952026-08-05T02:47:48.989Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s
24962026-08-05T02:47:49.134Z Running unittests src/lib.rs (target/debug/deps/aal-cc4a376f9515cfe6)
24972026-08-05T02:47:49.137Z
24982026-08-05T02:47:49.137Zrunning 5 tests
24992026-08-05T02:47:49.137Ztest fuse::tests::chip_revision_b0 ... ok
25002026-08-05T02:47:49.137Ztest fuse::tests::chip_revision_b1 ... ok
25012026-08-05T02:47:49.137Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25022026-08-05T02:47:49.137Ztest fuse::tests::chip_revision_a0 ... ok
25032026-08-05T02:47:49.137Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25042026-08-05T02:47:49.137Z
25052026-08-05T02:47:49.137Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-08-05T02:47:49.137Z
25072026-08-05T02:47:49.137Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25082026-08-05T02:47:49.140Z
25092026-08-05T02:47:49.140Zrunning 0 tests
25102026-08-05T02:47:49.140Z
25112026-08-05T02:47:49.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-08-05T02:47:49.143Z
25132026-08-05T02:47:49.143Z Running unittests src/lib.rs (target/debug/deps/asic-466634610d8e54c7)
25142026-08-05T02:47:49.143Z
25152026-08-05T02:47:49.143Zrunning 0 tests
25162026-08-05T02:47:49.143Z
25172026-08-05T02:47:49.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-08-05T02:47:49.143Z
25192026-08-05T02:47:49.143Z Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5)
25202026-08-05T02:47:49.146Z
25212026-08-05T02:47:49.146Zrunning 10 tests
25222026-08-05T02:47:49.146Ztest nat::tests::test_vni ... ok
25232026-08-05T02:47:49.146Ztest network::tests::test_equal ... ok
25242026-08-05T02:47:49.147Ztest network::tests::test_eui64 ... ok
25252026-08-05T02:47:49.147Ztest network::tests::test_generate_ipv6_link_local ... ok
25262026-08-05T02:47:49.147Ztest network::tests::test_into ... ok
25272026-08-05T02:47:49.147Ztest network::tests::test_not_equal ... ok
25282026-08-05T02:47:49.147Ztest network::tests::test_parse ... ok
25292026-08-05T02:47:49.147Ztest network::tests::test_to_string ... ok
25302026-08-05T02:47:49.147Ztest test_purge ... ok
25312026-08-05T02:47:49.150Ztest illumos::test::address_exists_handles_missing_object ... ok
25322026-08-05T02:47:49.150Z
25332026-08-05T02:47:49.150Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25342026-08-05T02:47:49.150Z
25352026-08-05T02:47:49.150Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50ce4c3936f71db5)
25362026-08-05T02:47:49.155Z
25372026-08-05T02:47:49.155Zrunning 1 test
25382026-08-05T02:47:49.158Z -------
25392026-08-05T02:47:49.158Z Generating OpenAPI documents from API definitions ...
25402026-08-05T02:47:49.295Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25412026-08-05T02:47:49.362Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25422026-08-05T02:47:50.426Z -------
25432026-08-05T02:47:50.426Z Checking 12 OpenAPI documents...
25442026-08-05T02:47:50.427Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25452026-08-05T02:47:50.427Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25462026-08-05T02:47:50.427Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25472026-08-05T02:47:50.427Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25482026-08-05T02:47:50.427Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25492026-08-05T02:47:50.427Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25502026-08-05T02:47:50.430Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25512026-08-05T02:47:50.430Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25522026-08-05T02:47:50.430Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25532026-08-05T02:47:50.430Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25542026-08-05T02:47:50.430Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25552026-08-05T02:47:50.430Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25562026-08-05T02:47:50.430Z Fresh dpd "latest" symlink
25572026-08-05T02:47:50.430Z -------
25582026-08-05T02:47:50.430Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
25592026-08-05T02:47:50.489Ztest test::test_apis_up_to_date ... ok
25602026-08-05T02:47:50.489Z
25612026-08-05T02:47:50.492Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
25622026-08-05T02:47:50.492Z
25632026-08-05T02:47:50.546Z Running unittests src/main.rs (target/debug/deps/dpd-3e850c6c82be8cb9)
25642026-08-05T02:47:50.553Z
25652026-08-05T02:47:50.553Zrunning 61 tests
25662026-08-05T02:47:50.558Ztest config::tests::test_updates ... ok
25672026-08-05T02:47:50.558ZAug 05 02:47:49.129 DEBG created new freemap, unit: freemap_test
25682026-08-05T02:47:50.559ZAug 05 02:47:49.129 DEBG initted freemap. size: 128, unit: freemap_test
25692026-08-05T02:47:50.559ZAug 05 02:47:49.129 DEBG reset freemap, unit: freemap_test
25702026-08-05T02:47:50.562Ztest freemap::test_exhaustion ... ok
25712026-08-05T02:47:50.562ZAug 05 02:47:49.131 DEBG created new freemap, unit: freemap_test
25722026-08-05T02:47:50.562ZAug 05 02:47:49.132 DEBG initted freemap. size: 128, unit: freemap_test
25732026-08-05T02:47:50.562ZAug 05 02:47:49.132 DEBG reset freemap, unit: freemap_test
25742026-08-05T02:47:50.562Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25752026-08-05T02:47:50.562Ztest freemap::test_free ... ok
25762026-08-05T02:47:50.562Ztest freemap::test_split ... ok
25772026-08-05T02:47:50.562Ztest macaddrs::tests::test_mac_offset ... ok
25782026-08-05T02:47:50.562Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25792026-08-05T02:47:50.562Ztest macaddrs::tests::test_parse_port_id ... ok
25802026-08-05T02:47:50.562Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25812026-08-05T02:47:50.562ZAug 05 02:47:49.133 DEBG created new freemap, unit: freemap_test
25822026-08-05T02:47:50.562ZAug 05 02:47:49.133 DEBG initted freemap. size: 128, unit: freemap_test
25832026-08-05T02:47:50.562ZAug 05 02:47:49.133 DEBG reset freemap, unit: freemap_test
25842026-08-05T02:47:50.562Ztest freemap::test_ordering ... ok
25852026-08-05T02:47:50.562Ztest mcast::tests::test_canonicalize_sources ... ok
25862026-08-05T02:47:50.562ZAug 05 02:47:49.133 DEBG created new freemap, unit: freemap_test
25872026-08-05T02:47:50.562ZAug 05 02:47:49.133 DEBG initted freemap. size: 128, unit: freemap_test
25882026-08-05T02:47:50.562ZAug 05 02:47:49.133 DEBG reset freemap, unit: freemap_test
25892026-08-05T02:47:50.562Ztest freemap::test_span ... ok
25902026-08-05T02:47:50.562Ztest freemap::test_basic ... ok
25912026-08-05T02:47:50.567Ztest api_server::tests::test_build_info ... ok
25922026-08-05T02:47:50.567Ztest mcast::tests::test_id_range_boundaries ... ok
25932026-08-05T02:47:50.567Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25942026-08-05T02:47:50.567Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25952026-08-05T02:47:50.567Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25962026-08-05T02:47:50.567Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25972026-08-05T02:47:50.571Ztest freemap::test_reclaim ... ok
25982026-08-05T02:47:50.571ZAug 05 02:47:49.137 DEBG created new freemap, unit: freemap_test
25992026-08-05T02:47:50.571ZAug 05 02:47:49.137 DEBG initted freemap. size: 128, unit: freemap_test
26002026-08-05T02:47:50.571ZAug 05 02:47:49.137 DEBG reset freemap, unit: freemap_test
26012026-08-05T02:47:50.571Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26022026-08-05T02:47:50.571Ztest mcast::tests::test_concurrent_id_allocation ... ok
26032026-08-05T02:47:50.571Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26042026-08-05T02:47:50.571Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26052026-08-05T02:47:50.571Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26062026-08-05T02:47:50.571Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26072026-08-05T02:47:50.571Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26082026-08-05T02:47:50.571Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26092026-08-05T02:47:50.571Ztest mcast::tests::test_sources_contain_any ... ok
26102026-08-05T02:47:50.571Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26112026-08-05T02:47:50.571Ztest mcast::validate::tests::test_ipv4_validation ... ok
26122026-08-05T02:47:50.571Ztest mcast::validate::tests::test_ipv6_validation ... ok
26132026-08-05T02:47:50.571Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26142026-08-05T02:47:50.571Ztest mcast::validate::tests::test_is_ssm_function ... ok
26152026-08-05T02:47:50.571Ztest mcast::validate::tests::test_validate_nat_target ... ok
26162026-08-05T02:47:50.571Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
26172026-08-05T02:47:50.571Ztest mcast::validate::tests::test_validate_tag ... ok
26182026-08-05T02:47:50.571Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26192026-08-05T02:47:50.571Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26202026-08-05T02:47:50.571Ztest mcast::validate::tests::test_validate_tag_format ... ok
26212026-08-05T02:47:50.571Ztest nat::test_mapping ... ok
26222026-08-05T02:47:50.571Ztest port_map::tests::dump_map ... ok
26232026-08-05T02:47:50.571Ztest port_map::tests::parse_softnpu_revision ... ok
26242026-08-05T02:47:50.571Ztest port_map::tests::test_port_map ... ok
26252026-08-05T02:47:50.572Ztest port_map::tests::test_backplane_group ... ok
26262026-08-05T02:47:50.576ZAug 05 02:47:49.142 DEBG created new freemap, unit: freemap_route_ipv4
26272026-08-05T02:47:50.576ZAug 05 02:47:49.142 DEBG created new freemap, unit: freemap_route_ipv6
26282026-08-05T02:47:50.576ZAug 05 02:47:49.142 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
26292026-08-05T02:47:50.576ZAug 05 02:47:49.142 DEBG reset freemap, unit: freemap_route_ipv4
26302026-08-05T02:47:50.576ZAug 05 02:47:49.142 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
26312026-08-05T02:47:50.576ZAug 05 02:47:49.142 DEBG reset freemap, unit: freemap_route_ipv6
26322026-08-05T02:47:50.576ZAug 05 02:47:49.142 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
26332026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26342026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
26352026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26362026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
26372026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26382026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26392026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26402026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26412026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26422026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26432026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26442026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26452026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26462026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26472026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26482026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26492026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26502026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26512026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26522026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26532026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26542026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26552026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26562026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26572026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26582026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26592026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26602026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26612026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26622026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26632026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26642026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26652026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26662026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26672026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26682026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26692026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26702026-08-05T02:47:50.577ZAug 05 02:47:49.142 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26712026-08-05T02:47:50.577ZAug 05 02:47:49.142 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 } }]
26722026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26732026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26742026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26752026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26762026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26772026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26782026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26792026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26802026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26812026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26822026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26832026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26842026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26852026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26862026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26872026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26882026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26892026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26902026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26912026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26922026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26932026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26942026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26952026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26962026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26972026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
26982026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26992026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
27002026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27012026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
27022026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27032026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
27042026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27052026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
27062026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27072026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
27082026-08-05T02:47:50.578ZAug 05 02:47:49.142 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27092026-08-05T02:47:50.578ZAug 05 02:47:49.142 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 } }]
27102026-08-05T02:47:50.578ZAug 05 02:47:49.143 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27112026-08-05T02:47:50.578ZAug 05 02:47:49.143 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 } }]
27122026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27132026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27142026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27152026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27162026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27172026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27182026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27192026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27202026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27212026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27222026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27232026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27242026-08-05T02:47:50.579ZAug 05 02:47:49.143 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27252026-08-05T02:47:50.579ZAug 05 02:47:49.143 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 } }]
27262026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27272026-08-05T02:47:50.583ZAug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27282026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27292026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27302026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27312026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27322026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27332026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27342026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27352026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27362026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27372026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27382026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27392026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27402026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27412026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27422026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
27432026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27442026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
27452026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27462026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27472026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27482026-08-05T02:47:50.583ZAug 05 02:47:49.143 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27492026-08-05T02:47:50.583ZAug 05 02:47:49.143 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 } }]
27502026-08-05T02:47:50.584ZAug 05 02:47:49.143 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
27512026-08-05T02:47:50.584ZAug 05 02:47:49.143 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 } }]
27522026-08-05T02:47:50.584ZAug 05 02:47:49.143 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
27532026-08-05T02:47:50.584ZAug 05 02:47:49.143 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 } }]
27542026-08-05T02:47:50.584ZAug 05 02:47:49.143 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
27552026-08-05T02:47:50.584ZAug 05 02:47:49.143 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 } }]
27562026-08-05T02:47:50.584ZAug 05 02:47:49.143 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
27572026-08-05T02:47:50.584ZAug 05 02:47:49.143 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 } }]
27582026-08-05T02:47:50.584ZAug 05 02:47:49.143 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
27592026-08-05T02:47:50.584ZAug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27602026-08-05T02:47:50.584ZAug 05 02:47:49.143 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
27612026-08-05T02:47:50.584ZAug 05 02:47:49.143 DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27622026-08-05T02:47:50.584ZAug 05 02:47:49.143 DEBG failed to allocate space for the new target list
27632026-08-05T02:47:50.584ZAug 05 02:47:49.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 } }]
27642026-08-05T02:47:50.584ZAug 05 02:47:49.143 DEBG created new freemap, unit: freemap_test
27652026-08-05T02:47:50.584ZAug 05 02:47:49.143 DEBG initted freemap. size: 8, unit: freemap_test
27662026-08-05T02:47:50.584ZAug 05 02:47:49.143 DEBG reset freemap, unit: freemap_test
27672026-08-05T02:47:50.584ZAug 05 02:47:49.144 DEBG created new freemap, unit: freemap_route_ipv4
27682026-08-05T02:47:50.584ZAug 05 02:47:49.144 DEBG created new freemap, unit: freemap_route_ipv6
27692026-08-05T02:47:50.584ZAug 05 02:47:49.144 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
27702026-08-05T02:47:50.584ZAug 05 02:47:49.144 DEBG reset freemap, unit: freemap_route_ipv4
27712026-08-05T02:47:50.584ZAug 05 02:47:49.144 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
27722026-08-05T02:47:50.584ZAug 05 02:47:49.144 DEBG reset freemap, unit: freemap_route_ipv6
27732026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.16.0.0/32 -> 10.0.0.1
27742026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27752026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.16.0.0/32 -> 10.0.0.2
27762026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27772026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.0/32 -> 10.0.0.255
27782026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27792026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.1/32 -> 10.0.0.255
27802026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27812026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.2/32 -> 10.0.0.255
27822026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27832026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.3/32 -> 10.0.0.255
27842026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27852026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.4/32 -> 10.0.0.255
27862026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27872026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.5/32 -> 10.0.0.255
27882026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27892026-08-05T02:47:50.584ZAug 05 02:47:49.144 INFO adding route 172.17.0.6/32 -> 10.0.0.255
27902026-08-05T02:47:50.584ZAug 05 02:47:49.144 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 } }]
27912026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.7/32 -> 10.0.0.255
27922026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
27932026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.8/32 -> 10.0.0.255
27942026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
27952026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.9/32 -> 10.0.0.255
27962026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
27972026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.10/32 -> 10.0.0.255
27982026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
27992026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.11/32 -> 10.0.0.255
28002026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28012026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.12/32 -> 10.0.0.255
28022026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28032026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.13/32 -> 10.0.0.255
28042026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28052026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.14/32 -> 10.0.0.255
28062026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28072026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.15/32 -> 10.0.0.255
28082026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28092026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.16/32 -> 10.0.0.255
28102026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28112026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.17/32 -> 10.0.0.255
28122026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28132026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.18/32 -> 10.0.0.255
28142026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28152026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.19/32 -> 10.0.0.255
28162026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28172026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.20/32 -> 10.0.0.255
28182026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28192026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.21/32 -> 10.0.0.255
28202026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28212026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.22/32 -> 10.0.0.255
28222026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28232026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.23/32 -> 10.0.0.255
28242026-08-05T02:47:50.585ZAug 05 02:47:49.144 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 } }]
28252026-08-05T02:47:50.585ZAug 05 02:47:49.144 INFO adding route 172.17.0.24/32 -> 10.0.0.255
28262026-08-05T02:47:50.589ZAug 05 02:47:49.144 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 } }]
28272026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.25/32 -> 10.0.0.255
28282026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28292026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.26/32 -> 10.0.0.255
28302026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28312026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.27/32 -> 10.0.0.255
28322026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28332026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.28/32 -> 10.0.0.255
28342026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28352026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.29/32 -> 10.0.0.255
28362026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28372026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.30/32 -> 10.0.0.255
28382026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28392026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.31/32 -> 10.0.0.255
28402026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28412026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.32/32 -> 10.0.0.255
28422026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28432026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.33/32 -> 10.0.0.255
28442026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28452026-08-05T02:47:50.590ZAug 05 02:47:49.144 INFO adding route 172.17.0.34/32 -> 10.0.0.255
28462026-08-05T02:47:50.590ZAug 05 02:47:49.144 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 } }]
28472026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.35/32 -> 10.0.0.255
28482026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28492026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.36/32 -> 10.0.0.255
28502026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28512026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.37/32 -> 10.0.0.255
28522026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28532026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.38/32 -> 10.0.0.255
28542026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28552026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.39/32 -> 10.0.0.255
28562026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28572026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.40/32 -> 10.0.0.255
28582026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28592026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.41/32 -> 10.0.0.255
28602026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28612026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.42/32 -> 10.0.0.255
28622026-08-05T02:47:50.590ZAug 05 02:47:49.145 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 } }]
28632026-08-05T02:47:50.590ZAug 05 02:47:49.145 INFO adding route 172.17.0.43/32 -> 10.0.0.255
28642026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28652026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.44/32 -> 10.0.0.255
28662026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28672026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.45/32 -> 10.0.0.255
28682026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28692026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.46/32 -> 10.0.0.255
28702026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28712026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.47/32 -> 10.0.0.255
28722026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28732026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.48/32 -> 10.0.0.255
28742026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28752026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.49/32 -> 10.0.0.255
28762026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28772026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.50/32 -> 10.0.0.255
28782026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28792026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.51/32 -> 10.0.0.255
28802026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28812026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.52/32 -> 10.0.0.255
28822026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28832026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.53/32 -> 10.0.0.255
28842026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28852026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.54/32 -> 10.0.0.255
28862026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28872026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.55/32 -> 10.0.0.255
28882026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28892026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.56/32 -> 10.0.0.255
28902026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28912026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.57/32 -> 10.0.0.255
28922026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28932026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.58/32 -> 10.0.0.255
28942026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28952026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.59/32 -> 10.0.0.255
28962026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28972026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.60/32 -> 10.0.0.255
28982026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
28992026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.61/32 -> 10.0.0.255
29002026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
29012026-08-05T02:47:50.591ZAug 05 02:47:49.145 INFO adding route 172.17.0.62/32 -> 10.0.0.255
29022026-08-05T02:47:50.591ZAug 05 02:47:49.145 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 } }]
29032026-08-05T02:47:50.591ZAug 05 02:47:49.145 DEBG failed to allocate space for the new target list
29042026-08-05T02:47:50.592ZAug 05 02:47:49.145 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 } }]
29052026-08-05T02:47:50.592Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
29062026-08-05T02:47:50.592ZAug 05 02:47:49.146 DEBG created new freemap, unit: freemap_route_ipv4
29072026-08-05T02:47:50.592ZAug 05 02:47:49.146 DEBG created new freemap, unit: freemap_route_ipv6
29082026-08-05T02:47:50.592ZAug 05 02:47:49.146 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
29092026-08-05T02:47:50.592ZAug 05 02:47:49.146 DEBG reset freemap, unit: freemap_route_ipv4
29102026-08-05T02:47:50.592ZAug 05 02:47:49.146 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
29112026-08-05T02:47:50.592ZAug 05 02:47:49.146 DEBG reset freemap, unit: freemap_route_ipv6
29122026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
29132026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29142026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
29152026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29162026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
29172026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29182026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29192026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29202026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
29212026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29222026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
29232026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29242026-08-05T02:47:50.592ZAug 05 02:47:49.146 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
29252026-08-05T02:47:50.592ZAug 05 02:47:49.146 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 } }]
29262026-08-05T02:47:50.597ZAug 05 02:47:49.146 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
29272026-08-05T02:47:50.597ZAug 05 02:47:49.146 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 } }]
29282026-08-05T02:47:50.597ZAug 05 02:47:49.146 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
29292026-08-05T02:47:50.597ZAug 05 02:47:49.146 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 } }]
29302026-08-05T02:47:50.597ZAug 05 02:47:49.146 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
29312026-08-05T02:47:50.597ZAug 05 02:47:49.146 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 } }]
29322026-08-05T02:47:50.597ZAug 05 02:47:49.146 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
29332026-08-05T02:47:50.597ZAug 05 02:47:49.146 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 } }]
29342026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
29352026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29362026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
29372026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29382026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
29392026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29402026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
29412026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29422026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
29432026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29442026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
29452026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29462026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
29472026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29482026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
29492026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29502026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
29512026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29522026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
29532026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29542026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
29552026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29562026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29572026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29582026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
29592026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29602026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
29612026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29622026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
29632026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29642026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
29652026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29662026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
29672026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29682026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
29692026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29702026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
29712026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29722026-08-05T02:47:50.598ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
29732026-08-05T02:47:50.598ZAug 05 02:47:49.146 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 } }]
29742026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29752026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29762026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
29772026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29782026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29792026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29802026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
29812026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29822026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
29832026-08-05T02:47:50.599Ztest route::tests::delete_target_full ... ok
29842026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29852026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29862026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29872026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29882026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29892026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
29902026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29912026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29922026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29932026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29942026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29952026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29962026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29972026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29982026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
29992026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
30002026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
30012026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
30022026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
30032026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
30042026-08-05T02:47:50.599ZAug 05 02:47:49.146 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 } }]
30052026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
30062026-08-05T02:47:50.599ZAug 05 02:47:49.146 DEBGAug 05 02:47:49.146 created new freemapDEBG , 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 } }]unit
30072026-08-05T02:47:50.599Z: freemap_route_ipv4
30082026-08-05T02:47:50.599ZAug 05 02:47:49.146 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
30092026-08-05T02:47:50.599ZAug 05 02:47:49.146 DEBG Aug 05 02:47:49.146created new freemap , DEBGunit :replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30102026-08-05T02:47:50.599Zfreemap_route_ipv6
30112026-08-05T02:47:50.599ZAug 05 02:47:49.146 Aug 05 02:47:49.146INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
30122026-08-05T02:47:50.599Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 05 02:47:49.146
30132026-08-05T02:47:50.600Z 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 } }]
30142026-08-05T02:47:50.600ZAug 05 02:47:49.146 DEBG reset freemapAug 05 02:47:49.146, unitINFO: adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4
30152026-08-05T02:47:50.600Z
30162026-08-05T02:47:50.600ZAug 05 02:47:49.146Aug 05 02:47:49.146 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 } }]initted freemap. size: 64
30172026-08-05T02:47:50.600Z, unit: freemap_route_ipv6
30182026-08-05T02:47:50.600ZAug 05 02:47:49.146 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
30192026-08-05T02:47:50.600ZAug 05 02:47:49.146 DEBG reset freemap, Aug 05 02:47:49.146unit :DEBG freemap_route_ipv6replacing 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 } }]
30202026-08-05T02:47:50.600Z
30212026-08-05T02:47:50.600ZAug 05 02:47:49.146Aug 05 02:47:49.146 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
30222026-08-05T02:47:50.600Z
30232026-08-05T02:47:50.600ZAug 05 02:47:49.146Aug 05 02:47:49.146 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 } }]
30242026-08-05T02:47:50.600ZAug 05 02:47:49.147 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30252026-08-05T02:47:50.600ZAug 05 02:47:49.147 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 } }]
30262026-08-05T02:47:50.604ZAug 05 02:47:49.147 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30272026-08-05T02:47:50.604Z
30282026-08-05T02:47:50.604ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
30292026-08-05T02:47:50.604Z
30302026-08-05T02:47:50.604ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:35::/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 } }]
30312026-08-05T02:47:50.604Z
30322026-08-05T02:47:50.604ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
30332026-08-05T02:47:50.604Z
30342026-08-05T02:47:50.604ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30352026-08-05T02:47:50.604Z
30362026-08-05T02:47:50.604ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
30372026-08-05T02:47:50.604Z
30382026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30392026-08-05T02:47:50.605Z
30402026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 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::/64 -> 2001:db8::55:ff
30412026-08-05T02:47:50.605Z
30422026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
30432026-08-05T02:47:50.605Z
30442026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
30452026-08-05T02:47:50.605Z
30462026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30472026-08-05T02:47:50.605Z
30482026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
30492026-08-05T02:47:50.605Z
30502026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30512026-08-05T02:47:50.605Z
30522026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
30532026-08-05T02:47:50.605Z
30542026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:3b::/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 } }]
30552026-08-05T02:47:50.605Z
30562026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 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:4::/64 -> 2001:db8::55:ff
30572026-08-05T02:47:50.605Z
30582026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:3c::/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 } }]
30592026-08-05T02:47:50.605Z
30602026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
30612026-08-05T02:47:50.605Z
30622026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
30632026-08-05T02:47:50.605Z
30642026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30652026-08-05T02:47:50.605Z
30662026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
30672026-08-05T02:47:50.605Z
30682026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 INFODEBG adding route 3fff:beef:7::/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 } }]
30692026-08-05T02:47:50.605Z
30702026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
30712026-08-05T02:47:50.605Z
30722026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGINFO 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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30732026-08-05T02:47:50.605Z
30742026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
30752026-08-05T02:47:50.605Z
30762026-08-05T02:47:50.605ZAug 05 02:47:49.147Aug 05 02:47:49.147 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:9::/64 -> 2001:db8::55:ff
30772026-08-05T02:47:50.605Z
30782026-08-05T02:47:50.606ZAug 05 02:47:49.147Aug 05 02:47:49.147 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 } }]failed to allocate space for the new target list
30792026-08-05T02:47:50.606Z
30802026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30812026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30822026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
30832026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30842026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
30852026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30862026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
30872026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30882026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
30892026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30902026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30912026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30922026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
30932026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30942026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
30952026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30962026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
30972026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
30982026-08-05T02:47:50.606ZAug 05 02:47:49.147 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
30992026-08-05T02:47:50.606ZAug 05 02:47:49.147 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 } }]
31002026-08-05T02:47:50.606ZAug 05 02:47:49.149 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
31012026-08-05T02:47:50.606ZAug 05 02:47:49.149 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 } }]
31022026-08-05T02:47:50.606ZAug 05 02:47:49.149 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
31032026-08-05T02:47:50.606ZAug 05 02:47:49.149 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 } }]
31042026-08-05T02:47:50.606ZAug 05 02:47:49.149 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
31052026-08-05T02:47:50.606ZAug 05 02:47:49.149 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 } }]
31062026-08-05T02:47:50.606ZAug 05 02:47:49.149 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
31072026-08-05T02:47:50.606ZAug 05 02:47:49.149 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 } }]
31082026-08-05T02:47:50.606ZAug 05 02:47:49.149 Aug 05 02:47:49.149INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
31092026-08-05T02:47:50.606Zcreated new freemap, unit:Aug 05 02:47:49.149 freemap_route_ipv4DEBG
31102026-08-05T02:47:50.606Zreplacing 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 } }]
31112026-08-05T02:47:50.606ZAug 05 02:47:49.149Aug 05 02:47:49.149 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffcreated new freemap
31122026-08-05T02:47:50.606Z, unit: freemap_route_ipv6Aug 05 02:47:49.149
31132026-08-05T02:47:50.606Z 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 } }]
31142026-08-05T02:47:50.606ZAug 05 02:47:49.149 DEBG initted freemap. size: 64Aug 05 02:47:49.149, unitINFO: adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4
31152026-08-05T02:47:50.606Z
31162026-08-05T02:47:50.606ZAug 05 02:47:49.149Aug 05 02:47:49.149 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 } }]reset freemap
31172026-08-05T02:47:50.606Z, unit: freemap_route_ipv4
31182026-08-05T02:47:50.606ZAug 05 02:47:49.149 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
31192026-08-05T02:47:50.607ZAug 05 02:47:49.149 DEBG initted freemap. size: 64Aug 05 02:47:49.149, unitDEBG: freemap_route_ipv6
31202026-08-05T02:47:50.607ZAug 05 02:47:49.149 DEBG reset freemap, unit: freemap_route_ipv6
31212026-08-05T02:47:50.607ZAug 05 02:47:49.149 INFO adding route 172.16.0.0/32 -> 10.0.0.1
31222026-08-05T02:47:50.607ZAug 05 02:47:49.149 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 } }]
31232026-08-05T02:47:50.607ZAug 05 02:47:49.149 INFO adding route 172.17.0.0/32 -> 10.0.0.255
31242026-08-05T02:47:50.607ZAug 05 02:47:49.149 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 } }]
31252026-08-05T02:47:50.607ZAug 05 02:47:49.149 INFO adding route 172.17.0.1/32 -> 10.0.0.255
31262026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31272026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.2/32 -> 10.0.0.255
31282026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31292026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.3/32 -> 10.0.0.255
31302026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31312026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.4/32 -> 10.0.0.255
31322026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31332026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.5/32 -> 10.0.0.255
31342026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31352026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.6/32 -> 10.0.0.255
31362026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31372026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.7/32 -> 10.0.0.255
31382026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31392026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.8/32 -> 10.0.0.255
31402026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31412026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.9/32 -> 10.0.0.255
31422026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31432026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.10/32 -> 10.0.0.255
31442026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31452026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.11/32 -> 10.0.0.255
31462026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31472026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.12/32 -> 10.0.0.255
31482026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31492026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.13/32 -> 10.0.0.255
31502026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31512026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.14/32 -> 10.0.0.255
31522026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31532026-08-05T02:47:50.611ZAug 05 02:47:49.149 INFO adding route 172.17.0.15/32 -> 10.0.0.255
31542026-08-05T02:47:50.611ZAug 05 02:47:49.149 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 } }]
31552026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.16/32 -> 10.0.0.255
31562026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31572026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.17/32 -> 10.0.0.255
31582026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31592026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.18/32 -> 10.0.0.255
31602026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31612026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.19/32 -> 10.0.0.255
31622026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31632026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.20/32 -> 10.0.0.255
31642026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31652026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.21/32 -> 10.0.0.255
31662026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31672026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.22/32 -> 10.0.0.255
31682026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31692026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.23/32 -> 10.0.0.255
31702026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31712026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.24/32 -> 10.0.0.255
31722026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31732026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.25/32 -> 10.0.0.255
31742026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31752026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.26/32 -> 10.0.0.255
31762026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31772026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.27/32 -> 10.0.0.255
31782026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31792026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.28/32 -> 10.0.0.255
31802026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31812026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.29/32 -> 10.0.0.255
31822026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31832026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.30/32 -> 10.0.0.255
31842026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31852026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.31/32 -> 10.0.0.255
31862026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31872026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.32/32 -> 10.0.0.255
31882026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31892026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.33/32 -> 10.0.0.255
31902026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31912026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.34/32 -> 10.0.0.255
31922026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31932026-08-05T02:47:50.612ZAug 05 02:47:49.149 INFO adding route 172.17.0.35/32 -> 10.0.0.255
31942026-08-05T02:47:50.612ZAug 05 02:47:49.149 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 } }]
31952026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.36/32 -> 10.0.0.255
31962026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
31972026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.37/32 -> 10.0.0.255
31982026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
31992026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.38/32 -> 10.0.0.255
32002026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32012026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.39/32 -> 10.0.0.255
32022026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32032026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.40/32 -> 10.0.0.255
32042026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32052026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.41/32 -> 10.0.0.255
32062026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32072026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.42/32 -> 10.0.0.255
32082026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32092026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.43/32 -> 10.0.0.255
32102026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32112026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.44/32 -> 10.0.0.255
32122026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32132026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.45/32 -> 10.0.0.255
32142026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32152026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.46/32 -> 10.0.0.255
32162026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32172026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.47/32 -> 10.0.0.255
32182026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32192026-08-05T02:47:50.613ZAug 05 02:47:49.149 INFO adding route 172.17.0.48/32 -> 10.0.0.255
32202026-08-05T02:47:50.613ZAug 05 02:47:49.149 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 } }]
32212026-08-05T02:47:50.613ZAug 05 02:47:49.155 Aug 05 02:47:49.154INFO adding route 172.17.0.49/32 -> 10.0.0.255DEBG
32222026-08-05T02:47:50.613Zcreated new freemap, unitAug 05 02:47:49.155: DEBGfreemap_route_ipv4 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 } }]
32232026-08-05T02:47:50.613Z
32242026-08-05T02:47:50.613ZAug 05 02:47:49.155 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 05 02:47:49.155
32252026-08-05T02:47:50.613Z DEBG created new freemap, unitAug 05 02:47:49.155: DEBGfreemap_route_ipv6
32262026-08-05T02:47:50.617Zreplacing 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 } }]
32272026-08-05T02:47:50.617ZAug 05 02:47:49.155Aug 05 02:47:49.155 DEBGINFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255,
32282026-08-05T02:47:50.617Zunit: freemap_route_ipv4
32292026-08-05T02:47:50.617ZAug 05 02:47:49.155 DEBG Aug 05 02:47:49.155replacing 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 } }]
32302026-08-05T02:47:50.617ZDEBG reset freemap, unit:Aug 05 02:47:49.155 freemap_route_ipv4INFO
32312026-08-05T02:47:50.617Z adding route 172.17.0.52/32 -> 10.0.0.255
32322026-08-05T02:47:50.617ZAug 05 02:47:49.155Aug 05 02:47:49.155 DEBGDEBG initted freemap. size: 64replacing 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 } }],
32332026-08-05T02:47:50.617Zunit: freemap_route_ipv6
32342026-08-05T02:47:50.617ZAug 05 02:47:49.155 INFO Aug 05 02:47:49.155adding route 172.17.0.53/32 -> 10.0.0.255
32352026-08-05T02:47:50.617ZDEBG reset freemap, unit:Aug 05 02:47:49.155 freemap_route_ipv6DEBG
32362026-08-05T02:47:50.617Z 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 } }]
32372026-08-05T02:47:50.617ZAug 05 02:47:49.155 INFOAug 05 02:47:49.155 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
32382026-08-05T02:47:50.617Z adding route 172.17.0.54/32 -> 10.0.0.255
32392026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBGAug 05 02:47:49.155 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
32402026-08-05T02:47:50.618Z 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 } }]
32412026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBGAug 05 02:47:49.155 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
32422026-08-05T02:47:50.618Z adding route 172.17.0.55/32 -> 10.0.0.255
32432026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32442026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.56/32 -> 10.0.0.255
32452026-08-05T02:47:50.618Ztest route::tests::rollback_on_compact_delete_failure ... ok
32462026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32472026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.57/32 -> 10.0.0.255
32482026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32492026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.58/32 -> 10.0.0.255
32502026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32512026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.59/32 -> 10.0.0.255
32522026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32532026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.60/32 -> 10.0.0.255
32542026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32552026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.61/32 -> 10.0.0.255
32562026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32572026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.62/32 -> 10.0.0.255
32582026-08-05T02:47:50.618Ztest route::tests::add_target_fails_full ... ok
32592026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32602026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 172.17.0.63/32 -> 10.0.0.255
32612026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32622026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG failed to allocate space for the new target list
32632026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32642026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG failed to allocate space for the new target list
32652026-08-05T02:47:50.618ZAug 05 02:47:49.154 DEBG created new freemap, unit: freemap_route_ipv4
32662026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG created new freemap, unit: freemap_route_ipv6
32672026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
32682026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv4
32692026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
32702026-08-05T02:47:50.618ZAug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv6
32712026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
32722026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32732026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
32742026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32752026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
32762026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32772026-08-05T02:47:50.618ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
32782026-08-05T02:47:50.618ZAug 05 02:47:49.155 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 } }]
32792026-08-05T02:47:50.619ZAug 05 02:47:49.155 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 } }]
32802026-08-05T02:47:50.619ZAug 05 02:47:49.155 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32812026-08-05T02:47:50.619ZAug 05 02:47:49.152 DEBG created new freemap, unit: freemap_route_ipv4
32822026-08-05T02:47:50.619ZAug 05 02:47:49.155 DEBG created new freemap, unit: freemap_route_ipv6
32832026-08-05T02:47:50.619ZAug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
32842026-08-05T02:47:50.619ZAug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv4
32852026-08-05T02:47:50.619ZAug 05 02:47:49.155 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
32862026-08-05T02:47:50.619ZAug 05 02:47:49.155 DEBG reset freemap, unit: freemap_route_ipv6
32872026-08-05T02:47:50.619ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
32882026-08-05T02:47:50.620ZAug 05 02:47:49.155 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 } }]
32892026-08-05T02:47:50.620ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
32902026-08-05T02:47:50.620ZAug 05 02:47:49.155 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 } }]
32912026-08-05T02:47:50.620ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
32922026-08-05T02:47:50.620ZAug 05 02:47:49.155 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 } }]
32932026-08-05T02:47:50.620ZAug 05 02:47:49.155 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
32942026-08-05T02:47:50.620ZAug 05 02:47:49.155 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 } }]
32952026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
32962026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
32972026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
32982026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
32992026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
33002026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33012026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
33022026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33032026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
33042026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33052026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
33062026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33072026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
33082026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33092026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
33102026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33112026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
33122026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33132026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
33142026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33152026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
33162026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33172026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
33182026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33192026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
33202026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33212026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
33222026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33232026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
33242026-08-05T02:47:50.621ZAug 05 02:47:49.155 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 } }]
33252026-08-05T02:47:50.621ZAug 05 02:47:49.155 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
33262026-08-05T02:47:50.626ZAug 05 02:47:49.155 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 } }]
33272026-08-05T02:47:50.626ZAug 05 02:47:49.155 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
33282026-08-05T02:47:50.626ZAug 05 02:47:49.155 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 } }]
33292026-08-05T02:47:50.626ZAug 05 02:47:49.155 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
33302026-08-05T02:47:50.626ZAug 05 02:47:49.161 DEBG Aug 05 02:47:49.156replacing 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 } }]
33312026-08-05T02:47:50.626Z DEBG created new freemapAug 05 02:47:49.161, INFOunit :adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
33322026-08-05T02:47:50.626Zfreemap_route_ipv4
33332026-08-05T02:47:50.626ZAug 05 02:47:49.161 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 } }]
33342026-08-05T02:47:50.626ZAug 05 02:47:49.161 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
33352026-08-05T02:47:50.626ZAug 05 02:47:49.161 DEBG created new freemapAug 05 02:47:49.161, unitDEBG: replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
33362026-08-05T02:47:50.626Z
33372026-08-05T02:47:50.626ZAug 05 02:47:49.161Aug 05 02:47:49.161 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64
33382026-08-05T02:47:50.626Z, unit: freemap_route_ipv4
33392026-08-05T02:47:50.626ZAug 05 02:47:49.161 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 } }]
33402026-08-05T02:47:50.626ZAug 05 02:47:49.161 DEBG reset freemap, Aug 05 02:47:49.161unit :INFO freemap_route_ipv4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
33412026-08-05T02:47:50.626Z
33422026-08-05T02:47:50.626ZAug 05 02:47:49.161Aug 05 02:47:49.161 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 } }]initted freemap. size: 64
33432026-08-05T02:47:50.626Z, unit: freemap_route_ipv6
33442026-08-05T02:47:50.626ZAug 05 02:47:49.161 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 05 02:47:49.161
33452026-08-05T02:47:50.626Z DEBG reset freemap, Aug 05 02:47:49.161unit :DEBG freemap_route_ipv6replacing 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 } }]
33462026-08-05T02:47:50.626Z
33472026-08-05T02:47:50.626ZAug 05 02:47:49.161Aug 05 02:47:49.161 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
33482026-08-05T02:47:50.626Z
33492026-08-05T02:47:50.626ZAug 05 02:47:49.161Aug 05 02:47:49.161 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33502026-08-05T02:47:50.626Z
33512026-08-05T02:47:50.626ZAug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
33522026-08-05T02:47:50.626Z
33532026-08-05T02:47:50.626ZAug 05 02:47:49.156Aug 05 02:47:49.162Aug 05 02:47:49.162 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 } }]DEBG
33542026-08-05T02:47:50.626Z 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 } }]created new freemap
33552026-08-05T02:47:50.626Zreplacing 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 05 02:47:49.162unit
33562026-08-05T02:47:50.626ZAug 05 02:47:49.162 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
33572026-08-05T02:47:50.626Z :adding route 3fff:dead::/64 -> 2001:db8::55:3
33582026-08-05T02:47:50.627ZAug 05 02:47:49.162freemap_route_ipv4 DEBG
33592026-08-05T02:47:50.627Z 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 05 02:47:49.162
33602026-08-05T02:47:50.627Z 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 } }]
33612026-08-05T02:47:50.627ZAug 05 02:47:49.162 INFO Aug 05 02:47:49.162adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 05 02:47:49.162 INFO
33622026-08-05T02:47:50.627Z INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
33632026-08-05T02:47:50.627ZAug 05 02:47:49.162adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
33642026-08-05T02:47:50.627Z created new freemap, Aug 05 02:47:49.162Aug 05 02:47:49.162 Aug 05 02:47:49.162DEBG DEBG unitreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33652026-08-05T02:47:50.627Z: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]freemap_route_ipv6replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33662026-08-05T02:47:50.627Z
33672026-08-05T02:47:50.627ZAug 05 02:47:49.162
33682026-08-05T02:47:50.627ZINFO Aug 05 02:47:49.162adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 05 02:47:49.162
33692026-08-05T02:47:50.627ZINFOAug 05 02:47:49.162 DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 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 } }]
33702026-08-05T02:47:50.627Z
33712026-08-05T02:47:50.627ZAug 05 02:47:49.162 initted freemap. size: 64DEBG, Aug 05 02:47:49.162Aug 05 02:47:49.162 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 } }] DEBGWARN
33722026-08-05T02:47:50.627Z 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
33732026-08-05T02:47:50.627Zunit
33742026-08-05T02:47:50.627Z: freemap_route_ipv4Aug 05 02:47:49.162
33752026-08-05T02:47:50.627Z Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 05 02:47:49.162
33762026-08-05T02:47:50.627Z
33772026-08-05T02:47:50.627Z DEBG reset freemap, unitAug 05 02:47:49.162: Aug 05 02:47:49.162Aug 05 02:47:49.151 freemap_route_ipv4DEBG
33782026-08-05T02:47:50.627Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33792026-08-05T02:47:50.627Z created new freemap, unitAug 05 02:47:49.162: Aug 05 02:47:49.162DEBG INFO initted freemap. size: 64freemap_route_ipv4, adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
33802026-08-05T02:47:50.627Z
33812026-08-05T02:47:50.627Zunit: freemap_route_ipv6
33822026-08-05T02:47:50.627Ztest route::tests::rollback_on_compact_write_failure ... ok
33832026-08-05T02:47:50.627ZAug 05 02:47:49.162 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.162
33842026-08-05T02:47:50.627Z DEBG reset freemapAug 05 02:47:49.162, unitAug 05 02:47:49.162: DEBGINFO freemap_route_ipv6created new freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
33852026-08-05T02:47:50.627ZAug 05 02:47:49.162 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 } }]
33862026-08-05T02:47:50.627ZAug 05 02:47:49.162 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 05 02:47:49.151
33872026-08-05T02:47:50.627Z DEBG Aug 05 02:47:49.162created new freemap 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 } }]unit
33882026-08-05T02:47:50.627Z: freemap_route_ipv4
33892026-08-05T02:47:50.627ZAug 05 02:47:49.162 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
33902026-08-05T02:47:50.627ZAug 05 02:47:49.162 DEBGAug 05 02:47:49.162 created new freemapDEBG, unitreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
33912026-08-05T02:47:50.627Z freemap_route_ipv6
33922026-08-05T02:47:50.627ZAug 05 02:47:49.162 INFOAug 05 02:47:49.162 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
33932026-08-05T02:47:50.627Z initted freemap. size: 64, unit:Aug 05 02:47:49.162 freemap_route_ipv4DEBG
33942026-08-05T02:47:50.627Z 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 } }]
33952026-08-05T02:47:50.627ZAug 05 02:47:49.162 DEBG Aug 05 02:47:49.162reset freemap , INFOunit :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33962026-08-05T02:47:50.627Zfreemap_route_ipv4
33972026-08-05T02:47:50.628ZAug 05 02:47:49.162 Aug 05 02:47:49.162DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33982026-08-05T02:47:50.628Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 05 02:47:49.162
33992026-08-05T02:47:50.628Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
34002026-08-05T02:47:50.628ZAug 05 02:47:49.162 DEBG reset freemap, Aug 05 02:47:49.162unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34012026-08-05T02:47:50.628Z
34022026-08-05T02:47:50.628ZAug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34032026-08-05T02:47:50.628Z
34042026-08-05T02:47:50.628ZAug 05 02:47:49.162Aug 05 02:47:49.162 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34052026-08-05T02:47:50.628Z
34062026-08-05T02:47:50.628ZAug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
34072026-08-05T02:47:50.628Z
34082026-08-05T02:47:50.628ZAug 05 02:47:49.162Aug 05 02:47:49.162 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34092026-08-05T02:47:50.628Z
34102026-08-05T02:47:50.628ZAug 05 02:47:49.162Aug 05 02:47:49.162 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
34112026-08-05T02:47:50.628Z
34122026-08-05T02:47:50.628ZAug 05 02:47:49.162Aug 05 02:47:49.162 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34132026-08-05T02:47:50.628Z
34142026-08-05T02:47:50.628ZAug 05 02:47:49.162 Aug 05 02:47:49.162INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
34152026-08-05T02:47:50.628Zadding route 3fff:dead::/64 -> 2001:db8::55:4
34162026-08-05T02:47:50.628ZAug 05 02:47:49.162 Aug 05 02:47:49.162DEBG 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 } }]
34172026-08-05T02:47:50.628Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34182026-08-05T02:47:50.628ZAug 05 02:47:49.162 Aug 05 02:47:49.162INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34192026-08-05T02:47:50.628Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34202026-08-05T02:47:50.628ZAug 05 02:47:49.162 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 } }]
34212026-08-05T02:47:50.628ZAug 05 02:47:49.162 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
34222026-08-05T02:47:50.628ZAug 05 02:47:49.162 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 } }]
34232026-08-05T02:47:50.628ZAug 05 02:47:49.162 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
34242026-08-05T02:47:50.628ZAug 05 02:47:49.162 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 } }]
34252026-08-05T02:47:50.628ZAug 05 02:47:49.162 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
34262026-08-05T02:47:50.633ZAug 05 02:47:49.162 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 } }]
34272026-08-05T02:47:50.633ZAug 05 02:47:49.162 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
34282026-08-05T02:47:50.633ZAug 05 02:47:49.162 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 } }]
34292026-08-05T02:47:50.633ZAug 05 02:47:49.162 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
34302026-08-05T02:47:50.633ZAug 05 02:47:49.162 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34312026-08-05T02:47:50.633ZAug 05 02:47:49.162 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
34322026-08-05T02:47:50.633ZAug 05 02:47:49.162 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 } }]
34332026-08-05T02:47:50.633ZAug 05 02:47:49.162 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
34342026-08-05T02:47:50.633ZAug 05 02:47:49.162 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 } }]
34352026-08-05T02:47:50.633ZAug 05 02:47:49.163 Aug 05 02:47:49.168DEBG created new freemapINFO , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit
34362026-08-05T02:47:50.633Z: freemap_route_ipv4
34372026-08-05T02:47:50.633ZAug 05 02:47:49.168 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 } }]
34382026-08-05T02:47:50.633ZAug 05 02:47:49.168 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
34392026-08-05T02:47:50.633ZAug 05 02:47:49.168 DEBG created new freemapAug 05 02:47:49.168, unitDEBG: replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
34402026-08-05T02:47:50.633Z
34412026-08-05T02:47:50.633ZAug 05 02:47:49.168Aug 05 02:47:49.168 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffinitted freemap. size: 64
34422026-08-05T02:47:50.633Z, unit: freemap_route_ipv4
34432026-08-05T02:47:50.633ZAug 05 02:47:49.168 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 } }]
34442026-08-05T02:47:50.633ZAug 05 02:47:49.168 DEBG reset freemap, Aug 05 02:47:49.168unit :INFO freemap_route_ipv4adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
34452026-08-05T02:47:50.633Z
34462026-08-05T02:47:50.633ZAug 05 02:47:49.168Aug 05 02:47:49.168 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 } }]initted freemap. size: 64
34472026-08-05T02:47:50.633Z, unit: freemap_route_ipv6
34482026-08-05T02:47:50.633ZAug 05 02:47:49.168 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 05 02:47:49.168
34492026-08-05T02:47:50.633Z DEBG reset freemap, unitAug 05 02:47:49.168: DEBGfreemap_route_ipv6
34502026-08-05T02:47:50.633Zreplacing 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 } }]
34512026-08-05T02:47:50.633ZAug 05 02:47:49.168 Aug 05 02:47:49.168INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
34522026-08-05T02:47:50.633Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
34532026-08-05T02:47:50.633ZAug 05 02:47:49.168Aug 05 02:47:49.168 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 } }]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 } }]
34542026-08-05T02:47:50.633Z
34552026-08-05T02:47:50.633ZAug 05 02:47:49.168Aug 05 02:47:49.168 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
34562026-08-05T02:47:50.633Z
34572026-08-05T02:47:50.633ZAug 05 02:47:49.168Aug 05 02:47:49.168 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: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 } }]
34582026-08-05T02:47:50.633Z
34592026-08-05T02:47:50.633ZAug 05 02:47:49.168Aug 05 02:47:49.168 INFODEBG adding route 3fff:beef:37::/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:3, vlan_id: None } }]
34602026-08-05T02:47:50.633Z
34612026-08-05T02:47:50.633ZAug 05 02:47:49.168 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 } }]
34622026-08-05T02:47:50.634ZAug 05 02:47:49.168 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
34632026-08-05T02:47:50.634ZAug 05 02:47:49.168 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 } }]
34642026-08-05T02:47:50.634ZAug 05 02:47:49.168 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
34652026-08-05T02:47:50.634ZAug 05 02:47:49.168 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 } }]
34662026-08-05T02:47:50.634ZAug 05 02:47:49.168 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
34672026-08-05T02:47:50.634ZAug 05 02:47:49.168 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 } }]
34682026-08-05T02:47:50.634ZAug 05 02:47:49.168 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
34692026-08-05T02:47:50.634ZAug 05 02:47:49.168 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 } }]
34702026-08-05T02:47:50.634ZAug 05 02:47:49.168 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
34712026-08-05T02:47:50.634ZAug 05 02:47:49.168 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 } }]
34722026-08-05T02:47:50.634ZAug 05 02:47:49.168 DEBG failed to allocate space for the new target list
34732026-08-05T02:47:50.634ZAug 05 02:47:49.168 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 } }]
34742026-08-05T02:47:50.634ZAug 05 02:47:49.151 DEBG created new freemap, unit: freemap_route_ipv4
34752026-08-05T02:47:50.634ZAug 05 02:47:49.169 DEBG created new freemap, unit: freemap_route_ipv6
34762026-08-05T02:47:50.634ZAug 05 02:47:49.169 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
34772026-08-05T02:47:50.634ZAug 05 02:47:49.169 DEBG reset freemap, unit: freemap_route_ipv4
34782026-08-05T02:47:50.634ZAug 05 02:47:49.169 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
34792026-08-05T02:47:50.634ZAug 05 02:47:49.169 DEBG reset freemap, unit: freemap_route_ipv6
34802026-08-05T02:47:50.634ZAug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
34812026-08-05T02:47:50.634ZAug 05 02:47:49.169 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 } }]
34822026-08-05T02:47:50.634ZAug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
34832026-08-05T02:47:50.634ZAug 05 02:47:49.169 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 } }]
34842026-08-05T02:47:50.634ZAug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
34852026-08-05T02:47:50.634ZAug 05 02:47:49.169 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 } }]
34862026-08-05T02:47:50.634ZAug 05 02:47:49.169 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
34872026-08-05T02:47:50.634ZAug 05 02:47:49.169 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 } }]
34882026-08-05T02:47:50.634ZAug 05 02:47:49.176 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 } }]
34892026-08-05T02:47:50.634Z, Aug 05 02:47:49.176 WARN unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):
34902026-08-05T02:47:50.634Z freemap_route_ipv6
34912026-08-05T02:47:50.634ZAug 05 02:47:49.176 ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
34922026-08-05T02:47:50.634ZAug 05 02:47:49.176 ERRO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 05 02:47:49.176
34932026-08-05T02:47:50.634Z DEBG initted freemap. size: 64, unit: freemap_route_ipv4
34942026-08-05T02:47:50.634ZAug 05 02:47:49.176 DEBG reset freemap, unit: freemap_route_ipv4
34952026-08-05T02:47:50.634ZAug 05 02:47:49.176 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
34962026-08-05T02:47:50.634ZAug 05 02:47:49.176 DEBG reset freemap, unit: freemap_route_ipv6
34972026-08-05T02:47:50.634ZAug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
34982026-08-05T02:47:50.634ZAug 05 02:47:49.176 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 } }]
34992026-08-05T02:47:50.634ZAug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
35002026-08-05T02:47:50.634ZAug 05 02:47:49.176 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 } }]
35012026-08-05T02:47:50.635ZAug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
35022026-08-05T02:47:50.635ZAug 05 02:47:49.176 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 } }]
35032026-08-05T02:47:50.635ZAug 05 02:47:49.176 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
35042026-08-05T02:47:50.635ZAug 05 02:47:49.169 Aug 05 02:47:49.176DEBG DEBGcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }],
35052026-08-05T02:47:50.635Zunit: freemap_route_ipv4
35062026-08-05T02:47:50.635ZAug 05 02:47:49.176 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
35072026-08-05T02:47:50.635ZAug 05 02:47:49.176 DEBG Aug 05 02:47:49.176created new freemap , DEBGunit :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 } }]
35082026-08-05T02:47:50.635Zfreemap_route_ipv6
35092026-08-05T02:47:50.635ZAug 05 02:47:49.176 Aug 05 02:47:49.176INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
35102026-08-05T02:47:50.635Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 05 02:47:49.176
35112026-08-05T02:47:50.635Z 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 } }]
35122026-08-05T02:47:50.635ZAug 05 02:47:49.176 DEBG reset freemapAug 05 02:47:49.176, INFOunit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
35132026-08-05T02:47:50.635Zfreemap_route_ipv4
35142026-08-05T02:47:50.635ZAug 05 02:47:49.176 Aug 05 02:47:49.176DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35152026-08-05T02:47:50.635Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 05 02:47:49.176
35162026-08-05T02:47:50.635Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
35172026-08-05T02:47:50.635ZAug 05 02:47:49.176 DEBG reset freemapAug 05 02:47:49.176, unitDEBG: replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
35182026-08-05T02:47:50.635Z
35192026-08-05T02:47:50.635ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
35202026-08-05T02:47:50.635Z
35212026-08-05T02:47:50.635ZAug 05 02:47:49.176Aug 05 02:47:49.176 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 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 } }]
35222026-08-05T02:47:50.635Z
35232026-08-05T02:47:50.635ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
35242026-08-05T02:47:50.635Z
35252026-08-05T02:47:50.635ZAug 05 02:47:49.176Aug 05 02:47:49.176 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 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 } }]
35262026-08-05T02:47:50.640Z
35272026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
35282026-08-05T02:47:50.640Z
35292026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }]
35302026-08-05T02:47:50.640Z
35312026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
35322026-08-05T02:47:50.640Z
35332026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
35342026-08-05T02:47:50.640Z
35352026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
35362026-08-05T02:47:50.640Z
35372026-08-05T02:47:50.640Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
35382026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35392026-08-05T02:47:50.640Z
35402026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
35412026-08-05T02:47:50.640Z
35422026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
35432026-08-05T02:47:50.640Z
35442026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
35452026-08-05T02:47:50.640Z
35462026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 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 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 } }]
35472026-08-05T02:47:50.640Z
35482026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
35492026-08-05T02:47:50.640Z
35502026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35512026-08-05T02:47:50.640Z
35522026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
35532026-08-05T02:47:50.640Z
35542026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 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 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35552026-08-05T02:47:50.640Z
35562026-08-05T02:47:50.640ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
35572026-08-05T02:47:50.641Z
35582026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35592026-08-05T02:47:50.641Z
35602026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
35612026-08-05T02:47:50.641Z
35622026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35632026-08-05T02:47:50.641Z
35642026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
35652026-08-05T02:47:50.641Z
35662026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35672026-08-05T02:47:50.641Z
35682026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
35692026-08-05T02:47:50.641Z
35702026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
35712026-08-05T02:47:50.641Z
35722026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
35732026-08-05T02:47:50.641Z
35742026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
35752026-08-05T02:47:50.641Z
35762026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
35772026-08-05T02:47:50.641Z
35782026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 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 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 } }]
35792026-08-05T02:47:50.641Z
35802026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
35812026-08-05T02:47:50.641Z
35822026-08-05T02:47:50.641ZAug 05 02:47:49.176Aug 05 02:47:49.176 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
35832026-08-05T02:47:50.641Z
35842026-08-05T02:47:50.641ZAug 05 02:47:49.177Aug 05 02:47:49.177 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
35852026-08-05T02:47:50.641Z
35862026-08-05T02:47:50.641ZAug 05 02:47:49.177Aug 05 02:47:49.177 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 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 } }]
35872026-08-05T02:47:50.641Z
35882026-08-05T02:47:50.641ZAug 05 02:47:49.177Aug 05 02:47:49.177 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255
35892026-08-05T02:47:50.641Z
35902026-08-05T02:47:50.641ZAug 05 02:47:49.177Aug 05 02:47:49.177 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 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 } }]
35912026-08-05T02:47:50.641Z
35922026-08-05T02:47:50.641ZAug 05 02:47:49.177Aug 05 02:47:49.177 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
35932026-08-05T02:47:50.641Z
35942026-08-05T02:47:50.641ZAug 05 02:47:49.177Aug 05 02:47:49.177 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
35952026-08-05T02:47:50.641ZAug 05 02:47:49.183Aug 05 02:47:49.177 INFODEBG created new freemap, unit: freemap_route_ipv4
35962026-08-05T02:47:50.641Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
35972026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG created new 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 } }],
35982026-08-05T02:47:50.642Zunit: freemap_route_ipv6
35992026-08-05T02:47:50.642ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
36002026-08-05T02:47:50.642ZDEBG initted freemap. size: 64, unit:Aug 05 02:47:49.183 freemap_route_ipv4DEBG
36012026-08-05T02:47:50.642Z 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 } }]
36022026-08-05T02:47:50.642ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183reset freemap , INFOunit :adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
36032026-08-05T02:47:50.642Zfreemap_route_ipv4
36042026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 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 } }]initted freemap. size: 64
36052026-08-05T02:47:50.642Z, unit: freemap_route_ipv6
36062026-08-05T02:47:50.642ZAug 05 02:47:49.183 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 05 02:47:49.183
36072026-08-05T02:47:50.642Z DEBG reset freemap, unitAug 05 02:47:49.183: DEBGfreemap_route_ipv6
36082026-08-05T02:47:50.642Zreplacing 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 } }]
36092026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
36102026-08-05T02:47:50.642Z
36112026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 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 } }]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 } }]
36122026-08-05T02:47:50.642Z
36132026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
36142026-08-05T02:47:50.642Z
36152026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 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: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 } }]
36162026-08-05T02:47:50.642Z
36172026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
36182026-08-05T02:47:50.642Z
36192026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
36202026-08-05T02:47:50.642Z
36212026-08-05T02:47:50.642ZAug 05 02:47:49.183 Aug 05 02:47:49.183INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
36222026-08-05T02:47:50.642Zadding route 3fff:dead::/64 -> 2001:db8::55:4
36232026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
36242026-08-05T02:47:50.642Z
36252026-08-05T02:47:50.642ZAug 05 02:47:49.183Aug 05 02:47:49.183 INFODEBG adding route 3fff:beef:1f::/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: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 } }]
36262026-08-05T02:47:50.646Z
36272026-08-05T02:47:50.646ZAug 05 02:47:49.183 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 } }]
36282026-08-05T02:47:50.646ZAug 05 02:47:49.183 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
36292026-08-05T02:47:50.646ZAug 05 02:47:49.183 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 } }]
36302026-08-05T02:47:50.646ZAug 05 02:47:49.183 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
36312026-08-05T02:47:50.646ZAug 05 02:47:49.183 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 } }]
36322026-08-05T02:47:50.646ZDEBGAug 05 02:47:49.183 INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
36332026-08-05T02:47:50.647Z
36342026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36352026-08-05T02:47:50.647ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
36362026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
36372026-08-05T02:47:50.647ZDEBG 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 } }]
36382026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36392026-08-05T02:47:50.647ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
36402026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
36412026-08-05T02:47:50.647ZDEBG 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 } }]
36422026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36432026-08-05T02:47:50.647ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
36442026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
36452026-08-05T02:47:50.647ZDEBG 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 } }]
36462026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36472026-08-05T02:47:50.647ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
36482026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
36492026-08-05T02:47:50.647ZDEBG 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 } }]
36502026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36512026-08-05T02:47:50.647ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
36522026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
36532026-08-05T02:47:50.647ZDEBG 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 } }]
36542026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36552026-08-05T02:47:50.647ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
36562026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
36572026-08-05T02:47:50.647ZDEBG 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 } }]
36582026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36592026-08-05T02:47:50.647ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
36602026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
36612026-08-05T02:47:50.647ZDEBG 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 } }]
36622026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183
36632026-08-05T02:47:50.647Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
36642026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:47:49.183
36652026-08-05T02:47:50.647Z 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 } }]
36662026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183
36672026-08-05T02:47:50.647Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
36682026-08-05T02:47:50.647ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
36692026-08-05T02:47:50.647ZDEBG 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 } }]
36702026-08-05T02:47:50.647ZAug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183
36712026-08-05T02:47:50.647Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
36722026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
36732026-08-05T02:47:50.648ZDEBG 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 } }]
36742026-08-05T02:47:50.648ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36752026-08-05T02:47:50.648ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
36762026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
36772026-08-05T02:47:50.648ZDEBG 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 } }]
36782026-08-05T02:47:50.648ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36792026-08-05T02:47:50.648ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
36802026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
36812026-08-05T02:47:50.648ZDEBG 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 } }]
36822026-08-05T02:47:50.648ZAug 05 02:47:49.183 DEBG Aug 05 02:47:49.183replacing 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 } }]
36832026-08-05T02:47:50.648ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
36842026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO Aug 05 02:47:49.183adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
36852026-08-05T02:47:50.648ZDEBG 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 } }]
36862026-08-05T02:47:50.648ZAug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183
36872026-08-05T02:47:50.648Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
36882026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:47:49.183
36892026-08-05T02:47:50.648Z 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 } }]
36902026-08-05T02:47:50.648ZAug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183
36912026-08-05T02:47:50.648Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
36922026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
36932026-08-05T02:47:50.648ZAug 05 02:47:49.183 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:47:49.183
36942026-08-05T02:47:50.648Z 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 } }]
36952026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
36962026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 05 02:47:49.183
36972026-08-05T02:47:50.648Z 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 } }]
36982026-08-05T02:47:50.648ZAug 05 02:47:49.183 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 05 02:47:49.183
36992026-08-05T02:47:50.648Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
37002026-08-05T02:47:50.648ZAug 05 02:47:49.183 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 05 02:47:49.183
37012026-08-05T02:47:50.648Z 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 } }]
37022026-08-05T02:47:50.648ZAug 05 02:47:49.189 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
37032026-08-05T02:47:50.648Z
37042026-08-05T02:47:50.648ZAug 05 02:47:49.189 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 } }]
37052026-08-05T02:47:50.648ZAug 05 02:47:49.189 INFO Aug 05 02:47:49.189adding route 3fff:dead::/64 -> 2001:db8::55:1
37062026-08-05T02:47:50.648ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
37072026-08-05T02:47:50.648ZAug 05 02:47:49.189 DEBG Aug 05 02:47:49.189replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
37082026-08-05T02:47:50.648ZDEBG 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 } }]
37092026-08-05T02:47:50.648ZAug 05 02:47:49.189 INFO Aug 05 02:47:49.189adding route 3fff:dead::/64 -> 2001:db8::55:2
37102026-08-05T02:47:50.648ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
37112026-08-05T02:47:50.648ZAug 05 02:47:49.189 DEBG Aug 05 02:47:49.189replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
37122026-08-05T02:47:50.649ZDEBG 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 } }]
37132026-08-05T02:47:50.649ZAug 05 02:47:49.189 INFOAug 05 02:47:49.189 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
37142026-08-05T02:47:50.649Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
37152026-08-05T02:47:50.649ZAug 05 02:47:49.189 DEBGAug 05 02:47:49.189 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
37162026-08-05T02:47:50.649Z 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 } }]
37172026-08-05T02:47:50.649ZAug 05 02:47:49.189 Aug 05 02:47:49.189INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
37182026-08-05T02:47:50.649Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
37192026-08-05T02:47:50.649ZAug 05 02:47:49.189 Aug 05 02:47:49.189DEBG 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 } }]
37202026-08-05T02:47:50.649Zreplacing 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 } }]
37212026-08-05T02:47:50.649ZAug 05 02:47:49.189Aug 05 02:47:49.189 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
37222026-08-05T02:47:50.649Z
37232026-08-05T02:47:50.649ZAug 05 02:47:49.189Aug 05 02:47:49.189 WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
37242026-08-05T02:47:50.649Z
37252026-08-05T02:47:50.649ZAug 05 02:47:49.189 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
37262026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37272026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
37282026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37292026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
37302026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37312026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
37322026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37332026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
37342026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37352026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
37362026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37372026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
37382026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37392026-08-05T02:47:50.653ZAug 05 02:47:49.189 DEBG failed to allocate space for the new target list
37402026-08-05T02:47:50.653ZAug 05 02:47:49.189 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 } }]
37412026-08-05T02:47:50.653ZAug 05 02:47:49.183 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 } }]
37422026-08-05T02:47:50.653ZAug 05 02:47:49.189 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
37432026-08-05T02:47:50.654ZAug 05 02:47:49.189 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 } }]
37442026-08-05T02:47:50.654ZAug 05 02:47:49.189 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
37452026-08-05T02:47:50.654ZAug 05 02:47:49.189 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 } }]
37462026-08-05T02:47:50.654ZAug 05 02:47:49.189 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
37472026-08-05T02:47:50.654ZAug 05 02:47:49.189 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 } }]
37482026-08-05T02:47:50.654Ztest route::tests::rollback_on_index_readd_failure ... ok
37492026-08-05T02:47:50.654Ztest route::tests::same_size_non_subset_replace ... ok
37502026-08-05T02:47:50.654Ztest route::tests::shrink_preserves_compacted_order ... ok
37512026-08-05T02:47:50.654Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
37522026-08-05T02:47:50.654ZAug 05 02:47:49.189 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
37532026-08-05T02:47:50.654ZAug 05 02:47:49.189 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 } }]
37542026-08-05T02:47:50.654ZAug 05 02:47:49.189 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
37552026-08-05T02:47:50.654ZAug 05 02:47:49.190 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 } }]
37562026-08-05T02:47:50.654ZAug 05 02:47:49.190 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
37572026-08-05T02:47:50.654ZAug 05 02:47:49.190 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 } }]
37582026-08-05T02:47:50.654ZAug 05 02:47:49.190 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
37592026-08-05T02:47:50.654ZAug 05 02:47:49.190 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 } }]
37602026-08-05T02:47:50.654ZAug 05 02:47:49.190 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
37612026-08-05T02:47:50.654ZAug 05 02:47:49.190 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 } }]
37622026-08-05T02:47:50.654ZAug 05 02:47:49.190 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
37632026-08-05T02:47:50.654ZAug 05 02:47:49.190 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 } }]
37642026-08-05T02:47:50.654ZAug 05 02:47:49.190 DEBG failed to allocate space for the new target list
37652026-08-05T02:47:50.654ZAug 05 02:47:49.190 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 } }]
37662026-08-05T02:47:50.654ZAug 05 02:47:49.169 Aug 05 02:47:49.184DEBG DEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4
37672026-08-05T02:47:50.654Z
37682026-08-05T02:47:50.654ZAug 05 02:47:49.190 DEBG created new freemap, unit: freemap_route_ipv6
37692026-08-05T02:47:50.654ZAug 05 02:47:49.190 DEBG initted freemap. size: 64, unit:Aug 05 02:47:49.190 freemap_route_ipv4DEBG
37702026-08-05T02:47:50.654Z created new freemap, unit:Aug 05 02:47:49.190 freemap_route_ipv6DEBG
37712026-08-05T02:47:50.654Z reset freemap, unit: freemap_route_ipv4Aug 05 02:47:49.190
37722026-08-05T02:47:50.654Z DEBG initted freemap. size: 64, unitAug 05 02:47:49.190: DEBGfreemap_route_ipv4
37732026-08-05T02:47:50.654Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 05 02:47:49.190
37742026-08-05T02:47:50.654Z DEBG reset freemap, unitAug 05 02:47:49.190: DEBGfreemap_route_ipv4
37752026-08-05T02:47:50.654Zreset freemapAug 05 02:47:49.190, unitDEBG: initted freemap. size: 64freemap_route_ipv6,
37762026-08-05T02:47:50.654Zunit: freemap_route_ipv6
37772026-08-05T02:47:50.654ZAug 05 02:47:49.190 INFO Aug 05 02:47:49.190adding route 172.16.0.0/32 -> 10.0.0.1
37782026-08-05T02:47:50.654ZDEBG reset freemap, unitAug 05 02:47:49.190: DEBGfreemap_route_ipv6
37792026-08-05T02:47:50.655Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37802026-08-05T02:47:50.655ZAug 05 02:47:49.190Aug 05 02:47:49.190 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.2
37812026-08-05T02:47:50.655Z
37822026-08-05T02:47:50.655ZAug 05 02:47:49.190Aug 05 02:47:49.190 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37832026-08-05T02:47:50.655Z
37842026-08-05T02:47:50.655ZAug 05 02:47:49.190Aug 05 02:47:49.190 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.16.0.0/32 -> 10.0.0.3
37852026-08-05T02:47:50.655Z
37862026-08-05T02:47:50.655ZAug 05 02:47:49.190Aug 05 02:47:49.190 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37872026-08-05T02:47:50.655Z
37882026-08-05T02:47:50.655ZAug 05 02:47:49.190 Aug 05 02:47:49.190INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4
37892026-08-05T02:47:50.655Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
37902026-08-05T02:47:50.655ZAug 05 02:47:49.190 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 } }]
37912026-08-05T02:47:50.655ZAug 05 02:47:49.190 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37922026-08-05T02:47:50.655ZAug 05 02:47:49.156Aug 05 02:47:49.163 DEBG DEBGcreated new freemap , unit: freemap_route_ipv4created new freemap
37932026-08-05T02:47:50.655Z, unit: freemap_route_ipv4
37942026-08-05T02:47:50.655ZAug 05 02:47:49.191Aug 05 02:47:49.191 Aug 05 02:47:49.191 DEBGDEBGAug 05 02:47:49.191 DEBG created new freemap, unit: freemap_route_ipv4
37952026-08-05T02:47:50.655ZAug 05 02:47:49.191 DEBG created new freemap, unit: freemap_route_ipv6
37962026-08-05T02:47:50.655ZAug 05 02:47:49.191 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
37972026-08-05T02:47:50.655ZAug 05 02:47:49.191 DEBG reset freemap, unit: freemap_route_ipv4
37982026-08-05T02:47:50.655ZAug 05 02:47:49.191 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
37992026-08-05T02:47:50.655ZAug 05 02:47:49.191 DEBG reset freemap, unit: freemap_route_ipv6
38002026-08-05T02:47:50.655ZAug 05 02:47:49.191 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38012026-08-05T02:47:50.655ZAug 05 02:47:49.191 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 } }]
38022026-08-05T02:47:50.655ZAug 05 02:47:49.191 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38032026-08-05T02:47:50.655ZAug 05 02:47:49.191 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 } }]
38042026-08-05T02:47:50.655Z
38052026-08-05T02:47:50.655ZAug 05 02:47:49.191 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38062026-08-05T02:47:50.655ZAug 05 02:47:49.191Aug 05 02:47:49.191 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 } }]
38072026-08-05T02:47:50.655ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:47:49.191
38082026-08-05T02:47:50.655Z INFO adding route 172.16.0.0/32 -> 10.0.0.2created new freemap
38092026-08-05T02:47:50.655Z, unit: Aug 05 02:47:49.191 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 } }]
38102026-08-05T02:47:50.655ZAug 05 02:47:49.197 INFO adding route 172.17.0.0/32 -> 10.0.0.255
38112026-08-05T02:47:50.655ZAug 05 02:47:49.197 Aug 05 02:47:49.197DEBG 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 } }]
38122026-08-05T02:47:50.655Zreplacing 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 } }]
38132026-08-05T02:47:50.655ZAug 05 02:47:49.197 INFOAug 05 02:47:49.197 adding route 172.17.0.1/32 -> 10.0.0.255INFO
38142026-08-05T02:47:50.655Z adding route 172.17.0.16/32 -> 10.0.0.255
38152026-08-05T02:47:50.655ZAug 05 02:47:49.197 DEBGAug 05 02:47:49.197 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38162026-08-05T02:47:50.655Z 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 } }]
38172026-08-05T02:47:50.656ZAug 05 02:47:49.197 INFOAug 05 02:47:49.197 adding route 172.17.0.2/32 -> 10.0.0.255INFO
38182026-08-05T02:47:50.656Z adding route 172.17.0.17/32 -> 10.0.0.255
38192026-08-05T02:47:50.656ZAug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }]
38202026-08-05T02:47:50.656ZDEBG 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 } }]
38212026-08-05T02:47:50.656ZAug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.3/32 -> 10.0.0.255
38222026-08-05T02:47:50.656ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
38232026-08-05T02:47:50.656ZAug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }]
38242026-08-05T02:47:50.656ZDEBG 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 } }]
38252026-08-05T02:47:50.656ZAug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.4/32 -> 10.0.0.255
38262026-08-05T02:47:50.660ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
38272026-08-05T02:47:50.660ZAug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }]
38282026-08-05T02:47:50.660ZDEBG 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 } }]
38292026-08-05T02:47:50.660ZAug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.5/32 -> 10.0.0.255
38302026-08-05T02:47:50.660ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
38312026-08-05T02:47:50.660ZAug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }]
38322026-08-05T02:47:50.660ZDEBG 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 } }]
38332026-08-05T02:47:50.660ZAug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.6/32 -> 10.0.0.255
38342026-08-05T02:47:50.660ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
38352026-08-05T02:47:50.660ZAug 05 02:47:49.197 DEBG Aug 05 02:47:49.197replacing 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 } }]
38362026-08-05T02:47:50.660ZDEBG 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 } }]
38372026-08-05T02:47:50.660ZAug 05 02:47:49.197 INFO Aug 05 02:47:49.197adding route 172.17.0.7/32 -> 10.0.0.255
38382026-08-05T02:47:50.660ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
38392026-08-05T02:47:50.660ZAug 05 02:47:49.197 DEBGAug 05 02:47:49.197 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38402026-08-05T02:47:50.660Z 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 } }]
38412026-08-05T02:47:50.660ZAug 05 02:47:49.197 Aug 05 02:47:49.197INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
38422026-08-05T02:47:50.661Zadding route 172.17.0.23/32 -> 10.0.0.255
38432026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38442026-08-05T02:47:50.661Z
38452026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
38462026-08-05T02:47:50.661Z
38472026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }]
38482026-08-05T02:47:50.661Z
38492026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
38502026-08-05T02:47:50.661Z
38512026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }]
38522026-08-05T02:47:50.661Z
38532026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
38542026-08-05T02:47:50.661Z
38552026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 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.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 } }]
38562026-08-05T02:47:50.661Z
38572026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
38582026-08-05T02:47:50.661Z
38592026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38602026-08-05T02:47:50.661Z
38612026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
38622026-08-05T02:47:50.661Z
38632026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38642026-08-05T02:47:50.661Z
38652026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
38662026-08-05T02:47:50.661Z
38672026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38682026-08-05T02:47:50.661Z
38692026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
38702026-08-05T02:47:50.661Z
38712026-08-05T02:47:50.661ZAug 05 02:47:49.197Aug 05 02:47:49.197 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38722026-08-05T02:47:50.661Z
38732026-08-05T02:47:50.661ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
38742026-08-05T02:47:50.661Z
38752026-08-05T02:47:50.661ZAug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38762026-08-05T02:47:50.661Z
38772026-08-05T02:47:50.661ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
38782026-08-05T02:47:50.661Z
38792026-08-05T02:47:50.661ZAug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38802026-08-05T02:47:50.661Z
38812026-08-05T02:47:50.661ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
38822026-08-05T02:47:50.662Z
38832026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38842026-08-05T02:47:50.662Z
38852026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
38862026-08-05T02:47:50.662Z
38872026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
38882026-08-05T02:47:50.662Z
38892026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
38902026-08-05T02:47:50.662Z
38912026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
38922026-08-05T02:47:50.662Z
38932026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
38942026-08-05T02:47:50.662Z
38952026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
38962026-08-05T02:47:50.662Z
38972026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
38982026-08-05T02:47:50.662Z
38992026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
39002026-08-05T02:47:50.662Z
39012026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
39022026-08-05T02:47:50.662Z
39032026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
39042026-08-05T02:47:50.662Z
39052026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
39062026-08-05T02:47:50.662Z
39072026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
39082026-08-05T02:47:50.662Z
39092026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
39102026-08-05T02:47:50.662Z
39112026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 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.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 } }]
39122026-08-05T02:47:50.662Z
39132026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
39142026-08-05T02:47:50.662Z
39152026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39162026-08-05T02:47:50.662Z
39172026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
39182026-08-05T02:47:50.662Z
39192026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
39202026-08-05T02:47:50.662Z
39212026-08-05T02:47:50.662ZAug 05 02:47:49.198Aug 05 02:47:49.198 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
39222026-08-05T02:47:50.663Z
39232026-08-05T02:47:50.663ZAug 05 02:47:49.198Aug 05 02:47:49.198 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39242026-08-05T02:47:50.663Zfreemap_route_ipv4
39252026-08-05T02:47:50.663ZAug 05 02:47:49.204 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39262026-08-05T02:47:50.667ZAug 05 02:47:49.204 DEBGAug 05 02:47:49.204 created new freemapDEBG , replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
39272026-08-05T02:47:50.667Z: freemap_route_ipv6
39282026-08-05T02:47:50.667ZAug 05 02:47:49.204 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 05 02:47:49.204
39292026-08-05T02:47:50.667Z DEBG initted freemap. size: 64, unitAug 05 02:47:49.204: DEBGfreemap_route_ipv4
39302026-08-05T02:47:50.667Zreplacing 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 } }]
39312026-08-05T02:47:50.667ZAug 05 02:47:49.204 Aug 05 02:47:49.204DEBG INFOreset freemap , adding route 172.17.0.46/32 -> 10.0.0.255unit
39322026-08-05T02:47:50.667Z: freemap_route_ipv4
39332026-08-05T02:47:50.667ZAug 05 02:47:49.204 DEBG Aug 05 02:47:49.204replacing 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 } }]
39342026-08-05T02:47:50.667ZDEBG initted freemap. size: 64, unit:Aug 05 02:47:49.204 freemap_route_ipv6INFO
39352026-08-05T02:47:50.667Z adding route 172.17.0.47/32 -> 10.0.0.255
39362026-08-05T02:47:50.667ZAug 05 02:47:49.204 DEBGAug 05 02:47:49.204 reset freemapDEBG, 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 } }]:
39372026-08-05T02:47:50.667Z freemap_route_ipv6
39382026-08-05T02:47:50.667ZAug 05 02:47:49.204 INFOAug 05 02:47:49.204 adding route 172.17.0.48/32 -> 10.0.0.255INFO
39392026-08-05T02:47:50.667Z adding route 3fff:dead::/64 -> 2001:db8::55:1
39402026-08-05T02:47:50.667ZAug 05 02:47:49.204 DEBGAug 05 02:47:49.204 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39412026-08-05T02:47:50.667Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
39422026-08-05T02:47:50.667ZAug 05 02:47:49.204 INFOAug 05 02:47:49.204 adding route 172.17.0.49/32 -> 10.0.0.255INFO
39432026-08-05T02:47:50.667Z adding route 3fff:dead::/64 -> 2001:db8::55:2
39442026-08-05T02:47:50.667ZAug 05 02:47:49.204 DEBGAug 05 02:47:49.204 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
39452026-08-05T02:47:50.667Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
39462026-08-05T02:47:50.667ZAug 05 02:47:49.204 INFO Aug 05 02:47:49.204adding route 172.17.0.50/32 -> 10.0.0.255
39472026-08-05T02:47:50.668ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
39482026-08-05T02:47:50.668ZAug 05 02:47:49.204 DEBGAug 05 02:47:49.204 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
39492026-08-05T02:47:50.668Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
39502026-08-05T02:47:50.668ZAug 05 02:47:49.204 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:47:49.204
39512026-08-05T02:47:50.668Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
39522026-08-05T02:47:50.668ZAug 05 02:47:49.204 DEBG Aug 05 02:47:49.204replacing 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 } }]
39532026-08-05T02:47:50.668Ztest route::tests::identity_replace_is_noop ... ok
39542026-08-05T02:47:50.668Ztest route::tests::grow_succeeds ... ok
39552026-08-05T02:47:50.668Ztest route::tests::delete_targets_fragmented ... ok
39562026-08-05T02:47:50.668ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
39572026-08-05T02:47:50.668ZAug 05 02:47:49.204 INFO Aug 05 02:47:49.204adding route 172.17.0.52/32 -> 10.0.0.255
39582026-08-05T02:47:50.668ZDEBG replacing targets for 3fff:dead::/64 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 } }]
39592026-08-05T02:47:50.668ZAug 05 02:47:49.204 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 } }]
39602026-08-05T02:47:50.668ZAug 05 02:47:49.204 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39612026-08-05T02:47:50.668ZAug 05 02:47:49.204 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 } }]
39622026-08-05T02:47:50.668ZAug 05 02:47:49.204 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39632026-08-05T02:47:50.668ZAug 05 02:47:49.205 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 } }]
39642026-08-05T02:47:50.668ZAug 05 02:47:49.205 INFO adding route 172.17.0.55/32 -> 10.0.0.255created new freemap
39652026-08-05T02:47:50.668Z, unitAug 05 02:47:49.205: DEBGfreemap_route_ipv6
39662026-08-05T02:47:50.668Zreplacing 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 } }]
39672026-08-05T02:47:50.668ZAug 05 02:47:49.205 DEBG initted freemap. size: 64Aug 05 02:47:49.205, unitINFO: adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv4
39682026-08-05T02:47:50.668Z
39692026-08-05T02:47:50.668Z
39702026-08-05T02:47:50.668ZAug 05 02:47:49.205 Aug 05 02:47:49.205DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:47:49.205
39712026-08-05T02:47:50.668Z reset freemap , INFOunit :adding route 172.17.0.29/32 -> 10.0.0.255 Aug 05 02:47:49.205freemap_route_ipv4
39722026-08-05T02:47:50.668Z
39732026-08-05T02:47:50.668ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
39742026-08-05T02:47:50.668ZAug 05 02:47:49.205Aug 05 02:47:49.205 Aug 05 02:47:49.205DEBGDEBG 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 } }]initted freemap. size: 64 , 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 } }]unit
39752026-08-05T02:47:50.668Z
39762026-08-05T02:47:50.668Z: freemap_route_ipv6
39772026-08-05T02:47:50.668ZAug 05 02:47:49.205Aug 05 02:47:49.205 INFOINFO Aug 05 02:47:49.205adding route 172.17.0.58/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
39782026-08-05T02:47:50.668Z
39792026-08-05T02:47:50.668Z reset freemap, unit: freemap_route_ipv6Aug 05 02:47:49.205Aug 05 02:47:49.205
39802026-08-05T02:47:50.668ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39812026-08-05T02:47:50.668Z 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 05 02:47:49.205
39822026-08-05T02:47:50.668Z INFOAug 05 02:47:49.205 adding route 172.16.0.0/32 -> 10.0.0.1INFO
39832026-08-05T02:47:50.668ZAug 05 02:47:49.205 adding route 172.17.0.59/32 -> 10.0.0.255INFO
39842026-08-05T02:47:50.668Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
39852026-08-05T02:47:50.668Z Aug 05 02:47:49.205adding route 172.17.0.31/32 -> 10.0.0.255
39862026-08-05T02:47:50.668Ztest route::tests::delete_targets_full ... ok
39872026-08-05T02:47:50.669ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
39882026-08-05T02:47:50.669ZAug 05 02:47:49.205 Aug 05 02:47:49.205DEBG DEBGAug 05 02:47:49.205replacing 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 } }]
39892026-08-05T02:47:50.669Z INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
39902026-08-05T02:47:50.669Z
39912026-08-05T02:47:50.669ZAug 05 02:47:49.205 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 05 02:47:49.205
39922026-08-05T02:47:50.669Z Aug 05 02:47:49.205INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG
39932026-08-05T02:47:50.669Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:47:49.205
39942026-08-05T02:47:50.669Z Aug 05 02:47:49.205DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39952026-08-05T02:47:50.669Zreplacing 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 05 02:47:49.205
39962026-08-05T02:47:50.669Z INFO adding route 172.16.0.0/32 -> 10.0.0.3
39972026-08-05T02:47:50.669ZAug 05 02:47:49.205 Aug 05 02:47:49.205DEBG Aug 05 02:47:49.205INFO failed to allocate space for the new target listadding route 172.17.0.33/32 -> 10.0.0.255
39982026-08-05T02:47:50.669Z
39992026-08-05T02:47:50.669ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
40002026-08-05T02:47:50.669ZAug 05 02:47:49.205Aug 05 02:47:49.205 DEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40012026-08-05T02:47:50.669ZAug 05 02:47:49.205replacing targets for 172.16.0.0/32 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 } }]
40022026-08-05T02:47:50.669ZINFO Aug 05 02:47:49.205adding route 172.16.0.0/32 -> 10.0.0.4
40032026-08-05T02:47:50.669ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
40042026-08-05T02:47:50.669ZAug 05 02:47:49.205 DEBG Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
40052026-08-05T02:47:50.669ZDEBG 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 } }]
40062026-08-05T02:47:50.669ZAug 05 02:47:49.205 Aug 05 02:47:49.205DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
40072026-08-05T02:47:50.669Zadding route 172.17.0.35/32 -> 10.0.0.255
40082026-08-05T02:47:50.669ZAug 05 02:47:49.205 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 } }]
40092026-08-05T02:47:50.669ZAug 05 02:47:49.205 INFO adding route 172.17.0.36/32 -> 10.0.0.255
40102026-08-05T02:47:50.669ZAug 05 02:47:49.205 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 } }]
40112026-08-05T02:47:50.669ZAug 05 02:47:49.205 INFO adding route 172.17.0.37/32 -> 10.0.0.255
40122026-08-05T02:47:50.669ZAug 05 02:47:49.205 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 } }]DEBG
40132026-08-05T02:47:50.669Z created new freemap, Aug 05 02:47:49.205unit :INFO freemap_route_ipv6adding route 172.17.0.38/32 -> 10.0.0.255
40142026-08-05T02:47:50.669Z
40152026-08-05T02:47:50.669ZAug 05 02:47:49.205 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 05 02:47:49.205
40162026-08-05T02:47:50.669Z DEBG initted freemap. size: 64, Aug 05 02:47:49.205unit :INFO freemap_route_ipv4adding route 172.17.0.39/32 -> 10.0.0.255
40172026-08-05T02:47:50.669Z
40182026-08-05T02:47:50.669ZAug 05 02:47:49.205Aug 05 02:47:49.205 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 } }]reset freemap
40192026-08-05T02:47:50.669Z, unit: freemap_route_ipv4
40202026-08-05T02:47:50.669ZAug 05 02:47:49.205 INFO adding route 172.17.0.40/32 -> 10.0.0.255
40212026-08-05T02:47:50.669ZAug 05 02:47:49.205 DEBG initted freemap. size: 64Aug 05 02:47:49.205, unitDEBG: replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
40222026-08-05T02:47:50.669Z
40232026-08-05T02:47:50.669ZAug 05 02:47:49.205Aug 05 02:47:49.205 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255reset freemap
40242026-08-05T02:47:50.669Z, unit: freemap_route_ipv6
40252026-08-05T02:47:50.669ZAug 05 02:47:49.205 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 } }]
40262026-08-05T02:47:50.673ZAug 05 02:47:49.205 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:47:49.205
40272026-08-05T02:47:50.673Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
40282026-08-05T02:47:50.673ZAug 05 02:47:49.205 DEBG Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
40292026-08-05T02:47:50.673ZDEBG 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 } }]
40302026-08-05T02:47:50.673ZAug 05 02:47:49.205 DEBG Aug 05 02:47:49.205replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
40312026-08-05T02:47:50.673ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
40322026-08-05T02:47:50.674ZAug 05 02:47:49.205 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 } }]
40332026-08-05T02:47:50.674ZAug 05 02:47:49.205 INFO adding route 172.17.0.44/32 -> 10.0.0.255
40342026-08-05T02:47:50.674ZAug 05 02:47:49.205 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 } }]
40352026-08-05T02:47:50.674ZAug 05 02:47:49.205 INFO adding route 172.17.0.45/32 -> 10.0.0.255
40362026-08-05T02:47:50.674ZAug 05 02:47:49.205 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 } }]
40372026-08-05T02:47:50.674ZAug 05 02:47:49.211 INFO adding route 172.17.0.46/32 -> 10.0.0.255
40382026-08-05T02:47:50.674ZAug 05 02:47:49.211 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 } }]
40392026-08-05T02:47:50.674ZAug 05 02:47:49.211 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 05 02:47:49.205
40402026-08-05T02:47:50.674Z DEBG Aug 05 02:47:49.211 created new freemapDEBG 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 } }],
40412026-08-05T02:47:50.674Zunit: freemap_route_ipv4Aug 05 02:47:49.211
40422026-08-05T02:47:50.674Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
40432026-08-05T02:47:50.674ZAug 05 02:47:49.211 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 } }]
40442026-08-05T02:47:50.674ZAug 05 02:47:49.211Aug 05 02:47:49.211 DEBGINFO created new freemapadding route 172.17.0.49/32 -> 10.0.0.255,
40452026-08-05T02:47:50.674Zunit: freemap_route_ipv6
40462026-08-05T02:47:50.674ZAug 05 02:47:49.211 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:47:49.211
40472026-08-05T02:47:50.674Z DEBG initted freemap. size: 64, unitAug 05 02:47:49.211: INFOfreemap_route_ipv4
40482026-08-05T02:47:50.674Zadding route 172.17.0.50/32 -> 10.0.0.255
40492026-08-05T02:47:50.674ZAug 05 02:47:49.211 Aug 05 02:47:49.211DEBG DEBGreset freemap , replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
40502026-08-05T02:47:50.674Z: freemap_route_ipv4
40512026-08-05T02:47:50.674ZAug 05 02:47:49.211 INFO Aug 05 02:47:49.212adding route 172.17.0.51/32 -> 10.0.0.255
40522026-08-05T02:47:50.674ZDEBG initted freemap. size: 64, unit:Aug 05 02:47:49.212 freemap_route_ipv6DEBG
40532026-08-05T02:47:50.674Z 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 } }]
40542026-08-05T02:47:50.674ZAug 05 02:47:49.212 DEBGAug 05 02:47:49.212 reset freemapINFO, unitadding route 172.17.0.52/32 -> 10.0.0.255:
40552026-08-05T02:47:50.674Z freemap_route_ipv6
40562026-08-05T02:47:50.674ZAug 05 02:47:49.212 Aug 05 02:47:49.212DEBG 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 } }]
40572026-08-05T02:47:50.674Zadding route 172.16.0.0/32 -> 10.0.0.1
40582026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 INFODEBG adding route 172.17.0.53/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 } }]
40592026-08-05T02:47:50.674Z
40602026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
40612026-08-05T02:47:50.674Z
40622026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
40632026-08-05T02:47:50.674Z
40642026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
40652026-08-05T02:47:50.674Z
40662026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
40672026-08-05T02:47:50.674Z
40682026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
40692026-08-05T02:47:50.674Z
40702026-08-05T02:47:50.674ZAug 05 02:47:49.212Aug 05 02:47:49.212 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.56/32 -> 10.0.0.255
40712026-08-05T02:47:50.674Z
40722026-08-05T02:47:50.675ZAug 05 02:47:49.212Aug 05 02:47:49.212 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }]
40732026-08-05T02:47:50.675Z
40742026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40752026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40762026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40772026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40782026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40792026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40802026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40812026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40822026-08-05T02:47:50.675ZAug 05 02:47:49.212 DEBG failed to allocate space for the new target list
40832026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40842026-08-05T02:47:50.675ZAug 05 02:47:49.191 DEBG created new freemap, unit: freemap_route_ipv4
40852026-08-05T02:47:50.675ZAug 05 02:47:49.212 DEBG created new freemap, unit: freemap_route_ipv6
40862026-08-05T02:47:50.675ZAug 05 02:47:49.212 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
40872026-08-05T02:47:50.675ZAug 05 02:47:49.212 DEBG reset freemap, unit: freemap_route_ipv4
40882026-08-05T02:47:50.675ZAug 05 02:47:49.212 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
40892026-08-05T02:47:50.675ZAug 05 02:47:49.212 DEBG reset freemap, unit: freemap_route_ipv6
40902026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.16.0.0/32 -> 10.0.0.1
40912026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40922026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.16.0.0/32 -> 10.0.0.2
40932026-08-05T02:47:50.675ZAug 05 02:47:49.212 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 } }]
40942026-08-05T02:47:50.675ZAug 05 02:47:49.212 INFO adding route 172.16.0.0/32 -> 10.0.0.3
40952026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
40962026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.16.0.0/32 -> 10.0.0.4
40972026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
40982026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.0/32 -> 10.0.0.255
40992026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
41002026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.1/32 -> 10.0.0.255
41012026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
41022026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.2/32 -> 10.0.0.255
41032026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
41042026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.3/32 -> 10.0.0.255
41052026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
41062026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.4/32 -> 10.0.0.255
41072026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
41082026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.5/32 -> 10.0.0.255
41092026-08-05T02:47:50.675ZAug 05 02:47:49.218 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 } }]
41102026-08-05T02:47:50.675ZAug 05 02:47:49.218 INFO adding route 172.17.0.6/32 -> 10.0.0.255
41112026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41122026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.7/32 -> 10.0.0.255
41132026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41142026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.8/32 -> 10.0.0.255
41152026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41162026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.9/32 -> 10.0.0.255
41172026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41182026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.10/32 -> 10.0.0.255
41192026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41202026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.11/32 -> 10.0.0.255
41212026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41222026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.12/32 -> 10.0.0.255
41232026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41242026-08-05T02:47:50.676ZAug 05 02:47:49.218 INFO adding route 172.17.0.13/32 -> 10.0.0.255
41252026-08-05T02:47:50.676ZAug 05 02:47:49.218 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 } }]
41262026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.14/32 -> 10.0.0.255
41272026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41282026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.15/32 -> 10.0.0.255
41292026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41302026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.16/32 -> 10.0.0.255
41312026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41322026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.17/32 -> 10.0.0.255
41332026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41342026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.18/32 -> 10.0.0.255
41352026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41362026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.19/32 -> 10.0.0.255
41372026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41382026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.20/32 -> 10.0.0.255
41392026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41402026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.21/32 -> 10.0.0.255
41412026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41422026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.22/32 -> 10.0.0.255
41432026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41442026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.23/32 -> 10.0.0.255
41452026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41462026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.24/32 -> 10.0.0.255
41472026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41482026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.25/32 -> 10.0.0.255
41492026-08-05T02:47:50.680ZAug 05 02:47:49.218 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 } }]
41502026-08-05T02:47:50.680ZAug 05 02:47:49.218 INFO adding route 172.17.0.26/32 -> 10.0.0.255
41512026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41522026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.27/32 -> 10.0.0.255
41532026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41542026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.28/32 -> 10.0.0.255
41552026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41562026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.29/32 -> 10.0.0.255
41572026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41582026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.30/32 -> 10.0.0.255
41592026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41602026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.31/32 -> 10.0.0.255
41612026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41622026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.32/32 -> 10.0.0.255
41632026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41642026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.33/32 -> 10.0.0.255
41652026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41662026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.34/32 -> 10.0.0.255
41672026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41682026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.35/32 -> 10.0.0.255
41692026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41702026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.36/32 -> 10.0.0.255
41712026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41722026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.37/32 -> 10.0.0.255
41732026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41742026-08-05T02:47:50.681ZAug 05 02:47:49.218 INFO adding route 172.17.0.38/32 -> 10.0.0.255
41752026-08-05T02:47:50.681ZAug 05 02:47:49.218 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 } }]
41762026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.39/32 -> 10.0.0.255
41772026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41782026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.40/32 -> 10.0.0.255
41792026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41802026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.41/32 -> 10.0.0.255
41812026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41822026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.42/32 -> 10.0.0.255
41832026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41842026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.43/32 -> 10.0.0.255
41852026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41862026-08-05T02:47:50.681Ztest route::tests::delete_target_fragmented ... ok
41872026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.44/32 -> 10.0.0.255
41882026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41892026-08-05T02:47:50.681ZAug 05 02:47:49.219 INFO adding route 172.17.0.45/32 -> 10.0.0.255
41902026-08-05T02:47:50.681ZAug 05 02:47:49.219 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 } }]
41912026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.46/32 -> 10.0.0.255
41922026-08-05T02:47:50.682Z
41932026-08-05T02:47:50.682Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
41942026-08-05T02:47:50.682Z
41952026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
41962026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.47/32 -> 10.0.0.255
41972026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
41982026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.48/32 -> 10.0.0.255
41992026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42002026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.49/32 -> 10.0.0.255
42012026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42022026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.50/32 -> 10.0.0.255
42032026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42042026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.51/32 -> 10.0.0.255
42052026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42062026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.52/32 -> 10.0.0.255
42072026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42082026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.53/32 -> 10.0.0.255
42092026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42102026-08-05T02:47:50.682ZAug 05 02:47:49.219 INFO adding route 172.17.0.54/32 -> 10.0.0.255
42112026-08-05T02:47:50.682ZAug 05 02:47:49.219 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 } }]
42122026-08-05T02:47:50.682ZAug 05 02:47:49.225 INFO adding route 172.17.0.55/32 -> 10.0.0.255
42132026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42142026-08-05T02:47:50.682ZAug 05 02:47:49.225 INFO adding route 172.17.0.56/32 -> 10.0.0.255
42152026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42162026-08-05T02:47:50.682ZAug 05 02:47:49.225 INFO adding route 172.17.0.57/32 -> 10.0.0.255
42172026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42182026-08-05T02:47:50.682ZAug 05 02:47:49.225 INFO adding route 172.17.0.58/32 -> 10.0.0.255
42192026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42202026-08-05T02:47:50.682ZAug 05 02:47:49.225 INFO adding route 172.17.0.59/32 -> 10.0.0.255
42212026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42222026-08-05T02:47:50.682ZAug 05 02:47:49.225 INFO adding route 172.17.0.60/32 -> 10.0.0.255
42232026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42242026-08-05T02:47:50.682ZAug 05 02:47:49.225 DEBG failed to allocate space for the new target list
42252026-08-05T02:47:50.682ZAug 05 02:47:49.225 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 } }]
42262026-08-05T02:47:50.687Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-83e077d6f0e9b5f8)
42272026-08-05T02:47:50.687Z
42282026-08-05T02:47:50.687Zrunning 0 tests
42292026-08-05T02:47:50.688Z
42302026-08-05T02:47:50.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42312026-08-05T02:47:50.688Z
42322026-08-05T02:47:50.688Z Running unittests src/lib.rs (target/debug/deps/dpd_api-381a13284b936ec6)
42332026-08-05T02:47:50.688Z
42342026-08-05T02:47:50.688Zrunning 0 tests
42352026-08-05T02:47:50.688Z
42362026-08-05T02:47:50.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42372026-08-05T02:47:50.688Z
42382026-08-05T02:47:50.688Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7490043c847376bd)
42392026-08-05T02:47:50.688Z
42402026-08-05T02:47:50.688Zrunning 6 tests
42412026-08-05T02:47:50.688Ztest tests::test_full_lot_id_neither_present ... ok
42422026-08-05T02:47:50.688Ztest tests::test_full_lot_id_lot_only ... ok
42432026-08-05T02:47:50.688Ztest tests::test_full_lot_id_both_present ... ok
42442026-08-05T02:47:50.688Ztest tests::test_parse_client_port_id ... ok
42452026-08-05T02:47:50.688Ztest tests::test_port_id_cmp ... ok
42462026-08-05T02:47:50.688Ztest tests::test_full_lot_id_lotnum_only ... ok
42472026-08-05T02:47:50.688Z
42482026-08-05T02:47:50.688Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42492026-08-05T02:47:50.688Z
42502026-08-05T02:47:50.688Z Running tests/test_all.rs (target/debug/deps/test_all-2487eadb8639a649)
42512026-08-05T02:47:50.688Z
42522026-08-05T02:47:50.688Zrunning 0 tests
42532026-08-05T02:47:50.688Z
42542026-08-05T02:47:50.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42552026-08-05T02:47:50.688Z
42562026-08-05T02:47:50.688Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7da615f036c57549)
42572026-08-05T02:47:50.688Z
42582026-08-05T02:47:50.688Zrunning 0 tests
42592026-08-05T02:47:50.688Z
42602026-08-05T02:47:50.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42612026-08-05T02:47:50.688Z
42622026-08-05T02:47:50.688Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-91bf076b49d59a87)
42632026-08-05T02:47:50.688Z
42642026-08-05T02:47:50.688Zrunning 0 tests
42652026-08-05T02:47:50.688Z
42662026-08-05T02:47:50.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42672026-08-05T02:47:50.689Z
42682026-08-05T02:47:50.689Z Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165)
42692026-08-05T02:47:50.689Z
42702026-08-05T02:47:50.689Zrunning 12 tests
42712026-08-05T02:47:50.689Ztest pbuf::test_byte ... ok
42722026-08-05T02:47:50.689Ztest icmp::test_v6_checksum ... ok
42732026-08-05T02:47:50.689Ztest lldp::test_lldp_parse ... ok
42742026-08-05T02:47:50.689Ztest ipv6::test_ipv6_parse ... ok
42752026-08-05T02:47:50.689Ztest icmp::test_v4_checksum ... ok
42762026-08-05T02:47:50.689Ztest pbuf::test_nibble ... ok
42772026-08-05T02:47:50.689Ztest pbuf::test_overflow ... ok
42782026-08-05T02:47:50.689Ztest pbuf::test_short ... ok
42792026-08-05T02:47:50.689Ztest pbuf::test_twelve ... ok
42802026-08-05T02:47:50.689Ztest pbuf::test_word ... ok
42812026-08-05T02:47:50.689Ztest tcp::test_checksum_syn_nodata ... ok
42822026-08-05T02:47:50.689Ztest tcp::test_checksum_ack_data ... ok
42832026-08-05T02:47:50.689Z
42842026-08-05T02:47:50.689Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42852026-08-05T02:47:50.689Z
42862026-08-05T02:47:50.689Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
42872026-08-05T02:47:50.689Z
42882026-08-05T02:47:50.689Zrunning 0 tests
42892026-08-05T02:47:50.689Z
42902026-08-05T02:47:50.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42912026-08-05T02:47:50.689Z
42922026-08-05T02:47:50.689Z Running unittests src/main.rs (target/debug/deps/swadm-ff9f92b473df6eb8)
42932026-08-05T02:47:50.689Z
42942026-08-05T02:47:50.689Zrunning 5 tests
42952026-08-05T02:47:50.689Ztest switchport::test::test_compute_lanes ... ok
42962026-08-05T02:47:50.689Ztest switchport::test::port_id_ordering ... ok
42972026-08-05T02:47:50.689Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
42982026-08-05T02:47:50.689ZLane 1 Rx Loss-of-lock: Yes YesLane 2 YesLane 3
42992026-08-05T02:47:50.689ZYes
43002026-08-05T02:47:50.689Z State: Activated Rx Loss-of-signal: Yes ActivatedYes YesActivated YesActivated
43012026-08-05T02:47:50.689Z
43022026-08-05T02:47:50.689Z Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse Yesfalse Yesfalse
43032026-08-05T02:47:50.689Z
43042026-08-05T02:47:50.689Z Tx Enabled: Yes Rx Output Status: valid Yesvalid Yes validYes
43052026-08-05T02:47:50.689Zvalid
43062026-08-05T02:47:50.690Z Tx Loss-of-lock: No Rx Loss-of-lock: true trueNo true No trueNo
43072026-08-05T02:47:50.690Z
43082026-08-05T02:47:50.690Z Rx Loss-of-signal: false Tx Loss-of-signal: No false No false Nofalse
43092026-08-05T02:47:50.690ZNo
43102026-08-05T02:47:50.690ZRx Auto-squelch Disable: true Tx CDR Enabled: No Notrue Notrue No
43112026-08-05T02:47:50.690Ztrue
43122026-08-05T02:47:50.690Z Tx Adaptive EQ Fault: No Tx Output Enabled: true No true No trueNo
43132026-08-05T02:47:50.690Ztrue
43142026-08-05T02:47:50.690Z Tx Fault: Yes Tx Output Status: invalidYes invalid Yes invalidYes
43152026-08-05T02:47:50.690Zinvalid
43162026-08-05T02:47:50.690Z Tx Loss-of-lock: false false false false
43172026-08-05T02:47:50.690Z Tx Loss-of-signal: true true true true
43182026-08-05T02:47:50.690ZTx Auto-squelch Disable: false false false false
43192026-08-05T02:47:50.690Z Tx Adaptive EQ Fail: true true true true
43202026-08-05T02:47:50.690Z Tx Failure: false false false false
43212026-08-05T02:47:50.690Z Tx Force Squelch: true true true true
43222026-08-05T02:47:50.690Z Tx Input Polarity: normal normal normal normal
43232026-08-05T02:47:50.690Ztest switchport::test::test_print_sff_datapath ... ok
43242026-08-05T02:47:50.690Ztest switchport::test::test_print_cmis_datapath ... ok
43252026-08-05T02:47:50.694Ztest link::test_filter ... ok
43262026-08-05T02:47:50.694Z
43272026-08-05T02:47:50.694Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43282026-08-05T02:47:50.694Z
43292026-08-05T02:47:50.694Z Running tests/counters.rs (target/debug/deps/counters-3abca173eeeebba2)
43302026-08-05T02:47:50.694Z
43312026-08-05T02:47:50.694Zrunning 1 test
43322026-08-05T02:47:50.695Ztest test_p4_counter_list ... ignored
43332026-08-05T02:47:50.695Z
43342026-08-05T02:47:50.695Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
43352026-08-05T02:47:50.695Z
43362026-08-05T02:47:50.695Z Running tests/multicast.rs (target/debug/deps/multicast-8f419de98b0c6fed)
43372026-08-05T02:47:50.695Z
43382026-08-05T02:47:50.695Zrunning 1 test
43392026-08-05T02:47:50.695Ztest test_multicast_list_and_get ... ignored
43402026-08-05T02:47:50.695Z
43412026-08-05T02:47:50.695Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
43422026-08-05T02:47:50.695Z
43432026-08-05T02:47:50.695Z Running tests/port-link.rs (target/debug/deps/port_link-d86255688b9384d7)
43442026-08-05T02:47:50.695Z
43452026-08-05T02:47:50.695Zrunning 5 tests
43462026-08-05T02:47:50.695Ztest test_an ... ignored
43472026-08-05T02:47:50.695Ztest test_enable ... ignored
43482026-08-05T02:47:50.695Ztest test_ip_addresses ... ignored
43492026-08-05T02:47:50.695Ztest test_kr ... ignored
43502026-08-05T02:47:50.695Ztest test_mac ... ignored
43512026-08-05T02:47:50.695Z
43522026-08-05T02:47:50.695Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
43532026-08-05T02:47:50.695Z
43542026-08-05T02:47:50.695Z Running unittests src/main.rs (target/debug/deps/tfportd-a7ac07164f835668)
43552026-08-05T02:47:50.698Z
43562026-08-05T02:47:50.698Zrunning 3 tests
43572026-08-05T02:47:50.698Ztest linklocal::test_parse_ipadm ... ok
43582026-08-05T02:47:50.698Ztest tfport::test_parse_tfport ... ok
43592026-08-05T02:47:50.698Ztest config::tests::test_updates ... ok
43602026-08-05T02:47:50.699Z
43612026-08-05T02:47:50.699Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43622026-08-05T02:47:50.699Z
43632026-08-05T02:47:50.699Z Running unittests src/main.rs (target/debug/deps/uplinkd-70e995183870c872)
43642026-08-05T02:47:50.701Z
43652026-08-05T02:47:50.701Zrunning 0 tests
43662026-08-05T02:47:50.702Z
43672026-08-05T02:47:50.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43682026-08-05T02:47:50.702Z
43692026-08-05T02:47:50.702Z Running unittests src/main.rs (target/debug/deps/xtask-ba570b1522b27a9a)
43702026-08-05T02:47:50.702Z
43712026-08-05T02:47:50.702Zrunning 0 tests
43722026-08-05T02:47:50.702Z
43732026-08-05T02:47:50.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43742026-08-05T02:47:50.702Z
43752026-08-05T02:47:50.702Z Doc-tests aal
43762026-08-05T02:47:50.833Z
43772026-08-05T02:47:50.833Zrunning 0 tests
43782026-08-05T02:47:50.833Z
43792026-08-05T02:47:50.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43802026-08-05T02:47:50.833Z
43812026-08-05T02:47:50.850Z Doc-tests aal_macros
43822026-08-05T02:47:50.921Z
43832026-08-05T02:47:50.921Zrunning 0 tests
43842026-08-05T02:47:50.921Z
43852026-08-05T02:47:50.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43862026-08-05T02:47:50.921Z
43872026-08-05T02:47:50.931Z Doc-tests common
43882026-08-05T02:47:51.171Z
43892026-08-05T02:47:51.172Zrunning 0 tests
43902026-08-05T02:47:51.172Z
43912026-08-05T02:47:51.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
43922026-08-05T02:47:51.172Z
43932026-08-05T02:47:51.193Z Doc-tests dpd_api
43942026-08-05T02:47:51.947Z
43952026-08-05T02:47:51.947Zrunning 2 tests
43962026-08-05T02:47:51.947Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
43972026-08-05T02:47:51.947Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
43982026-08-05T02:47:51.947Z
43992026-08-05T02:47:51.947Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
44002026-08-05T02:47:51.947Z
44012026-08-05T02:47:51.978Z Doc-tests dpd_client
44022026-08-05T02:47:53.278Z
44032026-08-05T02:47:53.278Zrunning 0 tests
44042026-08-05T02:47:53.278Z
44052026-08-05T02:47:53.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44062026-08-05T02:47:53.278Z
44072026-08-05T02:47:53.396Z Doc-tests dpd_types
44082026-08-05T02:47:53.538Z
44092026-08-05T02:47:53.538Zrunning 0 tests
44102026-08-05T02:47:53.538Z
44112026-08-05T02:47:53.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44122026-08-05T02:47:53.538Z
44132026-08-05T02:47:53.563Z Doc-tests dpd_types_versions
44142026-08-05T02:47:54.776Z
44152026-08-05T02:47:54.776Zrunning 1 test
44162026-08-05T02:47:54.776Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
44172026-08-05T02:47:54.776Z
44182026-08-05T02:47:54.776Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
44192026-08-05T02:47:54.776Z
44202026-08-05T02:47:54.821Z Doc-tests packet
44212026-08-05T02:47:54.936Z
44222026-08-05T02:47:54.936Zrunning 0 tests
44232026-08-05T02:47:54.936Z
44242026-08-05T02:47:54.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44252026-08-05T02:47:54.936Z
44262026-08-05T02:47:54.952Z Doc-tests pcap
44272026-08-05T02:47:55.006Z
44282026-08-05T02:47:55.006Zrunning 0 tests
44292026-08-05T02:47:55.006Z
44302026-08-05T02:47:55.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44312026-08-05T02:47:55.010Z
44322026-08-05T02:47:55.082Z+ for feat in tofino_stub tofino_asic softnpu chaos
44332026-08-05T02:47:55.082Z+ RUST_BACKTRACE=full
44342026-08-05T02:47:55.082Z+ cargo test --features tofino_asic --no-fail-fast
44352026-08-05T02:47:55.793Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
44362026-08-05T02:47:55.883Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
44372026-08-05T02:47:55.891Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
44382026-08-05T02:47:55.899Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
44392026-08-05T02:48:04.432Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
44402026-08-05T02:48:05.195Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
44412026-08-05T02:48:49.305Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.50s
44422026-08-05T02:48:49.369Z Running unittests src/lib.rs (target/debug/deps/aal-cc4a376f9515cfe6)
44432026-08-05T02:48:49.369Z
44442026-08-05T02:48:49.369Zrunning 5 tests
44452026-08-05T02:48:49.369Ztest fuse::tests::chip_revision_a0 ... ok
44462026-08-05T02:48:49.369Ztest fuse::tests::chip_revision_b1 ... ok
44472026-08-05T02:48:49.369Ztest fuse::tests::chip_revision_b0 ... ok
44482026-08-05T02:48:49.369Ztest fuse::tests::chip_revision_unknown_device_id ... ok
44492026-08-05T02:48:49.369Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
44502026-08-05T02:48:49.369Z
44512026-08-05T02:48:49.369Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44522026-08-05T02:48:49.369Z
44532026-08-05T02:48:49.369Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
44542026-08-05T02:48:49.369Z
44552026-08-05T02:48:49.369Zrunning 0 tests
44562026-08-05T02:48:49.369Z
44572026-08-05T02:48:49.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44582026-08-05T02:48:49.369Z
44592026-08-05T02:48:49.369Z Running unittests src/lib.rs (target/debug/deps/asic-40498ff8227f87e3)
44602026-08-05T02:48:49.369Z
44612026-08-05T02:48:49.369Zrunning 8 tests
44622026-08-05T02:48:49.369Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
44632026-08-05T02:48:49.370Ztest tofino_asic::qsfp::tests::fix_link ... ok
44642026-08-05T02:48:49.370Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
44652026-08-05T02:48:49.370Ztest tofino_asic::stats::constants_sanity_check ... ok
44662026-08-05T02:48:49.370Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
44672026-08-05T02:48:49.370Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
44682026-08-05T02:48:49.370Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
44692026-08-05T02:48:49.370Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
44702026-08-05T02:48:49.370Z
44712026-08-05T02:48:49.370Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
44722026-08-05T02:48:49.370Z
44732026-08-05T02:48:49.370Z Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5)
44742026-08-05T02:48:49.370Z
44752026-08-05T02:48:49.370Zrunning 10 tests
44762026-08-05T02:48:49.370Ztest network::tests::test_equal ... ok
44772026-08-05T02:48:49.370Ztest nat::tests::test_vni ... ok
44782026-08-05T02:48:49.370Ztest network::tests::test_eui64 ... ok
44792026-08-05T02:48:49.370Ztest network::tests::test_into ... ok
44802026-08-05T02:48:49.370Ztest network::tests::test_generate_ipv6_link_local ... ok
44812026-08-05T02:48:49.370Ztest network::tests::test_not_equal ... ok
44822026-08-05T02:48:49.370Ztest network::tests::test_parse ... ok
44832026-08-05T02:48:49.370Ztest network::tests::test_to_string ... ok
44842026-08-05T02:48:49.370Ztest test_purge ... ok
44852026-08-05T02:48:49.370Ztest illumos::test::address_exists_handles_missing_object ... ok
44862026-08-05T02:48:49.370Z
44872026-08-05T02:48:49.370Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
44882026-08-05T02:48:49.370Z
44892026-08-05T02:48:49.370Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50ce4c3936f71db5)
44902026-08-05T02:48:49.370Z
44912026-08-05T02:48:49.370Zrunning 1 test
44922026-08-05T02:48:49.370Z -------
44932026-08-05T02:48:49.370Z Generating OpenAPI documents from API definitions ...
44942026-08-05T02:48:49.370Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
44952026-08-05T02:48:49.370Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
44962026-08-05T02:48:49.371Z -------
44972026-08-05T02:48:49.371Z Checking 12 OpenAPI documents...
44982026-08-05T02:48:49.371Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
44992026-08-05T02:48:49.371Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
45002026-08-05T02:48:49.371Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
45012026-08-05T02:48:49.371Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
45022026-08-05T02:48:49.371Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
45032026-08-05T02:48:49.371Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
45042026-08-05T02:48:49.371Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
45052026-08-05T02:48:49.371Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
45062026-08-05T02:48:49.371Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
45072026-08-05T02:48:49.371Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
45082026-08-05T02:48:49.371Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
45092026-08-05T02:48:49.371Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
45102026-08-05T02:48:49.371Z Fresh dpd "latest" symlink
45112026-08-05T02:48:49.371Z -------
45122026-08-05T02:48:49.371Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
45132026-08-05T02:48:49.371Ztest test::test_apis_up_to_date ... ok
45142026-08-05T02:48:49.371Z
45152026-08-05T02:48:49.371Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
45162026-08-05T02:48:49.371Z
45172026-08-05T02:48:49.371Z Running unittests src/main.rs (target/debug/deps/dpd-87e72988e2913a89)
45182026-08-05T02:48:49.371Z
45192026-08-05T02:48:49.371Zrunning 93 tests
45202026-08-05T02:48:49.371Ztest freemap::test_ordering ... ok
45212026-08-05T02:48:49.371Ztest dhcpv6::tests::test_create_duid_bytes ... ok
45222026-08-05T02:48:49.371Ztest config::tests::test_updates ... ok
45232026-08-05T02:48:49.371Ztest api_server::tests::test_build_info ... ok
45242026-08-05T02:48:49.371Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
45252026-08-05T02:48:49.371Ztest freemap::test_split ... ok
45262026-08-05T02:48:49.371ZAug 05 02:48:47.326 DEBG created new freemap, unit: freemap_test
45272026-08-05T02:48:49.371ZAug 05 02:48:47.326 DEBG initted freemap. size: 128, unit: freemap_test
45282026-08-05T02:48:49.371ZAug 05 02:48:47.326 DEBG reset freemap, unit: freemap_test
45292026-08-05T02:48:49.371Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
45302026-08-05T02:48:49.371ZAug 05 02:48:47.326 DEBG created new freemap, unit: freemap_test
45312026-08-05T02:48:49.372ZAug 05 02:48:47.326 DEBG initted freemap. size: 128, unit: freemap_test
45322026-08-05T02:48:49.372ZAug 05 02:48:47.326 DEBG reset freemap, unit: freemap_test
45332026-08-05T02:48:49.372Ztest macaddrs::tests::test_parse_port_id ... ok
45342026-08-05T02:48:49.372Ztest freemap::test_exhaustion ... ok
45352026-08-05T02:48:49.372Ztest mcast::tests::test_canonicalize_sources ... ok
45362026-08-05T02:48:49.372Ztest freemap::test_free ... ok
45372026-08-05T02:48:49.372ZAug 05 02:48:47.328 DEBG created new freemap, unit: freemap_test
45382026-08-05T02:48:49.372ZAug 05 02:48:47.328 DEBG initted freemap. size: 8, unit: freemap_test
45392026-08-05T02:48:49.372ZAug 05 02:48:47.329 DEBG reset freemap, unit: freemap_test
45402026-08-05T02:48:49.372ZAug 05 02:48:47.330 DEBG created new freemap, unit: freemap_test
45412026-08-05T02:48:49.372ZAug 05 02:48:47.330 DEBG initted freemap. size: 128, unit: freemap_test
45422026-08-05T02:48:49.391ZAug 05 02:48:47.330 DEBG reset freemap, unit: freemap_test
45432026-08-05T02:48:49.391Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
45442026-08-05T02:48:49.391Ztest macaddrs::tests::test_mac_offset ... ok
45452026-08-05T02:48:49.391Ztest freemap::test_span ... ok
45462026-08-05T02:48:49.391Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
45472026-08-05T02:48:49.391Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
45482026-08-05T02:48:49.391Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
45492026-08-05T02:48:49.391ZAug 05 02:48:47.332 DEBG created new freemap, unit: freemap_test
45502026-08-05T02:48:49.391ZAug 05 02:48:47.332 DEBG initted freemap. size: 128, unit: freemap_test
45512026-08-05T02:48:49.391ZAug 05 02:48:47.332 DEBG reset freemap, unit: freemap_test
45522026-08-05T02:48:49.391Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
45532026-08-05T02:48:49.391Ztest freemap::test_reclaim ... ok
45542026-08-05T02:48:49.391ZAug 05 02:48:47.333 DEBG created new freemap, unit: freemap_test
45552026-08-05T02:48:49.391ZAug 05 02:48:47.333 DEBG initted freemap. size: 128, unit: freemap_test
45562026-08-05T02:48:49.391ZAug 05 02:48:47.333 DEBG reset freemap, unit: freemap_test
45572026-08-05T02:48:49.391Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
45582026-08-05T02:48:49.391Ztest freemap::test_basic ... ok
45592026-08-05T02:48:49.392Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
45602026-08-05T02:48:49.392Ztest mcast::tests::test_create_port_bitmap_empty ... ok
45612026-08-05T02:48:49.392Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
45622026-08-05T02:48:49.392Ztest mcast::tests::test_sources_contain_any ... ok
45632026-08-05T02:48:49.392Ztest mcast::tests::test_id_range_boundaries ... ok
45642026-08-05T02:48:49.392Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
45652026-08-05T02:48:49.392Ztest mcast::tests::test_concurrent_id_allocation ... ok
45662026-08-05T02:48:49.392Ztest mcast::validate::tests::test_ipv4_validation ... ok
45672026-08-05T02:48:49.392Ztest mcast::validate::tests::test_ipv6_validation ... ok
45682026-08-05T02:48:49.392Ztest mcast::validate::tests::test_address_validation_integrated ... ok
45692026-08-05T02:48:49.392Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
45702026-08-05T02:48:49.392Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
45712026-08-05T02:48:49.392Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
45722026-08-05T02:48:49.392Ztest mcast::validate::tests::test_is_ssm_function ... ok
45732026-08-05T02:48:49.392Ztest mcast::validate::tests::test_validate_source_addresses ... ok
45742026-08-05T02:48:49.392Ztest mcast::validate::tests::test_validate_nat_target ... ok
45752026-08-05T02:48:49.392Ztest mcast::validate::tests::test_validate_tag_format ... ok
45762026-08-05T02:48:49.392Ztest port_map::tests::test_backplane_group ... ok
45772026-08-05T02:48:49.392Ztest nat::test_mapping ... ok
45782026-08-05T02:48:49.392Ztest port_map::tests::test_port_map ... ok
45792026-08-05T02:48:49.392Ztest port_map::tests::dump_map ... ok
45802026-08-05T02:48:49.392Ztest port_map::tests::parse_softnpu_revision ... ok
45812026-08-05T02:48:49.392Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
45822026-08-05T02:48:49.392ZAug 05 02:48:47.336 DEBG created new freemap, unit: freemap_route_ipv4
45832026-08-05T02:48:49.392ZAug 05 02:48:47.336 DEBG created new freemap, unit: freemap_route_ipv6
45842026-08-05T02:48:49.392ZAug 05 02:48:47.336 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
45852026-08-05T02:48:49.392ZAug 05 02:48:47.336 DEBG reset freemap, unit: freemap_route_ipv4
45862026-08-05T02:48:49.392ZAug 05 02:48:47.336 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
45872026-08-05T02:48:49.392ZAug 05 02:48:47.336 DEBG reset freemap, unit: freemap_route_ipv6
45882026-08-05T02:48:49.392ZAug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45892026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
45902026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
45912026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
45922026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
45932026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
45942026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
45952026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
45962026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
45972026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
45982026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45992026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
46002026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
46012026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
46022026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
46032026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
46042026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
46052026-08-05T02:48:49.393ZAug 05 02:48:47.337 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 } }]
46062026-08-05T02:48:49.393ZAug 05 02:48:47.337 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
46072026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46082026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46092026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46102026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46112026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46122026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46132026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46142026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
46152026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46162026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46172026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46182026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46192026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46202026-08-05T02:48:49.393ZAug 05 02:48:47.338 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46212026-08-05T02:48:49.393ZAug 05 02:48:47.338 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 } }]
46222026-08-05T02:48:49.394ZAug 05 02:48:47.338 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46232026-08-05T02:48:49.394ZAug 05 02:48:47.338 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 } }]
46242026-08-05T02:48:49.394ZAug 05 02:48:47.338 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46252026-08-05T02:48:49.394ZAug 05 02:48:47.338 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 } }]
46262026-08-05T02:48:49.394ZAug 05 02:48:47.338 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46272026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46282026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46292026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46302026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46312026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46322026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46332026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46342026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46352026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46362026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46372026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46382026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46392026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46402026-08-05T02:48:49.394ZAug 05 02:48:47.339 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46412026-08-05T02:48:49.394ZAug 05 02:48:47.339 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 } }]
46422026-08-05T02:48:49.563ZAug 05 02:48:47.339 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46432026-08-05T02:48:49.563ZAug 05 02:48:47.339 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 } }]
46442026-08-05T02:48:49.564ZAug 05 02:48:47.339 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46452026-08-05T02:48:49.564ZAug 05 02:48:47.339 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 } }]
46462026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46472026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46482026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46492026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46502026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46512026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46522026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46532026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46542026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46552026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46562026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46572026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46582026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46592026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46602026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46612026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46622026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46632026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46642026-08-05T02:48:49.564ZAug 05 02:48:47.340 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46652026-08-05T02:48:49.564ZAug 05 02:48:47.340 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 } }]
46662026-08-05T02:48:49.564ZAug 05 02:48:47.341 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46672026-08-05T02:48:49.564ZAug 05 02:48:47.341 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 } }]
46682026-08-05T02:48:49.564ZAug 05 02:48:47.341 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46692026-08-05T02:48:49.564ZAug 05 02:48:47.341 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 } }]
46702026-08-05T02:48:49.564ZAug 05 02:48:47.341 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
46712026-08-05T02:48:49.564ZAug 05 02:48:47.341 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 } }]
46722026-08-05T02:48:49.564ZAug 05 02:48:47.341 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46732026-08-05T02:48:49.564ZAug 05 02:48:47.341 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 } }]
46742026-08-05T02:48:49.564ZAug 05 02:48:47.341 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46752026-08-05T02:48:49.565ZAug 05 02:48:47.341 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 } }]
46762026-08-05T02:48:49.565ZAug 05 02:48:47.341 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46772026-08-05T02:48:49.565ZAug 05 02:48:47.341 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 } }]
46782026-08-05T02:48:49.565ZAug 05 02:48:47.341 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46792026-08-05T02:48:49.565ZAug 05 02:48:47.341 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 } }]
46802026-08-05T02:48:49.565ZAug 05 02:48:47.341 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46812026-08-05T02:48:49.565ZAug 05 02:48:47.341 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 } }]
46822026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46832026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
46842026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46852026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
46862026-08-05T02:48:49.565ZAug 05 02:48:47.342 DEBG created new freemap, unit: freemap_route_ipv4
46872026-08-05T02:48:49.565ZAug 05 02:48:47.342 DEBG created new freemap, unit: freemap_route_ipv6
46882026-08-05T02:48:49.565ZAug 05 02:48:47.342 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
46892026-08-05T02:48:49.565ZAug 05 02:48:47.342 DEBG reset freemap, unit: freemap_route_ipv4
46902026-08-05T02:48:49.565ZAug 05 02:48:47.342 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
46912026-08-05T02:48:49.565ZAug 05 02:48:47.342 DEBG reset freemap, unit: freemap_route_ipv6
46922026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
46932026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
46942026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
46952026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
46962026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
46972026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
46982026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
46992026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47002026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
47012026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47022026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
47032026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47042026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
47052026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47062026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
47072026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47082026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
47092026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47102026-08-05T02:48:49.565ZAug 05 02:48:47.342 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
47112026-08-05T02:48:49.565ZAug 05 02:48:47.342 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 } }]
47122026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
47132026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47142026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
47152026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47162026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
47172026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47182026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
47192026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47202026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47212026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47222026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
47232026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47242026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47252026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47262026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
47272026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47282026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47292026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47302026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
47312026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47322026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47332026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47342026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47352026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47362026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
47372026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47382026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47392026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47402026-08-05T02:48:49.566ZAug 05 02:48:47.342 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47412026-08-05T02:48:49.566ZAug 05 02:48:47.342 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 } }]
47422026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47432026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47442026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47452026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47462026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47472026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47482026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47492026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47502026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47512026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47522026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47532026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47542026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47552026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47562026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47572026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47582026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47592026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47602026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47612026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47622026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47632026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47642026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47652026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47662026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47672026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47682026-08-05T02:48:49.573ZAug 05 02:48:47.342 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47692026-08-05T02:48:49.573ZAug 05 02:48:47.342 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 } }]
47702026-08-05T02:48:49.574ZAug 05 02:48:47.342 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47712026-08-05T02:48:49.574ZAug 05 02:48:47.342 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 } }]
47722026-08-05T02:48:49.574ZAug 05 02:48:47.342 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47732026-08-05T02:48:49.574ZAug 05 02:48:47.342 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 } }]
47742026-08-05T02:48:49.574ZAug 05 02:48:47.342 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47752026-08-05T02:48:49.574ZAug 05 02:48:47.342 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 } }]
47762026-08-05T02:48:49.574ZAug 05 02:48:47.342 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47772026-08-05T02:48:49.574ZAug 05 02:48:47.342 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 } }]
47782026-08-05T02:48:49.574ZAug 05 02:48:47.342 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47792026-08-05T02:48:49.574ZAug 05 02:48:47.342 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 } }]
47802026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47812026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47822026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47832026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47842026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47852026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47862026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47872026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47882026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47892026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47902026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47912026-08-05T02:48:49.574ZAug 05 02:48:47.343 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47922026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47932026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47942026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47952026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47962026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47972026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
47982026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47992026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
48002026-08-05T02:48:49.574Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
48012026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48022026-08-05T02:48:49.574ZAug 05 02:48:47.343 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 } }]
48032026-08-05T02:48:49.574Ztest mcast::validate::tests::test_validate_tag ... ok
48042026-08-05T02:48:49.574ZAug 05 02:48:47.343 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48052026-08-05T02:48:49.574ZAug 05 02:48:47.343Aug 05 02:48:47.342 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 } }]
48062026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48072026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48082026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48092026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48102026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48112026-08-05T02:48:49.575Z Aug 05 02:48:47.343 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 } }]
48122026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
48132026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48142026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48152026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48162026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
48172026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48182026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
48192026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48202026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48212026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48222026-08-05T02:48:49.575ZAug 05 02:48:47.343 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
48232026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48242026-08-05T02:48:49.575ZAug 05 02:48:47.343 DEBG failed to allocate space for the new target list
48252026-08-05T02:48:49.575ZAug 05 02:48:47.343 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 } }]
48262026-08-05T02:48:49.575ZAug 05 02:48:47.342 DEBG created new freemap, unit: freemap_route_ipv4
48272026-08-05T02:48:49.575ZAug 05 02:48:47.343 DEBG created new freemap, unit: freemap_route_ipv6
48282026-08-05T02:48:49.575ZAug 05 02:48:47.343 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
48292026-08-05T02:48:49.575ZAug 05 02:48:47.343 DEBG reset freemap, unit: freemap_route_ipv4
48302026-08-05T02:48:49.575ZINFO Aug 05 02:48:47.343adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48312026-08-05T02:48:49.575ZDEBG initted freemap. size: 64, unit: freemap_route_ipv6
48322026-08-05T02:48:49.575ZAug 05 02:48:47.343 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:47.343
48332026-08-05T02:48:49.575Z DEBG reset freemap, Aug 05 02:48:47.343unit :INFO freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
48342026-08-05T02:48:49.575Z
48352026-08-05T02:48:49.575ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
48362026-08-05T02:48:49.575Z
48372026-08-05T02:48:49.575ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:2f::/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 } }]
48382026-08-05T02:48:49.575Z
48392026-08-05T02:48:49.575ZAug 05 02:48:47.343Aug 05 02:48:47.343 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::/64 -> 2001:db8::55:ff
48402026-08-05T02:48:49.575Z
48412026-08-05T02:48:49.576ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:30::/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 } }]
48422026-08-05T02:48:49.581Z
48432026-08-05T02:48:49.581ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48442026-08-05T02:48:49.581Z
48452026-08-05T02:48:49.581ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48462026-08-05T02:48:49.581Z
48472026-08-05T02:48:49.581ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:2::/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 } }]
48482026-08-05T02:48:49.581Z
48492026-08-05T02:48:49.581ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48502026-08-05T02:48:49.581Z
48512026-08-05T02:48:49.581ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3::/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 } }]
48522026-08-05T02:48:49.581Z
48532026-08-05T02:48:49.581ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48542026-08-05T02:48:49.582Z
48552026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:4::/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 } }]
48562026-08-05T02:48:49.582Z
48572026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48582026-08-05T02:48:49.582Z
48592026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:5::/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 } }]
48602026-08-05T02:48:49.582Z
48612026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:35::/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 } }]
48622026-08-05T02:48:49.582Z
48632026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:6::/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 } }]
48642026-08-05T02:48:49.582Z
48652026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48662026-08-05T02:48:49.582Z
48672026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48682026-08-05T02:48:49.582Z
48692026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
48702026-08-05T02:48:49.582Z
48712026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48722026-08-05T02:48:49.582Z
48732026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48742026-08-05T02:48:49.582Z
48752026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:9::/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 } }]
48762026-08-05T02:48:49.582Z
48772026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:39::/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 } }]
48782026-08-05T02:48:49.582Z
48792026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
48802026-08-05T02:48:49.582Z
48812026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3a::/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 } }]
48822026-08-05T02:48:49.582Z
48832026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
48842026-08-05T02:48:49.582Z
48852026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3b::/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 } }]
48862026-08-05T02:48:49.582Z
48872026-08-05T02:48:49.582ZAug 05 02:48:47.343Aug 05 02:48:47.343 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:c::/64 -> 2001:db8::55:ff
48882026-08-05T02:48:49.583Z
48892026-08-05T02:48:49.583ZAug 05 02:48:47.343Aug 05 02:48:47.343 INFODEBG adding route 3fff:beef:3c::/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 } }]
48902026-08-05T02:48:49.583Z
48912026-08-05T02:48:49.583ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
48922026-08-05T02:48:49.583Z
48932026-08-05T02:48:49.583ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
48942026-08-05T02:48:49.583Z
48952026-08-05T02:48:49.583ZAug 05 02:48:47.343Aug 05 02:48:47.343 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
48962026-08-05T02:48:49.583Z
48972026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
48982026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
48992026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49002026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
49012026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49022026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
49032026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49042026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
49052026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49062026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
49072026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49082026-08-05T02:48:49.583Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
49092026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
49102026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49112026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
49122026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49132026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
49142026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49152026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
49162026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49172026-08-05T02:48:49.583ZAug 05 02:48:47.343 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
49182026-08-05T02:48:49.583ZAug 05 02:48:47.343 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 } }]
49192026-08-05T02:48:49.583ZAug 05 02:48:47.349Aug 05 02:48:47.346 Aug 05 02:48:47.348 Aug 05 02:48:47.881DEBG DEBGINFOcreated new freemap adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 05 02:48:47.346
49202026-08-05T02:48:49.583Z , created new freemap unit, :DEBG Aug 05 02:48:47.881 freemap_route_ipv4unit created new freemap:
49212026-08-05T02:48:49.583ZDEBG, unit 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 } }]:
49222026-08-05T02:48:49.583Z freemap_route_ipv4freemap_route_ipv4
49232026-08-05T02:48:49.584Z
49242026-08-05T02:48:49.584ZAug 05 02:48:47.881 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
49252026-08-05T02:48:49.584ZDEBGAug 05 02:48:47.881 Aug 05 02:48:47.881created new freemapDEBG 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 } }] , created new freemap
49262026-08-05T02:48:49.584Zunit, Aug 05 02:48:47.881unit :: Aug 05 02:48:47.881freemap_route_ipv4DEBGfreemap_route_ipv6
49272026-08-05T02:48:49.584Zcreated new freemapAug 05 02:48:47.881 , unit
49282026-08-05T02:48:49.584Z:INFO Aug 05 02:48:47.881 adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv6
49292026-08-05T02:48:49.584Z DEBG
49302026-08-05T02:48:49.584Z created new freemapDEBG, Aug 05 02:48:47.881unit :initted freemap. size: 64DEBG freemap_route_ipv6,
49312026-08-05T02:48:49.584Zreplacing 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 } }]
49322026-08-05T02:48:49.584ZAug 05 02:48:47.881 unitAug 05 02:48:47.881Aug 05 02:48:47.881 DEBGDEBG : created new freemapinitted freemap. size: 64, DEBGunit, unit::freemap_route_ipv4Aug 05 02:48:47.881 initted freemap. size: 64
49332026-08-05T02:48:49.584Zfreemap_route_ipv4, INFO
49342026-08-05T02:48:49.584Zunit: freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv6
49352026-08-05T02:48:49.584Z
49362026-08-05T02:48:49.584ZAug 05 02:48:47.881
49372026-08-05T02:48:49.584Z Aug 05 02:48:47.881 DEBGAug 05 02:48:47.881DEBGAug 05 02:48:47.881 DEBG reset freemap , initted freemap. size: 64reset freemapDEBGunitAug 05 02:48:47.881: freemap_route_ipv4DEBGreplacing 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 } }]
49382026-08-05T02:48:49.584Z
49392026-08-05T02:48:49.584Z, , reset freemapunit:, unitAug 05 02:48:47.881unit : Aug 05 02:48:47.881freemap_route_ipv4
49402026-08-05T02:48:49.584Z:freemap_route_ipv4DEBG
49412026-08-05T02:48:49.584Z freemap_route_ipv4initted freemap. size: 64
49422026-08-05T02:48:49.589Z, unitAug 05 02:48:47.881 :DEBG reset freemapINFOAug 05 02:48:47.881 , Aug 05 02:48:47.881unitfreemap_route_ipv6DEBG
49432026-08-05T02:48:49.589Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff :
49442026-08-05T02:48:49.589Zinitted freemap. size: 64 DEBG Aug 05 02:48:47.881initted freemap. size: 64 Aug 05 02:48:47.881, freemap_route_ipv4
49452026-08-05T02:48:49.589ZDEBGDEBG , replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
49462026-08-05T02:48:49.589Z: reset freemapfreemap_route_ipv6, unit
49472026-08-05T02:48:49.589Z:Aug 05 02:48:47.881 Aug 05 02:48:47.881freemap_route_ipv6
49482026-08-05T02:48:49.589Z INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffinitted freemap. size: 64
49492026-08-05T02:48:49.589ZAug 05 02:48:47.881 DEBGAug 05 02:48:47.881 Aug 05 02:48:47.881reset freemap , DEBGunit, unit:: INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
49502026-08-05T02:48:49.589Z
49512026-08-05T02:48:49.589Z
49522026-08-05T02:48:49.589Zfreemap_route_ipv6
49532026-08-05T02:48:49.589ZAug 05 02:48:47.881Aug 05 02:48:47.881Aug 05 02:48:47.881 Aug 05 02:48:47.881INFO INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
49542026-08-05T02:48:49.589Z
49552026-08-05T02:48:49.589ZDEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit:
49562026-08-05T02:48:49.589Z Aug 05 02:48:47.881freemap_route_ipv6Aug 05 02:48:47.881 DEBG
49572026-08-05T02:48:49.589ZDEBG Aug 05 02:48:47.881replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
49582026-08-05T02:48:49.589Z
49592026-08-05T02:48:49.589ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
49602026-08-05T02:48:49.589ZAug 05 02:48:47.881Aug 05 02:48:47.881 INFOINFO Aug 05 02:48:47.881adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 05 02:48:47.881DEBG
49612026-08-05T02:48:49.589Z
49622026-08-05T02:48:49.589Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49632026-08-05T02:48:49.589ZDEBGAug 05 02:48:47.881 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
49642026-08-05T02:48:49.589Zreplacing 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 05 02:48:47.881
49652026-08-05T02:48:49.589Z Aug 05 02:48:47.881DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49662026-08-05T02:48:49.589ZAug 05 02:48:47.881
49672026-08-05T02:48:49.589Z INFO Aug 05 02:48:47.881Aug 05 02:48:47.881 INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBG
49682026-08-05T02:48:49.589Zadding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49692026-08-05T02:48:49.589Z
49702026-08-05T02:48:49.589ZAug 05 02:48:47.881 DEBG Aug 05 02:48:47.346Aug 05 02:48:47.881replacing 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 } }]
49712026-08-05T02:48:49.589ZDEBG Aug 05 02:48:47.881DEBG 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 } }]
49722026-08-05T02:48:49.589Zcreated new freemapadding route 3fff:dead::/64 -> 2001:db8::55:4
49732026-08-05T02:48:49.590Z, Aug 05 02:48:47.881unit :Aug 05 02:48:47.882 freemap_route_ipv4INFOAug 05 02:48:47.882DEBG
49742026-08-05T02:48:49.590ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
49752026-08-05T02:48:49.590Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49762026-08-05T02:48:49.590Z
49772026-08-05T02:48:49.590ZAug 05 02:48:47.882 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 } }]
49782026-08-05T02:48:49.590ZAug 05 02:48:47.882 DEBGAug 05 02:48:47.882unit :Aug 05 02:48:47.882DEBG Aug 05 02:48:47.882 freemap_route_ipv6DEBGINFO
49792026-08-05T02:48:49.590Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:4created new freemap
49802026-08-05T02:48:49.590Zreplacing 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 } }]
49812026-08-05T02:48:49.590Z,
49822026-08-05T02:48:49.590Zunit: Aug 05 02:48:47.882freemap_route_ipv6
49832026-08-05T02:48:49.590ZDEBGAug 05 02:48:47.882 Aug 05 02:48:47.882replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49842026-08-05T02:48:49.590ZDEBG reset freemap , unitAug 05 02:48:47.882INFO Aug 05 02:48:47.882DEBG DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffinitted 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:2, vlan_id: None } }, NextHop { asic_port_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 } }]:,
49852026-08-05T02:48:49.590Zunit:
49862026-08-05T02:48:49.590Z freemap_route_ipv6Aug 05 02:48:47.882
49872026-08-05T02:48:49.590Zfreemap_route_ipv4WARN
49882026-08-05T02:48:49.590Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49892026-08-05T02:48:49.590ZAug 05 02:48:47.882 INFOAug 05 02:48:47.882 adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 05 02:48:47.882Aug 05 02:48:47.882
49902026-08-05T02:48:49.590ZERRO DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49912026-08-05T02:48:49.590Z
49922026-08-05T02:48:49.590ZAug 05 02:48:47.882 DEBG reset freemapAug 05 02:48:47.882replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:48:47.882unit : INFO
49932026-08-05T02:48:49.590ZERRO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
49942026-08-05T02:48:49.590Zshrink-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 itfreemap_route_ipv4
49952026-08-05T02:48:49.590Z
49962026-08-05T02:48:49.590ZAug 05 02:48:47.882 Aug 05 02:48:47.882INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
49972026-08-05T02:48:49.590Zreplacing 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 } }]
49982026-08-05T02:48:49.590ZAug 05 02:48:47.882Aug 05 02:48:47.882 DEBG INFOinitted freemap. size: 64 , Aug 05 02:48:47.882adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit Aug 05 02:48:47.345
49992026-08-05T02:48:49.590ZDEBG : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv6DEBG
50002026-08-05T02:48:49.590Z
50012026-08-05T02:48:49.590Z created new freemap, Aug 05 02:48:47.882unit Aug 05 02:48:47.882:DEBG freemap_route_ipv4replacing 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 } }]
50022026-08-05T02:48:49.590ZINFO
50032026-08-05T02:48:49.590ZAug 05 02:48:47.882 DEBG reset freemapadding route 172.16.0.0/32 -> 10.0.0.3, unit
50042026-08-05T02:48:49.590ZAug 05 02:48:47.882: DEBG created new freemapfreemap_route_ipv6,
50052026-08-05T02:48:49.590ZAug 05 02:48:47.882unit INFO: Aug 05 02:48:47.882adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6 Aug 05 02:48:47.882
50062026-08-05T02:48:49.590Z
50072026-08-05T02:48:49.591Z INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
50082026-08-05T02:48:49.591ZAug 05 02:48:47.882
50092026-08-05T02:48:49.591Ztest route::tests::grow_succeeds ... ok
50102026-08-05T02:48:49.591Z DEBGAug 05 02:48:47.882 DEBGinitted freemap. size: 64Aug 05 02:48:47.882, Aug 05 02:48:47.882 INFO unitDEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
50112026-08-05T02:48:49.591Zfreemap_route_ipv4
50122026-08-05T02:48:49.591Z
50132026-08-05T02:48:49.591Z
50142026-08-05T02:48:49.591ZAug 05 02:48:47.882 INFOAug 05 02:48:47.882Aug 05 02:48:47.882Aug 05 02:48:47.882 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFOreset freemap
50152026-08-05T02:48:49.591Z adding route 172.16.0.0/32 -> 10.0.0.1 ,
50162026-08-05T02:48:49.591Zunit: Aug 05 02:48:47.882DEBG DEBGfreemap_route_ipv4 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 } }]
50172026-08-05T02:48:49.591Z
50182026-08-05T02:48:49.591Ztest route::tests::rollback_on_compact_delete_failure ... ok
50192026-08-05T02:48:49.591ZAug 05 02:48:47.882Aug 05 02:48:47.337 Aug 05 02:48:47.882 INFODEBG DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
50202026-08-05T02:48:49.591Zinitted freemap. size: 64created new freemap, , Aug 05 02:48:47.882 DEBG unitunit: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 } }]:
50212026-08-05T02:48:49.591Zfreemap_route_ipv4freemap_route_ipv6
50222026-08-05T02:48:49.591Z
50232026-08-05T02:48:49.591ZAug 05 02:48:47.882 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
50242026-08-05T02:48:49.591ZAug 05 02:48:47.882Aug 05 02:48:47.882 Aug 05 02:48:47.882DEBGDEBG reset freemapreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
50252026-08-05T02:48:49.591Zunit :DEBG Aug 05 02:48:47.882 created new freemapINFO, freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffunit
50262026-08-05T02:48:49.591Z:
50272026-08-05T02:48:49.591Z freemap_route_ipv6Aug 05 02:48:47.882Aug 05 02:48:47.882 INFODEBG
50282026-08-05T02:48:49.591Z 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:dead::/64 -> 2001:db8::55:1
50292026-08-05T02:48:49.591Z
50302026-08-05T02:48:49.591ZAug 05 02:48:47.882 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 05 02:48:47.882Aug 05 02:48:47.882
50312026-08-05T02:48:49.591Z 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 } }]INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
50322026-08-05T02:48:49.591ZAug 05 02:48:47.882 DEBG Aug 05 02:48:47.882created new freemap , DEBGunitAug 05 02:48:47.948 : reset freemapDEBG freemap_route_ipv4, replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
50332026-08-05T02:48:49.591Z:
50342026-08-05T02:48:49.591Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] freemap_route_ipv4
50352026-08-05T02:48:49.591Z
50362026-08-05T02:48:49.591ZAug 05 02:48:47.948 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 05 02:48:47.948
50372026-08-05T02:48:49.591Z DEBG created new freemapAug 05 02:48:47.883, unit :DEBG Aug 05 02:48:47.948 Aug 05 02:48:47.948freemap_route_ipv6 created new freemap
50382026-08-05T02:48:49.591ZAug 05 02:48:47.948DEBG DEBG, INFO initted freemap. size: 64unitreplacing 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_ipv4adding route 172.17.0.0/32 -> 10.0.0.255
50392026-08-05T02:48:49.591ZAug 05 02:48:47.948
50402026-08-05T02:48:49.591Z
50412026-08-05T02:48:49.591Z unit:DEBG freemap_route_ipv6
50422026-08-05T02:48:49.597Zinitted freemap. size: 64Aug 05 02:48:47.948, Aug 05 02:48:47.948unit Aug 05 02:48:47.948 DEBGINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50432026-08-05T02:48:49.597ZDEBG
50442026-08-05T02:48:49.597Z
50452026-08-05T02:48:49.597ZAug 05 02:48:47.948 created new freemapAug 05 02:48:47.948DEBG , reset freemapunit , INFOunit :adding route 172.17.0.1/32 -> 10.0.0.255 Aug 05 02:48:47.948
50462026-08-05T02:48:49.597Z :Aug 05 02:48:47.948 freemap_route_ipv6freemap_route_ipv6
50472026-08-05T02:48:49.597ZDEBG
50482026-08-05T02:48:49.597Z Aug 05 02:48:47.948DEBG reset freemap 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 } }],
50492026-08-05T02:48:49.597ZAug 05 02:48:47.948Aug 05 02:48:47.948 DEBGINFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
50502026-08-05T02:48:49.597Z:
50512026-08-05T02:48:49.598Zinitted freemap. size: 64freemap_route_ipv4,
50522026-08-05T02:48:49.598ZAug 05 02:48:47.948 Aug 05 02:48:47.948 INFOINFOunit :adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 05 02:48:47.948Aug 05 02:48:47.948
50532026-08-05T02:48:49.598Z adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4
50542026-08-05T02:48:49.598Z
50552026-08-05T02:48:49.598Z 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 } }]
50562026-08-05T02:48:49.598ZAug 05 02:48:47.948 initted freemap. size: 64Aug 05 02:48:47.948 Aug 05 02:48:47.948DEBG, unit Aug 05 02:48:47.948reset freemap , INFODEBGDEBG: unit freemap_route_ipv6
50572026-08-05T02:48:49.598Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:replacing targets for 3fff:beef: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 } }]
50582026-08-05T02:48:49.598Z freemap_route_ipv4Aug 05 02:48:47.948
50592026-08-05T02:48:49.598Zadding route 3fff:dead::/64 -> 2001:db8::55:2
50602026-08-05T02:48:49.598ZAug 05 02:48:47.948DEBG
50612026-08-05T02:48:49.598Z INFO reset freemap adding route 172.17.0.3/32 -> 10.0.0.255, Aug 05 02:48:47.948
50622026-08-05T02:48:49.598Zunit: Aug 05 02:48:47.948DEBGAug 05 02:48:47.948 Aug 05 02:48:47.948 initted freemap. size: 64 DEBGfreemap_route_ipv6, 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 } }]unit
50632026-08-05T02:48:49.598ZINFO : replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
50642026-08-05T02:48:49.598Z
50652026-08-05T02:48:49.598Z
50662026-08-05T02:48:49.598Z freemap_route_ipv6Aug 05 02:48:47.948
50672026-08-05T02:48:49.598Z Aug 05 02:48:47.948Aug 05 02:48:47.948INFOAug 05 02:48:47.948 adding route 3fff:beef::/64 -> 2001:db8::55:ff
50682026-08-05T02:48:49.598Z Aug 05 02:48:47.948INFO INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1reset freemapDEBG
50692026-08-05T02:48:49.598ZAug 05 02:48:47.948 , DEBGunit :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 05 02:48:47.948
50702026-08-05T02:48:49.598Z
50712026-08-05T02:48:49.598Zfreemap_route_ipv6DEBG
50722026-08-05T02:48:49.598Z 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 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 } }]
50732026-08-05T02:48:49.598Z
50742026-08-05T02:48:49.598ZAug 05 02:48:47.948Aug 05 02:48:47.948Aug 05 02:48:47.948 DEBGINFO Aug 05 02:48:47.948INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:48:47.948
50752026-08-05T02:48:49.598Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
50762026-08-05T02:48:49.598Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
50772026-08-05T02:48:49.598Zadding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
50782026-08-05T02:48:49.598ZAug 05 02:48:47.948
50792026-08-05T02:48:49.598ZAug 05 02:48:47.948 Aug 05 02:48:47.948 Aug 05 02:48:47.948DEBGAug 05 02:48:47.948 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 } }]DEBG
50802026-08-05T02:48:49.598ZDEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50812026-08-05T02:48:49.598Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50822026-08-05T02:48:49.598Z
50832026-08-05T02:48:49.598Zreplacing 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 } }]
50842026-08-05T02:48:49.598ZAug 05 02:48:47.948 INFOAug 05 02:48:47.948 Aug 05 02:48:47.882adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
50852026-08-05T02:48:49.598Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:48:47.948DEBG Aug 05 02:48:47.948created new freemap INFO
50862026-08-05T02:48:49.599ZAug 05 02:48:47.948, INFOunit :adding route 172.17.0.6/32 -> 10.0.0.255
50872026-08-05T02:48:49.599Z 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 05 02:48:47.948
50882026-08-05T02:48:49.599Z
50892026-08-05T02:48:49.599Z
50902026-08-05T02:48:49.599ZDEBGAug 05 02:48:47.948 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:47.948
50912026-08-05T02:48:49.599ZAug 05 02:48:47.948replacing 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 } }]
50922026-08-05T02:48:49.599ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:48:47.948
50932026-08-05T02:48:49.599Z Aug 05 02:48:47.948replacing 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 05 02:48:47.948
50942026-08-05T02:48:49.599ZINFO adding route 172.17.0.7/32 -> 10.0.0.255INFO
50952026-08-05T02:48:49.599Z Aug 05 02:48:47.948 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
50962026-08-05T02:48:49.599ZAug 05 02:48:47.948adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 05 02:48:47.948
50972026-08-05T02:48:49.599Z DEBG Aug 05 02:48:47.948 DEBG Aug 05 02:48:47.948replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
50982026-08-05T02:48:49.599ZDEBG 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 } }]DEBG
50992026-08-05T02:48:49.599Z, 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 } }]unitreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
51002026-08-05T02:48:49.599Z
51012026-08-05T02:48:49.599Zfreemap_route_ipv6Aug 05 02:48:47.948Aug 05 02:48:47.948
51022026-08-05T02:48:49.599Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 05 02:48:47.948Aug 05 02:48:47.948adding route 172.17.0.8/32 -> 10.0.0.255
51032026-08-05T02:48:49.599Z
51042026-08-05T02:48:49.599Ztest route::tests::identity_replace_is_noop ... ok
51052026-08-05T02:48:49.599ZINFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:48:47.948
51062026-08-05T02:48:49.599ZAug 05 02:48:47.948
51072026-08-05T02:48:49.599Z DEBG DEBGAug 05 02:48:47.948 initted freemap. size: 64 Aug 05 02:48:47.948DEBG , Aug 05 02:48:47.948replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
51082026-08-05T02:48:49.599ZDEBG unitreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 05 02:48:47.948
51092026-08-05T02:48:49.599Z
51102026-08-05T02:48:49.599Z:DEBG freemap_route_ipv4Aug 05 02:48:47.948
51112026-08-05T02:48:49.599Ztest route::tests::rollback_on_index_readd_failure ... ok
51122026-08-05T02:48:49.599Zreplacing targets for 3fff:dead::/64 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
51132026-08-05T02:48:49.599ZAug 05 02:48:47.948 adding route 3fff:beef:5::/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 } }]
51142026-08-05T02:48:49.599Z
51152026-08-05T02:48:49.599ZINFO Aug 05 02:48:47.948Aug 05 02:48:47.948 WARNDEBG adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:48:47.948
51162026-08-05T02:48:49.599ZAug 05 02:48:47.948reset freemap DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
51172026-08-05T02:48:49.599Zreplacing 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 } }]
51182026-08-05T02:48:49.599Z, adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunitAug 05 02:48:47.948: DEBG
51192026-08-05T02:48:49.599Zfreemap_route_ipv4Aug 05 02:48:47.948
51202026-08-05T02:48:49.599Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51212026-08-05T02:48:49.599Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 05 02:48:47.948
51222026-08-05T02:48:49.599Z DEBGAug 05 02:48:47.948Aug 05 02:48:47.948Aug 05 02:48:47.948 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: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 } }]initted freemap. size: 64
51232026-08-05T02:48:49.600ZINFO
51242026-08-05T02:48:49.600Z adding route 172.17.0.10/32 -> 10.0.0.255,
51252026-08-05T02:48:49.600Zunit:Aug 05 02:48:47.948Aug 05 02:48:47.948 INFO Aug 05 02:48:47.948freemap_route_ipv6INFO
51262026-08-05T02:48:49.600Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
51272026-08-05T02:48:49.600Z
51282026-08-05T02:48:49.600ZAug 05 02:48:47.948 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 } }]
51292026-08-05T02:48:49.600ZAug 05 02:48:47.948reset freemapAug 05 02:48:47.948, DEBG unitDEBGreplacing 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 05 02:48:47.948
51302026-08-05T02:48:49.600Zfreemap_route_ipv6 INFO
51312026-08-05T02:48:49.600Zreplacing 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 } }]
51322026-08-05T02:48:49.600Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 05 02:48:47.948
51332026-08-05T02:48:49.600ZAug 05 02:48:47.948 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
51342026-08-05T02:48:49.600Z
51352026-08-05T02:48:49.600ZAug 05 02:48:47.948 Aug 05 02:48:47.948Aug 05 02:48:47.948Aug 05 02:48:47.948 INFO DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51362026-08-05T02:48:49.600Z
51372026-08-05T02:48:49.600Z 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 } }]
51382026-08-05T02:48:49.600Zreplacing 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 } }]
51392026-08-05T02:48:49.600ZAug 05 02:48:47.948 INFOAug 05 02:48:47.948 adding route 172.16.0.0/32 -> 10.0.0.2INFO
51402026-08-05T02:48:49.600Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
51412026-08-05T02:48:49.600ZAug 05 02:48:47.948Aug 05 02:48:47.948 DEBGINFOAug 05 02:48:47.948 adding route 172.17.0.12/32 -> 10.0.0.255Aug 05 02:48:47.948replacing 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 } }]
51422026-08-05T02:48:49.604Z
51432026-08-05T02:48:49.605ZDEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51442026-08-05T02:48:49.605ZAug 05 02:48:47.949Aug 05 02:48:47.970 INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG
51452026-08-05T02:48:49.605Z created new freemap, Aug 05 02:48:47.970unit :Aug 05 02:48:47.970 INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv4
51462026-08-05T02:48:49.605Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51472026-08-05T02:48:49.605Z
51482026-08-05T02:48:49.605ZAug 05 02:48:47.948Aug 05 02:48:47.970 Aug 05 02:48:47.949DEBG Aug 05 02:48:47.970INFO 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 } }]
51492026-08-05T02:48:49.605Zcreated new freemapDEBG, adding route 172.16.0.0/32 -> 10.0.0.4unit created new freemap:, unit
51502026-08-05T02:48:49.605Zfreemap_route_ipv4Aug 05 02:48:47.970 :
51512026-08-05T02:48:49.605Z DEBGfreemap_route_ipv6Aug 05 02:48:47.970
51522026-08-05T02:48:49.605ZAug 05 02:48:47.970 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:48:47.970
51532026-08-05T02:48:49.605Z Aug 05 02:48:47.970 DEBGDEBGDEBGAug 05 02:48:47.970 INFOinitted freemap. size: 64adding 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 } }, 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 } }]
51542026-08-05T02:48:49.605Z created new freemap
51552026-08-05T02:48:49.605Z, adding route 3fff:beef:38::/64 -> 2001:db8::55:ffunit: unitfreemap_route_ipv4:
51562026-08-05T02:48:49.605Z
51572026-08-05T02:48:49.605ZAug 05 02:48:47.970 DEBGfreemap_route_ipv6Aug 05 02:48:47.970Aug 05 02:48:47.970
51582026-08-05T02:48:49.605Z 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 } }] DEBGAug 05 02:48:47.970
51592026-08-05T02:48:49.605Z Aug 05 02:48:47.970 reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG,
51602026-08-05T02:48:49.605Zinitted freemap. size: 64unit:, Aug 05 02:48:47.970unit INFOfreemap_route_ipv4 :DEBG
51612026-08-05T02:48:49.605Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
51622026-08-05T02:48:49.605Zfreemap_route_ipv4
51632026-08-05T02:48:49.605Z
51642026-08-05T02:48:49.605ZAug 05 02:48:47.970 Aug 05 02:48:47.970 DEBGINFO Aug 05 02:48:47.970adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
51652026-08-05T02:48:49.605Zinitted freemap. size: 64DEBG, reset freemapAug 05 02:48:47.970unit , :unitAug 05 02:48:47.970: freemap_route_ipv6DEBG
51662026-08-05T02:48:49.605Zfreemap_route_ipv4
51672026-08-05T02:48:49.605Zreplacing 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
51682026-08-05T02:48:49.605Z 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 05 02:48:47.970
51692026-08-05T02:48:49.605ZDEBG Aug 05 02:48:47.970initted freemap. size: 64 , Aug 05 02:48:47.970unit :INFO freemap_route_ipv6DEBGadding route 172.17.0.15/32 -> 10.0.0.255
51702026-08-05T02:48:49.605Zreset freemap
51712026-08-05T02:48:49.605Z, unit
51722026-08-05T02:48:49.605ZAug 05 02:48:47.970 DEBG Aug 05 02:48:47.970:reset freemap , INFOunitAug 05 02:48:47.970: freemap_route_ipv6DEBGfreemap_route_ipv6
51732026-08-05T02:48:49.605Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
51742026-08-05T02:48:49.605Z
51752026-08-05T02:48:49.606Z
51762026-08-05T02:48:49.606ZAug 05 02:48:47.970Aug 05 02:48:47.970Aug 05 02:48:47.970 Aug 05 02:48:47.970 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
51772026-08-05T02:48:49.606ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.16/32 -> 10.0.0.255
51782026-08-05T02:48:49.606Z
51792026-08-05T02:48:49.606ZAug 05 02:48:47.970 Aug 05 02:48:47.970adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:48:47.970DEBG
51802026-08-05T02:48:49.606ZAug 05 02:48:47.970 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 } }]
51812026-08-05T02:48:49.606ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51822026-08-05T02:48:49.606Z 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 05 02:48:47.970
51832026-08-05T02:48:49.606Z Aug 05 02:48:47.970INFOAug 05 02:48:47.970 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
51842026-08-05T02:48:49.606Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
51852026-08-05T02:48:49.606Zreplacing 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 05 02:48:47.970 Aug 05 02:48:47.970DEBG
51862026-08-05T02:48:49.606ZAug 05 02:48:47.970 INFO DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51872026-08-05T02:48:49.606Z
51882026-08-05T02:48:49.606Z
51892026-08-05T02:48:49.606ZAug 05 02:48:47.970Aug 05 02:48:47.970 INFODEBG Aug 05 02:48:47.970adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:48:47.970
51902026-08-05T02:48:49.606Z INFO INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 05 02:48:47.970
51912026-08-05T02:48:49.606Z
51922026-08-05T02:48:49.606Z 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 } }]
51932026-08-05T02:48:49.606ZAug 05 02:48:47.970adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 05 02:48:47.970
51942026-08-05T02:48:49.606Z DEBGAug 05 02:48:47.970INFO adding route 172.17.0.18/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 } }]
51952026-08-05T02:48:49.606Z
51962026-08-05T02:48:49.606Z INFOAug 05 02:48:47.970 Aug 05 02:48:47.970DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:48:47.970
51972026-08-05T02:48:49.606Z INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff 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 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 } }]
51982026-08-05T02:48:49.606Z
51992026-08-05T02:48:49.606ZAug 05 02:48:47.970
52002026-08-05T02:48:49.606Ztest route::tests::rollback_on_compact_write_failure ... ok
52012026-08-05T02:48:49.606Z 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 05 02:48:47.970Aug 05 02:48:47.970Aug 05 02:48:47.970 INFOINFO
52022026-08-05T02:48:49.606Z adding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
52032026-08-05T02:48:49.606Z
52042026-08-05T02:48:49.606ZDEBG Aug 05 02:48:47.970replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
52052026-08-05T02:48:49.606Z replacing targets for 3fff:dead::/64 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 05 02:48:47.970
52062026-08-05T02:48:49.606Z Aug 05 02:48:47.970 DEBG Aug 05 02:48:47.970replacing 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 } }]
52072026-08-05T02:48:49.606ZINFODEBG Aug 05 02:48:47.970replacing 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 05 02:48:47.970WARN
52082026-08-05T02:48:49.606Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
52092026-08-05T02:48:49.607Z INFOshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52102026-08-05T02:48:49.607Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 05 02:48:47.970Aug 05 02:48:47.970
52112026-08-05T02:48:49.607Z DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
52122026-08-05T02:48:49.607Z Aug 05 02:48:47.970adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG
52132026-08-05T02:48:49.607Z 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 05 02:48:47.970
52142026-08-05T02:48:49.607Z INFO Aug 05 02:48:47.970 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 } }]
52152026-08-05T02:48:49.607Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 05 02:48:47.970
52162026-08-05T02:48:49.607ZAug 05 02:48:47.970 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 05 02:48:47.970
52172026-08-05T02:48:49.607Z DEBG
52182026-08-05T02:48:49.607Z Aug 05 02:48:47.970replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]DEBG
52192026-08-05T02:48:49.607Z
52202026-08-05T02:48:49.607ZAug 05 02:48:47.970replacing 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 } }]
52212026-08-05T02:48:49.607ZDEBGAug 05 02:48:47.970Aug 05 02:48:47.970 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 } }]INFODEBG
52222026-08-05T02:48:49.607Z adding route 3fff:dead::/64 -> 2001:db8::55:2failed to allocate space for the new target list
52232026-08-05T02:48:49.607Z
52242026-08-05T02:48:49.607ZAug 05 02:48:47.970 Aug 05 02:48:47.970 INFOAug 05 02:48:47.970 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
52252026-08-05T02:48:49.607Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:48:47.970
52262026-08-05T02:48:49.607Z DEBG Aug 05 02:48:47.970replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:48:47.970
52272026-08-05T02:48:49.607ZDEBG INFOreplacing 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 } }]
52282026-08-05T02:48:49.607Zadding route 3fff:dead::/64 -> 2001:db8::55:3
52292026-08-05T02:48:49.607ZAug 05 02:48:47.970 DEBG failed to allocate space for the new target listAug 05 02:48:47.970INFO
52302026-08-05T02:48:49.607Z DEBG adding route 172.17.0.22/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 } }]
52312026-08-05T02:48:49.607Z
52322026-08-05T02:48:49.607ZAug 05 02:48:47.882Aug 05 02:48:47.970 Aug 05 02:48:47.970 DEBGINFO INFOAug 05 02:48:47.970replacing 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 } }]
52332026-08-05T02:48:49.607Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
52342026-08-05T02:48:49.607Zadding route 3fff:beef:10::/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 } }]
52352026-08-05T02:48:49.607Z
52362026-08-05T02:48:49.607ZAug 05 02:48:47.970Aug 05 02:48:47.970 INFODEBGAug 05 02:48:47.970 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.1INFO
52372026-08-05T02:48:49.607Z adding route 172.17.0.23/32 -> 10.0.0.255
52382026-08-05T02:48:49.607Z
52392026-08-05T02:48:49.607ZAug 05 02:48:47.970Aug 05 02:48:47.970 DEBGDEBGAug 05 02:48:47.970Aug 05 02:48:47.970 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 } }] 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 } }]
52402026-08-05T02:48:49.607ZAug 05 02:48:47.971 DEBG created new freemapAug 05 02:48:47.971 , 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 } }]
52412026-08-05T02:48:49.607ZDEBGDEBG 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 } }]created new freemap
52422026-08-05T02:48:49.612Z, unit
52432026-08-05T02:48:49.612Z:unit : freemap_route_ipv4freemap_route_ipv4
52442026-08-05T02:48:49.612ZAug 05 02:48:48.143Aug 05 02:48:48.143Aug 05 02:48:48.143 INFO
52452026-08-05T02:48:49.612ZINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
52462026-08-05T02:48:49.612Z
52472026-08-05T02:48:49.612ZAug 05 02:48:48.143INFO WARNadding route 172.17.0.24/32 -> 10.0.0.255
52482026-08-05T02:48:49.612ZAug 05 02:48:48.143shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:48:48.143
52492026-08-05T02:48:49.612ZDEBGAug 05 02:48:48.143 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 } }]created new freemap
52502026-08-05T02:48:49.612Z, unitAug 05 02:48:48.143: Aug 05 02:48:48.143 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 05 02:48:48.143DEBGfreemap_route_ipv6DEBG
52512026-08-05T02:48:49.612Z
52522026-08-05T02:48:49.612Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap
52532026-08-05T02:48:49.613Z, INFOunit Aug 05 02:48:48.143: Aug 05 02:48:48.143freemap_route_ipv6Aug 05 02:48:48.143 DEBGINFO
52542026-08-05T02:48:49.613Z INFOinitted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255,
52552026-08-05T02:48:49.613Z unitadding route 172.17.0.0/32 -> 10.0.0.255:Aug 05 02:48:48.143 DEBGfreemap_route_ipv4
52562026-08-05T02:48:49.613Z
52572026-08-05T02:48:49.613ZAug 05 02:48:48.143initted freemap. size: 64 , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGunit Aug 05 02:48:48.143: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 05 02:48:48.143
52582026-08-05T02:48:49.613Z freemap_route_ipv4DEBGDEBG
52592026-08-05T02:48:49.613Zreplacing 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 } }]reset freemap
52602026-08-05T02:48:49.613Z,
52612026-08-05T02:48:49.613ZAug 05 02:48:48.143 unitDEBG:Aug 05 02:48:48.143 Aug 05 02:48:48.143 DEBGfreemap_route_ipv4
52622026-08-05T02:48:49.613Zreplacing 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 } }]INFOreset freemap
52632026-08-05T02:48:49.613Z adding route 172.17.0.1/32 -> 10.0.0.255
52642026-08-05T02:48:49.613Z, unitAug 05 02:48:48.143Aug 05 02:48:48.143 Aug 05 02:48:48.143INFO Aug 05 02:48:48.143adding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFODEBG
52652026-08-05T02:48:49.613Zreplacing 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:
52662026-08-05T02:48:49.613Zinitted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255
52672026-08-05T02:48:49.613Z, unitfreemap_route_ipv4:
52682026-08-05T02:48:49.613ZAug 05 02:48:48.143 freemap_route_ipv6Aug 05 02:48:48.143INFO
52692026-08-05T02:48:49.613Z DEBG adding route 172.17.0.2/32 -> 10.0.0.255 Aug 05 02:48:48.143
52702026-08-05T02:48:49.613ZAug 05 02:48:48.143 DEBG DEBGAug 05 02:48:48.143replacing 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 05 02:48:48.143
52712026-08-05T02:48:49.613Z reset freemap, DEBGunit Aug 05 02:48:48.143DEBG :replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO initted freemap. size: 64freemap_route_ipv6 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52722026-08-05T02:48:49.613Z
52732026-08-05T02:48:49.613Z
52742026-08-05T02:48:49.613Z, adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 05 02:48:48.143 unitINFO: Aug 05 02:48:48.143Aug 05 02:48:48.143
52752026-08-05T02:48:49.613Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
52762026-08-05T02:48:49.613ZINFO freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255
52772026-08-05T02:48:49.613ZAug 05 02:48:48.143adding route 172.17.0.3/32 -> 10.0.0.255
52782026-08-05T02:48:49.613ZDEBG
52792026-08-05T02:48:49.613ZAug 05 02:48:48.143 Aug 05 02:48:48.143 Aug 05 02:48:48.143DEBG Aug 05 02:48:48.143 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 } }]
52802026-08-05T02:48:49.613Zreplacing 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.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: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 } }]
52812026-08-05T02:48:49.613Z
52822026-08-05T02:48:49.613ZAug 05 02:48:48.143 DEBGINFOAug 05 02:48:48.143
52832026-08-05T02:48:49.613ZAug 05 02:48:48.143 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
52842026-08-05T02:48:49.613Z reset freemap, unit INFO:Aug 05 02:48:48.143 adding route 172.17.0.4/32 -> 10.0.0.255
52852026-08-05T02:48:49.613Z freemap_route_ipv6DEBG adding route 172.17.0.28/32 -> 10.0.0.255
52862026-08-05T02:48:49.613Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52872026-08-05T02:48:49.613Z
52882026-08-05T02:48:49.613ZAug 05 02:48:48.143 Aug 05 02:48:48.143DEBG 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 05 02:48:48.143
52892026-08-05T02:48:49.613ZAug 05 02:48:48.143 Aug 05 02:48:48.143DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
52902026-08-05T02:48:49.614Z 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 } }]
52912026-08-05T02:48:49.614Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:48:48.143
52922026-08-05T02:48:49.614ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
52932026-08-05T02:48:49.614Zadding route 172.17.0.5/32 -> 10.0.0.255
52942026-08-05T02:48:49.614ZAug 05 02:48:48.143 DEBG Aug 05 02:48:48.143replacing 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 05 02:48:48.143Aug 05 02:48:48.143
52952026-08-05T02:48:49.614Z INFODEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
52962026-08-05T02:48:49.614Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
52972026-08-05T02:48:49.614Z
52982026-08-05T02:48:49.614ZAug 05 02:48:48.143Aug 05 02:48:48.143Aug 05 02:48:48.143 Aug 05 02:48:48.143INFODEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52992026-08-05T02:48:49.614Z adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.6/32 -> 10.0.0.255
53002026-08-05T02:48:49.614Z
53012026-08-05T02:48:49.614ZINFO Aug 05 02:48:48.143adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
53022026-08-05T02:48:49.614ZINFO Aug 05 02:48:48.143adding route 172.17.0.30/32 -> 10.0.0.255
53032026-08-05T02:48:49.614Ztest route::tests::same_size_non_subset_replace ... ok
53042026-08-05T02:48:49.614ZDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.143
53052026-08-05T02:48:49.614ZAug 05 02:48:48.143 Aug 05 02:48:48.143
53062026-08-05T02:48:49.614ZDEBG DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53072026-08-05T02:48:49.614Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
53082026-08-05T02:48:49.614Z
53092026-08-05T02:48:49.614ZAug 05 02:48:48.143Aug 05 02:48:48.143 INFOINFO Aug 05 02:48:48.143Aug 05 02:48:48.143adding route 172.17.0.7/32 -> 10.0.0.255 Aug 05 02:48:48.143adding route 172.17.0.31/32 -> 10.0.0.255 INFO
53102026-08-05T02:48:49.614ZINFO
53112026-08-05T02:48:49.614Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:48:48.143
53122026-08-05T02:48:49.614Z DEBGAug 05 02:48:48.143
53132026-08-05T02:48:49.614Z
53142026-08-05T02:48:49.614ZDEBG 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 } }]
53152026-08-05T02:48:49.614ZAug 05 02:48:48.143 Aug 05 02:48:48.143 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.143
53162026-08-05T02:48:49.614ZDEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
53172026-08-05T02:48:49.614Z
53182026-08-05T02:48:49.614Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53192026-08-05T02:48:49.614Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
53202026-08-05T02:48:49.614Ztest transceivers::mpn_test::test_mpn_missing ... ok
53212026-08-05T02:48:49.614ZAug 05 02:48:48.143 Aug 05 02:48:48.143Aug 05 02:48:48.143DEBG DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
53222026-08-05T02:48:49.614Ztest transceivers::mpn_test::test_mpn_present ... ok
53232026-08-05T02:48:49.614Z
53242026-08-05T02:48:49.614Ztest transceivers::mpn_test::test_xcvr_missing ... ok
53252026-08-05T02:48:49.615Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:48:48.143
53262026-08-05T02:48:49.615ZINFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 05 02:48:48.143
53272026-08-05T02:48:49.615Z Aug 05 02:48:48.143Aug 05 02:48:48.143 DEBGAug 05 02:48:48.143Aug 05 02:48:48.143 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 } }] INFO INFODEBG
53282026-08-05T02:48:49.615Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
53292026-08-05T02:48:49.615Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
53302026-08-05T02:48:49.615Zadding route 172.17.0.9/32 -> 10.0.0.255
53312026-08-05T02:48:49.615ZAug 05 02:48:48.143
53322026-08-05T02:48:49.615ZDEBG Aug 05 02:48:48.143replacing 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 05 02:48:48.143
53332026-08-05T02:48:49.615Z Aug 05 02:48:48.143INFO DEBGINFO Aug 05 02:48:48.143Aug 05 02:48:48.143 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
53342026-08-05T02:48:49.615Z
53352026-08-05T02:48:49.615Z
53362026-08-05T02:48:49.615ZINFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
53372026-08-05T02:48:49.615Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:48:48.143
53382026-08-05T02:48:49.615ZAug 05 02:48:48.143 DEBG DEBGAug 05 02:48:48.143 Aug 05 02:48:48.143 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53392026-08-05T02:48:49.615ZINFO
53402026-08-05T02:48:49.615Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
53412026-08-05T02:48:49.615Z
53422026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53432026-08-05T02:48:49.620ZAug 05 02:48:48.143Aug 05 02:48:48.143 Aug 05 02:48:48.143 DEBGAug 05 02:48:48.143 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffINFOAug 05 02:48:47.971
53442026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53452026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53462026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53472026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53482026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53492026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53502026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53512026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53522026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53532026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53542026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53552026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53562026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53572026-08-05T02:48:49.620Z adding route 172.17.0.34/32 -> 10.0.0.255INFODEBG
53582026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53592026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53602026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53612026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53622026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53632026-08-05T02:48:49.620Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53642026-08-05T02:48:49.620Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 05 02:48:48.143
53652026-08-05T02:48:49.620Z Aug 05 02:48:48.143created new freemap adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 05 02:48:48.143
53662026-08-05T02:48:49.620ZDEBG 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 } }]
53672026-08-05T02:48:49.620ZAug 05 02:48:48.143Aug 05 02:48:48.144 DEBG created new freemapDEBG, unitAug 05 02:48:48.152: Aug 05 02:48:48.152INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
53682026-08-05T02:48:49.620Zreplacing 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 } }]
53692026-08-05T02:48:49.620Z created new freemap, unitDEBG:Aug 05 02:48:48.152 Aug 05 02:48:48.152 INFODEBGreplacing 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 freemap_route_ipv4
53702026-08-05T02:48:49.620Z
53712026-08-05T02:48:49.621Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53722026-08-05T02:48:49.621Z
53732026-08-05T02:48:49.621Z
53742026-08-05T02:48:49.621ZAug 05 02:48:48.152Aug 05 02:48:48.152 Aug 05 02:48:48.152DEBG Aug 05 02:48:48.152INFODEBG Aug 05 02:48:48.152 INFOadding route 172.17.0.11/32 -> 10.0.0.255 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
53752026-08-05T02:48:49.621Z
53762026-08-05T02:48:49.621Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap, , unit
53772026-08-05T02:48:49.621ZAug 05 02:48:48.152Aug 05 02:48:48.152 : INFOfreemap_route_ipv6unit :
53782026-08-05T02:48:49.621Z freemap_route_ipv6adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
53792026-08-05T02:48:49.621Z
53802026-08-05T02:48:49.621Z 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 05 02:48:48.152Aug 05 02:48:48.152
53812026-08-05T02:48:49.621Z Aug 05 02:48:48.152DEBGDEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:48:48.152
53822026-08-05T02:48:49.621Z 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 } }]initted freemap. size: 64
53832026-08-05T02:48:49.621Z, unit:Aug 05 02:48:48.153 Aug 05 02:48:48.153freemap_route_ipv4 INFOINFO
53842026-08-05T02:48:49.621Z Aug 05 02:48:48.153adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
53852026-08-05T02:48:49.621ZINFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 05 02:48:48.153Aug 05 02:48:48.153
53862026-08-05T02:48:49.621Z initted freemap. size: 64DEBGDEBG , 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 05 02:48:48.153adding route 172.17.0.12/32 -> 10.0.0.255reset freemapunit,
53872026-08-05T02:48:49.621Z
53882026-08-05T02:48:49.621ZunitDEBG: freemap_route_ipv4:replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53892026-08-05T02:48:49.621Z
53902026-08-05T02:48:49.621ZAug 05 02:48:48.153Aug 05 02:48:48.153 freemap_route_ipv4DEBGINFO
53912026-08-05T02:48:49.621Zreplacing 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:1e::/64 -> 2001:db8::55:ff
53922026-08-05T02:48:49.621Z
53932026-08-05T02:48:49.621ZAug 05 02:48:48.153 Aug 05 02:48:48.153INFOAug 05 02:48:48.153 DEBG Aug 05 02:48:48.153INFOAug 05 02:48:48.153 adding route 172.17.0.13/32 -> 10.0.0.255 DEBGreset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
53942026-08-05T02:48:49.621Z
53952026-08-05T02:48:49.621Zinitted freemap. size: 64, DEBG, unitAug 05 02:48:48.153unit : 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 } }]
53962026-08-05T02:48:49.621Zfreemap_route_ipv4Aug 05 02:48:48.153DEBG :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 } }]
53972026-08-05T02:48:49.621Z
53982026-08-05T02:48:49.621Zfreemap_route_ipv6DEBGAug 05 02:48:48.153
53992026-08-05T02:48:49.621ZINFO Aug 05 02:48:48.153adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
54002026-08-05T02:48:49.621Z 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 } }]DEBGAug 05 02:48:48.153 initted freemap. size: 64INFOAug 05 02:48:48.153 DEBGadding route 172.17.0.14/32 -> 10.0.0.255,
54012026-08-05T02:48:49.621ZAug 05 02:48:48.153unitreset freemap
54022026-08-05T02:48:49.621Z , unit: DEBG:freemap_route_ipv6
54032026-08-05T02:48:49.621Z Aug 05 02:48:48.153replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
54042026-08-05T02:48:49.621ZAug 05 02:48:48.153 INFO
54052026-08-05T02:48:49.622Z DEBG Aug 05 02:48:48.153Aug 05 02:48:48.153Aug 05 02:48:48.153 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
54062026-08-05T02:48:49.622ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
54072026-08-05T02:48:49.622Z Aug 05 02:48:48.153adding route 3fff:dead::/64 -> 2001:db8::55:1
54082026-08-05T02:48:49.622Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
54092026-08-05T02:48:49.622Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:48:48.153Aug 05 02:48:48.153 reset freemap
54102026-08-05T02:48:49.622Z, DEBGDEBG unit :Aug 05 02:48:48.153replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
54112026-08-05T02:48:49.622Z
54122026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
54132026-08-05T02:48:49.622Z DEBGAug 05 02:48:48.153 DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.153 Aug 05 02:48:48.153replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54142026-08-05T02:48:49.622Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
54152026-08-05T02:48:49.622Zadding route 3fff:dead::/64 -> 2001:db8::55:2
54162026-08-05T02:48:49.622ZAug 05 02:48:48.153
54172026-08-05T02:48:49.622Zfreemap_route_ipv6
54182026-08-05T02:48:49.622ZINFOAug 05 02:48:48.153 Aug 05 02:48:48.153 Aug 05 02:48:48.153DEBG adding route 172.17.0.16/32 -> 10.0.0.255
54192026-08-05T02:48:49.622ZDEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:48:48.153
54202026-08-05T02:48:49.622ZAug 05 02:48:48.153 INFO
54212026-08-05T02:48:49.622Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
54222026-08-05T02:48:49.622ZAug 05 02:48:48.153DEBGAug 05 02:48:48.153 adding route 172.16.0.0/32 -> 10.0.0.1
54232026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
54242026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
54252026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
54262026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
54272026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
54282026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
54292026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
54302026-08-05T02:48:49.622Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
54312026-08-05T02:48:49.622ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
54322026-08-05T02:48:49.622Z adding route 3fff:dead::/64 -> 2001:db8::55:3
54332026-08-05T02:48:49.622Z
54342026-08-05T02:48:49.622ZAug 05 02:48:48.153 Aug 05 02:48:48.153DEBG DEBGAug 05 02:48:48.153Aug 05 02:48:48.153 INFOAug 05 02:48:48.153 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 } }] adding route 172.17.0.17/32 -> 10.0.0.255DEBG
54352026-08-05T02:48:49.622Zreplacing 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 } }]
54362026-08-05T02:48:49.622Z
54372026-08-05T02:48:49.622Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
54382026-08-05T02:48:49.622Zreplacing 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 } }]
54392026-08-05T02:48:49.622ZAug 05 02:48:48.153Aug 05 02:48:48.153Aug 05 02:48:48.153Aug 05 02:48:48.153 Aug 05 02:48:48.153INFO INFO DEBG INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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:dead::/64 -> 2001:db8::55:4
54402026-08-05T02:48:49.622Z
54412026-08-05T02:48:49.622ZINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
54422026-08-05T02:48:49.628Z
54432026-08-05T02:48:49.628ZAug 05 02:48:48.153adding route 172.16.0.0/32 -> 10.0.0.2 Aug 05 02:48:48.153INFO
54442026-08-05T02:48:49.628ZAug 05 02:48:48.153Aug 05 02:48:48.153 adding route 172.17.0.18/32 -> 10.0.0.255DEBG
54452026-08-05T02:48:49.628Z DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:48:48.153
54462026-08-05T02:48:49.628Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
54472026-08-05T02:48:49.628Zreplacing 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 } }]
54482026-08-05T02:48:49.628Zreplacing 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 05 02:48:48.153
54492026-08-05T02:48:49.628Z INFO Aug 05 02:48:48.153adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 05 02:48:48.153Aug 05 02:48:48.153
54502026-08-05T02:48:49.628Z Aug 05 02:48:48.153DEBG 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:3, vlan_id: None } }]INFO adding route 172.17.0.19/32 -> 10.0.0.255
54512026-08-05T02:48:49.628ZDEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
54522026-08-05T02:48:49.628Z
54532026-08-05T02:48:49.628Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54542026-08-05T02:48:49.628ZAug 05 02:48:48.153Aug 05 02:48:48.153 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 } }]Aug 05 02:48:48.153
54552026-08-05T02:48:49.628Z 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 05 02:48:48.153
54562026-08-05T02:48:49.628ZDEBGDEBGAug 05 02:48:48.153 INFO adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54572026-08-05T02:48:49.628ZAug 05 02:48:48.153replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
54582026-08-05T02:48:49.628ZINFO
54592026-08-05T02:48:49.628Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 05 02:48:48.153
54602026-08-05T02:48:49.628Z 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 05 02:48:48.153Aug 05 02:48:48.153
54612026-08-05T02:48:49.628ZAug 05 02:48:48.153 INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBG
54622026-08-05T02:48:49.628ZINFO 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:9::/64 -> 2001:db8::55:ff
54632026-08-05T02:48:49.628Z
54642026-08-05T02:48:49.628ZAug 05 02:48:48.153 DEBG Aug 05 02:48:48.153replacing 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 05 02:48:48.153 INFO
54652026-08-05T02:48:49.628Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
54662026-08-05T02:48:49.628Z 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 05 02:48:48.153
54672026-08-05T02:48:49.628ZINFO Aug 05 02:48:48.153 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
54682026-08-05T02:48:49.629ZAug 05 02:48:48.153 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
54692026-08-05T02:48:49.629Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:48:48.153
54702026-08-05T02:48:49.629Z DEBGAug 05 02:48:48.153 INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:48:48.153
54712026-08-05T02:48:49.629Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
54722026-08-05T02:48:49.629ZDEBG 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 05 02:48:48.153
54732026-08-05T02:48:49.629Z Aug 05 02:48:48.153INFO adding route 172.17.0.23/32 -> 10.0.0.255
54742026-08-05T02:48:49.629ZDEBGAug 05 02:48:48.153 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
54752026-08-05T02:48:49.629Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
54762026-08-05T02:48:49.629ZAug 05 02:48:48.153 DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.153 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 } }]
54772026-08-05T02:48:49.629ZAug 05 02:48:48.153 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
54782026-08-05T02:48:49.629ZAug 05 02:48:48.153 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 } }]
54792026-08-05T02:48:49.629ZAug 05 02:48:48.153 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
54802026-08-05T02:48:49.629Zreplacing 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 } }],
54812026-08-05T02:48:49.629Zunit:Aug 05 02:48:48.153 freemap_route_ipv4DEBG
54822026-08-05T02:48:49.629Z 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 05 02:48:48.153
54832026-08-05T02:48:49.629Z INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:48:48.153
54842026-08-05T02:48:49.629Z Aug 05 02:48:48.153 DEBGINFO Aug 05 02:48:48.153adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
54852026-08-05T02:48:49.629Zcreated new freemapDEBG Aug 05 02:48:48.154replacing 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 } }]
54862026-08-05T02:48:49.629ZDEBG created new freemap, unit: Aug 05 02:48:48.160freemap_route_ipv4
54872026-08-05T02:48:49.629ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
54882026-08-05T02:48:49.629Z
54892026-08-05T02:48:49.629ZAug 05 02:48:48.160 DEBG Aug 05 02:48:48.160created new freemapAug 05 02:48:48.160 , unitDEBGDEBG :Aug 05 02:48:48.160replacing 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 } }]
54902026-08-05T02:48:49.629Z INFO freemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255
54912026-08-05T02:48:49.629Z
54922026-08-05T02:48:49.629Zreplacing 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 } }]
54932026-08-05T02:48:49.629ZAug 05 02:48:48.160 Aug 05 02:48:48.160INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
54942026-08-05T02:48:49.629Zinitted freemap. size: 64Aug 05 02:48:48.160 Aug 05 02:48:48.160, DEBGunit : INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.160
54952026-08-05T02:48:49.629Z freemap_route_ipv4
54962026-08-05T02:48:49.629Zadding route 172.17.0.37/32 -> 10.0.0.255
54972026-08-05T02:48:49.629ZAug 05 02:48:48.160DEBG INFOreplacing 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 } }]
54982026-08-05T02:48:49.629Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:48:48.160
54992026-08-05T02:48:49.630ZAug 05 02:48:48.160 DEBGDEBG Aug 05 02:48:48.160 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
55002026-08-05T02:48:49.630Z, unit: Aug 05 02:48:48.160freemap_route_ipv4DEBG
55012026-08-05T02:48:49.630ZAug 05 02:48:48.160 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
55022026-08-05T02:48:49.630Z INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:48:48.160
55032026-08-05T02:48:49.630Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGAug 05 02:48:48.160 initted freemap. size: 64
55042026-08-05T02:48:49.630Z, INFOunit: adding route 172.17.0.26/32 -> 10.0.0.255freemap_route_ipv6Aug 05 02:48:48.160
55052026-08-05T02:48:49.630Z
55062026-08-05T02:48:49.630ZAug 05 02:48:48.160 DEBGDEBGAug 05 02:48:48.160 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 05 02:48:48.160
55072026-08-05T02:48:49.630Z 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 DEBG
55082026-08-05T02:48:49.630Z reset freemapreplacing 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 05 02:48:48.160
55092026-08-05T02:48:49.630Zunit :INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:fffreemap_route_ipv6
55102026-08-05T02:48:49.630ZAug 05 02:48:48.160Aug 05 02:48:48.160
55112026-08-05T02:48:49.630Z INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 05 02:48:48.160
55122026-08-05T02:48:49.630Z Aug 05 02:48:48.160 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:48:48.160
55132026-08-05T02:48:49.630Ztest route::tests::shrink_preserves_compacted_order ... ok
55142026-08-05T02:48:49.630Z
55152026-08-05T02:48:49.630Z DEBGadding route 172.17.0.39/32 -> 10.0.0.255
55162026-08-05T02:48:49.630Zreplacing 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 05 02:48:48.160
55172026-08-05T02:48:49.630Z DEBGAug 05 02:48:48.160Aug 05 02:48:48.160 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 } }]
55182026-08-05T02:48:49.630Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
55192026-08-05T02:48:49.630Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
55202026-08-05T02:48:49.630ZAug 05 02:48:48.160Aug 05 02:48:48.160 INFOINFO Aug 05 02:48:48.160INFO adding route 172.17.0.28/32 -> 10.0.0.255
55212026-08-05T02:48:49.630ZINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
55222026-08-05T02:48:49.630Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:48:48.160adding route 172.17.0.40/32 -> 10.0.0.255
55232026-08-05T02:48:49.630Z
55242026-08-05T02:48:49.630Z 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 05 02:48:48.160Aug 05 02:48:48.160 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 } }]
55252026-08-05T02:48:49.630Z DEBGAug 05 02:48:48.160Aug 05 02:48:48.160
55262026-08-05T02:48:49.630Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55272026-08-05T02:48:49.630Zreplacing 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 05 02:48:48.160
55282026-08-05T02:48:49.630ZINFOINFO Aug 05 02:48:48.160adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
55292026-08-05T02:48:49.630ZINFO
55302026-08-05T02:48:49.630Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:48:48.160
55312026-08-05T02:48:49.630ZAug 05 02:48:48.160 DEBGINFO Aug 05 02:48:48.160replacing 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 05 02:48:48.160
55322026-08-05T02:48:49.630Z DEBG DEBGAug 05 02:48:48.160replacing 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.41/32 -> 10.0.0.255
55332026-08-05T02:48:49.630Z
55342026-08-05T02:48:49.630Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55352026-08-05T02:48:49.631ZINFOAug 05 02:48:48.160Aug 05 02:48:48.160Aug 05 02:48:48.160 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.30/32 -> 10.0.0.255
55362026-08-05T02:48:49.631Z
55372026-08-05T02:48:49.631Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
55382026-08-05T02:48:49.631Z 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 05 02:48:48.160
55392026-08-05T02:48:49.631Z Aug 05 02:48:48.160DEBG 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
55402026-08-05T02:48:49.631Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:48:48.160
55412026-08-05T02:48:49.631ZAug 05 02:48:48.160 INFODEBG Aug 05 02:48:48.160Aug 05 02:48:48.160adding route 172.17.0.42/32 -> 10.0.0.255
55422026-08-05T02:48:49.636Z INFODEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 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 } }]
55432026-08-05T02:48:49.636Zadding route 172.17.0.31/32 -> 10.0.0.255
55442026-08-05T02:48:49.636Z
55452026-08-05T02:48:49.636ZAug 05 02:48:48.168 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 } }],
55462026-08-05T02:48:49.636Zunit: Aug 05 02:48:48.168freemap_route_ipv6
55472026-08-05T02:48:49.636ZINFOAug 05 02:48:48.153 adding route 172.17.0.32/32 -> 10.0.0.255
55482026-08-05T02:48:49.636ZINFO Aug 05 02:48:48.168 DEBG initted freemap. size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, unit
55492026-08-05T02:48:49.636ZAug 05 02:48:48.168: freemap_route_ipv4DEBG
55502026-08-05T02:48:49.636Z 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 05 02:48:48.154Aug 05 02:48:48.168Aug 05 02:48:48.168
55512026-08-05T02:48:49.636ZDEBG DEBGDEBGreset freemap Aug 05 02:48:48.168 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 } }], created new freemapunit
55522026-08-05T02:48:49.636Z, :INFO unitfreemap_route_ipv4Aug 05 02:48:48.168:adding route 172.17.0.33/32 -> 10.0.0.255
55532026-08-05T02:48:49.636Z
55542026-08-05T02:48:49.636Z freemap_route_ipv4INFO
55552026-08-05T02:48:49.636ZAug 05 02:48:48.169 Aug 05 02:48:48.169DEBG DEBGinitted freemap. size: 64 , unitreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
55562026-08-05T02:48:49.636Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
55572026-08-05T02:48:49.636Zfreemap_route_ipv6
55582026-08-05T02:48:49.636ZAug 05 02:48:48.169 INFO Aug 05 02:48:48.169adding route 172.17.0.34/32 -> 10.0.0.255Aug 05 02:48:48.168
55592026-08-05T02:48:49.636Z DEBG Aug 05 02:48:48.169replacing 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 05 02:48:48.169
55602026-08-05T02:48:49.636Z DEBGAug 05 02:48:48.169DEBGINFO DEBGreset freemapcreated new freemap , , 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
55612026-08-05T02:48:49.636Zunit:: Aug 05 02:48:48.169freemap_route_ipv6freemap_route_ipv6adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 05 02:48:48.169
55622026-08-05T02:48:49.636Z
55632026-08-05T02:48:49.636ZINFO
55642026-08-05T02:48:49.636Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:48:48.169
55652026-08-05T02:48:49.636Z INFOAug 05 02:48:48.169INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 05 02:48:48.169
55662026-08-05T02:48:49.636Z Aug 05 02:48:48.169DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
55672026-08-05T02:48:49.636ZAug 05 02:48:48.169initted freemap. size: 64 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55682026-08-05T02:48:49.636Z
55692026-08-05T02:48:49.636Z, DEBG unit:Aug 05 02:48:48.169 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:48:48.169
55702026-08-05T02:48:49.637ZAug 05 02:48:48.169freemap_route_ipv4 INFO
55712026-08-05T02:48:49.637ZDEBGadding route 172.17.0.36/32 -> 10.0.0.255INFOAug 05 02:48:48.169
55722026-08-05T02:48:49.637Z 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 } }]INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
55732026-08-05T02:48:49.637Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:48:48.169
55742026-08-05T02:48:49.637Z
55752026-08-05T02:48:49.637Z Aug 05 02:48:48.169DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55762026-08-05T02:48:49.637ZAug 05 02:48:48.169 reset freemapAug 05 02:48:48.169, unitAug 05 02:48:48.169Aug 05 02:48:48.169DEBG :INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4INFOadding route 172.17.0.37/32 -> 10.0.0.255
55772026-08-05T02:48:49.637Z
55782026-08-05T02:48:49.637Z
55792026-08-05T02:48:49.637Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
55802026-08-05T02:48:49.637ZDEBGAug 05 02:48:48.169 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 05 02:48:48.169
55812026-08-05T02:48:49.637ZINFO Aug 05 02:48:48.169 DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 05 02:48:48.169DEBGreplacing 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 } }]
55822026-08-05T02:48:49.637Zreplacing 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 } }]
55832026-08-05T02:48:49.637Z
55842026-08-05T02:48:49.637ZDEBG initted freemap. size: 64Aug 05 02:48:48.169, Aug 05 02:48:48.169unitAug 05 02:48:48.169 INFO: Aug 05 02:48:48.169INFO DEBGINFO freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
55852026-08-05T02:48:49.637Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55862026-08-05T02:48:49.637Z
55872026-08-05T02:48:49.637Z
55882026-08-05T02:48:49.637Z
55892026-08-05T02:48:49.637ZAug 05 02:48:48.169 Aug 05 02:48:48.169 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 } }]DEBGAug 05 02:48:48.169
55902026-08-05T02:48:49.637ZAug 05 02:48:48.169 INFOAug 05 02:48:48.169 DEBGreset freemapadding route 172.17.0.2/32 -> 10.0.0.255Aug 05 02:48:48.169
55912026-08-05T02:48:49.637Zreplacing 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 } }],
55922026-08-05T02:48:49.637Zunit :INFO Aug 05 02:48:48.169 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff freemap_route_ipv6 Aug 05 02:48:48.169
55932026-08-05T02:48:49.637Z
55942026-08-05T02:48:49.637Z INFODEBGreplacing 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 } }]
55952026-08-05T02:48:49.637Zreplacing 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 } }]
55962026-08-05T02:48:49.637Z Aug 05 02:48:48.169 DEBGadding route 172.17.0.39/32 -> 10.0.0.255 Aug 05 02:48:48.169
55972026-08-05T02:48:49.637Z Aug 05 02:48:48.169replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOINFO
55982026-08-05T02:48:49.637Z Aug 05 02:48:48.169Aug 05 02:48:48.169adding route 172.16.0.0/32 -> 10.0.0.1 Aug 05 02:48:48.169
55992026-08-05T02:48:49.637Z DEBGadding route 172.17.0.3/32 -> 10.0.0.255 INFO
56002026-08-05T02:48:49.637Z INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
56012026-08-05T02:48:49.637ZAug 05 02:48:48.169Aug 05 02:48:48.169 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGDEBG
56022026-08-05T02:48:49.637Z
56032026-08-05T02:48:49.637Z 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 } }]
56042026-08-05T02:48:49.637Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56052026-08-05T02:48:49.637ZAug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 Aug 05 02:48:48.169 DEBGINFO INFO adding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }]
56062026-08-05T02:48:49.637Z
56072026-08-05T02:48:49.637Z DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 INFOINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
56082026-08-05T02:48:49.638Z
56092026-08-05T02:48:49.638Z
56102026-08-05T02:48:49.638Zadding route 172.16.0.0/32 -> 10.0.0.2
56112026-08-05T02:48:49.638ZDEBG Aug 05 02:48:48.169replacing 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 05 02:48:48.169
56122026-08-05T02:48:49.638Z Aug 05 02:48:48.169 DEBGINFODEBG Aug 05 02:48:48.169 Aug 05 02:48:48.169 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:19::/64 -> 2001:db8::55:ffINFO
56132026-08-05T02:48:49.638Z
56142026-08-05T02:48:49.638Z
56152026-08-05T02:48:49.638Zadding route 172.17.0.5/32 -> 10.0.0.255DEBG
56162026-08-05T02:48:49.638Z 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 05 02:48:48.169 Aug 05 02:48:48.169
56172026-08-05T02:48:49.638Z INFODEBG Aug 05 02:48:48.169adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:48:48.169
56182026-08-05T02:48:49.638Z DEBG INFO Aug 05 02:48:48.169replacing 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 05 02:48:48.169
56192026-08-05T02:48:49.638Z INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
56202026-08-05T02:48:49.638ZDEBGAug 05 02:48:48.169 adding route 172.17.0.41/32 -> 10.0.0.255
56212026-08-05T02:48:49.638Z
56222026-08-05T02:48:49.638ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:48:48.169
56232026-08-05T02:48:49.638Z
56242026-08-05T02:48:49.638Z INFOAug 05 02:48:48.169 DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
56252026-08-05T02:48:49.638Zreplacing 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 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169
56262026-08-05T02:48:49.638Z INFODEBG Aug 05 02:48:48.169Aug 05 02:48:48.169 adding route 172.16.0.0/32 -> 10.0.0.4DEBGINFO
56272026-08-05T02:48:49.638Z adding route 172.17.0.42/32 -> 10.0.0.255replacing 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 } }]
56282026-08-05T02:48:49.638Zreplacing 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 } }]
56292026-08-05T02:48:49.638Z
56302026-08-05T02:48:49.638Z Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169Aug 05 02:48:48.169 DEBGINFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
56312026-08-05T02:48:49.638Z adding route 3fff:beef:31::/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 } }, 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 } }]
56322026-08-05T02:48:49.638Z
56332026-08-05T02:48:49.638Z
56342026-08-05T02:48:49.638Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.169
56352026-08-05T02:48:49.638Z Aug 05 02:48:48.169DEBG Aug 05 02:48:48.169 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 } }]
56362026-08-05T02:48:49.638ZAug 05 02:48:48.169replacing 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 } }]
56372026-08-05T02:48:49.638Z INFO DEBG Aug 05 02:48:48.169adding route 172.17.0.43/32 -> 10.0.0.255
56382026-08-05T02:48:49.638Zreplacing targets for 172.16.0.0/32 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 } }]
56392026-08-05T02:48:49.638ZINFOAug 05 02:48:48.169 Aug 05 02:48:48.169INFO adding route 172.17.0.8/32 -> 10.0.0.255 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 05 02:48:48.169DEBG
56402026-08-05T02:48:49.638Z
56412026-08-05T02:48:49.639ZINFO 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 } }]
56422026-08-05T02:48:49.643Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 05 02:48:48.169
56432026-08-05T02:48:49.643ZDEBGAug 05 02:48:48.169Aug 05 02:48:48.169 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 } }]
56442026-08-05T02:48:49.643ZDEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255
56452026-08-05T02:48:49.643Zreplacing 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 05 02:48:48.169 Aug 05 02:48:48.169INFO
56462026-08-05T02:48:49.643ZAug 05 02:48:48.169adding route 172.17.0.9/32 -> 10.0.0.255
56472026-08-05T02:48:49.643ZDEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56482026-08-05T02:48:49.643Z
56492026-08-05T02:48:49.643ZAug 05 02:48:48.169 DEBGAug 05 02:48:48.169 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56502026-08-05T02:48:49.643Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 05 02:48:48.169
56512026-08-05T02:48:49.643ZINFOAug 05 02:48:48.169Aug 05 02:48:48.169 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255INFO
56522026-08-05T02:48:49.643Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
56532026-08-05T02:48:49.644ZAug 05 02:48:48.169
56542026-08-05T02:48:49.644Z DEBGAug 05 02:48:48.169 Aug 05 02:48:48.169replacing 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 05 02:48:48.169
56552026-08-05T02:48:49.644ZDEBG DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56562026-08-05T02:48:49.644Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56572026-08-05T02:48:49.644ZAug 05 02:48:48.169 INFO adding route 172.17.0.46/32 -> 10.0.0.255
56582026-08-05T02:48:49.644ZAug 05 02:48:48.176 Aug 05 02:48:48.176DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.176
56592026-08-05T02:48:49.644Z DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
56602026-08-05T02:48:49.644ZAug 05 02:48:48.176Aug 05 02:48:48.176replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
56612026-08-05T02:48:49.644Z
56622026-08-05T02:48:49.644Zadding route 172.17.0.47/32 -> 10.0.0.255Aug 05 02:48:48.176INFO
56632026-08-05T02:48:49.644Zadding route 172.17.0.11/32 -> 10.0.0.255 Aug 05 02:48:48.176DEBG
56642026-08-05T02:48:49.644Z INFOAug 05 02:48:48.176 Aug 05 02:48:48.176DEBGreplacing 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 05 02:48:48.176 INFOadding route 172.17.0.43/32 -> 10.0.0.255
56652026-08-05T02:48:49.644Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
56662026-08-05T02:48:49.644ZDEBG
56672026-08-05T02:48:49.644Z
56682026-08-05T02:48:49.644Z 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 } }]
56692026-08-05T02:48:49.644ZAug 05 02:48:48.176Aug 05 02:48:48.176 Aug 05 02:48:48.176 Aug 05 02:48:48.176 Aug 05 02:48:48.176INFODEBG INFODEBG adding route 3fff:beef:35::/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 } }]INFO
56702026-08-05T02:48:49.644Z adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56712026-08-05T02:48:49.644Zadding route 172.17.0.48/32 -> 10.0.0.255
56722026-08-05T02:48:49.644Z
56732026-08-05T02:48:49.644ZAug 05 02:48:48.176 Aug 05 02:48:48.176INFO
56742026-08-05T02:48:49.644Z DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 05 02:48:48.176replacing 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 } }]
56752026-08-05T02:48:49.644Z
56762026-08-05T02:48:49.644Z Aug 05 02:48:48.176INFOAug 05 02:48:48.176 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 } }]Aug 05 02:48:48.176adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:48:48.176 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56772026-08-05T02:48:49.644ZINFO
56782026-08-05T02:48:49.644Z adding route 172.17.0.13/32 -> 10.0.0.255
56792026-08-05T02:48:49.644Z
56802026-08-05T02:48:49.644Zreplacing 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 05 02:48:48.176
56812026-08-05T02:48:49.644ZAug 05 02:48:48.176Aug 05 02:48:48.176 Aug 05 02:48:48.176 INFOINFODEBG adding route 172.17.0.49/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
56822026-08-05T02:48:49.644Zreplacing 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 05 02:48:48.176
56832026-08-05T02:48:49.644Z
56842026-08-05T02:48:49.644ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
56852026-08-05T02:48:49.644Z
56862026-08-05T02:48:49.644ZAug 05 02:48:48.176 Aug 05 02:48:48.176Aug 05 02:48:48.176INFOAug 05 02:48:48.176 Aug 05 02:48:48.176adding route 172.17.0.14/32 -> 10.0.0.255DEBG INFO
56872026-08-05T02:48:49.644Z adding route 172.17.0.45/32 -> 10.0.0.255replacing 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 } }] DEBGAug 05 02:48:48.176DEBG
56882026-08-05T02:48:49.644Z 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 } }]
56892026-08-05T02:48:49.645Z
56902026-08-05T02:48:49.645Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
56912026-08-05T02:48:49.645ZAug 05 02:48:48.176 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 05 02:48:48.176replacing 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 05 02:48:48.176
56922026-08-05T02:48:49.645Z
56932026-08-05T02:48:49.645ZAug 05 02:48:48.176 DEBG Aug 05 02:48:48.176 INFOINFOINFO Aug 05 02:48:48.176 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
56942026-08-05T02:48:49.645Z
56952026-08-05T02:48:49.645Z
56962026-08-05T02:48:49.645ZDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
56972026-08-05T02:48:49.645Zreplacing 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 } }]
56982026-08-05T02:48:49.645ZAug 05 02:48:48.176 Aug 05 02:48:48.176DEBGAug 05 02:48:48.176Aug 05 02:48:48.176 DEBGDEBGreplacing 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 05 02:48:48.176INFO
56992026-08-05T02:48:49.645Ztest route::tests::delete_targets_full ... ok
57002026-08-05T02:48:49.645Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }]
57012026-08-05T02:48:49.645Z
57022026-08-05T02:48:49.645ZAug 05 02:48:48.176replacing 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.17.0.46/32 -> 10.0.0.255
57032026-08-05T02:48:49.645Ztest route::tests::delete_target_fragmented ... ok
57042026-08-05T02:48:49.645Z
57052026-08-05T02:48:49.645ZINFO Aug 05 02:48:48.176adding route 172.17.0.16/32 -> 10.0.0.255
57062026-08-05T02:48:49.645Z Aug 05 02:48:48.176 Aug 05 02:48:48.176INFOINFO Aug 05 02:48:48.176 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
57072026-08-05T02:48:49.645ZAug 05 02:48:48.176 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 } }]
57082026-08-05T02:48:49.645Z DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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:38::/64 -> 2001:db8::55:ff
57092026-08-05T02:48:49.645ZAug 05 02:48:48.176
57102026-08-05T02:48:49.645Z DEBGAug 05 02:48:48.176 Aug 05 02:48:48.176
57112026-08-05T02:48:49.645Z 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 } }]DEBG
57122026-08-05T02:48:49.645Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
57132026-08-05T02:48:49.645ZAug 05 02:48:48.176 Aug 05 02:48:48.176Aug 05 02:48:48.176INFO Aug 05 02:48:48.176adding route 172.17.0.47/32 -> 10.0.0.255
57142026-08-05T02:48:49.645ZINFODEBG
57152026-08-05T02:48:49.645Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 05 02:48:48.176
57162026-08-05T02:48:49.645Z INFOAug 05 02:48:48.183 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 05 02:48:48.183
57172026-08-05T02:48:49.645Z DEBG DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57182026-08-05T02:48:49.645Z
57192026-08-05T02:48:49.645ZAug 05 02:48:48.183 DEBG Aug 05 02:48:48.183replacing 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 } }]
57202026-08-05T02:48:49.645ZINFOAug 05 02:48:48.183 adding route 172.17.0.53/32 -> 10.0.0.255INFO
57212026-08-05T02:48:49.645Z adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:48:48.183 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
57222026-08-05T02:48:49.645Z
57232026-08-05T02:48:49.645ZAug 05 02:48:48.183Aug 05 02:48:48.183 DEBGDEBG Aug 05 02:48:48.183 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
57242026-08-05T02:48:49.646Zreplacing 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 } }]
57252026-08-05T02:48:49.646Z
57262026-08-05T02:48:49.646ZAug 05 02:48:48.183 INFO adding route 172.17.0.54/32 -> 10.0.0.255
57272026-08-05T02:48:49.646ZAug 05 02:48:48.183 Aug 05 02:48:48.183Aug 05 02:48:48.183 DEBGINFO INFO 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.49/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
57282026-08-05T02:48:49.646Z
57292026-08-05T02:48:49.646Z
57302026-08-05T02:48:49.646ZAug 05 02:48:48.183Aug 05 02:48:48.183 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 } }]Aug 05 02:48:48.183adding route 172.17.0.55/32 -> 10.0.0.255
57312026-08-05T02:48:49.646ZDEBG
57322026-08-05T02:48:49.646Z 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 05 02:48:48.183 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 } }]
57332026-08-05T02:48:49.646Z
57342026-08-05T02:48:49.646ZAug 05 02:48:48.183Aug 05 02:48:48.183 Aug 05 02:48:48.183INFO INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
57352026-08-05T02:48:49.646Z
57362026-08-05T02:48:49.646Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 05 02:48:48.183
57372026-08-05T02:48:49.646ZAug 05 02:48:48.184 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 } }]Aug 05 02:48:48.184replacing 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 } }]
57382026-08-05T02:48:49.646Z
57392026-08-05T02:48:49.646ZDEBG 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 05 02:48:48.184 INFO adding route 172.17.0.57/32 -> 10.0.0.255
57402026-08-05T02:48:49.646Z
57412026-08-05T02:48:49.646ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOAug 05 02:48:48.184DEBG adding route 172.17.0.51/32 -> 10.0.0.255
57422026-08-05T02:48:49.650ZINFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
57432026-08-05T02:48:49.650Z
57442026-08-05T02:48:49.650ZAug 05 02:48:48.184 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 } }]
57452026-08-05T02:48:49.650ZAug 05 02:48:48.184Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
57462026-08-05T02:48:49.651Z
57472026-08-05T02:48:49.651Z replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.184 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 } }]
57482026-08-05T02:48:49.651Z
57492026-08-05T02:48:49.651ZAug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBG 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 } }]INFO
57502026-08-05T02:48:49.651Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255
57512026-08-05T02:48:49.651Z
57522026-08-05T02:48:49.651ZAug 05 02:48:48.184 INFO adding route 172.17.0.59/32 -> 10.0.0.255
57532026-08-05T02:48:49.651ZAug 05 02:48:48.184Aug 05 02:48:48.184Aug 05 02:48:48.184 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.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 } }]
57542026-08-05T02:48:49.651Z
57552026-08-05T02:48:49.651ZDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO
57562026-08-05T02:48:49.651Z adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
57572026-08-05T02:48:49.651Z
57582026-08-05T02:48:49.651Z
57592026-08-05T02:48:49.651ZAug 05 02:48:48.184 DEBG failed to allocate space for the new target listAug 05 02:48:48.184
57602026-08-05T02:48:49.651ZAug 05 02:48:48.184 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.18/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
57612026-08-05T02:48:49.651Z
57622026-08-05T02:48:49.651Z
57632026-08-05T02:48:49.651ZAug 05 02:48:48.184 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.184Aug 05 02:48:48.184
57642026-08-05T02:48:49.651Z Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBGDEBG 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 } }]
57652026-08-05T02:48:49.651Z Aug 05 02:48:48.184replacing 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 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 } }]
57662026-08-05T02:48:49.651Z
57672026-08-05T02:48:49.651Zfailed to allocate space for the new target list
57682026-08-05T02:48:49.651ZINFO Aug 05 02:48:48.184 Aug 05 02:48:48.184INFO adding route 172.17.0.55/32 -> 10.0.0.255INFOAug 05 02:48:48.184
57692026-08-05T02:48:49.651Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255DEBG
57702026-08-05T02:48:49.651Z
57712026-08-05T02:48:49.651Zreplacing targets for 172.16.0.0/32 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 } }]Aug 05 02:48:48.184 Aug 05 02:48:48.184
57722026-08-05T02:48:49.651ZDEBG 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 } }]Aug 05 02:48:48.184
57732026-08-05T02:48:49.651Z 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 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 } }]
57742026-08-05T02:48:49.651Z
57752026-08-05T02:48:49.651ZAug 05 02:48:48.184 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 05 02:48:48.184
57762026-08-05T02:48:49.651Z Aug 05 02:48:48.184INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
57772026-08-05T02:48:49.651Zadding route 172.17.0.20/32 -> 10.0.0.255
57782026-08-05T02:48:49.651ZAug 05 02:48:48.184 DEBGAug 05 02:48:48.184 Aug 05 02:48:48.184replacing 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 } }]
57792026-08-05T02:48:49.652ZDEBGDEBG 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 } }]
57802026-08-05T02:48:49.652Zreplacing 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 } }]
57812026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255INFO
57822026-08-05T02:48:49.652Zadding route 172.17.0.21/32 -> 10.0.0.255
57832026-08-05T02:48:49.652Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
57842026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBGDEBG 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.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 } }]
57852026-08-05T02:48:49.652Z
57862026-08-05T02:48:49.652ZDEBG 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 } }]
57872026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOAug 05 02:48:48.184 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
57882026-08-05T02:48:49.652Z
57892026-08-05T02:48:49.652Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
57902026-08-05T02:48:49.652ZAug 05 02:48:48.184 Aug 05 02:48:48.184DEBGAug 05 02:48:48.184 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 } }]DEBG
57912026-08-05T02:48:49.652Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
57922026-08-05T02:48:49.652Z
57932026-08-05T02:48:49.652ZAug 05 02:48:48.184 INFOAug 05 02:48:48.184Aug 05 02:48:48.184 adding route 172.17.0.23/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
57942026-08-05T02:48:49.652Z
57952026-08-05T02:48:49.652Z
57962026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 Aug 05 02:48:48.184DEBG 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 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 } }]
57972026-08-05T02:48:49.652Z
57982026-08-05T02:48:49.652Z 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 } }]
57992026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFOAug 05 02:48:48.184 adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
58002026-08-05T02:48:49.652Z
58012026-08-05T02:48:49.652Z INFO adding route 172.17.0.60/32 -> 10.0.0.255
58022026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 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 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 } }]
58032026-08-05T02:48:49.652Z
58042026-08-05T02:48:49.652ZAug 05 02:48:48.184 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 } }]
58052026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
58062026-08-05T02:48:49.652ZAug 05 02:48:48.184
58072026-08-05T02:48:49.652Z DEBG failed to allocate space for the new target list
58082026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 05 02:48:48.184
58092026-08-05T02:48:49.652Z
58102026-08-05T02:48:49.652Z 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 05 02:48:48.184
58112026-08-05T02:48:49.652ZAug 05 02:48:48.184 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
58122026-08-05T02:48:49.652Z
58132026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 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: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 } }]
58142026-08-05T02:48:49.652Z
58152026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255
58162026-08-05T02:48:49.652Z
58172026-08-05T02:48:49.652ZAug 05 02:48:48.184Aug 05 02:48:48.184 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 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 } }]
58182026-08-05T02:48:49.653Z
58192026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
58202026-08-05T02:48:49.653Z
58212026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.184 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
58222026-08-05T02:48:49.653Z
58232026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
58242026-08-05T02:48:49.653Z
58252026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.184 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.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 } }]
58262026-08-05T02:48:49.653Z
58272026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.184 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
58282026-08-05T02:48:49.653Z
58292026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.184 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.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58302026-08-05T02:48:49.653Z
58312026-08-05T02:48:49.653ZAug 05 02:48:48.184Aug 05 02:48:48.191 DEBGINFO Aug 05 02:48:48.191 created new freemapadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
58322026-08-05T02:48:49.653Z adding route 172.17.0.31/32 -> 10.0.0.255
58332026-08-05T02:48:49.653Z, Aug 05 02:48:48.191unit :DEBG freemap_route_ipv4replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58342026-08-05T02:48:49.653ZAug 05 02:48:48.191
58352026-08-05T02:48:49.653ZDEBG created new freemap, unitAug 05 02:48:48.191: INFOfreemap_route_ipv6
58362026-08-05T02:48:49.653Zadding route 172.17.0.32/32 -> 10.0.0.255
58372026-08-05T02:48:49.653ZAug 05 02:48:48.191 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 } }]
58382026-08-05T02:48:49.653ZAug 05 02:48:48.191 DEBGAug 05 02:48:48.191 initted freemap. size: 64INFO, unitadding route 172.17.0.33/32 -> 10.0.0.255:
58392026-08-05T02:48:49.653Z freemap_route_ipv4
58402026-08-05T02:48:49.653ZAug 05 02:48:48.191 DEBG reset freemap, unitAug 05 02:48:48.191: DEBGfreemap_route_ipv4
58412026-08-05T02:48:49.653Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58422026-08-05T02:48:49.657ZAug 05 02:48:48.191 INFO adding route 172.17.0.34/32 -> 10.0.0.255
58432026-08-05T02:48:49.658ZAug 05 02:48:48.191 Aug 05 02:48:48.191DEBG DEBGinitted freemap. size: 64 , 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
58442026-08-05T02:48:49.658Z: freemap_route_ipv6
58452026-08-05T02:48:49.658ZAug 05 02:48:48.191 DEBG reset freemap, Aug 05 02:48:48.191unit :INFO freemap_route_ipv6adding route 172.17.0.35/32 -> 10.0.0.255
58462026-08-05T02:48:49.658Z
58472026-08-05T02:48:49.658ZAug 05 02:48:48.191 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 } }]
58482026-08-05T02:48:49.658ZAug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
58492026-08-05T02:48:49.658Zadding route 172.17.0.36/32 -> 10.0.0.255
58502026-08-05T02:48:49.658ZAug 05 02:48:48.191 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 } }]
58512026-08-05T02:48:49.658ZAug 05 02:48:48.191 DEBG Aug 05 02:48:48.191replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
58522026-08-05T02:48:49.658ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
58532026-08-05T02:48:49.658ZAug 05 02:48:48.191 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:48:48.191
58542026-08-05T02:48:49.658Z INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:48:48.191
58552026-08-05T02:48:49.658Z INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:48:48.191
58562026-08-05T02:48:49.658ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:48:48.191
58572026-08-05T02:48:49.658Z 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 } }]
58582026-08-05T02:48:49.658ZAug 05 02:48:48.191 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:48:48.191
58592026-08-05T02:48:49.658Z Aug 05 02:48:48.191INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
58602026-08-05T02:48:49.658Zreplacing 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 05 02:48:48.191
58612026-08-05T02:48:49.658ZDEBG Aug 05 02:48:48.191replacing 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 } }]
58622026-08-05T02:48:49.658ZDEBGAug 05 02:48:48.191 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 } }]
58632026-08-05T02:48:49.658ZINFO Aug 05 02:48:48.191adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
58642026-08-05T02:48:49.658ZINFOAug 05 02:48:48.191 adding route 172.17.0.1/32 -> 10.0.0.255INFO
58652026-08-05T02:48:49.658Z Aug 05 02:48:48.191adding route 172.17.0.40/32 -> 10.0.0.255
58662026-08-05T02:48:49.658ZDEBG 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 05 02:48:48.191
58672026-08-05T02:48:49.658ZAug 05 02:48:48.191 DEBGDEBG Aug 05 02:48:48.191replacing 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.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 } }]
58682026-08-05T02:48:49.658Z
58692026-08-05T02:48:49.658Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
58702026-08-05T02:48:49.658ZAug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFO DEBG adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
58712026-08-05T02:48:49.658Z
58722026-08-05T02:48:49.658Z 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 } }]
58732026-08-05T02:48:49.658ZAug 05 02:48:48.191 Aug 05 02:48:48.191DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58742026-08-05T02:48:49.659ZAug 05 02:48:48.191replacing 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
58752026-08-05T02:48:49.659Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
58762026-08-05T02:48:49.659ZAug 05 02:48:48.191Aug 05 02:48:48.191 INFOAug 05 02:48:48.191INFO adding route 172.17.0.42/32 -> 10.0.0.255
58772026-08-05T02:48:49.659Zadding route 172.17.0.3/32 -> 10.0.0.255DEBG
58782026-08-05T02:48:49.659Z 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 } }]
58792026-08-05T02:48:49.659ZAug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBG INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58802026-08-05T02:48:49.659Z
58812026-08-05T02:48:49.659Zreplacing 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 } }]
58822026-08-05T02:48:49.659ZAug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 INFO DEBG INFOadding route 172.17.0.43/32 -> 10.0.0.255replacing 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 } }]
58832026-08-05T02:48:49.659Zadding route 172.17.0.4/32 -> 10.0.0.255
58842026-08-05T02:48:49.659Z
58852026-08-05T02:48:49.659ZAug 05 02:48:48.191 Aug 05 02:48:48.191DEBGAug 05 02:48:48.191 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58862026-08-05T02:48:49.659Z INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58872026-08-05T02:48:49.659Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
58882026-08-05T02:48:49.659ZAug 05 02:48:48.191 INFOAug 05 02:48:48.191 Aug 05 02:48:48.191adding route 172.17.0.44/32 -> 10.0.0.255
58892026-08-05T02:48:49.659Z INFODEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255Aug 05 02:48:48.191
58902026-08-05T02:48:49.659Z
58912026-08-05T02:48:49.659ZDEBG 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 } }]
58922026-08-05T02:48:49.659ZAug 05 02:48:48.191 Aug 05 02:48:48.191DEBG Aug 05 02:48:48.191INFO 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 } }] INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
58932026-08-05T02:48:49.659Z
58942026-08-05T02:48:49.659Z adding route 172.17.0.45/32 -> 10.0.0.255
58952026-08-05T02:48:49.659ZAug 05 02:48:48.191 Aug 05 02:48:48.191Aug 05 02:48:48.191 INFO DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58962026-08-05T02:48:49.659Z
58972026-08-05T02:48:49.659Zadding route 172.17.0.6/32 -> 10.0.0.255
58982026-08-05T02:48:49.659ZAug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG
58992026-08-05T02:48:49.659Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
59002026-08-05T02:48:49.659Zreplacing 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 } }]
59012026-08-05T02:48:49.659ZAug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
59022026-08-05T02:48:49.659Z 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.7/32 -> 10.0.0.255
59032026-08-05T02:48:49.659Z
59042026-08-05T02:48:49.659ZAug 05 02:48:48.191 INFOAug 05 02:48:48.191 Aug 05 02:48:48.191INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBG
59052026-08-05T02:48:49.659Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
59062026-08-05T02:48:49.659Zreplacing 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 } }]
59072026-08-05T02:48:49.659Ztest route::tests::add_target_fails_full ... ok
59082026-08-05T02:48:49.659ZAug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGINFODEBG 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: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 } }]
59092026-08-05T02:48:49.659Z
59102026-08-05T02:48:49.659Zadding route 172.17.0.8/32 -> 10.0.0.255
59112026-08-05T02:48:49.660ZAug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
59122026-08-05T02:48:49.660Z
59132026-08-05T02:48:49.660ZDEBG 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 } }]
59142026-08-05T02:48:49.660ZAug 05 02:48:48.191 Aug 05 02:48:48.191DEBGAug 05 02:48:48.191 DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
59152026-08-05T02:48:49.660Z
59162026-08-05T02:48:49.660Zadding route 172.17.0.9/32 -> 10.0.0.255
59172026-08-05T02:48:49.660ZAug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255DEBG
59182026-08-05T02:48:49.660Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
59192026-08-05T02:48:49.660Zreplacing 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 } }]
59202026-08-05T02:48:49.660ZAug 05 02:48:48.191 Aug 05 02:48:48.191DEBG Aug 05 02:48:48.191DEBG 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 } }]
59212026-08-05T02:48:49.660Zreplacing 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
59222026-08-05T02:48:49.660Z adding route 172.17.0.10/32 -> 10.0.0.255
59232026-08-05T02:48:49.660ZAug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 Aug 05 02:48:48.191adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
59242026-08-05T02:48:49.660Z
59252026-08-05T02:48:49.660ZDEBG 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 } }]
59262026-08-05T02:48:49.660ZAug 05 02:48:48.191Aug 05 02:48:48.191 Aug 05 02:48:48.191DEBGDEBG 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 } }]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 } }]
59272026-08-05T02:48:49.660Z
59282026-08-05T02:48:49.660Z adding route 172.17.0.11/32 -> 10.0.0.255
59292026-08-05T02:48:49.660ZAug 05 02:48:48.191 Aug 05 02:48:48.191INFO Aug 05 02:48:48.191 INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
59302026-08-05T02:48:49.660ZDEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59312026-08-05T02:48:49.660Z
59322026-08-05T02:48:49.660ZAug 05 02:48:48.191 Aug 05 02:48:48.191Aug 05 02:48:48.191 INFODEBG 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 } }]adding route 172.17.0.12/32 -> 10.0.0.255
59332026-08-05T02:48:49.660Z
59342026-08-05T02:48:49.660Zreplacing 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 } }]
59352026-08-05T02:48:49.660ZAug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255
59362026-08-05T02:48:49.660Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
59372026-08-05T02:48:49.660Z 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 } }]
59382026-08-05T02:48:49.660ZAug 05 02:48:48.191Aug 05 02:48:48.191 DEBGDEBG Aug 05 02:48:48.191 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: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 } }]
59392026-08-05T02:48:49.660Z
59402026-08-05T02:48:49.660Z INFO adding route 172.17.0.13/32 -> 10.0.0.255
59412026-08-05T02:48:49.660ZAug 05 02:48:48.191Aug 05 02:48:48.191 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.53/32 -> 10.0.0.255
59422026-08-05T02:48:49.668Z
59432026-08-05T02:48:49.668ZAug 05 02:48:48.191Aug 05 02:48:48.191Aug 05 02:48:48.191 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, 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 } }]
59442026-08-05T02:48:49.668Z
59452026-08-05T02:48:49.668Z 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 } }]
59462026-08-05T02:48:49.668ZAug 05 02:48:48.191 Aug 05 02:48:48.191INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
59472026-08-05T02:48:49.668Zadding route 172.17.0.14/32 -> 10.0.0.255
59482026-08-05T02:48:49.668ZAug 05 02:48:48.191Aug 05 02:48:48.191 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.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 } }]
59492026-08-05T02:48:49.668ZAug 05 02:48:48.199 INFO adding route 172.17.0.15/32 -> 10.0.0.255
59502026-08-05T02:48:49.668Z
59512026-08-05T02:48:49.668ZAug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }]
59522026-08-05T02:48:49.668ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
59532026-08-05T02:48:49.668ZAug 05 02:48:48.199 Aug 05 02:48:48.199INFO DEBGAug 05 02:48:48.192adding route 172.17.0.16/32 -> 10.0.0.255
59542026-08-05T02:48:49.668Zreplacing 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
59552026-08-05T02:48:49.668Z created new freemap, unitAug 05 02:48:48.199: Aug 05 02:48:48.199 freemap_route_ipv4INFO
59562026-08-05T02:48:49.668ZDEBG adding route 172.17.0.56/32 -> 10.0.0.255
59572026-08-05T02:48:49.668Zreplacing 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 } }]
59582026-08-05T02:48:49.668ZAug 05 02:48:48.199 Aug 05 02:48:48.199DEBG Aug 05 02:48:48.199 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 } }]DEBGINFO
59592026-08-05T02:48:49.668Z created new freemapadding route 172.17.0.17/32 -> 10.0.0.255,
59602026-08-05T02:48:49.668Zunit:Aug 05 02:48:48.199 Aug 05 02:48:48.199INFOfreemap_route_ipv6 DEBG
59612026-08-05T02:48:49.668Z adding route 172.17.0.57/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 } }]
59622026-08-05T02:48:49.668Z
59632026-08-05T02:48:49.668ZAug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBGAug 05 02:48:48.199 initted freemap. size: 64replacing 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, unit
59642026-08-05T02:48:49.668Z:adding route 172.17.0.18/32 -> 10.0.0.255
59652026-08-05T02:48:49.668Zfreemap_route_ipv4
59662026-08-05T02:48:49.668ZAug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 INFODEBG DEBG adding route 172.17.0.58/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 } }]
59672026-08-05T02:48:49.668Z
59682026-08-05T02:48:49.668Zreset freemap, unit: Aug 05 02:48:48.199freemap_route_ipv4Aug 05 02:48:48.199
59692026-08-05T02:48:49.669Z 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.19/32 -> 10.0.0.255Aug 05 02:48:48.199
59702026-08-05T02:48:49.669Z
59712026-08-05T02:48:49.669Z DEBG initted freemap. size: 64, Aug 05 02:48:48.199Aug 05 02:48:48.199unit :DEBG INFOfreemap_route_ipv6replacing 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 } }]
59722026-08-05T02:48:49.669Z adding route 172.17.0.59/32 -> 10.0.0.255
59732026-08-05T02:48:49.669Z
59742026-08-05T02:48:49.669ZAug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG reset freemapINFO, unit 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 } }]:
59752026-08-05T02:48:49.669Zadding route 172.17.0.20/32 -> 10.0.0.255 freemap_route_ipv6
59762026-08-05T02:48:49.669Z
59772026-08-05T02:48:49.669ZAug 05 02:48:48.199 INFO Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGINFOadding route 172.17.0.60/32 -> 10.0.0.255
59782026-08-05T02:48:49.669Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
59792026-08-05T02:48:49.669Z
59802026-08-05T02:48:49.669ZAug 05 02:48:48.199 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 05 02:48:48.199Aug 05 02:48:48.199
59812026-08-05T02:48:49.669Z 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 } }]
59822026-08-05T02:48:49.669Zadding route 172.17.0.21/32 -> 10.0.0.255
59832026-08-05T02:48:49.669ZAug 05 02:48:48.199 INFOAug 05 02:48:48.199 Aug 05 02:48:48.199adding route 172.17.0.61/32 -> 10.0.0.255
59842026-08-05T02:48:49.669Z DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
59852026-08-05T02:48:49.669ZAug 05 02:48:48.199
59862026-08-05T02:48:49.669ZDEBG 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 } }]
59872026-08-05T02:48:49.669ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOAug 05 02:48:48.199DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
59882026-08-05T02:48:49.669Zadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
59892026-08-05T02:48:49.669Z
59902026-08-05T02:48:49.669ZAug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBGINFO 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.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 } }]
59912026-08-05T02:48:49.669Zadding route 172.16.0.0/32 -> 10.0.0.1
59922026-08-05T02:48:49.669Z
59932026-08-05T02:48:49.669ZAug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBG INFOINFOreplacing 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 } }]
59942026-08-05T02:48:49.669Zadding route 172.17.0.63/32 -> 10.0.0.255
59952026-08-05T02:48:49.669Zadding route 172.17.0.23/32 -> 10.0.0.255
59962026-08-05T02:48:49.669ZAug 05 02:48:48.199Aug 05 02:48:48.199Aug 05 02:48:48.199 DEBGDEBG INFOreplacing 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 } }]
59972026-08-05T02:48:49.669Zreplacing 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.2
59982026-08-05T02:48:49.669Z
59992026-08-05T02:48:49.669ZAug 05 02:48:48.199 Aug 05 02:48:48.199DEBG Aug 05 02:48:48.199failed to allocate space for the new target listDEBG
60002026-08-05T02:48:49.669Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
60012026-08-05T02:48:49.669Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 05 02:48:48.199
60022026-08-05T02:48:49.670Z Aug 05 02:48:48.199DEBG 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 } }]
60032026-08-05T02:48:49.670Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:48:48.199
60042026-08-05T02:48:49.670Z 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 } }]
60052026-08-05T02:48:49.670ZAug 05 02:48:48.199Aug 05 02:48:48.199 Aug 05 02:48:48.199DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
60062026-08-05T02:48:49.670ZINFO
60072026-08-05T02:48:49.670Z adding route 172.17.0.25/32 -> 10.0.0.255
60082026-08-05T02:48:49.670ZAug 05 02:48:48.199 INFO Aug 05 02:48:48.199adding route 172.17.0.1/32 -> 10.0.0.255
60092026-08-05T02:48:49.670ZDEBG 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 } }]
60102026-08-05T02:48:49.670ZAug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }]
60112026-08-05T02:48:49.670ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
60122026-08-05T02:48:49.670ZAug 05 02:48:48.199 INFO Aug 05 02:48:48.199adding route 172.17.0.2/32 -> 10.0.0.255
60132026-08-05T02:48:49.670ZDEBG 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 } }]
60142026-08-05T02:48:49.670ZAug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }]
60152026-08-05T02:48:49.670ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
60162026-08-05T02:48:49.670ZAug 05 02:48:48.199 INFO Aug 05 02:48:48.199adding route 172.17.0.3/32 -> 10.0.0.255
60172026-08-05T02:48:49.670ZDEBG 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 } }]
60182026-08-05T02:48:49.670ZAug 05 02:48:48.199 DEBG Aug 05 02:48:48.199replacing 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 } }]
60192026-08-05T02:48:49.670ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
60202026-08-05T02:48:49.670ZAug 05 02:48:48.199 INFOAug 05 02:48:48.199 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
60212026-08-05T02:48:49.670Z 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 } }]
60222026-08-05T02:48:49.670ZAug 05 02:48:48.199 DEBGAug 05 02:48:48.199 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
60232026-08-05T02:48:49.670Z adding route 172.17.0.29/32 -> 10.0.0.255
60242026-08-05T02:48:49.670ZAug 05 02:48:48.199 Aug 05 02:48:48.199INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255
60252026-08-05T02:48:49.670Zreplacing 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 } }]
60262026-08-05T02:48:49.670ZAug 05 02:48:48.199 Aug 05 02:48:48.199DEBG INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60272026-08-05T02:48:49.670ZAug 05 02:48:48.199 adding route 172.17.0.30/32 -> 10.0.0.255INFO
60282026-08-05T02:48:49.670Z adding route 172.17.0.6/32 -> 10.0.0.255
60292026-08-05T02:48:49.670ZAug 05 02:48:48.199Aug 05 02:48:48.199 DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60302026-08-05T02:48:49.670Zreplacing 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 } }]
60312026-08-05T02:48:49.670ZAug 05 02:48:48.199 Aug 05 02:48:48.199INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
60322026-08-05T02:48:49.670Zadding route 172.17.0.7/32 -> 10.0.0.255
60332026-08-05T02:48:49.670ZAug 05 02:48:48.199 Aug 05 02:48:48.199DEBG DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60342026-08-05T02:48:49.670Zreplacing 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 } }]
60352026-08-05T02:48:49.670ZAug 05 02:48:48.199 Aug 05 02:48:48.199INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255
60362026-08-05T02:48:49.671Zadding route 172.17.0.8/32 -> 10.0.0.255
60372026-08-05T02:48:49.671ZAug 05 02:48:48.199 Aug 05 02:48:48.199DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60382026-08-05T02:48:49.671Zreplacing 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 } }]
60392026-08-05T02:48:49.671ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
60402026-08-05T02:48:49.671Z
60412026-08-05T02:48:49.671ZAug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }]
60422026-08-05T02:48:49.675Z
60432026-08-05T02:48:49.675ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
60442026-08-05T02:48:49.675Z
60452026-08-05T02:48:49.675ZAug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }]
60462026-08-05T02:48:49.675Z
60472026-08-05T02:48:49.675ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
60482026-08-05T02:48:49.676Z
60492026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }]
60502026-08-05T02:48:49.676Z
60512026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
60522026-08-05T02:48:49.676Z
60532026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }]
60542026-08-05T02:48:49.676Z
60552026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
60562026-08-05T02:48:49.676Z
60572026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }]
60582026-08-05T02:48:49.676Z
60592026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
60602026-08-05T02:48:49.676Z
60612026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 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.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 } }]
60622026-08-05T02:48:49.676Z
60632026-08-05T02:48:49.676ZAug 05 02:48:48.199Aug 05 02:48:48.199 INFO adding route 172.17.0.15/32 -> 10.0.0.255
60642026-08-05T02:48:49.676Z Aug 05 02:48:48.206INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
60652026-08-05T02:48:49.676Zreplacing 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 } }]
60662026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
60672026-08-05T02:48:49.676Z
60682026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.40/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 } }]
60692026-08-05T02:48:49.676Z
60702026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
60712026-08-05T02:48:49.676Z
60722026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.41/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 } }]
60732026-08-05T02:48:49.676Z
60742026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
60752026-08-05T02:48:49.676Z
60762026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.42/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 } }]
60772026-08-05T02:48:49.676Z
60782026-08-05T02:48:49.676ZAug 05 02:48:48.206Aug 05 02:48:48.206 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.19/32 -> 10.0.0.255
60792026-08-05T02:48:49.677Z
60802026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
60812026-08-05T02:48:49.677Z
60822026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG 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 } }]
60832026-08-05T02:48:49.677Z
60842026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
60852026-08-05T02:48:49.677Z
60862026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60872026-08-05T02:48:49.677Z
60882026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
60892026-08-05T02:48:49.677Z
60902026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.22/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 } }]
60912026-08-05T02:48:49.677Z
60922026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
60932026-08-05T02:48:49.677Z
60942026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
60952026-08-05T02:48:49.677Z
60962026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 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.47/32 -> 10.0.0.255
60972026-08-05T02:48:49.677Z
60982026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
60992026-08-05T02:48:49.677Z
61002026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61012026-08-05T02:48:49.677Z
61022026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
61032026-08-05T02:48:49.677Z
61042026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61052026-08-05T02:48:49.677Z
61062026-08-05T02:48:49.677Ztest route::tests::delete_target_full ... ok
61072026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 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.26/32 -> 10.0.0.255
61082026-08-05T02:48:49.677Z
61092026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG 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 } }]
61102026-08-05T02:48:49.677Z
61112026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
61122026-08-05T02:48:49.677Z
61132026-08-05T02:48:49.677ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.51/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 } }]
61142026-08-05T02:48:49.677Ztest route::tests::delete_targets_fragmented ... ok
61152026-08-05T02:48:49.677Z
61162026-08-05T02:48:49.678Z
61172026-08-05T02:48:49.678ZAug 05 02:48:48.206Aug 05 02:48:48.206 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
61182026-08-05T02:48:49.678Z
61192026-08-05T02:48:49.678Ztest result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s
61202026-08-05T02:48:49.678ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.52/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 } }]
61212026-08-05T02:48:49.678Z
61222026-08-05T02:48:49.678Z
61232026-08-05T02:48:49.678ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61242026-08-05T02:48:49.678Z
61252026-08-05T02:48:49.678ZAug 05 02:48:48.206Aug 05 02:48:48.206 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.53/32 -> 10.0.0.255
61262026-08-05T02:48:49.678Z
61272026-08-05T02:48:49.678ZAug 05 02:48:48.206Aug 05 02:48:48.206 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
61282026-08-05T02:48:49.678ZAug 05 02:48:48.214 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 } }]
61292026-08-05T02:48:49.678Z
61302026-08-05T02:48:49.678ZAug 05 02:48:48.214Aug 05 02:48:48.214 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
61312026-08-05T02:48:49.678Z
61322026-08-05T02:48:49.678ZAug 05 02:48:48.214Aug 05 02:48:48.214 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
61332026-08-05T02:48:49.678Z
61342026-08-05T02:48:49.678ZAug 05 02:48:48.214Aug 05 02:48:48.214 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
61352026-08-05T02:48:49.678ZAug 05 02:48:48.214 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 } }]
61362026-08-05T02:48:49.678Z
61372026-08-05T02:48:49.678ZAug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.33/32 -> 10.0.0.255
61382026-08-05T02:48:49.678ZDEBG 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 } }]
61392026-08-05T02:48:49.678ZAug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }]
61402026-08-05T02:48:49.678ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
61412026-08-05T02:48:49.678ZAug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.34/32 -> 10.0.0.255
61422026-08-05T02:48:49.684ZDEBG 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 } }]
61432026-08-05T02:48:49.684ZAug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }]
61442026-08-05T02:48:49.684ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
61452026-08-05T02:48:49.684ZAug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.35/32 -> 10.0.0.255
61462026-08-05T02:48:49.684ZDEBG 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 } }]
61472026-08-05T02:48:49.684ZAug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }]
61482026-08-05T02:48:49.684ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
61492026-08-05T02:48:49.684ZAug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.36/32 -> 10.0.0.255
61502026-08-05T02:48:49.684ZDEBG 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 } }]
61512026-08-05T02:48:49.684ZAug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }]
61522026-08-05T02:48:49.684ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
61532026-08-05T02:48:49.684ZAug 05 02:48:48.214 INFO Aug 05 02:48:48.214adding route 172.17.0.37/32 -> 10.0.0.255
61542026-08-05T02:48:49.684ZDEBG 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 } }]
61552026-08-05T02:48:49.684ZAug 05 02:48:48.214 DEBG Aug 05 02:48:48.214replacing 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 } }]
61562026-08-05T02:48:49.684ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
61572026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
61582026-08-05T02:48:49.685Z 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 } }]
61592026-08-05T02:48:49.685ZAug 05 02:48:48.214 DEBGAug 05 02:48:48.214 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
61602026-08-05T02:48:49.685Z adding route 172.17.0.61/32 -> 10.0.0.255
61612026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
61622026-08-05T02:48:49.685Z 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 } }]
61632026-08-05T02:48:49.685ZAug 05 02:48:48.214 DEBGAug 05 02:48:48.214 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
61642026-08-05T02:48:49.685Z adding route 172.17.0.62/32 -> 10.0.0.255
61652026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
61662026-08-05T02:48:49.685Z 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 } }]
61672026-08-05T02:48:49.685ZAug 05 02:48:48.214 DEBGAug 05 02:48:48.214 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
61682026-08-05T02:48:49.685Z failed to allocate space for the new target list
61692026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFOAug 05 02:48:48.214 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
61702026-08-05T02:48:49.685Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
61712026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61722026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.42/32 -> 10.0.0.255
61732026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61742026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.43/32 -> 10.0.0.255
61752026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61762026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.44/32 -> 10.0.0.255
61772026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61782026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.45/32 -> 10.0.0.255
61792026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61802026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.46/32 -> 10.0.0.255
61812026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61822026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.47/32 -> 10.0.0.255
61832026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61842026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.48/32 -> 10.0.0.255
61852026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61862026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.49/32 -> 10.0.0.255
61872026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61882026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.50/32 -> 10.0.0.255
61892026-08-05T02:48:49.685ZAug 05 02:48:48.214 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 } }]
61902026-08-05T02:48:49.685ZAug 05 02:48:48.214 INFO adding route 172.17.0.51/32 -> 10.0.0.255
61912026-08-05T02:48:49.686ZAug 05 02:48:48.214 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 } }]
61922026-08-05T02:48:49.686ZAug 05 02:48:48.214 INFO adding route 172.17.0.52/32 -> 10.0.0.255
61932026-08-05T02:48:49.686ZAug 05 02:48:48.214 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 } }]
61942026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.53/32 -> 10.0.0.255
61952026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
61962026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.54/32 -> 10.0.0.255
61972026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
61982026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.55/32 -> 10.0.0.255
61992026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62002026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.56/32 -> 10.0.0.255
62012026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62022026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.57/32 -> 10.0.0.255
62032026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62042026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.58/32 -> 10.0.0.255
62052026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62062026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.59/32 -> 10.0.0.255
62072026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62082026-08-05T02:48:49.686ZAug 05 02:48:48.215 INFO adding route 172.17.0.60/32 -> 10.0.0.255
62092026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62102026-08-05T02:48:49.686ZAug 05 02:48:48.215 DEBG failed to allocate space for the new target list
62112026-08-05T02:48:49.686ZAug 05 02:48:48.215 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 } }]
62122026-08-05T02:48:49.686Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a0ed85e9ffc8ede4)
62132026-08-05T02:48:49.686Z
62142026-08-05T02:48:49.686Zrunning 0 tests
62152026-08-05T02:48:49.686Z
62162026-08-05T02:48:49.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62172026-08-05T02:48:49.686Z
62182026-08-05T02:48:49.686Z Running unittests src/lib.rs (target/debug/deps/dpd_api-381a13284b936ec6)
62192026-08-05T02:48:49.686Z
62202026-08-05T02:48:49.686Zrunning 0 tests
62212026-08-05T02:48:49.686Z
62222026-08-05T02:48:49.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62232026-08-05T02:48:49.686Z
62242026-08-05T02:48:49.686Z Running unittests src/lib.rs (target/debug/deps/dpd_client-abef2ce20504165b)
62252026-08-05T02:48:49.686Z
62262026-08-05T02:48:49.686Zrunning 6 tests
62272026-08-05T02:48:49.687Ztest tests::test_full_lot_id_neither_present ... ok
62282026-08-05T02:48:49.687Ztest tests::test_full_lot_id_lot_only ... ok
62292026-08-05T02:48:49.687Ztest tests::test_parse_client_port_id ... ok
62302026-08-05T02:48:49.687Ztest tests::test_full_lot_id_both_present ... ok
62312026-08-05T02:48:49.687Ztest tests::test_full_lot_id_lotnum_only ... ok
62322026-08-05T02:48:49.687Ztest tests::test_port_id_cmp ... ok
62332026-08-05T02:48:49.687Z
62342026-08-05T02:48:49.687Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62352026-08-05T02:48:49.687Z
62362026-08-05T02:48:49.687Z Running tests/test_all.rs (target/debug/deps/test_all-159c8377142a3ad7)
62372026-08-05T02:48:49.687Z
62382026-08-05T02:48:49.687Zrunning 0 tests
62392026-08-05T02:48:49.687Z
62402026-08-05T02:48:49.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62412026-08-05T02:48:49.687Z
62422026-08-05T02:48:49.690Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7da615f036c57549)
62432026-08-05T02:48:49.690Z
62442026-08-05T02:48:49.690Zrunning 0 tests
62452026-08-05T02:48:49.691Z
62462026-08-05T02:48:49.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62472026-08-05T02:48:49.691Z
62482026-08-05T02:48:49.691Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-91bf076b49d59a87)
62492026-08-05T02:48:49.691Z
62502026-08-05T02:48:49.691Zrunning 0 tests
62512026-08-05T02:48:49.691Z
62522026-08-05T02:48:49.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62532026-08-05T02:48:49.691Z
62542026-08-05T02:48:49.691Z Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165)
62552026-08-05T02:48:49.691Z
62562026-08-05T02:48:49.691Zrunning 12 tests
62572026-08-05T02:48:49.691Ztest icmp::test_v6_checksum ... ok
62582026-08-05T02:48:49.691Ztest icmp::test_v4_checksum ... ok
62592026-08-05T02:48:49.691Ztest pbuf::test_byte ... ok
62602026-08-05T02:48:49.691Ztest lldp::test_lldp_parse ... ok
62612026-08-05T02:48:49.691Ztest ipv6::test_ipv6_parse ... ok
62622026-08-05T02:48:49.691Ztest pbuf::test_nibble ... ok
62632026-08-05T02:48:49.691Ztest pbuf::test_overflow ... ok
62642026-08-05T02:48:49.691Ztest pbuf::test_short ... ok
62652026-08-05T02:48:49.691Ztest pbuf::test_twelve ... ok
62662026-08-05T02:48:49.691Ztest pbuf::test_word ... ok
62672026-08-05T02:48:49.691Ztest tcp::test_checksum_syn_nodata ... ok
62682026-08-05T02:48:49.691Ztest tcp::test_checksum_ack_data ... ok
62692026-08-05T02:48:49.691Z
62702026-08-05T02:48:49.691Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62712026-08-05T02:48:49.691Z
62722026-08-05T02:48:49.691Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
62732026-08-05T02:48:49.691Z
62742026-08-05T02:48:49.691Zrunning 0 tests
62752026-08-05T02:48:49.691Z
62762026-08-05T02:48:49.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62772026-08-05T02:48:49.691Z
62782026-08-05T02:48:49.692Z Running unittests src/main.rs (target/debug/deps/swadm-96ece3be766b74e7)
62792026-08-05T02:48:49.692Z
62802026-08-05T02:48:49.692Zrunning 5 tests
62812026-08-05T02:48:49.692Ztest switchport::test::test_compute_lanes ... ok
62822026-08-05T02:48:49.692Ztest switchport::test::port_id_ordering ... ok
62832026-08-05T02:48:49.692Z Lane 0 Lane 1 Lane 2 Lane 3
62842026-08-05T02:48:49.692Z Lane 0 Rx Loss-of-lock: Yes Lane 1 Yes Lane 2Yes YesLane 3
62852026-08-05T02:48:49.692Z
62862026-08-05T02:48:49.692Z State: Activated Activated Activated Activated
62872026-08-05T02:48:49.692Z Rx Output Enabled: false false false false
62882026-08-05T02:48:49.692Z Rx Output Status: valid valid valid valid
62892026-08-05T02:48:49.692Z Rx Loss-of-lock: true true true true
62902026-08-05T02:48:49.692Z Rx Loss-of-signal: Yes Rx Loss-of-signal: false false false false
62912026-08-05T02:48:49.692ZYesRx Auto-squelch Disable: true true Yestrue true
62922026-08-05T02:48:49.692ZYes Tx Output Enabled: true
62932026-08-05T02:48:49.692Ztrue true true
62942026-08-05T02:48:49.692Z Rx CDR Enabled: Yes Tx Output Status: invalid Yesinvalid Yesinvalid invalidYes
62952026-08-05T02:48:49.692Z
62962026-08-05T02:48:49.692Z Tx Loss-of-lock: false Tx Enabled: Yes false Yesfalse falseYes
62972026-08-05T02:48:49.692Z Yes
62982026-08-05T02:48:49.692Z Tx Loss-of-signal: true true Tx Loss-of-lock: No Notrue trueNo
62992026-08-05T02:48:49.692Z No
63002026-08-05T02:48:49.692ZTx Auto-squelch Disable: false Tx Loss-of-signal: Nofalse No falseNo falseNo
63012026-08-05T02:48:49.692Z
63022026-08-05T02:48:49.692Z Tx Adaptive EQ Fail: true Tx CDR Enabled: No trueNo true true
63032026-08-05T02:48:49.692ZNo Tx Failure: falseNo
63042026-08-05T02:48:49.692Zfalse Tx Adaptive EQ Fault: Nofalse Nofalse
63052026-08-05T02:48:49.692ZNo No Tx Force Squelch: true
63062026-08-05T02:48:49.692Z Tx Fault: Yestrue Yestrue Yestrue
63072026-08-05T02:48:49.692ZYes Tx Input Polarity: normal
63082026-08-05T02:48:49.692Z normal normal normal
63092026-08-05T02:48:49.692Ztest switchport::test::test_print_sff_datapath ... ok
63102026-08-05T02:48:49.692Ztest switchport::test::test_print_cmis_datapath ... ok
63112026-08-05T02:48:49.692Ztest link::test_filter ... ok
63122026-08-05T02:48:49.693Z
63132026-08-05T02:48:49.693Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63142026-08-05T02:48:49.693Z
63152026-08-05T02:48:49.693Z Running tests/counters.rs (target/debug/deps/counters-86d0e3c478da64be)
63162026-08-05T02:48:49.693Z
63172026-08-05T02:48:49.693Zrunning 1 test
63182026-08-05T02:48:49.693Ztest test_p4_counter_list ... ignored
63192026-08-05T02:48:49.693Z
63202026-08-05T02:48:49.693Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63212026-08-05T02:48:49.693Z
63222026-08-05T02:48:49.693Z Running tests/multicast.rs (target/debug/deps/multicast-4235f2faf58c162e)
63232026-08-05T02:48:49.693Z
63242026-08-05T02:48:49.693Zrunning 1 test
63252026-08-05T02:48:49.693Ztest test_multicast_list_and_get ... ignored
63262026-08-05T02:48:49.693Z
63272026-08-05T02:48:49.693Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
63282026-08-05T02:48:49.693Z
63292026-08-05T02:48:49.693Z Running tests/port-link.rs (target/debug/deps/port_link-7fe3677a18013401)
63302026-08-05T02:48:49.697Z
63312026-08-05T02:48:49.697Zrunning 5 tests
63322026-08-05T02:48:49.697Ztest test_an ... ignored
63332026-08-05T02:48:49.697Ztest test_enable ... ignored
63342026-08-05T02:48:49.697Ztest test_ip_addresses ... ignored
63352026-08-05T02:48:49.697Ztest test_kr ... ignored
63362026-08-05T02:48:49.697Ztest test_mac ... ignored
63372026-08-05T02:48:49.697Z
63382026-08-05T02:48:49.697Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
63392026-08-05T02:48:49.697Z
63402026-08-05T02:48:49.697Z Running unittests src/main.rs (target/debug/deps/tfportd-439a8d6f80d11e13)
63412026-08-05T02:48:49.697Z
63422026-08-05T02:48:49.697Zrunning 3 tests
63432026-08-05T02:48:49.697Ztest linklocal::test_parse_ipadm ... ok
63442026-08-05T02:48:49.697Ztest tfport::test_parse_tfport ... ok
63452026-08-05T02:48:49.697Ztest config::tests::test_updates ... ok
63462026-08-05T02:48:49.697Z
63472026-08-05T02:48:49.697Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63482026-08-05T02:48:49.697Z
63492026-08-05T02:48:49.697Z Running unittests src/main.rs (target/debug/deps/uplinkd-70e995183870c872)
63502026-08-05T02:48:49.697Z
63512026-08-05T02:48:49.697Zrunning 0 tests
63522026-08-05T02:48:49.697Z
63532026-08-05T02:48:49.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63542026-08-05T02:48:49.698Z
63552026-08-05T02:48:49.698Z Running unittests src/main.rs (target/debug/deps/xtask-ba570b1522b27a9a)
63562026-08-05T02:48:49.701Z
63572026-08-05T02:48:49.701Zrunning 0 tests
63582026-08-05T02:48:49.701Z
63592026-08-05T02:48:49.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63602026-08-05T02:48:49.701Z
63612026-08-05T02:48:49.701Z Doc-tests aal
63622026-08-05T02:48:49.824Z
63632026-08-05T02:48:49.824Zrunning 0 tests
63642026-08-05T02:48:49.824Z
63652026-08-05T02:48:49.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63662026-08-05T02:48:49.824Z
63672026-08-05T02:48:49.840Z Doc-tests aal_macros
63682026-08-05T02:48:49.909Z
63692026-08-05T02:48:49.909Zrunning 0 tests
63702026-08-05T02:48:49.909Z
63712026-08-05T02:48:49.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63722026-08-05T02:48:49.909Z
63732026-08-05T02:48:49.919Z Doc-tests common
63742026-08-05T02:48:50.160Z
63752026-08-05T02:48:50.160Zrunning 0 tests
63762026-08-05T02:48:50.160Z
63772026-08-05T02:48:50.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63782026-08-05T02:48:50.160Z
63792026-08-05T02:48:50.180Z Doc-tests dpd_api
63802026-08-05T02:48:50.934Z
63812026-08-05T02:48:50.934Zrunning 2 tests
63822026-08-05T02:48:50.934Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
63832026-08-05T02:48:50.934Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
63842026-08-05T02:48:50.934Z
63852026-08-05T02:48:50.934Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
63862026-08-05T02:48:50.934Z
63872026-08-05T02:48:50.965Z Doc-tests dpd_client
63882026-08-05T02:48:52.256Z
63892026-08-05T02:48:52.256Zrunning 0 tests
63902026-08-05T02:48:52.257Z
63912026-08-05T02:48:52.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63922026-08-05T02:48:52.257Z
63932026-08-05T02:48:52.302Z Doc-tests dpd_types
63942026-08-05T02:48:52.518Z
63952026-08-05T02:48:52.518Zrunning 0 tests
63962026-08-05T02:48:52.518Z
63972026-08-05T02:48:52.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63982026-08-05T02:48:52.518Z
63992026-08-05T02:48:52.542Z Doc-tests dpd_types_versions
64002026-08-05T02:48:53.747Z
64012026-08-05T02:48:53.747Zrunning 1 test
64022026-08-05T02:48:53.747Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
64032026-08-05T02:48:53.747Z
64042026-08-05T02:48:53.747Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64052026-08-05T02:48:53.747Z
64062026-08-05T02:48:53.876Z Doc-tests packet
64072026-08-05T02:48:54.103Z
64082026-08-05T02:48:54.103Zrunning 0 tests
64092026-08-05T02:48:54.103Z
64102026-08-05T02:48:54.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64112026-08-05T02:48:54.103Z
64122026-08-05T02:48:54.103Z Doc-tests pcap
64132026-08-05T02:48:54.103Z
64142026-08-05T02:48:54.103Zrunning 0 tests
64152026-08-05T02:48:54.103Z
64162026-08-05T02:48:54.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64172026-08-05T02:48:54.104Z
64182026-08-05T02:48:54.104Z+ for feat in tofino_stub tofino_asic softnpu chaos
64192026-08-05T02:48:54.104Z+ RUST_BACKTRACE=full
64202026-08-05T02:48:54.104Z+ cargo test --features softnpu --no-fail-fast
64212026-08-05T02:48:55.011Z Compiling goblin v0.10.1
64222026-08-05T02:48:55.044Z Compiling typify-impl v0.4.3
64232026-08-05T02:48:55.056Z Compiling log v0.4.29
64242026-08-05T02:48:55.069Z Compiling const-oid v0.9.6
64252026-08-05T02:48:55.080Z Compiling serde_with v3.21.0
64262026-08-05T02:48:55.090Z Compiling der_derive v0.7.3
64272026-08-05T02:48:55.363Z Compiling rustls v0.23.40
64282026-08-05T02:48:55.854Z Compiling digest v0.10.7
64292026-08-05T02:48:55.905Z Compiling native-tls v0.2.14
64302026-08-05T02:48:56.153Z Compiling tokio-native-tls v0.3.1
64312026-08-05T02:48:56.293Z Compiling hyper-tls v0.6.0
64322026-08-05T02:48:56.316Z Compiling sha1 v0.10.6
64332026-08-05T02:48:56.542Z Compiling rustls v0.22.4
64342026-08-05T02:48:59.762Z Compiling dof v0.4.0
64352026-08-05T02:49:00.064Z Compiling tokio-rustls v0.26.4
64362026-08-05T02:49:00.359Z Compiling usdt-impl v0.6.0
64372026-08-05T02:49:00.901Z Compiling hyper-rustls v0.27.7
64382026-08-05T02:49:01.109Z Compiling usdt-attr-macro v0.6.0
64392026-08-05T02:49:01.173Z Compiling usdt-macro v0.6.0
64402026-08-05T02:49:01.223Z Compiling typify-macro v0.4.3
64412026-08-05T02:49:01.699Z Compiling reqwest v0.12.23
64422026-08-05T02:49:01.863Z Compiling tokio-rustls v0.25.0
64432026-08-05T02:49:02.349Z Compiling usdt v0.6.0
64442026-08-05T02:49:02.550Z Compiling dropshot v0.16.7
64452026-08-05T02:49:03.049Z Compiling progenitor-client v0.10.0
64462026-08-05T02:49:03.261Z Compiling progenitor-client v0.11.1
64472026-08-05T02:49:03.330Z Compiling typify v0.4.3
64482026-08-05T02:49:03.440Z Compiling progenitor-impl v0.11.1
64492026-08-05T02:49:06.949Z Compiling num-integer v0.1.46
64502026-08-05T02:49:07.036Z Compiling progenitor-macro v0.11.1
64512026-08-05T02:49:07.426Z Compiling num-iter v0.1.45
64522026-08-05T02:49:07.546Z Compiling num-rational v0.4.2
64532026-08-05T02:49:07.563Z Compiling num-complex v0.4.6
64542026-08-05T02:49:07.961Z Compiling num v0.4.3
64552026-08-05T02:49:08.306Z Compiling num-bigint v0.4.6
64562026-08-05T02:49:09.001Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64572026-08-05T02:49:09.094Z Compiling pem-rfc7468 v0.7.0
64582026-08-05T02:49:09.567Z Compiling flagset v0.4.7
64592026-08-05T02:49:09.815Z Compiling der v0.7.10
64602026-08-05T02:49:09.819Z Compiling nix v0.31.3
64612026-08-05T02:49:10.154Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
64622026-08-05T02:49:10.171Z Compiling progenitor-impl v0.10.0
64632026-08-05T02:49:10.657Z Compiling spki v0.7.3
64642026-08-05T02:49:10.945Z Compiling pkcs8 v0.10.2
64652026-08-05T02:49:11.067Z Compiling hmac v0.12.1
64662026-08-05T02:49:11.199Z Compiling goblin v0.8.2
64672026-08-05T02:49:11.226Z Compiling ff v0.13.1
64682026-08-05T02:49:11.241Z Compiling base16ct v0.2.0
64692026-08-05T02:49:11.384Z Compiling sec1 v0.7.3
64702026-08-05T02:49:11.448Z Compiling group v0.13.0
64712026-08-05T02:49:11.657Z Compiling hkdf v0.12.4
64722026-08-05T02:49:11.698Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
64732026-08-05T02:49:11.783Z Compiling elliptic-curve v0.13.8
64742026-08-05T02:49:11.819Z Compiling curve25519-dalek v4.1.3
64752026-08-05T02:49:12.242Z Compiling progenitor v0.11.1
64762026-08-05T02:49:12.374Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
64772026-08-05T02:49:13.027Z Compiling sha3 v0.10.8
64782026-08-05T02:49:13.234Z Compiling typify-impl v0.6.2
64792026-08-05T02:49:13.272Z Compiling blake2 v0.10.6
64802026-08-05T02:49:13.515Z Compiling dof v0.3.0
64812026-08-05T02:49:13.687Z Compiling progenitor-macro v0.10.0
64822026-08-05T02:49:14.034Z Compiling usdt-impl v0.5.0
64832026-08-05T02:49:14.496Z Compiling usdt v0.5.0
64842026-08-05T02:49:14.807Z Compiling argon2 v0.5.3
64852026-08-05T02:49:15.357Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
64862026-08-05T02:49:15.372Z Compiling vsss-rs v3.3.4
64872026-08-05T02:49:16.833Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64882026-08-05T02:49:17.151Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64892026-08-05T02:49:18.698Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64902026-08-05T02:49:19.203Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
64912026-08-05T02:49:19.275Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64922026-08-05T02:49:19.530Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
64932026-08-05T02:49:19.562Z Compiling typify-macro v0.6.2
64942026-08-05T02:49:20.125Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
64952026-08-05T02:49:20.598Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
64962026-08-05T02:49:20.846Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
64972026-08-05T02:49:21.118Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
64982026-08-05T02:49:21.152Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
64992026-08-05T02:49:21.230Z Compiling dropshot v0.17.1
65002026-08-05T02:49:22.999Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65012026-08-05T02:49:23.013Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65022026-08-05T02:49:23.013Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65032026-08-05T02:49:23.616Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65042026-08-05T02:49:25.281Z Compiling bindgen v0.72.1
65052026-08-05T02:49:25.455Z Compiling progenitor v0.10.0
65062026-08-05T02:49:26.170Z Compiling typify v0.6.2
65072026-08-05T02:49:26.410Z Compiling progenitor-impl v0.14.0
65082026-08-05T02:49:26.413Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65092026-08-05T02:49:26.555Z Compiling sha2 v0.10.9
65102026-08-05T02:49:27.341Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65112026-08-05T02:49:28.010Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65122026-08-05T02:49:28.254Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65132026-08-05T02:49:28.358Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65142026-08-05T02:49:29.939Z Compiling progenitor-macro v0.14.0
65152026-08-05T02:49:31.031Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65162026-08-05T02:49:31.050Z Compiling signature v2.2.0
65172026-08-05T02:49:31.225Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
65182026-08-05T02:49:31.510Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65192026-08-05T02:49:31.579Z Compiling utf-8 v0.7.6
65202026-08-05T02:49:31.617Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65212026-08-05T02:49:31.792Z Compiling tungstenite v0.21.0
65222026-08-05T02:49:32.907Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65232026-08-05T02:49:32.992Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65242026-08-05T02:49:33.133Z Compiling tokio-dtrace v0.1.1
65252026-08-05T02:49:33.442Z Compiling reqwest v0.13.2
65262026-08-05T02:49:34.678Z Compiling bitstruct_derive v0.1.0
65272026-08-05T02:49:34.920Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65282026-08-05T02:49:35.246Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
65292026-08-05T02:49:35.278Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65302026-08-05T02:49:35.669Z Compiling progenitor-client v0.14.0
65312026-08-05T02:49:35.911Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
65322026-08-05T02:49:36.017Z Compiling oxide-tokio-rt v0.1.6
65332026-08-05T02:49:36.899Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65342026-08-05T02:49:37.384Z Compiling tokio-tungstenite v0.21.0
65352026-08-05T02:49:37.405Z Compiling rfc6979 v0.4.0
65362026-08-05T02:49:37.552Z Compiling base64 v0.21.7
65372026-08-05T02:49:37.732Z Compiling tap v1.0.1
65382026-08-05T02:49:37.949Z Compiling wyz v0.5.1
65392026-08-05T02:49:37.952Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
65402026-08-05T02:49:38.078Z Compiling ecdsa v0.16.9
65412026-08-05T02:49:38.496Z Compiling progenitor v0.14.0
65422026-08-05T02:49:39.752Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
65432026-08-05T02:49:39.837Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65442026-08-05T02:49:40.213Z Compiling ed25519 v2.2.3
65452026-08-05T02:49:40.406Z Compiling salty v0.3.0
65462026-08-05T02:49:40.474Z Compiling radium v0.7.0
65472026-08-05T02:49:40.495Z Compiling primeorder v0.13.6
65482026-08-05T02:49:40.687Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
65492026-08-05T02:49:40.717Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65502026-08-05T02:49:40.769Z Compiling env_filter v2.0.0
65512026-08-05T02:49:40.865Z Compiling funty v2.0.0
65522026-08-05T02:49:40.880Z Compiling p384 v0.13.1
65532026-08-05T02:49:41.132Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65542026-08-05T02:49:41.161Z Compiling env_logger v0.11.11
65552026-08-05T02:49:41.491Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
65562026-08-05T02:49:41.523Z Compiling bitvec v1.0.1
65572026-08-05T02:49:41.877Z Compiling ed25519-dalek v2.2.0
65582026-08-05T02:49:42.046Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
65592026-08-05T02:49:42.556Z Compiling x509-cert v0.2.5
65602026-08-05T02:49:42.647Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65612026-08-05T02:49:42.710Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65622026-08-05T02:49:42.826Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65632026-08-05T02:49:42.933Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65642026-08-05T02:49:42.973Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65652026-08-05T02:49:43.119Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
65662026-08-05T02:49:43.768Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
65672026-08-05T02:49:43.828Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65682026-08-05T02:49:44.019Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
65692026-08-05T02:49:44.297Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
65702026-08-05T02:49:44.440Z Compiling typeid v1.0.3
65712026-08-05T02:49:44.577Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65722026-08-05T02:49:44.908Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65732026-08-05T02:49:45.095Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65742026-08-05T02:49:45.462Z Compiling ascii v1.1.0
65752026-08-05T02:49:45.762Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65762026-08-05T02:49:46.047Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65772026-08-05T02:49:46.301Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65782026-08-05T02:49:46.430Z Compiling qorb v0.4.1
65792026-08-05T02:49:47.178Z Compiling erased-serde v0.4.8
65802026-08-05T02:49:47.616Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
65812026-08-05T02:49:47.874Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
65822026-08-05T02:49:48.123Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65832026-08-05T02:49:48.167Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65842026-08-05T02:49:48.398Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
65852026-08-05T02:49:49.260Z Compiling bitstruct v0.1.1
65862026-08-05T02:49:49.460Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
65872026-08-05T02:49:50.726Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
65882026-08-05T02:49:50.805Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65892026-08-05T02:49:51.852Z Compiling itertools v0.13.0
65902026-08-05T02:49:51.980Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65912026-08-05T02:49:52.363Z Compiling acpi_tables v0.2.1 (https://github.com/oxidecomputer/acpi_tables.git?tag=v0.2.1-oxide.1#f20592bc)
65922026-08-05T02:49:52.981Z Compiling serde_arrays v0.1.0
65932026-08-05T02:49:53.057Z Compiling pbind v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65942026-08-05T02:49:53.120Z Compiling libloading v0.7.4
65952026-08-05T02:49:53.228Z Compiling bit_field v0.10.3
65962026-08-05T02:49:53.363Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#df5fd0a3)
65972026-08-05T02:49:53.394Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65982026-08-05T02:49:54.465Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
65992026-08-05T02:49:55.416Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66002026-08-05T02:49:55.848Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66012026-08-05T02:49:55.997Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66022026-08-05T02:49:56.368Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66032026-08-05T02:49:56.625Z Compiling globset v0.4.16
66042026-08-05T02:49:56.698Z Compiling slog-dtrace v0.3.0
66052026-08-05T02:49:57.930Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66062026-08-05T02:49:58.179Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66072026-08-05T02:49:58.207Z Compiling tough v0.20.0
66082026-08-05T02:49:58.442Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66092026-08-05T02:49:59.188Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66102026-08-05T02:50:00.773Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66112026-08-05T02:50:01.424Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66122026-08-05T02:50:03.717Z Compiling git2 v0.19.0
66132026-08-05T02:50:08.390Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66142026-08-05T02:50:08.870Z Compiling vergen v8.3.2
66152026-08-05T02:50:11.314Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
66162026-08-05T02:50:12.830Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
66172026-08-05T02:50:13.071Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66182026-08-05T02:50:13.350Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
66192026-08-05T02:50:13.902Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
66202026-08-05T02:50:16.134Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
66212026-08-05T02:50:17.156Z Compiling omicron-zone-package v0.12.2
66222026-08-05T02:50:18.446Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66232026-08-05T02:50:19.780Z Compiling dropshot-api-manager v0.7.2
66242026-08-05T02:50:20.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
66252026-08-05T02:50:21.819Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
66262026-08-05T02:50:24.986Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66272026-08-05T02:50:29.072Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
66282026-08-05T02:50:33.713Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
66292026-08-05T02:50:33.896Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
66302026-08-05T02:50:34.351Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
66312026-08-05T02:50:36.278Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
66322026-08-05T02:50:38.435Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
66332026-08-05T02:51:24.557Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 30s
66342026-08-05T02:51:24.710Z Running unittests src/lib.rs (target/debug/deps/aal-d6eea64244baa583)
66352026-08-05T02:51:24.721Z
66362026-08-05T02:51:24.721Zrunning 5 tests
66372026-08-05T02:51:24.725Ztest fuse::tests::chip_revision_unknown_device_id ... ok
66382026-08-05T02:51:24.725Ztest fuse::tests::chip_revision_b1 ... ok
66392026-08-05T02:51:24.725Ztest fuse::tests::chip_revision_a0 ... ok
66402026-08-05T02:51:24.725Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
66412026-08-05T02:51:24.725Ztest fuse::tests::chip_revision_b0 ... ok
66422026-08-05T02:51:24.725Z
66432026-08-05T02:51:24.725Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66442026-08-05T02:51:24.725Z
66452026-08-05T02:51:24.725Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
66462026-08-05T02:51:24.725Z
66472026-08-05T02:51:24.725Zrunning 0 tests
66482026-08-05T02:51:24.725Z
66492026-08-05T02:51:24.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66502026-08-05T02:51:24.725Z
66512026-08-05T02:51:24.726Z Running unittests src/lib.rs (target/debug/deps/asic-2265dedba522f532)
66522026-08-05T02:51:24.751Z
66532026-08-05T02:51:24.751Zrunning 21 tests
66542026-08-05T02:51:24.755Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
66552026-08-05T02:51:24.758Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
66562026-08-05T02:51:24.758Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
66572026-08-05T02:51:24.758Ztest softnpu::mcast::tests::group_lifecycle ... ok
66582026-08-05T02:51:24.758Ztest softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok
66592026-08-05T02:51:24.758Ztest softnpu::mcast::tests::groups_are_independent ... ok
66602026-08-05T02:51:24.758Ztest softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok
66612026-08-05T02:51:24.758Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
66622026-08-05T02:51:24.758Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
66632026-08-05T02:51:24.758Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
66642026-08-05T02:51:24.758Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
66652026-08-05T02:51:24.758Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
66662026-08-05T02:51:24.758Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
66672026-08-05T02:51:24.758Ztest softnpu::mcast::tests::refresh_matches_external_slot ... ok
66682026-08-05T02:51:24.758Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
66692026-08-05T02:51:24.759Ztest softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok
66702026-08-05T02:51:24.759Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
66712026-08-05T02:51:24.759Ztest softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok
66722026-08-05T02:51:24.759Ztest softnpu::table::tests::parse_dump_malformed_rejected ... ok
66732026-08-05T02:51:24.761Ztest softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok
66742026-08-05T02:51:24.761Ztest softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok
66752026-08-05T02:51:24.761Z
66762026-08-05T02:51:24.762Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
66772026-08-05T02:51:24.762Z
66782026-08-05T02:51:24.762Z Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5)
66792026-08-05T02:51:24.768Z
66802026-08-05T02:51:24.768Zrunning 10 tests
66812026-08-05T02:51:24.771Ztest nat::tests::test_vni ... ok
66822026-08-05T02:51:24.771Ztest network::tests::test_equal ... ok
66832026-08-05T02:51:24.771Ztest network::tests::test_eui64 ... ok
66842026-08-05T02:51:24.771Ztest network::tests::test_not_equal ... ok
66852026-08-05T02:51:24.771Ztest network::tests::test_into ... ok
66862026-08-05T02:51:24.771Ztest network::tests::test_generate_ipv6_link_local ... ok
66872026-08-05T02:51:24.771Ztest network::tests::test_parse ... ok
66882026-08-05T02:51:24.771Ztest network::tests::test_to_string ... ok
66892026-08-05T02:51:24.774Ztest test_purge ... ok
66902026-08-05T02:51:24.776Ztest illumos::test::address_exists_handles_missing_object ... ok
66912026-08-05T02:51:24.776Z
66922026-08-05T02:51:24.776Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
66932026-08-05T02:51:24.776Z
66942026-08-05T02:51:24.776Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c4fa827a767b6479)
66952026-08-05T02:51:24.797Z
66962026-08-05T02:51:24.797Zrunning 1 test
66972026-08-05T02:51:24.801Z -------
66982026-08-05T02:51:24.804Z Generating OpenAPI documents from API definitions ...
66992026-08-05T02:51:24.959Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
67002026-08-05T02:51:25.029Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
67012026-08-05T02:51:26.108Z -------
67022026-08-05T02:51:26.108Z Checking 12 OpenAPI documents...
67032026-08-05T02:51:26.108Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
67042026-08-05T02:51:26.108Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
67052026-08-05T02:51:26.108Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
67062026-08-05T02:51:26.111Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
67072026-08-05T02:51:26.111Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
67082026-08-05T02:51:26.111Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
67092026-08-05T02:51:26.111Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
67102026-08-05T02:51:26.111Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
67112026-08-05T02:51:26.111Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
67122026-08-05T02:51:26.111Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
67132026-08-05T02:51:26.111Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
67142026-08-05T02:51:26.111Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
67152026-08-05T02:51:26.111Z Fresh dpd "latest" symlink
67162026-08-05T02:51:26.112Z -------
67172026-08-05T02:51:26.112Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
67182026-08-05T02:51:26.175Ztest test::test_apis_up_to_date ... ok
67192026-08-05T02:51:26.175Z
67202026-08-05T02:51:26.175Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
67212026-08-05T02:51:26.175Z
67222026-08-05T02:51:26.236Z Running unittests src/main.rs (target/debug/deps/dpd-b4f34e3a26a01df2)
67232026-08-05T02:51:26.242Z
67242026-08-05T02:51:26.242Zrunning 61 tests
67252026-08-05T02:51:26.244Ztest freemap::test_ordering ... ok
67262026-08-05T02:51:26.245Ztest config::tests::test_updates ... ok
67272026-08-05T02:51:26.245Ztest dhcpv6::tests::test_create_duid_bytes ... ok
67282026-08-05T02:51:26.245Ztest freemap::test_split ... ok
67292026-08-05T02:51:26.248Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
67302026-08-05T02:51:26.248Ztest macaddrs::tests::test_mac_offset ... ok
67312026-08-05T02:51:26.248ZAug 05 02:51:24.816 DEBG created new freemapAug 05 02:51:24.816, Aug 05 02:51:24.816DEBGunit : DEBGcreated new freemap , freemap_testcreated new freemapunit
67322026-08-05T02:51:26.248Z, :unit :freemap_test freemap_test
67332026-08-05T02:51:26.248Z
67342026-08-05T02:51:26.248ZAug 05 02:51:24.816Aug 05 02:51:24.816 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitAug 05 02:51:24.816: unitfreemap_testDEBG: initted freemap. size: 128
67352026-08-05T02:51:26.248Z, freemap_testunit
67362026-08-05T02:51:26.248Z: freemap_test
67372026-08-05T02:51:26.248ZAug 05 02:51:24.816Aug 05 02:51:24.816 DEBG created new freemap, DEBGunit :reset freemap , freemap_testunit:
67382026-08-05T02:51:26.248Z freemap_test
67392026-08-05T02:51:26.248ZAug 05 02:51:24.816 DEBG initted freemap. size: 128, unit: freemap_test
67402026-08-05T02:51:26.248Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
67412026-08-05T02:51:26.248ZAug 05 02:51:24.816 DEBGAug 05 02:51:24.816 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
67422026-08-05T02:51:26.248Z freemap_test
67432026-08-05T02:51:26.248ZAug 05 02:51:24.816 DEBG reset freemap, unit: freemap_test
67442026-08-05T02:51:26.248Ztest freemap::test_reclaim ... ok
67452026-08-05T02:51:26.248Ztest freemap::test_free ... ok
67462026-08-05T02:51:26.248Ztest freemap::test_basic ... ok
67472026-08-05T02:51:26.248Ztest macaddrs::tests::test_parse_port_id ... ok
67482026-08-05T02:51:26.248Ztest freemap::test_exhaustion ... ok
67492026-08-05T02:51:26.248Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
67502026-08-05T02:51:26.248Ztest mcast::tests::test_canonicalize_sources ... ok
67512026-08-05T02:51:26.248Ztest mcast::tests::test_create_port_bitmap_empty ... ok
67522026-08-05T02:51:26.248Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
67532026-08-05T02:51:26.248ZAug 05 02:51:24.817 DEBG created new freemap, unit: freemap_test
67542026-08-05T02:51:26.248ZAug 05 02:51:24.817 DEBG initted freemap. size: 8, unit: freemap_test
67552026-08-05T02:51:26.248ZAug 05 02:51:24.817 DEBG reset freemap, unit: freemap_test
67562026-08-05T02:51:26.248Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
67572026-08-05T02:51:26.248Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
67582026-08-05T02:51:26.248Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
67592026-08-05T02:51:26.248Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
67602026-08-05T02:51:26.248Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
67612026-08-05T02:51:26.249Ztest api_server::tests::test_build_info ... ok
67622026-08-05T02:51:26.249ZAug 05 02:51:24.818 DEBG created new freemap, unit: freemap_test
67632026-08-05T02:51:26.249Ztest mcast::tests::test_concurrent_id_allocation ... ok
67642026-08-05T02:51:26.249ZAug 05 02:51:24.818 DEBG initted freemap. size: 128, unit: freemap_test
67652026-08-05T02:51:26.249Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
67662026-08-05T02:51:26.249ZAug 05 02:51:24.818 DEBG reset freemap, unit: freemap_test
67672026-08-05T02:51:26.249Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
67682026-08-05T02:51:26.249Ztest mcast::tests::test_sources_contain_any ... ok
67692026-08-05T02:51:26.249Ztest freemap::test_span ... ok
67702026-08-05T02:51:26.249Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
67712026-08-05T02:51:26.249Ztest mcast::validate::tests::test_ipv4_validation ... ok
67722026-08-05T02:51:26.249Ztest mcast::validate::tests::test_address_validation_integrated ... ok
67732026-08-05T02:51:26.249Ztest mcast::validate::tests::test_ipv6_validation ... ok
67742026-08-05T02:51:26.249Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
67752026-08-05T02:51:26.249Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
67762026-08-05T02:51:26.249Ztest mcast::validate::tests::test_is_ssm_function ... ok
67772026-08-05T02:51:26.249Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
67782026-08-05T02:51:26.249Ztest mcast::validate::tests::test_validate_nat_target ... ok
67792026-08-05T02:51:26.249Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
67802026-08-05T02:51:26.249Ztest mcast::validate::tests::test_validate_tag ... ok
67812026-08-05T02:51:26.249Ztest mcast::validate::tests::test_validate_source_addresses ... ok
67822026-08-05T02:51:26.249Ztest nat::test_mapping ... ok
67832026-08-05T02:51:26.249Ztest port_map::tests::test_backplane_group ... ok
67842026-08-05T02:51:26.249Ztest mcast::tests::test_id_range_boundaries ... ok
67852026-08-05T02:51:26.253Ztest mcast::validate::tests::test_validate_tag_format ... ok
67862026-08-05T02:51:26.253Ztest port_map::tests::test_port_map ... ok
67872026-08-05T02:51:26.253Ztest port_map::tests::dump_map ... ok
67882026-08-05T02:51:26.253ZAug 05 02:51:24.819 DEBG created new freemap, unit: freemap_route_ipv4
67892026-08-05T02:51:26.253ZAug 05 02:51:24.819 DEBG created new freemap, unit: freemap_route_ipv6
67902026-08-05T02:51:26.253ZAug 05 02:51:24.819 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
67912026-08-05T02:51:26.253ZAug 05 02:51:24.819 DEBG reset freemap, unit: freemap_route_ipv4
67922026-08-05T02:51:26.254ZAug 05 02:51:24.819 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
67932026-08-05T02:51:26.254ZAug 05 02:51:24.819 DEBG reset freemap, unit: freemap_route_ipv6
67942026-08-05T02:51:26.254ZAug 05 02:51:24.819 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
67952026-08-05T02:51:26.254ZAug 05 02:51:24.819 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 } }]
67962026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2created new freemap
67972026-08-05T02:51:26.254Z, unit:Aug 05 02:51:24.819 freemap_route_ipv4DEBG
67982026-08-05T02:51:26.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 } }]
67992026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3created new freemap
68002026-08-05T02:51:26.254Z, unit: freemap_route_ipv6Aug 05 02:51:24.819
68012026-08-05T02:51:26.254Z 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 05 02:51:24.819
68022026-08-05T02:51:26.254Z DEBG initted freemap. size: 64, unitAug 05 02:51:24.819: INFOfreemap_route_ipv4
68032026-08-05T02:51:26.254Zadding route 3fff:dead::/64 -> 2001:db8::55:4
68042026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 DEBGDEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }],
68052026-08-05T02:51:26.254Zunit: freemap_route_ipv4
68062026-08-05T02:51:26.254ZAug 05 02:51:24.819 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 05 02:51:24.819
68072026-08-05T02:51:26.254Z DEBG initted freemap. size: 64Aug 05 02:51:24.819, unitDEBG: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
68082026-08-05T02:51:26.254Z
68092026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreset freemap
68102026-08-05T02:51:26.254Z, unit: Aug 05 02:51:24.819freemap_route_ipv6
68112026-08-05T02:51:26.254ZDEBG 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 } }]
68122026-08-05T02:51:26.254ZAug 05 02:51:24.819 Aug 05 02:51:24.819INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
68132026-08-05T02:51:26.254Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68142026-08-05T02:51:26.254Ztest port_map::tests::parse_softnpu_revision ... ok
68152026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 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 } }]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 } }]
68162026-08-05T02:51:26.254Z
68172026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68182026-08-05T02:51:26.254Z
68192026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 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: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 } }]
68202026-08-05T02:51:26.254Z
68212026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
68222026-08-05T02:51:26.254Z
68232026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 DEBGDEBGAug 05 02:51:24.819 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: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 } }]
68242026-08-05T02:51:26.254Z
68252026-08-05T02:51:26.254Z DEBG created new freemapAug 05 02:51:24.819Aug 05 02:51:24.819 , INFOunitINFO :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68262026-08-05T02:51:26.254Z
68272026-08-05T02:51:26.254Zfreemap_route_ipv4
68282026-08-05T02:51:26.254ZAug 05 02:51:24.819Aug 05 02:51:24.819 DEBGAug 05 02:51:24.819 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 } }]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 } }]
68292026-08-05T02:51:26.254Z
68302026-08-05T02:51:26.254Z, unit:Aug 05 02:51:24.819Aug 05 02:51:24.819 INFOfreemap_route_ipv6INFO
68312026-08-05T02:51:26.254Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
68322026-08-05T02:51:26.255Z
68332026-08-05T02:51:26.255ZAug 05 02:51:24.819Aug 05 02:51:24.819Aug 05 02:51:24.819 DEBG DEBGinitted freemap. size: 64DEBG, 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 } }]: 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 } }]freemap_route_ipv4
68342026-08-05T02:51:26.255Z
68352026-08-05T02:51:26.255Z
68362026-08-05T02:51:26.255ZAug 05 02:51:24.819Aug 05 02:51:24.819Aug 05 02:51:24.819 INFODEBGINFO reset freemap , adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffunit
68372026-08-05T02:51:26.255Z:
68382026-08-05T02:51:26.255Z freemap_route_ipv4
68392026-08-05T02:51:26.255ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGDEBGDEBG initted freemap. size: 64replacing 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 } }], unitreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68402026-08-05T02:51:26.255Z:
68412026-08-05T02:51:26.255Z freemap_route_ipv6
68422026-08-05T02:51:26.255ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 INFOINFO DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap
68432026-08-05T02:51:26.255Z,
68442026-08-05T02:51:26.255ZunitAug 05 02:51:24.820: DEBGAug 05 02:51:24.820Aug 05 02:51:24.820 freemap_route_ipv6DEBG
68452026-08-05T02:51:26.255Z 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 } }]created new freemapDEBG
68462026-08-05T02:51:26.255Z 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 05 02:51:24.820
68472026-08-05T02:51:26.255Z, INFOunit :Aug 05 02:51:24.820adding route 3fff:dead::/64 -> 2001:db8::55:1
68482026-08-05T02:51:26.255ZINFOAug 05 02:51:24.820 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO Aug 05 02:51:24.820adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68492026-08-05T02:51:26.255Z
68502026-08-05T02:51:26.255Zfreemap_route_ipv4DEBG
68512026-08-05T02:51:26.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 } }]Aug 05 02:51:24.820
68522026-08-05T02:51:26.255Z Aug 05 02:51:24.820DEBG Aug 05 02:51:24.820DEBG 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 05 02:51:24.820 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 } }]
68532026-08-05T02:51:26.255Z
68542026-08-05T02:51:26.255Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
68552026-08-05T02:51:26.255ZDEBGAug 05 02:51:24.820 INFOAug 05 02:51:24.820 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff created new freemapINFO
68562026-08-05T02:51:26.255Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
68572026-08-05T02:51:26.255Z, unitDEBG: Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6DEBGreplacing 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 } }]
68582026-08-05T02:51:26.255Z
68592026-08-05T02:51:26.255Zreplacing 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 } }]
68602026-08-05T02:51:26.255Z
68612026-08-05T02:51:26.255ZAug 05 02:51:24.820 Aug 05 02:51:24.820INFOAug 05 02:51:24.820 INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
68622026-08-05T02:51:26.255Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
68632026-08-05T02:51:26.255Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
68642026-08-05T02:51:26.255ZDEBG initted freemap. size: 64Aug 05 02:51:24.820, Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68652026-08-05T02:51:26.255ZDEBG
68662026-08-05T02:51:26.255Z 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 } }]unitAug 05 02:51:24.820:
68672026-08-05T02:51:26.255Z Aug 05 02:51:24.820 INFOINFO freemap_route_ipv4
68682026-08-05T02:51:26.255Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
68692026-08-05T02:51:26.255Z
68702026-08-05T02:51:26.255ZAug 05 02:51:24.820 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
68712026-08-05T02:51:26.256Z Aug 05 02:51:24.820DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68722026-08-05T02:51:26.256ZAug 05 02:51:24.820 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 } }]
68732026-08-05T02:51:26.256ZAug 05 02:51:24.820DEBG Aug 05 02:51:24.820replacing 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 05 02:51:24.820
68742026-08-05T02:51:26.256Z INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 05 02:51:24.820 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
68752026-08-05T02:51:26.256Z
68762026-08-05T02:51:26.256Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
68772026-08-05T02:51:26.256ZDEBGAug 05 02:51:24.820 Aug 05 02:51:24.820 reset freemapAug 05 02:51:24.820DEBG , DEBGDEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
68782026-08-05T02:51:26.256Zreplacing 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 } }]:
68792026-08-05T02:51:26.256Z freemap_route_ipv4Aug 05 02:51:24.820replacing 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 } }]
68802026-08-05T02:51:26.256ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
68812026-08-05T02:51:26.256Z
68822026-08-05T02:51:26.256ZINFO Aug 05 02:51:24.820adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
68832026-08-05T02:51:26.256ZAug 05 02:51:24.820INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
68842026-08-05T02:51:26.256Zreplacing 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 05 02:51:24.820
68852026-08-05T02:51:26.260Z DEBGAug 05 02:51:24.820 Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBG DEBG INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68862026-08-05T02:51:26.260Zadding route 3fff:beef:b::/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 } }]
68872026-08-05T02:51:26.260Z
68882026-08-05T02:51:26.260Zinitted freemap. size: 64, unit:Aug 05 02:51:24.820 Aug 05 02:51:24.820INFO Aug 05 02:51:24.820DEBG INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
68892026-08-05T02:51:26.260Zreplacing 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 } }]
68902026-08-05T02:51:26.260Zfreemap_route_ipv6
68912026-08-05T02:51:26.260Z
68922026-08-05T02:51:26.260ZAug 05 02:51:24.820Aug 05 02:51:24.820 DEBGDEBG Aug 05 02:51:24.820 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: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 } }]
68932026-08-05T02:51:26.260Z
68942026-08-05T02:51:26.260ZDEBGAug 05 02:51:24.820 INFOreset freemapAug 05 02:51:24.820, unitINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff:
68952026-08-05T02:51:26.260Z freemap_route_ipv6
68962026-08-05T02:51:26.260Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
68972026-08-05T02:51:26.260Z Aug 05 02:51:24.820INFO DEBGAug 05 02:51:24.820 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 05 02:51:24.820
68982026-08-05T02:51:26.260Z INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
68992026-08-05T02:51:26.260Z
69002026-08-05T02:51:26.260Z adding route 3fff:dead::/64 -> 2001:db8::55:1
69012026-08-05T02:51:26.260ZAug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
69022026-08-05T02:51:26.260ZINFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
69032026-08-05T02:51:26.260Z 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 05 02:51:24.820replacing 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 } }]
69042026-08-05T02:51:26.260Z
69052026-08-05T02:51:26.260Z DEBG Aug 05 02:51:24.820Aug 05 02:51:24.820 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 05 02:51:24.820
69062026-08-05T02:51:26.260Z INFOINFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69072026-08-05T02:51:26.260Z
69082026-08-05T02:51:26.260Z Aug 05 02:51:24.820adding route 3fff:dead::/64 -> 2001:db8::55:1
69092026-08-05T02:51:26.260ZINFOAug 05 02:51:24.820 Aug 05 02:51:24.820INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 05 02:51:24.820DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG 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 } }]
69102026-08-05T02:51:26.260Zreplacing 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 } }]
69112026-08-05T02:51:26.260Z
69122026-08-05T02:51:26.260Z
69132026-08-05T02:51:26.260ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
69142026-08-05T02:51:26.260Zreplacing 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 } }]
69152026-08-05T02:51:26.261Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
69162026-08-05T02:51:26.261Z
69172026-08-05T02:51:26.261ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 INFODEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
69182026-08-05T02:51:26.261Zreplacing 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: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 } }]
69192026-08-05T02:51:26.261ZINFO
69202026-08-05T02:51:26.261Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
69212026-08-05T02:51:26.261Z INFOAug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820 INFODEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
69222026-08-05T02:51:26.261Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
69232026-08-05T02:51:26.261Z
69242026-08-05T02:51:26.261Z
69252026-08-05T02:51:26.261ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBG DEBGINFOreplacing 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 } }]
69262026-08-05T02:51:26.261Zreplacing 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 } }]INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
69272026-08-05T02:51:26.261Z
69282026-08-05T02:51:26.261ZAug 05 02:51:24.820adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
69292026-08-05T02:51:26.261ZINFO Aug 05 02:51:24.820 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 05 02:51:24.820replacing 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 } }]
69302026-08-05T02:51:26.261Z
69312026-08-05T02:51:26.261Z 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 } }]Aug 05 02:51:24.820
69322026-08-05T02:51:26.261Z Aug 05 02:51:24.820INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
69332026-08-05T02:51:26.261Z DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.820Aug 05 02:51:24.820adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
69342026-08-05T02:51:26.261Z
69352026-08-05T02:51:26.261Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:51:24.820Aug 05 02:51:24.820
69362026-08-05T02:51:26.261Z DEBGINFO Aug 05 02:51:24.820adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69372026-08-05T02:51:26.261Z
69382026-08-05T02:51:26.261Z 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 } }]Aug 05 02:51:24.820
69392026-08-05T02:51:26.261ZAug 05 02:51:24.820replacing 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 } }]
69402026-08-05T02:51:26.261ZINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
69412026-08-05T02:51:26.261ZAug 05 02:51:24.820replacing 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 05 02:51:24.820
69422026-08-05T02:51:26.261Z INFOAug 05 02:51:24.820 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
69432026-08-05T02:51:26.261ZINFO adding route 3fff:beef:16::/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 } }]
69442026-08-05T02:51:26.261Z
69452026-08-05T02:51:26.261ZAug 05 02:51:24.820Aug 05 02:51:24.820 INFODEBG Aug 05 02:51:24.820 Aug 05 02:51:24.820adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
69462026-08-05T02:51:26.261Zreplacing 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
69472026-08-05T02:51:26.261Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
69482026-08-05T02:51:26.261Z 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 05 02:51:24.820
69492026-08-05T02:51:26.261Z DEBGAug 05 02:51:24.820Aug 05 02:51:24.820 DEBGINFOreplacing 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 05 02:51:24.820
69502026-08-05T02:51:26.261ZINFOreplacing 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:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
69512026-08-05T02:51:26.262Z
69522026-08-05T02:51:26.262Z
69532026-08-05T02:51:26.262ZAug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820 INFOAug 05 02:51:24.820 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
69542026-08-05T02:51:26.262ZDEBGDEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
69552026-08-05T02:51:26.262Zreplacing 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: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 05 02:51:24.820
69562026-08-05T02:51:26.262Z
69572026-08-05T02:51:26.262ZAug 05 02:51:24.820DEBG DEBGAug 05 02:51:24.820 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
69582026-08-05T02:51:26.262Z Aug 05 02:51:24.820adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69592026-08-05T02:51:26.262Z
69602026-08-05T02:51:26.262Z Aug 05 02:51:24.820 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
69612026-08-05T02:51:26.262Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
69622026-08-05T02:51:26.262ZAug 05 02:51:24.820 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
69632026-08-05T02:51:26.262ZDEBGAug 05 02:51:24.820 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69642026-08-05T02:51:26.262Z Aug 05 02:51:24.820replacing 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 } }]
69652026-08-05T02:51:26.262Z DEBG Aug 05 02:51:24.820replacing 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 05 02:51:24.820 Aug 05 02:51:24.820 DEBG INFOINFOreplacing 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 } }]
69662026-08-05T02:51:26.262Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
69672026-08-05T02:51:26.262Z
69682026-08-05T02:51:26.262Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
69692026-08-05T02:51:26.262ZAug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820INFO DEBG Aug 05 02:51:24.820INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
69702026-08-05T02:51:26.262Zreplacing 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: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 } }]
69712026-08-05T02:51:26.262Z
69722026-08-05T02:51:26.262Z
69732026-08-05T02:51:26.262ZAug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820 DEBG Aug 05 02:51:24.820DEBGINFO 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 } }]
69742026-08-05T02:51:26.262Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
69752026-08-05T02:51:26.262Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
69762026-08-05T02:51:26.262Zreplacing 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 05 02:51:24.820
69772026-08-05T02:51:26.262Z DEBGAug 05 02:51:24.820 Aug 05 02:51:24.820replacing 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 05 02:51:24.820
69782026-08-05T02:51:26.262Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
69792026-08-05T02:51:26.262ZAug 05 02:51:24.820INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
69802026-08-05T02:51:26.262Z
69812026-08-05T02:51:26.262Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
69822026-08-05T02:51:26.262Z 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 } }]
69832026-08-05T02:51:26.262ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
69842026-08-05T02:51:26.262Z
69852026-08-05T02:51:26.267Z INFOAug 05 02:51:24.820DEBG Aug 05 02:51:24.820DEBG 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: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 } }]
69862026-08-05T02:51:26.267ZINFO
69872026-08-05T02:51:26.267Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
69882026-08-05T02:51:26.267Z
69892026-08-05T02:51:26.267ZAug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820INFOAug 05 02:51:24.820 DEBGDEBGINFO 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:6::/64 -> 2001:db8::55:ff
69902026-08-05T02:51:26.267Zreplacing 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:1c::/64 -> 2001:db8::55:ff
69912026-08-05T02:51:26.267Z
69922026-08-05T02:51:26.267Z
69932026-08-05T02:51:26.267ZAug 05 02:51:24.820 Aug 05 02:51:24.820DEBGAug 05 02:51:24.820Aug 05 02:51:24.820 INFOINFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
69942026-08-05T02:51:26.267Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
69952026-08-05T02:51:26.267Z
69962026-08-05T02:51:26.267Zreplacing 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 } }]
69972026-08-05T02:51:26.267ZAug 05 02:51:24.820Aug 05 02:51:24.820Aug 05 02:51:24.820 Aug 05 02:51:24.820 DEBG INFO 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:1d::/64 -> 2001:db8::55:ff
69982026-08-05T02:51:26.267ZDEBG
69992026-08-05T02:51:26.267Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70002026-08-05T02:51:26.267Z Aug 05 02:51:24.820Aug 05 02:51:24.820 DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
70012026-08-05T02:51:26.267Z
70022026-08-05T02:51:26.267Z Aug 05 02:51:24.820replacing 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
70032026-08-05T02:51:26.267Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
70042026-08-05T02:51:26.267Z DEBG Aug 05 02:51:24.820replacing 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 05 02:51:24.820INFO
70052026-08-05T02:51:26.267Z DEBG adding route 3fff:beef:1e::/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 } }]
70062026-08-05T02:51:26.267ZAug 05 02:51:24.820
70072026-08-05T02:51:26.267ZDEBGAug 05 02:51:24.820 Aug 05 02:51:24.820Aug 05 02:51:24.820replacing 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 } }] INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
70082026-08-05T02:51:26.267Z
70092026-08-05T02:51:26.267ZDEBG
70102026-08-05T02:51:26.267ZAug 05 02:51:24.820 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 } }]Aug 05 02:51:24.820
70112026-08-05T02:51:26.267Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
70122026-08-05T02:51:26.267ZAug 05 02:51:24.820 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
70132026-08-05T02:51:26.267ZAug 05 02:51:24.820 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 05 02:51:24.820
70142026-08-05T02:51:26.267Z 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 } }]
70152026-08-05T02:51:26.267ZAug 05 02:51:24.820 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
70162026-08-05T02:51:26.267Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
70172026-08-05T02:51:26.267ZAug 05 02:51:24.820 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 05 02:51:24.820
70182026-08-05T02:51:26.267Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70192026-08-05T02:51:26.267Z
70202026-08-05T02:51:26.267ZAug 05 02:51:24.820 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 05 02:51:24.820
70212026-08-05T02:51:26.267ZAug 05 02:51:24.820 INFOINFO Aug 05 02:51:24.820adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
70222026-08-05T02:51:26.267Z
70232026-08-05T02:51:26.267ZDEBG 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 } }]
70242026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGAug 05 02:51:24.821 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 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 } }]
70252026-08-05T02:51:26.268Z
70262026-08-05T02:51:26.268Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
70272026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFOAug 05 02:51:24.821 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
70282026-08-05T02:51:26.268Z
70292026-08-05T02:51:26.268Zreplacing 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 } }]
70302026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 DEBGAug 05 02:51:24.821DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70312026-08-05T02:51:26.268ZINFO
70322026-08-05T02:51:26.268Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
70332026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 05 02:51:24.821adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
70342026-08-05T02:51:26.268Z
70352026-08-05T02:51:26.268ZDEBG 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 } }]
70362026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG 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:d::/64 -> 2001:db8::55:ff
70372026-08-05T02:51:26.268Z
70382026-08-05T02:51:26.268Zreplacing 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 } }]
70392026-08-05T02:51:26.268ZAug 05 02:51:24.821 Aug 05 02:51:24.821INFOAug 05 02:51:24.821 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
70402026-08-05T02:51:26.268ZDEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821
70412026-08-05T02:51:26.268Z DEBG
70422026-08-05T02:51:26.268Zreplacing 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 } }]
70432026-08-05T02:51:26.268ZAug 05 02:51:24.821 DEBGAug 05 02:51:24.821 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821
70442026-08-05T02:51:26.268Z INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
70452026-08-05T02:51:26.268Z
70462026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821 INFO DEBG DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
70472026-08-05T02:51:26.268Z 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: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 } }]
70482026-08-05T02:51:26.268Z
70492026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG 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 } }] INFO
70502026-08-05T02:51:26.268Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
70512026-08-05T02:51:26.268Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
70522026-08-05T02:51:26.268ZAug 05 02:51:24.821 INFOAug 05 02:51:24.821 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
70532026-08-05T02:51:26.268ZAug 05 02:51:24.821 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
70542026-08-05T02:51:26.268Z 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 } }]
70552026-08-05T02:51:26.268ZAug 05 02:51:24.821 Aug 05 02:51:24.821DEBGAug 05 02:51:24.821 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
70562026-08-05T02:51:26.268Z INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
70572026-08-05T02:51:26.268Z
70582026-08-05T02:51:26.268ZAug 05 02:51:24.821 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
70592026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGAug 05 02:51:24.821 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70602026-08-05T02:51:26.268Zreplacing 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: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 } }]
70612026-08-05T02:51:26.268Z
70622026-08-05T02:51:26.268ZAug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70632026-08-05T02:51:26.269Z
70642026-08-05T02:51:26.269Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
70652026-08-05T02:51:26.269ZAug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70662026-08-05T02:51:26.269Z 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 } }]
70672026-08-05T02:51:26.269Z
70682026-08-05T02:51:26.269ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
70692026-08-05T02:51:26.269Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
70702026-08-05T02:51:26.269Z
70712026-08-05T02:51:26.269ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821DEBG 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 } }]
70722026-08-05T02:51:26.269Zreplacing 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 } }]
70732026-08-05T02:51:26.269ZDEBG Aug 05 02:51:24.821replacing 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 05 02:51:24.821INFO
70742026-08-05T02:51:26.269Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
70752026-08-05T02:51:26.269ZAug 05 02:51:24.821
70762026-08-05T02:51:26.269Z INFO Aug 05 02:51:24.821Aug 05 02:51:24.821 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70772026-08-05T02:51:26.269Z
70782026-08-05T02:51:26.269Z
70792026-08-05T02:51:26.269ZAug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 INFODEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
70802026-08-05T02:51:26.269Zreplacing 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 } }]
70812026-08-05T02:51:26.269Z
70822026-08-05T02:51:26.269ZAug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGINFO 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 } }]
70832026-08-05T02:51:26.269Zreplacing 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:14::/64 -> 2001:db8::55:ff
70842026-08-05T02:51:26.269Z
70852026-08-05T02:51:26.273ZAug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 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 } }]INFO
70862026-08-05T02:51:26.273Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
70872026-08-05T02:51:26.273Z
70882026-08-05T02:51:26.273ZAug 05 02:51:24.821 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
70892026-08-05T02:51:26.273ZAug 05 02:51:24.821 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: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 } }]
70902026-08-05T02:51:26.273Z
70912026-08-05T02:51:26.273ZAug 05 02:51:24.821 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821Aug 05 02:51:24.821
70922026-08-05T02:51:26.273Z INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
70932026-08-05T02:51:26.273Z
70942026-08-05T02:51:26.273ZAug 05 02:51:24.821 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
70952026-08-05T02:51:26.273ZAug 05 02:51:24.821 Aug 05 02:51:24.821DEBG 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 } }]
70962026-08-05T02:51:26.273ZDEBGreplacing 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 } }]
70972026-08-05T02:51:26.273Zreplacing 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 05 02:51:24.821
70982026-08-05T02:51:26.273Z INFOAug 05 02:51:24.821 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
70992026-08-05T02:51:26.273ZAug 05 02:51:24.821 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
71002026-08-05T02:51:26.273Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
71012026-08-05T02:51:26.273Z Aug 05 02:51:24.821DEBG DEBGAug 05 02:51:24.821replacing 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 } }]
71022026-08-05T02:51:26.273Zreplacing 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
71032026-08-05T02:51:26.273Z 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 } }]
71042026-08-05T02:51:26.274ZAug 05 02:51:24.821 INFOAug 05 02:51:24.821 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
71052026-08-05T02:51:26.274ZAug 05 02:51:24.821 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
71062026-08-05T02:51:26.274Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
71072026-08-05T02:51:26.274ZAug 05 02:51:24.821 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
71082026-08-05T02:51:26.274Z
71092026-08-05T02:51:26.274ZAug 05 02:51:24.821 Aug 05 02:51:24.821DEBG Aug 05 02:51:24.821INFO 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 } }]
71102026-08-05T02:51:26.274Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
71112026-08-05T02:51:26.274Z
71122026-08-05T02:51:26.274ZAug 05 02:51:24.821 INFO Aug 05 02:51:24.821Aug 05 02:51:24.821 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
71132026-08-05T02:51:26.274Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
71142026-08-05T02:51:26.274Z 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 } }]
71152026-08-05T02:51:26.274ZAug 05 02:51:24.821 Aug 05 02:51:24.821DEBGAug 05 02:51:24.821 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
71162026-08-05T02:51:26.274ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
71172026-08-05T02:51:26.274Z
71182026-08-05T02:51:26.274ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821INFO DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
71192026-08-05T02:51:26.274Z
71202026-08-05T02:51:26.274Zreplacing 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 } }]
71212026-08-05T02:51:26.274ZAug 05 02:51:24.821 INFOAug 05 02:51:24.821Aug 05 02:51:24.821 DEBGINFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
71222026-08-05T02:51:26.274Z adding route 3fff:beef:30::/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 } }]
71232026-08-05T02:51:26.274Z
71242026-08-05T02:51:26.274ZAug 05 02:51:24.821Aug 05 02:51:24.821Aug 05 02:51:24.821 DEBGDEBGINFO 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:1b::/64 -> 2001:db8::55:ff
71252026-08-05T02:51:26.274Zreplacing 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 } }]
71262026-08-05T02:51:26.274Z
71272026-08-05T02:51:26.274ZAug 05 02:51:24.821Aug 05 02:51:24.821 INFOAug 05 02:51:24.821DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
71282026-08-05T02:51:26.274Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
71292026-08-05T02:51:26.274Z
71302026-08-05T02:51:26.274ZAug 05 02:51:24.821 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
71312026-08-05T02:51:26.274ZAug 05 02:51:24.821 DEBGAug 05 02:51:24.821DEBG 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
71322026-08-05T02:51:26.274Zreplacing 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 } }]
71332026-08-05T02:51:26.274Zreplacing 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 05 02:51:24.821
71342026-08-05T02:51:26.274Z INFO Aug 05 02:51:24.821adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
71352026-08-05T02:51:26.274ZINFOAug 05 02:51:24.821 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
71362026-08-05T02:51:26.274Z Aug 05 02:51:24.821adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
71372026-08-05T02:51:26.274ZDEBGAug 05 02:51:24.821 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 05 02:51:24.821
71382026-08-05T02:51:26.274Z 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 } }]
71392026-08-05T02:51:26.274Zreplacing 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 05 02:51:24.821
71402026-08-05T02:51:26.274Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
71412026-08-05T02:51:26.274Z INFOAug 05 02:51:24.821Aug 05 02:51:24.821 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFODEBG
71422026-08-05T02:51:26.274Z adding route 3fff:beef:1e::/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 } }]
71432026-08-05T02:51:26.274Z
71442026-08-05T02:51:26.275ZAug 05 02:51:24.821 DEBGAug 05 02:51:24.821 Aug 05 02:51:24.821replacing 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 } }]
71452026-08-05T02:51:26.275Z DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
71462026-08-05T02:51:26.275ZAug 05 02:51:24.821
71472026-08-05T02:51:26.275ZINFO Aug 05 02:51:24.821adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
71482026-08-05T02:51:26.275ZINFOAug 05 02:51:24.821 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
71492026-08-05T02:51:26.275Z 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 05 02:51:24.821
71502026-08-05T02:51:26.275Z Aug 05 02:51:24.821DEBG 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 } }]
71512026-08-05T02:51:26.275Zreplacing 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 05 02:51:24.821
71522026-08-05T02:51:26.275Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
71532026-08-05T02:51:26.275ZAug 05 02:51:24.821Aug 05 02:51:24.821 INFOINFOAug 05 02:51:24.821 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
71542026-08-05T02:51:26.275Z DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
71552026-08-05T02:51:26.275ZDEBG
71562026-08-05T02:51:26.275Zcreated new freemapAug 05 02:51:24.821, Aug 05 02:51:24.821unitAug 05 02:51:24.821DEBG 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 } }]:INFO
71572026-08-05T02:51:26.275Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4
71582026-08-05T02:51:26.275Z
71592026-08-05T02:51:26.275Z Aug 05 02:51:24.821replacing 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 } }]
71602026-08-05T02:51:26.275Z INFOAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821 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 } }]INFO
71612026-08-05T02:51:26.275Z created new freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
71622026-08-05T02:51:26.275Z, unit:
71632026-08-05T02:51:26.275ZAug 05 02:51:24.821 Aug 05 02:51:24.821freemap_route_ipv6 INFODEBG
71642026-08-05T02:51:26.275Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
71652026-08-05T02:51:26.275Zreplacing 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 05 02:51:24.821 DEBGAug 05 02:51:24.821
71662026-08-05T02:51:26.275Z Aug 05 02:51:24.821replacing 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
71672026-08-05T02:51:26.275Z Aug 05 02:51:24.821initted freemap. size: 64DEBG INFO, replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
71682026-08-05T02:51:26.275Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff:
71692026-08-05T02:51:26.275ZAug 05 02:51:24.821 Aug 05 02:51:24.821freemap_route_ipv4
71702026-08-05T02:51:26.275Z INFOINFO Aug 05 02:51:24.821adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
71712026-08-05T02:51:26.275ZAug 05 02:51:24.821
71722026-08-05T02:51:26.275Z DEBG reset freemapDEBGAug 05 02:51:24.821, unit replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.821DEBG:
71732026-08-05T02:51:26.275Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
71742026-08-05T02:51:26.275Z freemap_route_ipv4Aug 05 02:51:24.821replacing 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 } }]
71752026-08-05T02:51:26.275Z
71762026-08-05T02:51:26.275Z INFO Aug 05 02:51:24.821adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 05 02:51:24.821Aug 05 02:51:24.821 DEBG
71772026-08-05T02:51:26.275Z INFO initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 05 02:51:24.821, INFO DEBGunit
71782026-08-05T02:51:26.275Z : 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
71792026-08-05T02:51:26.275Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
71802026-08-05T02:51:26.275Z
71812026-08-05T02:51:26.275ZAug 05 02:51:24.821 DEBG Aug 05 02:51:24.821replacing 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 05 02:51:24.821
71822026-08-05T02:51:26.275Z DEBGINFOAug 05 02:51:24.821 reset freemapadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG,
71832026-08-05T02:51:26.276ZunitAug 05 02:51:24.821: freemap_route_ipv6replacing 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 } }]
71842026-08-05T02:51:26.276ZINFO
71852026-08-05T02:51:26.280ZAug 05 02:51:24.821 DEBGAug 05 02:51:24.821Aug 05 02:51:24.821adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
71862026-08-05T02:51:26.280Z INFOINFO 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:32::/64 -> 2001:db8::55:ff
71872026-08-05T02:51:26.280Z
71882026-08-05T02:51:26.280Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:51:24.821
71892026-08-05T02:51:26.280Z Aug 05 02:51:24.821DEBG Aug 05 02:51:24.821INFO DEBGAug 05 02:51:24.821replacing 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
71902026-08-05T02:51:26.280ZDEBG
71912026-08-05T02:51:26.280Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71922026-08-05T02:51:26.280Z
71932026-08-05T02:51:26.280ZAug 05 02:51:24.821 Aug 05 02:51:24.821DEBG Aug 05 02:51:24.821 INFOINFOAug 05 02:51:24.821 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:33::/64 -> 2001:db8::55:ff
71942026-08-05T02:51:26.280Z
71952026-08-05T02:51:26.280ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
71962026-08-05T02:51:26.280Z
71972026-08-05T02:51:26.280ZAug 05 02:51:24.821Aug 05 02:51:24.821 Aug 05 02:51:24.821 INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
71982026-08-05T02:51:26.280Z
71992026-08-05T02:51:26.280Z
72002026-08-05T02:51:26.280ZAug 05 02:51:24.821 DEBGAug 05 02:51:24.821 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 } }]INFOAug 05 02:51:24.821
72012026-08-05T02:51:26.280Z Aug 05 02:51:24.821adding route 3fff:dead::/64 -> 2001:db8::55:1
72022026-08-05T02:51:26.280ZINFO DEBGAug 05 02:51:24.821Aug 05 02:51:24.821adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
72032026-08-05T02:51:26.280Z 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 } }]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 } }]
72042026-08-05T02:51:26.280Z
72052026-08-05T02:51:26.280ZINFOAug 05 02:51:24.821 Aug 05 02:51:24.821 Aug 05 02:51:24.821INFODEBG INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
72062026-08-05T02:51:26.280Zadding 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 } }]
72072026-08-05T02:51:26.280Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:51:24.821
72082026-08-05T02:51:26.280Z
72092026-08-05T02:51:26.280ZDEBG Aug 05 02:51:24.821replacing 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 05 02:51:24.821INFO
72102026-08-05T02:51:26.280Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 05 02:51:24.821
72112026-08-05T02:51:26.280Z DEBG DEBGAug 05 02:51:24.822replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.822 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
72122026-08-05T02:51:26.280Z
72132026-08-05T02:51:26.280Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
72142026-08-05T02:51:26.280ZDEBG Aug 05 02:51:24.822replacing 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 05 02:51:24.822INFO INFOAug 05 02:51:24.822adding route 3fff:beef::/64 -> 2001:db8::55:ff
72152026-08-05T02:51:26.280Z
72162026-08-05T02:51:26.280Z DEBG adding route 3fff:beef:3c::/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 } }]Aug 05 02:51:24.822Aug 05 02:51:24.822
72172026-08-05T02:51:26.280Z DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72182026-08-05T02:51:26.280ZAug 05 02:51:24.822adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 05 02:51:24.821Aug 05 02:51:24.822
72192026-08-05T02:51:26.280ZINFO
72202026-08-05T02:51:26.280Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
72212026-08-05T02:51:26.281Z DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 05 02:51:24.822Aug 05 02:51:24.822
72222026-08-05T02:51:26.281Z Aug 05 02:51:24.822created new freemapDEBG Aug 05 02:51:24.822replacing 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
72232026-08-05T02:51:26.281Z 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: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 } }],
72242026-08-05T02:51:26.281Z
72252026-08-05T02:51:26.281Zunitreplacing 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 } }]
72262026-08-05T02:51:26.281ZAug 05 02:51:24.822 Aug 05 02:51:24.822:Aug 05 02:51:24.822 INFOAug 05 02:51:24.822 freemap_route_ipv4INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
72272026-08-05T02:51:26.281Z
72282026-08-05T02:51:26.281ZDEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
72292026-08-05T02:51:26.281Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:51:24.822
72302026-08-05T02:51:26.281Zfailed to allocate space for the new target listAug 05 02:51:24.822Aug 05 02:51:24.822
72312026-08-05T02:51:26.281Z DEBG DEBGAug 05 02:51:24.822 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: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 } }]
72322026-08-05T02:51:26.281ZDEBG
72332026-08-05T02:51:26.281ZAug 05 02:51:24.822 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 } }]
72342026-08-05T02:51:26.281Zcreated new freemapAug 05 02:51:24.822DEBG Aug 05 02:51:24.822 , 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 } }]Aug 05 02:51:24.822
72352026-08-05T02:51:26.281Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
72362026-08-05T02:51:26.281Z
72372026-08-05T02:51:26.281Zunit:
72382026-08-05T02:51:26.281ZAug 05 02:51:24.822 freemap_route_ipv6DEBG
72392026-08-05T02:51:26.281ZAug 05 02:51:24.822 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 05 02:51:24.822DEBG
72402026-08-05T02:51:26.281Z 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 } }]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 05 02:51:24.822
72412026-08-05T02:51:26.281Z Aug 05 02:51:24.822INFO
72422026-08-05T02:51:26.281Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 05 02:51:24.822
72432026-08-05T02:51:26.281Z DEBGINFOAug 05 02:51:24.822 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 05 02:51:24.822
72442026-08-05T02:51:26.281Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
72452026-08-05T02:51:26.281Zreplacing 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 } }]initted freemap. size: 64Aug 05 02:51:24.822, Aug 05 02:51:24.822unit :DEBG
72462026-08-05T02:51:26.281Z 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 } }]DEBGfreemap_route_ipv4
72472026-08-05T02:51:26.281Zreplacing 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 } }]
72482026-08-05T02:51:26.281Z
72492026-08-05T02:51:26.281ZAug 05 02:51:24.822Aug 05 02:51:24.822 Aug 05 02:51:24.822 DEBGINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 05 02:51:24.822reset freemap INFO
72502026-08-05T02:51:26.281Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
72512026-08-05T02:51:26.281Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, Aug 05 02:51:24.822unit:
72522026-08-05T02:51:26.281Z Aug 05 02:51:24.822DEBG freemap_route_ipv4DEBGAug 05 02:51:24.822
72532026-08-05T02:51:26.281Z 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 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 05 02:51:24.822Aug 05 02:51:24.822
72542026-08-05T02:51:26.281ZDEBG created new freemap, unit:DEBG Aug 05 02:51:24.823 freemap_route_ipv4 created new freemapINFO
72552026-08-05T02:51:26.281Z 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:3b::/64 -> 2001:db8::55:ff,
72562026-08-05T02:51:26.281Z
72572026-08-05T02:51:26.281Zunit:Aug 05 02:51:24.823 DEBG created new freemap
72582026-08-05T02:51:26.281Z freemap_route_ipv4Aug 05 02:51:24.823Aug 05 02:51:24.823, DEBGINFOunit
72592026-08-05T02:51:26.281Z Aug 05 02:51:24.823 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffinitted freemap. size: 64 , INFO:unit :
72602026-08-05T02:51:26.282Z freemap_route_ipv6Aug 05 02:51:24.823freemap_route_ipv6
72612026-08-05T02:51:26.282Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
72622026-08-05T02:51:26.282Zcreated new freemap
72632026-08-05T02:51:26.282Z, Aug 05 02:51:24.823unitAug 05 02:51:24.823 :DEBGAug 05 02:51:24.823Aug 05 02:51:24.823 reset freemapfreemap_route_ipv6
72642026-08-05T02:51:26.282Z, DEBGunitDEBG 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: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 } }]
72652026-08-05T02:51:26.282Z DEBG freemap_route_ipv6
72662026-08-05T02:51:26.282Z
72672026-08-05T02:51:26.282Zinitted freemap. size: 64Aug 05 02:51:24.823 , DEBGAug 05 02:51:24.823Aug 05 02:51:24.823Aug 05 02:51:24.823unit INFOINFO :initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
72682026-08-05T02:51:26.282Z freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
72692026-08-05T02:51:26.282Z:INFO
72702026-08-05T02:51:26.282Z Aug 05 02:51:24.823adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 05 02:51:24.823 DEBG
72712026-08-05T02:51:26.282Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:51:24.823freemap_route_ipv4DEBGAug 05 02:51:24.823
72722026-08-05T02:51:26.282Z
72732026-08-05T02:51:26.282Z DEBGreset freemapDEBG 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 } }]
72742026-08-05T02:51:26.282Zreplacing 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 05 02:51:24.823,
72752026-08-05T02:51:26.282Z unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:51:24.823
72762026-08-05T02:51:26.282Z INFOAug 05 02:51:24.823 freemap_route_ipv4Aug 05 02:51:24.823adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
72772026-08-05T02:51:26.282ZAug 05 02:51:24.823
72782026-08-05T02:51:26.282ZINFO DEBG reset freemapDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
72792026-08-05T02:51:26.282ZAug 05 02:51:24.823replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
72802026-08-05T02:51:26.282Z :Aug 05 02:51:24.823DEBG freemap_route_ipv4 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 05 02:51:24.823
72812026-08-05T02:51:26.282Z
72822026-08-05T02:51:26.282ZDEBG Aug 05 02:51:24.823 initted freemap. size: 64Aug 05 02:51:24.823INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
72832026-08-05T02:51:26.282ZAug 05 02:51:24.823 DEBG, DEBGAug 05 02:51:24.823 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
72842026-08-05T02:51:26.282Z: freemap_route_ipv6
72852026-08-05T02:51:26.286ZDEBGinitted freemap. size: 64 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72862026-08-05T02:51:26.286Z,
72872026-08-05T02:51:26.286ZAug 05 02:51:24.823 Aug 05 02:51:24.823DEBG unit :Aug 05 02:51:24.823 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
72882026-08-05T02:51:26.286Z
72892026-08-05T02:51:26.286ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:51:24.823
72902026-08-05T02:51:26.286Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG
72912026-08-05T02:51:26.286Z Aug 05 02:51:24.823reset freemapAug 05 02:51:24.823Aug 05 02:51:24.823, INFODEBGAug 05 02:51:24.823 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGDEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
72922026-08-05T02:51:26.286Zunit
72932026-08-05T02:51:26.286Z 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 } }]reset freemap
72942026-08-05T02:51:26.286Z, :Aug 05 02:51:24.824unitAug 05 02:51:24.824 DEBG: Aug 05 02:51:24.824replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]freemap_route_ipv6
72952026-08-05T02:51:26.286Z
72962026-08-05T02:51:26.286Z INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
72972026-08-05T02:51:26.287Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
72982026-08-05T02:51:26.287Z
72992026-08-05T02:51:26.287ZAug 05 02:51:24.824 Aug 05 02:51:24.824Aug 05 02:51:24.824 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
73002026-08-05T02:51:26.287ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:51:24.824
73012026-08-05T02:51:26.287Z Aug 05 02:51:24.824 DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73022026-08-05T02:51:26.287Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73032026-08-05T02:51:26.287Z
73042026-08-05T02:51:26.287ZAug 05 02:51:24.824 Aug 05 02:51:24.824DEBG 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 } }]
73052026-08-05T02:51:26.287Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
73062026-08-05T02:51:26.287ZAug 05 02:51:24.824 Aug 05 02:51:24.824DEBGAug 05 02:51:24.824 Aug 05 02:51:24.824DEBG INFOINFO 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 } }]
73072026-08-05T02:51:26.287Z adding route 3fff:beef:b::/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 } }]
73082026-08-05T02:51:26.287Z
73092026-08-05T02:51:26.287Zadding route 172.16.0.0/32 -> 10.0.0.2
73102026-08-05T02:51:26.287ZAug 05 02:51:24.824Aug 05 02:51:24.824 INFODEBG adding route 3fff:beef:35::/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 } }]
73112026-08-05T02:51:26.287Z
73122026-08-05T02:51:26.287ZAug 05 02:51:24.824 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:51:24.824
73132026-08-05T02:51:26.287Z Aug 05 02:51:24.824DEBG 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 } }]
73142026-08-05T02:51:26.287Zreplacing 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 05 02:51:24.824
73152026-08-05T02:51:26.287Z INFOAug 05 02:51:24.824 INFO adding route 172.16.0.0/32 -> 10.0.0.3
73162026-08-05T02:51:26.287Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
73172026-08-05T02:51:26.287ZAug 05 02:51:24.820Aug 05 02:51:24.824Aug 05 02:51:24.824Aug 05 02:51:24.824 INFO DEBG DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
73182026-08-05T02:51:26.287Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73192026-08-05T02:51:26.287ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 05 02:51:24.824Aug 05 02:51:24.824
73202026-08-05T02:51:26.287ZDEBG
73212026-08-05T02:51:26.287Z INFO Aug 05 02:51:24.824adding route 172.16.0.0/32 -> 10.0.0.4 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 } }]
73222026-08-05T02:51:26.287ZAug 05 02:51:24.824INFO
73232026-08-05T02:51:26.287Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
73242026-08-05T02:51:26.287Z DEBG Aug 05 02:51:24.824Aug 05 02:51:24.824 DEBGINFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:51:24.824adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
73252026-08-05T02:51:26.287Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73262026-08-05T02:51:26.287Z
73272026-08-05T02:51:26.287ZINFO Aug 05 02:51:24.824adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 05 02:51:24.824
73282026-08-05T02:51:26.287ZDEBGAug 05 02:51:24.824 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 } }] DEBGINFO
73292026-08-05T02:51:26.287ZAug 05 02:51:24.824 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255INFO
73302026-08-05T02:51:26.287Z
73312026-08-05T02:51:26.287Z Aug 05 02:51:24.824adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 05 02:51:24.824
73322026-08-05T02:51:26.287Z Aug 05 02:51:24.824Aug 05 02:51:24.824DEBG INFO 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 } }]
73332026-08-05T02:51:26.287Zreplacing 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:38::/64 -> 2001:db8::55:ff
73342026-08-05T02:51:26.287ZINFOAug 05 02:51:24.824
73352026-08-05T02:51:26.287Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
73362026-08-05T02:51:26.288ZAug 05 02:51:24.824Aug 05 02:51:24.824 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 05 02:51:24.824INFODEBG INFOAug 05 02:51:24.824replacing 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 } }]
73372026-08-05T02:51:26.288Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.1/32 -> 10.0.0.255
73382026-08-05T02:51:26.288Z
73392026-08-05T02:51:26.288ZAug 05 02:51:24.824
73402026-08-05T02:51:26.288Z 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 } }]
73412026-08-05T02:51:26.288ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 05 02:51:24.824
73422026-08-05T02:51:26.288Z Aug 05 02:51:24.824Aug 05 02:51:24.824INFO INFODEBG Aug 05 02:51:24.824replacing 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 05 02:51:24.824
73432026-08-05T02:51:26.288Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:f::/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 } }]
73442026-08-05T02:51:26.288Z
73452026-08-05T02:51:26.288Z Aug 05 02:51:24.824DEBG
73462026-08-05T02:51:26.288Z INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 05 02:51:24.824
73472026-08-05T02:51:26.288Z Aug 05 02:51:24.824INFOAug 05 02:51:24.824
73482026-08-05T02:51:26.288Ztest route::tests::identity_replace_is_noop ... ok
73492026-08-05T02:51:26.288Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
73502026-08-05T02:51:26.288Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG 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 05 02:51:24.824
73512026-08-05T02:51:26.288Z
73522026-08-05T02:51:26.288Zreplacing 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 } }]DEBGAug 05 02:51:24.824
73532026-08-05T02:51:26.288Zreplacing 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 } }]
73542026-08-05T02:51:26.288ZAug 05 02:51:24.824 INFO Aug 05 02:51:24.824DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 05 02:51:24.824
73552026-08-05T02:51:26.288Z 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 INFO
73562026-08-05T02:51:26.288ZAug 05 02:51:24.824adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 05 02:51:24.824
73572026-08-05T02:51:26.288Z DEBGadding route 172.17.0.3/32 -> 10.0.0.255
73582026-08-05T02:51:26.288Z 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 05 02:51:24.824 DEBGAug 05 02:51:24.824Aug 05 02:51:24.824 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
73592026-08-05T02:51:26.288ZDEBG created new freemapINFO , adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
73602026-08-05T02:51:26.288ZunitAug 05 02:51:24.824:
73612026-08-05T02:51:26.288Zfreemap_route_ipv4
73622026-08-05T02:51:26.288ZAug 05 02:51:24.830INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
73632026-08-05T02:51:26.288Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830
73642026-08-05T02:51:26.288Z INFOAug 05 02:51:24.830Aug 05 02:51:24.830Aug 05 02:51:24.830 INFODEBG DEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
73652026-08-05T02:51:26.288Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
73662026-08-05T02:51:26.288Z
73672026-08-05T02:51:26.288Z, unitAug 05 02:51:24.830Aug 05 02:51:24.830 DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.822
73682026-08-05T02:51:26.288Z:Aug 05 02:51:24.830 freemap_route_ipv6INFODEBG Aug 05 02:51:24.830 DEBG INFOcreated new freemapreplacing 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:3c::/64 -> 2001:db8::55:ff
73692026-08-05T02:51:26.288Z
73702026-08-05T02:51:26.288Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
73712026-08-05T02:51:26.288Z
73722026-08-05T02:51:26.288ZAug 05 02:51:24.830unit DEBG:Aug 05 02:51:24.830Aug 05 02:51:24.830 freemap_route_ipv4INFO Aug 05 02:51:24.830adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
73732026-08-05T02:51:26.288Z failed to allocate space for the new target list
73742026-08-05T02:51:26.288Z DEBG
73752026-08-05T02:51:26.288Z DEBGAug 05 02:51:24.830 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 05 02:51:24.830DEBG
73762026-08-05T02:51:26.289ZAug 05 02:51:24.830Aug 05 02:51:24.830 DEBG DEBGinitted freemap. size: 64 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: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 } }]
73772026-08-05T02:51:26.289ZDEBGcreated new freemap, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.830
73782026-08-05T02:51:26.289Z, unit Aug 05 02:51:24.830
73792026-08-05T02:51:26.289Z: freemap_route_ipv6DEBG
73802026-08-05T02:51:26.289ZINFO Aug 05 02:51:24.830failed to allocate space for the new target list INFOAug 05 02:51:24.830 unitAug 05 02:51:24.830adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
73812026-08-05T02:51:26.289Z
73822026-08-05T02:51:26.289Z DEBG DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:fffailed to allocate space for the new target listAug 05 02:51:24.830
73832026-08-05T02:51:26.289ZDEBG
73842026-08-05T02:51:26.289Z: 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:2, vlan_id: None } }]Aug 05 02:51:24.830,
73852026-08-05T02:51:26.293Z unit:DEBG Aug 05 02:51:24.830 freemap_route_ipv4 DEBG
73862026-08-05T02:51:26.293Z freemap_route_ipv4replacing 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 } }]
73872026-08-05T02:51:26.293Zreplacing 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 } }]
73882026-08-05T02:51:26.293Z
73892026-08-05T02:51:26.293ZAug 05 02:51:24.830 Aug 05 02:51:24.830DEBG DEBGreset freemapAug 05 02:51:24.830 reset freemap, Aug 05 02:51:24.830INFOunit :adding route 3fff:beef:23::/64 -> 2001:db8::55:ff , INFO
73902026-08-05T02:51:26.293Z unit:adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4
73912026-08-05T02:51:26.293Z
73922026-08-05T02:51:26.293ZAug 05 02:51:24.830freemap_route_ipv4
73932026-08-05T02:51:26.293ZAug 05 02:51:24.830DEBGAug 05 02:51:24.830 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73942026-08-05T02:51:26.293Zreplacing 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 } }]
73952026-08-05T02:51:26.293ZDEBG Aug 05 02:51:24.830initted freemap. size: 64Aug 05 02:51:24.830 , DEBGAug 05 02:51:24.830 initted freemap. size: 64INFO, unit :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOunit
73962026-08-05T02:51:26.293Z: freemap_route_ipv6freemap_route_ipv6
73972026-08-05T02:51:26.293Z
73982026-08-05T02:51:26.293ZAug 05 02:51:24.830adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
73992026-08-05T02:51:26.293ZDEBG 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 05 02:51:24.830Aug 05 02:51:24.830
74002026-08-05T02:51:26.293Z DEBGAug 05 02:51:24.830 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830DEBG
74012026-08-05T02:51:26.293ZDEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreset freemapAug 05 02:51:24.830reset freemap
74022026-08-05T02:51:26.293Z , , unit:INFO freemap_route_ipv6Aug 05 02:51:24.830unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff :
74032026-08-05T02:51:26.293Z
74042026-08-05T02:51:26.293Z DEBGfreemap_route_ipv6
74052026-08-05T02:51:26.293Zreplacing 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 } }]
74062026-08-05T02:51:26.293ZAug 05 02:51:24.830 DEBGAug 05 02:51:24.830Aug 05 02:51:24.830 Aug 05 02:51:24.830INFO INFOINFO 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 } }]
74072026-08-05T02:51:26.293Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
74082026-08-05T02:51:26.293Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1
74092026-08-05T02:51:26.293ZAug 05 02:51:24.830
74102026-08-05T02:51:26.293Z INFOAug 05 02:51:24.830 Aug 05 02:51:24.830adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG DEBG
74112026-08-05T02:51:26.293Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
74122026-08-05T02:51:26.293Z
74132026-08-05T02:51:26.293ZAug 05 02:51:24.830Aug 05 02:51:24.830 DEBGAug 05 02:51:24.830INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 05 02:51:24.830
74142026-08-05T02:51:26.293Zadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]DEBG
74152026-08-05T02:51:26.293Z
74162026-08-05T02:51:26.293ZAug 05 02:51:24.830replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74172026-08-05T02:51:26.293ZAug 05 02:51:24.830DEBGAug 05 02:51:24.830 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 } }]
74182026-08-05T02:51:26.294ZINFOAug 05 02:51:24.830DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.830
74192026-08-05T02:51:26.294ZINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
74202026-08-05T02:51:26.294Z
74212026-08-05T02:51:26.294Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:51:24.830Aug 05 02:51:24.830
74222026-08-05T02:51:26.294Z Aug 05 02:51:24.830INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
74232026-08-05T02:51:26.294Z 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 05 02:51:24.830replacing 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 05 02:51:24.830
74242026-08-05T02:51:26.294Z
74252026-08-05T02:51:26.294ZDEBG 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.830
74262026-08-05T02:51:26.294Z Aug 05 02:51:24.830INFO INFO
74272026-08-05T02:51:26.294Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 05 02:51:24.830
74282026-08-05T02:51:26.294Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO Aug 05 02:51:24.830
74292026-08-05T02:51:26.294Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 05 02:51:24.830
74302026-08-05T02:51:26.294Z DEBGINFO Aug 05 02:51:24.830replacing 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 } }]
74312026-08-05T02:51:26.294ZDEBG adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:51:24.830replacing 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 } }]
74322026-08-05T02:51:26.294ZAug 05 02:51:24.830
74332026-08-05T02:51:26.294ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
74342026-08-05T02:51:26.294ZAug 05 02:51:24.830Aug 05 02:51:24.830 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
74352026-08-05T02:51:26.294Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:51:24.830DEBG
74362026-08-05T02:51:26.294Z DEBGAug 05 02:51:24.830replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
74372026-08-05T02:51:26.294Zreplacing targets for 3fff:dead::/64 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 05 02:51:24.830
74382026-08-05T02:51:26.294Z DEBGDEBG Aug 05 02:51:24.830Aug 05 02:51:24.830replacing 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: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 } }]
74392026-08-05T02:51:26.294ZWARN
74402026-08-05T02:51:26.294Z INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:51:24.830
74412026-08-05T02:51:26.294ZAug 05 02:51:24.830adding route 172.16.0.0/32 -> 10.0.0.4
74422026-08-05T02:51:26.294Z INFOINFO Aug 05 02:51:24.830Aug 05 02:51:24.830 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
74432026-08-05T02:51:26.294Z ERRODEBGadding 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 } }, NextHop { asic_port_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 } }]
74442026-08-05T02:51:26.294Ztest route::tests::rollback_on_compact_write_failure ... ok
74452026-08-05T02:51:26.294Z
74462026-08-05T02:51:26.294Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:51:24.830
74472026-08-05T02:51:26.294ZAug 05 02:51:24.830 DEBG 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 } }]
74482026-08-05T02:51:26.294Zreplacing 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 05 02:51:24.830
74492026-08-05T02:51:26.294Z Aug 05 02:51:24.830DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.830ERRO INFO
74502026-08-05T02:51:26.294ZAug 05 02:51:24.830shrink-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
74512026-08-05T02:51:26.294Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO
74522026-08-05T02:51:26.294Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
74532026-08-05T02:51:26.294ZAug 05 02:51:24.830Aug 05 02:51:24.830 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 05 02:51:24.830
74542026-08-05T02:51:26.294Z
74552026-08-05T02:51:26.294ZDEBG 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 } }]
74562026-08-05T02:51:26.294ZAug 05 02:51:24.830created new freemapAug 05 02:51:24.830 Aug 05 02:51:24.830INFO, INFOunit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
74572026-08-05T02:51:26.295ZINFO
74582026-08-05T02:51:26.295Zadding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4
74592026-08-05T02:51:26.295Z
74602026-08-05T02:51:26.295ZAug 05 02:51:24.830 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.830 DEBGAug 05 02:51:24.831Aug 05 02:51:24.831 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapcreated new freemap
74612026-08-05T02:51:26.295Z, , unit:unit :freemap_route_ipv4
74622026-08-05T02:51:26.295Zfreemap_route_ipv4Aug 05 02:51:24.836
74632026-08-05T02:51:26.295ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
74642026-08-05T02:51:26.295ZAug 05 02:51:24.836Aug 05 02:51:24.836 DEBGDEBG Aug 05 02:51:24.836 created new freemap , created new freemapunitDEBG: 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 } }]freemap_route_ipv6
74652026-08-05T02:51:26.295Z,
74662026-08-05T02:51:26.295Zunit: Aug 05 02:51:24.836Aug 05 02:51:24.836 DEBGINFO freemap_route_ipv6initted freemap. size: 64 , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
74672026-08-05T02:51:26.295Zunit
74682026-08-05T02:51:26.295Z: freemap_route_ipv4
74692026-08-05T02:51:26.295ZAug 05 02:51:24.836Aug 05 02:51:24.831
74702026-08-05T02:51:26.295Z Aug 05 02:51:24.836DEBG Aug 05 02:51:24.836DEBGDEBG 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 } }]reset freemap
74712026-08-05T02:51:26.295Z, unitDEBG: Aug 05 02:51:24.836freemap_route_ipv4initted freemap. size: 64
74722026-08-05T02:51:26.295Z, created new freemapINFO Aug 05 02:51:24.836unit , INFO:Aug 05 02:51:24.837 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff unitDEBG
74732026-08-05T02:51:26.295Z
74742026-08-05T02:51:26.295Z: freemap_route_ipv4initted freemap. size: 64 ,
74752026-08-05T02:51:26.295ZAug 05 02:51:24.837freemap_route_ipv4
74762026-08-05T02:51:26.295Zunit Aug 05 02:51:24.837DEBG : 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 05 02:51:24.837 DEBG freemap_route_ipv6
74772026-08-05T02:51:26.295Zreplacing 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
74782026-08-05T02:51:26.295Z
74792026-08-05T02:51:26.295Z created new freemapAug 05 02:51:24.837, unitAug 05 02:51:24.837:Aug 05 02:51:24.837 DEBG freemap_route_ipv6DEBGINFO
74802026-08-05T02:51:26.295Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
74812026-08-05T02:51:26.295Z reset freemapreset freemap, unitAug 05 02:51:24.837, Aug 05 02:51:24.837unitAug 05 02:51:24.837 :DEBG INFO freemap_route_ipv6DEBG
74822026-08-05T02:51:26.295Z 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:20::/64 -> 2001:db8::55:ff
74832026-08-05T02:51:26.295Z
74842026-08-05T02:51:26.295ZAug 05 02:51:24.837initted freemap. size: 64 freemap_route_ipv4
74852026-08-05T02:51:26.299Z, unitAug 05 02:51:24.837: INFOAug 05 02:51:24.837 INFOAug 05 02:51:24.837 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
74862026-08-05T02:51:26.299ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
74872026-08-05T02:51:26.299Zreplacing 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 } }]
74882026-08-05T02:51:26.299ZAug 05 02:51:24.837
74892026-08-05T02:51:26.299ZDEBG initted freemap. size: 64 Aug 05 02:51:24.837, Aug 05 02:51:24.837DEBG unitDEBG: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 } }]reset freemap
74902026-08-05T02:51:26.299Z , 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 } }]unit :freemap_route_ipv6
74912026-08-05T02:51:26.299Z freemap_route_ipv4
74922026-08-05T02:51:26.299ZAug 05 02:51:24.837
74932026-08-05T02:51:26.299Z Aug 05 02:51:24.837INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 05 02:51:24.837Aug 05 02:51:24.837INFO
74942026-08-05T02:51:26.299Z DEBG Aug 05 02:51:24.837initted freemap. size: 64 INFO, adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunitadding route 3fff:dead::/64 -> 2001:db8::55:2:Aug 05 02:51:24.837 DEBG
74952026-08-05T02:51:26.299Z
74962026-08-05T02:51:26.299Zfreemap_route_ipv6 DEBG
74972026-08-05T02:51:26.299Z Aug 05 02:51:24.837 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 } }]
74982026-08-05T02:51:26.300ZDEBGAug 05 02:51:24.837 Aug 05 02:51:24.837 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 } }], DEBGunit reset freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
74992026-08-05T02:51:26.300Z
75002026-08-05T02:51:26.300ZunitAug 05 02:51:24.837: INFO: Aug 05 02:51:24.837freemap_route_ipv6
75012026-08-05T02:51:26.300ZAug 05 02:51:24.837freemap_route_ipv6INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
75022026-08-05T02:51:26.300Z
75032026-08-05T02:51:26.300Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:51:24.837INFO
75042026-08-05T02:51:26.300Z Aug 05 02:51:24.837adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
75052026-08-05T02:51:26.300Z DEBGINFOAug 05 02:51:24.837 Aug 05 02:51:24.837Aug 05 02:51:24.837replacing 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 } }]
75062026-08-05T02:51:26.300Z adding route 172.16.0.0/32 -> 10.0.0.1DEBGDEBG
75072026-08-05T02:51:26.300Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 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 05 02:51:24.837adding route 3fff:dead::/64 -> 2001:db8::55:1
75082026-08-05T02:51:26.300ZAug 05 02:51:24.837
75092026-08-05T02:51:26.300Z
75102026-08-05T02:51:26.300Z INFODEBG Aug 05 02:51:24.837 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 } }]INFO
75112026-08-05T02:51:26.300Z Aug 05 02:51:24.837Aug 05 02:51:24.837adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
75122026-08-05T02:51:26.300ZAug 05 02:51:24.837 INFO DEBG
75132026-08-05T02:51:26.300Zadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
75142026-08-05T02:51:26.300ZAug 05 02:51:24.837adding route 172.16.0.0/32 -> 10.0.0.1
75152026-08-05T02:51:26.300ZDEBG
75162026-08-05T02:51:26.300ZAug 05 02:51:24.837 Aug 05 02:51:24.837replacing 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 } }]
75172026-08-05T02:51:26.300Z 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 05 02:51:24.837
75182026-08-05T02:51:26.300Z Aug 05 02:51:24.837 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
75192026-08-05T02:51:26.300ZINFO Aug 05 02:51:24.837Aug 05 02:51:24.837 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
75202026-08-05T02:51:26.300ZINFO
75212026-08-05T02:51:26.300Z DEBGAug 05 02:51:24.837adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
75222026-08-05T02:51:26.300ZINFOreplacing targets for 3fff:dead::/64 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 3fff:beef:34::/64 -> 2001:db8::55:ff
75232026-08-05T02:51:26.300Z
75242026-08-05T02:51:26.300ZAug 05 02:51:24.837 INFO Aug 05 02:51:24.837adding route 172.16.0.0/32 -> 10.0.0.1
75252026-08-05T02:51:26.300ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.837
75262026-08-05T02:51:26.300ZAug 05 02:51:24.837Aug 05 02:51:24.837 DEBGDEBGAug 05 02:51:24.837DEBG 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 } }]WARN
75272026-08-05T02:51:26.300Z 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
75282026-08-05T02:51:26.300Z
75292026-08-05T02:51:26.300Z
75302026-08-05T02:51:26.300ZAug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837 INFOINFO INFO Aug 05 02:51:24.837adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
75312026-08-05T02:51:26.300Z
75322026-08-05T02:51:26.300Zadding route 3fff:dead::/64 -> 2001:db8::55:3
75332026-08-05T02:51:26.300ZINFO Aug 05 02:51:24.837adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 05 02:51:24.837
75342026-08-05T02:51:26.301Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
75352026-08-05T02:51:26.301Zreplacing 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 05 02:51:24.837
75362026-08-05T02:51:26.301Z 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 } }]
75372026-08-05T02:51:26.301ZAug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.837
75382026-08-05T02:51:26.301Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.0/32 -> 10.0.0.255
75392026-08-05T02:51:26.301Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
75402026-08-05T02:51:26.301Z
75412026-08-05T02:51:26.301ZAug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837INFODEBG 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 } }]
75422026-08-05T02:51:26.301ZAug 05 02:51:24.837adding route 3fff:dead::/64 -> 2001:db8::55:4
75432026-08-05T02:51:26.301Zreplacing 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
75442026-08-05T02:51:26.301Zreplacing 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 05 02:51:24.837Aug 05 02:51:24.837
75452026-08-05T02:51:26.301ZINFOAug 05 02:51:24.837 DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
75462026-08-05T02:51:26.301ZAug 05 02:51:24.837adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
75472026-08-05T02:51:26.301Ztest route::tests::rollback_on_compact_delete_failure ... ok
75482026-08-05T02:51:26.301Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
75492026-08-05T02:51:26.301Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 05 02:51:24.837Aug 05 02:51:24.837 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
75502026-08-05T02:51:26.301Z
75512026-08-05T02:51:26.301ZAug 05 02:51:24.837
75522026-08-05T02:51:26.301Z DEBGAug 05 02:51:24.837Aug 05 02:51:24.837 Aug 05 02:51:24.837 DEBGINFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
75532026-08-05T02:51:26.301Z
75542026-08-05T02:51:26.301Z
75552026-08-05T02:51:26.301Zreplacing 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 } }]
75562026-08-05T02:51:26.301ZAug 05 02:51:24.837 DEBG Aug 05 02:51:24.830replacing 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 05 02:51:24.837
75572026-08-05T02:51:26.301Ztest route::tests::grow_succeeds ... ok
75582026-08-05T02:51:26.301ZDEBGAug 05 02:51:24.837Aug 05 02:51:24.837 WARN Aug 05 02:51:24.837 INFODEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
75592026-08-05T02:51:26.301Ztest route::tests::rollback_on_index_readd_failure ... ok
75602026-08-05T02:51:26.301ZINFO
75612026-08-05T02:51:26.301Z
75622026-08-05T02:51:26.301Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
75632026-08-05T02:51:26.301ZAug 05 02:51:24.837 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 } }]
75642026-08-05T02:51:26.301Z
75652026-08-05T02:51:26.301ZAug 05 02:51:24.837 INFO Aug 05 02:51:24.843adding route 172.17.0.5/32 -> 10.0.0.255 INFO adding route 172.17.0.3/32 -> 10.0.0.255
75662026-08-05T02:51:26.301Z
75672026-08-05T02:51:26.301ZAug 05 02:51:24.843Aug 05 02:51:24.830 Aug 05 02:51:24.843DEBGDEBG DEBGcreated new freemap replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 05 02:51:24.843,
75682026-08-05T02:51:26.301Z unit:DEBG freemap_route_ipv6
75692026-08-05T02:51:26.301ZAug 05 02:51:24.831 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.843
75702026-08-05T02:51:26.301Z Aug 05 02:51:24.837INFOcreated new freemap Aug 05 02:51:24.843 INFO , DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit
75712026-08-05T02:51:26.301Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffinitted freemap. size: 64:,
75722026-08-05T02:51:26.301Zfreemap_route_ipv4unit:
75732026-08-05T02:51:26.302Z freemap_route_ipv4
75742026-08-05T02:51:26.302ZAug 05 02:51:24.843 DEBGAug 05 02:51:24.843 Aug 05 02:51:24.843INFOreplacing 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 05 02:51:24.843 DEBG
75752026-08-05T02:51:26.302ZAug 05 02:51:24.843DEBG DEBGcreated new freemapAug 05 02:51:24.838, unit reset freemap:DEBG freemap_route_ipv6
75762026-08-05T02:51:26.302Z, created new freemapunitAug 05 02:51:24.843adding route 172.17.0.4/32 -> 10.0.0.255: replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
75772026-08-05T02:51:26.302Z, Aug 05 02:51:24.843unit
75782026-08-05T02:51:26.302Z freemap_route_ipv4:DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64
75792026-08-05T02:51:26.302Z, freemap_route_ipv4unit
75802026-08-05T02:51:26.302ZAug 05 02:51:24.843 : DEBGfreemap_route_ipv4
75812026-08-05T02:51:26.302Z
75822026-08-05T02:51:26.302ZAug 05 02:51:24.843 Aug 05 02:51:24.843INFOAug 05 02:51:24.843 Aug 05 02:51:24.843Aug 05 02:51:24.843 DEBGDEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
75832026-08-05T02:51:26.302Z created new freemapinitted freemap. size: 64
75842026-08-05T02:51:26.302Z, , DEBGunitunit reset freemap::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 } }],
75852026-08-05T02:51:26.307ZAug 05 02:51:24.843Aug 05 02:51:24.843 unit DEBGfreemap_route_ipv6:INFO
75862026-08-05T02:51:26.307Z Aug 05 02:51:24.843freemap_route_ipv6freemap_route_ipv4
75872026-08-05T02:51:26.307Z INFO
75882026-08-05T02:51:26.307ZAug 05 02:51:24.843 Aug 05 02:51:24.843 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 DEBGAug 05 02:51:24.843
75892026-08-05T02:51:26.307Z 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 DEBG reset freemapinitted freemap. size: 64,
75902026-08-05T02:51:26.308Z, unit
75912026-08-05T02:51:26.308Zunitinitted freemap. size: 64:, :unit :Aug 05 02:51:24.843Aug 05 02:51:24.843 freemap_route_ipv6freemap_route_ipv4
75922026-08-05T02:51:26.308Zfreemap_route_ipv6
75932026-08-05T02:51:26.308Z
75942026-08-05T02:51:26.308ZDEBG Aug 05 02:51:24.843Aug 05 02:51:24.843replacing 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 05 02:51:24.843DEBGINFOAug 05 02:51:24.843 DEBG reset freemapDEBG, unit adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
75952026-08-05T02:51:26.308Z:
75962026-08-05T02:51:26.308Z,
75972026-08-05T02:51:26.308Z INFO unit freemap_route_ipv6:Aug 05 02:51:24.843adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
75982026-08-05T02:51:26.308Z
75992026-08-05T02:51:26.308Z DEBGAug 05 02:51:24.843 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 } }]Aug 05 02:51:24.843
76002026-08-05T02:51:26.308Z
76012026-08-05T02:51:26.308ZAug 05 02:51:24.843 DEBGAug 05 02:51:24.843 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 } }]INFOAug 05 02:51:24.843INFO Aug 05 02:51:24.843
76022026-08-05T02:51:26.308Z adding route 172.16.0.0/32 -> 10.0.0.1 DEBG
76032026-08-05T02:51:26.308Z DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 05 02:51:24.843
76042026-08-05T02:51:26.308Z
76052026-08-05T02:51:26.308Z INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76062026-08-05T02:51:26.308Z
76072026-08-05T02:51:26.308ZAug 05 02:51:24.843 DEBG, unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:51:24.843Aug 05 02:51:24.843Aug 05 02:51:24.843
76082026-08-05T02:51:26.308Z INFO : INFO adding route 172.17.0.0/32 -> 10.0.0.255
76092026-08-05T02:51:26.308Zfreemap_route_ipv6
76102026-08-05T02:51:26.308ZDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
76112026-08-05T02:51:26.308ZAug 05 02:51:24.843 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 } }]INFOAug 05 02:51:24.843 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
76122026-08-05T02:51:26.308ZAug 05 02:51:24.843
76132026-08-05T02:51:26.308Z DEBG DEBGreset freemapAug 05 02:51:24.844Aug 05 02:51:24.844 , DEBGINFO Aug 05 02:51:24.843unitreplacing 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 } }]
76142026-08-05T02:51:26.308Z adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }]:
76152026-08-05T02:51:26.308Z DEBG
76162026-08-05T02:51:26.308ZAug 05 02:51:24.844Aug 05 02:51:24.844replacing 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 } }]
76172026-08-05T02:51:26.308ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
76182026-08-05T02:51:26.308Zfreemap_route_ipv6 Aug 05 02:51:24.844adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
76192026-08-05T02:51:26.308Z
76202026-08-05T02:51:26.308Z Aug 05 02:51:24.844INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255Aug 05 02:51:24.844Aug 05 02:51:24.844
76212026-08-05T02:51:26.308ZAug 05 02:51:24.844 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 05 02:51:24.844DEBG
76222026-08-05T02:51:26.308Z INFODEBG DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
76232026-08-05T02:51:26.308Z
76242026-08-05T02:51:26.308Zadding route 3fff:dead::/64 -> 2001:db8::55:1
76252026-08-05T02:51:26.308Z
76262026-08-05T02:51:26.308ZAug 05 02:51:24.844Aug 05 02:51:24.844 Aug 05 02:51:24.844INFOAug 05 02:51:24.844 Aug 05 02:51:24.844DEBG DEBGINFOINFO failed to allocate space for the new target listadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
76272026-08-05T02:51:26.308Z
76282026-08-05T02:51:26.309Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
76292026-08-05T02:51:26.309Zadding route 172.17.0.2/32 -> 10.0.0.255
76302026-08-05T02:51:26.309Z Aug 05 02:51:24.844adding route 172.17.0.8/32 -> 10.0.0.255Aug 05 02:51:24.844Aug 05 02:51:24.844
76312026-08-05T02:51:26.309Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 05 02:51:24.844
76322026-08-05T02:51:26.309Z Aug 05 02:51:24.844DEBG
76332026-08-05T02:51:26.309Z DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 05 02:51:24.844
76342026-08-05T02:51:26.309Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.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 05 02:51:24.844replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
76352026-08-05T02:51:26.309Z INFO
76362026-08-05T02:51:26.309Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
76372026-08-05T02:51:26.309Z
76382026-08-05T02:51:26.309ZAug 05 02:51:24.844Aug 05 02:51:24.844 INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255Aug 05 02:51:24.844
76392026-08-05T02:51:26.309Z INFOAug 05 02:51:24.844 adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:51:24.844adding route 3fff:dead::/64 -> 2001:db8::55:3
76402026-08-05T02:51:26.309ZDEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76412026-08-05T02:51:26.309ZAug 05 02:51:24.844
76422026-08-05T02:51:26.309Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
76432026-08-05T02:51:26.309Z Aug 05 02:51:24.844replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
76442026-08-05T02:51:26.309ZAug 05 02:51:24.844INFO DEBGAug 05 02:51:24.844 Aug 05 02:51:24.844adding route 172.17.0.4/32 -> 10.0.0.255INFOreplacing 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 } }]
76452026-08-05T02:51:26.309ZINFO
76462026-08-05T02:51:26.309Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
76472026-08-05T02:51:26.309Z
76482026-08-05T02:51:26.309ZAug 05 02:51:24.844 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.844Aug 05 02:51:24.844
76492026-08-05T02:51:26.309Z INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
76502026-08-05T02:51:26.309ZAug 05 02:51:24.844replacing 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 } }] INFOAug 05 02:51:24.844
76512026-08-05T02:51:26.309Z adding route 172.17.0.5/32 -> 10.0.0.255DEBG
76522026-08-05T02:51:26.309ZAug 05 02:51:24.844 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:51:24.844
76532026-08-05T02:51:26.309Z Aug 05 02:51:24.844INFO 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 } }]
76542026-08-05T02:51:26.309Z 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 05 02:51:24.844
76552026-08-05T02:51:26.309Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
76562026-08-05T02:51:26.309Z Aug 05 02:51:24.844Aug 05 02:51:24.844 Aug 05 02:51:24.844 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:2, vlan_id: None } }, NextHop { asic_port_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.6/32 -> 10.0.0.255 adding route 172.17.0.11/32 -> 10.0.0.255
76572026-08-05T02:51:26.309Z
76582026-08-05T02:51:26.309Z
76592026-08-05T02:51:26.309ZDEBG 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 } }]
76602026-08-05T02:51:26.309ZAug 05 02:51:24.844Aug 05 02:51:24.844 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.844
76612026-08-05T02:51:26.309Z Aug 05 02:51:24.844 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 } }]WARN
76622026-08-05T02:51:26.309Z Aug 05 02:51:24.844adding route 3fff:beef:33::/64 -> 2001:db8::55:ffshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
76632026-08-05T02:51:26.309ZINFO
76642026-08-05T02:51:26.309Z Aug 05 02:51:24.844Aug 05 02:51:24.844 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
76652026-08-05T02:51:26.309Z
76662026-08-05T02:51:26.309Zreplacing 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 } }]
76672026-08-05T02:51:26.310ZAug 05 02:51:24.844 Aug 05 02:51:24.844DEBGAug 05 02:51:24.844 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
76682026-08-05T02:51:26.310Z INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
76692026-08-05T02:51:26.310Z
76702026-08-05T02:51:26.310ZAug 05 02:51:24.844Aug 05 02:51:24.844 INFOINFOAug 05 02:51:24.844 adding route 172.17.0.8/32 -> 10.0.0.255 DEBG
76712026-08-05T02:51:26.310Z adding route 172.17.0.13/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 } }]
76722026-08-05T02:51:26.310Z
76732026-08-05T02:51:26.310ZAug 05 02:51:24.844 DEBGAug 05 02:51:24.844 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
76742026-08-05T02:51:26.310Z Aug 05 02:51:24.844adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
76752026-08-05T02:51:26.310ZDEBG 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 05 02:51:24.844
76762026-08-05T02:51:26.310Z INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:51:24.844
76772026-08-05T02:51:26.310Z INFOAug 05 02:51:24.844 adding route 172.17.0.14/32 -> 10.0.0.255Aug 05 02:51:24.844
76782026-08-05T02:51:26.310ZAug 05 02:51:24.844 DEBGAug 05 02:51:24.844 Aug 05 02:51:24.850 created new freemapDEBG Aug 05 02:51:24.844 created new freemap, DEBGunit: freemap_route_ipv4, DEBG
76792026-08-05T02:51:26.310Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
76802026-08-05T02:51:26.310Z: freemap_route_ipv4DEBGAug 05 02:51:24.850 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
76812026-08-05T02:51:26.310ZAug 05 02:51:24.850
76822026-08-05T02:51:26.310Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
76832026-08-05T02:51:26.310Z created new freemap, Aug 05 02:51:24.850Aug 05 02:51:24.850Aug 05 02:51:24.850 INFODEBG unit adding route 3fff:beef:36::/64 -> 2001:db8::55:ff:created new freemap
76842026-08-05T02:51:26.310Z , unitfreemap_route_ipv6:
76852026-08-05T02:51:26.314ZDEBG Aug 05 02:51:24.850freemap_route_ipv6
76862026-08-05T02:51:26.314ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 05 02:51:24.850
76872026-08-05T02:51:26.314Z DEBG Aug 05 02:51:24.850
76882026-08-05T02:51:26.314Zinitted freemap. size: 64 , Aug 05 02:51:24.850DEBGunit : INFO freemap_route_ipv4initted freemap. size: 64
76892026-08-05T02:51:26.314Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff,
76902026-08-05T02:51:26.314Zunit:Aug 05 02:51:24.850 Aug 05 02:51:24.850freemap_route_ipv4INFO
76912026-08-05T02:51:26.314ZAug 05 02:51:24.850 DEBGDEBG reset freemapreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
76922026-08-05T02:51:26.314Zunitadding route 172.17.0.16/32 -> 10.0.0.255Aug 05 02:51:24.850
76932026-08-05T02:51:26.314Z : DEBGfreemap_route_ipv4
76942026-08-05T02:51:26.314Zreset freemap, Aug 05 02:51:24.850unit INFO: Aug 05 02:51:24.850freemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
76952026-08-05T02:51:26.314ZDEBG initted freemap. size: 64
76962026-08-05T02:51:26.314ZAug 05 02:51:24.850, unitAug 05 02:51:24.850: DEBGDEBGAug 05 02:51:24.850 DEBGfreemap_route_ipv6
76972026-08-05T02:51:26.314Zinitted freemap. size: 64 , 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 } }]unit
76982026-08-05T02:51:26.314Z: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 05 02:51:24.850
76992026-08-05T02:51:26.314Z DEBGfreemap_route_ipv6
77002026-08-05T02:51:26.314Zreset freemap, Aug 05 02:51:24.850unit :INFO freemap_route_ipv6adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77012026-08-05T02:51:26.314Z
77022026-08-05T02:51:26.314ZAug 05 02:51:24.850Aug 05 02:51:24.850 INFODEBGAug 05 02:51:24.850 reset freemapDEBGAug 05 02:51:24.850, 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 } }]INFOunit
77032026-08-05T02:51:26.315Zadding route 3fff:dead::/64 -> 2001:db8::55:1:
77042026-08-05T02:51:26.315Zfreemap_route_ipv6 Aug 05 02:51:24.850
77052026-08-05T02:51:26.315Z INFOadding route 172.17.0.17/32 -> 10.0.0.255 Aug 05 02:51:24.850adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 05 02:51:24.850
77062026-08-05T02:51:26.315Z
77072026-08-05T02:51:26.315ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
77082026-08-05T02:51:26.315Z Aug 05 02:51:24.850adding route 3fff:dead::/64 -> 2001:db8::55:1
77092026-08-05T02:51:26.315ZDEBG Aug 05 02:51:24.850replacing 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 05 02:51:24.850
77102026-08-05T02:51:26.315Z DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
77112026-08-05T02:51:26.315ZAug 05 02:51:24.850
77122026-08-05T02:51:26.315Z INFOAug 05 02:51:24.850 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
77132026-08-05T02:51:26.315Z Aug 05 02:51:24.850adding route 3fff:dead::/64 -> 2001:db8::55:2
77142026-08-05T02:51:26.315ZAug 05 02:51:24.850INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:51:24.850
77152026-08-05T02:51:26.315ZAug 05 02:51:24.850replacing 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 } }]
77162026-08-05T02:51:26.315ZDEBG Aug 05 02:51:24.850INFO DEBGAug 05 02:51:24.850 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
77172026-08-05T02:51:26.315Zadding route 172.17.0.18/32 -> 10.0.0.255
77182026-08-05T02:51:26.315ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
77192026-08-05T02:51:26.315Z
77202026-08-05T02:51:26.315ZAug 05 02:51:24.850Aug 05 02:51:24.850 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:3, vlan_id: None } }] DEBG
77212026-08-05T02:51:26.315Z Aug 05 02:51:24.850replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77222026-08-05T02:51:26.315ZDEBGAug 05 02:51:24.850 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
77232026-08-05T02:51:26.315Z
77242026-08-05T02:51:26.315ZDEBG Aug 05 02:51:24.850replacing 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 } }]
77252026-08-05T02:51:26.315ZINFOAug 05 02:51:24.850Aug 05 02:51:24.850 DEBGadding route 172.17.0.10/32 -> 10.0.0.255DEBG
77262026-08-05T02:51:26.315Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]failed to allocate space for the new target list
77272026-08-05T02:51:26.315Z
77282026-08-05T02:51:26.315ZAug 05 02:51:24.850 Aug 05 02:51:24.850 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
77292026-08-05T02:51:26.315ZDEBG Aug 05 02:51:24.850replacing 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 } }]
77302026-08-05T02:51:26.315ZDEBG Aug 05 02:51:24.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 05 02:51:24.850
77312026-08-05T02:51:26.315Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
77322026-08-05T02:51:26.315Zadding route 172.17.0.11/32 -> 10.0.0.255
77332026-08-05T02:51:26.315Z
77342026-08-05T02:51:26.315ZAug 05 02:51:24.850Aug 05 02:51:24.850 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:3, 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 } }]
77352026-08-05T02:51:26.315ZAug 05 02:51:24.850
77362026-08-05T02:51:26.315Z Aug 05 02:51:24.850 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
77372026-08-05T02:51:26.315Z
77382026-08-05T02:51:26.315Z Aug 05 02:51:24.850created new freemapAug 05 02:51:24.850 Aug 05 02:51:24.850, unitINFODEBG: freemap_route_ipv4
77392026-08-05T02:51:26.315Zreplacing 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 } }]DEBGadding route 172.17.0.19/32 -> 10.0.0.255
77402026-08-05T02:51:26.315Z
77412026-08-05T02:51:26.315Zreplacing 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 } }]
77422026-08-05T02:51:26.316ZAug 05 02:51:24.850Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBG INFOcreated new freemap INFOadding route 172.17.0.13/32 -> 10.0.0.255, Aug 05 02:51:24.850
77432026-08-05T02:51:26.316Zadding route 172.17.0.7/32 -> 10.0.0.255unit
77442026-08-05T02:51:26.316ZDEBG 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 05 02:51:24.850:
77452026-08-05T02:51:26.316Z freemap_route_ipv6DEBG
77462026-08-05T02:51:26.316Z Aug 05 02:51:24.850Aug 05 02:51:24.850 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77472026-08-05T02:51:26.316ZINFO Aug 05 02:51:24.850 adding route 172.17.0.20/32 -> 10.0.0.255DEBGreplacing 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 05 02:51:24.850
77482026-08-05T02:51:26.316Z
77492026-08-05T02:51:26.316Zinitted freemap. size: 64 , INFOunit :adding route 172.17.0.14/32 -> 10.0.0.255
77502026-08-05T02:51:26.316ZAug 05 02:51:24.850Aug 05 02:51:24.850 freemap_route_ipv4DEBG
77512026-08-05T02:51:26.316Z Aug 05 02:51:24.850INFO 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 } }]DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 05 02:51:24.850
77522026-08-05T02:51:26.316Z 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
77532026-08-05T02:51:26.316Z
77542026-08-05T02:51:26.316Zreset freemapAug 05 02:51:24.850, unitAug 05 02:51:24.850: DEBGfreemap_route_ipv4
77552026-08-05T02:51:26.316ZAug 05 02:51:24.850 INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77562026-08-05T02:51:26.316Zadding route 172.17.0.15/32 -> 10.0.0.255INFO
77572026-08-05T02:51:26.316Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 05 02:51:24.850
77582026-08-05T02:51:26.316Z DEBGAug 05 02:51:24.850 initted freemap. size: 64INFOAug 05 02:51:24.850, unitadding route 172.17.0.9/32 -> 10.0.0.255 :Aug 05 02:51:24.850DEBG DEBG
77592026-08-05T02:51:26.316Z freemap_route_ipv6replacing 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 } }]
77602026-08-05T02:51:26.316Z
77612026-08-05T02:51:26.316Zreplacing 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 } }]
77622026-08-05T02:51:26.316ZAug 05 02:51:24.850 DEBG Aug 05 02:51:24.850replacing 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 05 02:51:24.850 DEBG
77632026-08-05T02:51:26.316Z INFOAug 05 02:51:24.850 reset freemap INFOAug 05 02:51:24.850adding route 172.17.0.22/32 -> 10.0.0.255
77642026-08-05T02:51:26.316Z, unitadding route 172.17.0.16/32 -> 10.0.0.255:
77652026-08-05T02:51:26.316Zfreemap_route_ipv6INFO
77662026-08-05T02:51:26.316Z adding route 172.17.0.10/32 -> 10.0.0.255
77672026-08-05T02:51:26.316ZAug 05 02:51:24.850Aug 05 02:51:24.850 DEBGAug 05 02:51:24.850DEBG 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.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 05 02:51:24.850
77682026-08-05T02:51:26.316ZDEBG Aug 05 02:51:24.844
77692026-08-05T02:51:26.316Z DEBG Aug 05 02:51:24.850created new freemapreplacing 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
77702026-08-05T02:51:26.316ZINFO , adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1unit
77712026-08-05T02:51:26.316Z:
77722026-08-05T02:51:26.316Z freemap_route_ipv4Aug 05 02:51:24.850
77732026-08-05T02:51:26.316Z INFO Aug 05 02:51:24.850adding route 172.17.0.23/32 -> 10.0.0.255
77742026-08-05T02:51:26.316ZINFOAug 05 02:51:24.850 DEBGadding route 172.17.0.11/32 -> 10.0.0.255
77752026-08-05T02:51:26.316Zreplacing 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 } }]
77762026-08-05T02:51:26.316ZAug 05 02:51:24.850Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBGDEBG Aug 05 02:51:24.850created new freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
77772026-08-05T02:51:26.316Z:DEBG INFOfreemap_route_ipv6 adding route 172.17.0.18/32 -> 10.0.0.255
77782026-08-05T02:51:26.316Z
77792026-08-05T02:51:26.316Zreplacing 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 } }]
77802026-08-05T02:51:26.316ZAug 05 02:51:24.850 Aug 05 02:51:24.850DEBGAug 05 02:51:24.850 Aug 05 02:51:24.850 Aug 05 02:51:24.850DEBG INFODEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77812026-08-05T02:51:26.316ZINFO initted freemap. size: 64 adding route 172.17.0.12/32 -> 10.0.0.255, adding route 3fff:dead::/64 -> 2001:db8::55:2unitAug 05 02:51:24.850:
77822026-08-05T02:51:26.317ZINFO
77832026-08-05T02:51:26.317Z freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255
77842026-08-05T02:51:26.317Z
77852026-08-05T02:51:26.321ZAug 05 02:51:24.850replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.850 DEBG
77862026-08-05T02:51:26.321Z Aug 05 02:51:24.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG Aug 05 02:51:24.850
77872026-08-05T02:51:26.321ZDEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap
77882026-08-05T02:51:26.321Z, Aug 05 02:51:24.850unitDEBG :Aug 05 02:51:24.850 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 } }]freemap_route_ipv4INFO
77892026-08-05T02:51:26.321Z
77902026-08-05T02:51:26.321ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
77912026-08-05T02:51:26.321Z Aug 05 02:51:24.850adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:51:24.850 Aug 05 02:51:24.850
77922026-08-05T02:51:26.321ZDEBGINFO INFOinitted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255 , adding route 172.17.0.20/32 -> 10.0.0.255
77932026-08-05T02:51:26.321Z
77942026-08-05T02:51:26.321Zunit: Aug 05 02:51:24.850freemap_route_ipv6 DEBGAug 05 02:51:24.850
77952026-08-05T02:51:26.321Z DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.850Aug 05 02:51:24.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
77962026-08-05T02:51:26.321ZAug 05 02:51:24.851 Aug 05 02:51:24.850 DEBGDEBGAug 05 02:51:24.856 created new freemapreset freemapINFO, , unit unit::adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
77972026-08-05T02:51:26.321Z
77982026-08-05T02:51:26.321Z Aug 05 02:51:24.856 DEBG Aug 05 02:51:24.856replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
77992026-08-05T02:51:26.321ZINFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 freemap_route_ipv4replacing 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 } }]
78002026-08-05T02:51:26.321Z
78012026-08-05T02:51:26.321Z
78022026-08-05T02:51:26.321Zfreemap_route_ipv6
78032026-08-05T02:51:26.321ZAug 05 02:51:24.856 Aug 05 02:51:24.856Aug 05 02:51:24.856 Aug 05 02:51:24.856DEBG 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 } }]INFODEBGDEBGAug 05 02:51:24.856 adding route 172.17.0.21/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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]created new freemap
78042026-08-05T02:51:26.321Z
78052026-08-05T02:51:26.321Z
78062026-08-05T02:51:26.321Z, unit:INFOAug 05 02:51:24.856 Aug 05 02:51:24.856 freemap_route_ipv6 INFO
78072026-08-05T02:51:26.321Z DEBGadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
78082026-08-05T02:51:26.321Z
78092026-08-05T02:51:26.321Z
78102026-08-05T02:51:26.321ZAug 05 02:51:24.856 Aug 05 02:51:24.856Aug 05 02:51:24.856 INFODEBG adding route 172.17.0.22/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 } }]DEBG
78112026-08-05T02:51:26.321ZAug 05 02:51:24.856
78122026-08-05T02:51:26.321Zinitted freemap. size: 64DEBG, unit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:51:24.856
78132026-08-05T02:51:26.321Z freemap_route_ipv4INFOAug 05 02:51:24.856
78142026-08-05T02:51:26.321Z adding route 172.17.0.16/32 -> 10.0.0.255
78152026-08-05T02:51:26.321ZDEBG Aug 05 02:51:24.856replacing 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 05 02:51:24.856
78162026-08-05T02:51:26.321Z DEBG INFOreset freemap Aug 05 02:51:24.856, unitDEBG: Aug 05 02:51:24.856replacing 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.16.0.0/32 -> 10.0.0.2freemap_route_ipv4INFO
78172026-08-05T02:51:26.321Z adding route 172.17.0.23/32 -> 10.0.0.255
78182026-08-05T02:51:26.321Z
78192026-08-05T02:51:26.321Z
78202026-08-05T02:51:26.321ZAug 05 02:51:24.856 DEBGAug 05 02:51:24.856Aug 05 02:51:24.856 initted freemap. size: 64DEBG , DEBGAug 05 02:51:24.856 unitreplacing 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 } }]
78212026-08-05T02:51:26.321ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]:
78222026-08-05T02:51:26.322Zadding route 172.17.0.17/32 -> 10.0.0.255
78232026-08-05T02:51:26.322Zfreemap_route_ipv6Aug 05 02:51:24.856
78242026-08-05T02:51:26.322Z INFO Aug 05 02:51:24.856adding route 172.17.0.24/32 -> 10.0.0.255Aug 05 02:51:24.856
78252026-08-05T02:51:26.322Z Aug 05 02:51:24.856 DEBGDEBGINFO Aug 05 02:51:24.856 reset freemapDEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
78262026-08-05T02:51:26.322Z unit:adding route 172.17.0.0/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 } }]
78272026-08-05T02:51:26.322Zfreemap_route_ipv6
78282026-08-05T02:51:26.322Z
78292026-08-05T02:51:26.322ZAug 05 02:51:24.856 INFOAug 05 02:51:24.856Aug 05 02:51:24.856 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:51:24.856
78302026-08-05T02:51:26.322Z
78312026-08-05T02:51:26.322Z
78322026-08-05T02:51:26.322ZDEBG Aug 05 02:51:24.856Aug 05 02:51:24.856replacing 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 } }]
78332026-08-05T02:51:26.322ZDEBG 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 } }]
78342026-08-05T02:51:26.322Z Aug 05 02:51:24.856DEBGAug 05 02:51:24.856 Aug 05 02:51:24.856 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 } }] INFO
78352026-08-05T02:51:26.322Z adding route 172.17.0.26/32 -> 10.0.0.255DEBGINFO Aug 05 02:51:24.856adding route 172.17.0.1/32 -> 10.0.0.255
78362026-08-05T02:51:26.322ZINFOreplacing 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 } }]
78372026-08-05T02:51:26.322Z
78382026-08-05T02:51:26.322Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:51:24.856
78392026-08-05T02:51:26.322Z DEBGAug 05 02:51:24.856 Aug 05 02:51:24.856replacing 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 } }]
78402026-08-05T02:51:26.322Z DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78412026-08-05T02:51:26.322ZAug 05 02:51:24.856adding route 172.17.0.19/32 -> 10.0.0.255
78422026-08-05T02:51:26.322ZDEBG 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 05 02:51:24.856Aug 05 02:51:24.856 DEBGINFO
78432026-08-05T02:51:26.322Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
78442026-08-05T02:51:26.322ZAug 05 02:51:24.856 INFO
78452026-08-05T02:51:26.322Z Aug 05 02:51:24.856Aug 05 02:51:24.856 INFOINFO Aug 05 02:51:24.856adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
78462026-08-05T02:51:26.322Z
78472026-08-05T02:51:26.322Z
78482026-08-05T02:51:26.322Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
78492026-08-05T02:51:26.322Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
78502026-08-05T02:51:26.322Z DEBGAug 05 02:51:24.856Aug 05 02:51:24.856Aug 05 02:51:24.856 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78512026-08-05T02:51:26.322Z 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 } }]
78522026-08-05T02:51:26.322Z
78532026-08-05T02:51:26.322ZAug 05 02:51:24.856
78542026-08-05T02:51:26.322Z INFOAug 05 02:51:24.856 Aug 05 02:51:24.856adding route 172.17.0.28/32 -> 10.0.0.255
78552026-08-05T02:51:26.322ZINFOINFO Aug 05 02:51:24.856adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:51:24.856
78562026-08-05T02:51:26.322Zadding route 172.17.0.3/32 -> 10.0.0.255 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 } }]
78572026-08-05T02:51:26.322Z
78582026-08-05T02:51:26.322Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 05 02:51:24.856
78592026-08-05T02:51:26.322Z Aug 05 02:51:24.856DEBG Aug 05 02:51:24.856DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
78602026-08-05T02:51:26.322Zadding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78612026-08-05T02:51:26.322ZAug 05 02:51:24.856Aug 05 02:51:24.851
78622026-08-05T02:51:26.323Z DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 05 02:51:24.856Aug 05 02:51:24.856Aug 05 02:51:24.856 created new freemapINFO ,
78632026-08-05T02:51:26.323ZDEBG unitadding route 172.17.0.0/32 -> 10.0.0.255INFO
78642026-08-05T02:51:26.323Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 05 02:51:24.856
78652026-08-05T02:51:26.323Z Aug 05 02:51:24.856 INFODEBG Aug 05 02:51:24.857adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78662026-08-05T02:51:26.323Z
78672026-08-05T02:51:26.323Z 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.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 } }]:
78682026-08-05T02:51:26.323Z
78692026-08-05T02:51:26.323ZAug 05 02:51:24.857Aug 05 02:51:24.857 INFO freemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255DEBG
78702026-08-05T02:51:26.323Z
78712026-08-05T02:51:26.323Z 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 05 02:51:24.857Aug 05 02:51:24.857 DEBG
78722026-08-05T02:51:26.323ZINFO 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 05 02:51:24.857adding route 172.17.0.5/32 -> 10.0.0.255 Aug 05 02:51:24.857DEBG
78732026-08-05T02:51:26.323Z created new freemap INFO ,
78742026-08-05T02:51:26.323ZunitAug 05 02:51:24.857adding route 172.17.0.30/32 -> 10.0.0.255
78752026-08-05T02:51:26.323ZAug 05 02:51:24.857:INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv6
78762026-08-05T02:51:26.323Z
78772026-08-05T02:51:26.323ZAug 05 02:51:24.857 adding route 172.17.0.2/32 -> 10.0.0.255 DEBG
78782026-08-05T02:51:26.323Z Aug 05 02:51:24.857replacing 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 05 02:51:24.857Aug 05 02:51:24.857
78792026-08-05T02:51:26.323Z DEBGDEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78802026-08-05T02:51:26.323Zreplacing 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 } }]
78812026-08-05T02:51:26.323ZAug 05 02:51:24.857 Aug 05 02:51:24.857initted freemap. size: 64Aug 05 02:51:24.857, Aug 05 02:51:24.857unitINFO: INFOfreemap_route_ipv4 adding route 172.17.0.31/32 -> 10.0.0.255
78822026-08-05T02:51:26.323ZDEBG
78832026-08-05T02:51:26.323Zadding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78842026-08-05T02:51:26.323Z
78852026-08-05T02:51:26.327ZAug 05 02:51:24.857Aug 05 02:51:24.857 DEBGINFOAug 05 02:51:24.857DEBG DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 05 02:51:24.857
78862026-08-05T02:51:26.327Zreset freemap
78872026-08-05T02:51:26.327Z, INFO unit adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:51:24.857
78882026-08-05T02:51:26.327ZAug 05 02:51:24.857:adding route 172.17.0.3/32 -> 10.0.0.255
78892026-08-05T02:51:26.327ZINFOINFO freemap_route_ipv4 adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
78902026-08-05T02:51:26.327Z
78912026-08-05T02:51:26.327Z
78922026-08-05T02:51:26.327ZAug 05 02:51:24.857 Aug 05 02:51:24.857 Aug 05 02:51:24.857DEBG Aug 05 02:51:24.857DEBG DEBG Aug 05 02:51:24.857DEBGreplacing 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 } }]
78932026-08-05T02:51:26.327Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78942026-08-05T02:51:26.327ZDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
78952026-08-05T02:51:26.327Z
78962026-08-05T02:51:26.327ZAug 05 02:51:24.857 INFO, unitAug 05 02:51:24.857: Aug 05 02:51:24.857adding route 172.17.0.33/32 -> 10.0.0.255INFO freemap_route_ipv6 Aug 05 02:51:24.857
78972026-08-05T02:51:26.327Z
78982026-08-05T02:51:26.327ZINFO INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 05 02:51:24.857
78992026-08-05T02:51:26.327ZAug 05 02:51:24.857 DEBG adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 172.17.0.4/32 -> 10.0.0.255 Aug 05 02:51:24.857replacing 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 } }]
79002026-08-05T02:51:26.327Z 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 } }]reset freemap
79012026-08-05T02:51:26.327Z,
79022026-08-05T02:51:26.328ZAug 05 02:51:24.857
79032026-08-05T02:51:26.328Z INFOunit : adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6
79042026-08-05T02:51:26.328Z
79052026-08-05T02:51:26.328ZAug 05 02:51:24.857 DEBGAug 05 02:51:24.857Aug 05 02:51:24.857 Aug 05 02:51:24.857 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 } }] DEBGINFOAug 05 02:51:24.857 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
79062026-08-05T02:51:26.328Zadding route 172.16.0.0/32 -> 10.0.0.1
79072026-08-05T02:51:26.328Z
79082026-08-05T02:51:26.328Z 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.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 } }]
79092026-08-05T02:51:26.328ZAug 05 02:51:24.857
79102026-08-05T02:51:26.328ZAug 05 02:51:24.863 INFOAug 05 02:51:24.850 DEBG DEBGcreated new freemapadding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:51:24.863
79112026-08-05T02:51:26.328Z INFOAug 05 02:51:24.863, INFOunitadding route 172.17.0.8/32 -> 10.0.0.255
79122026-08-05T02:51:26.328Z: created new freemapfreemap_route_ipv4,
79132026-08-05T02:51:26.328Zunit:adding route 172.17.0.5/32 -> 10.0.0.255Aug 05 02:51:24.863Aug 05 02:51:24.863
79142026-08-05T02:51:26.328Z Aug 05 02:51:24.863 freemap_route_ipv4DEBG
79152026-08-05T02:51:26.328ZDEBG 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 } }] created new freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79162026-08-05T02:51:26.328Z
79172026-08-05T02:51:26.328Z, unitAug 05 02:51:24.863: Aug 05 02:51:24.863DEBGAug 05 02:51:24.863 freemap_route_ipv6INFODEBG
79182026-08-05T02:51:26.328Z adding route 172.17.0.9/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 } }]Aug 05 02:51:24.863
79192026-08-05T02:51:26.328Z
79202026-08-05T02:51:26.328Zcreated new freemapAug 05 02:51:24.863, INFOunit Aug 05 02:51:24.863DEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO:initted freemap. size: 64Aug 05 02:51:24.863 , freemap_route_ipv6unit DEBG
79212026-08-05T02:51:26.328Z:
79222026-08-05T02:51:26.328Zadding route 172.17.0.6/32 -> 10.0.0.255 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 } }]
79232026-08-05T02:51:26.328Z
79242026-08-05T02:51:26.328Z
79252026-08-05T02:51:26.328ZAug 05 02:51:24.863Aug 05 02:51:24.863Aug 05 02:51:24.863 INFOAug 05 02:51:24.863 DEBG adding route 172.17.0.10/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 } }]DEBG
79262026-08-05T02:51:26.328Z
79272026-08-05T02:51:26.328Zreset freemapAug 05 02:51:24.863 , DEBGunit Aug 05 02:51:24.863initted freemap. size: 64:Aug 05 02:51:24.863 DEBG freemap_route_ipv4INFO
79282026-08-05T02:51:26.328Ztest route::tests::same_size_non_subset_replace ... ok
79292026-08-05T02:51:26.328Z, DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
79302026-08-05T02:51:26.328Z
79312026-08-05T02:51:26.328ZAug 05 02:51:24.863 DEBGunit 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 05 02:51:24.863:
79322026-08-05T02:51:26.328ZAug 05 02:51:24.863 Aug 05 02:51:24.863 DEBGINFO Aug 05 02:51:24.863replacing 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 } }]freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.2DEBGINFO
79332026-08-05T02:51:26.328Z
79342026-08-05T02:51:26.328Zadding route 172.17.0.11/32 -> 10.0.0.255
79352026-08-05T02:51:26.328Z 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 } }]initted freemap. size: 64
79362026-08-05T02:51:26.328ZAug 05 02:51:24.863
79372026-08-05T02:51:26.328ZAug 05 02:51:24.863Aug 05 02:51:24.863 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
79382026-08-05T02:51:26.328Z 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 05 02:51:24.863
79392026-08-05T02:51:26.328Z , unitadding route 172.17.0.8/32 -> 10.0.0.255
79402026-08-05T02:51:26.328Z: Aug 05 02:51:24.863 freemap_route_ipv6INFOAug 05 02:51:24.863
79412026-08-05T02:51:26.328Zadding route 172.16.0.0/32 -> 10.0.0.3
79422026-08-05T02:51:26.329ZDEBG Aug 05 02:51:24.863 DEBGDEBGAug 05 02:51:24.863 Aug 05 02:51:24.863 reset freemapDEBGreplacing 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 } }],
79432026-08-05T02:51:26.329Zunitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]:
79442026-08-05T02:51:26.329Z freemap_route_ipv6
79452026-08-05T02:51:26.329Z INFO Aug 05 02:51:24.863 Aug 05 02:51:24.863adding route 172.17.0.12/32 -> 10.0.0.255reset freemapAug 05 02:51:24.863
79462026-08-05T02:51:26.329Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.4Aug 05 02:51:24.863
79472026-08-05T02:51:26.329Z,
79482026-08-05T02:51:26.329Zunit : DEBG freemap_route_ipv4Aug 05 02:51:24.863replacing 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 } }]
79492026-08-05T02:51:26.329ZAug 05 02:51:24.863
79502026-08-05T02:51:26.329Z INFO DEBGDEBG Aug 05 02:51:24.863replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
79512026-08-05T02:51:26.329ZDEBGAug 05 02:51:24.863
79522026-08-05T02:51:26.329ZINFOadding route 172.17.0.9/32 -> 10.0.0.255
79532026-08-05T02:51:26.329Z initted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255, Aug 05 02:51:24.863Aug 05 02:51:24.863 unitAug 05 02:51:24.863INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2:
79542026-08-05T02:51:26.329Z
79552026-08-05T02:51:26.329Z 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 } }]replacing targets for 172.16.0.0/32 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 } }]
79562026-08-05T02:51:26.329Zfreemap_route_ipv6Aug 05 02:51:24.863
79572026-08-05T02:51:26.329Z
79582026-08-05T02:51:26.329ZAug 05 02:51:24.863 DEBGDEBGAug 05 02:51:24.863 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79592026-08-05T02:51:26.329ZINFO
79602026-08-05T02:51:26.329Z Aug 05 02:51:24.863adding route 172.17.0.10/32 -> 10.0.0.255 DEBG
79612026-08-05T02:51:26.329Z reset freemapAug 05 02:51:24.863Aug 05 02:51:24.863 DEBGINFO , Aug 05 02:51:24.863unit DEBGadding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]:replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79622026-08-05T02:51:26.329Z
79632026-08-05T02:51:26.329Z
79642026-08-05T02:51:26.329ZAug 05 02:51:24.869 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 } }]
79652026-08-05T02:51:26.329Z freemap_route_ipv6
79662026-08-05T02:51:26.329ZAug 05 02:51:24.869 INFO adding route 172.17.0.15/32 -> 10.0.0.255
79672026-08-05T02:51:26.329ZAug 05 02:51:24.869 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 05 02:51:24.869Aug 05 02:51:24.863
79682026-08-05T02:51:26.329Z DEBG
79692026-08-05T02:51:26.329ZINFO 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 } }]
79702026-08-05T02:51:26.329Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 05 02:51:24.869
79712026-08-05T02:51:26.329Z Aug 05 02:51:24.869DEBG Aug 05 02:51:24.869INFOreplacing 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.16/32 -> 10.0.0.255
79722026-08-05T02:51:26.329Z
79732026-08-05T02:51:26.329ZINFOAug 05 02:51:24.869 Aug 05 02:51:24.869adding route 172.17.0.25/32 -> 10.0.0.255DEBGAug 05 02:51:24.869 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 } }]
79742026-08-05T02:51:26.329ZDEBGadding route 172.17.0.12/32 -> 10.0.0.255
79752026-08-05T02:51:26.329Zreplacing 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 } }]
79762026-08-05T02:51:26.329Z
79772026-08-05T02:51:26.329ZAug 05 02:51:24.869Aug 05 02:51:24.869 Aug 05 02:51:24.869DEBGAug 05 02:51:24.869 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.869
79782026-08-05T02:51:26.329Zadding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
79792026-08-05T02:51:26.329ZDEBG
79802026-08-05T02:51:26.329Zadding route 172.17.0.17/32 -> 10.0.0.255Aug 05 02:51:24.869
79812026-08-05T02:51:26.330Z 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255
79822026-08-05T02:51:26.330ZAug 05 02:51:24.869
79832026-08-05T02:51:26.330Z Aug 05 02:51:24.869 INFODEBGAug 05 02:51:24.869 Aug 05 02:51:24.869adding route 172.17.0.26/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 } }]
79842026-08-05T02:51:26.330ZDEBG Aug 05 02:51:24.869replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
79852026-08-05T02:51:26.334Z
79862026-08-05T02:51:26.334Z Aug 05 02:51:24.869replacing 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 Aug 05 02:51:24.869adding route 172.17.0.28/32 -> 10.0.0.255
79872026-08-05T02:51:26.334Z DEBGAug 05 02:51:24.869 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 } }] INFOadding route 172.17.0.18/32 -> 10.0.0.255
79882026-08-05T02:51:26.334Z
79892026-08-05T02:51:26.334ZAug 05 02:51:24.869adding route 172.17.0.14/32 -> 10.0.0.255
79902026-08-05T02:51:26.334Z
79912026-08-05T02:51:26.334ZINFO Aug 05 02:51:24.869Aug 05 02:51:24.869adding route 172.17.0.39/32 -> 10.0.0.255
79922026-08-05T02:51:26.334ZAug 05 02:51:24.869DEBG DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
79932026-08-05T02:51:26.334Z
79942026-08-05T02:51:26.334Zreplacing 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 05 02:51:24.869
79952026-08-05T02:51:26.334ZAug 05 02:51:24.869Aug 05 02:51:24.869 Aug 05 02:51:24.869DEBG DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:51:24.869DEBG
79962026-08-05T02:51:26.334Z 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 } }]
79972026-08-05T02:51:26.334Zreplacing 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
79982026-08-05T02:51:26.334Z Aug 05 02:51:24.869
79992026-08-05T02:51:26.334Zadding route 172.17.0.19/32 -> 10.0.0.255
80002026-08-05T02:51:26.334ZDEBGAug 05 02:51:24.869 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 05 02:51:24.869INFO Aug 05 02:51:24.869 DEBGadding route 172.17.0.40/32 -> 10.0.0.255
80012026-08-05T02:51:26.334ZAug 05 02:51:24.869
80022026-08-05T02:51:26.334Z INFOAug 05 02:51:24.869 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 05 02:51:24.869INFO
80032026-08-05T02:51:26.334Z INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.28/32 -> 10.0.0.255
80042026-08-05T02:51:26.334ZAug 05 02:51:24.869replacing 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 } }]
80052026-08-05T02:51:26.334Z
80062026-08-05T02:51:26.334ZINFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 05 02:51:24.869 adding route 172.17.0.20/32 -> 10.0.0.255DEBG
80072026-08-05T02:51:26.334Z
80082026-08-05T02:51:26.334Z Aug 05 02:51:24.869replacing 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 } }]
80092026-08-05T02:51:26.334ZAug 05 02:51:24.869Aug 05 02:51:24.869 DEBGAug 05 02:51:24.869 INFODEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/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 } }]
80102026-08-05T02:51:26.334Z
80112026-08-05T02:51:26.334Zadding route 172.17.0.17/32 -> 10.0.0.255
80122026-08-05T02:51:26.334Z
80132026-08-05T02:51:26.334ZAug 05 02:51:24.869 Aug 05 02:51:24.869DEBG Aug 05 02:51:24.869Aug 05 02:51:24.869 Aug 05 02:51:24.869replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
80142026-08-05T02:51:26.334Zadding route 172.17.0.21/32 -> 10.0.0.255INFO
80152026-08-05T02:51:26.334Z adding route 172.17.0.29/32 -> 10.0.0.255
80162026-08-05T02:51:26.334Z
80172026-08-05T02:51:26.334Z
80182026-08-05T02:51:26.335ZAug 05 02:51:24.870 INFOAug 05 02:51:24.870 adding route 172.17.0.18/32 -> 10.0.0.255
80192026-08-05T02:51:26.335ZDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870
80202026-08-05T02:51:26.335Z DEBGDEBG INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
80212026-08-05T02:51:26.335Z 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 } }]
80222026-08-05T02:51:26.335ZINFO Aug 05 02:51:24.870
80232026-08-05T02:51:26.335Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 05 02:51:24.870INFO
80242026-08-05T02:51:26.335Zadding route 172.17.0.22/32 -> 10.0.0.255
80252026-08-05T02:51:26.335ZINFO Aug 05 02:51:24.870adding route 172.17.0.19/32 -> 10.0.0.255Aug 05 02:51:24.870
80262026-08-05T02:51:26.335Z INFO Aug 05 02:51:24.870DEBGAug 05 02:51:24.870adding route 172.17.0.30/32 -> 10.0.0.255 Aug 05 02:51:24.870DEBG
80272026-08-05T02:51:26.335ZDEBG 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
80282026-08-05T02:51:26.335Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
80292026-08-05T02:51:26.335Z
80302026-08-05T02:51:26.335ZAug 05 02:51:24.870
80312026-08-05T02:51:26.335ZINFOAug 05 02:51:24.870 adding route 172.17.0.20/32 -> 10.0.0.255INFOAug 05 02:51:24.870 adding route 172.17.0.43/32 -> 10.0.0.255
80322026-08-05T02:51:26.335Z
80332026-08-05T02:51:26.335ZAug 05 02:51:24.870INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 05 02:51:24.870
80342026-08-05T02:51:26.335ZAug 05 02:51:24.870 INFO Aug 05 02:51:24.870 DEBGDEBG 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 } }] 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 } }]
80352026-08-05T02:51:26.335Zreplacing 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 05 02:51:24.870
80362026-08-05T02:51:26.335Z
80372026-08-05T02:51:26.335Zadding route 172.17.0.31/32 -> 10.0.0.255DEBG
80382026-08-05T02:51:26.335Z Aug 05 02:51:24.870replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.870Aug 05 02:51:24.870 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255
80392026-08-05T02:51:26.335Z
80402026-08-05T02:51:26.335ZINFOadding route 172.17.0.31/32 -> 10.0.0.255
80412026-08-05T02:51:26.335Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:51:24.870
80422026-08-05T02:51:26.335Z INFOAug 05 02:51:24.870 Aug 05 02:51:24.870adding route 172.17.0.24/32 -> 10.0.0.255
80432026-08-05T02:51:26.335ZDEBGDEBG 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 } }]
80442026-08-05T02:51:26.335ZAug 05 02:51:24.870 Aug 05 02:51:24.870replacing 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 05 02:51:24.870
80452026-08-05T02:51:26.335ZDEBG 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 05 02:51:24.870
80462026-08-05T02:51:26.335Z DEBG INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 05 02:51:24.870
80472026-08-05T02:51:26.335Z INFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
80482026-08-05T02:51:26.335Z
80492026-08-05T02:51:26.335Z Aug 05 02:51:24.870 adding route 172.17.0.32/32 -> 10.0.0.255DEBGAug 05 02:51:24.870
80502026-08-05T02:51:26.335Z Aug 05 02:51:24.870replacing 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 05 02:51:24.870INFO
80512026-08-05T02:51:26.335Z INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:51:24.870INFO
80522026-08-05T02:51:26.335Z adding route 172.17.0.45/32 -> 10.0.0.255DEBG Aug 05 02:51:24.870adding route 172.17.0.32/32 -> 10.0.0.255 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
80532026-08-05T02:51:26.335ZAug 05 02:51:24.870
80542026-08-05T02:51:26.335Zadding route 172.17.0.23/32 -> 10.0.0.255
80552026-08-05T02:51:26.335Z
80562026-08-05T02:51:26.335Z DEBGAug 05 02:51:24.870 Aug 05 02:51:24.870 Aug 05 02:51:24.870Aug 05 02:51:24.870 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
80572026-08-05T02:51:26.336ZINFO
80582026-08-05T02:51:26.336Z DEBG adding route 172.17.0.33/32 -> 10.0.0.255
80592026-08-05T02:51:26.336Zreplacing 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.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 } }]
80602026-08-05T02:51:26.336Z
80612026-08-05T02:51:26.336ZAug 05 02:51:24.870 Aug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870 DEBGINFO INFOadding route 172.17.0.46/32 -> 10.0.0.255Aug 05 02:51:24.870replacing 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 } }]
80622026-08-05T02:51:26.336ZINFO INFO
80632026-08-05T02:51:26.336Z adding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.17.0.24/32 -> 10.0.0.255
80642026-08-05T02:51:26.336Z
80652026-08-05T02:51:26.336Zadding route 172.17.0.26/32 -> 10.0.0.255
80662026-08-05T02:51:26.336ZAug 05 02:51:24.870Aug 05 02:51:24.870Aug 05 02:51:24.870 DEBGDEBGAug 05 02:51:24.870 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 } }]
80672026-08-05T02:51:26.336Z 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 } }]Aug 05 02:51:24.870replacing 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 05 02:51:24.870adding route 172.17.0.34/32 -> 10.0.0.255
80682026-08-05T02:51:26.336Z
80692026-08-05T02:51:26.336Z
80702026-08-05T02:51:26.336ZINFO DEBGAug 05 02:51:24.870adding route 172.17.0.25/32 -> 10.0.0.255
80712026-08-05T02:51:26.336ZDEBG Aug 05 02:51:24.870 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
80722026-08-05T02:51:26.336Z
80732026-08-05T02:51:26.336Z Aug 05 02:51:24.870INFOAug 05 02:51:24.870Aug 05 02:51:24.870 DEBGadding route 172.17.0.47/32 -> 10.0.0.255 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 } }]Aug 05 02:51:24.870
80742026-08-05T02:51:26.336Z
80752026-08-05T02:51:26.336ZINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
80762026-08-05T02:51:26.336ZINFO
80772026-08-05T02:51:26.336ZAug 05 02:51:24.870 adding route 172.17.0.27/32 -> 10.0.0.255INFO
80782026-08-05T02:51:26.336Z Aug 05 02:51:24.870adding route 172.17.0.26/32 -> 10.0.0.255 DEBG
80792026-08-05T02:51:26.336Z Aug 05 02:51:24.870Aug 05 02:51:24.870 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 } }] DEBGDEBGAug 05 02:51:24.870 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
80802026-08-05T02:51:26.336Z
80812026-08-05T02:51:26.336ZAug 05 02:51:24.870replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
80822026-08-05T02:51:26.336ZAug 05 02:51:24.870 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 } }]
80832026-08-05T02:51:26.336Z
80842026-08-05T02:51:26.336Z Aug 05 02:51:24.876Aug 05 02:51:24.876adding route 172.17.0.28/32 -> 10.0.0.255
80852026-08-05T02:51:26.341ZINFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 Aug 05 02:51:24.870adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:51:24.876
80862026-08-05T02:51:26.341Z
80872026-08-05T02:51:26.341Z 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 } }]
80882026-08-05T02:51:26.341ZINFO Aug 05 02:51:24.876 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 } }]adding route 172.17.0.48/32 -> 10.0.0.255
80892026-08-05T02:51:26.341Z
80902026-08-05T02:51:26.341ZAug 05 02:51:24.876Aug 05 02:51:24.876 INFODEBGAug 05 02:51:24.876 Aug 05 02:51:24.876adding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
80912026-08-05T02:51:26.341Z
80922026-08-05T02:51:26.341Zadding route 172.17.0.29/32 -> 10.0.0.255DEBG
80932026-08-05T02:51:26.341Z Aug 05 02:51:24.876replacing 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 05 02:51:24.876
80942026-08-05T02:51:26.341Z INFODEBG Aug 05 02:51:24.876adding route 172.17.0.49/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 } }]
80952026-08-05T02:51:26.341Z
80962026-08-05T02:51:26.341ZDEBG 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 } }]
80972026-08-05T02:51:26.341ZAug 05 02:51:24.876 Aug 05 02:51:24.876DEBG 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 } }]
80982026-08-05T02:51:26.341Zadding route 172.17.0.29/32 -> 10.0.0.255
80992026-08-05T02:51:26.341ZAug 05 02:51:24.876Aug 05 02:51:24.876Aug 05 02:51:24.876Aug 05 02:51:24.876 INFOINFOINFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
81002026-08-05T02:51:26.341Zadding route 172.17.0.30/32 -> 10.0.0.255
81012026-08-05T02:51:26.341Zadding route 172.17.0.36/32 -> 10.0.0.255
81022026-08-05T02:51:26.341Z
81032026-08-05T02:51:26.341ZAug 05 02:51:24.876 Aug 05 02:51:24.876INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
81042026-08-05T02:51:26.341Zreplacing 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 } }]
81052026-08-05T02:51:26.341ZAug 05 02:51:24.876 Aug 05 02:51:24.876DEBG Aug 05 02:51:24.876DEBGAug 05 02:51:24.876 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.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 } }]
81062026-08-05T02:51:26.341Z
81072026-08-05T02:51:26.341ZINFOreplacing 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 } }]
81082026-08-05T02:51:26.341Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:51:24.876
81092026-08-05T02:51:26.341Z INFOAug 05 02:51:24.876 adding route 172.17.0.31/32 -> 10.0.0.255INFO
81102026-08-05T02:51:26.341Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 05 02:51:24.876
81112026-08-05T02:51:26.341Z Aug 05 02:51:24.876 INFODEBG Aug 05 02:51:24.876adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876
81122026-08-05T02:51:26.341ZDEBG
81132026-08-05T02:51:26.341Z DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876 Aug 05 02:51:24.876
81142026-08-05T02:51:26.341ZINFO INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
81152026-08-05T02:51:26.341Zadding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
81162026-08-05T02:51:26.341ZAug 05 02:51:24.876
81172026-08-05T02:51:26.341ZAug 05 02:51:24.876 INFODEBGAug 05 02:51:24.876 adding route 172.17.0.32/32 -> 10.0.0.255
81182026-08-05T02:51:26.341ZDEBGAug 05 02:51:24.876 Aug 05 02:51:24.876replacing 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 } }]
81192026-08-05T02:51:26.341Z 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 } }]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 } }]
81202026-08-05T02:51:26.342Z
81212026-08-05T02:51:26.342ZAug 05 02:51:24.876INFO Aug 05 02:51:24.876 adding route 172.17.0.52/32 -> 10.0.0.255 DEBGINFO
81222026-08-05T02:51:26.342Z Aug 05 02:51:24.876 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.33/32 -> 10.0.0.255
81232026-08-05T02:51:26.342ZAug 05 02:51:24.876
81242026-08-05T02:51:26.342Z DEBGINFO adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876
81252026-08-05T02:51:26.342ZAug 05 02:51:24.876Aug 05 02:51:24.876
81262026-08-05T02:51:26.342Z 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 } }]
81272026-08-05T02:51:26.342Z INFOAug 05 02:51:24.876 adding route 172.17.0.38/32 -> 10.0.0.255 Aug 05 02:51:24.876adding route 172.17.0.33/32 -> 10.0.0.255Aug 05 02:51:24.876DEBG 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 } }]
81282026-08-05T02:51:26.342Z
81292026-08-05T02:51:26.342Z adding route 172.17.0.34/32 -> 10.0.0.255INFO
81302026-08-05T02:51:26.342Z
81312026-08-05T02:51:26.342ZAug 05 02:51:24.876Aug 05 02:51:24.876 adding route 172.17.0.53/32 -> 10.0.0.255
81322026-08-05T02:51:26.342ZDEBG Aug 05 02:51:24.876INFO Aug 05 02:51:24.876DEBGadding route 172.17.0.38/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 } }]
81332026-08-05T02:51:26.342Z 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 } }]
81342026-08-05T02:51:26.342Z
81352026-08-05T02:51:26.342ZAug 05 02:51:24.876DEBG Aug 05 02:51:24.876replacing 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 05 02:51:24.876 DEBGINFO DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
81362026-08-05T02:51:26.342Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
81372026-08-05T02:51:26.342Z
81382026-08-05T02:51:26.342Z
81392026-08-05T02:51:26.342ZAug 05 02:51:24.876Aug 05 02:51:24.876 INFOINFOAug 05 02:51:24.876Aug 05 02:51:24.876 adding route 172.17.0.54/32 -> 10.0.0.255Aug 05 02:51:24.876
81402026-08-05T02:51:26.342ZINFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 INFO
81412026-08-05T02:51:26.342Zreplacing 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 } }]
81422026-08-05T02:51:26.342Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 05 02:51:24.876
81432026-08-05T02:51:26.342Z Aug 05 02:51:24.876 DEBGDEBGadding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.876Aug 05 02:51:24.876
81442026-08-05T02:51:26.342Z INFO
81452026-08-05T02:51:26.342ZDEBG 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 } }]
81462026-08-05T02:51:26.342Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 05 02:51:24.876replacing 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 } }]
81472026-08-05T02:51:26.342Ztest route::tests::add_target_fails_full ... ok
81482026-08-05T02:51:26.342Z
81492026-08-05T02:51:26.342ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
81502026-08-05T02:51:26.342Ztest route::tests::shrink_preserves_compacted_order ... ok
81512026-08-05T02:51:26.342ZAug 05 02:51:24.876Aug 05 02:51:24.876 Aug 05 02:51:24.876INFODEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
81522026-08-05T02:51:26.342Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:51:24.869Aug 05 02:51:24.876replacing 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 } }]
81532026-08-05T02:51:26.342Z
81542026-08-05T02:51:26.342ZAug 05 02:51:24.876Aug 05 02:51:24.876 INFOINFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 INFO adding route 172.17.0.37/32 -> 10.0.0.255
81552026-08-05T02:51:26.342Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:51:24.876
81562026-08-05T02:51:26.342Z
81572026-08-05T02:51:26.342Z Aug 05 02:51:24.876Aug 05 02:51:24.876INFO
81582026-08-05T02:51:26.342Z adding route 172.17.0.56/32 -> 10.0.0.255
81592026-08-05T02:51:26.342Z DEBGDEBG Aug 05 02:51:24.876replacing 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 05 02:51:24.876Aug 05 02:51:24.876
81602026-08-05T02:51:26.343Z 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 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 } }]
81612026-08-05T02:51:26.343Z
81622026-08-05T02:51:26.343ZDEBGAug 05 02:51:24.876 DEBGAug 05 02:51:24.876 Aug 05 02:51:24.876 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 } }]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 } }] INFOadding route 172.17.0.36/32 -> 10.0.0.255INFO
81632026-08-05T02:51:26.343Z
81642026-08-05T02:51:26.343Z adding route 172.17.0.38/32 -> 10.0.0.255
81652026-08-05T02:51:26.343ZAug 05 02:51:24.877
81662026-08-05T02:51:26.343Z adding route 172.17.0.40/32 -> 10.0.0.255INFO
81672026-08-05T02:51:26.343ZAug 05 02:51:24.877Aug 05 02:51:24.877 Aug 05 02:51:24.877Aug 05 02:51:24.877adding route 172.17.0.41/32 -> 10.0.0.255DEBG
81682026-08-05T02:51:26.343Zreplacing 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 05 02:51:24.877
81692026-08-05T02:51:26.343ZDEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 05 02:51:24.877 adding route 172.17.0.57/32 -> 10.0.0.255
81702026-08-05T02:51:26.343ZAug 05 02:51:24.877DEBG 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 } }]
81712026-08-05T02:51:26.343Zreplacing 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 } }]INFOINFOAug 05 02:51:24.877 adding route 172.17.0.39/32 -> 10.0.0.255
81722026-08-05T02:51:26.343Zadding route 172.16.0.0/32 -> 10.0.0.2INFO
81732026-08-05T02:51:26.343Z
81742026-08-05T02:51:26.343Z adding route 172.17.0.37/32 -> 10.0.0.255
81752026-08-05T02:51:26.343Z
81762026-08-05T02:51:26.343ZAug 05 02:51:24.877Aug 05 02:51:24.877 DEBG Aug 05 02:51:24.877 Aug 05 02:51:24.877INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:51:24.877adding route 172.17.0.42/32 -> 10.0.0.255
81772026-08-05T02:51:26.343Z
81782026-08-05T02:51:26.343ZDEBGAug 05 02:51:24.877INFODEBGAug 05 02:51:24.877 Aug 05 02:51:24.877adding route 172.17.0.41/32 -> 10.0.0.255 INFO
81792026-08-05T02:51:26.343Z DEBGadding route 172.17.0.40/32 -> 10.0.0.255DEBGreplacing 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 } }]
81802026-08-05T02:51:26.343Z
81812026-08-05T02:51:26.343Zreplacing 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 05 02:51:24.877
81822026-08-05T02:51:26.343Z 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 05 02:51:24.877DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877
81832026-08-05T02:51:26.343Z
81842026-08-05T02:51:26.343ZAug 05 02:51:24.877 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 05 02:51:24.877 Aug 05 02:51:24.877 INFOINFOadding route 172.17.0.43/32 -> 10.0.0.255
81852026-08-05T02:51:26.347Z
81862026-08-05T02:51:26.347Z 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 } }] adding route 172.17.0.41/32 -> 10.0.0.255
81872026-08-05T02:51:26.347Z
81882026-08-05T02:51:26.347Z Aug 05 02:51:24.877adding route 172.17.0.38/32 -> 10.0.0.255
81892026-08-05T02:51:26.347Z adding route 172.17.0.58/32 -> 10.0.0.255DEBG
81902026-08-05T02:51:26.347Z Aug 05 02:51:24.877 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 05 02:51:24.877Aug 05 02:51:24.877Aug 05 02:51:24.877 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 } }]DEBG
81912026-08-05T02:51:26.348Z DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.877
81922026-08-05T02:51:26.348Z
81932026-08-05T02:51:26.348Z 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 } }]
81942026-08-05T02:51:26.348ZINFOINFOAug 05 02:51:24.877 Aug 05 02:51:24.877Aug 05 02:51:24.877 Aug 05 02:51:24.877adding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.17.0.42/32 -> 10.0.0.255INFOINFOINFO
81952026-08-05T02:51:26.348Z
81962026-08-05T02:51:26.348Z adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
81972026-08-05T02:51:26.348Z
81982026-08-05T02:51:26.348Zadding route 172.17.0.39/32 -> 10.0.0.255INFO adding route 172.17.0.59/32 -> 10.0.0.255
81992026-08-05T02:51:26.348Z
82002026-08-05T02:51:26.348ZAug 05 02:51:24.877Aug 05 02:51:24.877Aug 05 02:51:24.877 DEBG DEBGAug 05 02:51:24.877 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
82012026-08-05T02:51:26.348Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
82022026-08-05T02:51:26.348ZDEBG Aug 05 02:51:24.884replacing 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 } }]
82032026-08-05T02:51:26.348ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
82042026-08-05T02:51:26.348Z
82052026-08-05T02:51:26.348ZAug 05 02:51:24.884Aug 05 02:51:24.877 INFOAug 05 02:51:24.884 DEBG adding route 172.17.0.45/32 -> 10.0.0.255
82062026-08-05T02:51:26.348Zreplacing 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
82072026-08-05T02:51:26.348ZAug 05 02:51:24.884 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 05 02:51:24.884INFO
82082026-08-05T02:51:26.348Z adding route 172.17.0.43/32 -> 10.0.0.255DEBG 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 } }]
82092026-08-05T02:51:26.348Z
82102026-08-05T02:51:26.348ZAug 05 02:51:24.884 Aug 05 02:51:24.884INFO Aug 05 02:51:24.884Aug 05 02:51:24.884 INFODEBGadding route 172.17.0.40/32 -> 10.0.0.255
82112026-08-05T02:51:26.348Zreplacing 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 } }] INFOadding route 172.17.0.61/32 -> 10.0.0.255
82122026-08-05T02:51:26.348Z
82132026-08-05T02:51:26.348ZAug 05 02:51:24.884adding route 172.17.0.46/32 -> 10.0.0.255
82142026-08-05T02:51:26.348ZDEBG Aug 05 02:51:24.884Aug 05 02:51:24.884 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
82152026-08-05T02:51:26.348Z INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82162026-08-05T02:51:26.348ZAug 05 02:51:24.884adding route 172.17.0.44/32 -> 10.0.0.255
82172026-08-05T02:51:26.348ZDEBG Aug 05 02:51:24.884replacing 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 05 02:51:24.884INFO
82182026-08-05T02:51:26.348Z INFOadding route 172.17.0.41/32 -> 10.0.0.255Aug 05 02:51:24.884
82192026-08-05T02:51:26.348Zadding route 172.17.0.62/32 -> 10.0.0.255
82202026-08-05T02:51:26.348ZDEBG 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 05 02:51:24.884
82212026-08-05T02:51:26.348ZAug 05 02:51:24.884 Aug 05 02:51:24.884INFODEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82222026-08-05T02:51:26.348Zadding route 172.17.0.47/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 } }]
82232026-08-05T02:51:26.348Z
82242026-08-05T02:51:26.348ZAug 05 02:51:24.884Aug 05 02:51:24.884 INFOINFOAug 05 02:51:24.884Aug 05 02:51:24.884 adding route 172.17.0.45/32 -> 10.0.0.255INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255
82252026-08-05T02:51:26.348Z
82262026-08-05T02:51:26.348Zreplacing 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 } }]
82272026-08-05T02:51:26.348Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 05 02:51:24.884
82282026-08-05T02:51:26.348Z DEBG Aug 05 02:51:24.884replacing 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 } }]
82292026-08-05T02:51:26.348ZAug 05 02:51:24.884Aug 05 02:51:24.884 DEBG DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82302026-08-05T02:51:26.349ZAug 05 02:51:24.884adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82312026-08-05T02:51:26.349Z
82322026-08-05T02:51:26.349ZINFOAug 05 02:51:24.884Aug 05 02:51:24.884 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255Aug 05 02:51:24.884 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 } }]
82332026-08-05T02:51:26.349Z
82342026-08-05T02:51:26.349ZDEBG adding route 172.17.0.46/32 -> 10.0.0.255failed to allocate space for the new target list
82352026-08-05T02:51:26.349Z
82362026-08-05T02:51:26.349ZAug 05 02:51:24.884Aug 05 02:51:24.884 INFODEBG adding route 172.17.0.49/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 } }]
82372026-08-05T02:51:26.349ZAug 05 02:51:24.884
82382026-08-05T02:51:26.349Z Aug 05 02:51:24.884DEBG DEBGAug 05 02:51:24.884Aug 05 02:51:24.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }]
82392026-08-05T02:51:26.349Z INFO
82402026-08-05T02:51:26.349Z adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:51:24.884DEBG DEBG
82412026-08-05T02:51:26.349Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
82422026-08-05T02:51:26.349Z
82432026-08-05T02:51:26.349ZAug 05 02:51:24.884 INFO Aug 05 02:51:24.884Aug 05 02:51:24.884 DEBGadding route 172.17.0.47/32 -> 10.0.0.255INFO
82442026-08-05T02:51:26.349Ztest route::tests::delete_targets_full ... ok
82452026-08-05T02:51:26.349Zadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82462026-08-05T02:51:26.349Z
82472026-08-05T02:51:26.349ZAug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884INFODEBG adding route 172.17.0.45/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 } }]
82482026-08-05T02:51:26.349ZDEBG
82492026-08-05T02:51:26.349Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.884 Aug 05 02:51:24.884DEBG INFO
82502026-08-05T02:51:26.349Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
82512026-08-05T02:51:26.349Z
82522026-08-05T02:51:26.349ZAug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884INFO adding route 172.17.0.46/32 -> 10.0.0.255INFODEBG
82532026-08-05T02:51:26.349ZAug 05 02:51:24.884 INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
82542026-08-05T02:51:26.349Z
82552026-08-05T02:51:26.349Zreplacing 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 05 02:51:24.884
82562026-08-05T02:51:26.349Ztest route::tests::delete_targets_fragmented ... ok
82572026-08-05T02:51:26.349Z 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 05 02:51:24.884
82582026-08-05T02:51:26.349Ztest route::tests::delete_target_full ... ok
82592026-08-05T02:51:26.349ZAug 05 02:51:24.884Aug 05 02:51:24.884 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 } }]INFO
82602026-08-05T02:51:26.349ZDEBGAug 05 02:51:24.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO
82612026-08-05T02:51:26.349Zadding route 172.17.0.49/32 -> 10.0.0.255
82622026-08-05T02:51:26.349Zadding route 172.17.0.47/32 -> 10.0.0.255
82632026-08-05T02:51:26.349ZAug 05 02:51:24.884 INFOAug 05 02:51:24.884 Aug 05 02:51:24.884DEBG Aug 05 02:51:24.884adding route 172.17.0.52/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.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 } }]
82642026-08-05T02:51:26.349Z
82652026-08-05T02:51:26.349Z 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 } }]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 } }]
82662026-08-05T02:51:26.349Z
82672026-08-05T02:51:26.349ZAug 05 02:51:24.884 DEBG Aug 05 02:51:24.884replacing 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 05 02:51:24.884
82682026-08-05T02:51:26.349Z INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:51:24.884adding route 172.17.0.50/32 -> 10.0.0.255
82692026-08-05T02:51:26.349Z
82702026-08-05T02:51:26.350ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
82712026-08-05T02:51:26.350ZAug 05 02:51:24.884 Aug 05 02:51:24.884DEBG DEBGAug 05 02:51:24.884 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.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
82722026-08-05T02:51:26.350Z
82732026-08-05T02:51:26.350Z 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 } }]
82742026-08-05T02:51:26.350ZAug 05 02:51:24.884 INFOAug 05 02:51:24.884Aug 05 02:51:24.884 adding route 172.17.0.51/32 -> 10.0.0.255INFO
82752026-08-05T02:51:26.350Z adding route 172.17.0.49/32 -> 10.0.0.255INFO
82762026-08-05T02:51:26.350Z adding route 172.17.0.54/32 -> 10.0.0.255
82772026-08-05T02:51:26.350ZAug 05 02:51:24.884 DEBG Aug 05 02:51:24.884replacing 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 05 02:51:24.884DEBG
82782026-08-05T02:51:26.350Z 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 } }]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 } }]
82792026-08-05T02:51:26.350ZAug 05 02:51:24.884
82802026-08-05T02:51:26.350Z INFO Aug 05 02:51:24.884adding route 172.17.0.52/32 -> 10.0.0.255 Aug 05 02:51:24.884INFO
82812026-08-05T02:51:26.350Z INFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
82822026-08-05T02:51:26.350ZAug 05 02:51:24.884
82832026-08-05T02:51:26.350Z 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 } }]
82842026-08-05T02:51:26.350ZAug 05 02:51:24.884 Aug 05 02:51:24.884 DEBGAug 05 02:51:24.884DEBG INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/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 } }]
82852026-08-05T02:51:26.354Z
82862026-08-05T02:51:26.354Z
82872026-08-05T02:51:26.354ZAug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884 INFODEBG INFOadding route 172.17.0.56/32 -> 10.0.0.255
82882026-08-05T02:51:26.354Zadding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
82892026-08-05T02:51:26.354Z
82902026-08-05T02:51:26.354ZAug 05 02:51:24.884 DEBGAug 05 02:51:24.884 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
82912026-08-05T02:51:26.354Z Aug 05 02:51:24.884adding route 172.17.0.54/32 -> 10.0.0.255
82922026-08-05T02:51:26.354ZDEBGAug 05 02:51:24.884 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 } }] Aug 05 02:51:24.884adding route 172.17.0.57/32 -> 10.0.0.255
82932026-08-05T02:51:26.354Z
82942026-08-05T02:51:26.354Z 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 } }]
82952026-08-05T02:51:26.354ZAug 05 02:51:24.884Aug 05 02:51:24.884 Aug 05 02:51:24.884DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255INFO
82962026-08-05T02:51:26.354Z
82972026-08-05T02:51:26.354Z adding route 172.17.0.55/32 -> 10.0.0.255
82982026-08-05T02:51:26.354ZAug 05 02:51:24.884 DEBGAug 05 02:51:24.884 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.884INFO
82992026-08-05T02:51:26.354Zadding route 172.17.0.58/32 -> 10.0.0.255DEBG
83002026-08-05T02:51:26.355Z 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 } }]
83012026-08-05T02:51:26.355ZAug 05 02:51:24.884 INFOAug 05 02:51:24.884 adding route 172.17.0.53/32 -> 10.0.0.255Aug 05 02:51:24.884
83022026-08-05T02:51:26.355Z 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.56/32 -> 10.0.0.255
83032026-08-05T02:51:26.355ZAug 05 02:51:24.884
83042026-08-05T02:51:26.355Z 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 } }]
83052026-08-05T02:51:26.355ZAug 05 02:51:24.884Aug 05 02:51:24.884 DEBGAug 05 02:51:24.884INFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
83062026-08-05T02:51:26.355Z
83072026-08-05T02:51:26.355ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
83082026-08-05T02:51:26.355ZAug 05 02:51:24.884 Aug 05 02:51:24.884INFO DEBGAug 05 02:51:24.884adding route 172.17.0.57/32 -> 10.0.0.255 DEBG
83092026-08-05T02:51:26.355Zreplacing 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 } }]
83102026-08-05T02:51:26.355Zreplacing 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 } }]
83112026-08-05T02:51:26.355ZAug 05 02:51:24.884 Aug 05 02:51:24.884DEBGAug 05 02:51:24.884 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
83122026-08-05T02:51:26.355ZINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255Aug 05 02:51:24.885
83132026-08-05T02:51:26.355Z
83142026-08-05T02:51:26.355Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
83152026-08-05T02:51:26.355ZAug 05 02:51:24.885 Aug 05 02:51:24.885DEBG Aug 05 02:51:24.885replacing 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 } }]
83162026-08-05T02:51:26.355ZDEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
83172026-08-05T02:51:26.355Z
83182026-08-05T02:51:26.355ZAug 05 02:51:24.877 Aug 05 02:51:24.885DEBG DEBGAug 05 02:51:24.891Aug 05 02:51:24.891 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOfailed to allocate space for the new target list
83192026-08-05T02:51:26.355Z adding route 172.17.0.59/32 -> 10.0.0.255
83202026-08-05T02:51:26.355Zadding route 172.17.0.56/32 -> 10.0.0.255
83212026-08-05T02:51:26.355Z
83222026-08-05T02:51:26.355ZAug 05 02:51:24.891 Aug 05 02:51:24.891Aug 05 02:51:24.891 INFOAug 05 02:51:24.891DEBG 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
83232026-08-05T02:51:26.355Z replacing targets for 172.16.0.0/32 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 } }]
83242026-08-05T02:51:26.355Zadding route 172.17.0.43/32 -> 10.0.0.255DEBG
83252026-08-05T02:51:26.355Z Aug 05 02:51:24.891replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
83262026-08-05T02:51:26.355Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 05 02:51:24.891
83272026-08-05T02:51:26.355Z Aug 05 02:51:24.891DEBG INFOAug 05 02:51:24.891 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
83282026-08-05T02:51:26.355Z
83292026-08-05T02:51:26.355ZDEBG 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 } }]
83302026-08-05T02:51:26.355ZAug 05 02:51:24.891Aug 05 02:51:24.891 Aug 05 02:51:24.891DEBG INFO INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.58/32 -> 10.0.0.255
83312026-08-05T02:51:26.355Zadding route 172.17.0.44/32 -> 10.0.0.255
83322026-08-05T02:51:26.355Z
83332026-08-05T02:51:26.355ZAug 05 02:51:24.891Aug 05 02:51:24.891 Aug 05 02:51:24.891DEBG failed to allocate space for the new target listDEBG
83342026-08-05T02:51:26.355ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
83352026-08-05T02:51:26.355Z
83362026-08-05T02:51:26.355ZAug 05 02:51:24.891 DEBGAug 05 02:51:24.891Aug 05 02:51:24.891 INFOINFO replacing targets for 172.16.0.0/32 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 } }]
83372026-08-05T02:51:26.355Zadding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
83382026-08-05T02:51:26.356Z
83392026-08-05T02:51:26.356ZAug 05 02:51:24.891Aug 05 02:51:24.891 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.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 } }]
83402026-08-05T02:51:26.356Z
83412026-08-05T02:51:26.356ZAug 05 02:51:24.891Aug 05 02:51:24.891 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
83422026-08-05T02:51:26.356Z
83432026-08-05T02:51:26.356ZAug 05 02:51:24.891Aug 05 02:51:24.891 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 } }]
83442026-08-05T02:51:26.356Z 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 } }]
83452026-08-05T02:51:26.356ZAug 05 02:51:24.891Aug 05 02:51:24.891 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255
83462026-08-05T02:51:26.356Ztest route::tests::delete_target_fragmented ... ok
83472026-08-05T02:51:26.356Z Aug 05 02:51:24.891adding route 172.17.0.61/32 -> 10.0.0.255
83482026-08-05T02:51:26.356ZDEBG 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 } }]
83492026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]Aug 05 02:51:24.891
83502026-08-05T02:51:26.356Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
83512026-08-05T02:51:26.356Z
83522026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 05 02:51:24.891
83532026-08-05T02:51:26.356Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
83542026-08-05T02:51:26.356Z 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 } }]
83552026-08-05T02:51:26.356Z
83562026-08-05T02:51:26.356ZAug 05 02:51:24.891 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:51:24.891
83572026-08-05T02:51:26.356Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
83582026-08-05T02:51:26.356ZAug 05 02:51:24.891 DEBG failed to allocate space for the new target listAug 05 02:51:24.891
83592026-08-05T02:51:26.356Z 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 } }]
83602026-08-05T02:51:26.356ZAug 05 02:51:24.891 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:51:24.891
83612026-08-05T02:51:26.356Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
83622026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83632026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.51/32 -> 10.0.0.255
83642026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83652026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.52/32 -> 10.0.0.255
83662026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83672026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.53/32 -> 10.0.0.255
83682026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83692026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.54/32 -> 10.0.0.255
83702026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83712026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.55/32 -> 10.0.0.255
83722026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83732026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.56/32 -> 10.0.0.255
83742026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83752026-08-05T02:51:26.356ZAug 05 02:51:24.891 INFO adding route 172.17.0.57/32 -> 10.0.0.255
83762026-08-05T02:51:26.356ZAug 05 02:51:24.891 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 } }]
83772026-08-05T02:51:26.357ZAug 05 02:51:24.891 INFO adding route 172.17.0.58/32 -> 10.0.0.255
83782026-08-05T02:51:26.357ZAug 05 02:51:24.891 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 } }]
83792026-08-05T02:51:26.357ZAug 05 02:51:24.897 INFO adding route 172.17.0.59/32 -> 10.0.0.255
83802026-08-05T02:51:26.357ZAug 05 02:51:24.897 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 } }]
83812026-08-05T02:51:26.357ZAug 05 02:51:24.897 INFO adding route 172.17.0.60/32 -> 10.0.0.255
83822026-08-05T02:51:26.357ZAug 05 02:51:24.897 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 } }]
83832026-08-05T02:51:26.357ZAug 05 02:51:24.897 DEBG failed to allocate space for the new target list
83842026-08-05T02:51:26.357ZAug 05 02:51:24.897 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 } }]
83852026-08-05T02:51:26.360Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-465a73f0f570ecd0)
83862026-08-05T02:51:26.360Z
83872026-08-05T02:51:26.360Zrunning 0 tests
83882026-08-05T02:51:26.360Z
83892026-08-05T02:51:26.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83902026-08-05T02:51:26.360Z
83912026-08-05T02:51:26.360Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e917dc1deef0ef30)
83922026-08-05T02:51:26.360Z
83932026-08-05T02:51:26.361Zrunning 0 tests
83942026-08-05T02:51:26.361Z
83952026-08-05T02:51:26.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83962026-08-05T02:51:26.361Z
83972026-08-05T02:51:26.361Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ce73ae2301e235f7)
83982026-08-05T02:51:26.361Z
83992026-08-05T02:51:26.361Zrunning 6 tests
84002026-08-05T02:51:26.361Ztest tests::test_full_lot_id_lotnum_only ... ok
84012026-08-05T02:51:26.361Ztest tests::test_full_lot_id_both_present ... ok
84022026-08-05T02:51:26.361Ztest tests::test_full_lot_id_lot_only ... ok
84032026-08-05T02:51:26.361Ztest tests::test_full_lot_id_neither_present ... ok
84042026-08-05T02:51:26.361Ztest tests::test_port_id_cmp ... ok
84052026-08-05T02:51:26.361Ztest tests::test_parse_client_port_id ... ok
84062026-08-05T02:51:26.361Z
84072026-08-05T02:51:26.361Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84082026-08-05T02:51:26.361Z
84092026-08-05T02:51:26.361Z Running tests/test_all.rs (target/debug/deps/test_all-5f7f103a2012be38)
84102026-08-05T02:51:26.361Z
84112026-08-05T02:51:26.361Zrunning 0 tests
84122026-08-05T02:51:26.361Z
84132026-08-05T02:51:26.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84142026-08-05T02:51:26.361Z
84152026-08-05T02:51:26.361Z Running unittests src/lib.rs (target/debug/deps/dpd_types-80b4ca4f6dee5785)
84162026-08-05T02:51:26.364Z
84172026-08-05T02:51:26.364Zrunning 0 tests
84182026-08-05T02:51:26.364Z
84192026-08-05T02:51:26.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84202026-08-05T02:51:26.364Z
84212026-08-05T02:51:26.364Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-7d11980ae03464be)
84222026-08-05T02:51:26.367Z
84232026-08-05T02:51:26.367Zrunning 0 tests
84242026-08-05T02:51:26.367Z
84252026-08-05T02:51:26.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84262026-08-05T02:51:26.367Z
84272026-08-05T02:51:26.370Z Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165)
84282026-08-05T02:51:26.373Z
84292026-08-05T02:51:26.373Zrunning 12 tests
84302026-08-05T02:51:26.377Ztest icmp::test_v6_checksum ... ok
84312026-08-05T02:51:26.377Ztest icmp::test_v4_checksum ... ok
84322026-08-05T02:51:26.377Ztest lldp::test_lldp_parse ... ok
84332026-08-05T02:51:26.377Ztest ipv6::test_ipv6_parse ... ok
84342026-08-05T02:51:26.377Ztest pbuf::test_byte ... ok
84352026-08-05T02:51:26.377Ztest pbuf::test_overflow ... ok
84362026-08-05T02:51:26.377Ztest pbuf::test_short ... ok
84372026-08-05T02:51:26.377Ztest pbuf::test_nibble ... ok
84382026-08-05T02:51:26.377Ztest pbuf::test_twelve ... ok
84392026-08-05T02:51:26.377Ztest pbuf::test_word ... ok
84402026-08-05T02:51:26.377Ztest tcp::test_checksum_syn_nodata ... ok
84412026-08-05T02:51:26.377Ztest tcp::test_checksum_ack_data ... ok
84422026-08-05T02:51:26.377Z
84432026-08-05T02:51:26.377Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84442026-08-05T02:51:26.377Z
84452026-08-05T02:51:26.377Z Running unittests src/lib.rs (target/debug/deps/pcap-420dba5f7b63513f)
84462026-08-05T02:51:26.380Z
84472026-08-05T02:51:26.381Zrunning 0 tests
84482026-08-05T02:51:26.381Z
84492026-08-05T02:51:26.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84502026-08-05T02:51:26.381Z
84512026-08-05T02:51:26.383Z Running unittests src/main.rs (target/debug/deps/swadm-1b7dc682135e9a20)
84522026-08-05T02:51:26.390Z
84532026-08-05T02:51:26.390Zrunning 5 tests
84542026-08-05T02:51:26.393Ztest switchport::test::test_compute_lanes ... ok
84552026-08-05T02:51:26.396Ztest switchport::test::port_id_ordering ... ok
84562026-08-05T02:51:26.396Ztest link::test_filter ... ok
84572026-08-05T02:51:26.399Z Lane 0 Lane 1 Lane 2 Lane 3
84582026-08-05T02:51:26.399Z Rx Loss-of-lock: Yes Yes Yes Yes
84592026-08-05T02:51:26.399Z Rx Loss-of-signal: Yes Yes Yes Yes
84602026-08-05T02:51:26.399Z Rx CDR Enabled: Yes Yes Yes Yes
84612026-08-05T02:51:26.399Z Tx Enabled: Yes Yes Yes Yes
84622026-08-05T02:51:26.399Z Tx Loss-of-lock: No Lane 0 No No No
84632026-08-05T02:51:26.399ZLane 1 Tx Loss-of-signal: No Lane 2 No Lane 3No No
84642026-08-05T02:51:26.399Z
84652026-08-05T02:51:26.399Z Tx CDR Enabled: No No No State: Activated No
84662026-08-05T02:51:26.399ZActivated Tx Adaptive EQ Fault: No Activated NoActivated
84672026-08-05T02:51:26.399ZNo Rx Output Enabled: falseNo
84682026-08-05T02:51:26.400Zfalse false Tx Fault: Yes false
84692026-08-05T02:51:26.400ZYes Rx Output Status: valid Yes validYes
84702026-08-05T02:51:26.400Zvalid valid
84712026-08-05T02:51:26.400Z Rx Loss-of-lock: true true true true
84722026-08-05T02:51:26.400Z Rx Loss-of-signal: false false false false
84732026-08-05T02:51:26.400ZRx Auto-squelch Disable: true true true true
84742026-08-05T02:51:26.400Z Tx Output Enabled: true true true true
84752026-08-05T02:51:26.400Z Tx Output Status: invalid invalid invalid invalid
84762026-08-05T02:51:26.400Z Tx Loss-of-lock: false false false false
84772026-08-05T02:51:26.400Z Tx Loss-of-signal: true true true true
84782026-08-05T02:51:26.400ZTx Auto-squelch Disable: false false false false
84792026-08-05T02:51:26.400Z Tx Adaptive EQ Fail: true true true true
84802026-08-05T02:51:26.400Z Tx Failure: false false false false
84812026-08-05T02:51:26.400Z Tx Force Squelch: true true true true
84822026-08-05T02:51:26.400Z Tx Input Polarity: normal normal normal normal
84832026-08-05T02:51:26.400Ztest switchport::test::test_print_cmis_datapath ... ok
84842026-08-05T02:51:26.400Ztest switchport::test::test_print_sff_datapath ... ok
84852026-08-05T02:51:26.400Z
84862026-08-05T02:51:26.400Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
84872026-08-05T02:51:26.400Z
84882026-08-05T02:51:26.400Z Running tests/counters.rs (target/debug/deps/counters-da5dabffcfacf9b9)
84892026-08-05T02:51:26.403Z
84902026-08-05T02:51:26.403Zrunning 1 test
84912026-08-05T02:51:26.403Ztest test_p4_counter_list ... ignored
84922026-08-05T02:51:26.403Z
84932026-08-05T02:51:26.403Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
84942026-08-05T02:51:26.403Z
84952026-08-05T02:51:26.403Z Running tests/multicast.rs (target/debug/deps/multicast-2458fa238c1079d4)
84962026-08-05T02:51:26.409Z
84972026-08-05T02:51:26.409Zrunning 1 test
84982026-08-05T02:51:26.412Ztest test_multicast_list_and_get ... ignored
84992026-08-05T02:51:26.412Z
85002026-08-05T02:51:26.412Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85012026-08-05T02:51:26.412Z
85022026-08-05T02:51:26.412Z Running tests/port-link.rs (target/debug/deps/port_link-8312405cee36a376)
85032026-08-05T02:51:26.416Z
85042026-08-05T02:51:26.416Zrunning 5 tests
85052026-08-05T02:51:26.416Ztest test_an ... ignored
85062026-08-05T02:51:26.419Ztest test_enable ... ignored
85072026-08-05T02:51:26.419Ztest test_ip_addresses ... ignored
85082026-08-05T02:51:26.419Ztest test_kr ... ignored
85092026-08-05T02:51:26.419Ztest test_mac ... ignored
85102026-08-05T02:51:26.419Z
85112026-08-05T02:51:26.419Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
85122026-08-05T02:51:26.419Z
85132026-08-05T02:51:26.419Z Running unittests src/main.rs (target/debug/deps/tfportd-78c5fd7f90273caf)
85142026-08-05T02:51:26.428Z
85152026-08-05T02:51:26.428Zrunning 3 tests
85162026-08-05T02:51:26.434Ztest config::tests::test_updates ... ok
85172026-08-05T02:51:26.434Ztest linklocal::test_parse_ipadm ... ok
85182026-08-05T02:51:26.434Ztest tfport::test_parse_tfport ... ok
85192026-08-05T02:51:26.437Z
85202026-08-05T02:51:26.437Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
85212026-08-05T02:51:26.437Z
85222026-08-05T02:51:26.437Z Running unittests src/main.rs (target/debug/deps/uplinkd-04bebfeb23618f6a)
85232026-08-05T02:51:26.441Z
85242026-08-05T02:51:26.442Zrunning 0 tests
85252026-08-05T02:51:26.445Z
85262026-08-05T02:51:26.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85272026-08-05T02:51:26.445Z
85282026-08-05T02:51:26.445Z Running unittests src/main.rs (target/debug/deps/xtask-450a6cda619addb4)
85292026-08-05T02:51:26.448Z
85302026-08-05T02:51:26.448Zrunning 0 tests
85312026-08-05T02:51:26.448Z
85322026-08-05T02:51:26.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85332026-08-05T02:51:26.448Z
85342026-08-05T02:51:26.448Z Doc-tests aal
85352026-08-05T02:51:26.641Z
85362026-08-05T02:51:26.641Zrunning 0 tests
85372026-08-05T02:51:26.641Z
85382026-08-05T02:51:26.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85392026-08-05T02:51:26.644Z
85402026-08-05T02:51:26.657Z Doc-tests aal_macros
85412026-08-05T02:51:26.729Z
85422026-08-05T02:51:26.729Zrunning 0 tests
85432026-08-05T02:51:26.729Z
85442026-08-05T02:51:26.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85452026-08-05T02:51:26.730Z
85462026-08-05T02:51:26.739Z Doc-tests common
85472026-08-05T02:51:26.982Z
85482026-08-05T02:51:26.982Zrunning 0 tests
85492026-08-05T02:51:26.982Z
85502026-08-05T02:51:26.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85512026-08-05T02:51:26.982Z
85522026-08-05T02:51:27.003Z Doc-tests dpd_api
85532026-08-05T02:51:27.898Z
85542026-08-05T02:51:27.898Zrunning 2 tests
85552026-08-05T02:51:27.898Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
85562026-08-05T02:51:27.898Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
85572026-08-05T02:51:27.898Z
85582026-08-05T02:51:27.898Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
85592026-08-05T02:51:27.898Z
85602026-08-05T02:51:28.106Z Doc-tests dpd_client
85612026-08-05T02:51:29.349Z
85622026-08-05T02:51:29.349Zrunning 0 tests
85632026-08-05T02:51:29.349Z
85642026-08-05T02:51:29.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85652026-08-05T02:51:29.349Z
85662026-08-05T02:51:29.395Z Doc-tests dpd_types
85672026-08-05T02:51:29.611Z
85682026-08-05T02:51:29.611Zrunning 0 tests
85692026-08-05T02:51:29.611Z
85702026-08-05T02:51:29.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85712026-08-05T02:51:29.611Z
85722026-08-05T02:51:29.634Z Doc-tests dpd_types_versions
85732026-08-05T02:51:30.867Z
85742026-08-05T02:51:30.867Zrunning 1 test
85752026-08-05T02:51:30.867Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
85762026-08-05T02:51:30.867Z
85772026-08-05T02:51:30.867Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85782026-08-05T02:51:30.867Z
85792026-08-05T02:51:30.909Z Doc-tests packet
85802026-08-05T02:51:31.024Z
85812026-08-05T02:51:31.024Zrunning 0 tests
85822026-08-05T02:51:31.024Z
85832026-08-05T02:51:31.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85842026-08-05T02:51:31.024Z
85852026-08-05T02:51:31.039Z Doc-tests pcap
85862026-08-05T02:51:31.094Z
85872026-08-05T02:51:31.094Zrunning 0 tests
85882026-08-05T02:51:31.094Z
85892026-08-05T02:51:31.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85902026-08-05T02:51:31.094Z
85912026-08-05T02:51:31.162Z+ for feat in tofino_stub tofino_asic softnpu chaos
85922026-08-05T02:51:31.162Z+ RUST_BACKTRACE=full
85932026-08-05T02:51:31.162Z+ cargo test --features chaos --no-fail-fast
85942026-08-05T02:51:31.890Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
85952026-08-05T02:51:31.981Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
85962026-08-05T02:51:31.991Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
85972026-08-05T02:51:31.997Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
85982026-08-05T02:51:40.701Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
85992026-08-05T02:51:41.090Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
86002026-08-05T02:52:21.663Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.15s
86012026-08-05T02:52:21.691Z Running unittests src/lib.rs (target/debug/deps/aal-cc4a376f9515cfe6)
86022026-08-05T02:52:21.691Z
86032026-08-05T02:52:21.691Zrunning 5 tests
86042026-08-05T02:52:21.691Ztest fuse::tests::chip_revision_b1 ... ok
86052026-08-05T02:52:21.691Ztest fuse::tests::chip_revision_a0 ... ok
86062026-08-05T02:52:21.691Ztest fuse::tests::chip_revision_b0 ... ok
86072026-08-05T02:52:21.691Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
86082026-08-05T02:52:21.691Ztest fuse::tests::chip_revision_unknown_device_id ... ok
86092026-08-05T02:52:21.691Z
86102026-08-05T02:52:21.691Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86112026-08-05T02:52:21.691Z
86122026-08-05T02:52:21.691Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
86132026-08-05T02:52:21.691Z
86142026-08-05T02:52:21.691Zrunning 0 tests
86152026-08-05T02:52:21.691Z
86162026-08-05T02:52:21.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86172026-08-05T02:52:21.691Z
86182026-08-05T02:52:21.691Z Running unittests src/lib.rs (target/debug/deps/asic-c504c92689c00d87)
86192026-08-05T02:52:21.691Z
86202026-08-05T02:52:21.691Zrunning 0 tests
86212026-08-05T02:52:21.691Z
86222026-08-05T02:52:21.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86232026-08-05T02:52:21.691Z
86242026-08-05T02:52:21.691Z Running unittests src/lib.rs (target/debug/deps/common-a1c226bf6ca937f5)
86252026-08-05T02:52:21.692Z
86262026-08-05T02:52:21.692Zrunning 10 tests
86272026-08-05T02:52:21.692Ztest nat::tests::test_vni ... ok
86282026-08-05T02:52:21.692Ztest network::tests::test_equal ... ok
86292026-08-05T02:52:21.692Ztest network::tests::test_eui64 ... ok
86302026-08-05T02:52:21.692Ztest network::tests::test_into ... ok
86312026-08-05T02:52:21.692Ztest network::tests::test_generate_ipv6_link_local ... ok
86322026-08-05T02:52:21.692Ztest network::tests::test_not_equal ... ok
86332026-08-05T02:52:21.692Ztest network::tests::test_to_string ... ok
86342026-08-05T02:52:21.692Ztest network::tests::test_parse ... ok
86352026-08-05T02:52:21.692Ztest test_purge ... ok
86362026-08-05T02:52:21.692Ztest illumos::test::address_exists_handles_missing_object ... ok
86372026-08-05T02:52:21.692Z
86382026-08-05T02:52:21.692Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
86392026-08-05T02:52:21.692Z
86402026-08-05T02:52:21.692Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-50ce4c3936f71db5)
86412026-08-05T02:52:21.692Z
86422026-08-05T02:52:21.692Zrunning 1 test
86432026-08-05T02:52:21.692Z -------
86442026-08-05T02:52:21.692Z Generating OpenAPI documents from API definitions ...
86452026-08-05T02:52:21.692Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
86462026-08-05T02:52:21.692Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
86472026-08-05T02:52:21.704Z -------
86482026-08-05T02:52:21.704Z Checking 12 OpenAPI documents...
86492026-08-05T02:52:21.705Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
86502026-08-05T02:52:21.705Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
86512026-08-05T02:52:21.705Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
86522026-08-05T02:52:21.705Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
86532026-08-05T02:52:21.705Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
86542026-08-05T02:52:21.705Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
86552026-08-05T02:52:21.705Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
86562026-08-05T02:52:21.705Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
86572026-08-05T02:52:21.705Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
86582026-08-05T02:52:21.705Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
86592026-08-05T02:52:21.705Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
86602026-08-05T02:52:21.705Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
86612026-08-05T02:52:21.705Z Fresh dpd "latest" symlink
86622026-08-05T02:52:21.705Z -------
86632026-08-05T02:52:21.705Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
86642026-08-05T02:52:21.705Ztest test::test_apis_up_to_date ... ok
86652026-08-05T02:52:21.705Z
86662026-08-05T02:52:21.705Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
86672026-08-05T02:52:21.705Z
86682026-08-05T02:52:21.705Z Running unittests src/main.rs (target/debug/deps/dpd-7932086afc1616e9)
86692026-08-05T02:52:21.705Z
86702026-08-05T02:52:21.705Zrunning 61 tests
86712026-08-05T02:52:21.705Ztest freemap::test_ordering ... ok
86722026-08-05T02:52:21.705Ztest config::tests::test_updates ... ok
86732026-08-05T02:52:21.705Ztest dhcpv6::tests::test_create_duid_bytes ... ok
86742026-08-05T02:52:21.705Ztest freemap::test_split ... ok
86752026-08-05T02:52:21.705Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
86762026-08-05T02:52:21.705Ztest macaddrs::tests::test_mac_offset ... ok
86772026-08-05T02:52:21.706Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
86782026-08-05T02:52:21.706Ztest macaddrs::tests::test_parse_port_id ... ok
86792026-08-05T02:52:21.706Ztest mcast::tests::test_canonicalize_sources ... ok
86802026-08-05T02:52:21.706ZAug 05 02:52:19.553 DEBG Aug 05 02:52:19.553created new freemap DEBG , created new freemapunit:, unitfreemap_test:
86812026-08-05T02:52:21.706Zfreemap_test
86822026-08-05T02:52:21.706ZAug 05 02:52:19.553 DEBG initted freemap. size: 128Aug 05 02:52:19.553Aug 05 02:52:19.553, Aug 05 02:52:19.553unit :DEBG DEBGDEBG initted freemap. size: 128created new freemap, created new freemapunit, , :unitunit :: freemap_testfreemap_test
86832026-08-05T02:52:21.706Zfreemap_test
86842026-08-05T02:52:21.706Z
86852026-08-05T02:52:21.706ZAug 05 02:52:19.553Aug 05 02:52:19.553Aug 05 02:52:19.553 DEBGDEBGDEBG reset freemapinitted freemap. size: 128initted freemap. size: 128, , , unitunit:: unitfreemap_testfreemap_test
86862026-08-05T02:52:21.706Z:
86872026-08-05T02:52:21.706Z freemap_test
86882026-08-05T02:52:21.706ZAug 05 02:52:19.553 Aug 05 02:52:19.553DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
86892026-08-05T02:52:21.706Zfreemap_test
86902026-08-05T02:52:21.706Z freemap_test
86912026-08-05T02:52:21.706ZAug 05 02:52:19.553 DEBG reset freemap, unit: freemap_test
86922026-08-05T02:52:21.706Ztest freemap::test_basic ... ok
86932026-08-05T02:52:21.706Ztest freemap::test_exhaustion ... ok
86942026-08-05T02:52:21.706Ztest freemap::test_reclaim ... ok
86952026-08-05T02:52:21.706Ztest freemap::test_free ... ok
86962026-08-05T02:52:21.706Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
86972026-08-05T02:52:21.706Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
86982026-08-05T02:52:21.706Ztest mcast::tests::test_create_port_bitmap_empty ... ok
86992026-08-05T02:52:21.706ZAug 05 02:52:19.553 DEBG created new freemap, unit: freemap_test
87002026-08-05T02:52:21.706ZAug 05 02:52:19.554 DEBG initted freemap. size: 8, unit: freemap_test
87012026-08-05T02:52:21.706ZAug 05 02:52:19.554 DEBG reset freemap, unit: freemap_test
87022026-08-05T02:52:21.706Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
87032026-08-05T02:52:21.706Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
87042026-08-05T02:52:21.706Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
87052026-08-05T02:52:21.706Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
87062026-08-05T02:52:21.706Ztest mcast::tests::test_sources_contain_any ... ok
87072026-08-05T02:52:21.706Ztest mcast::tests::test_concurrent_id_allocation ... ok
87082026-08-05T02:52:21.707Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
87092026-08-05T02:52:21.707Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
87102026-08-05T02:52:21.707Ztest mcast::validate::tests::test_address_validation_integrated ... ok
87112026-08-05T02:52:21.707ZAug 05 02:52:19.554 DEBG created new freemap, unit: freemap_test
87122026-08-05T02:52:21.707Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
87132026-08-05T02:52:21.707Ztest mcast::validate::tests::test_ipv4_validation ... ok
87142026-08-05T02:52:21.707ZAug 05 02:52:19.554 DEBG initted freemap. size: 128, unit: freemap_test
87152026-08-05T02:52:21.707ZAug 05 02:52:19.554 DEBG reset freemap, unit: freemap_test
87162026-08-05T02:52:21.707Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
87172026-08-05T02:52:21.707Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
87182026-08-05T02:52:21.707Ztest mcast::validate::tests::test_is_ssm_function ... ok
87192026-08-05T02:52:21.707Ztest mcast::validate::tests::test_ipv6_validation ... ok
87202026-08-05T02:52:21.707Ztest freemap::test_span ... ok
87212026-08-05T02:52:21.707Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
87222026-08-05T02:52:21.707Ztest mcast::validate::tests::test_reserved_and_unallocatable_addresses ... ok
87232026-08-05T02:52:21.707Ztest mcast::validate::tests::test_validate_nat_target ... ok
87242026-08-05T02:52:21.707Ztest mcast::validate::tests::test_validate_source_addresses ... ok
87252026-08-05T02:52:21.707Ztest mcast::validate::tests::test_validate_tag ... ok
87262026-08-05T02:52:21.707Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
87272026-08-05T02:52:21.707Ztest nat::test_mapping ... ok
87282026-08-05T02:52:21.707Ztest mcast::validate::tests::test_validate_tag_format ... ok
87292026-08-05T02:52:21.707Ztest port_map::tests::test_backplane_group ... ok
87302026-08-05T02:52:21.707Ztest port_map::tests::test_port_map ... ok
87312026-08-05T02:52:21.707Ztest port_map::tests::dump_map ... ok
87322026-08-05T02:52:21.707Ztest mcast::tests::test_id_range_boundaries ... ok
87332026-08-05T02:52:21.707Ztest api_server::tests::test_build_info ... ok
87342026-08-05T02:52:21.707ZAug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv4
87352026-08-05T02:52:21.707ZAug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv6
87362026-08-05T02:52:21.707ZAug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv4
87372026-08-05T02:52:21.707ZAug 05 02:52:19.555 DEBG created new freemap, unit: freemap_route_ipv6
87382026-08-05T02:52:21.707ZAug 05 02:52:19.555 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
87392026-08-05T02:52:21.708ZAug 05 02:52:19.555 DEBG reset freemap, unit: freemap_route_ipv4
87402026-08-05T02:52:21.708ZAug 05 02:52:19.555 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
87412026-08-05T02:52:21.708ZAug 05 02:52:19.555 DEBG reset freemap, unit: freemap_route_ipv6
87422026-08-05T02:52:21.708ZAug 05 02:52:19.555 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87432026-08-05T02:52:21.708ZAug 05 02:52:19.555 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 } }]
87442026-08-05T02:52:21.708ZAug 05 02:52:19.555 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
87452026-08-05T02:52:21.708ZAug 05 02:52:19.555 DEBG created new freemap, Aug 05 02:52:19.556unit :DEBG freemap_route_ipv4reset freemap
87462026-08-05T02:52:21.708Z, unit: Aug 05 02:52:19.556freemap_route_ipv4
87472026-08-05T02:52:21.715ZDEBG created new freemap, unitAug 05 02:52:19.556: DEBGfreemap_route_ipv6
87482026-08-05T02:52:21.715Ztest port_map::tests::parse_softnpu_revision ... ok
87492026-08-05T02:52:21.715Zinitted freemap. size: 64, unit: Aug 05 02:52:19.556freemap_route_ipv6
87502026-08-05T02:52:21.716ZDEBG initted freemap. size: 64, unit:Aug 05 02:52:19.556 freemap_route_ipv4DEBG
87512026-08-05T02:52:21.716Z reset freemap, unit: Aug 05 02:52:19.556freemap_route_ipv6
87522026-08-05T02:52:21.716ZDEBG reset freemap, unit: Aug 05 02:52:19.556freemap_route_ipv4
87532026-08-05T02:52:21.716ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87542026-08-05T02:52:21.716ZAug 05 02:52:19.556 DEBGAug 05 02:52:19.556 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
87552026-08-05T02:52:21.716Z freemap_route_ipv6
87562026-08-05T02:52:21.716ZAug 05 02:52:19.556 Aug 05 02:52:19.556INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
87572026-08-05T02:52:21.716Zreset freemap, unit:Aug 05 02:52:19.556 freemap_route_ipv6DEBG
87582026-08-05T02:52:21.716Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87592026-08-05T02:52:21.716ZAug 05 02:52:19.556 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556
87602026-08-05T02:52:21.716Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 05 02:52:19.556
87612026-08-05T02:52:21.716Z 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 05 02:52:19.556
87622026-08-05T02:52:21.716Z 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 05 02:52:19.556
87632026-08-05T02:52:21.716Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556
87642026-08-05T02:52:21.716Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 05 02:52:19.556
87652026-08-05T02:52:21.716Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:52:19.556
87662026-08-05T02:52:21.716Z 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 05 02:52:19.556
87672026-08-05T02:52:21.716Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556
87682026-08-05T02:52:21.716Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:52:19.556
87692026-08-05T02:52:21.716Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:52:19.556
87702026-08-05T02:52:21.716Z 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 } }]
87712026-08-05T02:52:21.716ZAug 05 02:52:19.556 INFO Aug 05 02:52:19.556adding route 3fff:dead::/64 -> 2001:db8::55:2
87722026-08-05T02:52:21.716ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87732026-08-05T02:52:21.716ZAug 05 02:52:19.556 DEBG Aug 05 02:52:19.556replacing 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 } }]
87742026-08-05T02:52:21.716ZDEBG 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 } }]
87752026-08-05T02:52:21.716ZAug 05 02:52:19.556 INFO Aug 05 02:52:19.556adding route 3fff:beef::/64 -> 2001:db8::55:ff
87762026-08-05T02:52:21.716ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:52:19.556
87772026-08-05T02:52:21.716ZDEBG 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 } }]
87782026-08-05T02:52:21.716ZAug 05 02:52:19.556 DEBG Aug 05 02:52:19.556replacing 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 } }]
87792026-08-05T02:52:21.717ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87802026-08-05T02:52:21.717ZAug 05 02:52:19.556 INFOAug 05 02:52:19.556 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
87812026-08-05T02:52:21.717Z 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 } }]
87822026-08-05T02:52:21.717ZAug 05 02:52:19.556 DEBGAug 05 02:52:19.556 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87832026-08-05T02:52:21.717Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
87842026-08-05T02:52:21.717ZAug 05 02:52:19.556 INFOAug 05 02:52:19.556 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
87852026-08-05T02:52:21.717Z 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 } }]
87862026-08-05T02:52:21.717ZAug 05 02:52:19.556 DEBGAug 05 02:52:19.556 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87872026-08-05T02:52:21.717Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
87882026-08-05T02:52:21.717ZAug 05 02:52:19.556 INFOAug 05 02:52:19.556 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
87892026-08-05T02:52:21.717Z 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 05 02:52:19.556
87902026-08-05T02:52:21.717ZAug 05 02:52:19.556 DEBGDEBG Aug 05 02:52:19.556replacing 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 } }]created new freemap
87912026-08-05T02:52:21.717ZINFO, unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff:
87922026-08-05T02:52:21.717ZAug 05 02:52:19.556 freemap_route_ipv4INFO
87932026-08-05T02:52:21.717Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 05 02:52:19.556
87942026-08-05T02:52:21.717Z 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 } }]
87952026-08-05T02:52:21.717ZAug 05 02:52:19.556Aug 05 02:52:19.556 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 } }]Aug 05 02:52:19.556
87962026-08-05T02:52:21.717Z created new freemapINFO , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunitAug 05 02:52:19.556Aug 05 02:52:19.556
87972026-08-05T02:52:21.717ZINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
87982026-08-05T02:52:21.717ZDEBG:
87992026-08-05T02:52:21.717Z 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 } }]
88002026-08-05T02:52:21.717Zfreemap_route_ipv6Aug 05 02:52:19.556
88012026-08-05T02:52:21.717Z Aug 05 02:52:19.556DEBGAug 05 02:52:19.556 Aug 05 02:52:19.556replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
88022026-08-05T02:52:21.717ZDEBGINFO initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], unit
88032026-08-05T02:52:21.717Z:adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 05 02:52:19.556
88042026-08-05T02:52:21.717Zfreemap_route_ipv4INFO
88052026-08-05T02:52:21.717Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
88062026-08-05T02:52:21.717ZAug 05 02:52:19.556Aug 05 02:52:19.556Aug 05 02:52:19.556 DEBGDEBGINFO reset freemapreplacing 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 05 02:52:19.556
88072026-08-05T02:52:21.717Z, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
88082026-08-05T02:52:21.717ZAug 05 02:52:19.556 freemap_route_ipv4INFO
88092026-08-05T02:52:21.717Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
88102026-08-05T02:52:21.717ZAug 05 02:52:19.556 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 05 02:52:19.556DEBG
88112026-08-05T02:52:21.717ZAug 05 02:52:19.556 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 } }]DEBGDEBG
88122026-08-05T02:52:21.718Z Aug 05 02:52:19.556 initted freemap. size: 64 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], INFOunit
88132026-08-05T02:52:21.718Z: adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88142026-08-05T02:52:21.718Zfreemap_route_ipv6Aug 05 02:52:19.556
88152026-08-05T02:52:21.718Z INFO Aug 05 02:52:19.556adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 05 02:52:19.556Aug 05 02:52:19.556 DEBG reset freemap
88162026-08-05T02:52:21.718Z, unit: Aug 05 02:52:19.556freemap_route_ipv6
88172026-08-05T02:52:21.718ZDEBG 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 } }]
88182026-08-05T02:52:21.718ZAug 05 02:52:19.556 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:19.556adding route 3fff:dead::/64 -> 2001:db8::55:2
88192026-08-05T02:52:21.718Z
88202026-08-05T02:52:21.718Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
88212026-08-05T02:52:21.718ZAug 05 02:52:19.556Aug 05 02:52:19.556 Aug 05 02:52:19.556DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
88222026-08-05T02:52:21.718Z
88232026-08-05T02:52:21.718ZDEBG 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 } }]
88242026-08-05T02:52:21.718ZAug 05 02:52:19.556 INFOAug 05 02:52:19.556Aug 05 02:52:19.556 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
88252026-08-05T02:52:21.718Z
88262026-08-05T02:52:21.718Z
88272026-08-05T02:52:21.718ZAug 05 02:52:19.556 Aug 05 02:52:19.556DEBGAug 05 02:52:19.556 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88282026-08-05T02:52:21.718Z 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
88292026-08-05T02:52:21.718Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:19.556
88302026-08-05T02:52:21.718Z INFOAug 05 02:52:19.556Aug 05 02:52:19.555 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88312026-08-05T02:52:21.718ZDEBGINFOAug 05 02:52:19.556 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff created new freemap
88322026-08-05T02:52:21.718ZINFOAug 05 02:52:19.556 adding route 3fff:dead::/64 -> 2001:db8::55:3,
88332026-08-05T02:52:21.718ZDEBGunit :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 05 02:52:19.556Aug 05 02:52:19.556
88342026-08-05T02:52:21.718ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88352026-08-05T02:52:21.718Z
88362026-08-05T02:52:21.718ZDEBGAug 05 02:52:19.556 Aug 05 02:52:19.556INFO 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 } }]INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
88372026-08-05T02:52:21.718Zadding route 3fff:dead::/64 -> 2001:db8::55:4
88382026-08-05T02:52:21.718Z
88392026-08-05T02:52:21.718ZAug 05 02:52:19.556 DEBGAug 05 02:52:19.556 Aug 05 02:52:19.556created new freemap INFOAug 05 02:52:19.556, DEBGunit :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 } }]
88402026-08-05T02:52:21.718Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6
88412026-08-05T02:52:21.718Z
88422026-08-05T02:52:21.718ZAug 05 02:52:19.556 INFO Aug 05 02:52:19.556adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
88432026-08-05T02:52:21.718ZAug 05 02:52:19.556 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88442026-08-05T02:52:21.719Z initted freemap. size: 64Aug 05 02:52:19.556DEBG 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 05 02:52:19.556replacing 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 } }] ,
88452026-08-05T02:52:21.719ZINFOunit
88462026-08-05T02:52:21.719Z:adding route 3fff:beef::/64 -> 2001:db8::55:ff
88472026-08-05T02:52:21.739Zfreemap_route_ipv4
88482026-08-05T02:52:21.740ZAug 05 02:52:19.556 INFOAug 05 02:52:19.556 Aug 05 02:52:19.556DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
88492026-08-05T02:52:21.740Z 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
88502026-08-05T02:52:21.740ZAug 05 02:52:19.556 reset freemap INFO, Aug 05 02:52:19.556 unit Aug 05 02:52:19.556INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88512026-08-05T02:52:21.740Z
88522026-08-05T02:52:21.740Z: freemap_route_ipv4Aug 05 02:52:19.556 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 } }] 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 05 02:52:19.559
88532026-08-05T02:52:21.740ZAug 05 02:52:19.558DEBG created new freemapDEBG
88542026-08-05T02:52:21.740Zcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4
88552026-08-05T02:52:21.740Z
88562026-08-05T02:52:21.740Z
88572026-08-05T02:52:21.740ZAug 05 02:52:19.558 Aug 05 02:52:20.240DEBGAug 05 02:52:20.240 created new freemapDEBGDEBG , created new freemapinitted freemap. size: 64, unitunit:: , unitfreemap_route_ipv4:freemap_route_ipv6
88582026-08-05T02:52:21.740Z
88592026-08-05T02:52:21.740Zfreemap_route_ipv6
88602026-08-05T02:52:21.740ZAug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBG DEBGinitted freemap. size: 64DEBG, created new freemapunitreset freemap:, unitfreemap_route_ipv4,
88612026-08-05T02:52:21.740Z:unit :freemap_route_ipv6
88622026-08-05T02:52:21.740Zfreemap_route_ipv6
88632026-08-05T02:52:21.740ZAug 05 02:52:20.240 DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 INFODEBG reset freemapinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, ,
88642026-08-05T02:52:21.740Zunitunit: :freemap_route_ipv4 Aug 05 02:52:20.240
88652026-08-05T02:52:21.740Z freemap_route_ipv4DEBG
88662026-08-05T02:52:21.740Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88672026-08-05T02:52:21.740ZAug 05 02:52:20.240 Aug 05 02:52:20.240Aug 05 02:52:20.240DEBG INFODEBG adding route 3fff:beef::/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 } }]initted freemap. size: 64
88682026-08-05T02:52:21.740Z, unit
88692026-08-05T02:52:21.740Z: freemap_route_ipv6
88702026-08-05T02:52:21.740ZAug 05 02:52:20.240Aug 05 02:52:20.240 DEBGAug 05 02:52:19.556DEBG reset freemapreplacing 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 } }],
88712026-08-05T02:52:21.740Zunit :DEBGAug 05 02:52:20.240 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFO
88722026-08-05T02:52:21.740ZAug 05 02:52:20.240
88732026-08-05T02:52:21.740Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88742026-08-05T02:52:21.740Z
88752026-08-05T02:52:21.740ZAug 05 02:52:20.240Aug 05 02:52:20.240 INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
88762026-08-05T02:52:21.740ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:20.240
88772026-08-05T02:52:21.740Z DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.240
88782026-08-05T02:52:21.740Z Aug 05 02:52:20.240replacing 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
88792026-08-05T02:52:21.741Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
88802026-08-05T02:52:21.741Z 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 05 02:52:20.240
88812026-08-05T02:52:21.741ZINFO Aug 05 02:52:20.240adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
88822026-08-05T02:52:21.741Z INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 05 02:52:20.240replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.240DEBG
88832026-08-05T02:52:21.741Z
88842026-08-05T02:52:21.741Z Aug 05 02:52:20.240INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
88852026-08-05T02:52:21.741Z 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 } }]DEBG
88862026-08-05T02:52:21.741Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.240
88872026-08-05T02:52:21.741Z DEBG Aug 05 02:52:20.240replacing 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 } }]
88882026-08-05T02:52:21.741ZINFO
88892026-08-05T02:52:21.741Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
88902026-08-05T02:52:21.741ZAug 05 02:52:20.240 Aug 05 02:52:20.240DEBGAug 05 02:52:20.240 DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 05 02:52:20.240
88912026-08-05T02:52:21.741Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFO
88922026-08-05T02:52:21.741Z
88932026-08-05T02:52:21.741Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
88942026-08-05T02:52:21.741Z INFO Aug 05 02:52:20.240adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
88952026-08-05T02:52:21.741ZAug 05 02:52:20.240INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240replacing 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 05 02:52:20.240
88962026-08-05T02:52:21.741Z
88972026-08-05T02:52:21.741Z DEBGDEBG Aug 05 02:52:20.240replacing 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 } }]
88982026-08-05T02:52:21.741Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 05 02:52:20.240
88992026-08-05T02:52:21.741Z 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 } }]INFOAug 05 02:52:20.240 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
89002026-08-05T02:52:21.741ZINFO
89012026-08-05T02:52:21.741Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
89022026-08-05T02:52:21.741Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240
89032026-08-05T02:52:21.741Z DEBG INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
89042026-08-05T02:52:21.741Zreplacing 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 } }]
89052026-08-05T02:52:21.741ZAug 05 02:52:20.240
89062026-08-05T02:52:21.741Z DEBGAug 05 02:52:20.240 Aug 05 02:52:20.240replacing 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 } }] INFOAug 05 02:52:20.240INFO
89072026-08-05T02:52:21.741Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
89082026-08-05T02:52:21.741ZDEBG
89092026-08-05T02:52:21.741ZAug 05 02:52:20.240 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 } }]INFOAug 05 02:52:20.240
89102026-08-05T02:52:21.742ZDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
89112026-08-05T02:52:21.742Zreplacing 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 05 02:52:20.240
89122026-08-05T02:52:21.742ZDEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240 INFOINFO 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 } }] DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
89132026-08-05T02:52:21.742Z
89142026-08-05T02:52:21.742Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
89152026-08-05T02:52:21.742Z
89162026-08-05T02:52:21.742ZAug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 INFODEBG adding route 3fff:beef:6::/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 } }]Aug 05 02:52:20.240 DEBGINFO
89172026-08-05T02:52:21.742Z
89182026-08-05T02:52:21.742Z Aug 05 02:52:20.240 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:7::/64 -> 2001:db8::55:ff
89192026-08-05T02:52:21.742Z
89202026-08-05T02:52:21.742Z INFO Aug 05 02:52:20.240adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240DEBG
89212026-08-05T02:52:21.742Z Aug 05 02:52:20.240Aug 05 02:52:20.240 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
89222026-08-05T02:52:21.742ZAug 05 02:52:20.240 adding route 3fff:beef:13::/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 } }]
89232026-08-05T02:52:21.742ZDEBGreplacing 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 } }]
89242026-08-05T02:52:21.742Zreplacing 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 } }]
89252026-08-05T02:52:21.742Z
89262026-08-05T02:52:21.742ZAug 05 02:52:20.240 DEBGAug 05 02:52:20.240 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 } }]DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240INFO INFO
89272026-08-05T02:52:21.742Z adding route 3fff:beef:8::/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 } }]
89282026-08-05T02:52:21.742Z
89292026-08-05T02:52:21.742Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
89302026-08-05T02:52:21.742Z Aug 05 02:52:20.240adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
89312026-08-05T02:52:21.742ZAug 05 02:52:20.240 INFOINFO Aug 05 02:52:20.240DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
89322026-08-05T02:52:21.742ZAug 05 02:52:20.240
89332026-08-05T02:52:21.742Z 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: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
89342026-08-05T02:52:21.742ZAug 05 02:52:20.240
89352026-08-05T02:52:21.742Z DEBGAug 05 02:52:20.240 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: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 05 02:52:20.240
89362026-08-05T02:52:21.742Z INFO Aug 05 02:52:20.240DEBG
89372026-08-05T02:52:21.742ZINFOAug 05 02:52:20.240 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff INFO
89382026-08-05T02:52:21.742Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/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 } }]
89392026-08-05T02:52:21.742Z
89402026-08-05T02:52:21.742Z
89412026-08-05T02:52:21.742ZAug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBGDEBGINFO 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 } }]
89422026-08-05T02:52:21.742Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 05 02:52:20.240 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 } }]
89432026-08-05T02:52:21.743Z
89442026-08-05T02:52:21.743ZINFO Aug 05 02:52:20.240adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO
89452026-08-05T02:52:21.743ZAug 05 02:52:20.240 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGDEBG
89462026-08-05T02:52:21.743Z 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 05 02:52:20.240replacing 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 } }]
89472026-08-05T02:52:21.748ZAug 05 02:52:20.240DEBG
89482026-08-05T02:52:21.748Z 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 05 02:52:20.240
89492026-08-05T02:52:21.748ZAug 05 02:52:20.240INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
89502026-08-05T02:52:21.748ZDEBG Aug 05 02:52:20.240Aug 05 02:52:20.240replacing 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 } }]
89512026-08-05T02:52:21.748Z INFOINFOAug 05 02:52:20.240 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO
89522026-08-05T02:52:21.748Z
89532026-08-05T02:52:21.748Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89542026-08-05T02:52:21.748ZAug 05 02:52:20.240Aug 05 02:52:20.240 INFOAug 05 02:52:20.240DEBG DEBGAug 05 02:52:20.240 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 } }]DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89552026-08-05T02:52:21.748Z
89562026-08-05T02:52:21.749Z 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 } }]
89572026-08-05T02:52:21.749Z
89582026-08-05T02:52:21.749Zreplacing 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 } }]
89592026-08-05T02:52:21.749ZAug 05 02:52:20.240 DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.240
89602026-08-05T02:52:21.749Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
89612026-08-05T02:52:21.749Z
89622026-08-05T02:52:21.749ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89632026-08-05T02:52:21.749ZAug 05 02:52:20.240adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240INFO
89642026-08-05T02:52:21.749Z DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 05 02:52:20.240
89652026-08-05T02:52:21.749Z 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 } }]
89662026-08-05T02:52:21.749ZDEBGAug 05 02:52:20.240Aug 05 02:52:20.240 Aug 05 02:52:20.240DEBGDEBG 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 } }]
89672026-08-05T02:52:21.749Zreplacing 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: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 } }]
89682026-08-05T02:52:21.749ZDEBG
89692026-08-05T02:52:21.749ZAug 05 02:52:20.240 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 } }]
89702026-08-05T02:52:21.749ZINFOAug 05 02:52:20.240 Aug 05 02:52:20.240adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
89712026-08-05T02:52:21.749ZINFOAug 05 02:52:20.240 Aug 05 02:52:20.240INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 05 02:52:20.240 INFODEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
89722026-08-05T02:52:21.749Z
89732026-08-05T02:52:21.749ZINFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89742026-08-05T02:52:21.749Z
89752026-08-05T02:52:21.749Z
89762026-08-05T02:52:21.749ZAug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240Aug 05 02:52:20.240 DEBGAug 05 02:52:20.240INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBG
89772026-08-05T02:52:21.749Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89782026-08-05T02:52:21.749Zreplacing 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 } }]
89792026-08-05T02:52:21.749ZAug 05 02:52:20.240
89802026-08-05T02:52:21.749Z DEBGAug 05 02:52:20.240Aug 05 02:52:20.240 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89812026-08-05T02:52:21.749Z 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 } }]
89822026-08-05T02:52:21.749ZAug 05 02:52:20.240
89832026-08-05T02:52:21.749Z INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241Aug 05 02:52:20.241replacing 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 } }]
89842026-08-05T02:52:21.749Z
89852026-08-05T02:52:21.749ZINFOAug 05 02:52:20.240 DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
89862026-08-05T02:52:21.749ZAug 05 02:52:20.241replacing 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 05 02:52:20.241
89872026-08-05T02:52:21.749Z INFO
89882026-08-05T02:52:21.749Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 05 02:52:20.241DEBG
89892026-08-05T02:52:21.749Zreplacing 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 } }]DEBGAug 05 02:52:20.241Aug 05 02:52:20.241
89902026-08-05T02:52:21.750Zreplacing 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
89912026-08-05T02:52:21.750Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
89922026-08-05T02:52:21.750ZINFO Aug 05 02:52:20.241 Aug 05 02:52:20.241adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241INFOAug 05 02:52:20.241
89932026-08-05T02:52:21.750ZDEBG INFO DEBG adding route 3fff:beef:17::/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 } }]Aug 05 02:52:20.241
89942026-08-05T02:52:21.750Z
89952026-08-05T02:52:21.750Zreplacing 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:f::/64 -> 2001:db8::55:ff
89962026-08-05T02:52:21.750ZAug 05 02:52:20.241
89972026-08-05T02:52:21.750ZAug 05 02:52:20.241 DEBGDEBGINFO Aug 05 02:52:20.241 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
89982026-08-05T02:52:21.750ZAug 05 02:52:20.241
89992026-08-05T02:52:21.750ZDEBG
90002026-08-05T02:52:21.750Z 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 } }]
90012026-08-05T02:52:21.750ZAug 05 02:52:20.241INFO DEBGAug 05 02:52:20.241adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 05 02:52:20.241 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 05 02:52:20.241INFO
90022026-08-05T02:52:21.750Z INFO
90032026-08-05T02:52:21.750Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90042026-08-05T02:52:21.750Ztest route::tests::grow_succeeds ... ok
90052026-08-05T02:52:21.750Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
90062026-08-05T02:52:21.750ZAug 05 02:52:20.241Aug 05 02:52:20.241 DEBGAug 05 02:52:20.241 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 05 02:52:20.241
90072026-08-05T02:52:21.750Z DEBG
90082026-08-05T02:52:21.750Z
90092026-08-05T02:52:21.750Z
90102026-08-05T02:52:21.750Zreplacing 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 05 02:52:20.241
90112026-08-05T02:52:21.750Z Aug 05 02:52:20.241DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90122026-08-05T02:52:21.750ZAug 05 02:52:20.241 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 05 02:52:20.241Aug 05 02:52:20.241
90132026-08-05T02:52:21.750Z Aug 05 02:52:20.241 DEBGINFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90142026-08-05T02:52:21.750Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 05 02:52:20.241adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 05 02:52:20.241
90152026-08-05T02:52:21.750Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
90162026-08-05T02:52:21.750Z 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 } }]
90172026-08-05T02:52:21.750Z
90182026-08-05T02:52:21.750Zreplacing 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 05 02:52:20.241
90192026-08-05T02:52:21.750Z 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 05 02:52:20.241Aug 05 02:52:20.241
90202026-08-05T02:52:21.750Z Aug 05 02:52:20.241INFO INFO Aug 05 02:52:20.241 Aug 05 02:52:20.241adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90212026-08-05T02:52:21.750ZDEBGINFO
90222026-08-05T02:52:21.750Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFOreplacing 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 05 02:52:20.241
90232026-08-05T02:52:21.750Z
90242026-08-05T02:52:21.750Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
90252026-08-05T02:52:21.750ZAug 05 02:52:20.241replacing 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 } }]
90262026-08-05T02:52:21.750ZAug 05 02:52:20.241 Aug 05 02:52:20.241DEBG Aug 05 02:52:20.241INFO Aug 05 02:52:20.241 DEBG DEBGINFOreplacing 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 } }]
90272026-08-05T02:52:21.750Z 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 } }]
90282026-08-05T02:52:21.751Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
90292026-08-05T02:52:21.751Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
90302026-08-05T02:52:21.751Z
90312026-08-05T02:52:21.751ZAug 05 02:52:20.241 Aug 05 02:52:20.241INFO INFOAug 05 02:52:20.241adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 05 02:52:20.241Aug 05 02:52:20.241
90322026-08-05T02:52:21.751Z DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90332026-08-05T02:52:21.751Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGAug 05 02:52:20.241
90342026-08-05T02:52:21.751Z
90352026-08-05T02:52:21.751Z Aug 05 02:52:20.241 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 } }]INFODEBG Aug 05 02:52:20.241 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:1c::/64 -> 2001:db8::55:ff
90362026-08-05T02:52:21.751Z
90372026-08-05T02:52:21.751ZAug 05 02:52:20.241DEBG
90382026-08-05T02:52:21.751Z DEBG Aug 05 02:52:20.241replacing 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 05 02:52:20.241 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 } }]
90392026-08-05T02:52:21.751ZDEBGINFO
90402026-08-05T02:52:21.751Zreplacing 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 05 02:52:20.241
90412026-08-05T02:52:21.751Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOAug 05 02:52:20.241
90422026-08-05T02:52:21.751Z Aug 05 02:52:20.241 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241
90432026-08-05T02:52:21.751Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90442026-08-05T02:52:21.751Z INFOAug 05 02:52:20.241 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
90452026-08-05T02:52:21.751Zreplacing 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 05 02:52:20.241Aug 05 02:52:20.241
90462026-08-05T02:52:21.751Z DEBGDEBG adding route 3fff:beef:11::/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 } }]Aug 05 02:52:20.241replacing 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 } }]
90472026-08-05T02:52:21.755ZAug 05 02:52:20.241
90482026-08-05T02:52:21.755Z
90492026-08-05T02:52:21.755ZDEBG 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 } }]
90502026-08-05T02:52:21.755Z Aug 05 02:52:20.241Aug 05 02:52:20.241 INFOINFOAug 05 02:52:20.241 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
90512026-08-05T02:52:21.755Z
90522026-08-05T02:52:21.755Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 05 02:52:20.241 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 } }]
90532026-08-05T02:52:21.755Z
90542026-08-05T02:52:21.755ZINFOAug 05 02:52:20.241 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90552026-08-05T02:52:21.755ZDEBG Aug 05 02:52:20.241Aug 05 02:52:20.241replacing 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 } }]
90562026-08-05T02:52:21.755ZDEBGINFO 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 05 02:52:20.241
90572026-08-05T02:52:21.755Z Aug 05 02:52:20.241 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 05 02:52:20.241
90582026-08-05T02:52:21.755Z DEBG 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 } }] Aug 05 02:52:20.241replacing 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 05 02:52:20.241 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
90592026-08-05T02:52:21.755Z
90602026-08-05T02:52:21.755Z DEBG
90612026-08-05T02:52:21.755Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90622026-08-05T02:52:21.755Zreplacing 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 05 02:52:20.241
90632026-08-05T02:52:21.755ZAug 05 02:52:20.241 INFOAug 05 02:52:20.241 DEBGINFOAug 05 02:52:20.241 DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90642026-08-05T02:52:21.755Z Aug 05 02:52:20.240created new freemap , DEBG unit: freemap_route_ipv4
90652026-08-05T02:52:21.755ZAug 05 02:52:20.241adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 05 02:52:20.241INFO
90662026-08-05T02:52:21.755Z
90672026-08-05T02:52:21.755Z Aug 05 02:52:20.241 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
90682026-08-05T02:52:21.755Zcreated new freemapreset freemap, , unitAug 05 02:52:20.241: created new freemapDEBG Aug 05 02:52:20.241freemap_route_ipv6 DEBG
90692026-08-05T02:52:21.756Z 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 } }]
90702026-08-05T02:52:21.756Zreplacing 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 } }]
90712026-08-05T02:52:21.756ZAug 05 02:52:20.241Aug 05 02:52:20.241 INFOAug 05 02:52:20.241 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG INFOinitted freemap. size: 64 Aug 05 02:52:20.241DEBG
90722026-08-05T02:52:21.756Z INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
90732026-08-05T02:52:21.756Zunit: unit freemap_route_ipv4
90742026-08-05T02:52:21.756ZAug 05 02:52:20.241: INFOfreemap_route_ipv4 , Aug 05 02:52:20.241
90752026-08-05T02:52:21.756Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit DEBG Aug 05 02:52:20.241reset freemap,
90762026-08-05T02:52:21.756Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit
90772026-08-05T02:52:21.756ZAug 05 02:52:20.241DEBG: : initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, freemap_route_ipv4
90782026-08-05T02:52:21.756Z unitAug 05 02:52:20.241 DEBG:Aug 05 02:52:20.241 initted freemap. size: 64, DEBG unitAug 05 02:52:20.241replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6
90792026-08-05T02:52:21.756Zfreemap_route_ipv6
90802026-08-05T02:52:21.756Z
90812026-08-05T02:52:21.756Z Aug 05 02:52:20.241
90822026-08-05T02:52:21.756ZAug 05 02:52:20.241 Aug 05 02:52:20.241DEBGfreemap_route_ipv6
90832026-08-05T02:52:21.756ZDEBG reset freemap , Aug 05 02:52:20.241 unit: freemap_route_ipv6DEBG
90842026-08-05T02:52:21.756Zreplacing 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 } }]
90852026-08-05T02:52:21.756ZAug 05 02:52:20.241Aug 05 02:52:20.241 Aug 05 02:52:20.241DEBG DEBG DEBGINFOINFO 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 } }]
90862026-08-05T02:52:21.756Z adding route 172.16.0.0/32 -> 10.0.0.1
90872026-08-05T02:52:21.756ZAug 05 02:52:20.241 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:14::/64 -> 2001:db8::55:ff
90882026-08-05T02:52:21.756Z
90892026-08-05T02:52:21.756Zreset freemapAug 05 02:52:20.241, 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 } }]
90902026-08-05T02:52:21.756ZDEBG Aug 05 02:52:20.241Aug 05 02:52:20.241replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90912026-08-05T02:52:21.756Zunit :INFO INFOfreemap_route_ipv6
90922026-08-05T02:52:21.756Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
90932026-08-05T02:52:21.756Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 05 02:52:20.241Aug 05 02:52:20.241 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
90942026-08-05T02:52:21.756Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.241
90952026-08-05T02:52:21.756Z Aug 05 02:52:20.241INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
90962026-08-05T02:52:21.756Z Aug 05 02:52:20.241DEBG DEBGDEBG Aug 05 02:52:20.241replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
90972026-08-05T02:52:21.756ZDEBGreplacing 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: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 } }]
90982026-08-05T02:52:21.756Z
90992026-08-05T02:52:21.756Z
91002026-08-05T02:52:21.756ZAug 05 02:52:20.241 Aug 05 02:52:20.241INFOAug 05 02:52:20.241 Aug 05 02:52:20.241 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
91012026-08-05T02:52:21.756Z
91022026-08-05T02:52:21.757ZINFO INFO Aug 05 02:52:20.241adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 05 02:52:20.241
91032026-08-05T02:52:21.757Z
91042026-08-05T02:52:21.757Ztest route::tests::rollback_on_compact_delete_failure ... ok
91052026-08-05T02:52:21.757Z 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 } }]
91062026-08-05T02:52:21.757ZAug 05 02:52:20.241replacing 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 } }]
91072026-08-05T02:52:21.757ZDEBG Aug 05 02:52:20.241replacing 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 } }]
91082026-08-05T02:52:21.757ZAug 05 02:52:20.241DEBGAug 05 02:52:20.241 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
91092026-08-05T02:52:21.757Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 05 02:52:20.241replacing 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 } }]
91102026-08-05T02:52:21.757Z INFO Aug 05 02:52:20.241
91112026-08-05T02:52:21.757Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
91122026-08-05T02:52:21.757ZDEBGAug 05 02:52:20.241 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
91132026-08-05T02:52:21.757Z 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 } }]
91142026-08-05T02:52:21.757ZAug 05 02:52:20.241 INFOAug 05 02:52:20.241Aug 05 02:52:20.241Aug 05 02:52:20.241 INFODEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
91152026-08-05T02:52:21.757Zreplacing 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:dead::/64 -> 2001:db8::55:4
91162026-08-05T02:52:21.757Z
91172026-08-05T02:52:21.757Z
91182026-08-05T02:52:21.757ZAug 05 02:52:20.241Aug 05 02:52:20.241Aug 05 02:52:20.241 DEBGDEBG Aug 05 02:52:20.241replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef: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 05 02:52:20.242 DEBG
91192026-08-05T02:52:21.757Z
91202026-08-05T02:52:21.757Zcreated new freemap, unit: freemap_route_ipv4
91212026-08-05T02:52:21.757ZAug 05 02:52:20.266 Aug 05 02:52:20.266INFO Aug 05 02:52:20.266DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
91222026-08-05T02:52:21.757Zcreated new freemap , adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit
91232026-08-05T02:52:21.757ZAug 05 02:52:20.266: Aug 05 02:52:20.266 DEBGfreemap_route_ipv6
91242026-08-05T02:52:21.757ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
91252026-08-05T02:52:21.757Z
91262026-08-05T02:52:21.757ZAug 05 02:52:20.266 DEBGAug 05 02:52:20.266Aug 05 02:52:20.266 DEBGinitted freemap. size: 64 , unitreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
91272026-08-05T02:52:21.757Zadding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4
91282026-08-05T02:52:21.757Z
91292026-08-05T02:52:21.757ZAug 05 02:52:20.266 INFO Aug 05 02:52:20.266adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 05 02:52:20.266
91302026-08-05T02:52:21.758Z DEBGDEBG reset freemapreplacing 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 05 02:52:20.266unit
91312026-08-05T02:52:21.758Z: freemap_route_ipv4DEBG
91322026-08-05T02:52:21.758Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266
91332026-08-05T02:52:21.758Z INFO Aug 05 02:52:20.266adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
91342026-08-05T02:52:21.758ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 05 02:52:20.266
91352026-08-05T02:52:21.758Z DEBG Aug 05 02:52:20.266initted freemap. size: 64INFO, unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
91362026-08-05T02:52:21.758ZAug 05 02:52:20.266 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: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 } }]
91372026-08-05T02:52:21.758Z
91382026-08-05T02:52:21.758ZAug 05 02:52:20.266freemap_route_ipv6
91392026-08-05T02:52:21.758ZAug 05 02:52:20.266DEBG 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 05 02:52:20.266INFO
91402026-08-05T02:52:21.758Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
91412026-08-05T02:52:21.758Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
91422026-08-05T02:52:21.758ZAug 05 02:52:20.266 Aug 05 02:52:20.266Aug 05 02:52:20.266 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 } }]DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91432026-08-05T02:52:21.758ZAug 05 02:52:20.266reset freemap DEBG,
91442026-08-05T02:52:21.758ZunitAug 05 02:52:20.266replacing 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 } }]: DEBGfreemap_route_ipv6
91452026-08-05T02:52:21.758Z
91462026-08-05T02:52:21.758Zreplacing 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 } }]
91472026-08-05T02:52:21.762ZAug 05 02:52:20.266Aug 05 02:52:20.266 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
91482026-08-05T02:52:21.762Z
91492026-08-05T02:52:21.762ZAug 05 02:52:20.266 INFO Aug 05 02:52:20.266Aug 05 02:52:20.266adding route 3fff:dead::/64 -> 2001:db8::55:1
91502026-08-05T02:52:21.762ZDEBG 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 05 02:52:20.266INFO
91512026-08-05T02:52:21.762ZDEBGAug 05 02:52:20.266 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91522026-08-05T02:52:21.762ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 05 02:52:20.266
91532026-08-05T02:52:21.763ZAug 05 02:52:20.266 INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
91542026-08-05T02:52:21.763Z
91552026-08-05T02:52:21.763ZDEBGAug 05 02:52:20.266 INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
91562026-08-05T02:52:21.763Z
91572026-08-05T02:52:21.763ZAug 05 02:52:20.266Aug 05 02:52:20.266 INFOAug 05 02:52:20.266DEBGAug 05 02:52:20.266 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
91582026-08-05T02:52:21.763ZDEBG 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:27::/64 -> 2001:db8::55:ff
91592026-08-05T02:52:21.763Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91602026-08-05T02:52:21.763Z
91612026-08-05T02:52:21.763ZAug 05 02:52:20.266 Aug 05 02:52:20.266Aug 05 02:52:20.266 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 } }]
91622026-08-05T02:52:21.763ZDEBG 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 } }]
91632026-08-05T02:52:21.763ZINFOAug 05 02:52:20.266 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
91642026-08-05T02:52:21.763Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:52:20.266
91652026-08-05T02:52:21.763ZAug 05 02:52:20.266 Aug 05 02:52:20.266INFO Aug 05 02:52:20.266DEBG INFOadding route 3fff:beef:1e::/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 } }]
91662026-08-05T02:52:21.763ZDEBG
91672026-08-05T02:52:21.763Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91682026-08-05T02:52:21.763Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
91692026-08-05T02:52:21.763ZAug 05 02:52:20.266 Aug 05 02:52:20.266 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
91702026-08-05T02:52:21.763ZDEBG 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 05 02:52:20.266Aug 05 02:52:20.266Aug 05 02:52:20.266 INFODEBGDEBG
91712026-08-05T02:52:21.763Z 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: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 } }]
91722026-08-05T02:52:21.763Z
91732026-08-05T02:52:21.763Zadding route 3fff:dead::/64 -> 2001:db8::55:4
91742026-08-05T02:52:21.763ZAug 05 02:52:20.266Aug 05 02:52:20.266 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
91752026-08-05T02:52:21.763ZAug 05 02:52:20.266 Aug 05 02:52:20.266Aug 05 02:52:20.266 DEBGINFODEBG adding route 3fff:beef:21::/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
91762026-08-05T02:52:21.763Z
91772026-08-05T02:52:21.763Z
91782026-08-05T02:52:21.763Z INFOAug 05 02:52:20.266Aug 05 02:52:20.266 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
91792026-08-05T02:52:21.763Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 05 02:52:20.266
91802026-08-05T02:52:21.763Z Aug 05 02:52:20.266DEBG
91812026-08-05T02:52:21.763ZDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
91822026-08-05T02:52:21.763ZAug 05 02:52:20.266
91832026-08-05T02:52:21.764Z WARN Aug 05 02:52:20.266shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 05 02:52:20.266
91842026-08-05T02:52:21.764Z Aug 05 02:52:20.266INFO DEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91852026-08-05T02:52:21.764Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
91862026-08-05T02:52:21.764Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
91872026-08-05T02:52:21.764ZAug 05 02:52:20.266Aug 05 02:52:20.266 DEBGAug 05 02:52:20.266 initted freemap. size: 64replacing 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
91882026-08-05T02:52:21.764Z, DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91892026-08-05T02:52:21.764Z
91902026-08-05T02:52:21.764Z:Aug 05 02:52:20.266 freemap_route_ipv4INFO
91912026-08-05T02:52:21.764ZAug 05 02:52:20.266Aug 05 02:52:20.266 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:22::/64 -> 2001:db8::55:ff
91922026-08-05T02:52:21.764Z
91932026-08-05T02:52:21.764ZAug 05 02:52:20.266 DEBGAug 05 02:52:20.266 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:23::/64 -> 2001:db8::55:ff
91942026-08-05T02:52:21.764Z
91952026-08-05T02:52:21.764ZDEBGAug 05 02:52:20.266 reset freemapAug 05 02:52:20.266, unitINFO: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 } }]Aug 05 02:52:20.266adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
91962026-08-05T02:52:21.764Z
91972026-08-05T02:52:21.764Zfreemap_route_ipv4INFO
91982026-08-05T02:52:21.764Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 05 02:52:20.266
91992026-08-05T02:52:21.764Z INFOAug 05 02:52:20.266 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
92002026-08-05T02:52:21.764Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.266
92012026-08-05T02:52:21.764Z DEBGAug 05 02:52:20.266 Aug 05 02:52:20.266DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92022026-08-05T02:52:21.764Zreplacing 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 } }]
92032026-08-05T02:52:21.764ZDEBGAug 05 02:52:20.266Aug 05 02:52:20.266 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
92042026-08-05T02:52:21.764Z
92052026-08-05T02:52:21.764Z Aug 05 02:52:20.266initted freemap. size: 64 Aug 05 02:52:20.266replacing 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 05 02:52:20.266,
92062026-08-05T02:52:21.764Z INFO unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG:
92072026-08-05T02:52:21.764Z 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 05 02:52:20.266
92082026-08-05T02:52:21.764Zfreemap_route_ipv6Aug 05 02:52:20.266
92092026-08-05T02:52:21.764ZDEBG 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 } }]Aug 05 02:52:20.266
92102026-08-05T02:52:21.764Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
92112026-08-05T02:52:21.764Z INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 05 02:52:20.266
92122026-08-05T02:52:21.764Ztest route::tests::rollback_on_compact_write_failure ... ok
92132026-08-05T02:52:21.764ZAug 05 02:52:20.266 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 05 02:52:20.266 DEBG
92142026-08-05T02:52:21.764Z INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 05 02:52:20.266
92152026-08-05T02:52:21.764Z 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 } }]DEBG
92162026-08-05T02:52:21.765Z 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 05 02:52:20.266
92172026-08-05T02:52:21.765Z, unitINFO: Aug 05 02:52:20.266 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 05 02:52:20.266freemap_route_ipv6
92182026-08-05T02:52:21.765ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
92192026-08-05T02:52:21.765ZINFO
92202026-08-05T02:52:21.765Z Aug 05 02:52:20.266adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 05 02:52:20.266
92212026-08-05T02:52:21.765Ztest route::tests::identity_replace_is_noop ... ok
92222026-08-05T02:52:21.765ZAug 05 02:52:20.266DEBGDEBG 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 05 02:52:20.266Aug 05 02:52:20.266
92232026-08-05T02:52:21.765ZDEBG 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 } }]
92242026-08-05T02:52:21.765ZAug 05 02:52:20.267 Aug 05 02:52:20.282DEBG INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffcreated new freemap
92252026-08-05T02:52:21.765Z, unit: freemap_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 } }]
92262026-08-05T02:52:21.765Z
92272026-08-05T02:52:21.765ZAug 05 02:52:20.282 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 } }]
92282026-08-05T02:52:21.765ZAug 05 02:52:20.267Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282 INFOINFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
92292026-08-05T02:52:21.765Z DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffcreated new freemap Aug 05 02:52:20.282
92302026-08-05T02:52:21.765Z ,
92312026-08-05T02:52:21.765ZunitDEBGDEBG 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 } }]:
92322026-08-05T02:52:21.765Z created new freemapfreemap_route_ipv4Aug 05 02:52:20.282, unit
92332026-08-05T02:52:21.765ZAug 05 02:52:20.282: Aug 05 02:52:20.282DEBG freemap_route_ipv6INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
92342026-08-05T02:52:21.765ZAug 05 02:52:20.282
92352026-08-05T02:52:21.765Z
92362026-08-05T02:52:21.765Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.282
92372026-08-05T02:52:21.765ZAug 05 02:52:20.282DEBGAug 05 02:52:20.282 INFO DEBG DEBG initted freemap. size: 64created new freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ff, 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 } }],
92382026-08-05T02:52:21.765ZAug 05 02:52:20.282
92392026-08-05T02:52:21.765Zunit INFO unit:adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff :
92402026-08-05T02:52:21.765ZAug 05 02:52:20.282 INFOfreemap_route_ipv6Aug 05 02:52:20.282 Aug 05 02:52:20.282adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4
92412026-08-05T02:52:21.765Z
92422026-08-05T02:52:21.765ZDEBG 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
92432026-08-05T02:52:21.765Z 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 } }]
92442026-08-05T02:52:21.765Z
92452026-08-05T02:52:21.765ZAug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282DEBGDEBGAug 05 02:52:20.282 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG initted freemap. size: 64INFO ,
92462026-08-05T02:52:21.766ZAug 05 02:52:20.282unit reset freemapINFO, adding route 3fff:beef:28::/64 -> 2001:db8::55:ff:
92472026-08-05T02:52:21.769Z freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
92482026-08-05T02:52:21.769Z
92492026-08-05T02:52:21.769Zunit:Aug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282 INFO Aug 05 02:52:20.282 DEBGfreemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGDEBG
92502026-08-05T02:52:21.769Z 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 } }]
92512026-08-05T02:52:21.769Z
92522026-08-05T02:52:21.770Zreset freemapreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
92532026-08-05T02:52:21.770ZunitAug 05 02:52:20.282:Aug 05 02:52:20.282Aug 05 02:52:20.282 INFOfreemap_route_ipv4 DEBGDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 05 02:52:20.282replacing 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 } }]
92542026-08-05T02:52:21.770ZINFO
92552026-08-05T02:52:21.770Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
92562026-08-05T02:52:21.770Z Aug 05 02:52:20.282
92572026-08-05T02:52:21.770Z initted freemap. size: 64INFO, Aug 05 02:52:20.282unitAug 05 02:52:20.282: DEBGAug 05 02:52:20.282 freemap_route_ipv6
92582026-08-05T02:52:21.770Zadding route 3fff:beef:32::/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 } }]
92592026-08-05T02:52:21.770Z
92602026-08-05T02:52:21.770ZDEBG 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
92612026-08-05T02:52:21.770Z Aug 05 02:52:20.282 initted freemap. size: 64DEBG, Aug 05 02:52:20.282unit Aug 05 02:52:20.282Aug 05 02:52:20.282replacing 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 } }]:
92622026-08-05T02:52:21.770ZINFO DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
92632026-08-05T02:52:21.770Zfreemap_route_ipv6 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
92642026-08-05T02:52:21.770Z
92652026-08-05T02:52:21.770Zreset freemap, Aug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282 DEBGDEBG reset 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 } }],
92662026-08-05T02:52:21.770Zunit Aug 05 02:52:20.282: unit:INFOfreemap_route_ipv6
92672026-08-05T02:52:21.770Zfreemap_route_ipv6Aug 05 02:52:20.282
92682026-08-05T02:52:21.770ZDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO Aug 05 02:52:20.282replacing 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 } }]
92692026-08-05T02:52:21.770Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 05 02:52:20.282
92702026-08-05T02:52:21.770Z
92712026-08-05T02:52:21.770ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:52:20.282INFO
92722026-08-05T02:52:21.770ZAug 05 02:52:20.282Aug 05 02:52:20.282 adding route 3fff:dead::/64 -> 2001:db8::55:1
92732026-08-05T02:52:21.770ZDEBGINFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92742026-08-05T02:52:21.770ZAug 05 02:52:20.282Aug 05 02:52:20.282replacing 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 } }]
92752026-08-05T02:52:21.771ZDEBG DEBG Aug 05 02:52:20.282
92762026-08-05T02:52:21.771Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:52:20.282
92772026-08-05T02:52:21.771Z INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 05 02:52:20.282
92782026-08-05T02:52:21.771Z
92792026-08-05T02:52:21.771Z INFOAug 05 02:52:20.282 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOAug 05 02:52:20.282
92802026-08-05T02:52:21.771Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:52:20.282
92812026-08-05T02:52:21.771Z
92822026-08-05T02:52:21.771Z INFO DEBGAug 05 02:52:20.282adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:52:20.282
92832026-08-05T02:52:21.771Z Aug 05 02:52:20.282replacing 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
92842026-08-05T02:52:21.771Z Aug 05 02:52:20.282
92852026-08-05T02:52:21.771Z DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.282Aug 05 02:52:20.282 DEBG
92862026-08-05T02:52:21.771ZINFOINFO adding route 3fff:beef:35::/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 } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 05 02:52:20.282
92872026-08-05T02:52:21.771Z
92882026-08-05T02:52:21.771Z
92892026-08-05T02:52:21.771Z INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3
92902026-08-05T02:52:21.771Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 05 02:52:20.282
92912026-08-05T02:52:21.771Z Aug 05 02:52:20.282 DEBGINFO Aug 05 02:52:20.282Aug 05 02:52:20.282replacing 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 } }]
92922026-08-05T02:52:21.771ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
92932026-08-05T02:52:21.771ZAug 05 02:52:20.282 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 05 02:52:20.282INFO
92942026-08-05T02:52:21.771Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 05 02:52:20.282
92952026-08-05T02:52:21.771Z
92962026-08-05T02:52:21.771ZDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 05 02:52:20.282
92972026-08-05T02:52:21.771Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
92982026-08-05T02:52:21.771ZAug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
92992026-08-05T02:52:21.771ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.282
93002026-08-05T02:52:21.771ZDEBG DEBG Aug 05 02:52:20.282 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93012026-08-05T02:52:21.771Zadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 05 02:52:20.282
93022026-08-05T02:52:21.771Z
93032026-08-05T02:52:21.772ZDEBG 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 adding route 3fff:dead::/64 -> 2001:db8::55:4
93042026-08-05T02:52:21.772Z
93052026-08-05T02:52:21.772ZAug 05 02:52:20.282Aug 05 02:52:20.282Aug 05 02:52:20.282 Aug 05 02:52:20.282 INFOAug 05 02:52:20.282 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGINFO
93062026-08-05T02:52:21.772Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
93072026-08-05T02:52:21.772Z
93082026-08-05T02:52:21.772Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.282
93092026-08-05T02:52:21.772Z
93102026-08-05T02:52:21.772Z DEBGAug 05 02:52:20.282Aug 05 02:52:20.282 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
93112026-08-05T02:52:21.772Zreplacing 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 } }]
93122026-08-05T02:52:21.772Z
93132026-08-05T02:52:21.772ZAug 05 02:52:20.282Aug 05 02:52:20.282 DEBG Aug 05 02:52:20.282 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 } }] Aug 05 02:52:20.282
93142026-08-05T02:52:21.772ZINFOreplacing targets for 3fff:dead::/64 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 } }]
93152026-08-05T02:52:21.772Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
93162026-08-05T02:52:21.772ZAug 05 02:52:20.282 Aug 05 02:52:20.282WARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
93172026-08-05T02:52:21.772Z 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 05 02:52:20.282
93182026-08-05T02:52:21.772Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO
93192026-08-05T02:52:21.772Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 05 02:52:20.283
93202026-08-05T02:52:21.772Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
93212026-08-05T02:52:21.772ZAug 05 02:52:20.283
93222026-08-05T02:52:21.772ZAug 05 02:52:20.283 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 } }]
93232026-08-05T02:52:21.772Zreplacing 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 05 02:52:20.283
93242026-08-05T02:52:21.772Z 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 } }]Aug 05 02:52:20.283 INFOAug 05 02:52:20.283
93252026-08-05T02:52:21.772ZAug 05 02:52:20.283adding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.283
93262026-08-05T02:52:21.772Z
93272026-08-05T02:52:21.772ZAug 05 02:52:20.283 INFODEBGAug 05 02:52:20.292 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 05 02:52:20.292INFOcreated new freemap , DEBGunit
93282026-08-05T02:52:21.772Z: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:26::/64 -> 2001:db8::55:ff
93292026-08-05T02:52:21.772Z
93302026-08-05T02:52:21.772Z freemap_route_ipv4Aug 05 02:52:20.292Aug 05 02:52:20.292 INFOAug 05 02:52:20.292 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
93312026-08-05T02:52:21.772Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
93322026-08-05T02:52:21.772Z
93332026-08-05T02:52:21.772Z 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 } }]
93342026-08-05T02:52:21.772ZAug 05 02:52:20.292 Aug 05 02:52:20.292Aug 05 02:52:20.292 DEBGINFO created new freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 05 02:52:20.292
93352026-08-05T02:52:21.772Z DEBGINFO , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 05 02:52:20.292replacing 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 } }]
93362026-08-05T02:52:21.772Zunit:
93372026-08-05T02:52:21.772Z freemap_route_ipv6DEBGAug 05 02:52:20.292 Aug 05 02:52:20.292
93382026-08-05T02:52:21.773Z 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
93392026-08-05T02:52:21.773Zreplacing 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 } }]
93402026-08-05T02:52:21.773Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 05 02:52:20.292
93412026-08-05T02:52:21.773Z DEBG Aug 05 02:52:20.292Aug 05 02:52:20.292 Aug 05 02:52:20.292initted freemap. size: 64INFO , DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
93422026-08-05T02:52:21.773Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
93432026-08-05T02:52:21.773Z
93442026-08-05T02:52:21.773ZunitAug 05 02:52:20.292: freemap_route_ipv4INFOAug 05 02:52:20.292Aug 05 02:52:20.292
93452026-08-05T02:52:21.773Z DEBG DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 05 02:52:20.292
93462026-08-05T02:52:21.773Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
93472026-08-05T02:52:21.776Zreplacing 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 } }]
93482026-08-05T02:52:21.777Zreset freemapAug 05 02:52:20.292, unitDEBGAug 05 02:52:20.292 : Aug 05 02:52:20.292replacing 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 freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
93492026-08-05T02:52:21.777Z
93502026-08-05T02:52:21.777Z
93512026-08-05T02:52:21.777Z failed to allocate space for the new target listAug 05 02:52:20.292Aug 05 02:52:20.292 DEBGAug 05 02:52:20.292INFO DEBG
93522026-08-05T02:52:21.777Zreplacing 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:29::/64 -> 2001:db8::55:ff
93532026-08-05T02:52:21.777Z
93542026-08-05T02:52:21.777Zinitted freemap. size: 64, unit:Aug 05 02:52:20.292 Aug 05 02:52:20.292Aug 05 02:52:20.292 freemap_route_ipv6
93552026-08-05T02:52:21.777ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93562026-08-05T02:52:21.777Z
93572026-08-05T02:52:21.777ZINFO Aug 05 02:52:20.292 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
93582026-08-05T02:52:21.777ZAug 05 02:52:20.292 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
93592026-08-05T02:52:21.777Z Aug 05 02:52:20.292reset freemap , DEBGunit :Aug 05 02:52:20.292 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
93602026-08-05T02:52:21.777Z freemap_route_ipv6replacing 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 } }]
93612026-08-05T02:52:21.777Z
93622026-08-05T02:52:21.777ZAug 05 02:52:20.292Aug 05 02:52:20.292Aug 05 02:52:20.292 INFOINFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
93632026-08-05T02:52:21.777Z
93642026-08-05T02:52:21.777Z
93652026-08-05T02:52:21.777ZAug 05 02:52:20.292 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 } }]
93662026-08-05T02:52:21.777ZAug 05 02:52:20.292 Aug 05 02:52:20.292Aug 05 02:52:20.292 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
93672026-08-05T02:52:21.777ZDEBG
93682026-08-05T02:52:21.777Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.292Aug 05 02:52:20.292
93692026-08-05T02:52:21.777Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:52:20.292
93702026-08-05T02:52:21.777Z INFO INFOAug 05 02:52:20.292 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
93712026-08-05T02:52:21.777Z
93722026-08-05T02:52:21.777Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93732026-08-05T02:52:21.777Z Aug 05 02:52:20.292INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:52:20.292
93742026-08-05T02:52:21.777Z DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
93752026-08-05T02:52:21.777Z
93762026-08-05T02:52:21.778ZAug 05 02:52:20.283 DEBG created new freemap, unit:Aug 05 02:52:20.292 Aug 05 02:52:20.292 Aug 05 02:52:20.292freemap_route_ipv4
93772026-08-05T02:52:21.778ZDEBGINFO 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 } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
93782026-08-05T02:52:21.778Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
93792026-08-05T02:52:21.778Z
93802026-08-05T02:52:21.778ZAug 05 02:52:20.292 DEBG Aug 05 02:52:20.292created new freemap , INFOunit :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
93812026-08-05T02:52:21.778Zfreemap_route_ipv6
93822026-08-05T02:52:21.778ZAug 05 02:52:20.292Aug 05 02:52:20.292 Aug 05 02:52:20.293DEBG 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 } }]
93832026-08-05T02:52:21.778Zreplacing 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 } }]
93842026-08-05T02:52:21.778ZDEBGAug 05 02:52:20.293 Aug 05 02:52:20.293initted freemap. size: 64 Aug 05 02:52:20.293, INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunit
93852026-08-05T02:52:21.778Z: DEBGfreemap_route_ipv4
93862026-08-05T02:52:21.778Zreplacing 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 } }]
93872026-08-05T02:52:21.778Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
93882026-08-05T02:52:21.778ZAug 05 02:52:20.293Aug 05 02:52:20.293 DEBGDEBG reset freemapreplacing 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 } }],
93892026-08-05T02:52:21.778ZAug 05 02:52:20.293unit INFO: replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.293freemap_route_ipv4
93902026-08-05T02:52:21.778Z
93912026-08-05T02:52:21.778ZDEBG adding route 3fff:beef:2e::/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 } }]
93922026-08-05T02:52:21.778ZAug 05 02:52:20.293
93932026-08-05T02:52:21.778Z Aug 05 02:52:20.293 INFODEBG Aug 05 02:52:20.293Aug 05 02:52:20.293 Aug 05 02:52:20.293adding route 3fff:beef:28::/64 -> 2001:db8::55:ff INFOinitted freemap. size: 64 DEBG, adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit
93942026-08-05T02:52:21.778Z
93952026-08-05T02:52:21.778ZINFO: 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 } }]freemap_route_ipv6Aug 05 02:52:20.293
93962026-08-05T02:52:21.778Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
93972026-08-05T02:52:21.778Z
93982026-08-05T02:52:21.778ZDEBG 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 } }]
93992026-08-05T02:52:21.778ZAug 05 02:52:20.293 Aug 05 02:52:20.293Aug 05 02:52:20.293INFO Aug 05 02:52:20.293 DEBGDEBG reset freemap Aug 05 02:52:20.293INFOreplacing 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 } }],
94002026-08-05T02:52:21.778Zunit:adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
94012026-08-05T02:52:21.778Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
94022026-08-05T02:52:21.778Zfreemap_route_ipv6Aug 05 02:52:20.293
94032026-08-05T02:52:21.778Z INFO Aug 05 02:52:20.293adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 05 02:52:20.293
94042026-08-05T02:52:21.778Ztest route::tests::same_size_non_subset_replace ... ok
94052026-08-05T02:52:21.778Ztest route::tests::rollback_on_index_readd_failure ... ok
94062026-08-05T02:52:21.778ZDEBGDEBGDEBG 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: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 } }]
94072026-08-05T02:52:21.779Z
94082026-08-05T02:52:21.779Z 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 } }]
94092026-08-05T02:52:21.779ZAug 05 02:52:20.293 INFOAug 05 02:52:20.293Aug 05 02:52:20.293 Aug 05 02:52:20.293INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff 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 } }]
94102026-08-05T02:52:21.779Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 05 02:52:20.293
94112026-08-05T02:52:21.779Z
94122026-08-05T02:52:21.779Z INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:52:20.293 Aug 05 02:52:20.293DEBG
94132026-08-05T02:52:21.779Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94142026-08-05T02:52:21.779Z adding route 3fff:beef:30::/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 } }]Aug 05 02:52:20.293
94152026-08-05T02:52:21.779Z
94162026-08-05T02:52:21.779Z INFOAug 05 02:52:20.293 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 05 02:52:20.293INFOAug 05 02:52:20.293 Aug 05 02:52:20.293INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
94172026-08-05T02:52:21.779Z
94182026-08-05T02:52:21.779Z
94192026-08-05T02:52:21.779ZDEBGAug 05 02:52:20.293 DEBGDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.293Aug 05 02:52:20.293
94202026-08-05T02:52:21.779Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94212026-08-05T02:52:21.779Z 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: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 } }]
94222026-08-05T02:52:21.779ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 05 02:52:20.293
94232026-08-05T02:52:21.779Z
94242026-08-05T02:52:21.779Z INFOAug 05 02:52:20.293 INFOAug 05 02:52:20.293adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 05 02:52:20.293Aug 05 02:52:20.293
94252026-08-05T02:52:21.779Z INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
94262026-08-05T02:52:21.779Z
94272026-08-05T02:52:21.780ZAug 05 02:52:20.293 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
94282026-08-05T02:52:21.780Zreplacing 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 05 02:52:20.293
94292026-08-05T02:52:21.780Z 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 } }]
94302026-08-05T02:52:21.780Z
94312026-08-05T02:52:21.780ZAug 05 02:52:20.293 Aug 05 02:52:20.293DEBG Aug 05 02:52:20.293 INFOAug 05 02:52:20.293replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
94322026-08-05T02:52:21.780Z
94332026-08-05T02:52:21.780Z 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:32::/64 -> 2001:db8::55:ff
94342026-08-05T02:52:21.780ZAug 05 02:52:20.293Aug 05 02:52:20.293
94352026-08-05T02:52:21.780Z Aug 05 02:52:20.293DEBGAug 05 02:52:20.293 INFO 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:dead::/64 -> 2001:db8::55:4Aug 05 02:52:20.293replacing 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 } }]
94362026-08-05T02:52:21.780Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
94372026-08-05T02:52:21.780Z
94382026-08-05T02:52:21.780ZDEBG
94392026-08-05T02:52:21.780Zreplacing 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 } }]
94402026-08-05T02:52:21.780ZAug 05 02:52:20.293Aug 05 02:52:20.293 INFOAug 05 02:52:20.293 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
94412026-08-05T02:52:21.780ZAug 05 02:52:20.293 created new freemapDEBG, unitcreated new freemap:, Aug 05 02:52:20.316 Aug 05 02:52:20.293freemap_route_ipv4unit
94422026-08-05T02:52:21.780Z:Aug 05 02:52:20.316 freemap_route_ipv4INFODEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
94432026-08-05T02:52:21.780Z Aug 05 02:52:20.316adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
94442026-08-05T02:52:21.780ZDEBG
94452026-08-05T02:52:21.780Z
94462026-08-05T02:52:21.780Z created new freemap, unitAug 05 02:52:20.316: INFOfreemap_route_ipv6
94472026-08-05T02:52:21.785Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
94482026-08-05T02:52:21.785ZAug 05 02:52:20.316Aug 05 02:52:20.316 Aug 05 02:52:20.316DEBG DEBG DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 05 02:52:20.316
94492026-08-05T02:52:21.785Zreplacing 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 05 02:52:20.316replacing 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 initted freemap. size: 64
94502026-08-05T02:52:21.785ZDEBG, Aug 05 02:52:20.316
94512026-08-05T02:52:21.785Zunit:created new freemap , unitAug 05 02:52:20.316INFO freemap_route_ipv4:INFO
94522026-08-05T02:52:21.785Z Aug 05 02:52:20.316freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
94532026-08-05T02:52:21.785ZAug 05 02:52:20.316
94542026-08-05T02:52:21.785Z DEBGINFO reset freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 05 02:52:20.316
94552026-08-05T02:52:21.785Z , unitDEBG:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
94562026-08-05T02:52:21.785Z 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 05 02:52:20.316Aug 05 02:52:20.316
94572026-08-05T02:52:21.785ZDEBGDEBG Aug 05 02:52:20.316replacing 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 } }]initted freemap. size: 64 freemap_route_ipv4DEBGAug 05 02:52:20.316
94582026-08-05T02:52:21.785Z
94592026-08-05T02:52:21.785Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO,
94602026-08-05T02:52:21.785ZAug 05 02:52:20.316 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit
94612026-08-05T02:52:21.785ZAug 05 02:52:20.316INFO :adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 05 02:52:20.316DEBG Aug 05 02:52:20.316 DEBGinitted freemap. size: 64
94622026-08-05T02:52:21.785Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO,
94632026-08-05T02:52:21.785Zunit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
94642026-08-05T02:52:21.785Z freemap_route_ipv4freemap_route_ipv6
94652026-08-05T02:52:21.786ZAug 05 02:52:20.316
94662026-08-05T02:52:21.786ZAug 05 02:52:20.316INFOAug 05 02:52:20.316 Aug 05 02:52:20.316DEBG Aug 05 02:52:20.316 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94672026-08-05T02:52:21.786ZDEBG
94682026-08-05T02:52:21.786Z DEBGreset freemapDEBG, unitAug 05 02:52:20.316:reset freemapAug 05 02:52:20.316, unit freemap_route_ipv6
94692026-08-05T02:52:21.786ZDEBGDEBG 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 } }] failed to allocate space for the new target listreplacing 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 } }]
94702026-08-05T02:52:21.786Z
94712026-08-05T02:52:21.786Z
94722026-08-05T02:52:21.786ZAug 05 02:52:20.316 : INFOfreemap_route_ipv4Aug 05 02:52:20.316
94732026-08-05T02:52:21.786ZAug 05 02:52:20.316 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
94742026-08-05T02:52:21.786Z
94752026-08-05T02:52:21.786ZAug 05 02:52:20.316 replacing targets for 3fff:dead::/64 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 } }]DEBG
94762026-08-05T02:52:21.786ZAug 05 02:52:20.316 Aug 05 02:52:20.316DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
94772026-08-05T02:52:21.786Z initted freemap. size: 64Aug 05 02:52:20.316replacing 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 05 02:52:20.316INFO
94782026-08-05T02:52:21.786Z INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
94792026-08-05T02:52:21.786Zadding route 172.16.0.0/32 -> 10.0.0.2unitAug 05 02:52:20.316
94802026-08-05T02:52:21.786Z :INFO Aug 05 02:52:20.316 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 05 02:52:20.316DEBGfreemap_route_ipv6
94812026-08-05T02:52:21.786Z DEBG
94822026-08-05T02:52:21.786Zreplacing 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 05 02:52:20.316
94832026-08-05T02:52:21.786Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
94842026-08-05T02:52:21.786ZDEBG 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 05 02:52:20.316Aug 05 02:52:20.316 DEBGAug 05 02:52:20.316 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
94852026-08-05T02:52:21.786Z
94862026-08-05T02:52:21.786Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94872026-08-05T02:52:21.786Z DEBG Aug 05 02:52:20.293 Aug 05 02:52:20.316DEBGAug 05 02:52:20.316DEBGreset freemap , INFOunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:39::/64 -> 2001:db8::55:ffDEBG
94882026-08-05T02:52:21.786Z
94892026-08-05T02:52:21.786Zreplacing 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: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 } }]:
94902026-08-05T02:52:21.786Z
94912026-08-05T02:52:21.786ZAug 05 02:52:20.316freemap_route_ipv6 Aug 05 02:52:20.316
94922026-08-05T02:52:21.786Z Aug 05 02:52:20.316DEBG replacing targets for 3fff:dead::/64 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 } }]INFO
94932026-08-05T02:52:21.787ZDEBGAug 05 02:52:20.316 Aug 05 02:52:20.316replacing 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
94942026-08-05T02:52:21.787Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1INFO
94952026-08-05T02:52:21.787ZAug 05 02:52:20.316 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
94962026-08-05T02:52:21.787Z
94972026-08-05T02:52:21.787ZWARNAug 05 02:52:20.316 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
94982026-08-05T02:52:21.787Z Aug 05 02:52:20.316adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
94992026-08-05T02:52:21.787ZDEBG Aug 05 02:52:20.316replacing 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 } }]
95002026-08-05T02:52:21.787ZAug 05 02:52:20.316DEBGAug 05 02:52:20.316Aug 05 02:52:20.316 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
95012026-08-05T02:52:21.787ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
95022026-08-05T02:52:21.787Zreplacing 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
95032026-08-05T02:52:21.787Z Aug 05 02:52:20.316replacing 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 05 02:52:20.316 DEBGINFO
95042026-08-05T02:52:21.787Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
95052026-08-05T02:52:21.787ZAug 05 02:52:20.316 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 05 02:52:20.316 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
95062026-08-05T02:52:21.787Z
95072026-08-05T02:52:21.787Z
95082026-08-05T02:52:21.787Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
95092026-08-05T02:52:21.787Zadding route 172.16.0.0/32 -> 10.0.0.1
95102026-08-05T02:52:21.787ZAug 05 02:52:20.316 DEBGAug 05 02:52:20.316 Aug 05 02:52:20.316DEBGreplacing 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 } }]
95112026-08-05T02:52:21.787Z 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
95122026-08-05T02:52:21.787ZAug 05 02:52:20.316 Aug 05 02:52:20.316 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 } }]INFO
95132026-08-05T02:52:21.787ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
95142026-08-05T02:52:21.787Z
95152026-08-05T02:52:21.787ZAug 05 02:52:20.316Aug 05 02:52:20.316 INFOINFO Aug 05 02:52:20.316adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
95162026-08-05T02:52:21.787Zreplacing 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 05 02:52:20.316
95172026-08-05T02:52:21.787Z DEBG
95182026-08-05T02:52:21.787Z Aug 05 02:52:20.316replacing 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 } }]
95192026-08-05T02:52:21.788ZDEBGAug 05 02:52:20.316Aug 05 02:52:20.316 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 } }]
95202026-08-05T02:52:21.788ZDEBGINFOAug 05 02:52:20.316 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
95212026-08-05T02:52:21.788Z 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 } }]INFO
95222026-08-05T02:52:21.788Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 05 02:52:20.316
95232026-08-05T02:52:21.788Z Aug 05 02:52:20.316INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
95242026-08-05T02:52:21.788ZAug 05 02:52:20.316 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 } }]DEBGAug 05 02:52:20.316 Aug 05 02:52:20.316replacing 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 } }]
95252026-08-05T02:52:21.788Z
95262026-08-05T02:52:21.788Z DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
95272026-08-05T02:52:21.788Z Aug 05 02:52:20.316adding route 172.16.0.0/32 -> 10.0.0.2
95282026-08-05T02:52:21.788ZINFOAug 05 02:52:20.316 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
95292026-08-05T02:52:21.788Z Aug 05 02:52:20.316adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
95302026-08-05T02:52:21.788ZAug 05 02:52:20.316DEBGAug 05 02:52:20.316 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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
95312026-08-05T02:52:21.788Z Aug 05 02:52:20.316adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBG
95322026-08-05T02:52:21.788Z 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: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 } }]
95332026-08-05T02:52:21.788Z
95342026-08-05T02:52:21.788ZAug 05 02:52:20.316Aug 05 02:52:20.316 DEBGINFO Aug 05 02:52:20.316replacing 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 } }]
95352026-08-05T02:52:21.788Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:52:20.316INFO
95362026-08-05T02:52:21.788Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
95372026-08-05T02:52:21.788Z Aug 05 02:52:20.316adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
95382026-08-05T02:52:21.788ZDEBG Aug 05 02:52:20.316Aug 05 02:52:20.316 Aug 05 02:52:20.316 DEBGfailed to allocate space for the new target listDEBG
95392026-08-05T02:52:21.788Zreplacing 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 } }]
95402026-08-05T02:52:21.788Zreplacing 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
95412026-08-05T02:52:21.788Z 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 } }]
95422026-08-05T02:52:21.788ZAug 05 02:52:20.316Aug 05 02:52:20.316 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 } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 05 02:52:20.316Aug 05 02:52:20.316
95432026-08-05T02:52:21.788Z
95442026-08-05T02:52:21.788ZDEBG INFO failed to allocate space for the new target listadding route 172.17.0.1/32 -> 10.0.0.255
95452026-08-05T02:52:21.788Z
95462026-08-05T02:52:21.789ZAug 05 02:52:20.316 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 } }]
95472026-08-05T02:52:21.794ZAug 05 02:52:20.316 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 05 02:52:20.316 INFOAug 05 02:52:20.317 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 05 02:52:20.317
95482026-08-05T02:52:21.794ZAug 05 02:52:20.317 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1created new freemapcreated new freemap
95492026-08-05T02:52:21.794Z, unit: , freemap_route_ipv4unit:
95502026-08-05T02:52:21.794ZAug 05 02:52:20.316 Aug 05 02:52:20.324freemap_route_ipv4DEBG 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 } }]
95512026-08-05T02:52:21.794ZAug 05 02:52:20.324
95522026-08-05T02:52:21.794Zcreated new freemap , Aug 05 02:52:20.324DEBG unitDEBGAug 05 02:52:20.324 :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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
95532026-08-05T02:52:21.794Z freemap_route_ipv6DEBG
95542026-08-05T02:52:21.794Z
95552026-08-05T02:52:21.794Zcreated new freemapAug 05 02:52:20.324, unit Aug 05 02:52:20.324INFO Aug 05 02:52:20.324adding route 172.17.0.2/32 -> 10.0.0.255 :INFO
95562026-08-05T02:52:21.794ZINFOfreemap_route_ipv6
95572026-08-05T02:52:21.794Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 05 02:52:20.324
95582026-08-05T02:52:21.794Z
95592026-08-05T02:52:21.794Z Aug 05 02:52:20.324DEBG Aug 05 02:52:20.324DEBG Aug 05 02:52:20.324 DEBGDEBGAug 05 02:52:20.324 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 } }]initted freemap. size: 64
95602026-08-05T02:52:21.794Zreplacing 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 } }]
95612026-08-05T02:52:21.794Z, initted freemap. size: 64unit : , freemap_route_ipv4DEBG
95622026-08-05T02:52:21.794ZAug 05 02:52:20.324unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
95632026-08-05T02:52:21.794ZAug 05 02:52:20.324 DEBGAug 05 02:52:20.324 reset freemapfreemap_route_ipv4,
95642026-08-05T02:52:21.794ZunitINFOAug 05 02:52:20.324:INFO adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv4INFO
95652026-08-05T02:52:21.794Z adding route 3fff:dead::/64 -> 2001:db8::55:3
95662026-08-05T02:52:21.794Z
95672026-08-05T02:52:21.794ZAug 05 02:52:20.324 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 05 02:52:20.324DEBG
95682026-08-05T02:52:21.794Z Aug 05 02:52:20.324 DEBGDEBGAug 05 02:52:20.324reset freemap , DEBGAug 05 02:52:20.324 unitreplacing 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 } }]
95692026-08-05T02:52:21.795ZDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
95702026-08-05T02:52:21.795Z, unit:freemap_route_ipv4Aug 05 02:52:20.324
95712026-08-05T02:52:21.795ZAug 05 02:52:20.324 INFOINFOAug 05 02:52:20.324freemap_route_ipv6
95722026-08-05T02:52:21.795ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
95732026-08-05T02:52:21.795Z initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95742026-08-05T02:52:21.795Z, Aug 05 02:52:20.324
95752026-08-05T02:52:21.795ZDEBGunit : Aug 05 02:52:20.324Aug 05 02:52:20.324reset freemap freemap_route_ipv6, 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.324 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 } }]
95762026-08-05T02:52:21.795Zfreemap_route_ipv6
95772026-08-05T02:52:21.795Z
95782026-08-05T02:52:21.795ZINFO
95792026-08-05T02:52:21.795Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
95802026-08-05T02:52:21.795ZAug 05 02:52:20.324Aug 05 02:52:20.324Aug 05 02:52:20.324 DEBG INFODEBGreset freemapAug 05 02:52:20.324 adding route 172.16.0.0/32 -> 10.0.0.1 INFOAug 05 02:52:20.324,
95812026-08-05T02:52:21.795Z unit :adding route 172.17.0.5/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 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 } }]
95822026-08-05T02:52:21.795Z
95832026-08-05T02:52:21.795Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Aug 05 02:52:20.324
95842026-08-05T02:52:21.795Z
95852026-08-05T02:52:21.795ZDEBG 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 05 02:52:20.324
95862026-08-05T02:52:21.795Z Aug 05 02:52:20.324WARN Aug 05 02:52:20.324 Aug 05 02:52:20.324DEBG INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 05 02:52:20.324
95872026-08-05T02:52:21.795Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1
95882026-08-05T02:52:21.795Z
95892026-08-05T02:52:21.795ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
95902026-08-05T02:52:21.795Z
95912026-08-05T02:52:21.795ZAug 05 02:52:20.324 DEBG Aug 05 02:52:20.324replacing 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 } }]
95922026-08-05T02:52:21.795ZAug 05 02:52:20.324Aug 05 02:52:20.324 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]ERROAug 05 02:52:20.324 adding route 172.17.0.6/32 -> 10.0.0.255
95932026-08-05T02:52:21.795Z
95942026-08-05T02:52:21.795ZINFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
95952026-08-05T02:52:21.795ZAug 05 02:52:20.324adding route 172.16.0.0/32 -> 10.0.0.1 Aug 05 02:52:20.325DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
95962026-08-05T02:52:21.795ZAug 05 02:52:20.325
95972026-08-05T02:52:21.795Z Aug 05 02:52:20.325 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95982026-08-05T02:52:21.795ZAug 05 02:52:20.325 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
95992026-08-05T02:52:21.795Z ERROreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 05 02:52:20.325
96002026-08-05T02:52:21.796Z Aug 05 02:52:20.325INFO Aug 05 02:52:20.325 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 itadding route 172.17.0.7/32 -> 10.0.0.255INFO
96012026-08-05T02:52:21.796Z DEBG
96022026-08-05T02:52:21.796Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 05 02:52:20.325replacing 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 } }]
96032026-08-05T02:52:21.796Z
96042026-08-05T02:52:21.796Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
96052026-08-05T02:52:21.796Z INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:52:20.325Aug 05 02:52:20.325 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 } }]
96062026-08-05T02:52:21.796Z
96072026-08-05T02:52:21.796ZAug 05 02:52:20.325 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
96082026-08-05T02:52:21.796Z Aug 05 02:52:20.325replacing 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 05 02:52:20.325 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96092026-08-05T02:52:21.796ZAug 05 02:52:20.325 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 05 02:52:20.325
96102026-08-05T02:52:21.796Z
96112026-08-05T02:52:21.796Z INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
96122026-08-05T02:52:21.796Z
96132026-08-05T02:52:21.796ZAug 05 02:52:20.325Aug 05 02:52:20.325 INFO Aug 05 02:52:20.325 DEBG Aug 05 02:52:20.325adding route 172.17.0.0/32 -> 10.0.0.255
96142026-08-05T02:52:21.796ZDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
96152026-08-05T02:52:21.796ZAug 05 02:52:20.325
96162026-08-05T02:52:21.796Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
96172026-08-05T02:52:21.796ZAug 05 02:52:20.325replacing 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 } }]
96182026-08-05T02:52:21.796ZINFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 05 02:52:20.325
96192026-08-05T02:52:21.796Z Aug 05 02:52:20.325Aug 05 02:52:20.325 INFODEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
96202026-08-05T02:52:21.796Z
96212026-08-05T02:52:21.796ZAug 05 02:52:20.325 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 05 02:52:20.325replacing 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 05 02:52:20.325
96222026-08-05T02:52:21.796Z DEBGDEBG
96232026-08-05T02:52:21.796Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96242026-08-05T02:52:21.796Z
96252026-08-05T02:52:21.796ZAug 05 02:52:20.325 Aug 05 02:52:20.325 Aug 05 02:52:20.325INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255Aug 05 02:52:20.325 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:3, vlan_id: None } }] INFO
96262026-08-05T02:52:21.796Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
96272026-08-05T02:52:21.796Z
96282026-08-05T02:52:21.796Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 05 02:52:20.325Aug 05 02:52:20.325
96292026-08-05T02:52:21.796Z DEBG Aug 05 02:52:20.325replacing 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 } }]
96302026-08-05T02:52:21.796ZDEBG 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 } }]
96312026-08-05T02:52:21.796ZAug 05 02:52:20.325 Aug 05 02:52:20.317INFOAug 05 02:52:20.325 INFOadding route 172.17.0.11/32 -> 10.0.0.255DEBG adding route 172.17.0.3/32 -> 10.0.0.255
96322026-08-05T02:52:21.796Z
96332026-08-05T02:52:21.796Zcreated new freemap , DEBGunitAug 05 02:52:20.325:Aug 05 02:52:20.325 freemap_route_ipv4 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
96342026-08-05T02:52:21.797Z 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 } }]
96352026-08-05T02:52:21.797Z
96362026-08-05T02:52:21.797ZDEBG Aug 05 02:52:20.325replacing 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 05 02:52:20.325INFOAug 05 02:52:20.325
96372026-08-05T02:52:21.797Z
96382026-08-05T02:52:21.797ZINFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
96392026-08-05T02:52:21.797Zadding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 05 02:52:20.325
96402026-08-05T02:52:21.797Zcreated new freemap , INFOunitAug 05 02:52:20.325 Aug 05 02:52:20.325adding route 172.17.0.12/32 -> 10.0.0.255: DEBG
96412026-08-05T02:52:21.797Z 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 } }] 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_ipv6
96422026-08-05T02:52:21.797Z
96432026-08-05T02:52:21.797Z
96442026-08-05T02:52:21.797ZAug 05 02:52:20.325 DEBG Aug 05 02:52:20.325replacing 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 05 02:52:20.325
96452026-08-05T02:52:21.797ZDEBG INFOinitted freemap. size: 64 , adding route 172.17.0.5/32 -> 10.0.0.255unit
96462026-08-05T02:52:21.797Z:Aug 05 02:52:20.325 freemap_route_ipv4Aug 05 02:52:20.325INFOAug 05 02:52:20.325
96472026-08-05T02:52:21.801Z adding route 172.17.0.13/32 -> 10.0.0.255 INFO
96482026-08-05T02:52:21.801ZDEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 05 02:52:20.325replacing 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 Aug 05 02:52:20.325reset freemap , Aug 05 02:52:20.325unit :DEBGDEBG created new freemapfreemap_route_ipv4created new freemap
96492026-08-05T02:52:21.801Z, , unitunit:: freemap_route_ipv4freemap_route_ipv4
96502026-08-05T02:52:21.801ZAug 05 02:52:20.332
96512026-08-05T02:52:21.802ZDEBG initted freemap. size: 64, unit:Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBG created new freemap freemap_route_ipv6, created new freemapDEBG
96522026-08-05T02:52:21.802Z, unitunit: :Aug 05 02:52:20.332created new freemap freemap_route_ipv6, freemap_route_ipv6unit :
96532026-08-05T02:52:21.802Z
96542026-08-05T02:52:21.802Z freemap_route_ipv4DEBG
96552026-08-05T02:52:21.802ZAug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBG initted freemap. size: 64initted freemap. size: 64 , , unit:Aug 05 02:52:20.325reset freemapunit :Aug 05 02:52:20.332freemap_route_ipv4 DEBG
96562026-08-05T02:52:21.802Zfreemap_route_ipv4, DEBG
96572026-08-05T02:52:21.802Zreplacing 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 05 02:52:20.332
96582026-08-05T02:52:21.802Z unitcreated new freemapDEBG:Aug 05 02:52:20.332 , freemap_route_ipv6DEBG
96592026-08-05T02:52:21.802Zunit reset freemapreset freemap:, , Aug 05 02:52:20.332unit Aug 05 02:52:20.332unit freemap_route_ipv6INFO
96602026-08-05T02:52:21.802Z: adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4
96612026-08-05T02:52:21.802ZINFO :adding route 172.16.0.0/32 -> 10.0.0.1
96622026-08-05T02:52:21.802ZAug 05 02:52:20.332freemap_route_ipv4
96632026-08-05T02:52:21.802Z
96642026-08-05T02:52:21.802Z DEBGAug 05 02:52:20.332 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 } }]DEBGAug 05 02:52:20.332
96652026-08-05T02:52:21.802ZAug 05 02:52:20.332Aug 05 02:52:20.332 DEBG DEBG initted freemap. size: 64 DEBGinitted freemap. size: 64, , unitunit::initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:52:20.332,
96662026-08-05T02:52:21.802Zfreemap_route_ipv6 INFOfreemap_route_ipv6unit :adding route 172.17.0.15/32 -> 10.0.0.255
96672026-08-05T02:52:21.802ZAug 05 02:52:20.332
96682026-08-05T02:52:21.802Z
96692026-08-05T02:52:21.802Z INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 05 02:52:20.332freemap_route_ipv4Aug 05 02:52:20.332
96702026-08-05T02:52:21.802Z DEBG
96712026-08-05T02:52:21.802ZDEBG Aug 05 02:52:20.332 reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 05 02:52:20.332unitDEBG: reset freemapfreemap_route_ipv6, unit
96722026-08-05T02:52:21.802Z
96732026-08-05T02:52:21.802ZDEBG :reset freemap Aug 05 02:52:20.332freemap_route_ipv4 Aug 05 02:52:20.332
96742026-08-05T02:52:21.802ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
96752026-08-05T02:52:21.802Z, Aug 05 02:52:20.332adding route 172.17.0.16/32 -> 10.0.0.255unit
96762026-08-05T02:52:21.802Z:Aug 05 02:52:20.332Aug 05 02:52:20.332 DEBGDEBGfreemap_route_ipv6 Aug 05 02:52:20.332
96772026-08-05T02:52:21.802Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96782026-08-05T02:52:21.802ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96792026-08-05T02:52:21.802Zreplacing 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
96802026-08-05T02:52:21.802Z initted freemap. size: 64Aug 05 02:52:20.332, Aug 05 02:52:20.332INFOAug 05 02:52:20.332 unitAug 05 02:52:20.332INFO: adding route 172.16.0.0/32 -> 10.0.0.2
96812026-08-05T02:52:21.802Zadding route 172.17.0.0/32 -> 10.0.0.255INFO freemap_route_ipv6
96822026-08-05T02:52:21.802ZINFO
96832026-08-05T02:52:21.802ZAug 05 02:52:20.332 DEBGadding route 172.17.0.17/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 } }]
96842026-08-05T02:52:21.803ZAug 05 02:52:20.332
96852026-08-05T02:52:21.803Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 05 02:52:20.332DEBG Aug 05 02:52:20.332replacing 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 } }]DEBGAug 05 02:52:20.332
96862026-08-05T02:52:21.803Z
96872026-08-05T02:52:21.803Z INFODEBGreset freemap , unit:Aug 05 02:52:20.332adding route 172.16.0.0/32 -> 10.0.0.3
96882026-08-05T02:52:21.803ZINFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 05 02:52:20.332replacing 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 } }]
96892026-08-05T02:52:21.803ZDEBGfreemap_route_ipv6
96902026-08-05T02:52:21.803ZAug 05 02:52:20.332replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
96912026-08-05T02:52:21.803Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96922026-08-05T02:52:21.803Z
96932026-08-05T02:52:21.803ZAug 05 02:52:20.332Aug 05 02:52:20.332Aug 05 02:52:20.332 INFODEBG Aug 05 02:52:20.332replacing 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 } }]
96942026-08-05T02:52:21.803Zadding route 172.17.0.18/32 -> 10.0.0.255INFOINFO
96952026-08-05T02:52:21.803Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 05 02:52:20.332
96962026-08-05T02:52:21.803Z adding route 172.16.0.0/32 -> 10.0.0.2INFO
96972026-08-05T02:52:21.803Zadding route 172.16.0.0/32 -> 10.0.0.4
96982026-08-05T02:52:21.803ZAug 05 02:52:20.332Aug 05 02:52:20.332Aug 05 02:52:20.332 Aug 05 02:52:20.332INFO Aug 05 02:52:20.332DEBGDEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
96992026-08-05T02:52:21.803Z
97002026-08-05T02:52:21.803Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
97012026-08-05T02:52:21.803Z
97022026-08-05T02:52:21.803ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.332
97032026-08-05T02:52:21.803ZDEBG 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 05 02:52:20.332Aug 05 02:52:20.332 Aug 05 02:52:20.332INFO DEBGINFO Aug 05 02:52:20.332 adding route 172.17.0.19/32 -> 10.0.0.255
97042026-08-05T02:52:21.803Ztest route::tests::shrink_preserves_compacted_order ... ok
97052026-08-05T02:52:21.803Zadding route 3fff:dead::/64 -> 2001:db8::55:2
97062026-08-05T02:52:21.803ZINFOreplacing targets for 172.16.0.0/32 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 } }]
97072026-08-05T02:52:21.803Z
97082026-08-05T02:52:21.803Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 05 02:52:20.332
97092026-08-05T02:52:21.803ZAug 05 02:52:20.332 Aug 05 02:52:20.332INFO Aug 05 02:52:20.332 DEBG DEBGadding route 172.17.0.3/32 -> 10.0.0.255DEBG
97102026-08-05T02:52:21.803Z 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 } }]
97112026-08-05T02:52:21.803Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
97122026-08-05T02:52:21.803Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.332
97132026-08-05T02:52:21.803Z DEBGAug 05 02:52:20.332Aug 05 02:52:20.332 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 Aug 05 02:52:20.332
97142026-08-05T02:52:21.803Zadding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97152026-08-05T02:52:21.804Z
97162026-08-05T02:52:21.804ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
97172026-08-05T02:52:21.804ZAug 05 02:52:20.332Aug 05 02:52:20.332 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.332
97182026-08-05T02:52:21.804Z
97192026-08-05T02:52:21.804Z Aug 05 02:52:20.332
97202026-08-05T02:52:21.804Z INFODEBG Aug 05 02:52:20.332 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.332INFO
97212026-08-05T02:52:21.804Zadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
97222026-08-05T02:52:21.804ZINFO
97232026-08-05T02:52:21.804Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 05 02:52:20.332
97242026-08-05T02:52:21.804Z Aug 05 02:52:20.332INFO adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 05 02:52:20.332
97252026-08-05T02:52:21.804Z Aug 05 02:52:20.332 Aug 05 02:52:20.332 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
97262026-08-05T02:52:21.804Z
97272026-08-05T02:52:21.804Zadding route 3fff:dead::/64 -> 2001:db8::55:4
97282026-08-05T02:52:21.804ZAug 05 02:52:20.332 INFO
97292026-08-05T02:52:21.804ZAug 05 02:52:20.332 adding route 172.17.0.22/32 -> 10.0.0.255
97302026-08-05T02:52:21.804ZDEBG Aug 05 02:52:20.332replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.332
97312026-08-05T02:52:21.804Z INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 05 02:52:20.332
97322026-08-05T02:52:21.804Z
97332026-08-05T02:52:21.804Z Aug 05 02:52:20.332DEBG DEBG Aug 05 02:52:20.332 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 05 02:52:20.332
97342026-08-05T02:52:21.804Z
97352026-08-05T02:52:21.804ZINFO DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
97362026-08-05T02:52:21.804Z
97372026-08-05T02:52:21.804ZAug 05 02:52:20.332 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
97382026-08-05T02:52:21.804ZAug 05 02:52:20.332 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97392026-08-05T02:52:21.804ZAug 05 02:52:20.332Aug 05 02:52:20.332 DEBGAug 05 02:52:20.332 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 } }]DEBG
97402026-08-05T02:52:21.804Z 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
97412026-08-05T02:52:21.804Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.332
97422026-08-05T02:52:21.804Z DEBG failed to allocate space for the new target list
97432026-08-05T02:52:21.804ZDEBGAug 05 02:52:20.332 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 05 02:52:20.332
97442026-08-05T02:52:21.804Z INFOAug 05 02:52:20.332 INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 05 02:52:20.332
97452026-08-05T02:52:21.804Z
97462026-08-05T02:52:21.804Z INFO
97472026-08-05T02:52:21.809Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 05 02:52:20.332
97482026-08-05T02:52:21.809ZAug 05 02:52:20.332 DEBG DEBGfailed to allocate space for the new target list
97492026-08-05T02:52:21.809Zreplacing 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 05 02:52:20.332Aug 05 02:52:20.332
97502026-08-05T02:52:21.809ZDEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97512026-08-05T02:52:21.809Z
97522026-08-05T02:52:21.809ZAug 05 02:52:20.332 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97532026-08-05T02:52:21.809ZAug 05 02:52:20.332 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:52:20.332
97542026-08-05T02:52:21.809ZAug 05 02:52:20.332 DEBGINFO Aug 05 02:52:20.332replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.25/32 -> 10.0.0.255
97552026-08-05T02:52:21.809Z
97562026-08-05T02:52:21.809Z 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 } }]
97572026-08-05T02:52:21.809ZAug 05 02:52:20.339Aug 05 02:52:20.333Aug 05 02:52:20.333 DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
97582026-08-05T02:52:21.809Z created new freemapcreated new freemap, , unitunit:: Aug 05 02:52:20.339freemap_route_ipv4
97592026-08-05T02:52:21.809ZAug 05 02:52:20.339DEBG 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 } }]freemap_route_ipv4replacing 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 } }]
97602026-08-05T02:52:21.809ZAug 05 02:52:20.339
97612026-08-05T02:52:21.809Z DEBG
97622026-08-05T02:52:21.809Z created new freemapAug 05 02:52:20.339, unitINFO: adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6
97632026-08-05T02:52:21.809Z
97642026-08-05T02:52:21.809ZAug 05 02:52:20.339 Aug 05 02:52:20.339DEBG Aug 05 02:52:20.339INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
97652026-08-05T02:52:21.809Z 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 05 02:52:20.339
97662026-08-05T02:52:21.809Zcreated new freemapAug 05 02:52:20.339, unitDEBG:Aug 05 02:52:20.339 freemap_route_ipv6initted freemap. size: 64
97672026-08-05T02:52:21.809Z, unit :DEBG Aug 05 02:52:20.339INFO freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255DEBG
97682026-08-05T02:52:21.810Zinitted freemap. size: 64
97692026-08-05T02:52:21.810Z, unit:replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97702026-08-05T02:52:21.810ZAug 05 02:52:20.339Aug 05 02:52:20.339freemap_route_ipv4 DEBG 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 } }]
97712026-08-05T02:52:21.810ZAug 05 02:52:20.339reset freemap , INFOunitAug 05 02:52:20.339
97722026-08-05T02:52:21.810Z : adding route 172.17.0.27/32 -> 10.0.0.255
97732026-08-05T02:52:21.810Zfreemap_route_ipv4DEBG
97742026-08-05T02:52:21.810ZAug 05 02:52:20.339 reset freemapINFO, Aug 05 02:52:20.339 Aug 05 02:52:20.339adding route 172.17.0.10/32 -> 10.0.0.255 DEBGDEBG unit
97752026-08-05T02:52:21.810Zinitted 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 } }], :unit
97762026-08-05T02:52:21.810Z :freemap_route_ipv4
97772026-08-05T02:52:21.810Zfreemap_route_ipv6Aug 05 02:52:20.339
97782026-08-05T02:52:21.810Z DEBGAug 05 02:52:20.339 INFOAug 05 02:52:20.339replacing 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 } }]
97792026-08-05T02:52:21.810ZDEBGAug 05 02:52:20.339 reset freemap adding route 172.17.0.28/32 -> 10.0.0.255
97802026-08-05T02:52:21.810Z, DEBGAug 05 02:52:20.339 unit :INFO freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64
97812026-08-05T02:52:21.810Z, Aug 05 02:52:20.339unit
97822026-08-05T02:52:21.810Z :DEBG Aug 05 02:52:20.339replacing 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 05 02:52:20.339INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
97832026-08-05T02:52:21.810Z
97842026-08-05T02:52:21.810Zreplacing 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 } }]freemap_route_ipv6
97852026-08-05T02:52:21.810Z
97862026-08-05T02:52:21.810ZAug 05 02:52:20.339Aug 05 02:52:20.339 DEBG INFOAug 05 02:52:20.339replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 05 02:52:20.339
97872026-08-05T02:52:21.810Zadding route 172.17.0.29/32 -> 10.0.0.255INFO
97882026-08-05T02:52:21.810Z DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 05 02:52:20.339 reset freemapAug 05 02:52:20.339,
97892026-08-05T02:52:21.810Z DEBGunit:INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 05 02:52:20.339
97902026-08-05T02:52:21.810Zfreemap_route_ipv6
97912026-08-05T02:52:21.810Z
97922026-08-05T02:52:21.810ZDEBGAug 05 02:52:20.339 Aug 05 02:52:20.339 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 05 02:52:20.339INFODEBG
97932026-08-05T02:52:21.810Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
97942026-08-05T02:52:21.810Z adding route 172.17.0.30/32 -> 10.0.0.255
97952026-08-05T02:52:21.810Zadding route 172.16.0.0/32 -> 10.0.0.1
97962026-08-05T02:52:21.810ZAug 05 02:52:20.339Aug 05 02:52:20.339 Aug 05 02:52:20.339INFO INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3
97972026-08-05T02:52:21.810Zadding route 172.17.0.13/32 -> 10.0.0.255
97982026-08-05T02:52:21.810Zreplacing 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 } }]
97992026-08-05T02:52:21.810ZAug 05 02:52:20.339Aug 05 02:52:20.339 Aug 05 02:52:20.339 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
98002026-08-05T02:52:21.810ZDEBG
98012026-08-05T02:52:21.810Zreplacing 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 05 02:52:20.339
98022026-08-05T02:52:21.810ZINFO Aug 05 02:52:20.339adding route 172.17.0.31/32 -> 10.0.0.255 Aug 05 02:52:20.339INFO
98032026-08-05T02:52:21.811Z INFO Aug 05 02:52:20.339adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
98042026-08-05T02:52:21.811Z
98052026-08-05T02:52:21.811Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
98062026-08-05T02:52:21.811ZAug 05 02:52:20.339Aug 05 02:52:20.339 Aug 05 02:52:20.339DEBGDEBG DEBGAug 05 02:52:20.339replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
98072026-08-05T02:52:21.811ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }]
98082026-08-05T02:52:21.811Z
98092026-08-05T02:52:21.811Z
98102026-08-05T02:52:21.811ZAug 05 02:52:20.339 DEBGAug 05 02:52:20.339 replacing targets for 172.16.0.0/32 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 } }]INFO
98112026-08-05T02:52:21.811Z Aug 05 02:52:20.339adding route 172.17.0.15/32 -> 10.0.0.255 INFO
98122026-08-05T02:52:21.811ZAug 05 02:52:20.339 adding route 172.17.0.32/32 -> 10.0.0.255INFO
98132026-08-05T02:52:21.811Z Aug 05 02:52:20.339adding route 172.17.0.1/32 -> 10.0.0.255
98142026-08-05T02:52:21.811ZDEBG Aug 05 02:52:20.339replacing 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 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98152026-08-05T02:52:21.811Z
98162026-08-05T02:52:21.811ZAug 05 02:52:20.346 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 } }]
98172026-08-05T02:52:21.811ZAug 05 02:52:20.346Aug 05 02:52:20.346 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
98182026-08-05T02:52:21.811Z
98192026-08-05T02:52:21.811ZAug 05 02:52:20.339Aug 05 02:52:20.346 DEBGINFOAug 05 02:52:20.346 Aug 05 02:52:20.346replacing 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 } }]
98202026-08-05T02:52:21.811ZDEBGDEBGadding route 172.17.0.16/32 -> 10.0.0.255
98212026-08-05T02:52:21.811Z 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.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 } }]
98222026-08-05T02:52:21.811ZAug 05 02:52:20.346
98232026-08-05T02:52:21.811Z 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 05 02:52:20.346Aug 05 02:52:20.346
98242026-08-05T02:52:21.811ZINFO Aug 05 02:52:20.346adding route 172.17.0.8/32 -> 10.0.0.255
98252026-08-05T02:52:21.811ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
98262026-08-05T02:52:21.811ZAug 05 02:52:20.346INFO adding route 172.17.0.2/32 -> 10.0.0.255INFO
98272026-08-05T02:52:21.811Z Aug 05 02:52:20.346Aug 05 02:52:20.346adding route 172.17.0.17/32 -> 10.0.0.255 DEBG
98282026-08-05T02:52:21.811Z 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 05 02:52:20.346
98292026-08-05T02:52:21.811Z DEBG Aug 05 02:52:20.346replacing 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 } }]DEBGAug 05 02:52:20.346
98302026-08-05T02:52:21.811Z 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 } }]
98312026-08-05T02:52:21.811Z adding route 172.17.0.9/32 -> 10.0.0.255DEBG
98322026-08-05T02:52:21.811Z 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 05 02:52:20.346
98332026-08-05T02:52:21.811ZAug 05 02:52:20.346 INFOINFO Aug 05 02:52:20.346adding route 172.17.0.35/32 -> 10.0.0.255
98342026-08-05T02:52:21.811Z DEBG adding route 172.17.0.3/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 } }]Aug 05 02:52:20.346
98352026-08-05T02:52:21.811Z
98362026-08-05T02:52:21.811ZAug 05 02:52:20.346INFO DEBG adding route 172.17.0.18/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 } }]
98372026-08-05T02:52:21.811Z
98382026-08-05T02:52:21.811ZAug 05 02:52:20.346 INFO Aug 05 02:52:20.346Aug 05 02:52:20.346adding route 172.17.0.10/32 -> 10.0.0.255
98392026-08-05T02:52:21.811ZDEBG 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 05 02:52:20.346
98402026-08-05T02:52:21.812Z DEBGAug 05 02:52:20.346INFO Aug 05 02:52:20.346DEBG 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
98412026-08-05T02:52:21.812Z adding route 172.17.0.36/32 -> 10.0.0.255
98422026-08-05T02:52:21.812Zadding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98432026-08-05T02:52:21.812Z
98442026-08-05T02:52:21.812ZAug 05 02:52:20.346 INFOAug 05 02:52:20.346Aug 05 02:52:20.346 DEBGadding route 172.17.0.19/32 -> 10.0.0.255 Aug 05 02:52:20.346INFOreplacing 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 } }]
98452026-08-05T02:52:21.812Z
98462026-08-05T02:52:21.812Z DEBG adding route 172.17.0.11/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 } }]
98472026-08-05T02:52:21.816ZAug 05 02:52:20.346
98482026-08-05T02:52:21.816ZDEBG Aug 05 02:52:20.346replacing 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 } }]
98492026-08-05T02:52:21.816ZINFOAug 05 02:52:20.346 adding route 172.17.0.37/32 -> 10.0.0.255Aug 05 02:52:20.346
98502026-08-05T02:52:21.816Z DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.346Aug 05 02:52:20.346 adding route 172.17.0.5/32 -> 10.0.0.255 INFODEBG adding route 172.17.0.20/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 } }]
98512026-08-05T02:52:21.816Z
98522026-08-05T02:52:21.816Z
98532026-08-05T02:52:21.816Z
98542026-08-05T02:52:21.816ZAug 05 02:52:20.346 Aug 05 02:52:20.346Aug 05 02:52:20.346 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:52:20.346INFO
98552026-08-05T02:52:21.816Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
98562026-08-05T02:52:21.816Z
98572026-08-05T02:52:21.816Z Aug 05 02:52:20.346 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 } }]Aug 05 02:52:20.346replacing 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 } }]
98582026-08-05T02:52:21.816Z
98592026-08-05T02:52:21.816ZAug 05 02:52:20.346 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
98602026-08-05T02:52:21.816Z
98612026-08-05T02:52:21.816ZAug 05 02:52:20.346 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 05 02:52:20.346Aug 05 02:52:20.346
98622026-08-05T02:52:21.816Z INFO Aug 05 02:52:20.346 INFOAug 05 02:52:20.346adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
98632026-08-05T02:52:21.816Z DEBGadding route 172.17.0.39/32 -> 10.0.0.255
98642026-08-05T02:52:21.816Z 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 } }]
98652026-08-05T02:52:21.816Z
98662026-08-05T02:52:21.816ZAug 05 02:52:20.346Aug 05 02:52:20.346 DEBG 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 05 02:52:20.346
98672026-08-05T02:52:21.817Zreplacing 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 } }]
98682026-08-05T02:52:21.817ZINFOAug 05 02:52:20.346Aug 05 02:52:20.346 INFOadding route 172.17.0.22/32 -> 10.0.0.255 INFO adding route 172.17.0.7/32 -> 10.0.0.255
98692026-08-05T02:52:21.817Zadding route 172.17.0.14/32 -> 10.0.0.255
98702026-08-05T02:52:21.817Z
98712026-08-05T02:52:21.817ZAug 05 02:52:20.346 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98722026-08-05T02:52:21.817ZAug 05 02:52:20.346Aug 05 02:52:20.346Aug 05 02:52:20.346 DEBGDEBG Aug 05 02:52:20.346replacing 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 } }]
98732026-08-05T02:52:21.817Z 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 } }]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
98742026-08-05T02:52:21.817Z
98752026-08-05T02:52:21.817ZAug 05 02:52:20.346replacing 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 } }]
98762026-08-05T02:52:21.817ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
98772026-08-05T02:52:21.817ZAug 05 02:52:20.346 Aug 05 02:52:20.346INFO Aug 05 02:52:20.346adding route 172.17.0.15/32 -> 10.0.0.255INFO
98782026-08-05T02:52:21.817Z Aug 05 02:52:20.346 adding route 172.17.0.8/32 -> 10.0.0.255INFO
98792026-08-05T02:52:21.817ZDEBG adding route 172.17.0.41/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 } }]
98802026-08-05T02:52:21.817Z
98812026-08-05T02:52:21.817ZAug 05 02:52:20.346Aug 05 02:52:20.346 Aug 05 02:52:20.346 Aug 05 02:52:20.346DEBG DEBGDEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
98822026-08-05T02:52:21.817Z
98832026-08-05T02:52:21.817Zreplacing 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.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 } }]
98842026-08-05T02:52:21.817Z
98852026-08-05T02:52:21.817ZAug 05 02:52:20.346Aug 05 02:52:20.346 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 } }]Aug 05 02:52:20.346Aug 05 02:52:20.346
98862026-08-05T02:52:21.817Z INFO adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 05 02:52:20.346
98872026-08-05T02:52:21.817Zadding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
98882026-08-05T02:52:21.817Z
98892026-08-05T02:52:21.817Z INFOAug 05 02:52:20.346 adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:52:20.346Aug 05 02:52:20.346
98902026-08-05T02:52:21.817Z DEBGDEBGDEBG 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.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 } }]
98912026-08-05T02:52:21.817ZAug 05 02:52:20.346replacing 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 } }]
98922026-08-05T02:52:21.817Z
98932026-08-05T02:52:21.817Z DEBGAug 05 02:52:20.346 Aug 05 02:52:20.346Aug 05 02:52:20.346 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 } }]
98942026-08-05T02:52:21.817ZINFOINFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255Aug 05 02:52:20.346
98952026-08-05T02:52:21.817Z
98962026-08-05T02:52:21.817Z
98972026-08-05T02:52:21.817Z INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 05 02:52:20.346Aug 05 02:52:20.346 Aug 05 02:52:20.332DEBG
98982026-08-05T02:52:21.817Z Aug 05 02:52:20.346replacing 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 } }] INFODEBG DEBG
98992026-08-05T02:52:21.817Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
99002026-08-05T02:52:21.817ZAug 05 02:52:20.346 DEBG
99012026-08-05T02:52:21.817Z 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.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 } }]
99022026-08-05T02:52:21.817ZAug 05 02:52:20.346
99032026-08-05T02:52:21.818Z Aug 05 02:52:20.346 INFOINFOAug 05 02:52:20.346 Aug 05 02:52:20.346 adding route 172.17.0.11/32 -> 10.0.0.255
99042026-08-05T02:52:21.818Zadding route 172.17.0.18/32 -> 10.0.0.255INFODEBG
99052026-08-05T02:52:21.818Z adding route 172.17.0.44/32 -> 10.0.0.255
99062026-08-05T02:52:21.818Zreplacing 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 05 02:52:20.346
99072026-08-05T02:52:21.818Z INFOAug 05 02:52:20.346 Aug 05 02:52:20.346 Aug 05 02:52:20.346 DEBGDEBGINFO Aug 05 02:52:20.346 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.27/32 -> 10.0.0.255
99082026-08-05T02:52:21.818Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
99092026-08-05T02:52:21.818Z
99102026-08-05T02:52:21.818Z
99112026-08-05T02:52:21.818ZAug 05 02:52:20.346 INFODEBG Aug 05 02:52:20.346replacing 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 05 02:52:20.346adding route 172.17.0.45/32 -> 10.0.0.255
99122026-08-05T02:52:21.818ZAug 05 02:52:20.346
99132026-08-05T02:52:21.818ZDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
99142026-08-05T02:52:21.818Z Aug 05 02:52:20.346adding route 172.17.0.19/32 -> 10.0.0.255DEBG
99152026-08-05T02:52:21.818ZINFOAug 05 02:52:20.346 INFO Aug 05 02:52:20.346replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255Aug 05 02:52:20.346
99162026-08-05T02:52:21.818ZDEBG DEBG
99172026-08-05T02:52:21.818Z 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 } }]
99182026-08-05T02:52:21.818Zreplacing 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 } }]
99192026-08-05T02:52:21.818Z
99202026-08-05T02:52:21.818ZAug 05 02:52:20.347Aug 05 02:52:20.347 DEBGAug 05 02:52:20.347 Aug 05 02:52:20.347 Aug 05 02:52:20.347INFO DEBG INFOadding route 172.17.0.20/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 } }]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 } }]
99212026-08-05T02:52:21.818Z INFO
99222026-08-05T02:52:21.818Z
99232026-08-05T02:52:21.818Zadding route 172.17.0.7/32 -> 10.0.0.255
99242026-08-05T02:52:21.818Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 05 02:52:20.347
99252026-08-05T02:52:21.818Z Aug 05 02:52:20.347DEBGAug 05 02:52:20.347 Aug 05 02:52:20.347replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
99262026-08-05T02:52:21.818Z 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 } }]INFOAug 05 02:52:20.347 INFODEBG
99272026-08-05T02:52:21.818Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.29/32 -> 10.0.0.255
99282026-08-05T02:52:21.818Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 05 02:52:20.347
99292026-08-05T02:52:21.818ZAug 05 02:52:20.347INFOAug 05 02:52:20.347 INFO adding route 172.17.0.21/32 -> 10.0.0.255
99302026-08-05T02:52:21.818ZINFOadding route 172.17.0.8/32 -> 10.0.0.255
99312026-08-05T02:52:21.818ZAug 05 02:52:20.347
99322026-08-05T02:52:21.818Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
99332026-08-05T02:52:21.818Z Aug 05 02:52:20.347 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
99342026-08-05T02:52:21.818ZAug 05 02:52:20.347 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 } }]
99352026-08-05T02:52:21.818ZAug 05 02:52:20.354Aug 05 02:52:20.354 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
99362026-08-05T02:52:21.818Z
99372026-08-05T02:52:21.818ZAug 05 02:52:20.354 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 05 02:52:20.354
99382026-08-05T02:52:21.819ZDEBG 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 } }]
99392026-08-05T02:52:21.819ZAug 05 02:52:20.354Aug 05 02:52:20.347Aug 05 02:52:20.354 INFOINFODEBG adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255replacing 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 } }]
99402026-08-05T02:52:21.819Z
99412026-08-05T02:52:21.819Z
99422026-08-05T02:52:21.819ZAug 05 02:52:20.354 INFO adding route 172.17.0.9/32 -> 10.0.0.255
99432026-08-05T02:52:21.819ZAug 05 02:52:20.354Aug 05 02:52:20.354 DEBG DEBGAug 05 02:52:20.354replacing 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 } }]
99442026-08-05T02:52:21.819Z 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
99452026-08-05T02:52:21.819Z 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 05 02:52:20.354
99462026-08-05T02:52:21.819Z INFO adding route 172.17.0.24/32 -> 10.0.0.255
99472026-08-05T02:52:21.823ZAug 05 02:52:20.354Aug 05 02:52:20.354 INFODEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
99482026-08-05T02:52:21.823Z
99492026-08-05T02:52:21.823ZAug 05 02:52:20.354
99502026-08-05T02:52:21.823ZAug 05 02:52:20.354INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
99512026-08-05T02:52:21.823ZAug 05 02:52:20.354
99522026-08-05T02:52:21.823Z DEBG Aug 05 02:52:20.347Aug 05 02:52:20.354replacing 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 05 02:52:20.354Aug 05 02:52:20.354
99532026-08-05T02:52:21.823Z 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 } }]
99542026-08-05T02:52:21.823Zreplacing 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 } }] DEBGINFO
99552026-08-05T02:52:21.823Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 05 02:52:20.354 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 } }]
99562026-08-05T02:52:21.823Z
99572026-08-05T02:52:21.823Z INFOAug 05 02:52:20.354Aug 05 02:52:20.354 Aug 05 02:52:20.354 INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 05 02:52:20.354
99582026-08-05T02:52:21.823Z adding route 172.17.0.11/32 -> 10.0.0.255
99592026-08-05T02:52:21.823Z
99602026-08-05T02:52:21.823Zadding route 172.17.0.26/32 -> 10.0.0.255DEBG
99612026-08-05T02:52:21.823Z Aug 05 02:52:20.354replacing 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 05 02:52:20.354
99622026-08-05T02:52:21.823ZDEBGDEBG Aug 05 02:52:20.354Aug 05 02:52:20.354 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 } }]
99632026-08-05T02:52:21.823ZDEBGAug 05 02:52:20.354DEBG 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 } }]
99642026-08-05T02:52:21.824Zreplacing 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
99652026-08-05T02:52:21.824Zreplacing 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 } }]
99662026-08-05T02:52:21.824Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 05 02:52:20.354Aug 05 02:52:20.354
99672026-08-05T02:52:21.824Z Aug 05 02:52:20.354Aug 05 02:52:20.354 INFOINFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
99682026-08-05T02:52:21.824Z adding route 172.17.0.34/32 -> 10.0.0.255Aug 05 02:52:20.354adding route 172.17.0.27/32 -> 10.0.0.255
99692026-08-05T02:52:21.824ZDEBG
99702026-08-05T02:52:21.824Z INFOAug 05 02:52:20.354replacing 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 } }]
99712026-08-05T02:52:21.824ZAug 05 02:52:20.354 DEBGDEBG adding route 172.17.0.12/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 } }]Aug 05 02:52:20.354Aug 05 02:52:20.354
99722026-08-05T02:52:21.824Z
99732026-08-05T02:52:21.824ZDEBGINFO 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.16/32 -> 10.0.0.255
99742026-08-05T02:52:21.824Zreplacing 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 } }]
99752026-08-05T02:52:21.824ZAug 05 02:52:20.354
99762026-08-05T02:52:21.824Z Aug 05 02:52:20.354Aug 05 02:52:20.354DEBG INFOINFOAug 05 02:52:20.354 adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
99772026-08-05T02:52:21.824ZDEBGAug 05 02:52:20.354
99782026-08-05T02:52:21.824Z INFOAug 05 02:52:20.354replacing 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.50/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
99792026-08-05T02:52:21.824Z
99802026-08-05T02:52:21.824Z
99812026-08-05T02:52:21.824ZAug 05 02:52:20.354 INFO adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
99822026-08-05T02:52:21.824ZAug 05 02:52:20.354 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 } }]
99832026-08-05T02:52:21.824ZAug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.354DEBG DEBG
99842026-08-05T02:52:21.824Zadding route 172.17.0.17/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
99852026-08-05T02:52:21.824Z
99862026-08-05T02:52:21.824Z
99872026-08-05T02:52:21.824Zadding route 172.17.0.29/32 -> 10.0.0.255
99882026-08-05T02:52:21.824ZAug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354Aug 05 02:52:20.354 INFO INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBG
99892026-08-05T02:52:21.824Z DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
99902026-08-05T02:52:21.824Z adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354
99912026-08-05T02:52:21.824Z adding route 172.17.0.36/32 -> 10.0.0.255DEBG
99922026-08-05T02:52:21.824Z 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 } }]Aug 05 02:52:20.354
99932026-08-05T02:52:21.824ZINFO
99942026-08-05T02:52:21.824Z adding route 172.17.0.18/32 -> 10.0.0.255Aug 05 02:52:20.354Aug 05 02:52:20.354
99952026-08-05T02:52:21.824ZAug 05 02:52:20.354 Aug 05 02:52:20.354DEBG INFOINFO Aug 05 02:52:20.354adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.52/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 } }]
99962026-08-05T02:52:21.824Z
99972026-08-05T02:52:21.824Z
99982026-08-05T02:52:21.824Z 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 } }]DEBGAug 05 02:52:20.354
99992026-08-05T02:52:21.825Z Aug 05 02:52:20.354 DEBGAug 05 02:52:20.354 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 } }]INFOAug 05 02:52:20.354
100002026-08-05T02:52:21.825Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.37/32 -> 10.0.0.255
100012026-08-05T02:52:21.825Z Aug 05 02:52:20.354adding route 172.17.0.19/32 -> 10.0.0.255 DEBG
100022026-08-05T02:52:21.825Z Aug 05 02:52:20.354
100032026-08-05T02:52:21.825Z 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 } }]INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
100042026-08-05T02:52:21.825Ztest route::tests::delete_targets_full ... ok
100052026-08-05T02:52:21.825Z
100062026-08-05T02:52:21.825Z
100072026-08-05T02:52:21.825ZAug 05 02:52:20.354 DEBGAug 05 02:52:20.354 Aug 05 02:52:20.354replacing 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 } }]
100082026-08-05T02:52:21.825ZINFOAug 05 02:52:20.354 DEBGAug 05 02:52:20.354 DEBGadding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.354
100092026-08-05T02:52:21.825Zreplacing 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 } }]
100102026-08-05T02:52:21.825ZINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 05 02:52:20.354DEBG
100112026-08-05T02:52:21.825ZINFO Aug 05 02:52:20.354adding route 172.17.0.32/32 -> 10.0.0.255
100122026-08-05T02:52:21.825Z
100132026-08-05T02:52:21.825ZAug 05 02:52:20.354INFO 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 } }]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 } }]
100142026-08-05T02:52:21.825Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 05 02:52:20.354
100152026-08-05T02:52:21.825Z DEBGAug 05 02:52:20.354
100162026-08-05T02:52:21.825Z DEBGAug 05 02:52:20.354 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.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 } }]
100172026-08-05T02:52:21.825Z INFOAug 05 02:52:20.354
100182026-08-05T02:52:21.825ZAug 05 02:52:20.354 DEBG adding route 172.17.0.38/32 -> 10.0.0.255 Aug 05 02:52:20.354
100192026-08-05T02:52:21.825Zreplacing 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 05 02:52:20.354INFO
100202026-08-05T02:52:21.825Z INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
100212026-08-05T02:52:21.825Z
100222026-08-05T02:52:21.825ZINFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 05 02:52:20.355
100232026-08-05T02:52:21.825ZAug 05 02:52:20.355Aug 05 02:52:20.355 DEBGINFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 05 02:52:20.355Aug 05 02:52:20.355replacing 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 } }]
100242026-08-05T02:52:21.825Z
100252026-08-05T02:52:21.825Z 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 } }]DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.355
100262026-08-05T02:52:21.825Z
100272026-08-05T02:52:21.825ZAug 05 02:52:20.355replacing 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
100282026-08-05T02:52:21.825Z Aug 05 02:52:20.355 adding route 172.17.0.22/32 -> 10.0.0.255INFOAug 05 02:52:20.355
100292026-08-05T02:52:21.825Zadding route 172.17.0.55/32 -> 10.0.0.255
100302026-08-05T02:52:21.826ZAug 05 02:52:20.355INFO DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 05 02:52:20.355adding route 172.17.0.34/32 -> 10.0.0.255
100312026-08-05T02:52:21.826Z DEBG
100322026-08-05T02:52:21.826Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255Aug 05 02:52:20.355
100332026-08-05T02:52:21.826Z
100342026-08-05T02:52:21.826ZINFOAug 05 02:52:20.355Aug 05 02:52:20.355 Aug 05 02:52:20.355DEBGadding route 172.17.0.18/32 -> 10.0.0.255 Aug 05 02:52:20.355INFO
100352026-08-05T02:52:21.826ZDEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
100362026-08-05T02:52:21.826ZAug 05 02:52:20.355
100372026-08-05T02:52:21.826Z
100382026-08-05T02:52:21.826Z
100392026-08-05T02:52:21.826ZDEBGAug 05 02:52:20.355 INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.355 adding route 172.17.0.35/32 -> 10.0.0.255Aug 05 02:52:20.355
100402026-08-05T02:52:21.826ZINFOAug 05 02:52:20.355 INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 Aug 05 02:52:20.355
100412026-08-05T02:52:21.826Zreplacing 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 } }]
100422026-08-05T02:52:21.826Z
100432026-08-05T02:52:21.826Z
100442026-08-05T02:52:21.826ZAug 05 02:52:20.355Aug 05 02:52:20.355DEBG 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 } }] Aug 05 02:52:20.355Aug 05 02:52:20.355DEBG
100452026-08-05T02:52:21.826Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
100462026-08-05T02:52:21.826Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 05 02:52:20.355adding route 172.17.0.24/32 -> 10.0.0.255
100472026-08-05T02:52:21.832Z
100482026-08-05T02:52:21.832ZAug 05 02:52:20.355 INFO
100492026-08-05T02:52:21.832Z INFOadding route 172.17.0.36/32 -> 10.0.0.255
100502026-08-05T02:52:21.832ZAug 05 02:52:20.355adding route 172.17.0.57/32 -> 10.0.0.255 Aug 05 02:52:20.355Aug 05 02:52:20.355
100512026-08-05T02:52:21.832ZAug 05 02:52:20.355 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.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 } }]
100522026-08-05T02:52:21.832Z INFOAug 05 02:52:20.362 INFO adding route 172.17.0.41/32 -> 10.0.0.255
100532026-08-05T02:52:21.832Zadding route 172.17.0.20/32 -> 10.0.0.255DEBG
100542026-08-05T02:52:21.832Z Aug 05 02:52:20.362replacing 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 } }]
100552026-08-05T02:52:21.832Z
100562026-08-05T02:52:21.832ZDEBGAug 05 02:52:20.362 DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
100572026-08-05T02:52:21.832Zreplacing 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 05 02:52:20.362Aug 05 02:52:20.362 INFOINFOAug 05 02:52:20.362
100582026-08-05T02:52:21.832Z adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
100592026-08-05T02:52:21.832Z
100602026-08-05T02:52:21.833ZINFOAug 05 02:52:20.362 adding route 172.17.0.25/32 -> 10.0.0.255Aug 05 02:52:20.362INFO DEBG
100612026-08-05T02:52:21.833Z adding route 172.17.0.21/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 } }]Aug 05 02:52:20.362
100622026-08-05T02:52:21.833Z
100632026-08-05T02:52:21.833ZDEBG 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 05 02:52:20.362
100642026-08-05T02:52:21.833Z DEBGAug 05 02:52:20.362 Aug 05 02:52:20.362DEBG 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 } }]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 } }]
100652026-08-05T02:52:21.833Z
100662026-08-05T02:52:21.833Z adding route 172.17.0.38/32 -> 10.0.0.255
100672026-08-05T02:52:21.833ZAug 05 02:52:20.362 INFOAug 05 02:52:20.362 DEBG Aug 05 02:52:20.362 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 05 02:52:20.363
100682026-08-05T02:52:21.833Z INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
100692026-08-05T02:52:21.833Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 05 02:52:20.363
100702026-08-05T02:52:21.833Z DEBGAug 05 02:52:20.363 INFO Aug 05 02:52:20.363 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.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 } }]
100712026-08-05T02:52:21.833Z
100722026-08-05T02:52:21.833Zadding route 172.17.0.39/32 -> 10.0.0.255
100732026-08-05T02:52:21.833Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 05 02:52:20.363Aug 05 02:52:20.363 INFO
100742026-08-05T02:52:21.833Z adding route 172.17.0.23/32 -> 10.0.0.255Aug 05 02:52:20.363
100752026-08-05T02:52:21.833Z INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363Aug 05 02:52:20.363
100762026-08-05T02:52:21.833Z DEBG
100772026-08-05T02:52:21.833ZAug 05 02:52:20.363replacing 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
100782026-08-05T02:52:21.833ZINFO adding route 172.17.0.40/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 } }]
100792026-08-05T02:52:21.833Z
100802026-08-05T02:52:21.833ZAug 05 02:52:20.363 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 05 02:52:20.363
100812026-08-05T02:52:21.833ZAug 05 02:52:20.363 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
100822026-08-05T02:52:21.833ZAug 05 02:52:20.363
100832026-08-05T02:52:21.833ZAug 05 02:52:20.363 DEBG 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 } }]
100842026-08-05T02:52:21.833Zreplacing 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 05 02:52:20.363
100852026-08-05T02:52:21.833ZAug 05 02:52:20.363 Aug 05 02:52:20.363INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 INFO
100862026-08-05T02:52:21.833ZAug 05 02:52:20.363 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
100872026-08-05T02:52:21.833Z Aug 05 02:52:20.363 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
100882026-08-05T02:52:21.833Z Aug 05 02:52:20.363replacing 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.25/32 -> 10.0.0.255
100892026-08-05T02:52:21.833Z
100902026-08-05T02:52:21.833ZINFO Aug 05 02:52:20.363adding route 172.17.0.28/32 -> 10.0.0.255 Aug 05 02:52:20.363
100912026-08-05T02:52:21.833ZINFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG
100922026-08-05T02:52:21.833ZAug 05 02:52:20.363 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 05 02:52:20.363
100932026-08-05T02:52:21.833Z DEBGAug 05 02:52:20.363DEBG Aug 05 02:52:20.363 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
100942026-08-05T02:52:21.833Zreplacing 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.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 } }]
100952026-08-05T02:52:21.833Z
100962026-08-05T02:52:21.834ZAug 05 02:52:20.363 Aug 05 02:52:20.363 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255DEBG
100972026-08-05T02:52:21.834Z
100982026-08-05T02:52:21.834Zreplacing 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 05 02:52:20.363Aug 05 02:52:20.363Aug 05 02:52:20.363
100992026-08-05T02:52:21.834Z INFOAug 05 02:52:20.363DEBG DEBG adding route 172.17.0.26/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101002026-08-05T02:52:21.834Z
101012026-08-05T02:52:21.834Zreplacing 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 05 02:52:20.363
101022026-08-05T02:52:21.834Z INFO adding route 172.17.0.43/32 -> 10.0.0.255INFO
101032026-08-05T02:52:21.834ZAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363 INFOAug 05 02:52:20.363DEBG 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
101042026-08-05T02:52:21.834Z DEBG adding route 172.17.0.47/32 -> 10.0.0.255
101052026-08-05T02:52:21.834Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.58/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 } }]
101062026-08-05T02:52:21.834ZAug 05 02:52:20.363
101072026-08-05T02:52:21.834Z
101082026-08-05T02:52:21.834Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
101092026-08-05T02:52:21.834ZAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363 Aug 05 02:52:20.363DEBGAug 05 02:52:20.363 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
101102026-08-05T02:52:21.834ZINFO DEBG DEBGAug 05 02:52:20.363adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101112026-08-05T02:52:21.834Z
101122026-08-05T02:52:21.834ZINFO adding route 172.17.0.31/32 -> 10.0.0.255
101132026-08-05T02:52:21.834Zreplacing 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 05 02:52:20.363
101142026-08-05T02:52:21.834Zreplacing 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 05 02:52:20.363
101152026-08-05T02:52:21.834ZAug 05 02:52:20.363 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363
101162026-08-05T02:52:21.834Z DEBG adding route 172.17.0.45/32 -> 10.0.0.255INFO
101172026-08-05T02:52:21.834Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.363
101182026-08-05T02:52:21.834Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:52:20.363
101192026-08-05T02:52:21.834Z INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 05 02:52:20.363INFO Aug 05 02:52:20.363
101202026-08-05T02:52:21.834Z DEBG INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101212026-08-05T02:52:21.834Z
101222026-08-05T02:52:21.834Z
101232026-08-05T02:52:21.834ZAug 05 02:52:20.363 DEBGAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363replacing 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 05 02:52:20.363DEBGDEBG INFO
101242026-08-05T02:52:21.834Zreplacing 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.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 } }]
101252026-08-05T02:52:21.834Z DEBG
101262026-08-05T02:52:21.834Zadding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101272026-08-05T02:52:21.834Z
101282026-08-05T02:52:21.834ZAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363INFOAug 05 02:52:20.363 Aug 05 02:52:20.363INFO INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255DEBGadding route 172.17.0.29/32 -> 10.0.0.255
101292026-08-05T02:52:21.835Z
101302026-08-05T02:52:21.835Zadding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101312026-08-05T02:52:21.835Zadding route 172.17.0.60/32 -> 10.0.0.255
101322026-08-05T02:52:21.835ZAug 05 02:52:20.363
101332026-08-05T02:52:21.835ZDEBGAug 05 02:52:20.363 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 05 02:52:20.363
101342026-08-05T02:52:21.835ZDEBG Aug 05 02:52:20.363 DEBGAug 05 02:52:20.363 INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 05 02:52:20.363
101352026-08-05T02:52:21.835ZINFOadding route 172.17.0.47/32 -> 10.0.0.255
101362026-08-05T02:52:21.835Zadding route 172.17.0.34/32 -> 10.0.0.255
101372026-08-05T02:52:21.835Z
101382026-08-05T02:52:21.835ZDEBGAug 05 02:52:20.363 Aug 05 02:52:20.363replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
101392026-08-05T02:52:21.835Z Aug 05 02:52:20.363DEBGadding route 172.17.0.50/32 -> 10.0.0.255 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 } }]
101402026-08-05T02:52:21.835Z DEBGAug 05 02:52:20.363
101412026-08-05T02:52:21.835Z Aug 05 02:52:20.363replacing 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 05 02:52:20.363DEBG INFOfailed to allocate space for the new target list
101422026-08-05T02:52:21.835Z adding route 172.17.0.48/32 -> 10.0.0.255Aug 05 02:52:20.363
101432026-08-05T02:52:21.835Z
101442026-08-05T02:52:21.835ZINFOAug 05 02:52:20.363DEBG INFO adding route 172.17.0.35/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 } }]adding route 172.17.0.30/32 -> 10.0.0.255
101452026-08-05T02:52:21.835Z
101462026-08-05T02:52:21.835ZAug 05 02:52:20.363
101472026-08-05T02:52:21.839Z DEBGAug 05 02:52:20.363Aug 05 02:52:20.363 Aug 05 02:52:20.363 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 } }]DEBGDEBG
101482026-08-05T02:52:21.839Z 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 } }]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 } }]
101492026-08-05T02:52:21.839Z
101502026-08-05T02:52:21.839ZAug 05 02:52:20.363 adding route 172.17.0.51/32 -> 10.0.0.255DEBGAug 05 02:52:20.363 Aug 05 02:52:20.363 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
101512026-08-05T02:52:21.839Z
101522026-08-05T02:52:21.839ZAug 05 02:52:20.363
101532026-08-05T02:52:21.840Z
101542026-08-05T02:52:21.840ZINFOAug 05 02:52:20.363 DEBGAug 05 02:52:20.363 adding route 172.17.0.49/32 -> 10.0.0.255
101552026-08-05T02:52:21.840ZDEBGAug 05 02:52:20.363 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
101562026-08-05T02:52:21.840Zreplacing 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 } }]
101572026-08-05T02:52:21.840Z 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 } }]Aug 05 02:52:20.363
101582026-08-05T02:52:21.840Z Aug 05 02:52:20.363 DEBGINFO Aug 05 02:52:20.363replacing 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
101592026-08-05T02:52:21.840Zadding route 172.17.0.37/32 -> 10.0.0.255
101602026-08-05T02:52:21.840ZAug 05 02:52:20.363adding route 172.17.0.52/32 -> 10.0.0.255
101612026-08-05T02:52:21.840ZAug 05 02:52:20.363INFO INFOAug 05 02:52:20.363 adding route 172.17.0.50/32 -> 10.0.0.255DEBGadding route 172.17.0.32/32 -> 10.0.0.255
101622026-08-05T02:52:21.840Zreplacing 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 05 02:52:20.363
101632026-08-05T02:52:21.840Z
101642026-08-05T02:52:21.840Z DEBG Aug 05 02:52:20.363replacing 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 05 02:52:20.363
101652026-08-05T02:52:21.840Z INFODEBG Aug 05 02:52:20.363replacing 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 } }]
101662026-08-05T02:52:21.840ZAug 05 02:52:20.363adding route 172.17.0.38/32 -> 10.0.0.255
101672026-08-05T02:52:21.840ZINFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255Aug 05 02:52:20.363 Aug 05 02:52:20.363 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
101682026-08-05T02:52:21.840Z
101692026-08-05T02:52:21.840ZAug 05 02:52:20.371 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.371
101702026-08-05T02:52:21.840Z INFO Aug 05 02:52:20.371replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
101712026-08-05T02:52:21.840Z
101722026-08-05T02:52:21.840ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
101732026-08-05T02:52:21.840ZAug 05 02:52:20.371Aug 05 02:52:20.371 INFODEBG Aug 05 02:52:20.371adding route 172.17.0.39/32 -> 10.0.0.255
101742026-08-05T02:52:21.840ZDEBGreplacing 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 } }]
101752026-08-05T02:52:21.840Zreplacing 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 } }]
101762026-08-05T02:52:21.840ZAug 05 02:52:20.371 DEBGAug 05 02:52:20.371 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
101772026-08-05T02:52:21.840Z Aug 05 02:52:20.371 adding route 172.17.0.34/32 -> 10.0.0.255INFO
101782026-08-05T02:52:21.840Z Aug 05 02:52:20.371adding route 172.17.0.55/32 -> 10.0.0.255
101792026-08-05T02:52:21.840ZINFO adding route 172.17.0.40/32 -> 10.0.0.255
101802026-08-05T02:52:21.840ZAug 05 02:52:20.371 DEBGAug 05 02:52:20.371 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
101812026-08-05T02:52:21.840Z 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 05 02:52:20.371
101822026-08-05T02:52:21.840Z DEBGAug 05 02:52:20.371 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 05 02:52:20.371INFO
101832026-08-05T02:52:21.840Z INFOadding route 172.17.0.35/32 -> 10.0.0.255
101842026-08-05T02:52:21.840Zadding route 172.17.0.41/32 -> 10.0.0.255
101852026-08-05T02:52:21.840ZAug 05 02:52:20.371 INFO Aug 05 02:52:20.371adding route 172.17.0.56/32 -> 10.0.0.255
101862026-08-05T02:52:21.840ZDEBG 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 } }]
101872026-08-05T02:52:21.840ZAug 05 02:52:20.371Aug 05 02:52:20.371 DEBGAug 05 02:52:20.371DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
101882026-08-05T02:52:21.840Zreplacing 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 } }]
101892026-08-05T02:52:21.841Zadding route 172.17.0.42/32 -> 10.0.0.255
101902026-08-05T02:52:21.841ZAug 05 02:52:20.371 Aug 05 02:52:20.371INFO DEBG adding route 172.17.0.57/32 -> 10.0.0.255Aug 05 02:52:20.371
101912026-08-05T02:52:21.841Zreplacing 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 } }]
101922026-08-05T02:52:21.841ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
101932026-08-05T02:52:21.841ZAug 05 02:52:20.371 DEBG Aug 05 02:52:20.371replacing 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 05 02:52:20.371INFO
101942026-08-05T02:52:21.841Z DEBG adding route 172.17.0.43/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 } }]
101952026-08-05T02:52:21.841Z
101962026-08-05T02:52:21.841ZAug 05 02:52:20.371 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 05 02:52:20.371
101972026-08-05T02:52:21.841Z 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 } }]
101982026-08-05T02:52:21.841ZAug 05 02:52:20.371Aug 05 02:52:20.371 INFODEBG adding route 172.17.0.37/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 } }]
101992026-08-05T02:52:21.841Z
102002026-08-05T02:52:21.841ZAug 05 02:52:20.371 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 05 02:52:20.371
102012026-08-05T02:52:21.841Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
102022026-08-05T02:52:21.841ZAug 05 02:52:20.371Aug 05 02:52:20.371 DEBGDEBG Aug 05 02:52:20.371replacing 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 } }]
102032026-08-05T02:52:21.841ZDEBGreplacing 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 } }]
102042026-08-05T02:52:21.841Ztest route::tests::delete_target_full ... ok
102052026-08-05T02:52:21.841Ztest route::tests::delete_targets_fragmented ... ok
102062026-08-05T02:52:21.841Ztest route::tests::add_target_fails_full ... ok
102072026-08-05T02:52:21.841Ztest route::tests::delete_target_fragmented ... ok
102082026-08-05T02:52:21.841Z
102092026-08-05T02:52:21.841Ztest result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
102102026-08-05T02:52:21.842Z
102112026-08-05T02:52:21.842Zreplacing 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 } }]
102122026-08-05T02:52:21.842ZAug 05 02:52:20.371Aug 05 02:52:20.371 INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
102132026-08-05T02:52:21.842ZAug 05 02:52:20.371adding route 172.17.0.60/32 -> 10.0.0.255 INFO
102142026-08-05T02:52:21.842Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 05 02:52:20.371
102152026-08-05T02:52:21.842Z 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 } }]
102162026-08-05T02:52:21.842ZAug 05 02:52:20.371 DEBG Aug 05 02:52:20.371replacing 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 } }]
102172026-08-05T02:52:21.843ZDEBG Aug 05 02:52:20.371replacing 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 05 02:52:20.371
102182026-08-05T02:52:21.843Z INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
102192026-08-05T02:52:21.843Z
102202026-08-05T02:52:21.843ZAug 05 02:52:20.371 INFO adding route 172.17.0.61/32 -> 10.0.0.255
102212026-08-05T02:52:21.843ZAug 05 02:52:20.371 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 05 02:52:20.371
102222026-08-05T02:52:21.843Z Aug 05 02:52:20.371DEBG INFODEBG 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.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 } }]
102232026-08-05T02:52:21.843Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:52:20.371
102242026-08-05T02:52:21.843Z
102252026-08-05T02:52:21.843ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
102262026-08-05T02:52:21.843ZAug 05 02:52:20.371 Aug 05 02:52:20.371INFO Aug 05 02:52:20.371Aug 05 02:52:20.371INFO DEBG adding route 172.17.0.62/32 -> 10.0.0.255DEBG
102272026-08-05T02:52:21.843Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
102282026-08-05T02:52:21.843Z
102292026-08-05T02:52:21.843Z
102302026-08-05T02:52:21.843ZAug 05 02:52:20.371 DEBG Aug 05 02:52:20.371Aug 05 02:52:20.371 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
102312026-08-05T02:52:21.843Z 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
102322026-08-05T02:52:21.843Z Aug 05 02:52:20.371adding route 172.17.0.48/32 -> 10.0.0.255 Aug 05 02:52:20.371
102332026-08-05T02:52:21.843ZAug 05 02:52:20.371 DEBGINFO Aug 05 02:52:20.371INFO failed to allocate space for the new target listDEBG
102342026-08-05T02:52:21.843Z adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
102352026-08-05T02:52:21.843ZAug 05 02:52:20.378 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
102362026-08-05T02:52:21.843ZAug 05 02:52:20.378 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102372026-08-05T02:52:21.843ZAug 05 02:52:20.378 INFO
102382026-08-05T02:52:21.843Z adding route 172.17.0.53/32 -> 10.0.0.255
102392026-08-05T02:52:21.843ZAug 05 02:52:20.378 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.378
102402026-08-05T02:52:21.843Z
102412026-08-05T02:52:21.843Z 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 } }]
102422026-08-05T02:52:21.843ZAug 05 02:52:20.378 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 05 02:52:20.378
102432026-08-05T02:52:21.843ZAug 05 02:52:20.378 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255Aug 05 02:52:20.378
102442026-08-05T02:52:21.843Z
102452026-08-05T02:52:21.843ZDEBG 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 } }]
102462026-08-05T02:52:21.843ZAug 05 02:52:20.378Aug 05 02:52:20.378 Aug 05 02:52:20.378DEBG DEBGINFOreplacing 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 } }]
102472026-08-05T02:52:22.055Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
102482026-08-05T02:52:22.055Z
102492026-08-05T02:52:22.055ZAug 05 02:52:20.378Aug 05 02:52:20.378 Aug 05 02:52:20.378INFO INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
102502026-08-05T02:52:22.055Z
102512026-08-05T02:52:22.055Z
102522026-08-05T02:52:22.055ZAug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 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 } }]
102532026-08-05T02:52:22.055ZINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
102542026-08-05T02:52:22.055Z
102552026-08-05T02:52:22.055ZAug 05 02:52:20.378 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 05 02:52:20.378Aug 05 02:52:20.378
102562026-08-05T02:52:22.055ZDEBGINFO 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.56/32 -> 10.0.0.255
102572026-08-05T02:52:22.055Z
102582026-08-05T02:52:22.055ZAug 05 02:52:20.378 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102592026-08-05T02:52:22.055ZAug 05 02:52:20.378Aug 05 02:52:20.378 INFODEBGAug 05 02:52:20.378 INFOadding route 172.17.0.45/32 -> 10.0.0.255 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
102602026-08-05T02:52:22.055Z
102612026-08-05T02:52:22.055Z
102622026-08-05T02:52:22.055ZAug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 INFODEBG DEBGadding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
102632026-08-05T02:52:22.055Z
102642026-08-05T02:52:22.055Z
102652026-08-05T02:52:22.055ZAug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 DEBGINFOINFO 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.46/32 -> 10.0.0.255
102662026-08-05T02:52:22.055Zadding route 172.17.0.53/32 -> 10.0.0.255
102672026-08-05T02:52:22.055Z
102682026-08-05T02:52:22.055ZAug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102692026-08-05T02:52:22.056Z
102702026-08-05T02:52:22.056Zreplacing 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 } }]
102712026-08-05T02:52:22.056ZAug 05 02:52:20.378Aug 05 02:52:20.378Aug 05 02:52:20.378 INFODEBG INFOadding route 172.17.0.54/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 } }]
102722026-08-05T02:52:22.056Z
102732026-08-05T02:52:22.056Z adding route 172.17.0.47/32 -> 10.0.0.255
102742026-08-05T02:52:22.056ZAug 05 02:52:20.378Aug 05 02:52:20.378 Aug 05 02:52:20.378 INFODEBGDEBG adding route 172.17.0.59/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 } }]
102752026-08-05T02:52:22.056Zreplacing 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 } }]
102762026-08-05T02:52:22.056Z
102772026-08-05T02:52:22.056ZAug 05 02:52:20.378 Aug 05 02:52:20.378DEBG Aug 05 02:52:20.378 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 } }]INFOINFO
102782026-08-05T02:52:22.056Z adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
102792026-08-05T02:52:22.056Z
102802026-08-05T02:52:22.056ZAug 05 02:52:20.378 Aug 05 02:52:20.378INFOAug 05 02:52:20.378 DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102812026-08-05T02:52:22.056Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
102822026-08-05T02:52:22.056Z
102832026-08-05T02:52:22.056ZAug 05 02:52:20.378 Aug 05 02:52:20.378INFO Aug 05 02:52:20.378INFO adding route 172.17.0.56/32 -> 10.0.0.255
102842026-08-05T02:52:22.056Zadding route 172.17.0.49/32 -> 10.0.0.255DEBG
102852026-08-05T02:52:22.056Z 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 } }]
102862026-08-05T02:52:22.056ZAug 05 02:52:20.378 Aug 05 02:52:20.378DEBG DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
102872026-08-05T02:52:22.056Zreplacing 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 05 02:52:20.378
102882026-08-05T02:52:22.056Z DEBG failed to allocate space for the new target list
102892026-08-05T02:52:22.056ZAug 05 02:52:20.378Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
102902026-08-05T02:52:22.056Z
102912026-08-05T02:52:22.056ZAug 05 02:52:20.378 DEBGAug 05 02:52:20.378Aug 05 02:52:20.378 replacing targets for 172.16.0.0/32 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 } }]
102922026-08-05T02:52:22.056ZDEBGDEBG 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.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 } }]
102932026-08-05T02:52:22.056Z
102942026-08-05T02:52:22.056ZAug 05 02:52:20.378Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
102952026-08-05T02:52:22.056Z
102962026-08-05T02:52:22.056ZAug 05 02:52:20.378Aug 05 02:52:20.378 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
102972026-08-05T02:52:22.056Z
102982026-08-05T02:52:22.056ZAug 05 02:52:20.378Aug 05 02:52:20.378 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
102992026-08-05T02:52:22.056Z
103002026-08-05T02:52:22.056ZAug 05 02:52:20.378 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
103012026-08-05T02:52:22.056ZAug 05 02:52:20.378 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
103022026-08-05T02:52:22.056ZAug 05 02:52:20.378 INFO adding route 172.17.0.53/32 -> 10.0.0.255
103032026-08-05T02:52:22.056ZAug 05 02:52:20.378 INFOAug 05 02:52:20.378 adding route 172.17.0.60/32 -> 10.0.0.255DEBG
103042026-08-05T02:52:22.056Z 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 } }]
103052026-08-05T02:52:22.056ZAug 05 02:52:20.379Aug 05 02:52:20.379 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.54/32 -> 10.0.0.255
103062026-08-05T02:52:22.056Z
103072026-08-05T02:52:22.056ZAug 05 02:52:20.379Aug 05 02:52:20.379 INFODEBG adding route 172.17.0.61/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 } }]
103082026-08-05T02:52:22.057Z
103092026-08-05T02:52:22.057ZAug 05 02:52:20.379Aug 05 02:52:20.379 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
103102026-08-05T02:52:22.057Z
103112026-08-05T02:52:22.057ZAug 05 02:52:20.379Aug 05 02:52:20.379 INFODEBG adding route 172.17.0.62/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 } }]
103122026-08-05T02:52:22.057Z
103132026-08-05T02:52:22.057ZAug 05 02:52:20.379Aug 05 02:52:20.379 INFODEBG adding route 172.17.0.56/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 } }]
103142026-08-05T02:52:22.057Z
103152026-08-05T02:52:22.057ZAug 05 02:52:20.379Aug 05 02:52:20.379 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255
103162026-08-05T02:52:22.057Z
103172026-08-05T02:52:22.057ZAug 05 02:52:20.379 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 05 02:52:20.379 INFO adding route 172.17.0.57/32 -> 10.0.0.255
103182026-08-05T02:52:22.057Z
103192026-08-05T02:52:22.057ZAug 05 02:52:20.379 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 } }]
103202026-08-05T02:52:22.057Z
103212026-08-05T02:52:22.057ZAug 05 02:52:20.379 DEBGAug 05 02:52:20.379 failed to allocate space for the new target listINFO
103222026-08-05T02:52:22.057Zrunning 0 tests
103232026-08-05T02:52:22.057Z
103242026-08-05T02:52:22.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103252026-08-05T02:52:22.057Z
103262026-08-05T02:52:22.057Z adding route 172.17.0.58/32 -> 10.0.0.255
103272026-08-05T02:52:22.057ZAug 05 02:52:20.379 Aug 05 02:52:20.379DEBG 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 } }]
103282026-08-05T02:52:22.057Zreplacing 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 } }]
103292026-08-05T02:52:22.057ZAug 05 02:52:20.379Aug 05 02:52:20.379 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.59/32 -> 10.0.0.255
103302026-08-05T02:52:22.057Z
103312026-08-05T02:52:22.057ZAug 05 02:52:20.379 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 } }]
103322026-08-05T02:52:22.057ZAug 05 02:52:20.379 INFO adding route 172.17.0.60/32 -> 10.0.0.255
103332026-08-05T02:52:22.057ZAug 05 02:52:20.379 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 } }]
103342026-08-05T02:52:22.057ZAug 05 02:52:20.379 DEBG failed to allocate space for the new target list
103352026-08-05T02:52:22.057ZAug 05 02:52:20.379 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 } }]
103362026-08-05T02:52:22.057Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-2ef33857f0a016b0)
103372026-08-05T02:52:22.057Z Running unittests src/lib.rs (target/debug/deps/dpd_api-381a13284b936ec6)
103382026-08-05T02:52:22.057Z
103392026-08-05T02:52:22.057Zrunning 0 tests
103402026-08-05T02:52:22.057Z
103412026-08-05T02:52:22.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103422026-08-05T02:52:22.057Z
103432026-08-05T02:52:22.057Z Running unittests src/lib.rs (target/debug/deps/dpd_client-3db17a48ff556661)
103442026-08-05T02:52:22.057Z
103452026-08-05T02:52:22.058Zrunning 6 tests
103462026-08-05T02:52:22.058Ztest tests::test_full_lot_id_both_present ... ok
103472026-08-05T02:52:22.061Ztest tests::test_full_lot_id_lotnum_only ... ok
103482026-08-05T02:52:22.061Ztest tests::test_full_lot_id_lot_only ... ok
103492026-08-05T02:52:22.061Ztest tests::test_full_lot_id_neither_present ... ok
103502026-08-05T02:52:22.061Ztest tests::test_port_id_cmp ... ok
103512026-08-05T02:52:22.061Ztest tests::test_parse_client_port_id ... ok
103522026-08-05T02:52:22.061Z
103532026-08-05T02:52:22.061Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103542026-08-05T02:52:22.061Z
103552026-08-05T02:52:22.061Z Running tests/test_all.rs (target/debug/deps/test_all-39cffa1641245ce5)
103562026-08-05T02:52:22.062Z
103572026-08-05T02:52:22.062Zrunning 6 tests
103582026-08-05T02:52:24.859Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
103592026-08-05T02:52:24.862Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
103602026-08-05T02:52:24.862Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
103612026-08-05T02:52:24.867Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
103622026-08-05T02:52:25.196Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
103632026-08-05T02:52:26.288Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
103642026-08-05T02:52:26.288Z
103652026-08-05T02:52:26.288Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.41s
103662026-08-05T02:52:26.288Z
103672026-08-05T02:52:26.292Z Running unittests src/lib.rs (target/debug/deps/dpd_types-7da615f036c57549)
103682026-08-05T02:52:26.292Z
103692026-08-05T02:52:26.292Zrunning 0 tests
103702026-08-05T02:52:26.292Z
103712026-08-05T02:52:26.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103722026-08-05T02:52:26.293Z
103732026-08-05T02:52:26.293Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-91bf076b49d59a87)
103742026-08-05T02:52:26.293Z
103752026-08-05T02:52:26.293Zrunning 0 tests
103762026-08-05T02:52:26.293Z
103772026-08-05T02:52:26.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103782026-08-05T02:52:26.293Z
103792026-08-05T02:52:26.293Z Running unittests src/lib.rs (target/debug/deps/packet-455f1a11f761b165)
103802026-08-05T02:52:26.293Z
103812026-08-05T02:52:26.293Zrunning 12 tests
103822026-08-05T02:52:26.293Ztest icmp::test_v6_checksum ... ok
103832026-08-05T02:52:26.293Ztest icmp::test_v4_checksum ... ok
103842026-08-05T02:52:26.293Ztest ipv6::test_ipv6_parse ... ok
103852026-08-05T02:52:26.293Ztest lldp::test_lldp_parse ... ok
103862026-08-05T02:52:26.293Ztest pbuf::test_byte ... ok
103872026-08-05T02:52:26.293Ztest pbuf::test_nibble ... ok
103882026-08-05T02:52:26.293Ztest pbuf::test_overflow ... ok
103892026-08-05T02:52:26.293Ztest pbuf::test_short ... ok
103902026-08-05T02:52:26.293Ztest pbuf::test_twelve ... ok
103912026-08-05T02:52:26.293Ztest pbuf::test_word ... ok
103922026-08-05T02:52:26.293Ztest tcp::test_checksum_syn_nodata ... ok
103932026-08-05T02:52:26.293Ztest tcp::test_checksum_ack_data ... ok
103942026-08-05T02:52:26.293Z
103952026-08-05T02:52:26.294Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103962026-08-05T02:52:26.294Z
103972026-08-05T02:52:26.294Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
103982026-08-05T02:52:26.294Z
103992026-08-05T02:52:26.294Zrunning 0 tests
104002026-08-05T02:52:26.294Z
104012026-08-05T02:52:26.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104022026-08-05T02:52:26.294Z
104032026-08-05T02:52:26.294Z Running unittests src/main.rs (target/debug/deps/swadm-da8f15d8312f6ab1)
104042026-08-05T02:52:26.299Z
104052026-08-05T02:52:26.299Zrunning 5 tests
104062026-08-05T02:52:26.304Ztest switchport::test::test_compute_lanes ... ok
104072026-08-05T02:52:26.307Ztest link::test_filter ... ok
104082026-08-05T02:52:26.308Ztest switchport::test::port_id_ordering ... ok
104092026-08-05T02:52:26.308Z Lane 0 Lane 1 Lane 2 Lane 3
104102026-08-05T02:52:26.308Z Rx Loss-of-lock: Yes Yes Yes Yes
104112026-08-05T02:52:26.308Z Rx Loss-of-signal: Yes Yes Yes Yes
104122026-08-05T02:52:26.308Z Rx CDR Enabled: Yes Yes Yes Yes
104132026-08-05T02:52:26.308Z Tx Enabled: Yes Yes Yes Yes Lane 0
104142026-08-05T02:52:26.308Z Tx Loss-of-lock: No Lane 1 No Lane 2No Lane 3No
104152026-08-05T02:52:26.308Z
104162026-08-05T02:52:26.308Z Tx Loss-of-signal: No State: ActivatedNo Activated NoActivated NoActivated
104172026-08-05T02:52:26.308Z
104182026-08-05T02:52:26.308Z Tx CDR Enabled: No Rx Output Enabled: falseNo falseNo falseNo
104192026-08-05T02:52:26.308Zfalse
104202026-08-05T02:52:26.308Z Tx Adaptive EQ Fault: No Rx Output Status: valid No valid No validNo valid
104212026-08-05T02:52:26.308Z
104222026-08-05T02:52:26.308Z Tx Fault: Yes Rx Loss-of-lock: true Yes true trueYes trueYes
104232026-08-05T02:52:26.308Z
104242026-08-05T02:52:26.308Z Rx Loss-of-signal: false false false false
104252026-08-05T02:52:26.308ZRx Auto-squelch Disable: true true true true
104262026-08-05T02:52:26.308Z Tx Output Enabled: true true true true
104272026-08-05T02:52:26.308Z Tx Output Status: invalid invalid invalid invalid
104282026-08-05T02:52:26.308Z Tx Loss-of-lock: false false false false
104292026-08-05T02:52:26.308Z Tx Loss-of-signal: true true true true
104302026-08-05T02:52:26.308ZTx Auto-squelch Disable: false false false false
104312026-08-05T02:52:26.308Z Tx Adaptive EQ Fail: true true true true
104322026-08-05T02:52:26.308Z Tx Failure: false false false false
104332026-08-05T02:52:26.308Z Tx Force Squelch: true true true true
104342026-08-05T02:52:26.308Z Tx Input Polarity: normal normal normal normal
104352026-08-05T02:52:26.308Ztest switchport::test::test_print_cmis_datapath ... ok
104362026-08-05T02:52:26.308Ztest switchport::test::test_print_sff_datapath ... ok
104372026-08-05T02:52:26.308Z
104382026-08-05T02:52:26.308Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
104392026-08-05T02:52:26.309Z
104402026-08-05T02:52:26.309Z Running tests/counters.rs (target/debug/deps/counters-9865b6bf336a39e4)
104412026-08-05T02:52:26.311Z
104422026-08-05T02:52:26.311Zrunning 1 test
104432026-08-05T02:52:26.311Ztest test_p4_counter_list ... ignored
104442026-08-05T02:52:26.311Z
104452026-08-05T02:52:26.312Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104462026-08-05T02:52:26.312Z
104472026-08-05T02:52:26.312Z Running tests/multicast.rs (target/debug/deps/multicast-0a38481b2aef9b76)
104482026-08-05T02:52:26.319Z
104492026-08-05T02:52:26.319Zrunning 1 test
104502026-08-05T02:52:26.322Ztest test_multicast_list_and_get ... ignored
104512026-08-05T02:52:26.322Z
104522026-08-05T02:52:26.323Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104532026-08-05T02:52:26.323Z
104542026-08-05T02:52:26.323Z Running tests/port-link.rs (target/debug/deps/port_link-b23cbd93fd0bed4b)
104552026-08-05T02:52:26.328Z
104562026-08-05T02:52:26.328Zrunning 5 tests
104572026-08-05T02:52:26.328Ztest test_an ... ignored
104582026-08-05T02:52:26.328Ztest test_enable ... ignored
104592026-08-05T02:52:26.328Ztest test_ip_addresses ... ignored
104602026-08-05T02:52:26.328Ztest test_kr ... ignored
104612026-08-05T02:52:26.328Ztest test_mac ... ignored
104622026-08-05T02:52:26.328Z
104632026-08-05T02:52:26.328Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
104642026-08-05T02:52:26.328Z
104652026-08-05T02:52:26.328Z Running unittests src/main.rs (target/debug/deps/tfportd-bd8c98ec098e1156)
104662026-08-05T02:52:26.328Z
104672026-08-05T02:52:26.328Zrunning 3 tests
104682026-08-05T02:52:26.333Ztest linklocal::test_parse_ipadm ... ok
104692026-08-05T02:52:26.333Ztest tfport::test_parse_tfport ... ok
104702026-08-05T02:52:26.333Ztest config::tests::test_updates ... ok
104712026-08-05T02:52:26.333Z
104722026-08-05T02:52:26.333Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104732026-08-05T02:52:26.333Z
104742026-08-05T02:52:26.333Z Running unittests src/main.rs (target/debug/deps/uplinkd-70e995183870c872)
104752026-08-05T02:52:26.336Z
104762026-08-05T02:52:26.336Zrunning 0 tests
104772026-08-05T02:52:26.336Z
104782026-08-05T02:52:26.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104792026-08-05T02:52:26.336Z
104802026-08-05T02:52:26.336Z Running unittests src/main.rs (target/debug/deps/xtask-ba570b1522b27a9a)
104812026-08-05T02:52:26.336Z
104822026-08-05T02:52:26.336Zrunning 0 tests
104832026-08-05T02:52:26.336Z
104842026-08-05T02:52:26.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104852026-08-05T02:52:26.336Z
104862026-08-05T02:52:26.415Z Doc-tests aal
104872026-08-05T02:52:26.591Z
104882026-08-05T02:52:26.591Zrunning 0 tests
104892026-08-05T02:52:26.591Z
104902026-08-05T02:52:26.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104912026-08-05T02:52:26.594Z
104922026-08-05T02:52:26.608Z Doc-tests aal_macros
104932026-08-05T02:52:26.683Z
104942026-08-05T02:52:26.683Zrunning 0 tests
104952026-08-05T02:52:26.683Z
104962026-08-05T02:52:26.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104972026-08-05T02:52:26.683Z
104982026-08-05T02:52:26.694Z Doc-tests common
104992026-08-05T02:52:26.942Z
105002026-08-05T02:52:26.942Zrunning 0 tests
105012026-08-05T02:52:26.942Z
105022026-08-05T02:52:26.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105032026-08-05T02:52:26.942Z
105042026-08-05T02:52:26.963Z Doc-tests dpd_api
105052026-08-05T02:52:27.987Z
105062026-08-05T02:52:27.987Zrunning 2 tests
105072026-08-05T02:52:27.987Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
105082026-08-05T02:52:27.987Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
105092026-08-05T02:52:27.987Z
105102026-08-05T02:52:27.987Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112026-08-05T02:52:27.987Z
105122026-08-05T02:52:28.017Z Doc-tests dpd_client
105132026-08-05T02:52:29.364Z
105142026-08-05T02:52:29.364Zrunning 0 tests
105152026-08-05T02:52:29.364Z
105162026-08-05T02:52:29.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105172026-08-05T02:52:29.364Z
105182026-08-05T02:52:29.410Z Doc-tests dpd_types
105192026-08-05T02:52:29.720Z
105202026-08-05T02:52:29.720Zrunning 0 tests
105212026-08-05T02:52:29.720Z
105222026-08-05T02:52:29.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105232026-08-05T02:52:29.720Z
105242026-08-05T02:52:29.723Z Doc-tests dpd_types_versions
105252026-08-05T02:52:30.893Z
105262026-08-05T02:52:30.893Zrunning 1 test
105272026-08-05T02:52:30.893Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
105282026-08-05T02:52:30.893Z
105292026-08-05T02:52:30.893Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105302026-08-05T02:52:30.893Z
105312026-08-05T02:52:30.938Z Doc-tests packet
105322026-08-05T02:52:31.053Z
105332026-08-05T02:52:31.053Zrunning 0 tests
105342026-08-05T02:52:31.053Z
105352026-08-05T02:52:31.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105362026-08-05T02:52:31.053Z
105372026-08-05T02:52:31.069Z Doc-tests pcap
105382026-08-05T02:52:31.125Z
105392026-08-05T02:52:31.125Zrunning 0 tests
105402026-08-05T02:52:31.125Z
105412026-08-05T02:52:31.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105422026-08-05T02:52:31.125Z
105432026-08-05T02:52:31.181Zprocess exited: duration 723313 ms, exit code 0
 
105442026-08-05T02:52:31.192Zfound 0 output files